/*** Разные стили ***/
#cat_feik { color: #A3A3A3}
.bold {color: #505050; font-weight: bold;}
.obtic {float:left; margin:1px 5px 0 0;} /*обтикание картинки*/
.left {float:left;}
.right {float:right;}
.message {font-size: 20px; color: #2E2E2E; margin-bottom: 50px;}
.message a {font-size: 18px;}
.red {color:#dd0000 !important;}
.gray {color:#939393 !important;}
.imgLeft, .imgLeft img {float:left; margin:1px 5px 0 0;} /*** Стыкует картинку влево и делает обтикаемый текст ***/
.img_center {vertical-align:middle;}
/*** END Разные стили ***/

/** СТИЛИ РЕКЛАМЫ **/
.adsenseLeft {float: left; margin: 10px;}
.adsenseRight {float: right; margin: 10px;}
.adsenseCenter {width: 50%; margin: 0 auto; text-align: center;}
.rek {clear: both; margin: 10px;}
.rekBig {clear: both; margin: 10px 0 10px 0;}


/* кнопка наверх */
.totop a { position: fixed; left: 1%; bottom: 7%; background: #666; opacity: 0.8; width: 120px; text-align: center; color: #fff; height: 30px; line-height: 30px; border-radius: 2px; z-index: 100; text-decoration: none; }

/*** ENTER ***/
.clear_both {clear: both;}
.enter_wrap {width: 100%;text-align: center;}
.enter_block {width: 629px;display: inline-block;margin-top: 45px;position: relative;}
.enter_title {width: 627px;line-height: 88px!important;font: 24px Tahoma;color: #229fba;background: #FFF5DA;border: 1px solid #ddd;border-radius:5px;text-shadow: 1px 1px 1px #063b70; }
.enter_form {width: 258px;padding: 0 10px;margin: 20px 0 0 0;height: 40px;font-size: 22px;border: 1px solid #18a7c9;}
.enter_btn {background: url("/images/diz/gobutton2.png"); width: 121px; height: 40px; float: right; margin-top: 13px ;  border: 0; font: 16px arial; color: #fff; cursor: pointer; }
.enter_btn:hover {opacity: 1;}
.enter_btn_wrap {width: 123px;height: 41px;display: inline-block; margin-bottom: 20px;}
.enter_forget {display:inline-block; width: 262px; height: 41px; line-height: 41px; position: relative; top: -14px; }
.enter_forget a {font-size: 14px; }
.enter_captcha {}
.enter_captcha .img {width: 120px;height: 60px;overflow: hidden;padding: 3px;background: #fff;border: 1px solid #b5e2ff;display: inline-block;}
.form_captcha {width: 127px;position: relative;top: -16px;margin-bottom: 5px;}
.style_checkbox {display: inline-block;width: 280px;margin-bottom: 15px;text-align: left;margin-top: 20px;}
.style_checkbox [type=checkbox] {display: none;}
.style_checkbox .label {color: #666;font-size: 14px;display: inline-block;position: relative;top: -8px;margin-left: 10px;cursor: pointer;}
.ch_box {display: inline-block;width: 28px;height: 27px;background: url("/images/diz/checkbox.png") 0 0 no-repeat;cursor: pointer;}
.ch_box:hover {opacity: 0.8;}
.ch_box.checked {background: url("/images/diz/checkbox.png") 0 -27px  no-repeat; bool: true}
				
.enter_error, .enter_good {color: #3B3B3B; text-align: center; font-size: 16px;   display: inline-block; position: relative; margin: 5px 0 5px 0; padding: 25px 0 25px 0; display: none; }		
.enter_error {background: #ffe8e8;}
.enter_good {background:#C0FBC0;}
.enter_white {background:#ffffff; border: solid 1px #1B7C00; padding: 20px;}
.re_captcha {width: 127px; position: relative; top: -86px; left: 298px; margin-bottom: 10px; }
/*** ENTER END ***/

/*** ДЛЯ ФОРМЫ изменение цвета ***/
.field-over { border: solid 1px #f4d6a2 !important; background: #fffbf4 !important; }
.field-error { border: solid 1px #FFB6B6 !important; background: #FFF2F2 !important; }
/*** END ДЛЯ ФОРМЫ изменение цвета ***/


/*** WHY ***/
.why {width: 100%;text-align: center;min-height: 100px;}
.why_title {color: #2b780d;font-size: 24px;margin: 0 0 30px 0;}
.why_text {font-size: 20px;color: #505050;margin: 20px 0 50px 0;}
.why_text b {color: #0099cc;}
.why_bottom {text-align: left;padding-left: 0px;}
.why_bottom_title {font-size: 16px;font-weight: bold;color: #505050;margin-bottom: 5px;}
.why_bottom textarea{width: 400px;height: 100px;float: left;margin-bottom: 7px;}
.why_bottom .textarea_text {display: block;float: left;margin-left: 10px;height: 31px;margin-top: 35px;width: 270px;}
.why_my_firm a{ font-size: 14px;}
.why_my_firm {margin-top: 30px!important;}
.why_sub_text {font-size: 14px;color: #666;margin-bottom: 20px;}
.why_comp_list {list-style-type: none;}
.why_comp_list li a {font-size: 16px; }
.why_comp_list li .why_num {height:35px;line-height: 33px;text-align:center;width:35px;font-size: 18px; color:#333;float: left;margin-right: 16px;background: url("/images/diz/why_5.png");}
.why_comp_list li {line-height: 35px;margin-bottom: 20px;}
.why_green_link span {color: #2b780d;font-size: 16px;border-bottom: 1px dashed #2b780d;display: inline-block;margin-bottom: 5px;line-height: 16px;cursor: pointer;}
.why_green_link.active span {color: #333;border-bottom: 1px dashed #fff;font-size: 16px;}
.why_green_link:hover span {border-bottom: 1px dashed #fff;}
.why_white_space {height: 10px;}
.why_invisible {font-size: 14px;color: #333;display: none;font-style: italic;}
/*** WHY END ***/

/*** FIRM ONE PIC RESAIZ ***/
.border_pic {position: relative; margin: 10px 10px; width: 375px; height: 375px; text-align: center; line-height:127px; float: left; background: url('/images/diz/border-375.png') no-repeat;}
.border_pic img{ margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; max-width: 370px; max-height: 370px;}

.border_pic_tov {position: relative; margin: 10px 10px; width: 155px; height: 155px; text-align: center; line-height:127px; float: left; background: url('/images/diz/border-150.png') no-repeat;}
.border_pic_tov img{ margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; max-width: 150px; max-height: 150px;}
/*** FIRM ONE PIC RESAIZ END ***/

/*** ARTICLE END act = 0 ***/
.ar_center_img {height:80px; margin-top: 10px;   padding: 15px 0 0 50px;  font-size: 26px; text-align: center; color: #2b628c; }
.articleTitle {background:url('/images/categ/article/article_main.png') 180px 0 no-repeat;}
.catalogTitle {background:url('/images/categ/catalog/catalog_main.png') 180px 0 no-repeat;}
.tovarTitle {background:url('/images/categ/tovar/tovar_main.png') 180px 0 no-repeat;}
.ar_item {height: auto;margin-top: 4px;padding-left: 1px;}
.ar_item img{margin-right: 10px;}
.ar_item span{color: #858585;font-size: 14px;}
.ar_item:hover {background: #d0eba6;}
.ar_item a {display: inline-block;position: relative;bottom: 0px;margin: 4px 0;width: 315px;height: auto;padding: 10px 0 10px 15px;text-decoration: none;font-size: 16px;color: #2b2c2f;font-weight: normal;text-align: left;}
.ar_item .link_ico {float: left;display: inline-block;position: relative;top: 2px;width: 60px;height: 60px;}
.ar_item a:hover {color: #505050;}
.ar_item span {color: #AAAAAA;}
/*** ARTICLE END act = 0 ***/

/*** ARTICLE act = 1 ***/
.ar_title {font-size: 23px; color: #333; }
.frame {border-radius:5px; padding: 10px; border: 1px solid #D9D9D9; margin: 5px}
.frame ul {padding-left: 10px;}
.frame li {list-style-image: url("/images/diz/breabcrumbs.png"); }
.fgood {background: #f5fbec;}
.ferror {background: #FFEDED;}
.fgold {background: #FFF8D0;}
.ar_center_title {font-size: 18px; text-align: center; margin: 20px 0; }
.ar_min_ul li { position: relative;}
.ar_min_ul li a {font-size: 15px; padding: 7px 100px 10px 20px; display: block; position: relative; background: url('/images/diz/ar_li_1.png') 5px 10px no-repeat; }
.ar_min_ul li:hover {background: #e3f2ff!important; }
.ar_min_ul li:nth-child(2n+1) {background: #ebf7d9; }
.ar_min_ul li:hover .ar_sub_1, .ar_min_ul li:hover .ar_sub_2, .ar_min_ul li:hover .ar_sub_3 {display: block; }
.ar_sub_1, .ar_sub_2, .ar_sub_3 {height: 17px; position: absolute; top: 7px; cursor: pointer; } /* display: none; - появление при наведении*/
.ar_sub_1:hover .ar_sub_title, .ar_sub_2:hover .ar_sub_title, .ar_sub_3:hover .ar_sub_title {display: block; }
.ar_sub_1 {width: 26px; background: url('/images/diz/ar_ico_1.png') no-repeat; right: 58px; }
.ar_sub_2 {width: 17px; background: url('/images/diz/ar_ico_2.png') no-repeat; right: 30px; }
.ar_sub_3 {width: 16px; background: url('/images/diz/ar_ico_3.png') no-repeat; right: 5px; }
.ar_sub_1 .ar_sub_title {right: -1px; }
.ar_sub_2 .ar_sub_title {right: -6px; }
.ar_sub_3 .ar_sub_title {right: -6px; }
.ar_sub_title {display: none; position: absolute; line-height: 30px; width: auto; white-space: nowrap; right: 0px; background: #fffac1; border: 1px solid #d2d2d2; bottom: 24px; padding: 0 10px; border-radius:5px; color: #000; font-size: 12px; }
.ar_sub_title img{ position: absolute; bottom: -7px; right: 5px; }
.ar_text {font-size: 14px; line-height: 20px; }

.ar_text ul {margin: 5px 0; padding: 0; }
.ar_text ul li {padding-left: 20px; background: url('/images/diz/ar_li_2.png') 5px 8px no-repeat; line-height: 22px; }

.ar_text b {font-size: 16px; }
.why_comp_list {list-style-type: none; }
/*** ARTICLE END act = 1 ***/


/*** ARTICLE act = 2 ***/
.product-single__text {font-size: 16px;}
.product-single__text a {color: #0000ff; font-size: 17px;}
.product-single__text img { clear: both; margin:0 auto 10px; display:block; padding:2px; border:#f4e9c0 1px solid; }
.product-single__text p.images {font-size: 13px;color: #333;font-style: italic;}
.product-single__text ul {list-style:none;}
.product-single__text ul li {padding-left: 15px;line-height: 22px; background: url('/images/diz/ar_li_2.png') 0 8px no-repeat;}
.product-single__text ol{ margin-bottom:25px; list-style:none; }
.product-single__text ol li { margin-bottom:10px; clear:both; overflow:hidden;  counter-increment: pointtwo 1; }
.product-single__text ol li span:before { content: counter(pointtwo);}
.product-single__text ol li:nth-child(2n) span { background:url('/images/diz/product-single__text-list-number.jpg') 0 100% no-repeat; }
.product-single__text ol li span {width: 31px; height: 30px; margin: 0px 10px 25px 0px; display: block; float: left; font: 20px/30px Tahoma; color: rgb(255, 255, 255); text-align: center; background: url("/images/diz/product-single__text-list-number.jpg") no-repeat scroll 0px 0px transparent;}

/* SAME ARTICLE */
.st_relative {width: 730px; height: 220px;}
.st_relative_img {width: 230px; height: 190px;border: 1px #ccc solid;float: left;display: block;}
.st-relative_img img {width: 230px; height: 190px;overflow:hidden; }
.st_img_bord {background: url("/images/diz/backgr_img_rel.png") no-repeat;width: 230px; height: 190px;position: absolute;margin-top: -193px;border: 1px #ccc solid;box-shadow: 0 0 3px #000;}
.st_img_bord:hover {background: url("/images/diz/tran_bg.png");}
.st_img_bord p {margin-top: 122px;color: #fff;padding: 3px;display: block;overflow: hidden;height: 65px;}
.st_img_bord p a {text-decoration: none;height: 53px;color: #fff;text-shadow: 1px 1px 2px #000;display: inline-block; width: 225px;text-align: center;position: absolute;margin-top: -125px;padding-top: 133px;overflow: hidden;font-size: 14px;margin-left: -5px;font-weight: bold;}
.st_img_bord p a:hover {text-decoration: underline;}
.wrap_one_art {width: 230px; height: 190px;float: left; margin-right: 13px;}

/* READ NEXT ARTICLE */
.more_info_r {width: 250px;height: 125px;float: right;margin: 5px;}
.title_line_r {width: 250px;height: 25px;font-family: Arial, sans-serif;font-size: 20px;text-align: center;background: url("/images/diz/moreinfoline.png") no-repeat;}
.img_more_info_r {width: 70px;height: 50px;float: left;padding: 3px;margin-top: 5px;}
.text_more_info_r {width: 145px;height: 80px;margin-top: 10px;float: right;font-family: Arial, sans-serif;font-size: 16px;text-align: left;overflow: hidden;}
.text_more_info_r a{float: left;font-family: Arial, sans-serif;font-size: 14px;text-align: left;}

.more_info_l {width: 250px;height: 115px;float: left;margin: 5px;}
.title_line_l {width: 250px;height: 25px;font-family: Arial, sans-serif;font-size: 20px;text-align: center;background: url("/images/diz/moreinfoline.png") no-repeat;}
.img_more_info_l {width: 70px;height: 50px;float: left;padding: 3px;margin-top: 5px;}
.text_more_info_l {width: 145px;height: 80px;margin-top: 10px;float: right;font-family: Arial, sans-serif;font-size: 16px;text-align: left;overflow: hidden;}
.text_more_info_l a{float: left;font-family: Arial, sans-serif;font-size: 17px;text-align: left;}
#trim_text_img {position:absolute;margin-top: 40px;margin-left: -3px;border: none;}

/*** ARTICLE END act = 2 ***/


/*** ERROR ***/
.eror {width: 1000px;text-align: center;min-height: 100px;}
.eror_title {margin: 0 267px 0 277px;}
.eror_text {font-size: 40px;color: #333;margin: 5px 0 5px 0;}
.eror_text_2 {font-size: 25px;color: #333;margin: 0px 0 0px 0;}
.eror_text_3 {font-size: 18px;color: #333;margin: 25px 0 0px 0;}
.eror_btnn { background: url("/images/diz/eror_btn.png") 0 no-repeat; margin:6px; float:left; width:185px;  height:46px;  font-size: 18px;  color: #fff;  line-height: 44px;  }
.eror_btnn_right { background: url("/images/diz/eror_btn.png") 0 no-repeat; margin:6px; float:right; width:165px;  height:46px;  font-size: 18px;  color: #fff;  line-height: 44px;  }
/*** ERROR END ***/

/*** COMMENTS ***/
#comment-list * {margin: 0;padding: 0;}
#comment-list .complete {background: #eaf4fd;margin-bottom: 15px;padding: 15px;border-radius: 6px;}
#comment-list .errors {background: #eaf4fd;margin-bottom: 15px;padding: 15px;border-radius: 6px;}
#comment-list .clear {clear: both;}
#comment-list {font: 14px arial;width: 722px;margin: 0 auto;}
#comment-list textarea,#comment-list input {font: 14px Arial;}
#comment-list .left {float: left;}
#comment-list .right {float: left;}
#comment-list .comment {background: #eaf4fd;margin-top: 15px;padding: 15px;border-radius: 6px;}
#comment-list .comment-info {padding: 0 0 15px 0;}
#comment-list .comment-user {font: normal 16px Tahoma;float: left;padding: 0 0 0 26px;background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAYAAACXtf2DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTVGQ0ZDNTdCQjFCMTFFMjlBOEVERjlCRTY2QkQ0QjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTVGQ0ZDNThCQjFCMTFFMjlBOEVERjlCRTY2QkQ0QjIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNUZDRkM1NUJCMUIxMUUyOUE4RURGOUJFNjZCRDRCMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNUZDRkM1NkJCMUIxMUUyOUE4RURGOUJFNjZCRDRCMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pg0DkmkAAAFYSURBVHjatJXLSwMxEIcb66Prk1IogmwVD/UiKIL//1Xw5LMIHuoLBa2gFFHr7voNTDAUTdboBj6S7M7mNzOZZE1RFLUq20St4jbpTowxc3RdaEMmj6AIOHgPPTLxGhSg7UDrl06uqnMHiOShFC1FZqIJs2X2IIsUkO+aRNGBpIpNHoHs35ZN2X8LGI1C9mDBJ2D+IGArLvcJxJ6695/KelzgOmJx8fgWphTvOejpByuQjKVMvHxzntm8n8MQNoIHjYPyQXdCqV3S78KivnqCU53PaBqMVo+Mt2FebYe+CNywracDOIIOrAfOwh1clRGoaz4fYV/H09CHBiw7thL1DTzIXmgWvsrru+uaFEm4KVzw/oW5CGZiy1ic2oQ1NX+GPbErc9nZJsZn9vKiz9x9QuRYo0w1lfVS17WzSO6rSxU51IVbvhsh+qpAZKSV1fce8ap/mZ8CDAAUwnROip37sQAAAABJRU5ErkJggg==) no-repeat;color: #505050;}
#comment-list .comment-user a {font: normal 16px Tahoma;}
#comment-list .comment-date {float: right;color: #505050;}
#comment-list .comment-content { }
#comment-list .comment-answer {display: block;float: right;padding: 0 0 0 20px;background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAUCAYAAABWMrcvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQjdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQUU3QTdEQjEyMzAxMUUzQUE3N0ZBNDAzQTIzMUYxNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxQUU3QTdEQTEyMzAxMUUzQUE3N0ZBNDAzQTIzMUYxNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjYxNUNDQjM5OTdGNEUyMTFBNzIzQzU0OTdBNEUxN0FGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZCN0YxMTc0MDcyMDY4MTE4MDgzRUI4M0M2MkJEN0MxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+YD6RUAAAAWpJREFUeNqMk9tKw1AQRZPT1EatVbBVFFHBBy8I4gf4/+CjVBBspQrWW6u92moNcY3sQgiNdGCRkJx99p7JiR/HsTerfN9f4nIGi9CEe9aO7F2QIXBctiEHJViGkOfXCCfOm10HcA4FuIQeHMMFwtBlxDpUCst+ZI8lNudTlxJ4EqzAJ3zDJthGqzCAYdppHfbk8AZliKAPu7APXZdwycnFpvWhfuy+o1h234b3pNMW7MBEjZcVb6gE5l5lemMnl4Iath1byh/IxfpZsO8ET7beqXnLW1GjkQbxBSO52PU21kkwpxBOFLGnj2kurxLYrg3Wt6Z9BInxdrSgJLFtWLRpQT05YqeJWcMNGCuKLdxQ8zVc+klRoHgVOdjLK1iDvIZylz4106PiKUpRiweKVMflJy1yIlllfa8mgvas0xyo+WnFilSFl4w/4E+U171NsAY3OETePxVocg86Il1vjjLRIzxrzHPVrwADAIPtc5bMGStLAAAAAElFTkSuQmCC) no-repeat;color: #0068c9;text-decoration: underline;font: 12px Tahoma;line-height: 20px;cursor: pointer;}
#comment-list .comment-answer:hover {text-decoration: none;}
#comment-list .user-comment {background: #ebf7d9;}
#comment-list .admin-comment {background: #FFFFC5;}
#comment-list .admin-comment .comment-user {color: #c74242;}
#comment-list .comment-answer-list {padding-left: 15px;}
#comment-list .answer-block {background: url(/images/diz/b-reviews-add-single.jpg) no-repeat;padding: 5px 20px 10px 20px;height: 281px;position: relative;}
#comment-list .answer-block .answer-text {margin-bottom: 10px;font: normal 23px Georgia;color: #881212;}
#comment-list .answer-block .captcha-text {}
#comment-list .answer-block .answer-input,#comment-list .answer-block .answer-textarea {display: inline-block;width: 425px;margin-bottom: 15px;padding: 0 10px;font-style: italic;border: 0 none;outline: 0 none;border-radius: 6px;box-shadow: inset 1px 1px 3px 1px #999;}
#comment-list .answer-block .answer-input {height: 30px;}
#comment-list .answer-block .answer-textarea {height: 120px;padding: 10px;margin-bottom: 0;}
#comment-list .answer-block .answer-form .left {width: 445px;}
#comment-list .answer-block .answer-form .captcha {right: 0;bottom: 0;width: 155px;margin: 0 20px 10px 0;}
#comment-list .answer-block .answer-form .captcha-text {margin-bottom: 10px;font: normal 23px Georgia;color: #881212;text-align: center;}
#comment-list .answer-block .answer-form .captcha-image {border: 2px solid #80CADB; width: 120px; height: 60px; }
#comment-list .answer-block .answer-form .captcha-input {margin-top: 10px; margin-bottom: 10px;}
#comment-list .answer-block .answer-form .captcha-input input {display: inline-block;width: 135px;padding: 0 10px;font-style: italic;border: 0 none;outline: 0 none;border-radius: 6px;box-shadow: inset 1px 1px 3px 1px #999;height: 30px;}
#comment-list .answer-block .answer-form .submit-button {display: inline-block;border: 0;background: url(/images/diz/gobutton.png);width: 155px;line-height: 37px;height: 37px;padding: 0 0 3px;color: #fff;cursor: pointer;}
#comment-list .comment .answer-comment-form {display: block;}
#comment-list .comment .answer-comment-form > * {margin-top: 10px;}
#comment-list .comment .answer-comment-form > *:first-child {margin-top: 0;}
#comment-list .comment .answer-comment-form .input-control {border: none;background: #fff;width: 225px;border-radius: 6px;line-height: 16px;outline: 0 none;padding: 7px;}
#comment-list .comment .answer-comment-form .textarea-control {border: none;background: #fff;width: 500px;height: 120px;border-radius: 6px;line-height: 16px;outline: 0 none;padding: 7px;}
#comment-list .comment .answer-comment-form .submit-control {border: 0;box-sizing: box-content;background: #cbe2a7;line-height: 16px;border-radius: 6px;padding: 7px;color: #505050;cursor: pointer;}
#comment-list .simple-answer-block {background: #eaf4fd;padding: 15px;border-radius: 6px;}
#comment-list .simple-answer-block .answer-comment-form > * {margin-top: 10px;}
#comment-list .simple-answer-block .answer-comment-form > *:first-child {margin-top: 0;}
#comment-list .simple-answer-block .answer-comment-form .input-control {border: none;background: #fff;width: 225px;border-radius: 6px;line-height: 16px;outline: 0 none;padding: 7px;}
#comment-list .simple-answer-block .answer-comment-form .textarea-control {border: none;background: #fff;width: 500px;height: 120px;border-radius: 6px;line-height: 16px;outline: 0 none;padding: 7px;}
#comment-list .simple-answer-block .answer-comment-form .submit-control {border: 0;box-sizing: box-content;background: #cbe2a7;line-height: 16px;border-radius: 6px;padding: 7px;color: #505050;cursor: pointer;}
/*** COMMENTS END ***/


/*** NEWS ***/
.news {font-size: 12px;color: #999999;float: right;margin-top: 10px;}
.news_post {margin-top: 4px;padding: 20px 0;}
.news_post span{float: right;color: #999999;font-size: 12px;border: solid 1px #999999;}
.news_post img{float:left;color: #858585;font-size: 14px;padding-right: 10px;}
.news_post a{color: #0068c9;font-size: 16px;margin-bottom: 44px;}
.news_txt {margin-top: 5px;}

.pagination { padding-bottom: 20px; padding-top: 10px; margin-left: 160px;}
.page { display: inline-block; padding: 0px 9px; margin-right: 4px; border-radius: 5px; border: solid 1px #c0c0c0; background: #e9e9e9; box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1); font-size: .875em; font-weight: bold; text-decoration: none; color: #717171; text-shadow: 0px 1px 0px rgba(255,255,255, 1);height: 35px;width: 20px;line-height: 35px;text-align: center;}
.page:hover, .page .gradient:hover { background: #fefefe; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbe9f8), to(#90d0e5)); background: -moz-linear-gradient(0% 0% 270deg,#bbe9f8, #90d0e5);}
.pageactives { display: inline-block; padding: 0px 9px; margin-right: 4px; border-radius: 5px; border: solid 1px #c0c0c0; box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1); font-size: .875em; font-weight: bold; text-decoration: none; background: #FAFAFA; color: #ACACAC; text-shadow: 0px 1px 0px rgba(255,255,255, 1);height: 35px;width: 20px;line-height: 35px;text-align: center;}
.page .gradient { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9)); background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);}
/*** NEWS ***/

/*** INTERIORS ***/
.interiors_cat {height: auto;margin-top: 40px;padding-left: 50px;}
.interiors_cat ul li {list-style-type: none;float: left;padding-right: 60px;margin-top: 28px;}
.interiors_btn a {color: #0068c9;line-height: 44px;font-size: 14px;}
.interiors_btn span{color: #999999;font-size: 12px;}

.inter_item {height: auto; margin-top:4px; padding-left:1px;}
.inter_item img{margin-right: 10px;}
.inter_item span{color: #858585;font-size: 14px;}
.inter_item:hover {background: #D1EEFF;}
.inter_item a {display: inline-block;position: relative;bottom: 0px;margin: 4px 0;width: 300px;height: auto;padding: 10px 0 10px 15px;text-decoration: none;font-size: 16px;color: #2b2c2f;font-weight: normal;text-align: left;}
.inter_item .link_ico {float: left;display: inline-block;position: relative;top: 2px;width: 110px;height: 110px;}
.inter_item a:hover {color: #505050;}

.inter-hover {background-color:#FF3E3E;}
/*** INTERIORS ***/

/*** INTERIORS ACT=2 ***/
#main_foto{width:631px; height:472px; margin:0 auto; cursor:pointer;}
.bt{width:100%; display:inlineblock;}
.prev_bt{width:30px; height:30px; margin-top:-300px; cursor:pointer;}
#prev_bt{}
.next_bt{width:30px; height:30px; margin-top:-32px; cursor:pointer;}
#next_bt{margin-left:690px;}
.slider{width:729px; height:500px;}
.foto_select{width:631px; height:421px; margin:auto; margin-top:290px;}
.f_con{width:125px; height:95px; padding:10px; float:left; margin-bottom:5px; margin-left:5px;}
.fotos{width:120px; height:90px; cursor:pointer; padding:2px;}
.popular_interiors {text-decoration:none; font-size:18px; color:#333;}
.popular_interiors{margin-top:0;}
.another_interiors {text-decoration:none; font-size:18px; color:#333;}
.inter_foto_1{width:100px; height:70px;}
.inter_foto_2{width:100px; height:70px; margin-left:110px; margin-top:-70px;}
.inter_foto_3{width:100px; height:70px; margin-top:20px;}
.inter_foto_4{width:100px; height:70px; margin-left:110px; margin-top:-72px;}
.inter_foto_5{width:100px; height:70px; margin-top:20px; margin-bottom:40px;}
.another_inter_foto_1{width:100px; height:70px; margin-top:10px;}
.another_inter_foto_2{width:100px; height:70px; margin-left:110px; margin-top:-70px;}
.another_inter_foto_3{width:100px; height:70px; margin-top:20px;}
.another_inter_foto_4{width:100px; height:70px; margin-left:110px; margin-top:-70px;}
.another_inter_foto_5{width:100px; height:70px; margin-top:20px; margin-bottom:40px;}
/*** END INTERIORS ACT=2 ***/

/*** TOVARS ACT=2 ***/
.shipping {float:left; margin:10px 0 0; padding:6px 0; }
.shipping span {background:url(/images/diz/info.png) no-repeat left 0; padding-left:18px; font-size:12px; line-height:16px; color:#000000; float:left;}	

/* TOVARS ACT=2 BUTTONS */
.autoresizeFeature {}
.clear {overflow:hidden;}
.product-choice-sgroup select {width: 210px;margin-left:30px;float:left;}
.product-choice-sgroup {overflow:hidden;}
#succes_done_wrap,#succes_done_wrap2 { top:0;  left:0; position:fixed; background-color:#000; opacity: 0.9; width:100%; height:100%; z-index:10000;}
#succes_done,#succes_done2 {  position:relative;  background:#fff;  width:300px;  padding:32px;  height:200px;  margin:15% auto auto auto;  border:red solid 1px;  font-size: 22px;font-weight: bold;  text-align: center;}
#succes_done img {width: 100px; height: 100px; margin-bottom: 30px;padding-left: 100px;display: block;}
div.close {  cursor:pointer;  position:absolute;  font-weight:700;  text-shadow:#000 1px 1px 0;  color:red;  right:7px;  top:2px;}
div.close a {color: red; text-decoration: none;font-size: 25px;}
textarea {resize: none;width:345px; border: 0px solid #cccccc; border-radius: 6px; box-shadow: inset 1px 1px 2px 0px rgba(116, 116, 116, 0.69); background: #fff; outline: none; height: 60px; padding: 0 10px; color: #707070; font: 16px arial; font-style: italic; padding-top: 5px;}

/* ЦЕНЫ ДЛЯ ТОВАРОВ */
.price_rz_block, .price_op_block {width: 153px; min-height: 70px; border-radius: 5px;float: left;margin-left: 2px;}
.price_rz_block {background: #ffe350;}
.price_op_block {background: #deedfd;}

.price_rz_block p, .price_op_block p {float: right;height: 10px;padding-right: 5px;}
.price_rz_block span, .price_op_block span {float: right;padding-right: 5px;font-size: 15px;color: #c74242;font-weight: bold;}
/* КОНЕЦ ЦЕНЫ ДЛЯ ТОВАРОВ */

.dwn_bt {position: absolute;margin: -4px 0 0 0;}

.height_b_callback2 {height: 170px;float:left; width: 300px;margin-left: 100px;}
.frame_callback2 {position: relative; margin: 0px 0px; width: 154px; height: 154px; text-align: center; float: left;border:#f4e9c0 1px solid; border-radius:6px;}
.frame_callback2 img {margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; max-width:150px; max-height:150px;}
.tovar_more_info {margin-top: 170px; width: 300px; height: 100%;}
.but_up_down {width: 18px;height: 30px;margin-left: 30px; float: right;position: absolute;}
.all_form_block {width: 52px; height: 30px;margin-left: 90px;margin-top: 20px;}
.all_form_block input[type="text"] {width: 40px;height: 26px;float: left;border-radius: 5px;border: 2px #ccc solid;padding-left: 3px;}
.wrap_count {width: 350px; height: 70px;}
.kol_vo {padding-top: 7px;float: left;}
.itog_o {width: 180px; height: 50px;float: right;margin-top: -25px;}
.itog_o b {font-size: 18px;}
.itog_o span {font-size: 20px; color: #c74242; font-weight: 600;padding-left: 2px;}
.itog_o span input[type="text"] {width: 70px;border: none;font-size: 18px;color: #c74242;margin-right: 5px;}
.table_3_cl {width: 100%;border:none;}
.fst_table_line {background: #ebf7d9;height: 30px;}
.thr_table_line {background: #ebf7d9;height: 20px;}
.sec_table_line {height: 20px;border:none;background: #fff;}
.table_3_cl_tit {margin-left: 40px;border:none;float: left;margin-top: 10px;}
.td_tyle {width:200px;color:#909090;border:none;}
.td_tyle2 {padding-top: 2px;padding-bottom: 2px;float: right;border:none;}
.td_tyle3 {padding-top: 7px;padding-bottom: 2px;float: right;border:none;}
.right_text_table {float: right;width: 500px;padding: 3px;text-align: right;}
.right_text_table2 {float: right;width: 500px;padding-top: 17px;text-align: right;margin-top: -10px;}
.fst_table_line img {padding-top: 5px;margin-left: -85px;}
.sec_table_line img {margin-left: -171px;margin-top: 4px;}
.thr_table_line img {margin-left: -150px;margin-top: 4px;}
.product-desc-button_inner {width: 170px; height: 200px; background: #000;position: absolute;}
.prices_block {width: 180px;height: 160px;margin-left: 520px;padding-left: 23px;}
.st_loc {border:none;float: left;}
.st_loc img {margin-left: 8px;margin-top: 4px;text-align: left;float: left;width: }
.table_3_cl_tit_loc {margin-left: 8px;border:none;float: left;margin-top: 10px;}
.table_3_cl_info {width: 450px;height: auto;padding: 3px;}
.table_3_cl_tit_info {border:none;float: left;width: 50px;padding-top:3px;padding-left: 5px;}
.right_text_table_info {float: right;width: 350px;padding: 3px;text-align: right;}
table.grayedtable {text-shadow: 1px 1px 0px #fff;background:#eaebec;margin:16px 0;border:#ccc 1px solid;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow: 0 1px 2px #d1d1d1;-webkit-box-shadow: 0 1px 2px #d1d1d1;box-shadow: 0 1px 2px #d1d1d1;}
table.grayedtable th {padding:6px 16px 6px 16px;border-top:1px solid #fafafa;border-bottom:1px solid #e0e0e0;background: #ededed;background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));background: -moz-linear-gradient(top,  #ededed,  #ebebeb);  font-weight: bold;  text-align: left;}
table.grayedtable th:first-child{text-align: left;padding-left:6px 4px 6px 16px;}
table.grayedtable tr:first-child th:first-child{-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;}
table.grayedtable tr:first-child th:last-child{-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px;}
table.grayedtable tr{padding-left:20px;}
table.grayedtable tr td:first-child{text-align: left;padding-left:20px;border-left: 0;}
table.grayedtable tr td {padding: 6px 16px 6px 16px;border-top: 1px solid #ffffff;border-bottom:1px solid #e0e0e0;border-left: 1px solid #e0e0e0;background: #fafafa;background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);  vertical-align: top;}
table.grayedtable tr td.part-heading {background: #ededed;background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));background: -moz-linear-gradient(top,  #ededed,  #ebebeb);  font-weight: bold;}
table.grayedtable tr td.letter {  text-align: center;  vertical-align: top;  font-size: 28px;  color: #999;  width: 25px;  }
 table.grayedtable tr.even td{background: #f6f6f6;background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);}
table.grayedtable tr:last-child td{border-bottom:0;}
table.grayedtable tr:last-child td:first-child{-moz-border-radius-bottomleft:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px;}
table.grayedtable tr:last-child td:last-child{-moz-border-radius-bottomright:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px;}
table.grayedtable tr:hover td{background: #f2f2f2;background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);}
table.grayedtable ul.row {  float: left;  width: 24%;  margin: 0;  padding: 0;  list-style-type: none;}
table.grayedtable ul.row li {  line-height: 16px;}
.st_table_block {width: 717x;;overflow: hidden;float: left;}
.st_down_buttons {width: 399px; height: 185px;margin-top: 415px;border: 1px #ccc dashed;}
.st_bt_left {width:200px; height: 200px;margin-top: 80px;margin-left: 75px;}
.st_bt_left img {margin-bottom: 12px;}
.breadcrumbs ul {list-style: none;display: inline;}
.breadcrumbs ul li {display: inline-block;}
.breadcrumbs ul ul {display: none;}
.breadcrumbs ul li:hover > ul {display: block; z-index:1000; position: absolute; background: #fff;box-shadow: 1px 1px 3px #000; }
.breadcrumbs ul li li {margin: 0 5px 0 5px;display: block; padding: 5px 0px 5px 0px; border-width: 0; border-style: solid;border-bottom: 1px dotted #D0D0D0;}
.st_img_block {width: 715px;height: 410px;}
.st_img_rblock {width: 310px;float: right;}
.st_clr {clear:both}
.wrap_post_info {width: 710px;height: 220px;;}
.st_map_loc {float: left; height: 190px; width: 250px;position: absolute;}
.st_client_info {width: 445px;height: auto;float: right;margin-top: 7px;}
.call_lobzikov {font-size: 11px;}
.st_tr {font-size: 10px;color:#0184cb;}
.st_trr {font-size: 14px;color:#000;padding-left: 2px;}
.st_post_cont {width: 225px; border: 1px #01a3c7 solid;height: auto;padding-bottom: 10px; border-top: none;z-index: 2;}
.st_pst_c_top {height: 50px; background: url("/images/diz/st_contact_prod.png") center top no-repeat;z-index: 1;margin-left: -1px;}
.st-form1 {width: 207px; border-radius: 5px;height: 25px;margin-left: 8px;color: #565656;box-shadow: 1px 1px 1px #ccc;margin-bottom: 12px;padding-left: 3px;}
.info_about_post {text-align: center; width: 205px; min-height: 40px;margin-left: 8px;border: 1px #6f6f6f solid;margin-top: 5px;margin-bottom: 10px;padding: 3px;background: #FFEBCD;}
.st_last_form_tx {width: 193px;margin-left: 7px;border: 1px #ccc solid;font-family: Arial,sans-serif;font-size: 14px;}
.st_bt_style {width: 219px; height: 30px; margin-left: 5px;margin-top: 12px;}
.st_text {font-size: 16px; color: #c91212;text-align: right;margin-bottom: 5px;padding-right: 5px;}
#st_sms_send {display: none; width: 222px; height: 312px;background: #fff;position: absolute;margin-top: 50px;margin-left: 5px;}
#st_sms_send span {text-align: center;padding-top: 40px; height: 50px; font-size: 28px; color: #565656; margin-top: 120px;display: block;background: url("/images/diz/open-nav-bar-ico.png") top center no-repeat;}
.error {border: 4px #000 solid;  color: red; font-size: 14px;text-indent: -9999px;}
#backgroundPopup{display:none;position:fixed;height:100%;width:100%;top:0;left:0;background:#000000;border:1px solid #cecece;z-index:1;}
#popupContact{display:none;position:fixed;z-index:2;background:#FFFFFF;margin-top: 35px;}
#popupContact3{display:none;position:fixed;z-index:2;background:#FFFFFF;margin-top: 30px;height: 555px;}
#popupContact2{display:none;position:fixed;z-index:9999;background:#FFFFFF;}
.prod_img {float: left;position: relative;width: 400px;height: 400px;border: 1px solid #f4e9c0;border-radius: 5px;}
.prod_img img {position: absolute;margin: auto;top: 0;bottom: 0;left: 0;right: 0;}

/* END TOVARS ACT=2 BUTTONS */

h1 a {text-decoration: none;border-bottom: 1px #505050 dashed;}
.city_click {font:normal 24px/45px Tahoma; color:#505050;}
.city_click a {border-bottom: 1px #505050 dashed;text-decoration: none;}

.section-add-review1 {width: 700px;color: #303030;margin: 0 auto;box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.60);border: 1px solid rgba(0, 0, 0, 0.50) ;}
.section-add-review1 h1 {font-size: 22px;color: #d25353;font-weight: bold;}
#popupContact1 {display: none;position:fixed;z-index:2;background:#FFFFFF;margin-top: 35px;}

.review-textarea {width:444px!important; max-width:454px; height:130px !important; border: 0px solid #cccccc; border-radius: 8px; box-shadow: inset 1px 1px 2px 0px rgba(116, 116, 116, 0.69); background: #fff; outline: none; height: 30px; padding: 3px 0px 1px 10px; color: #707070; font: 13px arial; font-style: italic;}
.add-review1 {height: 400px; padding-right:15px; overflow:hidden;}
.add-review-button1 {background: url("/images/diz/gobutton.png"); width: 155px; height: 40px; display:block; margin: 50px 0 0 27px; padding-bottom: 6px; border: 0; font: 16px arial; color: #fff; cursor:pointer;}
.add-review-left1 {width:450px; padding:20px 15px; float:left; background:#eff7fe;height: 360px;}
.add-review-form1 input[type="text"]{width: 444px;height: 20px;padding: 3px 2px 3px 10px;border-radius: 6px;margin: 10px 0 20px 0;box-shadow: inset 1px 1px 2px 0px rgba(116, 116, 116, 0.69); background: #fff; outline: none;border: 0px solid #cccccc;font-family: 'Arial', sans-serif; font-size: 13px;font-style: italic;}
.add-r-right {float: right;width: 189px;height: 400px;border-left: 1px #e2ecd4 solid;}
.like-box {background: url("/images/diz/like-ico.png") #F0F8FF no-repeat;width: 60px; height: 60px;background-position: center;border: 1px #ccc solid;border-radius: 4px;display: inline-block;margin: 15px 20px 0 27px;}
.dislike-box {background: url("/images/diz/dislike-ico.png") #F0F8FF no-repeat;width: 60px; height: 60px;background-position: center;border: 1px #ccc solid;border-radius: 4px;display: inline-block;}
.llike {position: absolute;display: inline-block; margin: 90px 0 0 -56px;cursor: pointer;}
.like-box:hover {cursor: pointer;}
.dislike-box:hover {cursor: pointer;}
.ldislike {position: absolute;display: inline-block; margin: 90px 0 0 -38px;cursor: pointer;}
.add-review-form1 {width: auto; height: 400px;}
.add-r-right p{display: inline-block; width: auto; height: 30px; font-size: 19px;text-align: center;margin: 15px 0 0 38px;color:#A52A2A;}
.popup-box {position: absolute;background: #fff;display: none;box-shadow: 1px 1px 5px rgba(0,0,0,0.2);font-family: Arial, sans-serif;z-index: 9999999;font-size: 14px;}
.popup-box .close {position: absolute;top: 0px;right: 0px;font-family: Arial, Helvetica, sans-serif;  font-weight: bold;cursor: pointer;color: #434343;padding: 20px;font-size: 20px;}
.popup-box .close:hover {color: #000;}
.popup-box h2 {padding: 0;margin: 0;font-size: 18px;}
.popup-box .top {padding: 20px;}
.popup-box .bottom {background: #eee;border-top: 1px solid #e5e5e5;padding: 20px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
#blackout {width: 100%;background: rgba(0,0,0,0.4);position: absolute;top: 0;overflow: hidden;z-index: 999999;left: 0;display: none;}
.xIcon:hover {cursor: pointer;}
.buy-one-click {background: url("/images/diz/gobutton.png"); width: 155px; height: 40px; display:inline-block; margin: 30px 0 0 100px; padding-bottom: 6px; border: 0; font: 16px arial; color: #fff; cursor:pointer;}

.post-phone-num {width: 300px; border: 1px #ccc dashed; position: absolute; margin: 10px 0 0 15px;overflow: hidden;}
.post-phone-t {font-size: 17px; text-align: center;margin: 2px 0 5px 0;}
.post-phone-p {font-size: 18px; text-align: center;}

/*** END TOVARS ACT=2 ***/


/*** CABINET ORDER ONE CLICK  ***/
.login-xml {text-align: center; width:160px; float: right;}
.login-xml a { font-size: 18px;}
.order-all {width: 545px;height: 27px;background: url("/images/diz/heading-bg.png");float: right;padding-left:10px;margin-top:30px;}
.order-all2 {width: 545px;height: 27px;background: url("/images/diz/heading-bg.png");float: right;padding-left:10px;margin-top:30px;}
.order-all2 p {float: left;margin-top: 2px;margin-left: 80px; text-align: center;font: 14px  Tahoma ;font-weight: bold;}
.order-all2 p a {color: #2E2E2E !important;}
.order-all2 p a:hover {border-bottom: 1px dashed #fff;}
.order-all p {float: left;margin-top: 2px;margin-left: 50px; text-align: center;}
.order-all a {color: #2E2E2E; font-size: 15px; font-weight: bold;}
.order-all a:hover {}
.q_22 {float: left; margin-left: 0px; }
ul.links-new {float: left; margin-top: 8px;font: 12px Tahoma ;}
.links-new li {display: inline; padding: 0 6px 0px 5px;}
ul.links-link {float: left;margin-top: 5px;font: 12px Tahoma ;}
.links-link li {display: inline;padding: 0 6px 0px 5px;}
ul.links-head {float: left;margin: 10px 0;font: 12px  Tahoma ;}
.links-head li {float: left;display: inline;margin: 0 50px;}
.order-edit {width: 720px;float: left;margin-top: 15px;}
#table_style {width: 720px;border: 1px #000 solid;border-collapse: collapse;}
#order_table {width: 720px;border: 1px #000 solid;border-collapse: collapse;}
#custom_table {width: 720px;border: 1px #000 solid;border-collapse: collapse;}
.fstline {width:720px;height: 80px;border: 1px #ececec solid;border-collapse: collapse;background: #ebf7d9;}
.secline {width:720px;height: 70px;border: 1px #ececec solid;border-collapse: collapse;background: #fff;}
tr:hover {background: #e5e5e5;}
.firsttd {max-width: 170px;min-width: 170px;border: 1px #ececec solid;border-collapse: collapse;padding: 3px; text-align: left;}
.sectd {max-width: 50px;min-width: 50px;border: 1px #ececec solid;border-collapse: collapse;padding: 3px; text-align: center;}
.tritd {max-width: 100px;min-width: 100px;border: 1px #ececec solid;border-collapse: collapse;padding: 3px;text-align: left;}
.ftd {max-width: 90px;min-width: 90px;border: 1px #ececec solid;border-collapse: collapse;padding: 3px;text-align: left;overflow:auto;}
.fitd {max-width: 155px;min-width: 155px;border: 1px #ececec solid;border-collapse: collapse;padding: 3px;text-align: left;overflow:auto;}
.sixtd {max-width: 120px;min-width: 120px;border: 1px #ececec solid;border-collapse: collapse;padding: 3px;text-align: left;}
.overmoz {overflow:auto;}
.firsttdc {max-width: 255px;min-width: 255px;border: 1px #ececec solid;border-collapse: collapse;padding: 3px; text-align: left;}
.sectdc {max-width: 200px;min-width: 200px;border: 1px #ececec solid;border-collapse: collapse;padding: 3px; text-align: center;}
.tritdc {max-width: 125px;min-width: 125px;border: 1px #ececec solid;border-collapse: collapse;padding: 3px;text-align: left;}
.tritdcenter {max-width: 125px;min-width: 125px;border: 1px #ececec solid;border-collapse: collapse;padding: 3px;text-align: center;}
.ftdc {max-width: 90px;min-width: 90px;border: 1px #ececec solid;border-collapse: collapse;padding: 3px;text-align: left;}
.fitdc {max-width: 160px;min-width: 160px;border: 1px #ececec solid;border-collapse: collapse;padding: 3px;text-align: left;overflow:auto;}
.sixtdc {max-width: 120px;min-width: 120px;border: 1px #ececec solid;border-collapse: collapse;padding: 3px;text-align: left;font-size: 12px;}
#st1, #st2, #st3{float:left;background:yellow;margin:5px;padding:5px;}

/*.order_donems {font-size: 14px; width: 150px; height: 40px;  display: none; }
.delete_order_bt {width: 140px;height: 20px;margin-top: -1px;   font-size: 13px;text-align: center;background: url("/images/diz/ord-del.png") no-repeat;}
.order_done_bt {width: 80px;height: 40px;margin-top: 7px; font-size: 15px;text-align: center;background: url("/images/diz/ord_done.png") no-repeat;}
.order_done_bt a{font-size: 15px;margin-left: 30px;float: left;margin-top: -2px;}*/

.order_look {background: url("/images/adm/count.png") no-repeat;padding-bottom: 4px;}
.order_text {background: url("/images/adm/ok.png") no-repeat;padding-bottom: 4px;font-size:13px;}
.order_done {background: url("/images/adm/doc.png") no-repeat;padding-bottom: 4px;}
.order_del {background: url("/images/adm/del.png") no-repeat;}
.order_look, .order_text, .order_done, .order_del {text-align: left;padding-left: 20px;}

.order-head {text-align: center;margin-top: 15px;font: 14px  Tahoma ;font-weight: bold;margin-bottom: 20px;}
.size-new {width: 720px;height: 32px;float: left;}

.size-new p {float: left;margin-top: 10px;margin-left: 3px;}
.order-delete {float: right;margin-top: -22px;margin-left: 180px;}


.height_b_callback {height: 210px;float:left; width: 170px;}
.frame_callback {position: relative; margin: 0px 0px; width: 154px; height: 154px; text-align: center; float: left;border:#f4e9c0 1px solid; border-radius:6px;}
.frame_callback img {margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; max-width:150px; max-height:150px;}

/*** END CABINET ORDER ONE CLICK  ***/


/*** МОДАЛЬНОЕ ОКНО ***/
.modal_form {width: 600px;min-height: 300px; /* Размеры должны быть фиксированы */border-radius: 5px;border: 3px #000 solid;background: #fff;position: fixed; /* чтобы окно было в видимой зоне в любом месте */top: 25%; /* отступаем сверху 45%, остальные 5% подвинет скрипт */left: 40%; /* половина экрана слева */margin-top: -150px;margin-left: -150px; /* тут вся магия центровки css, отступаем влево и вверх минус половину ширины и высоты соответственно =) */display: none; /* в обычном состоянии окна не должно быть */opacity: 0; /* полностью прозрачно для анимирования */z-index: 5; /* окно должно быть наиболее большем слое */padding: 20px 10px;}
.modal_form .modal_close {width: 21px;height: 21px;position: absolute;top: 10px;right: 10px;cursor: pointer;display: block;}
/* Подложка */
.overlay {z-index: 3; /* подложка должна быть выше слоев элементов сайта, но ниже слоя модального окна */position: fixed; /* всегда перекрывает весь сайт */background-color: #000; /* черная */opacity: 0.8; /* но немного прозрачна */width: 100%;height: 100%; /* размером во весь экран */top: 0;left: 0; /* сверху и слева 0, обязательные свойства! */cursor: pointer;display: none; /* в обычном состоянии её нет) */}
/*** КОНЕЦ МОДАЛЬНОЕ ОКНО ***/

/*** ВСПЛЫВАЮЩЕЕ ОКНО ВЫБОРА РЕГИОНА ***/
.region-popup {width:350px; height: 160px; background: #3b3b3b;display: block;position: absolute;z-index: 1000;margin: -20px 0 0 600px;border-radius: 10px;border:2px #ccc solid;display: none;}
.bgregpu {background: url('/images/diz/regimg.png') no-repeat top left;height: 150px; width: 320px;margin:-14px 0 0 10px;padding: 6px 0 0 0;}
.bgregpu p{margin: 0;padding: 25px 0 0 16px;font-size: 15px;font-family: Arial, sans-serif;color:#fff;}
.regionst {width:270px;text-align: left;font-size: 20px!important;font-family: Arial, sans-serif;margin:15px 0 0 0!important;display: block;padding: 3px 0 0 16px!important;color:#fff;}
.yesright {cursor:pointer;display: inline-block;width: auto;height: 20px;padding: 12px 20px;border-radius: 5px;font-size: 15px;background: #ec1a22;color:#ffffff;margin: 0 4px 0 15px;text-decoration: none;}
.nono {display: inline-block;width: auto;height: 20px!important;padding: 12px 18px;border-radius: 5px;font-size: 15px;background: #747f7f;color:#ffffff;margin:0 0 0 18px;text-decoration: none;}
.closereg {color:#fff;position: absolute;display: block;margin:20px 0 0 305px;text-decoration: none;font-size: 17px;cursor: pointer;}
/*** / ВСПЛЫВАЮЩЕЕ ОКНО ВЫБОРА РЕГИОНА ***/


/*** RECLAME ***/
.landing {height: auto;padding: 0 0 40px 0;display: block;}
.ltop {width:100%;background: url("/images/diz/rostprodaj.png") no-repeat left center;height:64px;padding:15px 0 0 0;box-sizing: border-box;}
.ltop span {font-weight: 21px; font-family: 'Verdana', sans-serif;color:#fff;background: #00a3c7;margin: 0 0 0 61px;height: 27px;display: block;width: 420px;padding:3px 0 0 13px;box-sizing: border-box;}
.landblocks {margin: 20px 0 0 0;}
.landblockreg, .landblockregred, .landblockreggold  {border-radius: 14px;border: 1px #afafaf solid;height:auto;width: 240px;float:left;padding:0 0 20px 0;}
.landblockreg {margin:25px 5px 0 0;}
.landblockregred {margin:10px 6px 0 0;}
.landblockreggold {margin:0 6px 0 0;}
.landtoptitle {  background: -moz-linear-gradient(#00a3cb, #0c819b);
  background: -ms-linear-gradient(#00a3cb, #0c819b);
  background: -o-linear-gradient(#00a3cb, #0c819b);
  background: -webkit-linear-gradient(#00a3cb, #0c819b);height:50px;border-radius: 12px 12px 0 0;
font-family: 'Verdana',sans-serif; font-size: 25px;color:#fff;text-align: center;box-sizing: border-box;padding:10px 0 0 0;}
.landtoptitlered {  background: -moz-linear-gradient(#fb3f3f, #d60d0d);
  background: -ms-linear-gradient(#fb3f3f, #d60d0d);
  background: -o-linear-gradient(#fb3f3f, #d60d0d);
  background: -webkit-linear-gradient(#fb3f3f, #d60d0d);height:60px;border-radius: 12px 12px 0 0;
font-family: 'Verdana',sans-serif; font-size: 25px;color:#fff;text-align: center;box-sizing: border-box;padding:13px 0 0 0;}
.landtoptitlegold {  background: -moz-linear-gradient(#FFF5BA, #E4C200);
  background: -ms-linear-gradient(#fb3f3f, #d60d0d);
  background: -o-linear-gradient(#fb3f3f, #d60d0d);
  background: -webkit-linear-gradient(#fb3f3f, #d60d0d);height:60px;border-radius: 12px 12px 0 0;
font-family: 'Verdana',sans-serif; font-size: 25px;color:#fff;text-align: center;box-sizing: border-box;padding:13px 0 0 0;}

.landtoptitlered span {font-size: 13px;color:#fff;display: block;margin:-7px 0 0 0;}
.landblockreg ul, landblockregred ul, landblockreggold ul {list-style: none;margin:3px 0 0 0;}
.landprice {font-size: 31px;color:#383128;font-family: 'Arial',sans-serif;text-align: center;margin:20px 0 0 0;}
.landprice span {font-size: 15px;color:#383128;font-family: 'Arial',sans-serif;text-align: center;display: block;margin:-5px 0 0 0;}
.landorder {background: url("/images/diz/zakaz.png") no-repeat;width: 197px;height: 58px;margin: 30px auto 0;cursor: pointer;}
.landblockreg ul li, .landblockregred ul li, .landblockreggold ul li {font-family: 'Verdana',sans-serif; color: #383838;font-size:13px;text-align: left;border-bottom:1px #ccc dashed;padding:1px 10px 6px 31px;background: url("/images/diz/landgal.png") no-repeat center left 2%;display: block;box-sizing: border-box;margin:5px 0 5px 0;}

.landmanager {width:420px;height: 70px;background: #fff;position: absolute;margin: 50px 0 0 -250px;background: url("/images/diz/landmanager.png") no-repeat left top;padding: 0 0 0 43px;}
.landmanager span {font-size: 18px;font-family: 'Verdana',sans-serif;color:#383128;padding: 10px 0 0 0;box-sizing: border-box;}
.landmanager p {color:#454545;font-size: 14px;margin:0;font-family: 'Arial',sans-serif;}
.landmanager a {font-size: 16px;font-weight: bold;color:#00a3c7;cursor: pointer;float: right;margin:20px 115px 0 0;background: url("/images/diz/questionmanager.png") no-repeat;width: 227px;height: 75px;text-indent: -9999px;}

.landblockreg ul li span.question, .landblockregred ul li span.question, .landblockreggold ul li span.question {background: #bcbcbc;padding: 1px 2px 1px 3px; display: block;position: absolute;margin: -3px 0 0 195px;cursor: help;color:#fff;text-decoration: none;font-weight: bold;font-size: 11px;}
.landingtext {width: 900px;margin: 0 auto;}

.landingtext p {font-family: 'Arial', sans-serif; font-size: 14px;color:#2e2e2e;}
.landingtext p .g {color:#709825;font-size:15px;}
.landpopup {width:100%;height: 200px;}

.landname {float: left;width: 100%;display: block;text-align: left;margin:0 0 20px 0;font-size: 19px; font-family: 'Arial', sans-serif; color:#484848;}
.landphone {float: left;width: 100%;display: block;text-align: left;font-size: 19px; font-family: 'Arial', sans-serif; color:#484848;margin:0 0 10px 0;}
.popupl1 {height:35px;border-radius: 10px;border:1px #787878 solid;width: 360px;float:right;margin:0 15px 0 0;font-size: 17px;color:#1e1e1e;font-family: 'Arial', sans-serif;padding:0 0 0 5px;}
.landpopup span {margin:7px 0 0 10px;display: inline-block;width:132px;}
.landbt1 a {width: 143px; height: 38px;background: url("/images/diz/orderbt.png") no-repeat;display: block;text-indent: -9999px;cursor: pointer;text-align: center;margin: 0 auto;}
.landsucces {width:100%;height: 145px;background: #fff;position: absolute;font-family: 'Arial', sans-serif;font-size: 18px; color:#242424;padding:30px 0 0 0;box-sizing: border-box;display: none;}
.landtextarea {border:1px #787878 solid;width: 345px;float:right;margin:0 15px 0 0;font-size: 17px;color:#1e1e1e;font-family: 'Arial', sans-serif;}
.landquest span {font-size: 18px;font-family: 'Verdana',sans-serif;color:#383128!important;padding: 10px 0 0 0;box-sizing: border-box;float: left;text-align: left;}
.landquest {float: left;width: 100%;}
.landbt2 a {width: 143px; height: 38px;background: url("/images/diz/orderbt.png") no-repeat;display: block;text-indent: -9999px;cursor: pointer;text-align: center;margin: 10px auto;}
.landsucces2 {width:100%;height: 165px;background: #fff;position: absolute;font-family: 'Arial', sans-serif;font-size: 18px; color:#242424;padding:30px 0 0 0;box-sizing: border-box;display: none;}

/*** POPUP ***/
.popup {position:fixed; z-index:1000; top:60px; left:50%;width:530px; height:300px; background:#fff;-moz-box-shadow:4px 4px 30px #130507;-webkit-box-shadow:4px 4px 30px #130507;box-shadow:4px 4px 30px #130507;-moz-transition:top 800ms;-o-transition:top 800ms;-webkit-transition:top 800ms;transition:top 800ms;border-radius: 8px;}
.popup2 {position:fixed; z-index:1000; top:60px; left:50%;width:530px; height:370px; background:#fff;-moz-box-shadow:4px 4px 30px #130507;-webkit-box-shadow:4px 4px 30px #130507;box-shadow:4px 4px 30px #130507;-moz-transition:top 800ms;-o-transition:top 800ms;-webkit-transition:top 800ms;transition:top 800ms;border-radius: 8px;}
.p_content { width:100%; text-align:center; font-size:23px; padding:45px 0 0; }
.p_anch {float:left; position:relative; z-index:1; width:100%;margin:80px 0 0 0; text-align:center; font-size:18px;}
.p_anch a { color:#000; }
.p_anch a:hover { text-decoration:none; }
.p_anch_bottom { margin:1500px 0 0 0; padding:0 0 50px 0; }
.p_close { position:absolute; top:0; right:0; width:16px; height:12px; padding:15px 11px 0 0; }
.p_close span { display:block; width:18px; height:5px; background:#333; }
.p_close span:first-child {-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.p_close span:last-child {margin:-5px 0 0;-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg);transform:rotate(135deg);}
.p_body {position:fixed; top:0; left:0; width:100%; height:100%;background:#000; opacity:0.7;-moz-transition:opacity 800ms;-o-transition:opacity 800ms;-webkit-transition:opacity 800ms;transition:opacity 800ms;z-index: 999;}
/* JS-styles — declaratively */
.js__popup {}
.js__p_start {}
.js__p_close {}
.js__p_body {}
.js__slide_top { height:0; overflow:hidden; top:0; }
.js__fadeout { height:0; overflow:hidden; opacity:0; }
/*** POPUP ***/

/*** ///RECLAME ***/



/* CATALOG|TOVAR ACT=1 - MENUBAR */
.st-firms-blocks {display: block;width:229px;float:right;background:#ffe482;height:auto;max-height:  386px;border-radius:10px;border:1px #ccc solid;overflow: hidden;}
.stfb-title {color:#8b8b8b;font-size:20px;font-weight: bold;padding:2px 0 3px 33px;margin:15px 3px 0 7px;background: url("/images/diz/b-products-vip-title-icons.png") no-repeat;}
.st-recoment-firm {width:99%;height:auto;margin:5px 0 0 0;}
.st-recoment-firm img {display: block;width:90px; height:90px;border-radius: 5px;overflow: hidden;border: 1px #f4e8a3 solid;float: left;margin:7px 5px 7px 2px;}
.sttitling {text-decoration: none;text-align: left!important;float:left;display: block;margin:0 0 3px 0;font-size:14px!important;}
.sttitling:hover {text-decoration: underline!important;}
.stlinkpr a {text-decoration: none;text-align: left!important;}
.stlinkpr {display: block;width:125px;float: right;padding:6px 0 0 0;}
.rstregion {color: #ca8311;font-size:12px!important;display:block;margin:4px 0 0 0;}
.strclear {clear: both;}
.shortlistitem {width:465px!important;display:block!important;float:left;}
.sttitletovar a {width:300px;float: left;}
.product-list-border-pic img {float: left;}
.st-right-menu-scroll {width:252px; overflow-y: auto;overflow-x: hidden;border:2px #fcbf00 solid;border-radius: 7px;}
.st-right-menu-scroll-hover {background: url("/images/diz/arrowdown.png") no-repeat left 2% center #B6D784!important; }
.st-right-menu-scroll a {display:block;width:252px;text-decoration: none;font-size:13px!important;padding:4px 0 4px 10px;background: url("/images/diz/arrowopen.png") no-repeat left 2% center #ebf7d9;border-bottom:2px #ccc solid;box-sizing: border-box;}
.st-right-menu-scroll a:last-child {border:none!important;}
.st-right-menu-scroll a:hover {text-decoration: underline;background: url("/images/diz/arrowopen.png") no-repeat left 2% center  #e4e4e4;}
.strmst {font-family: 'Tahoma', sans-serif;font-size:27px;text-align: left;padding:0 0 0 35px;margin:0 0 5px 0;background: url("/images/diz/icon01.jpg") left center no-repeat;}

.snippet { color: #999; font-size: 11px; word-wrap: break-word;}
/* END CATALOG|TOVAR ACT=1 - MENUBAR */



/* SEARCH */
div#searchbox{background: #00a0c6;border-radius:15px ;width: 100%; height:auto;padding-bottom:10px;display: block;border: 1px solid rgba(50,50,50,0);}
div#searchbox div.mainsearch {height: 43px;margin: 13px 13px 0 32px;box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.5);width: 90%;}
div#searchbox div.mainsearch input.query1{height: 38px;border: 1px solid #95b8c0;position: relative;z-index: 1;padding-top: 3px;}
div#searchbox div.mainsearch input.query1{float: left;font-size: 18px;color: #484848;width: 87%;padding-left: 18px;}
div#searchbox div.mainsearch input.query{height: 38px;border: 1px solid #95b8c0;position: relative;z-index: 1;padding-top: 3px;}
div#searchbox div.mainsearch input.query{float: left;font-size: 18px;color: #484848;width: 71%;padding-left: 18px;}
div#searchbox div.mainsearch input.submit{background: url(/images/search/search.jpg) no-repeat;width: 94px;font-size: 24px;float: right;text-align: right;color: #fff;padding-right: 3px;border: 0;height: 43px;position: relative;z-index: 1;box-shadow: -3px 0px 5px 0px rgba(50, 50, 50, 0.30);cursor:pointer;}

.select {float: left;width: 144px;height: 41px;background: #fff;position: relative;z-index: 1;border: 1px solid #95b8c0;border-left: 0;}
.select .submenu_1{background: #fff;position: relative;z-index: 9;padding-top: 5px;display: none;box-shadow: 0px -3px 12px 0px rgba(50, 50, 50, 0.3);padding-bottom: 15px;}
.select .submenu_2{position:relative;width:293px;height:100%;}
.select a {cursor: pointer;padding-left: 15px;font-size: 14px;color: #484848;display: block;text-decoration: none;position: relative;z-index: 11;}
.select div a.close{width: 14px;position: relative;padding: 0;height: 14px;display: block;float: right;background: url(/images/search/close.png) no-repeat 0 -14px;z-index: 12;}
.select div a.close:hover{background-position: 0 0;}
.select a.actives {height: 29px;font-size: 16px;background: #f7f7f7;padding-top: 10px;border: 1px solid #fff;background: #f7f7f7 url(/images/search/down.png) no-repeat 92% 50%; outline: none;z-index: 9;}

.category {margin-left: 32px;margin-top: 5px;width: 375px;z-index: 1;}
.category a.actives{background-position: 95% 50%;z-index: 8;}

.region-ser {z-index: 1;margin-top: 5px;width: 160px; left: 210px; }

.discount {  left: 220px; position: relative; cursor: pointer; display: none;}
/*.discount p {display: inline-block;width: 28px;height: 27px;background: url("/images/diz/checkbox.png") 0 0 no-repeat;cursor: pointer;}
.discount p b {background: url("/images/diz/checkbox.png") 0 -27px  no-repeat;}
*/
.sub_menu a:hover, .submenu_1 a:hover, .submenu_2 a:hover{color:#00A0C6;}

.hiddensearch {display:none;padding-bottom:20px;}

.poap_city {position:absolute;background:#f3f3ef; border: 1px solid #A0A0A0;}
.poap_city input {height:25px;width:285px;margin-left:3px;}

.all {font:16px/16px Arial, Helvetica, sans-serif;color:#767373;}
.all:hover {color:#0776dd;}
.state {float:left;margin:10px 0 0;width:293px;}
.state li {width:50%;float:left;margin-bottom:5px;list-style:none;}
.state li a {font-size:12px;color:#767373;}
.state li a:hover {color:#0776dd;}
.input_city_search {float:left;margin:10px 0;}
.input_city_search [type=text] {font-size:12px;color:#767373;width:200px;padding:0 5px;height:20px;border:1px solid #c3c3c3;}

/* РАЗМЕР РАМКИ */
.id_select{float: left;width: 144px;height: 41px;position: relative;z-index: 1;text-indent: 0.01px;    text-overflow: '';border-left: 0;font-size: 20px;padding-top: 5px;background: url(/images/search/down.png) no-repeat 92% 50%;outline: none;border:none;-webkit-appearance: none;appearance: none;-moz-appearance: none;}
.id_select_2{float: left;width: 565px;height: 41px; margin-left: 20px;  position: relative;z-index: 1;text-indent: 0.01px;    text-overflow: '';border-left: 0;font-size: 18px;padding-top: 5px;background: #f7f7f7 url(/images/search/down.png) no-repeat 92% 50%;outline: none;border:none;-webkit-appearance: none;appearance: none;-moz-appearance: none;}
.id_select_3{float: left;width: 160px;height: 41px;position: relative;z-index: 1;text-indent: 0.01px;    text-overflow: '';border-left: 0;border:none;font-size: 20px;padding-top: 5px;background: #f7f7f7 url(/images/search/down.png) no-repeat 92% 50%;outline: none;-webkit-appearance: none;appearance: none;-moz-appearance: none;}


/* END SEARCH */

