html {
	color : #363636;
	background : #fff;
}
body, div, ul, ol, li, pre, form, input, button, textarea, p, blockquote, th{
	margin : 0;
	padding : 0;
	font-family: 'Helvetica Neue','Liberation Sans',FreeSans,sans-serif;
	color : #363636;
	font-size : 13px;
	font-style : normal;
	line-height : 150%;
}

td {
	margin : 0;
	padding : 0;
	font-family: 'Helvetica Neue','Liberation Sans',FreeSans,sans-serif;
	color : #363636;
	font-size : 13px;
	font-style : normal;
	line-height : 120%;
}


table {
	border-collapse : collapse;
	border-spacing : 0;
}
img {
	border : 0;
}
strong {
	font-style : inherit;
	font-weight : inherit;
}
li {
	list-style : none;
}
input, button, textarea, select, optgroup, option {
	font-family : inherit;
	font-size : inherit;
	font-style : inherit;
	font-weight : inherit;
}
.img_border {
	background : #ffffff;
	margin : 10px 0 10px 0;
	padding : 6px;
	border : 1px solid #dddddd;
}

a, a:link {
	color : #565656;
	text-decoration : none;
}
a:visited {
	color : #888888;
}
a:active, a:hover {
	color : #000000;
	text-decoration : none;
	outline : 0;
}
a img {
	border : none;
}
a:focus {
	outline : 0;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom:20px
}


h1 {
    color: #58595b;
    margin-bottom: 0;
    line-height: 25px;
    font-weight: normal;
}
h2 {
    color: #58595b;
    margin-bottom: 0;
    line-height: 23px;
    font-weight: normal;
}
h3 {
    color: #58595b;
    margin-bottom: 0;
    line-height: 18px;
    font-weight: normal;
}
h4 {
	background: #cccccc;
    display: block;
    height: 25px;
    width: 154px;
    margin-bottom: 5px;
    padding-left: 10px;

	font-size: 12px;
    color: #fff;
    font-variant: small-caps;
    line-height: 25px;
    text-decoration: none;
	text-transform: uppercase;

}
h5 {
	font-size:17px;
    color: #6d6e70;
    font-weight: normal;
}
h6 {
	color:#fff;
	background: #999999;
	display: block;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	padding: 12px 15px 12px 15px;

}


small {
	font-size: 0.8em;
	font-weight: normal;
}


.clear {
	clear: both;
}

#main_block {
    background: url(../img/bg-sides.jpg) left top repeat-y #fff;
	width: 900px;
	margin: 0 auto;
    padding: 10px 51px 85px 52px;
    text-align: left;
}


#head {
    width: 100%;
}

#searchBox input {
    border: solid 1px #919191;
}
#searchBox input#searchbutton {
    background: url(../img/search-bg.jpg) left top repeat-x #919191;
    color: #fff;
}





#top_menu {
    display: block;
    float: right;
    height: 70px;
	margin-right:1px;
}

#top_menu ul {
    list-style: none;
}

#top_menu ul li {
    display: block;
    float: left;
    margin: 0;
    text-align: left;
    width: 146px;
    position: relative;
    height: 70px;
    z-index:100;
}

#top_menu ul li.alpha a {
    border-left: solid 1px #d2d3d5;
}

#top_menu ul li.selected {
    background: url(../images/navi-1-active.jpg) left top repeat-x #fff;
}

#top_menu ul li.selected a {
    border: 0;
}

#top_menu ul li a {
	position:relative;

    padding: 0 13px;
    border-right: solid 1px #d2d3d5;
    color: #6d6e70;
    text-decoration: none;
    font-weight: normal;
    width: 120px;
    display: block;
    height: 70px;
}

#top_menu ul li a span {
    display: block;
    height: auto;
    line-height: 15px;
    position:absolute;
	padding-top:20px;
	bottom:45%;

}
#top_menu ul li small {
	display:block;
	height:auto;
	position:absolute;
	top:48%;
	margin-top:4px;
	width:130px;
}

#top_menu ul li .hoverMenu {
    background-color: #fff;
    border-bottom: solid 1px #d2d3d5;
    position: absolute;
    padding-top: 21px;
}


#top_menu ul li .hoverMenu span {
	display:block;
	width:auto;
	border-right: solid 1px #d2d3d5;
	border-left: solid 1px #d2d3d5;
}

#top_menu ul li .hoverMenu a {
    font-weight: normal;
    min-width: 119px;
	width:auto;
    height: auto;
	border: none;

	line-height:1.1em;
	font-size:.9em;
	padding:3px 13px 6px;
}

#top_menu ul li .hoverMenu a:hover {
	background:#EEE;
	color:#000;
}

#top_menu ul li:hover{
	background: transparent url('../img/tob_menu_bg.jpg') repeat-x scroll left top;
}



#top_menu ul li a span.outer{
	position:absolute;
	top:35px;	
	width:inherit;
}
#top_menu ul li a span.outer span.inner{
	position:absolute;
	bottom:0;
	display:block;
}


.hoverMenu2 {
	width: 750px;
    background-color: #fff;
    border-bottom: solid 1px #d2d3d5;
	border-right: solid 1px #d2d3d5;
	border-left: solid 1px #d2d3d5;
    position: absolute;
    padding: 21px 0px 15px 0px;
}


.hoverMenu2 div {
	background: #fff;
    min-width: 220px;
	width: auto;
    height: auto;
	border: 0px;
	padding:3px 13px 6px;
	float: left;
	display: inline;
	cursor: pointer;
}

.hoverMenu2 div:hover {
	background:#EEE;
	color:#000;
}



.top_menu_border {
	float: left;
	width: 1px;
	height: 70px;
    border-left: solid 1px #d2d3d5;
}
.top_menu_block2 {
    background: #fff url(../img/sub-navi-bg.jpg) left top repeat-x;
    display: block;
    float: left;
    margin: 21px 0 19px 0;
    width: 100%;
    height: 25px;
}

.section {
	float:left;
	display: inline;
    background: #58595b;
    color: #fff;
    padding: 0 13px;
    line-height: 24px;
}

.section a, .section a:hover {
	color: #fff;
}

.section2 {
	float:left;
	display: inline;
    background: transparent;
    padding: 0 10px;
    line-height: 24px;
}

.section2 a, .section2 a:hover {
	color: #000;
}

.section3 {
	float:left;
	display: inline;
    background: transparent;
    padding: 0 0px;
    line-height: 25px;
	cursor: pointer;
}
.section3 a, .section3 a:hover {
	color: #000;
}

.section2selected {
	float:left;
	display: inline;
    background: #fff;
    color: #000;
    border: solid 1px #bcbdc0;
    border-bottom: 0;
    padding: 0 10px;
    line-height: 27px;
    position: relative;
    top: -3px;
}


#content {
    padding-right: 10px;
    width: 700px;
    float: left;
}

#content.frontPage {
    width: 100%;
    border-right: 0;
    padding-right: 0;
}

#content_right_block {
	clear:right;
    float: right;
    width: 180px;
}

#content_right_block a, #content_right_block a:visited {
	color: #ffffff;
	text-decoration: none;
}

#content_right_block a:hover {
	text-decoration: underline;	
}

.text {
    color: #a6a8ab;
}
.text a {
	color: #FF8E00;
	font-weight: bold;
	text-decoration: none;
}
.text a:hover {
	text-decoration: underline;
}
.text img {
	padding: 4px 20px 10px 10px;
}
.text strong {
	font-weight: bold;
}
.text td {
	padding: 4px;
}

.col-1 {
    float: left;
    width: 525px;
	vertical-align: top;
}
.col-2 {
    float: right;
    width: 175px;
	vertical-align: top;
}
.col-2 a {
	color: #FFF;
}

.tt td{
	line-height: 110%;
	padding: 2px;
}

/* CATALOG */

.categories {
    width: 210px;
	height: 280px;
    float: left;
    margin-left: 20px;
    color: #929497;
}
.categories2 {
    width: 164px;
	height: 250px;
    float: left;
    margin-left: 10px;
    color: #929497;
}

.categories a, .categories2 a {
	color:#929497;
	text-decoration:none;
}
.categories a:hover, .categories2 a:hover {
	color:#929497;
	text-decoration:underline;
}

.categoryImg {
    background: #fff;
    width: 219px;
    height: 219px;
    margin-bottom: 10px;
}
.categoryImg2 {
    background: #fff;
    width: 164px;
    height: 164px;
    margin-bottom: 10px;
	display: table-cell;
	vertical-align: middle; 
/*	border: 1px solid #0066cc; */
}

.h5link {
	font-size:18px;
    color: #6d6e70;
    font-weight: normal;
	text-decoration: none;
}

.h5link:hover {
    color: #6d6e70;
    font-weight: normal;
	text-decoration: underline;

}

div.promoItem {
    width: 270px;
    padding: 0 10px 0 22px;
    min-height: 100px;
    float: left;
    border-left: #a0a2a4 solid 1px;
    color: #a6a8ab;
    margin-bottom: 22px;
}

div.promoItem.alpha {
    border: 0;
    padding-left: 0;
}

div.promoItem img {
	padding: 4px 20px 10px 10px;
}

div.promoItem a {
	color: #FF8E00;
	font-weight: bold;
	text-decoration: none;
}
div.promoItem a:hover {
	text-decoration: underline;
}

.itemButton {
    background: #cccccc;
    color: #000000;
    display: block;
    text-decoration: none;
    font-variant: small-caps;
    height: 25px;
    width: 154px;
    line-height: 25px;
    margin-bottom: 5px;
    padding-left: 10px;

	text-transform:uppercase;

	font-size:85%;
	line-height:27px;

	clear:both;
}

.itemButton:hover {
    text-decoration: underline;
}
.line {
	width: 90%;
	height: 1px; 
	border-bottom: 1px dashed #cccccc; 
	margin-bottom: 20px; overflow: hidden;
}


/* NEWS */

.news_b {
	height: auto;
	width: auto;	
}

.news_bl {
	height: 230px;
	width: auto;	
}
.news_bl img {
	padding: 0px 25px 0px 0px;
	border: 0px;	
}

#footer {
    background: url(../img/bg-bottom.jpg) left top no-repeat #fff;
    margin: 0 auto;
    padding: 35px 40px 85px 41px;
    text-align: left;
    width: 922px;
}

#footer a {
    color: #919191;
    font-size: 0.8em;
    text-decoration: none;
    padding-right: 20px;
}

#footer small {
    color: #919191;
    display: block;
    margin-top: 17px;
}

/* DILER */

.city {
	font-size: 13px;
	color: #565656;	
}
.diler_show_all {
	padding-left: 10px;
	font-size: 11px;
	color: #FF8E00;
}




.orange {
	color: #FF8E00;
}
.error {
	width: 430px;
	border: 1px dashed #ff0000;
	padding: 7px;
	background: #ffffff;
	color: #ff0000; 
	font-size: 14px;
}
.error_off {
	width: 430px;
	border: 1px dashed #66CC00;
	padding: 7px;
	background: #ffffff;
	color: #66CC00; 
	font-size: 14px;
}

.ajax_blok {
	width : 500px;
	background : #eeeeee;
	border : 1px solid #333333;
	position : fixed;
	top : 50%;
	left : 50%;
	margin-top : -50px;
	margin-left : -100px;
	padding : 5px;
}
#cart2 {
	height : 130px;
}
page {
	padding-right : 0;
	padding-left : 0;
	font-size : 11px;
	padding-bottom : 8px;
	color : #444444;
	line-height : 16px;
	padding-top : 6px;
}
.page-a {
	padding-right : 5px;
	padding-left : 5px;
	font-weight : bold;
	font-size : 11px;
	background : #FF8E00;
	padding-bottom : 1px;
	color : #ffffff;
	padding-top : 1px;
	text-decoration : none;
}
A.page {
	padding-right : 5px;
	padding-left : 5px;
	font-size : 11px;
	background : #eeeeee;
	padding-bottom : 1px;
	color : #222222;
	padding-top : 1px;
	text-decoration : none;
}
A.page:hover {
	border-right : 1px solid #a3a3a3;
	padding-right : 4px;
	border-top : 1px solid #a3a3a3;
	padding-left : 4px;
	font-weight : normal;
	font-size : 11px;
	background : #d1d1d1;
	padding-bottom : 1px;
	border-left : 1px solid #a3a3a3;
	color : #ffffff;
	padding-top : 1px;
	border-bottom : 1px solid #a3a3a3;
	text-decoration : none;
}
table.charac {
	font : 12px Verdana;
	color : #565656;
	width : 100%;
}
table.charac td {
	padding : 6px 6px 6px 12px;
	border-bottom : 1px dotted #cccccc;
	border-right : 1px dotted #cccccc;
}
table.charac tr.h td {
	background : transparent;
	border-bottom : 2px solid #ff0000;
	font-weight : bold;
	color : #ff0000;
	padding-top : 10px;
}
table.charac tr.l td {
	border-bottom : 0;
}
table.charac td.r {
	border-right : 0;
}
table.charac td.n {
	border-top : 0;
	border-bottom : 0;
	border-right : 0;
}





#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/img/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}



.validation_form input,.login_form input,.comment input,.comment textarea
{
	width:290px;
	font-size:15px;
}

.validation_form input[type="radio"],.validation_form input[type="checkbox"],
.comment input[type="radio"],.comment input[type="checkbox"],
.login_form input[type="radio"],.login_form input[type="checkbox"]
{
	width:20px;
	font-size:15px;
}

.container_valid_pass/*контейнер для маркера длины пароля*/
{
	background:#000;
	 width:290px;
	 height:10px;
	 border:1px solid #fff;
	 display:block;
	 overflow:hidden;
}

.validPassMarker /*маркер длины пароля*/
{
 padding:1px 4px;
	 width:290px;
	 margin-left:-300px;
	 display:block;
	 height:10px;
	 font-size:10px;
}
.valid_after /*поле для подсказки*/
{
	color: #ff0000;
	padding: 0px 0px 0px 15px;
	display: inline;
}
.valid_message  /*сообщение об успешной проверке*/
{
	width:290px;
	background:#D1FF8C;
	color: #5F9D00;
	padding:2px 0;
	border:1px dashed #5F9D00;
	font-size:10px;
	text-align:center;
}
.invalid_message /*сообщение об ошибке при проверке*/
{
	width:290px;
	background:#FFD7F2;
	color:#9D006A;
	padding:2px 0;
	border:1px solid #9D006A;
	font-size:10px;
	text-align:center;
}

input.value_Null /*Цвет значения valNull*/
{color:#E0E4E3;}

input.value /*Цвет при наборе*/
{color:#222231}

input.value_true /*Цвет при успешной проверке*/
{color:#565656}

input.value_false /*Цвет при ошибке при проверке*/
{color:#FC016B}

.important_marker /*Стиль для маркера полей, обязательных для заполнения*/
{color:#FFAEF1;
	font-size:9px;}

.text2 input, .text2 textarea {
width: 50%;
}

.text2 td {
padding: 2px;
}

.text2 #contact_button {
width: 30%;
margin-right: 250px;
}
