* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

img {
	border: none;
}

a {
	text-decoration: underline;
}

html, body {
	margin: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
}

body, p, td, th, ol, ul, li, select, input, textarea {
	font-family : Tahoma, Arial, Verdana;
	font-size : 13;
}

a:link, a:visited {
	color: #000000;
}


div#topnav{
	background: url(topnav-bg.jpg) top left repeat-x;
	height: 40px;

	position: absolute;
	top: 0px;
	width: 100%;
	height: 163px;
	overflow: visible;
	
}


div#topnav ul.topnav{
	list-style: none;
	padding-left: 0px;
	margin-top: 123px;
	margin-left: 10px;
	width: 1000px;
	_width: 1000px; 

	
	margin-right: 30px;
}

div#topnav ul.topnav li{
	float: left;
	margin-right: 8px;
	margin-top: 9px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(bullet-small.gif) 0px 9px no-repeat;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 2px;

	margin-bottom: 2px;

}
div#topnav ul.topnav li a{
	color: #FFFFFF;
	
}	


div#topnav ul.topnav li.selected{
	background: #f98721;
	font-weight: bold;
}

div#topnav a.selected {
	background: #cdcdcd;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	font-weight: bold;
}


div#sitesearch {
	position: absolute;
	top: 176px;
	left: 10px;
}
div#sitesearch input.stext{
	width: 235px;
	color: #aaaaaa;
	padding-left: 7px;
}

img#logoimg {
	position: absolute;
	top: 0px;
	left: 0px;
}

ul.leftnav, ul.leftnav li ul {
	position: absolute;
	top: 220px;

	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 12px;
	width: 330px;

}

ul.leftnav li ul {
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 10px;
	width: 220px;
}

ul.leftnav li{
	margin-right: 8px;
	margin-bottom: 5px;
	padding-left: 15px;
	padding-right: 10px;
	background: url(bullet-big.gif) 1px 7px no-repeat;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 2px;

}

ul.leftnav li.selected{
	background: url(current-bg.gif) top left repeat-x;
	font-weight: bold;
	padding-top: 2px;
}

ul.leftnav li ul li.selected{
	background: #cdcdcd;
}

div#top-right {
	position: absolute;
	right: 0px;
	top: 0px;
	padding-top: 8px;
	padding-right: 20px;
	padding-left: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
}

div#top-right span#phone {
	font-weight: bold;
}

div#topnav div.right {
	position: absolute;
	top: 5px;
	margin-top: 12px;

		
	padding-right: 15px;
	margin-left: auto;
	height: 32px;
	width: 250px;

}

div#topnav  span.cart{
	background: url(cart.gif) 5px 3px no-repeat #ffffcc;
	font-weight: bold;
	padding-left: 37px;
	padding-right: 5px;
	margin-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	position: relative;
	top: 0px;
}

div#content {
	position: relative;
	margin-top: 170px;
	margin-left: 360px;
	padding-top: 0px;
	min-height: 450px;
	min-width: 450px;
	
	padding-left: 15px;
	padding-right: 200px;
	_margin-right: -200px;

	_width: expression((documentElement.clientWidth||document.body.clientWidth)<930?'870px':'100%');
	_height: expression((documentElement.clientHeight||document.body.clientHeight)<400?'400px':'100%');

	overflow: auto;
	_overflow: visible;
}

div#content p{
}

div#content p a {
	font-weight: bold;
}

div#content a img{
	margin-right: 5px;
}

div#content h1{
	padding-top: 0px;
	margin-top: 0px;
	font-size: 24px;
	font-weight: normal;
}

div#content h2{
	padding-top: 0px;
	margin-top: 15px;
	margin-bottom: 7px;
	font-size: 16px;
	font-weight: bold;

}

div#right-pane {
	padding-right: 25px;
	width: 220px;
	float: right;
	margin-top: 50px;
	margin-bottom: 100px;
	margin-left: 30px;
	_margin-left: -180px;	
	
	margin-right: -200px;
	_margin-right: -10px;
}

div#right-pane h2{
	margin-right: 0px;
	font-size: 14px;
}

ul.rightnav {
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 12px;
	width: 180px;
}

ul.rightnav li{
	margin-right: 8px;
	margin-bottom: 5px;
	padding-left: 15px;
	padding-right: 10px;
	background: none;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 2px;
	margin-left: 0px;
}

ul.rightnav li.selected{
	background: #00cccc;
	font-weight: bold;
	padding-top: 2px;
}


div#bottom {
	width: 100%;
	position: absolute;
	right: 0px;
	height: 34px;	
	background: url(bottom-bg.gif) top repeat-x #f2f2f2;
	margin-top: 50px;
}

div#bottom img.logoimg{
	position: relative;
	left: -10px;
	float: right;
	top: -35px;
}



div#subsections{
	width: 100%;
	margin-bottom: 0px;
	float: left;
}

input.stext {
	width: 400px;
}


div.search-result{
	margin-top: 35px;
}



div.price-box {
	margin-top: 0px;
	margin-bottom: 135px;
	
	background: #f0f0f0; 
	text-align: left;

	padding-left: 15px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 185px;
}
div.price-box input{
	margin-top: 15px;
	margin-bottom: 5px;
	width: 150px;
}

div.price-box span.rub-price{
	font-weight: bold;
	font-size: 16px;

}

div.price-box span.usd-price{
	margin-top: 5px;
}



div.brand-card {
	float: right;
	background: #aaaaaa;
	color: #FFFFFF;
	width: 150px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	margin-right: 15px;
}


div.brand-card a{
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	float: right;
	margin-right: 5px;
}








































/* addition from old css */


table.items {
	width: 100%;
}

table.items th {
	text-align: left;
	font-size: 11px;
	font-weight: none;
}

table.items tr td{
	padding: 5px;
}

table.items tr.odd td {
	background: #eeeeee;
}


table.items tr td.desc {
	width: 400px;
}


table.items tr td.price {
	
}
table.items tr td.basket {
	width: 10px;
}

table.items tr td.desc span.art{
	font-weight: bold;
	display: block;
}


div.teaser {
	border: 1px solid #cccccc;
	width: 380px;
	border-right: 8px solid #00cc66;
	
	background: url(teaser-bg.jpg) bottom right no-repeat;
	padding-bottom: 10px;
	position: relative;
	_height: 130px;
	margin-bottom: 15px;
	margin-top: 0px;
}

div.teaser img {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 0px;
	

}

div.teaser p {
	float: right;
	text-align: right;
	margin-right: 5px;
	margin-top: 10px;
}

div.teaser p, div.teaser p a {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}

div.teaser p a:hover {
	text-decoration: underline;
}

div.teaser p span.art{
	display: block;
	margin-top: 5px;
	color: #339933;
	font-weight: bold;
	font-size: 16px;
	width: 220px;
}

div.teaser span.usd-price {
	display: block;
	position: absolute;
	font-weight: bold;
	top: 90px;
	right: 5px;
	color: #AAAAAA;
	font-size: 18px;
	margin-bottom: 15px;
	text-align: right;
	width: 180px;
}

div.teaser span.rub-price {
	display: block;
	position: absolute;
	font-weight: bold;
	top: 60px;
	right: 5px;
	color: #ff6600;
	font-size: 28px;
	margin-bottom: 15px;
	text-align: right;
	width: 180px;
}

div.teaser a.more {
	display: block;
	position: absolute;
	font-weight: bold;
	top: 90px;
	left: 20px;
	color: #000000;
	font-size: 14px;
	margin-bottom: 15px;
	text-align: right;
	width: 180px;
}
div.teaser a.more:hover {
	text-decoration: underline;	
}






div.selector {
	margin-bottom: 25px;	
}

div.selector a {
	text-decoration: underline;
}

div.selector span{
	background: #ffffcc;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	
}

ol.search-result {

}


li.search-result {
	padding-left: 7px;
}

ol.search-result li {
	margin-bottom: 25px;
	font-weight: normal;
	width: 400px;
	vertical-align: top;
	padding-left: 25px;
}

.search-result p {
	font-weight: normal;
	padding: 0px;
	margin-bottom: 0px;
}

.search-result a.h3 {
	font-size: 11px;
	margin: 2px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	margin-bottom: 0px;
	margin-left: -25px;
}
.search-result a.h3:hover {
	text-decoration: underline;
}

.search-result ol li span.url{
	font-weight: normal;
	color: green;
}

a.url{
	font-weight: normal;
	color: green;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: -25px;
}

a.url:hover{
	text-decoration: underline;

}



ol.search-result li p{
	margin-left: 0px;
	padding-left: 0px;
	position: relative; 
	left: -25px;
	top: -10px;

}



#header-search form {
	padding-top: 6px;
	height: 33px;
	background: url(hdr-search-left.gif) no-repeat;
}



#header-search input {
	position: relative;
	top: 2px;
	font-weight: normal;
	text-transform: none;
	border: 1px solid #8198CE;
	height: 14px;
	width: 90px;
	margin: 0 8px 0 4px;
}



a.ttl {
	color: gray;
	text-decoration: none;
}


ul.search-authors, ul.search-authors li ul , ul.search-dirs, ul.search-dirs li ul {
	list-style: none;
}


span.author, span.sdir {
	background: #efefef;
	padding: 2 4 2 4;
}

span.author a {
	text-decoration: none;
}

span.author a:hover {
	text-decoration: underline;
}

span.instr {
	margin-left: 25px;
	background: #fce4c7;
}

