/*
    Document   : style
    Created on : 31.08.201, 11:20:01
    Author     : danila
    Description:
        Purpose of the stylesheet follows.
*/
/** {outline: 1px solid red;}*/
/*** {outline: 1px solid red;}*/
/**** {outline: 1px solid red;}*/
root {
    display: block;
}
/* Общее
-----------------------------------------------------------------------------*/
body {
        font:  12px Arial, sans-serif;
        color: #333;
	width: 100%;
	height: 100%;
        background: #FAFAFA;
}
.wrapper {
	margin: 0 auto;
	width: 1000px;
	background: #fff;
	position: relative;
	z-index:100;
}
#header {padding: 0 8px;}
#content {
	padding: 0 8px 260px 8px;
	position: relative;
	overflow: hidden;
}
/* Заголовки */
h1,
h2,
h3,
h4,
h5 {margin-bottom: 18px;}
h1 {font-size: 36px;}
h2 {font-size: 24px;}
h3 {font-size: 18px;}
h1,
a {color: #333;}
p {margin-bottom: 18px;}
/* Стили для контента */
#content-data h2,
#content-data h3,
#content-data h4,
#content-data h5 {font-weight: bold; }
#content-data ul {margin-left: 20px;}
#content-data li {
        margin-bottom: 10px;
/*        list-style-image: url(../images/company/list-arrow.png);*/
		padding-left: 16px;
        background: url(../images/company/list-arrow.png) no-repeat 0 2px;
}
/* Тени тела */
.left-shadow,
.right-shadow {
        position: absolute;
        width: 13px;
        min-height: 100%;
        height: 100%;
}
.left-shadow {
        z-index: 2;
        left: -13px;
        background: url(../images/index/left-shdw.png) repeat-y 0% 100%;
}
.right-shadow {
        z-index: 2;
        right: -13px;
        background: url(../images/index/right-shdw.png) repeat-y;
}
#white-brdr {
        position: absolute;
        z-index: 5;
        width: 7px;
        height: 250px;
        top: 180px;
        left: 0px;
        background: #fff;
}
#bar1 {
        position: absolute;
        top: 45px;
        left: -135px;
        width: 238px;
        height: 236px;
        background: url(../images/index/bar1.png) no-repeat;
}
#bar2 {
        position: absolute;
        top: 0px;
        left: 145px;
        width: 278px;
        height: 160px;
        background: url(../images/index/bar2.png) no-repeat;
	z-index: 1;
}
#bar3 {
        z-index: 1;
        position: absolute;
        top: 170px;
        /*right: -132px;*/
	right: 0;
        width: 133px;
	width: 50%;
        height: 236px;
        background: url(../images/index/bar3.png) 114% 0% repeat-x;
}
#bar4  {
        position: absolute;
        width: 102px;
        height: 204px;
        left: 0px;
        top: 0px;
        background: url(../images/company/bar4.png) no-repeat;
}
#bar5 {
        position: absolute;
        width: 141px;
        height: 153px;
        right: 0px;
        top: 0px;
        background: url(../images/company/bar5.png) no-repeat;
}
.clear.brdr {height: 10px;}
/* Главная
-----------------------------------------------------------------------------*/
#logo {padding: 15px 0px 10px 10px;}
#contacts-wrapper {padding: 10px 0px;}
#basket {display: none;}
#phone, #skype, #basket, #address, #work-time,#header_retail {
        float: right;
        font-size: 13px;
        min-height: 20px;
        line-height: 20px;
        color: #999;
        padding-left: 25px;
        margin-right: 25px;
        background-repeat: no-repeat;
        background-position: 0% 50%;
}
#address {width: 180px;color: #000;}
#work-time {color: #000;}
#phone {background-image: url(../images/index/phone.png);}
#skype {background-image: url(../images/index/skype.png);margin-top:10px;}
#basket {background-image: url(../images/index/basket.png);}
#header_retail{
	padding-top:10px;
}
#header_retail a{
	display:ineline-block;
	line-height:20px;
	border:2px solid #de0d1f;
	background:#de0d1f;
	padding:7px 20px;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:700;
}
#header_retail a:hover{
	background:#ffffff;
	color:#de0d1f;
}
#top-nav-wrapper {
        float: right;
        margin: 15px 0 0 0;
}
#top-nav-wrapper li {
        float: left;
        position: relative;
        padding: 0 4px;
/*       border-left: 1px dotted #999;*/
		background: url(../images/beamvert.png) repeat-y 0 0;
}
#top-nav-wrapper li:first-child {background: none;}
#top-nav-wrapper li a {
        float: left;
        font-size: 13px;
        padding: 3px 5px;
        border: 2px solid transparent;
}
#top-nav-wrapper li:hover a, #top-nav-wrapper li.active a {
	border: 2px solid #DE0D1F;
	color: #de0d1f;
}
#top-nav-wrapper .nav-arrow {
        display: none;
        position: absolute;
        bottom: -5px;
        left: 50%;
        margin-left: -5px;
        width: 10px;
        height: 7px;

		background: url(../images/index/nav-arrow.jpg) no-repeat;
}
#top-nav-wrapper li:hover .nav-arrow, #top-nav-wrapper li.active .nav-arrow {display: none;}
#left-nav-wrapper {
        position: relative;
        float: left;
        width: 290px;
        overflow: hidden;
        padding: 20px 0 15px 0;
/*
        padding: 40px 0 25px 0;
        height: 326px;
        max-height: 326px;
		*/
        color: #fff;
}
#left-nav-wrapper.main_menu {
    width: 322px;
}
#left-nav-wrapper h2 {padding-left: 27px;}
#left-nav-wrapper ul {
        position: relative;
        z-index: 3;
/*        margin: 25px 0;*/
}
#left-nav-wrapper li {
        position: relative;
        z-index: 3;
}
#left-nav-wrapper li a {
        position: relative;
        z-index: 3;
        display: block;
        font-size: 12px;
        color: #fff;
        padding: 9px 0px 9px 54px;
        background: url(../images/index/left-nav-arrow.png) 27px 50% no-repeat;
}
#left-nav-wrapper li:hover { background: url(../images/redopac.png) 0 0 repeat;}
#left-nav-wrapper li.active { background: #333;}
#main-slider-wrapper {
        position: relative;
        z-index: 2;
        float: left;
        width: 653px;
        height: 500px;
        max-height: 500px;
        margin-left: 9px;
/*        height: 406px;
        max-height: 406px;*/
}
#main-slider-wrapper .bx-prev,
#main-slider-wrapper .bx-next {
        position: absolute;
        bottom: 20px;
        right: 10px;
        width: 40px;
        height: 40px;
}
#main-slider-wrapper .bx-prev {right: 52px;}
.banner-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 11px;
    margin-right: 5px;
}
.banner-item.no_margin {
    margin-right: 0px;
}
#block-images-wrapper .img-wrapper {
        position: relative;
        display: block;
        float: left;
        width: 322px;
        height: 172px;
        margin-left: 9px;
        background-repeat: no-repeat;
}
.img-wrapper.item1 {background-image: url(../images/index/block1.jpg);}
.img-wrapper.item {background-image: url(../images/index/block2.jpg);}
.img-wrapper.item3 {background-image: url(../images/index/block3.jpg);}
#block-images-wrapper .img-wrapper:first-child {margin-left: 0px;}
.substrate {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        background-image: url(../images/index/substrate.png);
}
.substrate .arrow-item {
        display: block;
        color: #fff;
        padding: 10px 5px 10px 30px;
        background: url(../images/index/arrow-item.png) 5% 50% no-repeat;
}
#search-wrapper {
        float: left;
        margin-left: 8px;
        width: 307px;
        height: 54px;
        padding: 17px 10px 10px 10px;
        background: #E7E7E7;
        border-bottom: 2px solid #D9D9D9;
}
#search-wrapper h5 {margin-bottom: 10px;}
#search input[type="text"] {
        width: 255px;
        height: 25px;
        margin-right: 5px;
        border: 1px solid #D9D9D9;
}
#search input[type="submit"] {
        width: 40px;
        height: 27px;
        border: none;
        background: #DE0D1F url(../images/index/search.png) 50% 50% no-repeat;
}
.info-block {
        display: block;
        font-size: 18px;
        float: left;
        width: 217px;
        height: 81px;
        border-left: 2px solid #D9D9D9;
        border-bottom: 2px solid #D9D9D9;
}
.info-block-wrapper {
        float: left;
        background: url(../images/index/info-block.jpg) no-repeat;
}
.info-block .text {
        display: block;
        background: url(../images/index/arrow-item.png) 0px 5px no-repeat;
        padding: 0 20px;
        margin: 20px 0 20px 30px;
}
/*.row.over-footer {padding-bottom: 30px;}*/
#feedback-wrapper {
        float: left;
        width: 275px;
        padding: 35px 25px 5px 25px;
/*        padding: 35px 25px;*/
        margin-left: 8px;
        background: url(../images/index/feedback.png) no-repeat;
}
#feedback label {display: block;}
#feedback input[type="submit"] {
        float: right;
        margin: 15px -2px 15px 0;
        padding: 7px 10px;
        border: none;
        color: #fff;
        background: #DE0D1F;
}
#feedback input[type="text"],
#feedback textarea {
        margin-bottom: 10px;
        border: 1px solid #E5E5E5;
        width: 100%;
}
#feedback textarea {height: 80px;}
#feedback input.text.captcha {width: 50px;}
#feedback-brdr {
        float: left;
        height: 288px;
/*        height: 360px;*/
        margin-top: 35px;
        border-left: 1px solid #E5E5E5;
}
#inner-text {
        float: left;
        width: 370px;
        padding: 0 35px 15px 35px;
        margin: 35px 0px 0px 0px;
}
#banner {
        float: left;
        width: 217px;
        padding-top: 35px;
}
#footer{
        position: relative;
        color: #fff;
        background: #333;
        width: 1000px;
        margin: 0 auto;
        padding: 1px 0;
	position: absolute;
	bottom: 0;
	height: 243px;
	float: left;
	left: 0;
}
#footer .row {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0 20px 0 28px;
}
#footer span { line-height: 1.8em; }
.company-name {font-weight: bold;}
.look-map {
        color: #999;
        text-decoration: underline;
}
.look-map:hover {
        color: #999;
        text-decoration: none;
}
.development,
.copyrights {float: right;}
.development a {
        color: #fff;
        text-decoration: underline;
}
.development a:hover {text-decoration: none;}
/* Внутренние страницы
-----------------------------------------------------------------------------*/
/* Каталог */
#content.inner {
        float: left;
        width: 984px;
        padding: 15px 8px 260px 8px;
        background: url(../images/catalog/inner-shdw.png) repeat-x;
}
#sideleft {
    position: relative;
    float: left;
    width: 290px;
    margin: 0 30px 0 0;
	z-index: 2;
}
#sideleft-bg {
        position: relative;
        float: left;
        width: 100%;
        background: url(../images/index/left-nav-bg.jpg) -38px 0px repeat-y;
}
.sideleft-bg-index {background: url(../images/index/left-nav-bg.jpg) -6px 0px repeat-y;}
.inner #bar2 {top: -14px;}
.inner #search-wrapper,
.inner #feedback-wrapper {
        margin-left: 0px;
        color: #fff;
        background: #E5404E url(../images/index/left-nav-bg.jpg) repeat-y 100% 0%;
}
.inner #search-wrapper {
        width: 255px;
        padding: 17px 10px 10px 25px;
        border-top: 2px solid #EC707B;
        border-bottom: 2px solid #EC707B;
}
.inner #search input[type="text"] {
        width: 200px;
        margin-right: -4px;
}
.inner #search input[type="submit"] {
        height: 29px;
        border: 1px solid #fff;
}
.inner #feedback-wrapper {
        position: relative;
        width: 240px;
}
.inner #feedback-wrapper input {
        position: relative;
        z-index: 3;
}
.inner #feedback-wrapper input[type="submit"] {border: 2px solid #fff;}
.catalog-product .img {width: 267px;}
.catalog-product .minitext  {width: 383px;}
.catalog-product .minitext.not_img  {width: 100%;}
#content-data .img ul.medium li {margin: 0px 0px 5px 0px;}
#later-bg {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 126px;
        height: 132px;
        background: url(../images/index/feedback.png) no-repeat;
}
#content-data {
        float: left;
        width: 660px;
        margin-right: 0px;
        padding: 0px 0px 0px 0px;
/*        padding: 30px 0px 0px 0px;*/
	position: relative;
	z-index: 2;
}
 #img-wrapper-all {
        float: left;
        width: 100%;
        border-bottom: 1px solid #E5E5E5;
        padding-bottom: 20px;
 }
#img-wrapper-all a.product-wrapper {
        position: relative;
        display: block;
        color: #333;
        text-decoration: none;
        float: left;
        width: 142px;
}
#img-wrapper-all .img-wrapper {
        position: relative;
        width: 142px;
        height: 82px;
        margin: 30px 0;
        text-align: center;
}
#img-wrapper-all .img-wrapper img {
        position: relative;
        z-index: 10;
}
#img-wrapper-all .img-shdw {
        position: absolute;
        top: 7px;
        left: 40px;
        width: 82px;
        height: 82px;
        background: #F2F2F2;
}
.brdr-t, .brdr-r, .brdr-b ,.brdr-l, .crnr-lt,.crnr-rt,.crnr-lb,.crnr-rb {position: absolute;}
.brdr-t,
.brdr-b {
        height: 4px;
        width: 100%;
}
.brdr-t {top: -4px;}
.brdr-b {bottom: -4px;}
.brdr-l,
.brdr-r {
        width: 4px;
        min-height: 100%;
        height: 100%;
}
.brdr-l {left: -4px;}
.brdr-r {right: -4px;}
.crnr-lt,.crnr-rt,.crnr-lb,.crnr-rb {
        width: 4px;
        height: 4px;
}
.crnr-lt {
        top: -4px;
        left: -4px;
}
.crnr-rt {
        top: -4px;
        right: -4px;
}
.crnr-lb {
        bottom: -4px;
        left: -4px;
}
.crnr-rb {
        bottom: -4px;
        right: -4px;
}
#img-wrapper-all a.product-wrapper:hover .brdr-t {background: url('../images/catalog/brdr-t.jpg') repeat-x;}
#img-wrapper-all a.product-wrapper:hover .brdr-r {background: url('../images/catalog/brdr-r.jpg') repeat-y 100% 0%; }
#img-wrapper-all a.product-wrapper:hover .brdr-b {background: url('../images/catalog/brdr-b.jpg') repeat-x 0% 100%;}
#img-wrapper-all a.product-wrapper:hover .brdr-l {background: url('../images/catalog/brdr-l.jpg') repeat-y;}
#img-wrapper-all a.product-wrapper:hover .crnr-lt {background: url('../images/catalog/crnr-lt.jpg') no-repeat;}
#img-wrapper-all a.product-wrapper:hover .crnr-rt {background: url('../images/catalog/crnr-rt.jpg') no-repeat 100% 0%;}
#img-wrapper-all a.product-wrapper:hover .crnr-lb {background: url('../images/catalog/crnr-lb.jpg') no-repeat 0% 100%;}
#img-wrapper-all a.product-wrapper:hover .crnr-rb {background: url('../images/catalog/crnr-rb.jpg') no-repeat 100% 100%;}
#img-wrapper-all a.product-wrapper:hover span {color: #DE0D1F;}
.product-wrapper span {
        display: block;
        text-align: center;
        padding: 0 5px;
}
.product-name {font-weight: bold;}
.product-art {margin: 5px 0 15px 0;}

#pagenator {
        float: right;
        margin: 30px 0;
}
#pagenator ul li {
        list-style: none;
        float: left;
        border-left: 1px dotted #ccc;
}
#pagenator ul li:first-child {border-left: none;}
#pagenator ul li a  {
        color: #333;
        display: block;
        padding: 1px 4px;
        text-decoration: none;
}
#pagenator ul li a:hover {
        color: #fff;
        background: #DE1022;
}
/* Страница товара */
.product-card,
#producer-text {
        position: relative;
        float: left;
        width: 100%;
}
.product-card .main-picture {
        position: absolute;
        left: 0;
        top: 0;
}
.product-discription {
        float: left;
        width: 300px;
        padding-left: 300px;
}
.product-discription table {
        width: 100%;
        margin-bottom: 30px;
}
.product-discription th {font-weight: bold;}
.product-discription td,
.product-discription th {
        text-align: left;
        padding: 10px 0;
        border-bottom: 1px solid #E5E5E5;
}
.product-price {font-weight: bold;}
#product-buy{margin-top: 30px;}
#product-buy input[type="text"] {
        height: 25px;
        line-height: 20px;
        width: 40px;
        border: 1px solid #DEDEDE;
}
#product-buy input[type="submit"] {
        height: 27px;
        line-height: 27px;
        padding: 0 15px 0 30px;
        /* For IE 7*/
        //padding-left: 15px;
        //padding-right: 0px;
        color: #fff;
        font-weight: bold;
        background: #DE0D1F url(../images/item/basket.png) no-repeat 5% 50%;
        border: none;
}
#producer-text {
        line-height: 140%;
        margin: 60px 0 30px 0;
}
/* О компании Новости */
.news-item {
        list-style: none !important;
        padding: 20px 0 20px 30px;
        border-bottom: 1px solid #E5E5E5;
        background: url(../images/news/list-arrow.png) no-repeat 0 35px;
}
#news-list .news-date {
        display: block;
        font-size: 11px;
        color: #999;
}
#news-list .news-header {
        font-weight: bold;
        color: #333;
}
/* О комапании - Основные сыедения */
#company-wrapper .ad {
        position: relative;
        font-weight: bold;
        overflow: hidden;
        padding: 30px 35px;
        margin: 30px 0;
        background: #F2F2F2;
}
#content-data a {
        color: #DE0D1F;
        text-decoration: underline;
}
#content-data a:hover {
        color: #DE0D1F;
        text-decoration: none;
}
/* Объекты */

#objects-wrapper {
        float: left;
        width: 100%;
        border-bottom: 1px solid #E5E5E5;
}
#objects-gallery {
        float: left;
        margin-left: -20px;

}
#objects-gallery .item {
        display: block;
        position: relative;
        text-decoration: none;
        float: left;
        width: 180px;
        margin: 0px 0px 10px 20px;
}
#objects-gallery a.item .light {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
        height: 100%;
        background: url(../images/objects/light.png);
}
#objects-gallery a.item:hover .light {display: block;}
#objects-gallery .item h4 {
        color: #fff;
        background: #333;
        margin-top: -3px;
        padding: 10px;
}
#content-data ul.gallery {
	position: relative;
	overflow: hidden;
	padding: 0 0 5px 0;
	margin: 0;
}
#content-data ul.gallery li {
	background: none;
	list-style: none;
	padding: 0 0 27px 0;
	margin: 0 9px 9px 0;
	float: left;
	background: #adadad;
	width: 180px;
	height: 135px;
	overflow: hidden;
	position: relative;
}
#content-data ul.gallery li a {
	height: 135px;
	outline: none;
	display: block;
	position: relative;
	text-decoration: none;
	border: none;
}
#content-data ul.gallery li .grayopac {
	text-indent: -9999px;
	background: transparent url(../images/grayopac.png) repeat 0 0;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	lefT: 0;
	top: 0;
	z-index: 4;
}
#content-data ul.gallery li:hover .grayopac {display: block;}
.gallery li span {
	background: #333;
	color: #fff;
	position: absolute;
	bottom: -27px;
	z-index: 3;
	left: 0;
	float: left;
	width: 154px;
	height: 15PX;
	padding: 10px 13px 7px 13px;
}
.pager_container {

	margin-top: 20px;
	text-align: right;
	padding: 7px 0;
	position: relative;
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
}
#content-data .pager_container ul {float: right;}
#content-data .pager_container ul li {
	list-style: none;
	background: url(../images/beamvert.png) repeat-y 0 0;
	float: left;
	padding: 0 5px;
	margin: 0;
}
#content-data .pager_container ul li:first-child {background: none;}
#content-data .pager_container a  {
	background: none;
	outline: none;
	text-decoration: none;
	color: #333;
	padding: 0 5px;
}
#content-data .pager_container a:hover {color: #de1022;}
#content-data .pager_container a.active {
	background: #de1022;
	color: #fff;
}
.grayblockincont {
	background: #f2f2f2 url("../images/index/bar2.png") no-repeat -54% 68%;
	margin: 4px 0 16px 0;
}
.grayblockincont div {
	padding: 30px;
	font-weight: bold;
	background: transparent url("../images/index/bar3.png") repeat-x 126% -8%;
}
.article {
	font-size: 18px;
	padding-bottom: 24px;
	text-transform: uppercase;
}
.img, .minitext {float: left;}
.img {margin-right: 10px;}
.img .gallery {margin-top: 9px;}
#content-data .img ul.gallery li {
	margin-right: 13px;
	height: auto;
	padding-bottom: 0;
}
#content-data .img ul.gallery li a{height: auto;}
.price {
/*
	font-family: Arial;
	font-weight: bold;*/
	font-size: 18px;
	margin-top: 18px;
}
.count {padding-top: 8px;}
.count span, .count form, .count a {display: inline;}
.count input{
	bordeR: 1px solid #dedede;
	width: 30px;
/*	width: 58px;*/
	text-align: center;
	color: #7e7e7e;
	padding: 5px 0;
	margin: -2px 7px 0 7px;
	font-style: italic;
}
#content-data .count a, .count .basketajax{
	margin-lefT: 8px;
	width: 128px;
/*	display: inline-block;
	//display: inline;
	zoom: 1;*/
	background: #de0d1f url("../images/basket.png") no-repeat 6px 3px;
	color: #fff;
	cursor: pointer;
	padding: 6px 20px 6px 32px;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #fff;
}
.minitext table{width: 100%;}
.minitext th {
	text-align: left;
	width: 60%;
	font-weight: bold;
}
.minitext th, .minitext td  {
	padding: 7px 0;
	bordeR-bottom: 1px solid #e5e5e5;
}
#content-data .page-content ul.colorer  {
	position: relative;
	overflow: hidden;
	padding: 6px 0 6px 6px;
	margin: 0;
}
#content-data .page-content .colorer li {
	position: relative;
	background: none;
	padding: 32px 0 0 0;
	margin: 0 0 27px 0;
	list-style: none;
	float: left;
	width: 135px;
	height: 162px;
	text-align: center;
}
#content-data .page-content .colorer li a {
	color: #4f5054;
	text-decoration: none;
}
#content-data .page-content li .title {font-weight: bold;}
#content-data .page-content li .anarticle {font-size: 11px;}
#content-data .page-content li.hover, #content-data .page-content li:hover {
	background: #fff;
	behavior: url(../../../PIE.htc);
	box-shadow: 0 0 4px 2px #ccc;
	-webkit-box-shadow: 0 0 4px 2px #ccc;
	-moz-box-shadow: 0 0 4px 2px #ccc;
	color: #de0d1f;
}
#content-data .page-content li.hover a {color: #de0d1f;}
#content-data .page-content li img{
	margin: 0 auto;
	behavior: url(../../../PIE.htc);
	box-shadow: 8px 8px 0 2px #f2f2f2;
	-webkit-box-shadow: 8px 8px 0 2px #f2f2f2;
	-moz-box-shadow: 8px 8px 0 2px #f2f2f2;
	position: relative;
	margin-bottom: 18px;
}
#content-data .news-list {
	padding: 0;
	margin: 0;
}
#content-data .news-list li {
	list-style: none;
	padding: 0 0 32px 25px;
	margin: 0 0 28px 0;
	background: transparent url("../images/news/list-arrow.png") no-repeat 0 19px;
	border-bottom: 1px solid #e5e5e5;
}
#content-data .news-list li .date, .date-in {
	color: #999;
	font-size: 11px;
}
#content-data .news-list li .title{
	font-weight: bold;
	font-size: 18px;
	color: #333;
	padding-bottom: 14px;
}
#content-data .news-list li .title a{
	text-decoration: none;
	color: #333;
}
#content-data .news-list li .title a:hover{color: #de0d1f;}
.basket { margin-bottom: 14px;}
.basket th{ font-weight: bold;}
.basket th, .basket td {
	vertical-align: middle;
	padding: 5px 0 5px 14px;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
}
.basket tr th:first-child, .basket tr td:first-child{
	padding-right: 14px;
	padding-left: 0;
}
#content-data .make-order {
	border: 2px solid #FFFFFF;
	background: #DE0D1F;
	color: #fff;
	text-decoration: none;
	padding: 7px 10px;
	display: inline-block;
	//display: inline;
	zoom: 1;
}
#content-data .make-order:hover {color: #fff;}

.company-email a{color: #fff;}
#content-data .img ul {
	padding: 14px 0;
	margin: 0;
}
#content-data .img li {
	float: left;
	list-style: none;
	background: none;
	padding: 0;
	margin: 0 0 10px 10px;
}
#content-data .img li.third {
    margin-left: 0px;
}
#content-data .img li:first-child {margin: 0;}

#footer span.company-phone {
	display: block;
	width: 120px;
}
.float_left {
	float: left;
	padding-right: 2px;
}
.company-skype,
.company-vk,
.company-instagram,
.company-facebook,
.company-pinterest {
	display: inline-block;
    width: 54px;
    height: 55px;
    background-image: url(../images/Icon_social.jpg);
    background-repeat: no-repeat;
	outline: none;
}
.company-skype {
  background-position: -93px -17px;
}
.company-skype:hover {
  background-position: -93px -87px;
}
.company-vk {
  background-position: -237px -17px;
}
.company-vk:hover {
  background-position: -237px -87px;
}
.company-instagram {
  background-position: -452px -17px;
}
.company-instagram:hover {
  background-position: -452px -87px;
}
.company-facebook {
  background-position: -22px -17px;
}
.company-facebook:hover {
  background-position: -22px -87px;
}
.company-pinterest {
    background: transparent url('../images/icon_pin2.jpg') 0 0 no-repeat;
}
.company-pinterest:hover {
    opacity: 0.7;
}

.br {
	height: 14px;
	clear:both;
	line-height: 0;
	font-size: 0;
}

.breadcrumbs {
	padding: 10px 0;
	margin:  5px 0;
	text-transform: none;
	text-align: right;
}
.colors {
	padding-top: 5px;
	margin-top: 5px;
}
.colors .article {padding-bottom: 5px;}
.display_none {display: none;}
