body
{
	margin: 0;
	padding: 0;
	color: #8f8f8f;
	background: #FFF;
	text-align: center;
}
form
{
	margin: 0;
	padding: 0;
}
body,td,th,input,textarea,select
{
	font: normal 11px Verdana, Serif;
}
p
{
	line-height: 1.4em;
}
a img
{
	border: none;
}
a:link,a:visited,a:active
{
	color: #0e741c;
	text-decoration: underline;
}
a:hover
{
	color: #ffa00a;
}
/*tricks*/
* html .ie100
{
	width: 100%;
}
/*tricks end*/
a.white:link,a.white:visited,a.white:active
{
	color: #FFF;
	text-decoration: underline;
}
a.white:hover
{
	color: #f1f1f1;
}
/*Page navigator*/
div.pages
{
	text-align: center;
	margin: 10 0 0 0;
	float: none;
	clear: both;
	height: 20;
}
div.pages a,div.pages a:active,div.pages a:visited,div.pages a:hover,div.pages span
{
	padding: 2px 5px;
	margin: 0 1px;
	display: inline-block;
	text-decoration: none;
}
div.pages a,div.pages a:active,div.pages a:visited
{
	background: #f7f7f7;
	border: 1px solid #c7c7c7;
	color: #000;
}
div.pages a:hover
{
	background: #ccc;
	border:1px solid #666;
	color: #000;
}
div.pages span
{
	background: #666;
	border:1px solid #666;
	color:#fff;
}
div.pages input
{
	background: #FFF;
	border: 1px solid #c7c7c7;
	height: 19;
	position: relative;
	display: inline-block;
	margin: 0 0 0 1;
	width: 30;
}
* html div.pages input
{
	top: -2;
}
@-moz-document url-prefix()
{
	div.pages input
	{
		top: -1;
	}
}
/*Page navigator end*/
h1,.h1
{
	font-weight: 400;
	font-size: 18px;
	margin-top: 9;
}
h2
{
	font-size: 18px;
	font-weight: 400;
	font-family: Arial;
	margin: 0 0 12 0;
	padding: 0 0 0 0;
}
h3
{
	font-size: 17px;
	font-weight: bold;
	color: #ff9600;
	font-family: Arial;
}
h4
{
	background: #f2b309;
	font-size: 13px;
	color: #c10000;
	font-weight: 900;
	padding: 5 20;
}
hr
{
	clear: both;
	color: #d5d5d5;
	background-color: #d5d5d5;
	font-size: 1px;
	height: 1px;
	border: none;
	margin: 10px 0px;
}

/*exception*/
.exception
{
	border: 1px solid #d5d5d5;
	padding: 0.5em;
	margin: 1em;
}
.exception strong
{
	color: navy;
}
/*/exception*/
.scroll-pane
{
}
.tip
{
}

.flash-update
{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.nodecor
{
	text-decoration: none !important;
}
a.openimage
{
	display: inline-block;
}
a.imageleft,img.imageleft
{
	float: left;
	margin: 0 5 0 0;
}
a.imageleft img
{
	margin: 0 !important;
}
a.imageright,img.imageright
{
	float: left;
	margin: 0 0 0 5;
}
a.imageright img
{
	margin: 0 !important;
}

.fleft{float: left;}
.fright{float: right;}
.middle{vertical-align: middle !important;}
.clear{clear: both !important;}
.center{text-align: center !important}
.left{text-align: left !important}
.right{text-align: right !important}
.top{vertical-align: top !important}
.bottom{vertical-align: bottom !important}
.hidden{display: none;}
.nowrap{white-space: nowrap !important}
.hl{color: #F00;}
.small{font-size: 10px;}
.big{font-size: 12px;}
.blue{color: #228bc8;}
.red{color: #F00;}
.black{color: #000;}
.white{color: #FFF;}
.gray{color: #969696;}
.green{color: #0e741c;}
.lightgreen{color: #24b52a;}

.orange{color: #ffa00a;}
.bgray{padding: 5 10;}
.lineheight13{line-height: 1.3em;}
.lineheight14{line-height: 1.4em;}
.lineheight15{line-height: 1.5em;}
.marginvert
{
	margin: 0.5em 0;
}
.nowrap
{
	white-space: nowrap;
}
.marginb3
{
	margin-bottom: 3;
}
.marginb5
{
	margin-bottom: 5;
}
.marginb10
{
	margin-bottom: 10px;
}
.margint10
{
	margin-top: 10;
}
img.rss
{
	width: 15;
	height: 15;
	border: none;
}
.imagemiddle
{
	vertical-align: middle;
}
/* TAGS */
div.tags
{
	margin: 3 0;
}
a.tag:link,a.tag:active,a.tag:visited
{
	text-decoration: none;
}
a.tag:hover
{
	text-decoration: none;
	background: #228bc8;
	color: #FFF;
}
.tags-cloud
{
	line-height: 22px !important;
	text-align: justify;
}
/*/ TAGS */
table.t
{
	background: #f4f4f4 !important;
	border-collapse: collapse !important;
}
table.t tr.tr0
{
	background-color: #f4f4f4 !important;
}
table.t tr.tr1
{
	background-color: #ececec !important;
}
table.t td,td.t
{
	border: 1px solid #FFF !important;
	padding: 5 !important;
}
table.t th,th.t
{
	border: 1px solid #FFF;
	padding: 5;
	text-align: left;
	color: #228bc8;
	font-weight: 400;
}
td.tnb
{
	border: none;
	padding: 5;
}
th.tnb
{
	border: none;
	padding: 5;
	white-space: nowrap;
	text-align: left;
	color: #228bc8;
	font-weight: 400;
}
.ok
{
	clear: both;
	margin: 10 0;
	border: 1px solid #49af33;
	background: #FFF;
	color: #49af33;
	padding: 10 20;
	text-align: center;
}
.error
{
	clear: both;
	margin: 10 0;
	border: 1px solid #F00;
	background: #FFF;
	color: #F00;
	padding: 10 20;
	text-align: center;
}
.notice
{
	clear: both;
	margin: 10 0;
	border: 1px solid #ffd700;
	background: #ffffdd;
	color: #000;
	padding: 10 20;
	text-align: center;
}
/*<Путь и подразделы>*/
#route
{
	padding: 0 0 0 0;
	margin: 0 0 10 0;
}
#sub
{
	background: #f4f4f4;
	padding: 5 20;
	margin: 0 0 10 0;
}
/*</Путь>*/
#maintable
{
	border-collapse: collapse;
	padding: 0;
	width: 1000;
}
#maintable td
{
}
#top
{
	background: url("/images/grass.jpg") no-repeat -17px 114px;
	height: 203;
	width: 1000;
	text-align: left;
	margin: 0 auto;
}
#left
{
	vertical-align: top;
	width: 195;
	float: left;
	text-align: left;
	padding: 20 14 0 0;
}
* html #left
{
	width: 209;
} 
#center
{
	vertical-align: top;
	text-align: left;
	float: left;
	width: 582;
	padding: 10 0 20 0;
}
#right
{
	text-align: left;
	float: right;
	vertical-align: top;
	width: 195;
	padding: 20 0 0 14;
}
* html #right
{
	width: 209;
} 
#auth_block
{
	padding: 0 0 10 20;
}
#content
{
	
}
#icons
{
	float: left;
	width: 11;
	height: 136;
	margin: 26 0 0 0;
}
#icons img
{
	margin: 8 0;
}
#logo
{
	float: left;
	padding: 0 0 0 0;
	height: 149;
	width: 155;
	margin: 22 35 0 24;
}
#logo img
{
	width: 155;
	height: 102;
	border: none;
}
#phoneblock
{
	float: left;
	width: 375;
	background: url("/images/phone.jpg") no-repeat 0px 13px;
}
#phoneblock h3
{
	margin: 20 0 4 53;
}
#phones
{
	padding: 0 0 0 9 !important;
	font-size: 19px;
	font-weight: bold;
	font-family: Arial;
	word-spacing: 2px;
}
#phones .phones1
{
	color: #7e7e7e;
}
#phones .phones2
{
	color: #24b52a;
}
#icq
{
	margin: 5 0 0 9;
}
#icq img
{
	vertical-align: middle;
	width: 18;
	height: 18;
	margin: 0 7 0 5;
}
#callblock
{
	line-height: 1.5em;
	width: 200;
	float: left;
}
#callblock h3
{
	margin: 20 0 4 0;
}
#graphic img
{
	width: 66;
	height: 6;
	margin: 0 0 0 5;
}
#cart_block
{
	
}
#address
{
	padding: 0 0 0 30;
}
#copyright
{
	text-align: right;
	padding: 0 30 0 0;
}
#searchtop
{
	float: left;
	margin: 29 0 0 95;
}
* html #searchtop
{
	margin-top: 31;
}
#searchtopname
{
	border: 1px solid #a5acb2;
	width: 372;
	font-size: 13px;
	float: left;
}
#searchtopsubmit
{
	float: left;
	margin: 0 0 0 12;
}
#menu
{
	clear: both;
	height: 32;
	width: 1000;
	background: #4fb135 url("/images/menu-back.gif") repeat-x;
}
#menuleft
{
	float: left;
}
#menuright
{
	float: right;
}
#menuleft img,#menuright img
{
	width: 21;
	height: 32;
}
#menucontainer
{
	float: left;
	text-align: center;
	width: 936;
	padding: 6 0 0 0;
}
#menu a:link,#menu a:active,#menu a:visited
{
	display: inline-block;
	margin: 0 13;
	color: #FFF;
	text-decoration: underline;
	font-size: 13px;
}
#menu a:hover
{
	color: #000;
}
#menu span
{
	display: inline-block;
	margin: 0 13;
	color: #f9f9f9;
	font-size: 13px;
}
#bottom
{
	clear: both;
	border-top: 1px dotted #12bd02;
	text-align: left;
	padding: 15 0;
	width: 1000;
	margin: 13 auto 0 auto;
}
#contactinfo
{
	float: left;
	margin: 0 0 0 18;
	line-height: 1.6em;
	width: 200;
}
#bottommenu
{
	float: right;
	color: #0c7302;
}
#bottommenu span
{
	color: #000 !important;
}
#counters
{
	float: right;
	width: 740;
	text-align: right;
	padding: 15 0 0 0;
}
#itable
{
	width: 1000;
	text-align: left;
	margin: 0 auto;
}
a.orange:link,a.orange:visited,a.orange:active
{
	color: #ffa00a;
}
a.orange:hover
{
	color: #0e741c;
}
#news
{
	margin: 0 0 0 16;
}
#newsarc
{
	margin: 5 0 0 0;
}
#rightmenu
{
	border-top: 1px dotted #12bd02;
	border-bottom: 1px dotted #12bd02;
	margin: 20 0 0 0;
	padding: 8 0 10 0;
}
#rightmenu a,#rightmenu a:active,#rightmenu a:visited,#rightmenu span
{
	display: inline-block;
	background: url("/images/dot.gif") no-repeat 5px center;
	padding: 0 0 0 16;
	font-weight: bold;
	margin: 3 0;
	font-size: 12px;
}
#links
{
	margin: 0 0 0 16;
	line-height: 1.4em;
}
#catalog
{
	margin: 0 0 39 0;
}
#catalog h2
{
	margin-left: 18px !important;
}
.dot
{
	vertical-align: middle;
	display: inline-block;
	float: left;
	margin: 7 7;
}
.spacer0
{
	font-size: 1px !important;
	height: 1px;
	border-top: 1px dotted #12bd02;
	margin: 7 0 3 0;
}
a.cat0:link,a.cat0:active,a.cat0:visited,span.cat0
{
	font-weight: bold;
	font-size: 12px;
}
a.cat0:hover
{
	color: #ffa00a;
}
.cat1div
{
	border-left: 1px solid #06ab00;
	margin: 9 0 10 21;
	padding: 0 0 0 8;
	line-height: 1.5em;
}
a.cat1:link,a.cat1:active,a.cat1:visited
{
	color: #58bc36;
}
a.cat1:hover
{
	color: #ffa00a;
}
#specicon
{
	text-align: right;
	position: relative;
	top: -18;
}
#specicon img
{
	width: 51;
	height: 51;
}
#specs
{
	position: relative;
	top: -20;
	margin: 0 0 0 16;
}
div.spec
{
	border-bottom: 1px dotted #12bd02;
	padding: 12 0;
}
div.spec p
{
	padding: 0;
	margin: 0;
}
.specname
{
	margin: 0 0 4 0;
}
.specimage
{
}
div.specimagecontainer
{
	width: 100;
	float: left;
	margin: 0 4 0 0;
}
div.specnotice
{
	width: 74;
}
.specprice
{
	float: left;
	margin: 5 0 0 0;
}
.specgift
{
	float: right;
}
#searchmain
{
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 20 0;
}
#searchmain td
{
	vertical-align: top;
	padding: 0;
}
#searchmainspacer
{
	background: #e5e5e5 url("/images/search-main-spacer.gif") repeat-y;
	width: 4px;
}
#searchmainbrands
{
	vertical-align: top;
	background: #e5e5e5 url("/images/smb-bottomright.gif") no-repeat right bottom;
}
#searchmainbrandsinner
{
	background: url("/images/smb-topright.gif") no-repeat right top;
	padding: 10 18 !important;
}
* html #searchmainbrandsinner
{
	width: 100%;
}
#brandlist
{
	border-collapse: collapse;
	width: 100%;
}
#brandlist td
{
	vertical-align: top;
	line-height: 1.4em;
}
#brandlist a,#brandlist a:active,#brandlist a:visited
{
	color: #14a60f;
}
#brandlist a:hover
{
	color: #ffa00a;
}
#searchmainbrandsinner h2
{
	margin-bottom: 5px;
	white-space: nowrap;
}
#searchmainfilter
{
	width: 100%;
	background: #e5e5e5 url("/images/smb-bottomleft.gif") no-repeat left bottom;
}
#searchmainfilterinner
{
	background: url("/images/smb-topleft.gif") no-repeat left top;
	padding: 10 0 10 13 !important;
}
* html #searchmainfilterinner
{
	width: 100%;
}
#topbanners
{
	margin: 10 0;
	text-align: center;
}
a.gray,a.gray:active,a.gray:visited
{
	color: #828483
}
.exdown
{
	width: 13;
	height: 10;
	margin: 0 0 0 6;
	vertical-align: middle;
}
.mmtext
{
	height: 20;
	overflow: hidden;
}
#brandselect
{
	margin: 28 0 0 0;
}