html, body{
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	width: 100%;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	color: #fff;
	font-size: 11px;
} 
body{
	height: auto !important;
  	height: 100%;
  	min-height: 100%;
  	position: relative;
	min-width: 1020px;
	width:100%;  
}

UL, OL, DD{ padding-left: 25px; }

a{ color: #fff; }

.title{
	font-size: 22px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.text{ line-height: 24px; }

.ttlLink{
	border-left: 2px solid #32bcff;
	padding: 0 0 1px 8px;
	position:relative;
	overflow:hidden;
	font-size: 14px;
	text-transform: uppercase;
}
	.ttlLink a{
		text-decoration: underline;
	}
	
	.divRel{
		position:relative;
		overflow:hidden;
	}
	
	#chat .ttlLink, #chBox .ttlLink, #servBox .ttlLink{ margin-bottom: 15px; }
	
	#chBoxadd{
		position:absolute;
		top:0;
		right:45px;
		background:#09102f;
		width:250px;
		height:120px;
	}
	
		#chBoxadd textarea{
			width:250px;
			height:60px;
		}
		
			#chBoxadd div{
				padding:3px 0px;
			}
			
			#chBoxadd #rad{
				height:15px;
			}
		#chBoxadd .warn{
			display: block;
			width: 100%;
			height:60%;
			padding-top:20%;
			color:#FFFFFF;
			font-size:14px;
			font-style:italic;
			font-weight:bold;
			text-transform:uppercase;
			text-align: center;
		}
	
.time, .timeB{
	font-family: Arial,Helvetica,Garuda,sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #ffd800;
	background-color:transparent;
}
.timeB{ font-size:38px; }

.item .user{ font-size: 10px; }
.price, .forereg{
	height: 45px;
	background: transparent url(../pic/price_bg.gif) no-repeat top left;
	width: 160px;
	text-align: center;
	padding: 6px 0 0 0;
	overflow: hidden;
	font-size: 13px;
	color: #9ce1ff;
	font-weight: bold;
	font-family: Arial,Helvetica,Garuda,sans-serif;
}

.prereg{
	padding:5px;
	color:#ffea00;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial,Helvetica,Garuda,sans-serif;
}
	.prereg a{
		color:#ffea00;
	}

.forereg{
	padding-top:10px;
}

.forereg a{
	font-size:12px;
	font-weight: bold;
	font-style: italic;
}
	.price span{
		font-size: 20px;
		padding-right: 5px;
	}
	.price .stat{ padding-top: 4px; }
	.price .stat, .price .stat span, .price .stat a{
		font-size: 13px;
		font-weight: bold;
		font-style: italic;
		color: #fff;
		text-transform: uppercase;
	}
	
		.price .stat a{
			cursor:pointer;
		}
	
input.btn, a.btn{
	padding: 0 10px 0 0;
	background: transparent url(../pic/arr.gif) no-repeat right center;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase; 
	border: 0;
	color: #fff;
	cursor: pointer;
}

a.btn{
	font-size: 14px;
	padding: 0 13px 0 10px;
}

#box{
	width: 840px;
	height: 348px;
	background: transparent url(../pic/head_img.jpg) no-repeat 4% 0; 	
	position: absolute;
	top:0;
	left: 50%;
	z-index: -1;
	visibility: hidden;
}

#boxCard{
	width: 634px;
	height: 155px;
	background: transparent url(../pic/card_head_img.jpg) no-repeat 4% 0; 	
	position: absolute;
	top:0;
	left: 50%;
	z-index: -1;
	visibility: hidden;
}

#messageBox{
	position:fixed;
	width: 250px;
	height: 80px;
	background: red;
	display: none;
	color: white;
	top: 5px;
	left: 40%;
	font-size: 13px;
	padding: 10px;
	font-weight: bold;
	z-index: 10;
}

#container{
	clear: both;   
    overflow: hidden;
    padding-bottom: 125px;
    margin: 0 auto;
    min-width: 1020px;
    max-width: 1280px;
    width:expression(((document.documentElement.offsetWidth)>1280) ? "1280px" : (((document.documentElement.offsetWidth)<1020) ? "1020px" : "100%"));
}
	#head{
		height: 320px;
		padding: 28px 55px 0 180px;
		position:relative;
		overflow:hidden;
	}
		#topBox{
			overflow: hidden;
			zoom:1;
			margin-bottom: 25px;
		}
			#topMenu{
				float: right;
				text-align: right;
				margin-top:10px;
			}
			
			#topMenu a, #footMenu a{
				font-size: 14px;
				text-decoration: none;
				text-transform: uppercase;
				padding-left: 6px;
				border-left: 2px solid #ba0fac;
				margin-left: 30px;
			}
			#topMenu a.curr, #topMenu a:hover, #footMenu a.curr, #footMenu a:hover{ border-color: #32bcff; }
		#login{ float: right; margin-left:20px; }
			#login form{
				width: 305px;
				overflow: hidden;
				zoom:1;
			}	
				#login form div{
					height: 60px;
					width: 165px;
					background: transparent url(../pic/login_bg.gif) no-repeat;
					padding: 11px 0 0 15px;
					float: left;
					margin-right: 10px;
				}
					#login label{
						font-size: 15px;
						font-weight: bold;
						padding-right: 5px;
						height: 19px;
						vertical-align: top;
						display:inline-block;
						line-height: 17px;					
					}
					#login input.txt{
						width: 130px;
						height: 17px;
						border: 1px solid #7b7b7b;
						background: #fff;
						color: #7b7b7b;
						margin-bottom: 7px;
						//margin-bottom: 4px;
					}
				#login input.btn{
					width:67px;
					margin: 13px 0 4px 0;
				}
				#login form a{
					font-size: 12px;
					padding-left: 5px;	
					white-space: nowrap;
					line-height: 15px;
				}
		#head .text{
			padding: 0 20px 0 0;
			/*margin-right: 315px;*/
			height: 110px;
			overflow: hidden;
			float: none;
		}
			.snTitle{
				color: #ffd800;
				font-size: 18px;
				font-weight: bold;
				font-family: Arial,Helvetica,Garuda,sans-serif;
			}
			.snDescr{
				font-size: 13px;
				line-height: 15px;
			}
	#content{
		background: #09102f;
		width: 100%;
		min-width: 1020px;
		overflow: hidden;
		font-size:12px;
		zoom:1;
	}
		
		#pagecontent{
			line-height:16px;
			position:relative;
			overflow:hidden;
		}
		
		#pagecontent p{
			padding:5px 0px;
		}
	
		#content .space{ width: 4%; }
		#content .bordr{ padding: 0 6px; }
		#content .a_title{
			background: transparent url(../pic/auction_top_bg.gif) repeat-x;
			position: relative;
		}
			#content .a_title .name, #content .a_title .link{ vertical-align: middle; }
				#content .a_title .name{
					background: transparent url(../pic/ttl_ltc.gif) no-repeat top left;
				}
				#content .a_title .link{
					background: transparent url(../pic/ttl_rtc.gif) no-repeat top right;
				}
			#content .a_title td p{ float: left; }
			#content .a_title .name p{
				font-size: 22px;
				font-weight: bold;
				font-style: italic;
				height: 41px;
				line-height:40px;
				background: transparent url(../pic/arr.gif) no-repeat left center;
				padding-left: 17px;
				white-space: nowrap;
				margin-left: 25px;
			}
			*html #content .a_title .name p{ margin-left: 12px; }
			#content .a_title .ttlLink{ margin-left:8px; }
			*html #content .a_title .ttlLink{ margin-left:4px; }
		#content .a_case{
			background: transparent url(../pic/auction_bg.gif) repeat-x;
			position: relative;
		}
		#content .nobg{
			background: transparent;
		}
			#content .a_case td{ vertical-align: top; }
			#content .a_case .it{
				width: 195px;
				padding-bottom: 20px;
				overflow: hidden;
				zoom:1;
			}
			#content .a_case .item{
				width: 160px;
				background: transparent url(../pic/case_bg.gif) no-repeat top left;
				height: 245px;
				position: relative;
				float: left;
				text-align:center;
			}
			#content .item img{ margin-top: 0px; }
			#content .item .iname{
				height: 32px;
				width: 152px;
				background: transparent url(../pic/case_title_bg.gif) no-repeat top left;
/*				position: absolute; */
/*				top:0; */
				padding: 2px 0 0 8px;
				overflow: hidden;
				text-align:left;
				line-height:14px;
			}
			
				.type{ padding:3px 0px; }
				.reverse{ color:#ff77fa; font-weight:bold; }
				.back{ color:#ffea00; font-weight:bold; }
				
				#content .item .iname a{ text-decoration: none; }
					#content .item .iname span{
						font-family: Arial,Helvetica,Garuda,sans-serif;
						font-weight: bold;
					}
			#content .item .time, #content .item .user{
				position: absolute;
				bottom:88px;
			} 
			#content .item .time{ left: 8px; }
			#content .item .user{
				right: 8px;
				text-align:right;
				width:80px;
				overflow: hidden;
			}
			#content .item .price{
				position: absolute;
				bottom: 0;
				left: 0;
				overflow: hidden;
			}
		#content .a_case .icons{
			width: 32px;
			height: 245px;
			overflow: hidden;
			margin-right:2px;
			float: left;
		}
			.icons a{
				display: block;
				margin-bottom: 2px;
			}
			
			#regin{
					font-size: 12px;
					margin : 16px 0px 0px 0px;
			}
				#regin .txt, #regin div.info{
					width: 200px;
				}
				
				
					#regin div.info{
						color: #b0aeae;
						font-size: 11px;
					}

					.iextra{
						font-size:15px;
						line-height:21px;
						font-weight:bold;
					}
					
					#regin .txt{
						border: 1px solid #8e8e8e;
						background: #fff;
						color: #000;
					}
				#regin table{
					text-align: left;
				}
				#regin table td{
					vertical-align: top;
					padding: 10px 4px;
					text-align: left;
				}
					#regin table td.error{
						padding-left: 10px;
						color: #ff006c;
						font-size: 11px;
					}
		#chat{
			background: transparent url(../pic/chat_bg.gif) repeat-x;
			position:relative;
			height:191px;
		}
			#chat td{ vertical-align: top; }
			#chat .l{
				background: transparent url(../pic/chat_l_bg.jpg) no-repeat top right;
				padding: 18px 165px 0 20px;
				height: 173px;
			}
				#chat .l .title span{
					font-size: 15px;
					padding-left: 14px;
				}
			#chat .r{
				background: transparent url(../pic/chat_r_bg.jpg) no-repeat top left;
				padding: 25px 0 0 0;
				height: 166px;
			}
			#chBox{
				margin: 0 20px 0 0;
				height: 120px;
				overflow: auto;
				padding-right: 20px;
			}
				#chBox .time{
					background: transparent url(../pic/time_bg.gif) no-repeat center center;
					display: inline-block;
					width: 51px;
					height: 11px;
					text-align: center;
					padding: 2px 0;
					margin-right: 8px;
					color: #fff;
					font-size: 11px;
					font-weight: normal;
				}
				#chBox .nick{ font-weight: bold; }
				#chBox .txt{ padding: 5px 5px 20px 5px; }
				
				#chBox .root{
					color:#ff72eb;
				}
				
				#chBox .system{
					color:#ffd800;
				}

		#more{
			background: url(../pic/more_bg.gif) repeat-x;
			overflow: hidden;
			zoom:1;
			padding: 20px 0 30px 0;
		}
			#more .l{
				padding-left: 20px;
				float: left;
				width: 400px;
			}
			#more .r{
				width: 590px;
				float: right;
			}
			#more .item{
				position: relative;
				overflow: hidden;
				zoom:1;
				margin-bottom: 20px;
				height:130px;
			}
				#more .ttl{
					font-size: 18px;
					font-weight: bold;
					font-style: italic;
					background: transparent url(../pic/arr.gif) no-repeat left center;
					padding-left: 17px;
					white-space: nowrap;
					color: #8dd6ff;		
					margin-bottom: 18px;	
				}
				#more .item a.name{ text-decoration: none; display: block; height: 13px; overflow: hidden;}
					.name span{
						font-size: 13px;
						font-weight: bold;
						padding-left: 8px;
						border-left: 2px solid #32bcff;
						margin-left: 10px;
					}
				#more .icons{
					width: 32px;
					overflow: hidden;
					float: left;
					margin: 16px 10px 0 0;
				}
				#more .img{
					background: transparent url(../pic/more_item_bg.gif) no-repeat center center;
					width: 125px;
					height: 99px;
					text-align: right;
					float: left;
					padding: 8px 40px 0 0;
					margin: 10px 30px 0 0;
				}
				#more .time{ margin: 15px 0 4px 0; }
				#more .small{ font-size: 14px; }
				#more .price{
					position: absolute;
					bottom: 0;
					left: 225px;
					text-align: left;
					padding-left: 10px;
					width: 150px;
				}
				#more .econ{
					position: absolute;
					bottom: 15px;
					left: 385px;
					font-size: 12px;
					font-weight: bold;
					font-style: italic;
					color: #ea5ce5;
					text-transform: uppercase;
				}
				.econ span{
					font-style: normal;
					font-size: 20px;
					padding-left: 10px;
				}

#footer{
	clear: both;
	width:100%;
	height: 125px;
	position: absolute;
  	bottom: 0;   
}
	#footBox{
		min-width: 1020px;
		max-width: 1280px;
	    width:expression(((document.documentElement.offsetWidth)>1280) ? "1280px" : (((document.documentElement.offsetWidth)<1020) ? "1020px" : "100%"));
	    margin: 0 auto;
	    position: relative;
	}
		#footLogo{
			position: absolute;
			left: 60px;
			top:45px;
		}
		#footMenu{
			position: absolute;
			left: 280px;  
			top:55px;
	    }
	    #footImg{
	    	width: 471px;
	    	height: 125px;
	    	position: absolute;
	    	background: transparent url(../pic/foot_img.jpg) no-repeat center center;
	    	z-index: -1;
	    	top:0;
	    	left: 50%; 
	    }

/* --- Страница карточки --- */
#headCard{
	padding: 20px 55px 15px 70px;
	//padding-bottom: 0;
	overflow: hidden;
	zoom:1;
}
	#headCard #topBox{ margin-bottom: 15px; }
	
#content{
	background: transparent url(../pic/card_bg.gif) repeat-x;
	position: relative;
}
	.allBox{
		width: 60%;
		margin-left: 30px;
		float: left;
		overflow: hidden;
		zoom:1;
		display: inline;
	}
	.cLtc, .cRtc{
		position: absolute;
		top:0;
	}
		.cLtc{ left: 0; }
		.cRtc{ right: 0; }
		.descr{ padding: 25px 0 15px 0; }
			.descr .name span{ font-size: 18px; }
			.descr .txt{
				position: relative;
				margin: 15px 65px 0 0;
				zoom:1;
				/*width: 555px;*/
			}
				.descr .txt .ltc, .descr .txt .rtc, .descr .txt .lbc, .descr .txt .rbc{
					height: 12px;
					width: 12px;
					border: 0;
					line-height: 0;
					font-size: 0;
					position: absolute;
				}
				
				.descr .txt .info{
					height: 27px;
					width: 27px;
					border: 0;
					line-height: 0;
					font-size: 0;
					position: absolute;
					right:20px; top:3px; 
				}
					
					.descr .txt .ltc{ left:0; top:0; }
					.descr .txt .rtc{ right:0; top:0; }
					.descr .txt .lbc{ left:0; bottom:0; }
					.descr .txt .rbc{ right:0; bottom:0; }		
					*html .descr .txt .rbc, *html .descr .txt .rtc{ right: -1px; }
						
				.descr .txt .mid{
					background: #0165a4 url(../pic/descr_bg.gif) repeat-x;
					height: 16px;
					overflow:hidden;
					padding: 9px 25px;
					line-height: 20px;
					position:relative;
					overflow:hidden;
				}
					.descr .txt .mid a{
						text-decoration:none;
					}
					
					.descr .txt .mid a:HOVER{
						text-decoration:underline;
					}
				
					.descr .txt .mid .info{
						position:absolute;
						height:25px;
						width:25px;
						top:5px;
						right:10px;
					}
				
		.photo{	height: 482px; }
			.photo .icons{
				float: left;
				height: 330px;
				padding-top: 8px;
			}
			#bigImg{
				/*float: left;
				width: 560px;*/
				height: 317px;
				text-align: center;
				background: transparent url(../pic/photo_bg.gif) no-repeat right top;
				padding-top: 23px;
				margin: 0 30px 0 32px;
			}
			.photo ul{
				list-style-type: none;
				overflow: hidden;
				zoom:1;
				margin: 15px 65px 0 0;
				padding: 0;
				clear: both;
				position: relative;
				height: 127px;
			}
				.photo ul li{
					background: transparent url(../pic/photo_small_bg.gif) no-repeat center center;
					width: 172px;
					height: 114px;
					text-align: center;
					padding-top: 13px;
					position: relative;
					display: block;
					margin: 0 auto;
				}
					.photo ul li.abs{
						position: absolute;
						top: 0;
					}
						.photo ul li.ll{ left: 0; }
						.photo ul li.rl{ right: 0; }
					.photo ul li a{
						/*position: absolute;
						right: 7px;
						bottom: 7px;*/
						display: block;
						width: 100%;
						height: 100%;
						position: relative;
					}
						.photo ul li a .zoom{
							position: absolute;
							right: 7px;
							bottom: 7px;
						}			
		.addImg{ 
			float: left;
			width: 232px;
			height: 337px;
			position: relative;
			padding: 0 0 145px 23px;
			font-size: 13px;
		}
			.addImg .time{ margin-bottom: 10px; }
			.addImg .user{ margin-bottom: 30px; }
			.actPrTxt{
				text-transform: uppercase;
				font-weight: bold;
				margin-bottom: 5px;
			}
			.actPrNum{
				color: #9ce1ff;
				font-weight: bold;
				font-size: 18px;
				font-family: Arial,Helvetica,Garuda,sans-serif;
				margin-bottom: 20px;
			}
				.actPrNum span{
					font-size: 26px;
					margin-right: 6px;
				}
			.addImg .price a{
				text-transform: uppercase;
				font-style: italic;
				cursor:pointer;
			}
			.addImg .price{
				padding-top: 18px;
				height: 33px;
				margin-bottom: 20px;
			}
			.addImg .hist{
				color: #9ce1ff;
				font-weight: bold;
				margin-top: 20px;
			}
			.economy{ 
				position: absolute; 
				background: #111c4c; 
				width: 255px; 
				height: 127px;
				bottom: 0;
				left: 0;
			}
				.economy .corner{ 
					position: absolute; 
					width: 10px; 
					height: 10px; 
					background: url(../pic/econ_corners.gif) no-repeat; 
					font-size: 0%; 
				}
				.economy .inner { padding: 15px 20px; }
					.economy .inner .ttl{
						font-size: 18px;
						font-weight: bold;
						text-transform: uppercase;
						font-style: italic;
						margin-bottom: 15px;
						color: #ea5ce5;
					}
					.economy .inner .row{
						font-weight: bold;
						font-size: 12px;
						color: #9ce1ff;
						position: relative;
						margin-top: 7px;
						width: 215px;
					}
						.economy .inner .row span{
							position: absolute;
							top: 0;
							right: 0;
						}
						.economy .inner .eco{ color: #ff92fb; }
				.economy .TL { top: 0; left: 0; background-position: 0 0; }
				.economy .TR { top: 0; right: 0; background-position: -10px 0; }
				.economy .BL { bottom: 0; left: 0; background-position: 0 -10px; }
				.economy .BR { bottom: 0; right: 0; background-position: -10px -10px; }
					*html .economy .TR, *html .economy .BR{ right: -1px;}
					*html .economy .BL, *html .economy .BR{ bottom: -1px;}
	
	#servBox{
		clear: both;
		margin-top: 20px;
		padding: 15px 0;
		overflow: hidden;
		zoom:1;
	}
		#chatCard{
			margin-right:340px;
			position: relative;
		}
			#chatCard #chBox{ height: 150px; }
		#history{
			float: left;
			display: inline;
			padding-left:9px;
		}
			.historyTbl table{
				background: transparent url(../pic/history_bg.gif) repeat-x;
				width: 255px;
				text-align: center;
				color: #9ce1ff;
				font-size: 12px;
			}
				.historyTbl .ltc{
					background: transparent url(../pic/h_ltc.gif) no-repeat left top;
				}
				.historyTbl .rtc{
					background: transparent url(../pic/h_rtc.gif) no-repeat right top;
				}
				.historyTbl table th, .historyTbl table td{ vertical-align: middle; }
				.historyTbl table th{ height: 27px; }
					.historyTbl table .odd{ height: 17px; }
					.historyTbl table .even{ height: 22px;	}
		#autoBid{ 
			float: right; 
			width: 255px;
			margin-right: 55px;
		}
			#autoBid div{ margin: 0px 0px 7px 0px; }
			#autoBid form{
				font-weight: bold;
				color: #9ce1ff;
				font-size: 12px;
				padding-left: 10px;
			}
				#autoBid form .txt{
					width: 45px;
					border: 1px solid #989898;
					margin: 0 7px;
					background: #fff;
					color: #000;
				}
				#autoBid form .btn{
					margin: 5px 0 0 -5px;
					width: 112px;
				}
			#autoHistory table{
				margin-bottom: 8px;
			}
		
		    
.btt{
	list-style:none;
	padding:0;
	overflow:hidden;
	zoom:1;
	float:right;
	margin:0px 15px 0px 0px;
}

	.btt LI{
		float:left;
		line-height:20px;
	}
	
		.btt LI.LIb{
			padding:0px 10px;
			background:#a40e8f;
		}
		
#filtrm {
	list-style:none;
}

.linkpost{
	margin-top:15px;
	margin-left:10px;
}

	#filtrm li{
		color: #9ce1ff;
		font-weight: bold;
		display:inline;
	}
	
	#filtrm li a, .linkpost a{
		color: #9ce1ff;
		font-weight: bold;
		text-decoration:underline;
	}
	
		#filtrm li a:hover, .linkpost a:hover{
			text-decoration:none;
		}

	
#roomMenu{
	position: relative;
	width: 255px;
	background: #1b315e url(../pic/room_menu_bg.gif) repeat-x 0 10px;
	padding: 1px 0 10px 0;
	margin: 18px 0 0 10px;
}
	#roomMenu .top{
		position: absolute;
		top: 0;
		left: 0;
	}
	#roomMenu .bot{
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#roomMenu .ttlLink{
		margin: 17px 0 10px 15px;
		border-color: #BA0FAC;
	}
		#roomMenu .ttlCurr{
			border-color: #32BCFF;
		}
	#roomMenu .subLink{
		display: block;
		padding: 6px 0 6px 55px;
		font-size: 13px;
		font-weight: bold;
		margin: 3px 0;
		text-decoration: none;
		background: transparent url(../pic/room_menu_link_bg.gif) no-repeat 40px center;
	}
		#roomMenu .subLink:hover, #roomMenu .subCurr{
			background-color: #182954;
			color: #84c6ed;
		}
		
.namepage{
	margin-bottom: 20px;
}		
.namepage span{
	margin-left: 0px;
	font-size: 17px;
}

#novMenu{
	list-style:none;
	padding-left:0px;
	margin-bottom:10px;
	margin-left:0px;
}
	#novMenu li{
		display:inline;
	}
		#novMenu li a{
			/*text-decoration:none;			*/
		}
		
		#novMenu a:hover { 
			color: #67bcff;
			text-decoration:underline;
		}
		
		#novMenu a.curr{
			color: #67bcff;
			text-decoration:none;
		}

#amainstatuslist{
	padding:0;
	list-style:none;
	position:absolute;
	top:250px;
	left:215px;
//	top:260px;
//	left:180px;
	overflow:hidden;
	zoom:1;
}

	#amainstatuslist LI{
		float:left;
		text-align:center;
		margin-right:20px;
		font-size: 18px;
		font-weight: bold;
		font-style: italic;
		padding-bottom:5px;
		text-transform:capitalize;
	}
	
	#amainstatuslist LI.cLI{
		background:url(../pic/activaglist.png) no-repeat left top;
		width:140px;
	}
	
		#amainstatuslist LI a{
			text-decoration:none;
		}
		
		#amainstatuslist LI a:HOVER{
			text-decoration:underline;
		}
		
		
#activaglist{
	padding:0;
	position:absolute;
	top:272px;
	left:245px;
//	top:282px;
//	left:210px;
	overflow:hidden;
	zoom:1;
	list-style:none;
}

	#activaglist LI{
		display:inline;
		margin-right:10px;
		line-height:16px;
		text-transform:capitalize;
	}
	
		#activaglist LI a{
			text-decoration:none;
		}
		
		#activaglist LI a:HOVER{
			text-decoration:underline;
		}
		
		
		
	
#postlist table{
	background: transparent url(../pic/postTr_bg.jpg) repeat-x; 
	width: 820px;
	text-align: center;
	color: #9ce1ff;
	font-size: 12px;
}
			
	#postlist .ltc{
		background: transparent url(../pic/h_ltc.gif) no-repeat left top;
	}
		#postlist .rtc{
			background: transparent url(../pic/h_rtc.gif) no-repeat right top;
		}
			#postlist table th, #postlist table td{ vertical-align: middle; }
			#postlist table th{
				height: 37px;
			}
				#postlist table td{
					padding: 5px 2px; 
				}

				#Currpostlist{
					background-color: #182954;
					color: #84c6ed;
				} 


.descrblock{
	margin-bottom:10px;
}
	.descrblock .back,  .descrblock .back a{
		color: #ffffff;
		margin-bottom: 20px;
	}
	
	.descrblock .data{
		color: #9ce1ff;
		font-weight: bold;
		font-size: 13px;
	}
	
	.descrblock .name{
		color: #ffffff;
		font-weight: bold;
		font-size: 13px;
	}
	
	.descrblock .info{
		color: #ffffff;
		margin-top:20px;
	}
		.descrblock .info a{
			color: #ffffff;
			font-size: 12px;
			text-decoration:none;
		}
		
			.descrblock .info a:hover{
				text-decoration:underline;
			}
			
	.NewsBlock .data{
		color: #fff;
		font-family: Arial,Helvetica,Garuda,sans-serif;
	}
	.NewsBlock .name{
		color: #62ccff;
		font-family: Arial,Helvetica,Garuda,sans-serif;
		font-weight: bold;
		font-size: 13px;
		padding: 0;
	}
	.NewsBlock .info{
		color: #fff;
		font-family: Arial,Helvetica,Garuda,sans-serif;
		font-size: 13px;
		padding: 0;
		margin: 5px 0 30px 0;
	}
	
			
#regin table input.error, #autoBid input.error{
	border: 1px solid #ff006c;
}	
#login p.error, #autoBid p.error{
	color: #ff006c;
	margin:0 0 6px 8px;
	font-size: 12px;
}

.payblock{
	margin : 0px 0px 30px;
}
	.payblock .imgcard{
		float:left;
		margin : 0px 15px 0px 0px;
	}
	
	.payblock .descr{
		padding : 50px 0px 0px 0px;
	}
	
	.payblock .descr label{
		margin : 0px 0px 0px 10px;
	}
	
		.payblock .btt{
			list-style:none;
			float:left;
			overflow:hidden;
			zoom:1;
			margin: 15px 0px 0px 15px;
			display:none;
		}

		.payblock .btt LI{
			float:left;
			line-height:20px;
		}
	
		.payblock .btt LI.LIb{
			padding:0px 10px;
			background:#a40e8f;
		}

#notbg, .notbg{
	background: none;
}

.pager{
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
}

	.pager LI{
		display:inline;
		margin-right:10px;
		line-height:16px;
	}
	
	.pager LI a:HOVER, .pager LI a.curr{
		color:#84c6ed;
	}
	
	.pager LI a.curr{
		text-decoration:none;
	}
	
#subMenu{
	padding:20px;
	position:relative;
	overflow:hidden;
}
	#subMenu UL{
		list-style:none;
		padding:0;
		margin:0;
	}

		#subMenu UL LI{
			margin-bottom:20px;
			padding-left:10px;
			border-left: 2px solid #32bcff;
		}
		
			#subMenu UL LI a:HOVER{
				text-decoration:none;
				color:#32bcff;
			}

#infouser{
	margin:30px 10px 100px 50px;
	float:left;
}

	#infouser table td{
		padding: 5px 3px;
	}


#winner{
	list-style:none;
	overflow: hidden;
	zoom:1;
	margin: 15px 55px 15px 30px;
	clear: both;
}
	#winner li{
		float:left;
		padding:10px 10px 0px 10px;
	}
		#winner .bimg{
			height:105px;
			/*width:80px;*/ 
			text-align:center;
		}
		
		#winner .img{
			background: transparent url(../pic/more_item_bg.gif) no-repeat center center;
			width: 125px;
			height: 99px;
			padding: 8px 40px 0 0;
		}
		
		#winner .econom{
			color:#EA5CE5;
			font-size:18px;
			font-style:italic;
			font-weight:bold;
			text-transform:uppercase;
			padding: 40px 0 0 20px;
		}
		#winner .descr{
			width: 250px;
			padding:20px 100px 0 0;
		}
			#winner .descr p{
				margin-top:3px;	
			}
				
				#winner .descr p a:HOVER{
					text-decoration:none;
				}
			
				#winner .descr .user{
					margin-top:15px;		
					color:#67bcff;
				}
				
					#winner .descr .user a{
						color:#67bcff;
					}
					#winner .descr .user a:HOVER{
						color:#67bcff;
						text-decoration:none;
					}
					
					
.attention{
	color:#ff72eb;
	font-size: 11px;
	padding-bottom:10px;
}

#payInfo{
	color: #de11d9;
}
	#payInfo div{
		padding: 20px;
	}