html,body,*
{
	margin:0;
	padding:0;
}
body{
	font:13px Georgia, serif;
}
input{ font:13px Georgia, serif; }

.clear{
	clear:both;
	height:0;
	overflow:hidden;
}
.left{
	float:left;
}

.error{
	color:red;
	font-weight:bold;
}

ul{list-style:none;}
li{padding:4px;}
a{ text-decoration:none; font-weight:bold;}

h1{
	font-size:22px;
	font-weight:bold;
	border:0;
	border-bottom-width:1px;
	margin-bottom:10px;
}

h3{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding-bottom:12px;
}
.paymentlogo{
	border:none;
	margin:0 auto;
}

.highlight{
	font-weight:bold;
	color:#b2b000;
}
/* MAIN DIVS */
#Head{
	background-image:url('head.jpg');
	width:100%;
	height:142px;
}
#Container{
	margin:0 auto;
	margin-top:-142px;
	width:950px;
	background-image:url('d2pic.jpg');
	background-repeat:no-repeat;
	background-position:top right;
}
#Logo{
	position:absolute;
	top:7px;
	border:none;
}
#Header{
	height:70px;
	width:100%;
}
#BodyWrapper{
	width:100%;
}
#SideBarLeft{
	padding-top:70px;
	width:190px;
	float:left;
}
#PageMidle{
	min-height:200px; /**/
	float:left;
	width: 610px;
	padding-top:70px;
	padding-left:20px;
}
#Footer{
	padding-top:5px;
	padding-bottom:15px;
	width:100%;
	text-align:center;
	font-weight:bold;
}
/* SUB DIVS */
#login{
	width:100%;
	text-align:center;
}
.leftrow{
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
}
input, textarea{
	color:white;
	width:150px;
}
.separate{
	margin-top:9px;
	margin-bottom:9px;
}
#gameselection{
	width:250px;
	margin:0 auto;
	margin-top:20px;
	text-align:left;
	margin-bottom:70px;
}
#gameselection img{
	border:none;
}
.termlist{
	margin:25px;
	list-style-type:disc;
}
.termlist li{
	padding:5px;
	text-align:justify;
}
/***********************************/
#ItemMenu .menu{
	border:none;
	text-align:left;
	font-weight:bold;
	margin-left:20px;
	cursor:pointer;
	height:18px;
	font-size:11px;
}
#ItemMenu .submenu{
	border:none;
	text-align:left;
	margin-left:35px;
	cursor:pointer;
	height:18px;
	font-size:11px;
}
#ItemMenu .subsubmenu{
	border:none;
	text-align:left;
	margin-left:50px;
	cursor:pointer;
	height:18px;
	font-size:11px;
}
/* buttons */
.leftbutton{
	width:152px;
}
.button{
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	width:152px;
	margin:0 auto;
	margin-top:2px;
	margin-bottom:2px;
}
.button_slim{
	font-size:11px;
	cursor:pointer;
	width:102px;
	margin:0 auto;
	height:17px;
}
.linkbutton{
	display:block;
	text-decoration:none;
	text-align:center;
	height:18px;
	font-size:13px;
	width:150px;
	margin:0 auto;
	margin-top:2px;
	margin-bottom:5px;
}
/* Main menu */
#Menu{
	padding-right:150px;
	float:right;
}
#Menu a{
	font-size:20px;
	font-weight:bolder;
	text-decoration:none;
	margin-right:20px;
}
#Footer a{
	margin-right:5px;
	margin-left:5px;
}
/* shop */
.realm_title{
	font-size:22px;
	padding-bottom:3px;
}
.category{
	padding-top:3px;
	font-size:13px;
}
.item{
	margin-left:60px;
	padding-bottom:55px;
	border:0px;
}
.item_head{
	padding-bottom:3px;
	margin:0px;
	margin-bottom:5px;
}
.item_head .title{
	font-size:18px;
	font-weight:bold;
	float:left;
}
.item_head .price{
	float:right;
	font-size:12px;
	font-weight:bold;
}
.item_content{
	padding-bottom:3px;
}
.item_content .picture{
	width:170px;
	float:left;
	overflow:hidden;
}
.item_content .body{
	width:250px;
	float:left;
}
.item_content .cart_button{
	float:right;
	width:50px;
}
 .quant{
	text-align:left;
	width:50px;
	margin-top:-5px;
}
/* cart buttons*/
.add2cart, .packadd2cart, .cart_remove{
	border:none;
	cursor:pointer;
	height:31px;
	width:32px;
	margin:0px;
}
.add2cart{
	background-image:url('button-cart.jpg');
	margin-left:10px;
}
.add2cart:hover{
	background-image:url('button-cart_highl.jpg');
}
.packadd2cart{
	background-image:url('button-packadd.jpg');
	margin-left:10px;
}
.packadd2cart:hover{
	background-image:url('button-packadd_highl.jpg');
}
.cart_remove{
	background-image:url('button-cart_remove.jpg');
	margin-bottom:4px;
}
.cart_remove:hover{
	background-image:url('button-cart_remove_highl.jpg');
}
.runepackmax{
	border:1px solid #747474;
	background-color:#454545;
	color:#b2b000;
	width:40px;
	height:21px;
	cursor:pointer;
	font-size:13px;
}
.runepackmax:hover{
	color:#e1e1e1;
}
.runeupdate{
	border:none;
	cursor:pointer;
	background-image:url('button-update.jpg');
	width:25px;
	height:21px;
}
.runeupdate:hover{
	background-image:url('button-update_highl.jpg');
}
.item_categories a{
	font-size:11px;
}
.assembler_item{
	width:330px;
	height:21px;
	float:left;
	margin-left:20px;
	margin-top:2px;
	margin-bottom:2px;
}
.pack_quantity{
	margin-right:2px;
	width:50px;
	height:20px;
	text-align:right;

}
/* cart */
.shopcart{
	margin:25px 25px 2px 25px;
}
.paymentform{
	margin:0px 25px 0px 25px;
}
.paymentheader{
	margin-top:35px;
	text-align:center;
}
.cartitem{
	padding:2px;
}
.cart_quantity{
	margin-top:10px;
	width:40px;
	float:left;
	font-weight:bold;
}
.cart_title{
	margin-top:10px;
	width:380px;
	float:left;
}
.cart_price{
	margin-top:10px;
	width:100px;
	float:left;
	text-align:right;
}
.cart_button{
	float:right;
	width:30px;
}
.cart_sumtitle{
	float:left;
	padding-left:40px;
	font-size:17px;
	font-weight:bold;
}
.cart_summ{
	float:right;
	width:100px;
	padding-right:42px;
	font-size:17px;
	font-weight:bold;
}
/* news, FAQ */
.news, .message{
	margin-top:12px;
	margin-bottom:12px;
	width:96%;
}
.news .date, .q{
	font-weight:bold;
}
.news .body, .message{
	text-align:justify;
}
.news .signature{
}
.a{
	font-style:italic;
	margin-bottom:15px;
	text-align:justify;
}
/* small cart */
.smallcart{
	width:80%;
	margin:0 auto;
}
.smallcart .quantity{
	float:left;
	width:32px;
}
.smallcart .title{
	width:118px;
	float:left;
}
.smallcart .price{
	margin-top:2px;
	text-align:center;
	font-weight:bold;
	padding-bottom:12px;
}
/* Profile */
.prof_d, .form_d{
	float:left;
	width:49%;
	text-align:right;
}
.prof_s, .form_s{
	margin-left:4px;
	font-weight:bold;
	float:left;
	width:49%;
}
.options{
	width:340px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}
.options a{
	float:left;
	margin-left:10px;
}
.muleinfo{
	width:415px;
	margin:0 auto;
	margin-top:18px;
	margin-bottom:25px;
}
.muleinfo .realm{
	padding-bottom:2px;
}
.muleinfo .highlight{
	font-weight:bold;
}
.muleinfo ul{
	margin:5px;
	margin-left:15px;
}
/* Forms */
.form{
	margin-top:10px;
	margin-bottom:30px;
}
.form_regd{
	float:left;
	width:210px;
	text-align:right;
}
.form_regs{
	margin-left:4px;
	font-weight:bold;
	float:left;
	width:62%;
}
.form_center{
	width:98%;
	text-align:center;
	margin:0 auto;
	padding:5px;
	min-height:20px;
}
.form_row{
	margin:4px 0px 4px 0px;
	clear:both;
}
.form_news{
	float:left;
	width:49%;
	text-align:right;
	margin-top:1px;
}
/* contacts */
.contact{
	width:400px;
	margin:0 auto;
}
.forgotpass{
	width:500px;
	margin:0 auto;
}
.contact_input{
	width:100%;
	margin:5px 0px 5px 0px;
}
.security input{
	height:19px;
}
.security img{
	border:none;
	margin:0px 10px 0px 10px;
}
/* Pager */
.pager{

	margin-left:250px;
	font-size:12px;
	font-weight:bold;
	margin-top:35px;
	padding-bottom:35px;
}
.pager .jump{
	float:left;
	width:25px;
}
.pager .quick{
	float:left;
}
.pager .quick a{
	padding-left:5px;
}