html{
	min-height:100%;
	height:auto !important;
	height:100%;
}

body{
	padding:0;
	margin:0;
	background:url(../images/bg.png) repeat-x #36010f;
	font-family:Tahoma;
	font-size:11px;
	color:#ffffff;
	min-height:100%;
	height:auto !important;
	height:100%;
}

a img{
	border:0;
}

a{
	color:#ffffff;
	text-decoration:underline;
}

#container{
	width:1000px;
	background:url(../images/top.jpg) no-repeat;
	margin:0 auto;
	min-height:300px;
}

#top{
	width:100%;
	padding-top:17px;
	text-align:center;
}

#logo{
	margin-bottom:12px;
	display:block;
}

#menu{
	margin: 21px 0 0 21px;
	padding: 51px 0 0 9px;
	background:url(../images/menu-top.png) no-repeat;
	width:215px;
	list-style-type:none;
	float:left;
}

#menu li{
	width:159px;
	height:21px;
	background:url(../images/menu-one.png) no-repeat;
	padding: 3px 20px 0 36px;
}

#menu li a{
	color:#ffeaa3;
	text-decoration:none;
}

#menu li.act{
	background:url(../images/menu-one-act.png) no-repeat;
	padding: 3px 36px 0 20px;
}

#menu li.act a{
	color:#ffffff;
}

#menu li.bot{
	background:url(../images/menu-bot.png) no-repeat;
	width:215px;
	height:24px;
	padding:0;
	margin:0;
}

#menu li.bot-a{
	background:url(../images/menu-a-bot.png) no-repeat;
	width:223px;
	height:52px;
	padding:0;
	margin-left:-8px;
}

#menu li.top{
	background:url(../images/menu-a-top.png) no-repeat;
	width:215px;
	height:32px;
	padding:6px 0 0 0;
	text-align:center;
	font-weight:bold;
	margin:-7px 0 0 0 ;
}

#menu li.free{
	background:url(../images/li-bg.png) repeat-y;
	height:auto;
	width:175px;
	padding: 0 20px;
}

#menu li.free form{
	padding:0;
	margin:0;
}

#menu li.free form label{
	width:70px;
	height:16px;
	float:left;
	display:block;
	color:#ffeaa3;
}

#menu li.free form .textinput{
	float:left;
	width:100px;
	height:16px;
	border:1px solid #561911;
}

#content{
	margin-left:265px;
	width:auto;
	margin-top:99px;
}

.item{
	width:312px;
	height:242px;
	background:url(../images/item.png) no-repeat;
	float:left;
	padding:8px 15px 0 0;
	font-size:12px;
}

.item .left{
	background:url(../images/ramka.jpg) no-repeat bottom center;
	width:92px;
	float:left;
	margin-right:6px;
	height:230px;
	padding:5px 31px 0 34px;
}

.item .left .inleft{
	text-align:center;
	width:92px;
	height:230px;
	position:relative;
}

.item .left .inleft .pic{
	display:block;
	position:absolute;
	bottom:26px;
	left:1px;
	width:92px;
	text-align:center;
}

.item .left .inleft .title a{
	color:#fff9a3;
	text-decoration:none;
	font-weight:bold;
}

.item .right{
	width:145px;
	float:left;
	height:200px;
	padding:10px 0 0 0;
}

.item .right .inright{
	position:relative;
	width:145px;
	height:200px;
	color:#ffffff;
	font-weight:bold;
}

.item .right .elite{
	color:#ea8f23;
}

.opt{
	color:#af999f;
	font-weight:normal;
}

.item .right .inright .more{
	position:absolute;
	right:0;
	bottom:0;
}

#foot{
	width:100%;
	background:url(../images/foot.jpg) repeat-x;
	height:52px;
	text-align:center;
	color:#c5b3b8;
	padding-top:30px;
}

#foot a{
	color:#fff9a3;
	font-weight:bold;
	text-decoration:none;
}

.pagination{
	width:100%;
	padding:20px 0 0 0;
	text-align:center;
	float:left;
}

h1.title{
	width:100%;
	margin:0 0 20px 0;
	font-size:24px;
	font-weight:normal;
	color:#fef537;
}

.desc{
	width:100%;
	color:#ffffff;
	margin-bottom:20px;
}

.thumb{
	border:1px solid #5e343f;
	padding:3px;
	width:61px;
	height:61px;
	
	margin: 0 5px 5px 0;
	display:block;
	float:left;
}

.thumba{
	border:4px solid #f7d02e;
	width:61px;
	height:61px;
	
	margin: 0 5px 5px 0;
	display:block;
	float:left;
}

#thumbs{
	width:230px;
	float:left;
}

#pic{
	overflow:hidden;
	border:6px solid #f2c02c;
	float:left;
	
}

.lopts{
	float:left;
	width:300px;
	color:#fff9a3;
}

.but{
	padding:16px 0 0 10px;
	width:145px;
	height:20px;
	background:url(../images/but_back.png) no-repeat;
}

.but a{
	color:#ffffff;
	text-decoration:none;
	
}

.comment{
	padding:20px;
	border:3px solid #f2c02c;
	width:auto;
	margin-bottom:20px;
}

.big_opt{
	width:150px;
	float:left;
	margin-bottom:10px;
}

.big_val{
	color:#ffffff;
	width:400px;
	float:left;
}

.big_val textarea{
	width:400px;
	height:200px;
}

.big_val input,select{
	width:200px;
	border:1px solid #f2c02c;
	margin:5px 0 5px 0;
	height:18px;
}