html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,Tahoma,serif;
	font-size: 100%;
	color:#A4AFBA;
	min-width: 1260px;
}

img {border:0 none; font-size:0.7em;}
form {padding: 0; margin: 0;}
a {text-decoration: none; color:#3B83A1;}
ul {padding: 0; margin: 0; list-style:none outside none;}

/* START PAGE */

.sdescr {
	color:#000000;
	font-size:0.8em;
}
/* HEADER */
#body {
	margin-bottom: 20px;
}

#header {
	text-align: center;
	height: 130px;
}

.logo {
	position: absolute;
	left:10px;
	top:10px;
}

.head_menu {
	text-align: center;
}

#head_menu {
	margin:auto;
	width:600px;
	padding: 0;
}
#head_menu li {
	display: inline;
	float:left;
	font-size: 1.6em;
	padding: 16px 30px;
	background: url("/img/top_menu.png") no-repeat scroll 100% 0 transparent;
}

/* SEARCH */

div.search {
	background: url("/img/bgSearch.png") no-repeat scroll 0 0 transparent;
	padding: 8px 14px 0;
	display: inline-block;
	height:37px;
	text-align: left;
	width: 780px;
}

div.search .sinput {
	border-width: 0;
	padding: 6px;
	margin-right: 25px;
	width: 320px;
}

.sbutton {
	bottom:3px;
	margin-left:30px;
	position:relative;
	vertical-align:top;
}

.xsearch {
	border: 0 none;
	padding: 5px;
	width: 280px;
	background-color:transparent;
}


/* BASKET */

.jobtime {
	color: #005A80;
	font-size: 0.6em;
	font-weight: bold;
	margin: 5px;
	text-align: left;
	float: right;
}

.basket {
	left:800px;
	position:relative;
	top:-42px;
	width: 180px;
	white-space: nowrap;
}

.basket a {
	color: #000000;
	font-size: 0.9em;
}

.abasket {
	background: transparent url(/img/basket.png) no-repeat 0 0;
	margin: 0;
	padding-left: 45px;
	padding-bottom: 10px;
	text-align: left;
}

#main {
	overflow: hidden;
}

#leftside {
	float: left;
	width: 270px;
}

/* MIDDLE MENU */

#middle_menu {
	width: 100%;
	margin-bottom: 20px;
}

#middle_menu td {
	background: url("/img/left_egal.png") no-repeat scroll 0 100% transparent;
/*	min-width: 150px;  */
	padding: 0;
	margin: 0;
}

#middle_menu td span {
	font-size: 0.8em;
	background: url("/img/right_egal.png") no-repeat scroll 100% 100% transparent;
	display: block;
	padding: 5px 10px 4px 15px;
	min-height: 16px;
}

#middle_menu td span a {
	color: #498BB4;
	text-transform: uppercase;
	background: url("/img/cross.gif") no-repeat scroll 100% 50% transparent;
	padding-right: 20px;
}

#middle_menu td.first {
	background: url("/img/left_egal.png") no-repeat scroll 50% 100% transparent;
}

#middle_menu td.first span {
	padding-left: 100px;
}


#middle_menu td.last {
	background: url("/img/left_egal.png") no-repeat scroll 0 100% transparent;
	padding-left: 100px;
	height: 20px;
}

#middle_menu td.blank span {
	padding-left: 150px;
}


/* CATEGORY MENU */

#leftmenu {
	list-style: none outside none;
	margin: 0 0 0 10px;
	padding: 0;
	width: 240px;
}

#leftmenu li.one {
	min-height: 36px;
}

#leftmenu li.one span {
	display: block;
	padding: 17px 10px 5px;
	background: url(/img/catmenubg.png) no-repeat scroll 0 100% transparent;
}

li.one span {
	color: #000000;
	font-family: verdana,tahoma,arial,sans-serif;
	font-size: 0.7em;
	text-transform: uppercase;
	cursor:	pointer;
	font-weight: bold;
}

ul#subcatalog
{
	list-style: url('/img/csquare.gif');
	padding-left: 25px;
}

li.two
{
	border-bottom: 1px solid #dcdcdd;
	margin-top: 6px;
	padding-bottom: 5px;
	line-height: 10px;
}

li.two a
{
	color: #000000;
	font-family: Helvetica;
	font-size: 0.7em;
	font-style: normal;
}

/* Articles */

.articles {
	margin: 20px 15px 0;
	padding-right: 10px;
}

.articles strong {
	color: #2978A8;
	font-size: 1.1em;
}
.articles a.all {
	font-size: 0.7em;
	margin-left: 30px;
	text-decoration: underline;
}

.article {
	margin-top: 25px;
}

.article a {
	color: #2978a8;
	text-decoration: underline;
	font-size: 0.9em;
}

.article p {
	color: #000000;
	font-size: 0.8em;
	text-indent: 20px;
	margin: 5px 0;
	padding-right: 40px;
	background: url("/img/art_arrow.gif") no-repeat scroll 0 0 transparent;
}

/* CATEGORY CONTENT */

#right_content {
	margin-left: 280px;
}

.line {
	text-transform: lowercase;
	font-weight: bold;
	font-size: 0.75em;
}

.line a {
	color: #969473;
}

.descr {
	color: #000000;
	font-size: 0.7em;
	border-bottom: 1px solid #A9B5BF;
	border-top: 1px solid #A9B5BF;
	margin: 5px 0 20px;
	padding: 5px;
}

/* WARE PAGE */

div#ware {
	margin-right: 50px;
}

div#ware h3 {
	color: #3B83A1;
	font-weight: normal;
	font-size: 1em;
	padding: 10px 0;
	border-bottom: 1px solid #a9b6bf;
	border-top: 1px solid #a9b6bf;
}

.big_ware_image {
	max-width: 300px;
}

.general {
	float:left;
	margin:5px;
	width:300px;
	overflow:hidden;
	text-align:center;
}

.gencontent {
	margin-left: 320px;
	text-align: left;
	width: 100%;
}

.statusprice {
	margin-top: 10px;
}

.statusprice div.price {
	margin: 15px auto;
}

.headerchar {
	color: #3B83A1;
	font-size: 0.8em;
}

div.ware_descr {
	margin-top: 20px;
	color: #000000;
	font-size:0.8em;
}

p.caution {
	color: #498aa8;
	font-size: 0.7em;
}

table.wchar {
	border-bottom: 1px solid #a9b6bf;
	padding-bottom: 30px;
	width: 100%;
}

table.wchar td {
	padding: 5px 0;
	font-size: 1.1em
}

table.similar {
	width: 100%;
}



table.similar th {
	color: #87845e;
	padding: 5px;
	text-align: left;
	border-top: 1px solid #A9B5BF;
	border-bottom: 1px solid #A9B5BF;
}

table.similar td {
	border-bottom: 1px solid #A9B5BF;
	padding: 10px;
}

table.similar td.td-first {
	border-right: 1px solid #A9B5BF;
}

table.similar th a {
	text-decoration: underline;
	font-weight: normal;
}

.img_similar {
	height: 90px;
	max-width: 90px;
	text-align:center;
}

.sprice {
	color: #24292b;
	font-size: 0.8em;
	margin-bottom:5px;
}

h5 {
	color: #5593AD;
	font-size: 0.9em;
	font-weight: normal;
	margin: 20px 0 0 0;
}

h5 a {
	text-decoration: underline;
}

.comsp {
	color:#000000;
	font-size:0.8em;
}

.qo {
	float: left;
	width: 240px;
	border:1px solid;
	margin: 0 23px;
	padding: 10px 12px 0 10px;
}

.qo input, .qo textarea {
	width: 100%;
	margin: 0 0 10px 0;
}

#qobut {
	width: 80px;
	height: 22px;
}

.qo span {
	color:#000000;
	font-size:0.7em;
}

#qoheader {
	color: #5493ad;
	display:block;
	font-size: 1em;
	margin-bottom: 10px;
}

/* ROWS WARE */

div.table {
	width: 700px;
	float: left;
	border-right: 1px solid;
	padding-right:2%;
	width:68%;
}

div.row {
	overflow: hidden;
	padding: 30px 0;
	border-top: 1px solid #A9B5BF;
	width: 100%;
}

div.first {
	border-top: 0;
}


.wimage {
	float: left;
	overflow: hidden;
	margin: 5px;
	text-align: center;
	width: 120px;
}

.wimage a.aw_img {
	display: block;
}

.code {
	font-size:0.7em;
}

img.ware_image {
	max-height:120px;
	max-width: 120px;
	text-align: center;
}

.wimage label {
	vertical-align: bottom;
	font-size: 0.6em;
}

div.content {
	overflow: hidden;
}

a.titleware {
	color: #3B83A1;
	font-size: 0.9em;
	display: block;
}

div.shortdescr {
	color: #000000;
	font-size: 0.7em;
	margin-right: 150px;
}

div.statuside {
	margin-top: 10px;
	float: right;
	width: 120px;
}

span.status {
	font-size: 0.9em;
	font-weight: bold;
}

div.price {
	border: 1px solid #3B83A1;
	height: 19px;
	padding: 3px 0;
	width: 115px;
	margin: 15px 0;
	text-align: center;
}

span.price {
	color: #D20C02;
	font-weight: bold;
	display: block;
}

/* FILTERS */

div#filters {
	font-size: 0.8em;
	margin-left: 70%;
}

*:first-child+html div#filters {
	margin-left: 55%;
}

div#filters * {
	margin-left: 0;
}

ul#li_filters {
	list-style: none;
	margin-left: 15px;
}

ul#li_filters li a {
	margin-left: 5px;
}

ul#li_filters .inputs {
	margin-left: 5px;
}

ul#li_filters li {
	margin-top: 10px;
}

ul#li_filters li table tr td {
	font-size: 0.7em;
}

ul#li_filters .title {
	color:#231F20;
	display: block;
}

#filter_status a {
	margin: 0 5px;
}

table.ftable {
	width: 100%;
}

table.ftable td {
	width: 50%;
}

#filters span.inputs input {
	width: 4em;
}

/* COMPARES */

a#wares4compare {
	display: block;
}

.compare * {
	padding: 0;
}

tr.line_models td {
	background: url("/img/left_egal.png") no-repeat scroll 0 100% transparent;
}

.rline {
	background: url("/img/right_egal.png") no-repeat scroll 100% 100% transparent;
	padding: 5px 10px 8px 15px;
	display: block;
}

tr.tr_chars td {
	border-left: 1px solid #bad1da;
	border-bottom: 1px solid #bad1da;
}

tr.first td {
	border-left: 0;
	background: url("/img/co_line.jpg") no-repeat scroll 0 0 transparent;
}

tr.tr_chars:nth-child(2n) {
	background-color: #F1F4F6;
}

#td_nchars {
	border-left: 0;
	padding: 5px 5px 5px 15px;
	background: none;
}


.char {
	color: #414548;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.8em;
	line-height:18px;
}

.cmodel {
	color: #005A80;
	border-bottom: 2px solid #bad1da;
	font-size: 0.8em;
	font-weight: bold;
}

.nchar {
	color: #005A80;
	font-size: 0.8em;
	font-weight: bold;
}

.wchar {
	color: #000000;
	font-size: 0.7em;
}

/* CONTENT PAGE */

h2.titleheader {
	color: #3d82a3;
	border-bottom: 1px solid #a9b6bf;
	border-top: 1px solid #a9b6bf;
	padding: 10px 0;
	font-size:1.3em;
	font-weight:normal;
}

div.text {
	color: #000000;
	font-size: 0.7em;
}

ul.artile_list {
	list-style: none;
}

ul.artile_list li {
	margin: 20px 0;
}

ul.artile_list li a {
	font-size: 1.0em;
	text-decoration: underline;
	margin 10px 0;
}

/* FOOTER */

#footer {
	margin: 5px 40px 0 15px;
	padding-top: 15px;
	background: url("/img/sLine.gif") repeat-x scroll 0 0 transparent;
	color: #005a80;
	font-size: 0.7em;
}

.foot_info {
	float: left;
	margin: 0;
}

.copyright {
	text-align: right;
	margin: 0;
}

.subcats {
	width: 100%;
}

/* BASKET */

.tborder {
	border-collapse:collapse;
	text-align: center;
	margin: 30px 0;
}

.tborder th {
	color: #87845E;
}

.tborder td {
	padding: 3px;
	color:#262626;
	font-size:0.8em;
}

.tborder td a {
	color: #363636;
	font-size: 1.1em;
}

.liders {
	width: 100%;
}

h3 {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	color: #747145;
	margin-bottom: 5px;
	padding: 10px 0;
}