*{
	margin:0;
	padding:0;
	border:0;
}
html {
	height:100%;
}

body {
    position: relative;
    min-height: 100%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;

}

a:hover{
	text-decoration:underline !important;
	cursor:pointer;
	
}
/*h1{
	font-size:16px;
	text-transform:uppercase;
	color:#155a90;
	font-weight:normal;
	padding:10px 0;
}*/
h2{
	font-size:26px;
	padding:42px 0 25px 0;
	font-weight: normal;
}
h2 a{
	text-decoration:none;
}
h4{
    font-size: 24px;
    margin: 20px 0 0 0;
	font-weight:normal;
}

table{
	border-spacing: 0;
}


:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}


input[type="button"], input[type="submit"], input[type="reset"], input[type="file"], button {
	padding: 2px 5px;
	cursor: pointer;
	background-color: #454545;
	color: #fff;
}
/* 
input[type="button"]:HOVER, input[type="submit"]:HOVER, input[type="reset"]:HOVER, input[type="file"], button:HOVER {
	background-color: #777;
}
 */
/* 
input:not([type]), input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"] {
	padding: 1px 0px;
	border: 1px solid #ccc;
}
 */
input[type="text"], input[type="password"]{
	border: 1px solid #ccc;
	padding: 1px 0px;
}

select{border: 1px solid #ccc;}

.hr{
	width:100%;
	height:1px;
	margin-top:1px;
}
.inner {
	width:1243px;
	margin: 0 auto;
}
.inner:after{
	content:'';
    display:block;
	clear:both;
}
.clear{
	clear:both;
	font-size:0;
}
.hide{
	display:none !important;
}
.dot_delimiter{
	border-left:dotted 1px #909090;
	width:1px;
}
.radius_l{
	border-top-left-radius: 4px;
 	-moz-border-top-left-radius: 4px;
  	-webkit-border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
 	-moz-border-botton-left-radius: 4px;
  	-webkit-border-bottom-left-radius: 4px;
}
.radius{
	border-radius: 2px;
 	-moz-border-radius: 2px;
  	-webkit-border-radius: 2px;
}
.text_left{
	text-align:left !important;
}
.text_bottom{
	vertical-align: bottom !important;
}
.text_center{
	vertical-align: middle !important;
}
div[class^="color_"]{
	border:1px solid #c1c1c1;
	margin:2px 0 0 1px;
	width:40px;
	height:13px;
	text-align:center;
}
.color_uf{
	background-color:#903391;
	color:#fff;
}
.color_p{
	background-color:#ff97c5;
	color:#fff;
}
.color_b{
	background-color:#0077c0;
	color:#fff;
}
.color_g{
	background-color:#00a651;
	color:#fff;
}
.color_y{
	background-color:#fff200;
	color:#fff;
}
.color_o{
	background-color:#f48221;
	color:#fff;
}
.color_r{
	background-color:#ed2128;
	color:#fff;
}
.color_ir{
	background-color:#343331;
	color:#fff;
}
.color_rgb{
	background:url(img/color_rgb.jpg) top left repeat-y;
	color:#fff;
}
.color_rgbw{
	background:url(img/color_rgbw.jpg) top left repeat-y;
	color:#aaa;
}
.color_ww{
	background-color:#fff6ae;
}
.color_dw{
	background-color:#fef2df;
}
.color_w{
	background-color:#f4f4f3;
}
.color_cw{
	background-color:#e8f3fb;
}
.color_sc{
	background-color:#c6e0f4;
}
.color_mix{
	background:url(img/color_mix.jpg) top left repeat-y;
}

/*-------HEADER----------------*/
.header {
	width:100%;
	min-width:1241px;
	height:269px;
	
}
.header .inner{
	height:269px;
}
.header_info{
	padding-top:25px;
	height: 65px;
	float: left;
}
.header_info:after{
	content:'';
    display:block;
	clear:both;
}
.header_info > div {
	float:left;
}
.logo{
	width:261px;
	height: 54px;
}
.top_groups{
	float: left;
}
/*.logo a{
	display:block;
	width:229px;
	height:40px;
}
.logo div{
	text-transform:uppercase;
	color:#474747;
	font-size:15px;
	margin-top:7px;
	width:210px;
}*/
.contacts{
	width:162px;
	margin-left:40px;
	margin-top:9px;
	text-decoration:none;
	font-size:14px;
}
.contacts2{
	width:2px;
	margin-left:0px;
	margin-top:27px;
	text-decoration:none;

}
.contacts a{
	text-decoration:none;
}
.header_info .dot_delimiter{
	height:47px;
	margin-top:7px;
}
.register{
	width:137px;
	margin-left:22px;
	margin-top:9px;
	font-size:14px;
}
.info_menu{
align-text: right;
	margin-left:30px;
	position:relative;
	z-index:1;
	height: 60px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
		
	-webkit-box-shadow: 0px 3px 1px 0px rgba(255, 255, 255, 0.03);
	-moz-box-shadow:    0px 3px 1px 0px rgba(255, 255, 255, 0.03);
	box-shadow:         0px 4px 1px 0px rgba(255, 255, 255, 0.03),
						inset  0px -4px 2px 0px rgba(255, 255, 255, 0.02);
}


.info_menu-in{
	margin: 3px 0;
	height: 56px;
		
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	float: right;

}


.top-menu{
	height: 48px;
	margin: 4px 0 0 4px;
	float: left;
}


.info_menu ul{
	list-style:none;
	float: left;
}
.info_menu ul .dot_delimiter{
	height:33px;
}

/* 
.info_menu > .top-menu:before{
	content:" ";
	background:url(img/info_menu_left.png) top left no-repeat;
	height:49px;
	width:3px;
	display: block;
    float: left;
	margin-left: -3px;
}
 */
.info_menu > .top-menu{
	background:url(img/info_menu_bgnd.png) top left repeat-x;
	height:49px;
}
/* 
.info_menu > .top-menu:after{
	content:" ";
	background:url(img/info_menu_right.png) top left no-repeat;
	height:49px;
	width:3px;
	display: block;
    float: left;
	margin-right: -3px;
}
 */
.info_menu ul.top-menu-list > li{
	display:inline;
	float:left;
	text-transform:uppercase;
}
li.info_menu_point{
	font-size:14px;
	padding:0 1px 0 0;
}
.info_menu li a{
	text-decoration:none !important;
	display: table-cell;
	height: 48px;
	vertical-align: middle;
	
	padding: 0 6px;

}

.info_menu_point > a{
	-webkit-box-shadow: inset 1px 0px 0px 0px rgba(255,255,255,0.15);
	-moz-box-shadow: inset 1px 0px 0px 0px rgba(255,255,255,0.15);
	box-shadow: inset 1px 0px 0px 0px rgba(255,255,255,0.15);
}

.info_menu li a:hover{
	text-decoration:none;
}


.info_menu ul li.first a{
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.submenu{
	display:none;
	position:absolute;
	z-index:100;
	width:115px;
	
	margin:0;
	height:40px;
	
}
.submenu > li{
	background:url(img/info_menu_bgnd.png) top left repeat-x;
	height:38px;
	text-align:center;
	margin-top:-2px;
}

.submenu li a{
	width:115px;
	height: 38px;
	font-size: 13px;
}

.info_menu li:hover ul{display:block}


/* 
.submenu > li:before{
	content:" ";
	background:url(img/info_menu_left.png) top left no-repeat;
	height:49px;
	width:3px;
	display: block;
    float: left;
	margin-left: -3px;
}
.submenu > li:after{
	content:" ";
	background:url(img/info_menu_right.png) top left no-repeat;
	height:49px;
	width:3px;
	display: block;
    float: right;
	margin-right: -3px;
}
 */





.cart{
	background-color:#424242;
	margin-right:4px;
	display: block;
	color:#fff;
	margin: 7px;
	
}
.cart-wrp{
	height:48px;
	float: left;
	margin-right:4px;
	width:187px;
	height:48px;
	
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	
}
.cart *{
	line-height: normal;
}
#cart_icon{
	float:left;
	margin:5px 5px 0 8px;
}
.cart > div{
	color:#fff;
	line-height:33px;
	text-transform:none;
}
#cart_arrow{
	float:right;
	margin:12px 6px 0 0px;
	height:10px;
	overflow:hidden;
	cursor:pointer;
}
.top_groups table{
	font-size:14px;
	text-transform:uppercase;
}


.top_groups table td{
	width:138px;
}
.top_groups table td a{
	display:block;
	text-align:center;
	text-decoration:none;
	display:block;
	height:148px;
	margin-top:25px;
	position:relative;

}
.top_groups table td a:hover, .top_groups a.current{
	text-decoration:none;
	background-position:bottom;
}
.top_groups table td a span{
	position:absolute;
	top:113px;
	left:0;
	width:100%;
}
.group_svetodiodnye-lenty-332{
	background:url(img/group_ribbon.png) top center no-repeat;
}
.group_bloki-pitaniya-64{
	background:url(img/group_power.png) top center no-repeat;
}
.group_upravlenie-svetom-392{
	background:url(img/group_control.png) top center no-repeat;
}
.group_alyuminievye-profili-390{
	background:url(img/group_profile.png) top center no-repeat;
}
.group_svetodiodnye-svetilniki-431{
	background:url(img/group_lamp.png) top center no-repeat;
}
.group_svetodiodnye-lampy-63{
	background:url(img/group_bulb.png) top center no-repeat;
}
.group_svetodiodnye-moduli-430{
	background:url(img/group_module.png) top center no-repeat;
}
.group_svetodiodnye-prozhektory-460{
	background:url(img/group_projector.png) top center no-repeat;
}
.group_svetodiody-219{
	background:url(img/group_led.png) top center no-repeat;
}

/* with new ID */

.group_svetodiodnye-lenty-100002{
	background:url(img/group_ribbon.png) top center no-repeat;
}
.group_istochniki-pitaniya-100006{
	background:url(img/group_power.png) top center no-repeat;
}
.group_upravlenie-svetom-100008{
	background:url(img/group_control.png) top center no-repeat;
}
.group_alyuminievyy-profil-100011 {
	background:url(img/group_profile.png) top center no-repeat;
}
.group_svetodiodnye-svetilniki-100010{
	background:url(img/group_lamp.png) top center no-repeat;
}
.group_svetodiodnye-lampy-100007 {
	background:url(img/group_bulb.png) top center no-repeat;
}
.group_svetodiodnye-moduli-100009 {
	background:url(img/group_module.png) top center no-repeat;
}
.group_moduli-i-lineyki-100009 {
	background:url(img/group_module.png) top center no-repeat;
}
.group_svetodiodnye-prozhektory-100018 {
	background:url(img/group_projector.png) top center no-repeat;
}
.group_svetodiody-100001 {
	background:url(img/group_led.png) top center no-repeat;
}


.group_svetodiodnyy-dekor-100019 {
	background:url(img/group_ribbon.png) top center no-repeat;
}

/*-------MAIN CONTENT----------------*/
.content{
	margin-top:34px;
	margin-bottom:160px;
}
.left_col{
	width:298px;
	border:1px solid;
	float:left;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.search{
	width:267px;
	margin: 0 auto;
}

.search p{
	font-size:26px;
	margin-top:20px;
}
.SearchForm input, .SearchForm input:HOVER{
	background-color:transparent !important; outline: none;
}
.SearchForm{
/* 	background:url(img/input_art_bgnd.png) left top repeat-x; */
	width:271px;
	height:28px;
	margin:9px 0 0 0;
	
}

/* 
.SearchForm:before{
	background: url(img/input_art_left.png) no-repeat scroll left top transparent;
    content: " ";
	display:block;
    float: left;
    height: 28px;
    width: 2px;
	margin:0 0 0 -2px;
}
.SearchForm:after{
	background: url(img/input_art_right.png) no-repeat scroll left top transparent;
    content: " ";
	display:block;
    float: right;
    height: 28px;
    width: 2px;
	margin:-28px -2px 0 0;
}
 */

.SearchForm .fieldblock{
	height:28px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
-webkit-box-shadow: inset 0px 0px 12px 0px rgba(16, 16, 16, 0.15);
-moz-box-shadow:    inset 0px 0px 12px 0px rgba(16, 16, 16, 0.15);
box-shadow:         inset 0px 0px 12px 0px rgba(16, 16, 16, 0.15);
}
#str_req{
	width:215px;
	float:left;
	height:28px;
	border: 0;
	padding:0 11px;
}
.searchBut{
	width:30px;
	height:28px;
	background-image:url(img/search_but.png);
	cursor:pointer;
}
.left_menu{
	margin-top:9px;
}
.left_menu ul{
	
}
.left_menu li{
	/* margin-bottom:1px; */
	list-style:none;
}

.left_menu > ul > li{
	margin-bottom:2px;
}


.left_menu a{
	text-decoration:none;
}
.left_menu a:hover, .left_menu li.current > a{
	text-decoration:none !important;
}
.group_name > li{}
.group_name > li > a{
	display:block;
	padding: 3px 15px;
}
.subgroup_name > li{padding:0 7px;}
.subgroup_name > li > a{
	display:block;
	padding: 2px 8px;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
}
.parameters_filter{
	padding:0 15px 33px 15px;
	
}
.filter_block{
	border-bottom:1px dotted #6d6d6d;
	padding-bottom:15px;
	margin-bottom:20px;
}
.quest{
	cursor:default;
	display:inline-block;
	margin-left:12px;
	width:12px;
	height:12px;
	border:1px solid #646464;
	text-align:center;
	vertical-align:text-top;
}
.filter_but_s{
	height:14px;
	width:84px;
	padding:3px 0;
	background: url(img/filter_button.png) top left repeat-x;
	border:1px solid #d3d3d3;
	display:block;
	text-align:center;
	text-decoration:none;
	margin:13px 0 11px 0;
}
.filter_but_s:hover{
	text-decoration:none !important;
}
.filter_but_l{
	height:14px;
	width:100%;
	padding:3px 0;
	background: url(img/filter_button.png) top left repeat-x;
	border:1px solid #d3d3d3;
	display:block;
	text-align:center;
	text-decoration:none;
	margin:13px 0 11px 0;
}

.filter_block div[class^="color_"]{
	margin:7px 0;
	cursor:pointer;
}
.more{
	display: inline-block;
    margin-top: 10px;
}
.filter_slider{
	height:15px;
	width:100%;
	background:url(img/filter_slider_bgnd.png) left center repeat-x;
	position:relative;
}
.filter_slider:before{
	background:url(img/filter_slider_left.png) left center  no-repeat;
	content:" ";
	float: left;
    height: 5px;
    margin-left: -2px;
	margin-top:5px;
    width: 2px;
}
.filter_slider:after{
	background:url(img/filter_slider_right.png) left center  no-repeat;
	content:" ";
	float: right;
    height: 5px;
    margin-right: -2px;
	margin-top:-10px;
    width: 2px;
}
.slider_but_left{
	width:21px;
	height:15px;
	background: url(img/filter_slider_button.png) top left no-repeat;
	position:absolute;
}
.slider_but_right{
	width:21px;
	height:15px;
	background: url(img/filter_slider_button.png) top left no-repeat;
	position:absolute;
	right:20px;
}
.slider_range{
	float: left;
	width:84%;
	height:15px;
	background:url(img/filter_slider_range.png) left center repeat-x;
}
.slider_val{
	position:relative;
	margin-bottom:18px;
}
.slider_val_left{
	position:absolute;
}
.slider_val_right{
	position:absolute;
	right:20px;
}
#RangeForm *{
	float:left;
}
#RangeForm:after{
	content:" ";
	display:block;
	clear:both;
}
.rangeField{
	width:70px;
	height:18px;
	background-color:#bbbbbb;
	border:#bbbbbb 1px solid;
	border-bottom:#7f7f7f 1px solid;
	margin:0 10px;
}
.radio_button{
	width:12px;
	height:12px;
	background:url(img/radio_button.png) top left no-repeat;
	cursor:default;
	margin:7px 0;
}
.radio_button:hover, .radio_button.cur{
	background-position:bottom;
}
.radio_button span{
	margin-left:18px;
}
.apply_filter{
	width:121px;
	height:17px;
	border:1px solid #454545;
	border-top:1px solid #292929;
	background:url(img/apply_filter_button.png) top left repeat-x;
	color:#fff;
	text-align:center;
	cursor:pointer;
	padding:8px 0;
	float:left;
	margin-right:13px;
}
.parameters_filter > a{
	display:inline-block;
	height:17px;
	padding:8px 0;
}
.page_nav{
	margin:0 auto;
	width:230px;
}
.page_nav div{
	height:24px;
	display:block;
	float:left;
	padding-top:3px;
}
.page_num{
	text-decoration:none;
	display:block;
	width:20px;
	height:17px;
	padding-top:3px;
	text-align:center;
	margin:4px 2px;
	float: left;
}
.page_num:hover, .page_num.cur{
	text-decoration:none !important;
	background-color:#454545;
	border-radius: 2px;
 	-moz-border-radius: 2px;
  	-webkit-border-radius: 2px;
	color:#fff;
}
.page_nav_left{
	display:block;
	width:14px;
	height:27px;input.qtyOrderField
	background:url(img/arrow_page_nav_left.png) left top no-repeat;
	float:left;
}
.page_nav_right{
	display:inline-block;
	width:14px;
	height:27px;
	background:url(img/arrow_page_nav_right.png) left top no-repeat;
}

.center_col{
	margin-left:318px;
}
.breadcrumbs{
	margin-bottom: 4px;
}
.breadcrumbs a{
	text-decoration:none;
}
.breadcrumbs .cur{
	color:#000000;
}

.registarton input {
    height: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    font: 14px Arial;
}

.product .img-wrapper > img{
	width:140px;
/* 	height:140px; */
	border:1px solid #d0d0d0;
	float:left;
	margin-right:20px;
	border: 0;
}

.product .img-wrapper{
	position: relative;
	width: 160px;
	float: left;
}

.product img.zoomi{cursor: pointer;}
.product .zclose{position: absolute; right: 4px; top: 4px; cursor: pointer;}
.product .zoom2{top: -1px; left: -1px}

.product table{
	height:142px;
	border-bottom:#737373 1px dotted;
}





.prod_table_head{
	height:22px;
	vertical-align: middle;
	/*background:url(img/prod_table_bgnd.png) top left repeat-x;*/
	padding-bottom:5px;
	
}
.prod_table_head th{
	padding:0 4px;
	white-space: nowrap;
	
	font-weight:normal;
	
	border-top: 1px solid;
	border-bottom: 1px solid;
	
	line-height: 18px;
}
.prod_table_head th:before{
	content:" ";
	width:1px;
	height: 17px;
	border-left:1px solid #a5a5a5;
	float: left;
	margin-left:-4px;
}

.prod_table_head th:first-child:before{
	width:0px;
	border: 0;
}
.prod_table_head th:first-child{
	padding-top:2px;
	border-left-width: 1px;
	border-left-style: solid;

	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.prod_table_head th:last-child{
	border-right-width: 1px;
	border-right-style: solid;
	
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
/*
.prod_table_head th:first-child:before{
	content:" ";
	width:2px;
	height: 22px;
	background:url(img/prod_table_left.png) top left no-repeat;
	float: left;
	border:none;
	margin-top:-2px;
}

 .prod_table_head th:last-child:after{
	content:" ";
	width:2px;
	height: 22px;
	background:url(img/prod_table_right.png) top left no-repeat;
	float: right;
	margin-right:-4px;
}
 */










.product table td{
	text-align:center;
	vertical-align:top;
	padding:5px 2px;;
}





.product-detail{
	width: 100%;
}
.product-detail td{
	padding: 3px;
}
.product-detail table td{
	
}

.pdf{
	background:url(img/pdf.png) top center no-repeat;
	height:16px;
	margin-top:8px;
	display:block;
}
input.qtyOrderField {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    border-top: 1px solid #939393;
    background-color: #d8d8d8;
    height: 19px;
    width: 53px;
    padding: 0;
}

.sklad_ok{
	background:url(img/sklad_ok.png) top left no-repeat;
	width:18px;
	height:13px;
	margin:0 auto;
}
#toCartForm{
	width:118px;
	height:35px;
	
	background-color:#454545;
}
#toCartForm:before{
	content:" ";
	background: url(img/input_to_cart_left.png) top left no-repeat;
	height:35px;
	width:2px;
    float: left;
	margin-left: -2px;
}
#toCartForm:after{
	content:" ";
	background: url(img/input_to_cart_right.png) top left no-repeat;
	height:35px;
	width:2px;
    float: right;
	margin-right: -2px;
	margin-top:-35px;
}
.toCartBut-wrap{
	width: 118px;
	height: 35px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
input.toCartBut{
	width:118px;
	height:35px;
	background-color:transparent;
	background:url(img/cart_icon.png) 13px 6px no-repeat;
	color:#ffffff;
	text-align:right;
	font-size:12px;
	cursor:pointer;
	padding-right:19px;
}
.associated{
	width:800px;
	border:1px solid #a5a5a5;
	margin:10px 0 0 125px;
	padding:10px;
}
.associated h2{
	padding:15px 0;
}
#sale_order_props > table {
    border-collapse: separate;
    border-spacing: 0 10px;
}
#sale_order_props select, #sale_order_props input {
    height: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    font: 14px Arial;
}
#sale_order_props textarea  {
    height: 130px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    font: 14px 'Arial';
    resize: none;
}


/*-------FOOTER----------------*/
.footer{
	border-top: 1px solid #fff;
	height:85px;
    width: 100%;
    left: 0;
    min-width: 1241px;
    position: absolute;
    bottom: 0;
    -webkit-box-shadow: 0 -1px 0 #c7c7c7;
    -moz-box-shadow: 0 -1px 0  #c7c7c7;
    box-shadow: 0 -1px 0  #c7c7c7;
    margin-bottom: -160px;
}
.footer-copyright {
	float:left;
}
.arl{
	padding-top:30px;
}



.form_search {  
	BORDER: #b9b5b5 1px solid;  
	font-weight: bold;  
	FONT-SIZE: 12px; 
	COLOR: #536254; 
	FONT-FAMILY:  Arial, Verdana, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #FFFFFF; 
	TEXT-ALIGN: left;
	width: 145px;
}

.form_order {  
	BORDER: #b9b5b5 1px solid;  
	font-weight: bold;  
	FONT-SIZE: 11px; 
	COLOR: #536254; 
	FONT-FAMILY:  Arial, Verdana, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #FFFFFF; 
	TEXT-ALIGN: center;

}

.form_order_2 {  
	BORDER: #b9b5b5 1px solid; 
	font-weight: bold;  
	BORDER-TOP: #241E94 1px solid; 
	FONT-SIZE: 12px; 
	BORDER-LEFT: #241E94 1px solid; 
	COLOR: #000000; 
	BORDER-BOTTOM: #241E94 1px solid; 
	FONT-FAMILY:  Arial, Verdana, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #FFFFFF; 
	TEXT-ALIGN: center;

}



.form_feedback {  
	BORDER: #b9b5b5 1px solid; 
	font-weight: bold;  
	FONT-SIZE: 12px; 
	COLOR: #536254; 
	FONT-FAMILY:  Arial, Verdana, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #FFFFFF; 
	TEXT-ALIGN: left;
	width: 275px;
}

.form_select{
	BORDER: #b9b5b5 1px solid; 
}


.text_18 {
	border: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

/* 
.related-products{
	position: relative;
	bottom: 13px;
	right: 16px;
} */
.related-products-hide{
	float: right;
	margin: 8px 15px;
}
.related-products, .related-products-hide{	
	cursor: pointer;
	color: #646464;	
	font-size: 13px;
	border-bottom: 1px solid #646464;
}

.related-products:HOVER, .related-products-hide:HOVER { border-bottom: none; }


.related-products-link,
.related-products-link:hover {
	font-size: 13px;
	text-decoration: none !important;
	border-bottom: 1px solid #646464;
	
}



.thumbnail_bag{ 
position: relative; 
z-index: 0; 
border: 0px;  
       border: 0px;  
       font-family : Arial, Verdana, Helvetica, sans-serif; 
       color : #1A3B6F; 
		font-size : 15px;
		font-weight : bold; 
} 

.thumbnail_bag:hover{ 

	z-index: 50; 
	border: 0px;  
	font-family : Arial, Verdana, Helvetica, sans-serif; 
	color : #888888; 
	font-size : 15px;
	font-weight : bold; 

} 

.thumbnail_bag span{ /*CSS for enlarged image*/ 
	position: absolute; 
	background-color: #c4c4c4; 
	padding: 2px; 
	left: -1000px; 
	border: 1px dashed gray; 
	visibility: hidden; 
	color: black; 
	text-decoration: none; 

	} 

.thumbnail_bag span img{ /*CSS for enlarged image*/ 
	border-width: 0; 
	padding: 2px; 
	
} 

.thumbnail_bag:hover span{ /*CSS for enlarged image on hover*/ 
	visibility: visible; 
	top: 18px; 
	left: 100px; /*position where enlarged image should offset horizontally */ 
	

}

.cboxElement img{width: 89px}

.auth-btn{cursor: pointer; text-decoration: underline;}
.auth-btn:HOVER {  }

.auth-window{width: 250px; position: absolute; left: 50%; top: 100px; border: 1px solid #D2D2D2; z-index: 120; padding: 15px;
background-color: #FAFAFA; margin-left: -125px;}

.ico-phone, .ico-email, .ico-user{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(img/sprite.png) no-repeat 0 0;
}
.ico-phone, .ico-email{
	position: absolute;
}

.ico-phone{background-position: 0 0;}
.ico-email{background-position: -18px 0;}
.ico-user{background-position: -36px 0;}

.contacts .val{
	margin-left: 22px;
	padding-top: 2px;
}

.doc-list > ul {
	list-style: none;
	padding: 0 !important;
	overflow: hidden;
}

.doc-list li {
	display: inline-block;
	width: 201px;
	list-style: none;
	padding: 15px 0;
	margin: 0 30px 0 0;
}


.news-list {
	margin: 15px 0;
}

.news-list p {
	margin: 0 0 5px;
}

div.news-list img.preview_picture
{
	margin: 0 10px 5px 0;

}

.news-list .news-date-time {
	display: block;
	margin: 0 0 5px;
}

.news-list .page-name {
	display: block;
	border: 0;
	margin: 0 0 5px;
	min-height: 48px;
	font-weight: bold;
	
}
.news-list .page-name a{
	text-decoration: none;
}
.pdf-link{
	display: block;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	padding-left: 40px;
	text-decoration: none;
	margin: 0 0 5px;
	background: url('img/pdf-icon.jpg') 0 0 no-repeat;
}
.file-link{
	display: block;
	font-size: 14px;
	margin: 0 0 5px;
}

.cart-summary-title{
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	padding: 0 8px 0 0;
}
.cart-summary-value{
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
	text-align: left;
}

.cart-table td{
	padding: 0 2px;
}

#sale_order_props td{
	padding: 1px 0;
}

#sale_order_props th{
	vertical-align: top; text-align: left; width: 150px; font-weight: normal;
}

.top-menu-wrp{float: left;}
.top-basket-wrp{float: left;}

.bx-system-auth-form  {
padding: 0  0  0 15px;
}
.preview-image {
	width: 100px;
}