/* CSS Document */
/*---GLOBAL SETTINGS---
----------------------*/
*{
	margin: 0;
	padding: 0;
	outline: 0;
	}
img{
	border:0;
	}
ul{
	list-style-type:none;
	}
table{
	border-collapse:collapse;
	}
input, textarea{
	font:11px verdana;
	color:#000;
	border:none;
	}
a{
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
/*---H---
--------*/
h4{
	font:normal 18px verdana;
	color:#fff;
	background:url(/upload/img/h4bord.gif) no-repeat 5px 52px;
	position:relative;
	margin-bottom:10px;
	padding-top:35px;
	}
h4 span{
	background:#000;
	}
h5{
	font:normal 24px verdana;
	margin-bottom:35px;
	}
h5.price{
	padding:40px 0 10px 0;
	margin:0 0 10px 5px;
	border-bottom:1px solid #000;
	}
h5.buy{
	padding:0 0 0 50px;
	margin:0 0 0 5px;
	background:url(/upload/img/buy.gif) no-repeat;
	color:#ffa200;
	}
.after:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
body{
	background:#000;
	font:12px verdana;
	color:#000;
	text-align:center;
	}
.main{
	width:100%;
	text-align:left;
	min-width:1000px;
	width: expression(document.body.clientWidth > 1000 ? "100%" : "1000px");
	}
/*---HEADER---
--------------*/
.header{
	height:327px;
	background:url(/upload/img/headerbg.jpg) no-repeat right;
	}
.topper{
	height:149px;
	padding:73px 0 0 0;
	}
.logo{
	position:absolute;
	top:63px;
	left:14px;
	}
.phone{
	width:230px;
	background:url(/upload/img/phonedev.gif) no-repeat 0 3px;
	color:#fff;
	padding:0 0 0 20px;
	margin:0 auto;
	font:20px arial;
	}
.phone p{
	font-size:51px;
	margin-bottom:2px;
	}
.ico{
	font-size:0;
	}
.ico a{
	float:right;
	margin-left:30px;
	}
/*---MENU---
------------*/
.menu a{
	color:#fff;
	font:14px calibri;
	padding:0 25px;
	display:block;
	float:left;
	background:url(/upload/img/menudev.gif) no-repeat 100% 50%;
	height:73px;
	line-height:73px;
	position:relative;
	z-index:100;
	}
.menu .first{
	padding:0 25px 0 42px;
	}
.menu .last{
	background:none;
	}
.menu .act{
	color:#ffba00;
	cursor:text;
	}
.menu .act:hover{
	text-decoration:none;
	}
.menu div{
	height:73px;
	float:left;
	}
.light_1{
	background:url(/upload/img/menulight.gif) no-repeat center;
	}
/*---CONTENT---
--------------*/
.content{
	width:100%;
	background:url(/upload/img/contentbg.gif) repeat-x;
	}
/*---LEFT---
--------------*/
#left{ 
	width:249px;
	float:left;
	background:url(/upload/img/leftdev.gif) repeat-y right;
	}
.accordion{
	padding:8px 0 65px 0;
	}
.accordion h3{
	padding: 7px 10px 9px 35px;
	font:normal 11px Arial;
	cursor: pointer;
	color:#fff;
	background:url(/upload/img/acch3.gif) no-repeat;
	}
.accordion h3.active {
	background:url(/upload/img/acch3act.gif) no-repeat;
	padding: 7px 10px 9px 35px;
	}
.accordion p{
	padding:5px 0;
	background:url(/upload/img/accdev.gif) no-repeat bottom;
	}
.accordion p a{
	padding:3px 5px 3px 35px;
	background:none;
	}
.accordion a{
	display:block;
	color:#fff;
	padding: 7px 10px 9px 35px;
	background:url(/upload/img/accdev.gif) no-repeat bottom;
	font:11px arial;
	}
.accordion .act{
	color:#ffcc00;
	cursor:text;
	}
.accordion .act:hover{
	text-decoration:none;
	}
.searcher{
	margin-bottom:30px;
	}
.searcher h1{
	color:#fff;
	font:normal 18px arial narrow;
	margin:0 0 5px 17px;
	}
.searchfield{
	width:192px;
	height:25px;
	background:url(/upload/img/searchfield.gif);
	margin:0 0 2px 10px;
	padding:5px 0 0 30px;
	}
.searchbtn{
	width:90px;
	height:24px;
	background:url(/upload/img/searchbtn.gif);
	margin-left:135px;
	cursor:pointer;
	}
	
.registration{
	background:url(/upload/img/regtitle.gif) no-repeat;
	margin-bottom:30px;
	}
.registration h1{
	font:normal 11px verdana;
	color:#ffc000;
	padding:8px 0 0 97px;
	}
.registration h2{
	font:normal 14px verdana;
	color:#fff;
	padding:9px 0 0 75px;
	}
.login{
	padding:15px 0 0 0;
	}
.login label{
	display:block;
	width:65px;
	float:left;
	color:#fff;
	padding:3px 8px 0 0;
	text-align:right;
	}
.login input{
	width:150px;
	margin-bottom:7px;
	padding:2px;
	//padding:0;
	}
.login .okbtn{
	width:90px;
	height:24px;
	background:url(/upload/img/okbtn.gif);
	cursor:pointer;
	}
.login a{
	color:#ffc000;
	margin:8px 0 0 17px;
	text-decoration:underline;
	float:left;
	display:inline-block;
	width:120px;
	font-size:11px;
	}
.adress{
	padding:0 3px 0 13px;
	color:#fff;
	font:11px arial;
	}
.adress h1{
	font:normal 18px arial narrow;
	margin-bottom:15px;
	}
.bord{
	border-bottom:1px solid #1a1a1a;
	padding-bottom:7px;
	margin-bottom:8px;
	}
/*---RIGHT---
--------------*/
#right{
	background:url(/upload/img/contentbg.jpg) no-repeat right top;
	margin:0 0 0 296px;
	padding:0 34px 0 0;
	}
.novelty{
	width:353px;
	height:259px;
	margin:0 auto;
	background: url(/upload/img/noveltybg.jpg) no-repeat;
	padding:19px 0 1px 307px;
	position:relative;
	}
.novelty img{
	position:absolute;
	top:34px;
	left:107px;
	}
.novelty div{	
	width:320px;
	background:url(/upload/img/noveltydev.png) no-repeat;
	padding:11px 3px 11px 30px;
	}
.novelty .act{
	background:url(/upload/img/noveltydev.png);
	}
.novelty .act a{
	cursor:text;
	}
.novelty .act a:hover{
	text-decoration:none;
	}
.novelty div a{
	color:#fff;
	font-size:12px;
	}
.items{
	width:660px;
	margin:0 auto 25px auto;
	background:url(/upload/img/itembg.jpg) repeat-y;
	}
.items th, .items td{
	width:210px;
	text-align:center;
	vertical-align:middle;
	}
.items th{
	height:198px;
	}
.items td{
	padding:5px 3px 0 3px;
	}	
.items td a{
	color:#fff;
	}
.sometext{
	color:#fff;
	border-top:1px solid #fff;
	padding:10px 0 0 0;
	}
.sometext p{
	padding-bottom:15px;
	}
/*---FOOTER---
--------------*/
.footer, .footer_in{
	width:100%;
	font:11px arial;
	color:#fff;
	height:100px;
	}
.footer_in{
	background:url(/upload/img/footerdev.gif) repeat-x;
	}
.footer_left{
	width:230px;
	float:left;
	padding:10px 5px 15px 14px;
	background:url(/upload/img/leftdev.gif) repeat-y right;
	}
.footer p, .footer_in p{
	padding:10px 0 0 0;
	}
.footer a, .footer_in a{
	color:#fff;
	}
.footer_right{
	background:url(/upload/img/pattern.gif) no-repeat bottom center;
	margin:0 0 0 296px;
	height:110px;
	}
/*---CATALOGUE---
----------------*/	
.catalogue{
	padding-bottom:1px;
	}
td.basket{
	background:url(/upload/img/basket.gif) no-repeat center 5px;
	height:34px;
	//height:29px;
	}
.items .basket a{
	float:right;
	padding-right:35px;
	color:#ffcc00;
	}
.basket span{
	font-size:10px;
	}
.pager{
	text-align:center;
	padding-top:15px;
	margin:0 0 0 296px;
	}
.footer_in .pager a{
	font:14px verdana;
	padding:0 2px;
	}
.footer_in .pager .act{
	font-size:18px;
	color:#ff5a00;
	cursor:text;
	}
.footer_in .pager .act:hover{
	text-decoration:none;
	}
/*---CATALOGUE_ITEM---
--------------------*/	
.context{
	width:658px;
	margin:0 auto;
	background:url(/upload/img/contextbg.gif) repeat-y;
	padding:30px 0 16px 0;
	min-height:800px;
	_height:800px;
	margin-bottom:10px;
	}
.description{
	width:550px;
	font-size:11px;
	margin:0 48px 0 60px;
	}
.description th{
	width:251px;
	vertical-align:top;
	}
/*.description th img{
	margin-top:60px;
	}*/
.description p{
	padding:4px 0 4px 10px;
	margin-bottom:10px;
	}
.description .gray{
	background: url(/upload/img/gray.gif) repeat-y;
	}
.goto{
	width:635px;
	margin:0 auto;
	color:#fff;
	font:11px/27px tahoma;
	text-align:center;
	}
.dev{
	font-size:27px;
	}
.goto span{
	padding-right:29px;
	margin-right:5px;
	}
.goto a{
	color:#626262;
	}
.prev{
	float:left;
	}
.prev span{
	background:url(/upload/img/prevarr.gif) no-repeat 100% 5px;
	}
.next{
	float:right;
	}
.next span{
	background:url(/upload/img/nextarr.gif) no-repeat 100% 5px;
	}
/*---BASKET---
-------------*/
.yourbasket{
	width:442px;
	font-size:11px;
	margin:0 62px 34px 154px;
	border-bottom:1px solid #b0b0b0;
	}
.yourbasket caption{
	background:url(/upload/img/buy.gif) no-repeat 83px 0;
	}
.yourbasket th{
	width:137px;
	vertical-align:top;
	padding-bottom:13px;
	}
.yourbasket img{
	border:1px solid #dadada;
	}
.yourbasket p{
	margin-bottom:10px;
	}
.del{
	padding:5px 0 10px 0;
	border-top:1px dotted #ddd;
	}
.del a{
	color:#ff0000;
	}
.total{
	width:441px;
	margin:-20px 0 70px 153px;
	background:#ededed url(/upload/img/totaltop.gif) no-repeat;
	}
.total h5{
	height:69px;
	line-height:69px;
	text-align:center;
	background:url(/upload/img/totalbot.gif) no-repeat bottom left;
	margin:0;
	}
.recount{
	font-size:24px;
	color:#0090ff;
	}
.finish{
	width:441px;
	margin:0 0 0 153px;
	}
.formalize{
	float:right;
	font-size:24px;
	color:#ff0000;
	}
/*---ORDER---
-------------*/
.order{
	width:425px;
	font-size:11px;
	margin:0 62px 34px 154px;
color:#000000;
	}
.order h5{
	text-align:center;
	}
.order label{
	display:block;
	float:left;
	padding-right:5px;
	min-width:53px;
	_width:53px;
	white-space:nowrap;
	}
.order input{
	border-bottom:1px solid #7f7f7f;
	margin-bottom:10px;
	}
.order span{
	vertical-align:top;
	}
.order .orderbtn{
	border:none;
	float:right;
	}
/*---REMAIND---
-------------*/
.order p, .error p{
	line-height:24px;
	margin-bottom:15px;
	}
.order .remaindbtn{
	float:right;
	font-size:24px;
	color:#00a2ff;
	border:none;
	background:none;
	width:235px;
	cursor:pointer;
	margin:30px 0 60px 0;
	}
.error{
	color:#ff0000;
	}
.error h5{
	text-align:left;
	margin:100px 0 10px 0;
	}

.map a{
color:#ffffff;}

