/* Common *************************************************************************************************************/
body{
	text-align: center;
	background-color: white;
	padding: 0;
	margin: 0;
}
p{
	color: #3b3b3b;
}
div#main{
	margin: 0 auto;
	width: 975px;
	text-align: left;
	height: 200px;
}
/* Поиск *****************************************************************************************/
form#ajaxSearch_form{
	width: 195px;
	height: 25px;
	float: left;
	position: relative;
	padding-left: 12px;
	padding-top: 20px;
	overflow: hidden;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
input#ajaxSearch_input{
	width: 162px;
	padding-left: 3px;
	height: 21px;
	border: 0px;
	top: 1px;
	color: #666666;
	position: relative;
	background-image: url(main/img/search.gif);
}
input#ajaxSearch_submit{
	width: 25px;
	height: 21px;
	border: 0px;
	top: 1px;
	position: relative;
	background-image: url(main/img/search.gif);
	background-position: top right;
}
div.ajaxSearch_result a.ajaxSearch_resultLink{
	font-family: Arial narrow,Arial;
	font-weight: bold;
}
div.AS_ajax_resultsIntroFailure{
	font-family: Arial;
	font-size: 13px;
}
span.ajaxSearch_paging{
	font-family: Arial;
	float: right;
	font-size: 11px;
}
/* Формы *****************************************************************************************/
p.error, div.errors{
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}
div.errors strong{
	font-size: 14px;
	color: #FF0000;
}
td.ffl{
	width: 150px;
	background-color: #f0f0f0;
	font-size: 12px;
	font-family: Arial;
	padding: 5px;
}
td.ffr{
	width: 150px;
	margin-left: 2px;
	background-color: #f0f0f0;
	font-size: 12px;
	font-family: Arial;
	padding: 5px;
}
td.ffrl{
	width: 300px;
	margin-left: 2px;
	background-color: #f0f0f0;
	font-size: 12px;
	font-family: Arial;
	padding: 5px;
}
td.dr{
	background-color: #E0E0E0;
}
.ftext1{
	width: 40px;
	border: 1px solid gray;
}
td#fl h1, td#fr h1,
td#fl h2, td#fr h2{
	padding: 0px;
	margin: 20px 0px 0px 0px;
}
td.ffl textarea, td.ffr textarea{
	width: 150px;
	height: 58px;
	border: 1px solid #999999;
	overflow:auto;
	margin-bottom: 5px;
	margin-top: 3px;
}
td.ffrl input.ftext3{
	width: 300px;
	border: 1px solid #999999;
	margin-bottom: 5px;
	margin-top: 3px;
}
td.ffl input.ftext2, td.ffr input.ftext2{
	width: 150px;
	border: 1px solid #999999;
	margin-bottom: 5px;
	margin-top: 3px;
}
td.ffl select, td.ffr select{
	width: 150px;
	border: 1px solid #999999;
	margin-bottom: 5px;
	margin-top: 3px;
}	
td.p5 span{
	display: block;
	margin-top: 5px;
}
td.im span{
	display: block;
	margin-top: 5px;
	margin-bottom: 7px;
}
td.im2 span{
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
}
p#submit{
	text-align:center;
}
/* Подвал *****************************************************************************************/
div#footer{
	height: 84px;
	clear: both;
	font-family: arial;
	font-size: 12px;
	color: #c6c6c6;
	padding: 30px 65px 0 50px;
	text-align: center;
}
/* Каталог *****************************************************************************************/
div.catListItem{
	float: left;
	width: 175px;
	height: 214px;
	margin: 0 3px 5px 2px;
	text-align: center;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top center;
}
div.catListItem div.textholder a{
	text-decoration: none;
	color: black;
}
div.catListItem div.textholder a span{
	color: #f58220;
	font-size: 13px;
	font-weight: bold;
}
div.catListItem div.textholder{
	text-align: left;
	font-size: 12px;
	font-family: Arial;
	position: relative;
	top: -63px;
	padding: 5px 15px 5px 15px;
}
div#Leaders img{
	border: 0px none;
	margin-right: 10px;
	width: 133px;
	height: 100px;
}
/* Главная страница *****************************************************************************************/
div#mp1{
	float: left;
	width: 125px;
	margin-top: 20px;
}
div#mp1 img{
	border: 0px;
}
div#mp2{
	float: left;
	width: 125px;
	margin-top: 20px;
	font-size: 12px;
	font-family: Arial;
	padding-top: 20px;
}
div#mp3{
	margin-left: 260px;
	width: 420px;
	height: 90px;
	padding-top: 0px;
	margin-top: 20px;
	font-size: 12px;
	font-family: Arial;
}
div#c5{
	position: relative;
	height: 75px;
	padding-top: 90px;
}
div#c5 p{
	width: 110px;
	display: block;
	float: left;
	margin-right: 10px;
	padding-left: 20px;
}
/* Шапка  *****************************************************************************************/
div#header{
	text-align:right;
	height: 140px;
}
div#header p#stmenu{
	padding-top: 10px;
	margin-right: 20px;
	font-size: 11px;
	color: white;
}
div#header p#stmenu a{
	color: white;
}
div#header p#haddr{
	font-size: 14px;
	color: white;
	height: 50px;
	padding: 0;
	margin: -5px 20px 0 0;
	text-shadow:#000 2px 2px 2px;
}
div#header p#hphone{
	height: 40px;
	font-size: 20px; 
	font-weight: bold;
	color: white;
	padding: 0;
	margin: -5px 20px 0 0;
	text-shadow:#000 2px 2px 2px;
}
div#header div#topmenu{
	text-align: center;
}
div#header div#topmenu ul{
	list-style-type: none;
	display: block;
	padding-top: 3px;
	margin-top: 0px;
	margin-bottom: 6px;
}
div#header div#topmenu li {
	display: inline;
}
div#header div#topmenu li a{
	color: #55595f;
	font-weight: bold;
	text-decoration: none;
	font-family: arial;
	font-size: 14px;
	padding: 3px 15px 3px 15px;
}
div#header div#topmenu a.active{
	color: white;
	background-color: #2282c0;
}
div#header div#topmenu li.active ul{
	position: absolute; 
	margin-top: 20px;
	display:inline;
	margin-left: -55px;
}

div#flash{
	width: 720px;
	height: 320px;
	margin-top: 7px;
	margin-bottom: 17px;
}
div#banner498{
	width: 548px;
	margin-left: 3px;
	height: 120px;
	float: left;
}
div#banner150{
	width: 150px;
	height: 120px;
	margin-left: 570px;
}
div#left{
	width: 225px;
	padding: 5px 5px 5px 5px;
	float: left;
}
div#right{
	width: 720px;
	border: 1px solid white;
	margin-left: 240px;
}
/* Навигация по страницам в каталоге ***************************************************************************/

div#pages{
	text-align: right;
	padding-top: 15px;
	width: 700px;
	float: right;
}
div#pages p{
	color: #616970;
	margin-bottom: 10px;
	font-size: 11px;
}
div#pages span.ditto_currentpage{
	color: #353535;
	padding: 5px;
	font-weight: bold;
}
div#pages a.ditto_page{
	color: #d54444;
	margin-left: 5px;
	margin-right: 5px;
}
div#pages p#np{
	margin-top: 0;
}
div#pages p#np a#n{
	font-size: 11px;
	color: #d54444;
}
div#pages p#np a#p{
	font-size: 11px;
	color: #d54444;
}
div#pages p#np span#n.off{
	font-size: 11px;
	color: #616970;
}
div#pages p#np span#p.off{
	font-size: 11px;
	color: #616970;
}
/* Продукт ***************************************************************************/
.contentMainPics {
	float: left;
	height: 324px;
	width: 375px;
	margin-right: 10px;
	margin-bottom: 10px;
}
img#BImage{
	height: 243px;
	width: 368px;
}
p.goodPrice span{
	font-size: 14px;
}
.goodPrice{
	text-align: right;
	font-size: 33px;
	font-weight: bold;
	color: #393939;
	margin: 0 0 30px 0;
}
div#pb1{
	height: 233px;
	border: 0px none black;
	overflow: hidden;
}
div#lead h3{
	color: #FF0000;
	margin-top: 5px;
}
div#lead{
	width: 720px;
}

div#PColor div{
	width: 75px;
	height: 155px;
	float: left;
	margin: 2px;
}
div#PColor img{
	width: 75px;
	height: 105px;
	border: 0px;
}
div#PColor p{
	font-size: 11px;
}
/* Хлебная крошка ***************************************************************************/
ul.B_crumbBox,
ul.B_crumbBox li{
	display: inline;
	margin:0;
	padding: 0;
}
#pageAdressBlock {
	font-size: 24px;
	font-family: Arial narrow,Arial;
	font-weight: bold;
	height: 36px;
	margin-bottom: 0px;
	margin-left: -13px;
	margin-top: 15px;
}
#pageAdressBlock a {
	color: #005e8e;
	text-decoration: none;
	padding-right: 28px;
	margin-left: 7px;
	color: #d54444;
}

#pageAdressBlock p,
span.B_currentCrumb {
	color: #353535;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}


/* Filter *****************************************************************************************/
div#filter{
	width: 225px;
	height: 233px;
}
div#filter p{
	font-weight: bold;
	text-align: center;
	line-height: 100%;
}
div#filter a{
	color: white;
	display: block;
	padding: 8px;
	margin-top: 5px;
}
div#filter a.active{
	background-color: #f58220;
}
div#filter a.disable{
	color: #E0E0E0;
	text-decoration: none;
}
div#filter p#lt{
	width: 106px;
	float: left;
	margin-left: 4px;
}
div#filter p#rt{
	width: 109px;
	float: right;
	margin-right: 6px;
}
/* меню с кисточкой *****************************************************************************************/
div#menu{
	width: 273px;
	height: 212px;
	position: relative;
	left: -50px;
}
div#menu p a {
	color: white;
}
div#menu p{
	padding-left: 115px;
	padding-right: 85px;
	padding-top: 50px;
	padding-bottom: 20px;
}
div#menu span a{
	display: block;
	margin-top: 40px;
	height: 60px;
	padding-left: 200px;
	text-decoration: none;
}
div#colors{
	position: absolute;
	z-index:1000;
	width: 205px;
	height: 100px;
	background-color: #FFFFFF;
	border: 2px solid #D0D0D0;
	display: none;
	margin-top: -15px;
	margin-left: 58px;
}
div#colors div{
	width: 35px;
	height: 35px;
	border: 1px solid #D0D0D0;
	float: left;
	margin: 2px;
}
div#colors img{
	width: 35px;
	height: 35px;
	border: 0px;
}
/* News block  *****************************************************************************************/
div#news{
	margin-left: 20px;
	margin-right: 10px;
}
div#news span{
	color: #e23b3a;
	display: block;
	margin-bottom: 10px;
}
div#news p{
	text-align: justify;
}
/* Text  *****************************************************************************************/
a#getpdf{
	font-size: 12px;
	font-family: Georgia, Times;
	color: #55595f;
}
a{
	color: #3090cf;
}
p, div#sitemap li{
	font-size: 12px;
	font-family: Arial;
	color: #000000;
}
h1{
	font-size: 33px;
	font-family: Arial narrow,Arial;
	color: #303030;
}
h2{
	font-size: 30px;
	font-family: Arial narrow,Arial;
	color: #303030;
}
h3{
	font-size: 24px;
	font-family: Arial narrow,Arial;
	color: #303030;
}
/* Chrome Safari Block *************************************************************************************************************/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	input#ajaxSearch_input{
		height: 20px;
		position: relative;
	}
	input#ajaxSearch_submit{
		top: -2px;
		height: 21px;
		position: relative;
	}
	div#flash{
		margin-top: 7px;
	}
	div#header div#topmenu ul{
		list-style-type: none;
		margin-top: -3px;
		display: block;
		padding-top: 3px;
		margin-bottom: 10px;
	}
	div#header div#topmenu li.active ul{
		position: absolute;
		margin-top: 20px;
	}
	div#header p#hphone{
		height: 41px;
	}
}

/* FireFox *************************************************************************************************************/
div#pages a span, x:-moz-any-link {
	padding: 2px 2px 3px 5px;
	height: 20px;
}
div#flash, x:-moz-any-link {
	margin-top: 13px;
}
input#ajaxSearch_input, x:-moz-any-link {
	top: -2px;
	height: 20px;
	position: relative;
}
input#ajaxSearch_submit, x:-moz-any-link {
	top: 0px;
	height: 21px;
	position: relative;
}
td.ieh, x:-moz-any-link {
	height: 146px;
}
div#header div#topmenu ul, x:-moz-any-link {
	list-style-type: none;
	margin-top: -4px;
	display: block;
	padding-top: 3px;
	margin-bottom: 10px;
}
div#header div#topmenu li.active ul, x:-moz-any-link {
	position: absolute;
	margin-top: 20px;
}
div#flash, x:-moz-any-link {
	margin-top: 7px;
}
div#header p#hphone, x:-moz-any-link {
	height: 41px;
}