/* Lets clear */
*{ margin:0; padding:0; outline:0; font-weight:normal; position:relative;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
	font-weight:normal;
	position:relative;
}

*:focus { outline: none;} /* Remove Browsers default outline! */

BODY {
	padding: 0; margin: 0;
	background:url(../images/background.jpg) no-repeat top center #150506;
	font-family: Verdana;
	font-size:9pt;
	}	
	
	a {text-decoration:none; color:#d8aa3c;}
	a:hover { color:#ffffff;}
	*:focus { outline: none;} 	
	
input[type='text'], input[type='password'] {
	width: auto; height:34px;
	min-width:250px;
	padding:0 5px 0 5px;
	background:#11100f;
	border: none;
	color:#5e5a52;
	margin: 0 0 5px 0;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.04), inset 0 0 5px rgba(0,0,0,.5), inset 0 0 1px rgba(0,0,0,.9);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.04), inset 0 0 5px rgba(0,0,0,.5), inset 0 0 1px rgba(0,0,0,.9);
	box-shadow: 0 1px 0 rgba(255,255,255,.04), inset 0 0 5px rgba(0,0,0,.5), inset 0 0 1px rgba(0,0,0,.9);
	}

input[type='input']  {
	width: auto; height:34px;
	min-width:200px;
	padding:0 5px 0 5px;
	background:#11100f;
	border: none;
	color:#5e5a52;
	margin: 0 0 5px 0;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.04), inset 0 0 5px rgba(0,0,0,.5), inset 0 0 1px rgba(0,0,0,.9);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.04), inset 0 0 5px rgba(0,0,0,.5), inset 0 0 1px rgba(0,0,0,.9);
	box-shadow: 0 1px 0 rgba(255,255,255,.04), inset 0 0 5px rgba(0,0,0,.5), inset 0 0 1px rgba(0,0,0,.9);
	}

.sel {
    float:right;
	margin: 0;
	width:430px;
	}

.submit_change {
	width:auto; height:45px;
	border: none;
	background-image:url(../images/inp_submit.gif);
	background-repeat:repeat-x;
	background-color: transparent;
	background-position:0 -49px;
	cursor: pointer;
	padding: 0 17px 0 17px;
	font-family:Verdana;
	font-size:12px;
	text-transform: uppercase;
	font-weight:Verdana;
	border: solid 1px rgba(0,0,0,.6);
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.04), 0 0 4px rgba(0,0,0,.3);
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,.04), 0 0 4px rgba(0,0,0,.3);
	box-shadow:0 1px 0 rgba(255,255,255,.04), 0 0 4px rgba(0,0,0,.3), inset 0 0 1px rgba(255,255,255,.06);
	color:#131112;
	text-shadow:1px 1px 0 rgba(255,255,255,.05);
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	}

input[type='submit'] {
	width:auto; height:45px;
	border: none;
	background-image:url(../images/inp_submit.gif);
	background-repeat:repeat-x;
	background-color: transparent;
	background-position:0 -49px;
	cursor: pointer;
	padding: 0 17px 0 17px;
	font-family:Verdana;
	font-size:12px;
	text-transform: uppercase;
	font-weight:Verdana;
	border: solid 1px rgba(0,0,0,.6);
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.04), 0 0 4px rgba(0,0,0,.3);
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,.04), 0 0 4px rgba(0,0,0,.3);
	box-shadow:0 1px 0 rgba(255,255,255,.04), 0 0 4px rgba(0,0,0,.3), inset 0 0 1px rgba(255,255,255,.06);
	color:#131112;
	text-shadow:1px 1px 0 rgba(255,255,255,.05);
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	}
input[type='submit']:hover {
	background-position:0 -2px;
	}

select {
	width: auto; height:34px;
	min-width:250px;
	padding:0 5px 0 5px;
	background:#11100f;
	border: none;
	color:#5e5a52;
	margin: 0 0 5px 0;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.04), inset 0 0 5px rgba(0,0,0,.5), inset 0 0 1px rgba(0,0,0,.9);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.04), inset 0 0 5px rgba(0,0,0,.5), inset 0 0 1px rgba(0,0,0,.9);
	box-shadow: 0 1px 0 rgba(255,255,255,.04), inset 0 0 5px rgba(0,0,0,.5), inset 0 0 1px rgba(0,0,0,.9);
	}

textarea {
	background:#11100f;
	border: none;
	color:#5e5a52;
	margin: 0 0 5px 0;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.04), inset 0 0 5px rgba(0,0,0,.5), inset 0 0 1px rgba(0,0,0,.9);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.04), inset 0 0 5px rgba(0,0,0,.5), inset 0 0 1px rgba(0,0,0,.9);
	box-shadow: 0 1px 0 rgba(255,255,255,.04), inset 0 0 5px rgba(0,0,0,.5), inset 0 0 1px rgba(0,0,0,.9);
	font-family:Verdana;
	font-size:12px;
	padding:10px;
	}
	
.form_row {
	width:621px; height:auto;
	background:rgba(255,255,255,.02);
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    -moz-box-shadow:inset 0 0 1px rgba(255,255,255,.02), 0 0 1px #000;
	-webkit-box-shadow:inset 0 0 1px rgba(255,255,255,.02), 0 0 1px #000;
	box-shadow:inset 0 0 1px rgba(255,255,255,.1), 0 0 1px rgba(0,0,0,.5);
	margin: 0 0 9px 0;
	padding:10px;
	}
.form_row label { 
    display:block; 
	height:35px;
	}

#preview {
	float:left;
	font-size:13px;
	color:#544839;
	text-shadow: 0 1px 1px #000, 0 0 6px #000;
	padding: 0 0 0 10px;
	}
	
.form_row label p {
	float:left;
	font-size:13px;
	color:#8D847C;
	text-shadow: 0 1px 1px #000, 0 0 6px #000;
	padding:10px 0 0 10px;
	}
	
.einpunkt {
	font-size:13px;
	color:#544839;
	text-shadow: 0 1px 1px #000, 0 0 6px #000;
	padding: 0 0 0 10px;
	}

#allnutz {
	float:right;
	margin-top: 10px;
	margin-right: 20px;
}
.form_row label input { 
    float:right;
	margin: 0;
	width:420px;
	}

.form_row label input[type='input'] {
    float:right;
	margin: 0;
	width:380px;
	}

/* Main */
#topbar {
	width:100%; height:11px;
	background:url(../images/menu_bar.png) repeat-x;
	position:absolute;
	}

.header { width:1072px; height:368px;}
	.logo {}
	.logo a {}


.main_menu {
	width:1072px; height:78px;
	background:url(../images/header-menu.png) no-repeat;
	z-index:10;
	overflow:hidden;
	}
	.main_menu ul { list-style:none;}
	.main_menu ul li {display:inline;}
	
	#sep p {
	display:inline-block;
	width:9px; height:64px;
	background:url(../images/menu_sep.png) no-repeat;
	top:4px;
	}
	.main_menu ul li a {
	display:inline-block;
	text-transform: uppercase;
	font-size:12px;
	color:#8c867b;
	font-weight:Verdana;
	letter-spacing:1px;
	text-shadow:0 0 4px rgba(0,0,0,.4), 0 1px 1px rgba(0,0,0,.5);
	padding: 29px 37px 28px 25px;
	background:url(../images/menu_sep.png) no-repeat right;
	vertical-align:top;
	}
	#user { color:#8e513c;}
	#user:hover { color:#d8aa3c;} 
	.main_menu ul li a:hover {
	color:#d8aa3c;
	text-shadow:0 0 4px rgba(0,0,0,.6), 0 1px 1px rgba(0,0,0,.5), 0 0 18px rgba(255,255,255,.6);
	}
	.main_menu ul li a span {
	display:block;
	position:absolute;
	left:-7px; top:0px;
	width:102%; height:100px;
	background:url(../images/menu_hover.png) no-repeat center top;
	opacity:0;
	}
	
/* Login */
.login_holder {
	width:274px; height:auto;
	float:left;
	top:-3px; left:65px;
	z-index:99;
	}
	.login_holder p #login_btn {
	background-image:url(../images/login_btn_r.png);
	background-color:transparent;
	background-position: 0 -48px ;
	display:block;
	width:130px; height:48px;
	cursor: pointer;
	float:left;
	left:-12px; top:-12px;
	z-index:20;
	}
	
	.login_holder p #logout_btn {
	background-image:url(../images/logout_btn_r.png);
	background-color:transparent;
	background-position: 0 -48px ;
	display:block;
	width:130px; height:48px;
	cursor: pointer;
	float:left;
	left:-12px; top:-12px;
	z-index:20;
	}
	
	.login_holder p #login_btn:hover {
	background-position: 0 0;
	}
    #login_form {
	width:274px; height:141px;
	padding:2px;
	background:#100e0c;
	-webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
	top:-1px;
	z-index:10;
	display:none;
	margin:0 0 1px 0;
	}
	 #login_form #shadow {
	width:274px; height:24px;
	position:absolute;
	top:-1px; left:px;
	background:url(../images/shadow.png) repeat-x;
	z-index:9999;
   pointer-events:none;
	}
	#sub_cont {
	width:260px; height:127px;
	background:#1f1d1a;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    -moz-box-shadow:inset 0 0 1px rgba(255,255,255,.1), 0 0 3px #000;
	-webkit-box-shadow:inset 0 0 1px rgba(255,255,255,.1), 0 0 3px #000;
	box-shadow:inset 0 0 1px rgba(255,255,255,.1), 0 0 3px #000;
	padding:7px;
	}
	#sub_cont input[type='text'], #sub_cont input[type='password'] { background-image:url(../images/login_inp.jpg);}
	#sub_cont input[type='text'] {background-position: 0 0;}
	#sub_cont input[type='password'] {background-position: 0 -34px;}
	#form_links {	
	float:right;
	text-align:right;
    }
	#form_links a {
	padding:5px 0 5px 0;
	margin:0;
	display:block;
	text-transform:none;
	text-shadow: 0 1px 0 rgba(0,0,0,.2), 0 0 5px rgba(255,255,255,.1);
	font-weight: normal;
	letter-spacing:normal;
	background: none;
	}


/* SLIDER */
.slider {
	width:940px; height:258px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	-moz-box-shadow:0 0 5px rgba(0,0,0,.8);
    -webkit-box-shadow:0 0 5px rgba(0,0,0,.8);
    box-shadow:0 0 5px rgba(0,0,0,.8);
	}
    #slideshow {
	width:940px; height:258px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	overflow:hidden;
	z-index:50;
	}
    #slides {position:relative; width:940px; height:258px; list-style:none; overflow:auto}
    #slides li {width:940px; height:258px}
	
	#slider_top_bar {
	   width:948px; height:11px;
	   background:url(../images/slider_top_line.png) no-repeat;
	   position:absolute;
	   top:-6px; left:-4px;
	   z-index:99;
	   }
	.slider_pagi_holder {
	z-index:9999;
	min-width:100px; max-width:180px;
	width:auto; height:51px;
	top:-265px;
	margin: 0 auto;
	}
	#sli_pag_left, #sli_pag_right {
	position:absolute;
	width:49px; height:51px;
	background-image:url(../images/slider_top_nav_bar_g_l.png);
	background-color:transparent;
	z-index:99999;
	top:0;
	}
	#sli_pag_left { background-position: 0 0; left:-32px;}
	#sli_pag_right { background-position: -51px 0; right:-32px;} 
	   
    .pagination { 
	   list-style:none;
	   width:auto; height:51px;
	   padding:0 15px;
	   margin:0;
	   background:url(../images/slider_top_nav_bar.png) no-repeat;
	   }
	   .pagination li {
	   display:inline-block;
	   width:20px; height:20px;
	   background-image:url(../images/slider_c.gif);
	   background-color:transparent;
	   background-position: 0 -40px;
	   margin:16px 0 0 0;
	   cursor:pointer;
	   }
	   .pagination li:hover {
	   background-position: 0 -20px;
	   }
	   .pagination li.current {
	   background-position: 0 -0px;
	   }

/* BODY */
.body {
	width:932px; height:auto;
	min-height: 600px;
	margin: 3px 0 0 0;
	background:#0b0a0a;
	-webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;border-top-right-radius: 3px;
	-moz-box-shadow:inset 0 0 1px rgba(255,255,255,.05), inset 0 1px 0 #1f1d18, 0 0 5px #000;
	-webkit-box-shadow:inset 0 0 1px rgba(255,255,255,.05), inset 0 1px 0 #1f1d18, 0 0 5px #000;
	box-shadow:inset 0 0 1px rgba(255,255,255,.05), inset 0 1px 0 #1f1d18, 0 0 5px #000;
	padding: 4px 4px 30px 4px;
	}
	
	.main_side {width:662px; height:auto;}
	.sidebar {width:270px; height:auto;}
	
/* FOOTER */
.footer {
	width:942px; height:125px;
	background:url(../images/footer.png) no-repeat;
	}
	.footer #foot_container {
	width:98%; height:20px;
	top:33px;
	}
	.footer #foot_container #evil_logo {
	width:39px; height:62px;
	display:block;
	float:left;
	background-image:url(../images/evil_logo.png);
	background-color:transparent;
	}
	.footer #foot_container #evil_logo:hover {background-position:0 -62px;}
	
	.footer #foot_container #info {
	float:left; display:block;
	text-align: center;
	color:#2b2928;
	text-shadow:0 1px 0 rgba(0,0,0,.5), 0 0 4px rgba(0,0,0,.5), 0 0 2px rgba(0,0,0,.5);
	padding:9px 0 0 200px;
	line-height:170%;
	}
		
/* NEWS */
.news {}

.news_row {
	width:658px; height: auto;
	background:#161412;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	-moz-box-shadow:inset 0 0 1px rgba(255,255,255,.05), 0 0 3px #000;
    -webkit-box-shadow:inset 0 0 1px rgba(255,255,255,.05), 0 0 3px #000;
    box-shadow:inset 0 0 1px rgba(255,255,255,.05), 0 0 3px #000;
	margin: 0 0 4px 0;
	}
    #nr_head {
		width:658px; height:69px;
		background:url(../images/n_head.png) no-repeat;
		}
	#nr_head #title {
		color:#716e5d;
		font-size:12px;
		font-weight:Verdana;
		padding: 13px 0 13px 10px;
		text-shadow: 0 1px 0 rgba(0,0,0,.5), 0 0 4px #000;
		}
	#nr_head #nr_head_subinfo {
		padding: 6px 0 0 10px;
		color:#FFCC99;
		font-size:11px;
		text-shadow: 0 0 3px #000, 0 1px 0 #000;
		}
	#nr_head #nr_head_subinfo p {
		float:right;
		padding:0 10px 0 0;
		}
		/* FFCC99 */
    #nr_cont {
		padding:5px;
		color:#8D847C;
		text-shadow:0 1px 0 rgba(0,0,0,.5), 0 0 4px rgba(0,0,0,.2);
		font-size: 13px;
		}
	#nr_cont img.postimg {
		margin-left: 20px;
	}

/* SIDEBAR Menu */
#sidebar_menu {
	width:270px; height:189px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	moz-box-shadow:0 0 4px #000;
    -webkit-box-shadow:0 0 4px #000;
    box-shadow:0 0 4px #000;
	margin: 0 0 4px 0;
	}
#sidebar_menu ul {}
#sidebar_menu ul li { display: block;}

#psc1 {
	
	width:270px;
	background-image:url(../images/psc.html);
	}
#psc1 ul li #psc {height:51px; background-position: 0 0;}


#sidebar_menu ul li a {
	display:block;
	width:270px;
	background-image:url(../images/sub_menu_btns.html);
	}
    #sidebar_menu ul li #regi {height:51px; background-position: -270px 0;}
    #sidebar_menu ul li #arse {height:46px; background-position: -270px -51px;}
    #sidebar_menu ul li #teamsp {height:46px; background-position: -270px -97px;}
    #sidebar_menu ul li #forum {height:46px; background-position: -270px -143px;}
	
	#sidebar_menu ul li #regi:hover {height:51px; background-position: 0 0;}
    #sidebar_menu ul li #arse:hover {height:46px; background-position: 0 -51px;}
    #sidebar_menu ul li #teamsp:hover {height:46px; background-position: 0 -97px;}
    #sidebar_menu ul li #forum:hover {height:46px; background-position: 0 -143px;}


#download a {  
	display:block;
	width:270px;
	height:50px;
	background-image:url(../../../../www.privat-wow-server.eu/335s.html);
	}
#download #335 {height:50px; }
#download2 a {  
	display:block;
	width:270px;
	height:50px;
	background-image:url(../../../../www.privat-wow-server.eu/406s.html);
	}
#download #406 {height:50px; }


/* SB */
.sb_holder {
	width:270px; height: auto;
	background:#161412;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	-moz-box-shadow:inset 0 0 1px rgba(255,255,255,.05), 0 0 3px #000;
    -webkit-box-shadow:inset 0 0 1px rgba(255,255,255,.05), 0 0 3px #000;
    box-shadow:inset 0 0 1px rgba(255,255,255,.05), 0 0 3px #000;
	margin: 0 0 4px 0;
	}

    .sb_holder #sb_content {
	padding:4px;
	color:#8D847C; 
	text-shadow:0 1px 0 rgba(0,0,0,.5), 0 0 4px rgba(0,0,0,.8);
	}
	.sb_holder #sb_head {
	width:300px; height:39px;
	background:url(../images/sb-head.png) no-repeat;
	color:#8D847C;
	}
	.sb_holder #sb_head #title {
	color:#af8f59;
	font-size:10pt;
	font-weight:Verdana;
	display:block;
	text-transform: uppercase;
	padding: 12px 0 0 14px;
	letter-spacing: .6px;
	text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 4px #000 ;
	}
	.sb_holder #sb_head p {
	display:block;
	width:65px; height:9px;
	background:url(../images/sb-headtitle_sha.png) no-repeat;
	float: left;
	top:-12px; left:14px;
	}
	
	#realmlist {
	padding: 7px 0 8px 0;
	font-size:13px;
	text-shadow:0 1px 0 rgba(0,0,0,.5), 0 0 4px rgba(0,0,0,.8);
	}


.realm_b {
	width:270px; height:115px;
	background:url(../images/realm_box.png) no-repeat;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	-moz-box-shadow:inset 0 0 1px rgba(255,255,255,.05), 0 0 3px #000;
    -webkit-box-shadow:inset 0 0 1px rgba(255,255,255,.05), 0 0 3px #000;
    box-shadow:inset 0 0 1px rgba(255,255,255,.05), 0 0 3px #000;
	margin: 0 0 4px 0;
	}
	.realm_b #s_name {
		color:#FFCC99;
		font-weight:Verdana;
		text-transform: uppercase;
		text-shadow: 0 0 1px #000, 0 0 4px #000;
		padding:13px 0 0 13px;
		}
		.realm_b #shadow_name {
		display:block;
	    width:65px; height:9px;
	    background:url(../images/sb-headtitle_sha.png) no-repeat;
		position:absolute;
		top:16px; left:13px;
		}
	    .realm_b #s_status {
		position:absolute;
		top:-3px; right:3px;
		}
		 .realm_b #s_uptime {
		color:#8D847C;
		font-size:12px;
		position:relative;
		top:0px; right:0; 
		text-shadow:0 1px 0 rgba(0,0,0,.5), 0 0 4px rgba(0,0,0,.8), 0 0 3px rgba(0,0,0,.8);
		width:100%;
		text-align:center;
		padding: 5px 0 10px 0;
		}
	    .realm_b #s_players {
		color:#8D847C;
		font-size:12px;
		position:relative;
		text-shadow:0 1px 0 rgba(0,0,0,.5), 0 0 4px rgba(0,0,0,.8), 0 0 3px rgba(0,0,0,.8);
		width:100%;
		padding: 12px 0 20px 0;
		text-align:center;
		}
	.realm_b .f_scale {
		position:absolute;
		top:134px; left:32px;
		width:206px; height:16px;
		opacity:.8;
		}
		.realm_b .f_scale #a_bar, .realm_b .f_scale #h_bar {
		height:15px;
		font-size:10px;
		color:#000;
		padding:1px 0 0 0;
		text-shadow: 1px 1px 0 rgba(255,255,255,.05), 0 0 3px rgba(255,255,255,.06);
		}
		.realm_b .f_scale #a_bar {
		background:url(../images/a_bar.png) left; 
		float:left;
		text-align:left;
		-moz-box-shadow:inset -1px 0 0 #000;
        -webkit-box-shadow:inset -1px 0 0 #000;
        box-shadow:inset -1px 0 0 #000;
		}
		.realm_b .f_scale #h_bar {
		background:url(../images/h_bar.png) right;
		float:left;
		text-align:right;
		-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,.05);
        -webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,.05);
        box-shadow:inset 1px 0 0 rgba(255,255,255,.05);
		}

/* Sub Page */
.sub_page_c {
        width:658px; height: auto;
        background:#161412;
        -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
        -moz-box-shadow:inset 0 0 1px rgba(255,255,255,.05), 0 0 3px #000;
        -webkit-box-shadow:inset 0 0 1px rgba(255,255,255,.05), 0 0 3px #000;
        box-shadow:inset 0 0 1px rgba(255,255,255,.05), 0 0 3px #000;
		margin: 0 0 4px 0;
		}
		#spc_head {
		width:658px; height:50px;
		background:url(../images/sub_page_header.png) no-repeat;
		}
		#spc_head p {
		padding: 15px 0 0 18px;
		color:#af8f59;
		font-size:15px;
		text-shadow: 0 1px 0 #000, 0 0 4px #000, 0 0 4px #000;
		}
		#spc_cont {
		padding: 9px;
		}
		
        /* Sub Conts */
		.sub_container1 {
		width:621px; height:auto;
		background:rgba(255,255,255,.02);
		-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
		-moz-box-shadow:inset 0 0 1px rgba(255,255,255,.02), 0 0 1px #000;
		-webkit-box-shadow:inset 0 0 1px rgba(255,255,255,.02), 0 0 1px #000;
		box-shadow:inset 0 0 1px rgba(255,255,255,.1), 0 0 1px rgba(0,0,0,.5);
		margin: 0 0 9px 0;
		padding:10px;
		color:#53514e;
		text-shadow: 0 1px 0 rgba(0,0,0,.4), 0 0 5px rgba(0,0,0,.5);
		}
		.sub_container2 {
		width:621px; height:auto;
		background:#292622;
		-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
		-moz-box-shadow:inset 0 0 1px rgba(255,255,255,.02), 0 0 1px #000;
		-webkit-box-shadow:inset 0 0 1px rgba(255,255,255,.02), 0 0 1px #000;
		box-shadow:inset 0 0 1px rgba(255,255,255,.1), 0 0 1px rgba(0,0,0,.5);
		margin: 0 0 9px 0;
		padding:10px;
		color:#5e574e;
		text-shadow: 0 1px 0 rgba(0,0,0,.4), 0 0 5px rgba(0,0,0,.5);
		}
	
	
.each_modulelist {
	background-color: #292622;
	width: 200px;
	height: 30px;
	text-align: center;
	padding-top: 10px;
	margin: 5px 5px 0 0;
	float:left;
}

.submit_shop {
	height: 30px !important;
}

.submit_tele {
	height: 30px !important;
	width: 100px !important;
}
.sel_shop {
	margin: 0 0 0 15px;
	width:200px;
	text-align: center;
}

.sel_name {
	text-align: center;
}

.button_reset {
	width:100px; height:23px;
	border: none;
	background-image:url(../images/inp_submit.gif);
	background-repeat:repeat-x;
	background-color: transparent;
	background-position:0 -49px;
	cursor: pointer;
	padding: 7px 17px 0 17px;
	font-family:Verdana;
	font-size:12px;
	text-transform: uppercase;
	font-weight:Verdana;
	border: solid 1px rgba(0,0,0,.6);
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.04), 0 0 4px rgba(0,0,0,.3);
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,.04), 0 0 4px rgba(0,0,0,.3);
	box-shadow:0 1px 0 rgba(255,255,255,.04), 0 0 4px rgba(0,0,0,.3), inset 0 0 1px rgba(255,255,255,.06);
	color:#131112;
	text-shadow:1px 1px 0 rgba(255,255,255,.05);
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	text-align: center;
}
	
.button_reset:hover {
	background-position:0 -2px;
	}

.button_reset a {
	font-family:Verdana;
	font-size:12px;
	text-transform: uppercase;
	font-weight:Verdana;
	color:#131112;
	text-shadow:1px 1px 0 rgba(255,255,255,.05);
}
.paginate {
padding: 2px 0 0 100px;
margin: 0;
font-family: Verdana;
font-size: 10pt;
font-weight: bold;

}
.paginate * {
padding: 2px 6px;
margin: 0;
}
.paginate a {
background-color: #161412;
color: #FFCC99;
text-decoration: none;
}
.paginate a:visited {
background-color: #161412;
color: #FFCC99;
text-decoration: none;
}
.paginate a:hover, .paginate a:active {
background-color: #161412;
color: #FFCC99;
text-decoration: none;
}
.paginate span {
cursor: default;
background-color: #161412;
color: #FFCC99;
}
.paginate span.current {
background-color: #161412;
color: #FFCC99;
}
.faqtitle {
cursor:pointer;
}
.faqcontent {
width: 250px;
margin-top: 10px;
margin-left: -20px;
margin-bottom: 10px;
padding: 5px;
background-color: #1D1A15;
color: #7C7467;
}
.faqtitlehead {
	color:#FFCC99;
	font-size:12px;
	text-transform: uppercase;
	font-weight:Verdana;
	letter-spacing: .6px;
	text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 4px #000 ;
}
.faqcontenthead {
width: 250px;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
padding: 5px;
background-color: #1D1A15;
color: #7C7467;
}
.faqsubtitle {
	color:#FFCC99;
	font-size:12px;
	text-transform: uppercase;
	font-weight:Verdana;
	letter-spacing: .6px;
	text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 4px #000 ;
	margin-bottom: 5px;
}
.fbConnectWidgetFooter {
display: none !important;
}

.dot {
	color:#80674a;
	font-size:12px;
}

.rt {
	color:#8D847C;
}

.bbc {
	font-weight:bold;
	color:#80674a;
}

.status-list{margin:0 0 -25px;position:relative;padding:0 1px;list-style:none}
.status-list li{height:1%;padding:0 0 4px;padding-top:5px;position:relative;font-size:12px;color:#a98169;opacity:0.8}
.status-list li:first-child{margin:0;padding-top:6px}
.status-list li:first-child .divider{display:none}
.status-list li .divider{height:0;overflow:hidden;margin:0 15px 0 0;position:relative;top:-2px;width:100%}
.status-list li:after{content:"";display:block;clear:both}
.status-list li .iconsmall,.status-list li .iconmedium{float:left;margin:0 9px 0 15px;display:inline}
.status-list li .iconmedium{ width: 1px !important; visibility: hidden !important; }
.status-list li p{font-size:13px;line-height:16px;padding-top:4px}
.status-list li p a{color:#a98169}
.status-list li p a:hover{color:#fff}
.status-list li .path,.status-list li .path a{color:#ac672b}

.history_block {list-style:none; margin-left: -9px; padding:3px 0 0 10px; font-family:Calibri, Arial;}
.history_block li {padding:0 0 5px 0; font-size:14px; font-weight:bold;}
.history_block li ul {padding:2px 0 0 0; margin:0 0 0 0; list-style:none;}
.history_block li li {padding:0 0 0 7px; font-size:14px; font-weight:normal; background: url(../images/aion/li_04.html) 0 17px no-repeat; line-height:15px; display:inline-block;}
.history_block .li_01 li {width:50px;}

/* ������� � ������ �������� */
.tophead {border-bottom: dashed 1px #ccc; font-weight:bold; padding: 10px 15px 10px 15px; }
.toptext {border-bottom: dashed 1px #ccc; vertical-align: middle; height:50px;}
.list {color:#fff; background:#000; border:solid 1px #3B3B3B;}

/* ��������� ��� ����������� � ���������� �������� */
.error {color:red; margin:10px 0 0 0;}
.accept {color:#008000; margin:10px 0 0 0;}

.vote_banner {
	text-align: center;
}
.vote_banner img {
	border: solid 5px #0b0a0a;
	margin: 0 4px 10px 4px;
}