
@charset "utf-8";
/* Hooked On WoW
Name: Hooked On WoW CSS File
By: Lumzor @ Fusion Studoz
For: Fusion Studioz
Copyrights: Fusion Studioz 2009.*/


/***** Basic Tags *****/

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin:0px;
	background-color:#030c15;
	
}

.clear {
	clear:both;
	height:10px;
}

.clear2 {
	clear:both;
}

.clear3 {
	clear:both;
	height:30px;
}

img {
	border:0px;
}

.realm_col {
	color:#F60;
}

.realm_head {
	font-weight:bold;
	text-decoration:underline;
	color:#090;
}

/***** Main Tags *****/

#container {
	width:1280px;
	height:auto;
	background-image:url(../images/main_bg.png);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
}


#main {
	width:944px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:944px;
	height:241px;
	background-image:url(../images/banner.png);
	background-repeat:no-repeat;
	background-position:center;
}

#menu {
	background-image:url(../images/menu2_bg.png);
	background-repeat:repeat-x;
	height:32px;
}

#content {
	width:920px;
	margin-left:auto;
	margin-right:auto;
}


#left_side {
	float:left;
	width:185px;
	height:auto;
	margin-left:5px;
}

#middle {
	float:right;
	width:733px;
	height:auto;
	margin-right:5px
}

#right_side {
	float:right;
	width:185px;
	height:auto;
}

#center {
	float:left;
	width:533px;
	height:auto;
}

.mod_head {
	width:185px;
	height:39px;
}

.mod_body {
	width:185px;
	height:auto;
	background-image:url(../images/module_bg.png);
	background-repeat:repeat-y;
}


.mod_foot {
	background-image:url(../images/module_foot.png);
	background-repeat:no-repeat;
	width:185px;
	height:53px;
}

.mod_intro {
	margin-left:10px;
	margin-right:7px;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#09F;
}


/* THE SIDE MENU START */

.menu_side ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line
}
.menu_side {
	width: 175px;
	margin-left:5px;
	padding-top:10px;
}
.menu_side ul li a {
	height: 25px;
	text-decoration: none;
}
.menu_side ul li a:link, .menu_side li a:visited {
	color:#FFF;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	display:block;
	background:  url(../images/menu.png);
	background-repeat:no-repeat;
	padding: 5px 0 0 39px;
}
.menu_side ul li a:hover {
	color:#F30;
	background:  url(../images/menu.png) 0 -28px;
	background-repeat:no-repeat;
	padding: 5px 0 0 47px;
}
/* THE SIDE MENU END */

.module {
	width:533px;
	height:auto;
}

.mod_top {
	width:533px;
	height:53px;
	background-image:url(../images/mod_top.png);
	background-repeat:no-repeat;
}

.mod_heading {
	padding-top:10px;
	width:330px;
	margin-left:auto;
	margin-right:auto;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#06F;
	text-align:center;
	font-weight:bold;
}
	

.mod_mid {
	width:533px;
	height:auto;
	background-image:url(../images/mod_mid.png);
	background-repeat:repeat-y;
}

.mod_text {
	margin-left:18px;
	margin-right:18px;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:13px;
}

.mod_text2 {
	margin-left:18px;
	margin-right:18px;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#06F;
	font-size:13px;
}

.pic {
	width:100px;
	height:100px;
	float:left;
	position:relative;
	margin-right:10px;
}

.mod_bot {
	width:533px;
	height:54px;
	background-image:url(../images/mod_bot.png);
	background-repeat:no-repeat;
}

/***** SHOUTBOX *****/

#shout {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#09F;
	font-size:13px;
}

.text_user {
	width:150px;
	height:15px;
	line-height:15px;
	color:#F60;
	background-image:url(../images/shout_bg.png);
	background-repeat:repeat;
	border:0px;
}

.text {
	width:150px;
	height:15px;
	line-height:15px;
	color:#F60;
	background-image:url(../images/shout_bg.png);
	background-repeat:repeat;
	border:0px;
}

#shouted {
	width:150px;
	margin-left:auto;
	margin-right:auto;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#09F;
	font-size:12px;
}