@font-face {
    font-family:'pf_dindisplay_probold';
    src:url('/electro/theme/fonts/pfdindisplaypro-bold-webfont.eot');
    src:url('/electro/theme/fonts/pfdindisplaypro-bold-webfont.eot#iefix') format('embedded-opentype'),
        url('/electro/theme/fonts/pfdindisplaypro-bold-webfont.woff') format('woff'),
        url('/electro/theme/fonts/pfdindisplaypro-bold-webfont.ttf') format('truetype'),
        url('/electro/theme/fonts/pfdindisplaypro-bold-webfont.svg#pf_dindisplay_probold') format('svg');
    font-weight:normal;
    font-style:normal
}
@font-face {
    font-family:'pf_dindisplay_proregular';
    src:url('/electro/theme/fonts/pfdindisplaypro-reg-webfont.eot');
    src:url('/electro/theme/fonts/pfdindisplaypro-reg-webfont.eot#iefix') format('embedded-opentype'),
        url('/electro/theme/fonts/pfdindisplaypro-reg-webfont.woff') format('woff'),
        url('/electro/theme/fonts/pfdindisplaypro-reg-webfont.ttf') format('truetype'),
        url('/electro/theme/fonts/pfdindisplaypro-reg-webfont.svg#pf_dindisplay_proregular') format('svg');
    font-weight:normal;
    font-style:normal
}
@font-face {
    font-family:'pf_din_text_cond_promedium';
    src:url('/electro/theme/fonts/pfdintextcondpro-medium-webfont.eot');
    src:url('/electro/theme/fonts/pfdintextcondpro-medium-webfont.eot#iefix') format('embedded-opentype'),
        url('/electro/theme/fonts/pfdintextcondpro-medium-webfont.woff') format('woff'),
        url('/electro/theme/fonts/pfdintextcondpro-medium-webfont.ttf') format('truetype'),
        url('/electro/theme/fonts/pfdintextcondpro-medium-webfont.svg#pf_din_text_cond_promedium') format('svg');
    font-weight:normal;
    font-style:normal
}

@font-face {
    font-family:'pf_dindisplay_prolight';
    src:url('/electro/theme/fonts/pfdindisplaypro-light-webfont.eot');
    src:url('/electro/theme/fonts/pfdindisplaypro-light-webfont.eot#iefix') format('embedded-opentype'),
        url('/electro/theme/fonts/pfdindisplaypro-light-webfont.woff') format('woff'),
        url('/electro/theme/fonts/pfdindisplaypro-light-webfont.ttf') format('truetype'),
        url('/electro/theme/fonts/pfdindisplaypro-light-webfont.svg#pf_dindisplay_prolight') format('svg');
    font-weight:normal;
    font-style:normal
}

@font-face {
    font-family: 'pt_sansbold';
    src: url('/electro/theme/fonts/PTS75F-webfont.eot');
    src: url('/electro/theme/fonts/PTS75F-webfont.eot#iefix') format('embedded-opentype'),
         url('/electro/theme/fonts/PTS75F-webfont.woff') format('woff'),
         url('/electro/theme/fonts/PTS75F-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
	font: 14px/16px Arial,Helvetica,sans-serif;
}

* {
    outline: none;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

img {
    border: none;
}



address {
    display: inline;
    font: 13px/20px Arial, Helvetica, sans-serif;
}

.table-two table{float:center;}
.table-two{color:#444;font-size:13px;line-height:20px;text-align:justify;border-collapse:collapse;border-color:#999;border-width:1px;margin:5px 0;}
.table-two th,.table-two td{vertical-align:middle;text-align:left;}
.table-two th{background-color:#c3dde0;border-color:#a9c6c9;border-style:solid;border-width:1px;padding-left:10px;padding-right:10px;}
.table-two tr{background-color:#d4e3e5;}
.table-two td{border-color:#a9c6c9;border-style:solid;border-width:1px;padding-left:10px;padding-right:10px;}
.table-two tr:hover{background:#FF6;}
.table-one th > *,.table-one td > *,.table-two th > *,.table-two td > *{text-align:center!important;vertical-align:middle!important;font-size:12px!important;}

.info-block {
font-size: 13px;

}

.info-block__calculator {
	-webkit-border-radius: 3px/5px;
	   -moz-border-radius: 3px/5px;
	        border-radius: 3px/5px;
	background-color: #fff;
	border: 1px solid #c1bba4;
	margin: 15px 12px 25px 48px;
	padding: 10px 10px 10px 60px;
	position: relative;
}
.info-block__calculator::before {
	background: url(/electro/images/calculator-icon.png) no-repeat 0 0;
	content: '';
	height: 101px;
	left: -38px;
	position: absolute;
	top: -8px;
	width: 90px;
}
.info-block__title_link, .info-block__title_link:hover {
	color: #000;
	text-decoration: none;
	margin-left:20px;
}

.title_red {  
color: #b71f38; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 16px; 
font-weight: bold; 
text-decoration: none;
text-shadow: 1px 1px 1px #ccc;
}

.title_red2 {  
color: #b71f38; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-weight: bold; 
text-decoration: none;
text-shadow: 1px 1px 1px #ccc;
}

.alert_warn {
  overflow: hidden;
  padding: 5px 5px 5px 5px;
  margin: 0px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
    border:1px solid #EB9E87;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.wrapper {
	margin: 0 auto;
	padding: 0 0 0px;
	width: 100%;
	min-width: 310px;
	float:center;
}

.header {
	margin: 0 0 10px;
    /*min-height: 130px;*/
}

.header a {
    text-decoration: none;
}

.header-top {
    padding: 10px 0 0 0;
    margin: 0 0 2px;

    position: relative;
}

.header-wrapper:before,
.header-wrapper:after {
    content: "";
    display: table;
}
.header-wrapper:after {
    clear: both;
}
.header-wrapper {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.header-top:before,
.header-top:after {
    content: "";
    display: table;
}
.header-top:after {
    clear: both;
}
.header-top {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.header-wrapper {
    float: right;
}

.logo {
	display: block;
	float: left;
    margin: 2px -15px 0px 5px;
    position: relative;
}

.site-name {
    width: 220px;
    font: 14px/15px 'pt_sansbold',Arial,Helvetica,sans-serif;
    letter-spacing: 0.03em;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 22px;
    left: 100px;
}

.site-title {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    /*font: 14px/17px 'pf_dindisplay_probold',Arial,Helvetica,sans-serif;*/
    /*text-transform: uppercase;*/
    color: #fff;
    position: absolute;
    top: 19px;
    left: 130px;
    text-align: right;
}

.header-item {
    float: left;
    border-right: 1px solid #fff;
    padding: 10px 15px 0;
    height: 60px;
    margin: 0 0 10px;
}

@media only screen and (max-width: 650px), only screen and (max-device-width: 650px) {
.header-item {
    border-right: none;
}
}

.topmenu ul {
	list-style: none;
	margin: -10px 0px 0px 0px;
	padding: 0;
	color: #ffffff;
}

.topmenu li {
	padding: 0px 0px 10px 0px;
	color: #ffffff;
}

.topmenu li a {
	color: #ffffff;
	text-decoration: none;
}

.header-item a:hover, .footer-item a:hover {
    text-decoration: underline !important;
}

.header-item.topcart>.cart-button>a:hover {
    text-decoration: none !important;
}

.topcontacts {
	/*float: left;*/
	/*padding: 14px 20px 14px 14px;*/
	/*border-right: solid 1px #000000;*/
	font-size: 14px;
	line-height: 0px;
	color: #fff;
	margin-top: 0px;
}

.topcart {
    border: 0;
}

.topcontacts .tel, .footer-item.contacts .tel {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 12px;
	margin-bottom: 6px;
}

.topcontacts a, .footer-item.contacts a {
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	color: #ffd800;
}

.topworktime span {
    font: 14px/14px Arial, Helvetica, sans-serif;
    color: #fff;
	padding-top: 4px;
    padding-bottom: 5px;
    display: block;
}

.topworktime p {
    margin: 0;
    padding: 5px 0;
    font: 14px/16px Arial, Helvetica, sans-serif;
}

.topcart .cart-button {
    margin: -5px 0 9px;
}

.topcart .cart-button a {
    display: block;
    width: 155px;
    height: 16px;
    padding: 5px;
    color: #fff;
	background:#70204c;
background:-moz-linear-gradient(top,#bd5094 0,#70204c 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#bd5094),color-stop(100%,#70204c));
background:-webkit-linear-gradient(top,#bd5094 0,#70204c 100%);
background:-o-linear-gradient(top,#bd5094 0,#70204c 100%);
background:-ms-linear-gradient(top,#bd5094 0,#70204c 100%);
background:linear-gradient(top,#bd5094 0,#70204c 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd5094',endColorstr='#70204c',GradientType=0);
	-webkit-box-shadow: 1px 1px 5px #777;
    -moz-box-shadow: 1px 1px 5px #777;
    box-shadow: 1px 1px 5px #777;
	text-shadow: 1px 1px 1px #000;
    font: 15px/15px Arial, Helvetica, sans-serif;
    text-align: center;
}

.cart-icon {
    height: 20px;
    width: 20px;
    background: url('/electro/theme/img/icobasket_top.png') 0 0 no-repeat;
    margin-bottom: 5px;
}

.cart-line, .cart-line .cart-count a {
    font: 14px/16px Arial, Helvetica, sans-serif;
    color: #fff;
}

.cart-line .cart-count {
    float: left;
    padding: 0px 20px 0px 0px;
    margin: 0px 20px 0px 0px;
    border-right: 1px solid #fff;
}

.header-nav {
    /*background: #000000;*/
    position: relative;
}

.header-nav:before,
.header-nav:after {
    content: "";
    display: table;
}
.header-nav:after {
    clear: both;
}
.header-nav {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.header-nav #nav {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.nav-item {
    float: left;
    margin: 0 2px 0 0;
    position: relative;
    z-index: 1;
}

.nav-item:last-child {
    margin: 0;
}

.nav-item>a {
    font: 14px/17px 'pf_dindisplay_probold',Arial,Helvetica,sans-serif;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    /*padding: 0 42.35px 0;*/
    padding: 0 12.35px 0;
    height: 40px;
    line-height: 42px;
    float: left;
    background: #ffd800;
    text-align: center;
    position: relative;
    z-index: 5;
}

/*.nav-item>a>.icon-recomend {*/
    /*vertical-align: middle;*/
/*}*/

/*.nav-item>a:hover {*/
    /*color: #ffd800;*/
/*}*/

.nav-item>a.on:after {
    content: "";
    position: absolute;
    background: #fff;
    bottom: -12px;
    height: 12px;
    left: 0;
    right: 0;
    z-index: 5;
    display: block;
}

.nav-item>a.hover {
    background: #fff;
    color: #000;
    /*height: 30px;*/
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.75);
    -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,0.75);
}

.nav-item .nav-drop {
    background: #fff;
    color: #000;
    width: 310px;
    /*min-height: 354px;*/
    display: none;
    margin: 2px 0 0;
    padding: 10px 0 10px;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.75);
    -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,0.75);
    list-style: none;
    z-index: 4;
}

.nav-item ul.nav-drop>li {
    padding: 0;
}

.nav-item ul.nav-drop>li>a {
    display: block;
    padding: 8px 20px 6px 30px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
}


#search_form {
    width: 245px;
    height: 38px;
    margin: 0;
    padding: 0 39px 0 0;
    position: relative;
    border: 1px solid #ccc;
    background: #ccc;
	text-shadow: none;
}

.search-input {
    display: block;
    padding: 11px 13px 10px;
    background: #eee;
    height: 17px;
}

#search_input {
    width: 100%;
    height: 17px;
	margin-top:-4px;
    border: none;
    background: none;
    text-transform: uppercase;
    float: left;
    color: #655a13;
    font-weight: bold;
    font: 13px/16px 'pf_dindisplay_probold', Arial, Helvetica, sans-serif;
}

.search-input.focus #search_input {
    color: #000;
}

#search-icon {
    position: absolute;
    top: 7px;
    right: 6px;
    width: 25px;
    height: 25px;
    background: url('/electro/theme/img/srch-btn.png') no-repeat;
    background-size: cover;
    cursor: pointer;
}

#search-submit-btn {
    background: #ccc;
    width: 39px;
    height: 38px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

/*#search-submit-btn:hover {*/
    /*background-position: 0 -38px;*/
/*}*/

.search-input.focus {
    background: #fff;
}

.search-tovar {
    text-align: left;
}

#search_result {
    position: absolute;
    top: 42px;
    left: 0px;
    background: #fff !important;
    margin: 0 0 0 -20px !important;
    padding: 0 !important;
    width: 320px !important;
    max-height: 250px;
    z-index: 10;
    overflow: auto;
    border: 1px solid;
    border-color: #cbcfe2 #c8cee7 #c4c7d7;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#search_result_list {
    list-style: none;
    margin: 0;
    padding: 5px;
}

#search_result_list li {
    padding: 0;
}

#search_result_list li a, #search_result_list li a:visited {
    display: block;
    padding: 0 2px;
    text-decoration: none;
    color: #2a262a;
    line-height: 24px;
    height: 24px;
    text-transform: none;
    font-weight: normal;
    font-size: 11px;
}

#search_result_list li a:hover {
    background-color: #f6f6f6;
}

.search-highlight {
    font-weight: bold;
}

.search-prod-price {
    float: right;
    color: #8c8986;
    margin-left: 5px;
}


#footer {
    color: #fff;
	border-top: 1px solid #67A2B1;
	box-shadow: inset 0 1px 0 #00d1e1;
	background: #4B6673; /* Old browsers */
	background: -moz-linear-gradient(top,  #67A2B1 0%, #4B6673 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67A2B1), color-stop(100%,#4B6673)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #67A2B1 0%,#4B6673 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #67A2B1 0%,#4B6673 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #67A2B1 0%,#4B6673 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #67A2B1 0%,#4B6673 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67A2B1', endColorstr='#4B6673',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 1px 1px 5px #777;
    -moz-box-shadow: 1px 1px 5px #777;
    box-shadow: 1px 1px 5px #777;
	text-shadow: 1px 1px 1px #000;
    padding: 0 20px;
	margin-bottom:10px;
}

#footer .footer-nav {
    margin: 0;
    padding: 4px 15px 5px 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    letter-spacing: -10px;
    text-align: center;
}

#footer .footer-nav li {
    font: 12px/14px Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    padding: 5px 13px;
    color: #fff;
    *display: inline;
    *zoom: 1;
}

#footer .footer-nav li:first-child {
    border-left: none;
}

.footer-nav li a {
    color: #fff;
    text-decoration: none;
}

.footer-nav li a:hover {
    text-decoration: underline;
}

.footer-bottom {
    display: table;
    width: 100%;
    position: relative;
    padding: 17px 0 21px;
}

.footer-bottom .footer-item {
    /*float: left;*/

    display: table-cell;
    vertical-align: middle;

    *display: inline;
    *zoom: 1;
}

.footer-bottom .copy {
    width: 350px;
    margin: 0 17px 0 0;
    color: #bababa;
    font: 11px/16px Arial, Helvetica, sans-serif;

    /*width: 350px;*/
    /*display: table;*/
    /*height: auto;*/
    /*margin: auto 0;*/
    /*color: #bababa;*/
    /*font: 11px/16px Arial, Helvetica, sans-serif;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*right: 0;*/
}

.footer-bottom .contacts {
    /*float: right;*/
    font-size: 16px;
    line-height: 16px;
    color: #ffd800;

    padding: 0 0 0 450px;
}

.footer-bottom:before,
.footer-bottom:after {
    content: "";
    display: table;
}
.footer-bottom:after {
    clear: both;
}
.footer-bottom {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/*START ������� ��������� � ������*/

.media-columns {
    margin: 0 0 19px;
}

.media-columns:before,
.media-columns:after {
    content: "";
    display: table;
}
.media-columns:after {
    clear: both;
}
.media-columns {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.media-columns .col {
    float: left;
    width: 49%;
}

.media-columns .col+.col {
    margin-left: 10px;
}

.media-columns .head {
    position: relative;
}

.media-columns .head .title {
    overflow: hidden;
    height: 29px;
    padding: 11px 20px 0;
    color: #ffd800;
    font: 17px/20px 'pf_dindisplay_probold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: #292929;
}

.media-columns .head .link-list {
    padding: 0;
    list-style: none;
    float: right;
    margin: 0 0 0 1px;
}

.media-columns .head .link-list li {
    float: left;
    font: 12px/15px 'pf_din_text_cond_promedium', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.media-columns .head .link-list li a {
    float: left;
    padding: 13px 13px 0;
    height: 27px;
    text-decoration: none;
    color: #ffd800;
    background: #292929;
}

.media-columns .head .link-list li + li a {
    background: #292929 url('/electro/theme/img/sep01.gif') no-repeat 0 10px;
}

.media-columns .head .link-list li a span {
    padding: 0 15px 0 0;
    background: url('/electro/theme/img/deco07.png') no-repeat 100% 3px;
}

/*publications*/

.publication-list {
    margin: 0;
    padding: 0 20px 0 0;
    list-style: none;
    background: #fff;
    height: 200px;
    overflow: auto;
}

.publication-list .type {
    float: left;
    background: #949494;
    width: 66px;
    height: 18px;
    padding-top: 4px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font: 12px/15px 'pf_din_text_cond_promedium', Arial, Helvetica, sans-serif;
}

.publication-list .info-box {
    padding: 5px 0 11px 18px;
    overflow: hidden;
    height: 1%;
    border-top: 1px solid transparent;
}

.publication-list li + li .info-box {
    border-color: #dedede;
}

.publication-list .date {
    color: #5a5a5a;
    font: 11px/16px Arial, Helvetica, sans-serif;
}

.publication-list .title {
    font: bold 13px/16px Arial, Helvetica, sans-serif;
}

.publication-list .title a {
    text-decoration: none;
    color: #000;
}

.publication-list .title a:hover {
    text-decoration: underline;
}


/*END ������� ��������� � ������*/

ul.products-list {
    margin: 0px 0px 0px 10px;
    padding: 0;
    list-style: none;
    font-size: 0;
}

ul.products-list>li.product-item {
    width: 24%;
	height:385px;
    font-size: 14px;
    color: #000000;
    line-height: normal;
    letter-spacing: normal;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0 10px 10px 0;
    padding: 0 0 3px;
    background: #fff;
	border: 1px solid #999;
    position: relative;
    text-align: center;
	-webkit-box-shadow: 1px 1px 5px #777;
	-moz-box-shadow: 1px 1px 5px #777;
	box-shadow: 1px 1px 5px #777;
}

ul.products-list-cat {
    margin: 0px 0px 0px 10px;
    padding: 0;
    list-style: none;
    font-size: 0;
}

ul.products-list-cat>li.product-item {
    width: 24%;
    font-size: 14px;
    color: #000000;
    line-height: normal;
    letter-spacing: normal;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0 10px 10px 0;
    padding: 0 0 3px;
    background: #fff;
	border: 1px solid #999;
    position: relative;
    text-align: center;
	-webkit-box-shadow: 1px 1px 5px #777;
	-moz-box-shadow: 1px 1px 5px #777;
	box-shadow: 1px 1px 5px #777;
}

@media only screen and (max-width: 1500px), only screen and (max-device-width: 1500px) {
ul.products-list>li.product-item {
    width: 30%;
}
}

@media only screen and (max-width: 1300px), only screen and (max-device-width: 1300px) {
ul.products-list>li.product-item {
    width: 35%;
}
}


@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
ul.products-list>li.product-item {
    width: 45%;
}
}

@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
ul.products-list>li.product-item {
    width: 65%;
}
}

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
ul.products-list>li.product-item {
    width: 80%;
}
}

@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
ul.products-list>li.product-item {
    width: 95%;
}
}

ul.products-list>li.product-item:hover {
  border: 1px solid #73BCD1;
-webkit-box-shadow: 1px 1px 10px #555;
	-moz-box-shadow: 1px 1px 10px #555;
	box-shadow: 1px 1px 10px #555;
}

@media only screen and (max-width: 1500px), only screen and (max-device-width: 1500px) {
ul.products-list-cat>li.product-item {
    width: 30%;
}
}

@media only screen and (max-width: 1300px), only screen and (max-device-width: 1300px) {
ul.products-list-cat>li.product-item {
    width: 35%;
}
}


@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
ul.products-list-cat>li.product-item {
    width: 45%;
}
}

@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
ul.products-list-cat>li.product-item {
    width: 65%;
}
}

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
ul.products-list-cat>li.product-item {
    width: 80%;
}
}

@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
ul.products-list-cat>li.product-item {
    width: 95%;
}
}

ul.products-list-cat>li.product-item:hover {
  border: 1px solid #73BCD1;
-webkit-box-shadow: 1px 1px 10px #555;
	-moz-box-shadow: 1px 1px 10px #555;
	box-shadow: 1px 1px 10px #555;
}

li.product-item .img-wrapper {
    height: 145px;
    text-align: center;
    padding: 12px 0 0px;
    display: table;
    position: relative;
    width: 100%;
}

li.product-item2 .img-wrapper {
    height: 100px;
    text-align: center;
    padding: 12px 0 0px;
    display: table;
    position: relative;
    width: 100%;
}

li.product-item .img-wrapper a {
    display: table-cell;
    vertical-align: middle;
}

li.product-item2 .img-wrapper a {
    display: table-cell;
    vertical-align: middle;
}

li.product-item .buttons {
    display: inline-block;
	*display: inline;
    *zoom: 1;
    margin-bottom: 15px;
}

li.product-item .buttons a {
    height: 30px;
    padding: 0 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-decoration: none;
    overflow: hidden;
    font: 14px 'pf_dindisplay_probold', Arial, Helvetica, sans-serif;
    line-height: 32px;
    text-transform: uppercase;	
	color: #fff;
	background:#70204c;
background:-moz-linear-gradient(top,#bd5094 0,#70204c 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#bd5094),color-stop(100%,#70204c));
background:-webkit-linear-gradient(top,#bd5094 0,#70204c 100%);
background:-o-linear-gradient(top,#bd5094 0,#70204c 100%);
background:-ms-linear-gradient(top,#bd5094 0,#70204c 100%);
background:linear-gradient(top,#bd5094 0,#70204c 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd5094',endColorstr='#70204c',GradientType=0);
	-webkit-box-shadow: 1px 1px 5px #777;
    -moz-box-shadow: 1px 1px 5px #777;
    box-shadow: 1px 1px 5px #777;
	text-shadow: 0px -1px 0px #371400;
}

li.product-item .buttons a:hover {
    color: #fff;
    background: #000;
}

li.product-item .buttons2 {
    margin: 0px 10px 0px 0px;
	float:right;
}

li.product-item .buttons2 a {
    height: 27px;
    padding: 0 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-decoration: none;
    overflow: hidden;
	border:solid 1px #999; 
    background:#70204c;
background:#3B6874;
background:-webkit-gradient(linear,left top,left bottom,color-stop(#67A2B1,0),color-stop(#3B6874,1));
background:-webkit-linear-gradient(top, #67A2B1 0%, #3B6874 100%);
background:-moz-linear-gradient(top, #67A2B1 0%, #3B6874 100%);
background:-o-linear-gradient(top, #67A2B1 0%, #3B6874 100%);
background:linear-gradient(top, #67A2B1 0%, #3B6874 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#67A2B1', endColorstr='#3B6874',GradientType=0 );
    font: 12px 'pf_dindisplay_probold', Arial, Helvetica, sans-serif;
    line-height: 30px;
    color: #fff;
	text-shadow: 0px -1px 0px #371400;
text-transform: uppercase;
}

li.product-item .buttons2 a:hover {
    color: #fff;
    background: #000;
}

li.product-item .buttons3 {
    margin: 0px 0px 0px 0px;
	float:center;
}

li.product-item .buttons3 a {
    height: 27px;
    padding: 0 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-decoration: none;
    overflow: hidden;
	border:solid 1px #999; 
background:#3B6874;
background:-webkit-gradient(linear,left top,left bottom,color-stop(#67A2B1,0),color-stop(#3B6874,1));
background:-webkit-linear-gradient(top, #67A2B1 0%, #3B6874 100%);
background:-moz-linear-gradient(top, #67A2B1 0%, #3B6874 100%);
background:-o-linear-gradient(top, #67A2B1 0%, #3B6874 100%);
background:linear-gradient(top, #67A2B1 0%, #3B6874 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#67A2B1', endColorstr='#3B6874',GradientType=0 );
    font: 12px 'pf_dindisplay_probold', Arial, Helvetica, sans-serif;
    line-height: 30px;
    color: #fff;
	text-shadow: 0px -1px 0px #371400;
text-transform: uppercase;
}

li.product-item .buttons3 a:hover {
    color: #fff;
    background: #000;
}

li.product-item .name, li.product-item2 .name, li.product-item .category, li.product-item .price, li.product-item2 .price {
    text-align: left;
    padding: 0 10px;
    margin-bottom: 10px;
    font: bold 13px/18px Arial, Helvetica, sans-serif;
    color: #292929;
    overflow: hidden;
}

li.product-item .name a {
    text-decoration: none;
    color: #000;
}

li.product-item .name a:hover {
    text-decoration: underline;
}

li.product-item2 .name a {
    text-decoration: none;
    color: #000;
}

li.product-item .name a:hover {
    text-decoration: underline;
}

li.product-item 2.name a .name-category {
    text-transform: lowercase;
}

li.product-item .price, li.product-item2 .price {
    margin-left: 10px;
    font: 16px/18px 'pf_dindisplay_probold', Arial, Helvetica, sans-serif;	
	padding:3px 5px 2px 5px; 
	color:#ffffff; 
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); 
	background-color:#b94a48; 
	border:solid 1px #BCBCBC; 
	border-radius:5px;
	width:105px; 
	text-align: center;
}

li.product-item .price .currency {
    font: 16px/22px 'pf_dindisplay_proregular', Arial, Helvetica, sans-serif;
    padding: 0 0 0 4px;
}

li.product-item .description {
    font: 12px/16px Arial, Helvetica, sans-serif;
    color: #3f3f3f;
    /*overflow: hidden;*/
    text-align: left;
    padding: 0 10px;
    margin-bottom: 10px;
}

li.product-item .description p {
    margin: 0 0 5px 0;
    height: 70px;
    line-height: 15px;
}

@media only screen and (max-width: 1550px), only screen and (max-device-width: 1550px) {
li.product-item .description p {
    height: 100px;
}
}

li.product-item .category {
    margin: 0 0 4px;
    color: #5a5a5a;
    font-size: 11px;
    font-weight: normal;
    line-height: normal;
}

li.product-item .reviews {
    height: 20px;
    padding: 10px 0px 0px 0px;
}

li.product-item .stars {
    float: left;
    margin: -7px 0px 0px 5px;
    position: relative;
    background: url('/electro/theme/img/stars.png') no-repeat;
    width: 99px;
    height: 14px;
    overflow: hidden;
    z-index: 5;
}

li.product-item .stars span {
    background: url('/electro/theme/img/stars.png') no-repeat 0 -14px;
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
}

li.product-item .moroz {
    height: 20px;
    padding: 10px 0px 0px 0px;
}

li.product-item .moroz  {
    float: right;
    margin: -45px 10px 0px 0px;
    position: relative;
    background: url('/electro/theme/img/moroz.png') no-repeat;
    width: 25px;
    height: 14px;
    overflow: hidden;
    z-index: 5;
}

.moroz_prod {
    height: 30px;
    padding: 10px 0px 0px 0px;
}

.moroz_prod  {
    float: right;
    margin: 0px 0px 0px 5px;
    position: relative;
    background: url('/electro/theme/img/moroz_prod.png') no-repeat;
    width: 45px;
    height: 28px;
    overflow: hidden;
    z-index: 5;
}


li.product-item .no_audio {
    height: 20px;
    padding: 10px 0px 0px 0px;
}

li.product-item .no_audio  {
    float: right;
    margin: -45px 5px 0px 5px;
    position: relative;
    background: url('/electro/theme/img/no_audio.jpg') no-repeat;
    width: 25px;
    height: 14px;
    overflow: hidden;
    z-index: 5;
}

.no_audio_prod {
    height: 30px;
    padding: 10px 0px 0px 0px;
}

.no_audio_prod  {
    float: right;
    margin: 0px 0px 0px 5px;
    position: relative;
    background: url('/electro/theme/img/no_audio_prod.jpg') no-repeat;
    width: 45px;
    height: 30px;
    overflow: hidden;
    z-index: 5;
}

li.product-item .reviews .reviews-count {
    float: right;
    margin: 0px 10px 0px 0px;
}

li.product-item .reviews .reviews-count a {
    text-decoration: none;
    font: 12px/15px 'pf_dindisplay_proregular', Arial, Helvetica, sans-serif;
    color: #000;
}

li.product-item .label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 9px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font: 12px/23px 'pf_din_text_cond_promedium', Arial, Helvetica,sans-serif;
    height: 22px;
}

li.product-item .label.blue {
    background: url('/electro/theme/img/blue-label.png') no-repeat 100% 0;
}

li.product-item .label.red {
    background: url('/electro/theme/img/red-label.png') no-repeat 100% 0;
}

li.product-item .label.green {
    background: url('/electro/theme/img/green-label.png') no-repeat 100% 0;
}

.prod-info-content {
    background: #fff;
    margin: 0 0 10px;
}

.prod-info-content h1.title {
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #000;
    font: 23px/26px 'pf_dindisplay_probold', Arial, Helvetica, sans-serif;
    letter-spacing: 0.02em;
    overflow: hidden;
}

.prod-info-content .prod-head {
    padding: 20px;
    border-bottom: 1px solid #dedede;
}

.prod-head-details:before,
.prod-head-details:after {
    content: "";
    display: table;
}
.prod-head-details:after {
    clear: both;
}
.prod-head-details {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.prod-info-content .prod-head .prod-head-details * {
    float: left;
    color: #000;
}

.prod-head-details .category {
    font: 11px/16px Arial,Helvetica,sans-serif;
    color: #bababa !important;
}

.prod-head-details .stars {
    margin: 0px 0px 0px 10px;
    position: relative;
    background: url('/electro/theme/img/stars.png') no-repeat;
    width: 99px;
    height: 14px;
    overflow: hidden;
}

.prod-head-details .reviews .stars span {
    background: url('/electro/theme/img/stars.png') no-repeat 0 -14px;
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
}

.prod-head-details .stars2 {
    margin: -5px 0px 0px 0px;
    position: relative;
    background: url('/electro/theme/img/stars.png') no-repeat;
    width: 99px;
    height: 14px;
    overflow: hidden;
}

.prod-head-details .reviews_stars .stars2 span {
    background: url('/electro/theme/img/stars.png') no-repeat 0 -14px;
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
}

.prod-head-details .reviews .reviews-count {
    margin: 0px 0px 0px 10px;
}

.prod-head-details .reviews .reviews-count a {
    text-decoration: none;
    font: 11px/16px Arial,Helvetica,sans-serif;
}

.prod-head-details .reviews .reviews-count a:hover {
    text-decoration: underline;
}

.prod-body {
    color: #3f3f3f;
}

.prod-cart:before,
.prod-cart:after {
    content: "";
    display: table;
}
.prod-cart:after {
    clear: both;
}
.prod-cart {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.prod-aside {
    width: 280px;
    float: right;
    color: #000;
	margin-top:0px;
	margin-left:0px;
    font: 12px/16px Arial, Helvetica, sans-serif;
}

.prod-cart {
    padding: 30px 20px;
}

.prod-description {
    border-top: 1px solid #dedede;
    font-size: 13px;
}

.prod-aside div {
    margin: 0 0 10px;
}

.prod-media {
    float: left;
    width: 90%;
    text-align: left;
}

@media only screen and (min-width: 850px), only screen and (max-device-width: 310px) {
.prod-media {
    width: 60%;
}
}

.prod-price {
    font: 23px/26px 'pf_dindisplay_probold', Arial, Helvetica, sans-serif;


}

.prod-price .currency {
    font: 23px/26px 'pf_dindisplay_prolight',Arial,Helvetica,sans-serif;
    padding: 0 0 0 4px;
}

.prod-buttons {
    height: 40px;
}

.prod-buttons a {
    height: 40px;
    font: 17px/42px 'pf_dindisplay_probold', Arial, Helvetica, sans-serif;
    padding: 0 25px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-transform: uppercase;
    text-decoration: none;

    overflow: hidden;
    color: #fff;
	background:#70204c;
background:-moz-linear-gradient(top,#bd5094 0,#70204c 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#bd5094),color-stop(100%,#70204c));
background:-webkit-linear-gradient(top,#bd5094 0,#70204c 100%);
background:-o-linear-gradient(top,#bd5094 0,#70204c 100%);
background:-ms-linear-gradient(top,#bd5094 0,#70204c 100%);
background:linear-gradient(top,#bd5094 0,#70204c 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd5094',endColorstr='#70204c',GradientType=0);
	-webkit-box-shadow: 1px 1px 5px #777;
    -moz-box-shadow: 1px 1px 5px #777;
    box-shadow: 1px 1px 5px #777;
	text-shadow: 1px 1px 1px #000;
}

.prod-buttons a:hover {
    color: #ffd800;
    background: #000;
}

.prod-detail div {
    text-align: left !important;
    border-top: 1px solid #dedede;
    margin: 0;
    padding: 6px 0;
}

.prod-detail div>p {
    margin: 0;
    padding: 4px 0;
}

.prod-detail div>p>a {
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px dashed;
    margin-right: 10px;
    color: #000;
    text-decoration: none;
}

#modal-header .pickup-modal-title {
    text-align: center;
    color: #000;
    font: 23px/26px 'pf_dindisplay_probold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding: 20px 10px;
    border-bottom: 1px solid #dedede;
}

#modal-content .pickup-modal-content-wrapper {
    width: 520px;
    margin: 20px auto 30px auto;
    text-align: left;
    font: 14px/16px Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 30px;
}

.prod-description:before,
.prod-description:after {
    content: "";
    display: table;
}
.prod-description:after {
    clear: both;
}
.prod-description {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.prod-description .content .content-inner {
    position: relative;

}

.reviews-box {
    padding: 20px;
}

.reviews-box #vk_comments {

}

.prod-description .content-inner .justify-block {
    display: table;
    table-layout: fixed;
    overflow: hidden;
}

.prod-description .justify-block .col {
    display: table-cell;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 49%;
    margin-bottom: 10px;
}

.prod-description .justify-block .col.characteristics {
    padding: 20px 10px 0 10px;
    border-right: 1px solid #dedede;
}

.prod-description .justify-block .col.description {
    padding: 20px 0px 0 10px;
}

@media only screen and (max-width: 795px), only screen and (max-device-width: 795px) {
.prod-description .content-inner .justify-block {
    display: block;
    table-layout: fixed;
    overflow: hidden;
}

.prod-description .justify-block .col {
    display: block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 100%;
    margin-bottom: 0px;
}

.prod-description .justify-block .col.characteristics {
    border-right: none;
	padding: 20px 0px 0 0px;
}

.prod-description .justify-block .col.description {
    padding: 20px 5px 0 0px;
}
}

.prod-description .justify-block .col h2 {
    font: 17px/20px 'pf_dindisplay_probold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 16px;
}

.prod-description .justify-block .col .prod-documents {
    background: #fff7cc;
    font: 11px/14px Arial, Helvetica, sans-serif;
    margin: 11px 5px 20px 5px;
    padding: 12px 14px 3px;
    background: #BAD4DA;
background: -webkit-linear-gradient(#BAD4DA, #FFFFFF, #FFFFFF, #BAD4DA);
background: -o-linear-gradient(#BAD4DA, #FFFFFF, #FFFFFF, #BAD4DA);
background: -moz-linear-gradient(#BAD4DA, #FFFFFF, #FFFFFF, #BAD4DA);
background: linear-gradient(#BAD4DA, #FFFFFF, #FFFFFF, #BAD4DA);
	color: #330;
	-webkit-box-shadow: 1px 1px 3px #555;
	-moz-box-shadow: 1px 1px 3px #555;
	box-shadow: 1px 1px 3px #555;
}

.prod-description .prod-documents h3 {
    font: 14px/17px 'pf_dindisplay_probold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 7px;
}

.prod-description .prod-documents a {
    background: url('/electro/theme/img/ico-download.png') no-repeat;
    padding: 2px 0 2px 26px;
    font-size: 13px;
    color: #000;
}

.prod-description .prod-documents a:hover {
    text-decoration: none;
}

.prod-description .prod-documents div {
    margin: 5px 0 10px;
}

.prod-description .content p {
    margin: 10px 0;
    line-height: 18px;
}

.prod-description .reviews-title {
    text-transform: uppercase;
    font: 17px/20px 'pf_dindisplay_probold', Arial, Helvetica, sans-serif;
    color: #000;
    margin: 0 0 20px;
}

.prod-description  .reviews-body {
    font-size: 16px;
}

#vk_comments.alert {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    padding: 10px;
}

.prod-description .content .col.characteristics table {
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    color: #555;
}

.col.characteristics table tr:nth-child(odd) {
background: #DFEFF3;
}

.col.characteristics table th {
    font-weight: normal;
    text-align: left;
    padding: 7px 8px;
    vertical-align: middle;
}

.col.characteristics table td {
    padding: 7px 8px;
    vertical-align: middle;
}

.prod-documents div {
    margin: 0 0 10px;
}

.cat-title {
    padding: 10px 20px;
    margin: 10px 0;
    font: 20px/26px 'pf_dindisplay_probold',Arial,Helvetica,sans-serif;
    color: #fff;
    background: #292929;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.content-page {
    position: relative;
    color: #3f3f3f;
    background: #fff;
    padding: 0 20px 10px;
    margin: 10px 0;
    font: 13px/20px Arial, Helvetica, sans-serif;
    line-height: 18px;
}

.content-page h2 {
    font: 17px/20px 'pf_dindisplay_probold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 20px 0 10px;
}

.content-page h1 {
    margin: 0 0 10px;
    padding: 20px 0 15px;
    border-bottom: 1px solid #dedede;
    text-transform: uppercase;
    font: 25px/27px 'pf_dindisplay_probold', Arial, Helvetica, sans-serif;
}

.content-page table {
    font: 13px/20px Arial, Helvetica, sans-serif;
    color: #3f3f3f;
    line-height: 16px;
}

.content-page p {
    margin: 15px 0;
}

#map-wrapper {
    width: 99%;
    background-color: #fff;
    margin-bottom: 20px;
}

#map {
    width: 99%;
    height: 350px;
    margin: 0 auto;
    padding: 0px 0;
    background-color: #fff;
}

.garantee-city {
    font-size: 12px;
    line-height: 15px;
    padding: 5px;
}

.show-adress {
    display: block;
    outline: none;
    text-decoration: none;
    color: #222222;
    line-height: 18px;
    padding: 5px 10px 7px;
}

.show-adress:hover {
    background-color: #FAFAFA;
}

.show-adress.active, .show-adress.active:hover {
    background-color: #eeeeee;
}

/*begin of cart.tmpl styles*/

.cart-content {
    color: #3f3f3f;
}

.cart-title {
    background: #fff;
    color: #000;
    padding: 10px 20px;
    margin: 0 0 10px;
    overflow: hidden;
    font: 23px/26px 'pf_dindisplay_probold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.cart-body:before,
.cart-body:after {
    content: "";
    display: table;
}
.cart-body:after {
    clear: both;
}
.cart-body {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.client-info {
    width: 50%;
    float: left;
    padding: 20px 20px 35px;
    background: #fff;
    margin: 0 0 20px;
    font: 13px/18px Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
.client-info {
    padding: 20px 5px 35px;

}
}

.client-info .control-box {
    margin: 0 0 px;
}

.client-info .control-header {
    padding: 0 0 14px;
}

.client-info .control-header .title {
    padding: 2px 24px 0 0;
    color: #000;
    font: 17px/20px 'pf_dindisplay_probold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.control-header:before,
.control-header:after {
    content: "";
    display: table;
}
.control-header:after {
    clear: both;
}
.control-header {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.control-header .title {
    float: left;
}

.customer-holder {
    float: left;
}

#customer-checkbox {
    display: block;
    float: left;
    width: 17px;
    height: 17px;
    margin: 3px;
    opacity: 0;
    cursor: pointer;
}

.customer-label {
    display: block;
    background: url('/electro/theme/img/checkbox-n.png') left top no-repeat;
    height: 22px;
    line-height: 23px;
    cursor: pointer;
    padding: 0 0 0 30px;
}

#customer-checkbox:checked + label {
    background-position: 0 -22px;
}

.client-info .row {
    margin-bottom: 18px;
}

.control-label-block {
    display: block;
    margin: 0 0 6px;
    font-size: 13px;
}

span.req {
    color: #f00;
    font-size: 18px;
    line-height: 13px;
    display: inline-block;
    padding: 0 0 0 2px;
}

.input-holder input {
    width: 100%;
    vertical-align: top;
    border: 1px solid #ccc;
    padding: 6px 7px;
    background: none;
    height: 16px;
    font: 12px/16px Arial, Helvetica, sans-serif;
    color: #000;
}

.input-holder input:hover, .comments-input:hover {
    border-color: #808080;
}

.input-holder input.focus, .comments-input.focus {
    box-shadow:0 0 0 5px #e7e7e7;
    border-color:#ccc
}

.triple-input-holder input {
    width: 280px;
}

.row:before,
.row:after {
    content: "";
    display: table;
}
.row:after {
    clear: both;
}
.row {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.client-info .row .col {
    float: left;
    width: 275px;
}

.client-info .row .col+.col {
    margin-left: 20px;
}

.col .input-holder input {
    width: 259px;
}

.legal-entity .control-frame {
    border-top: 1px solid #dedede;
    padding-top: 20px;
}

.tab-title {
    color: #000;
    font: 14px/17px 'pf_dindisplay_probold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.delivery-method .tab-control {
    margin: 0;
    padding: 0;
    list-style: none;
}

.delivery-method .tab-control:before,
.delivery-method .tab-control:after {
    content: "";
    display: table;
}
.delivery-method .tab-control:after {
    clear: both;
}
.delivery-method .tab-control {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.delivery-method .tab-control li {
    float: left;
    width: 33%;
}

.delivery-method .tab-control li+li {
    width: 33%;

}

.delivery-method .tab-control li a {
    display: block;
    height: 28px;
    text-decoration: none;
    background: #f0f0f0;
    position: relative;
    padding: 15px 0px 3px 0px;
    color: #292929;
    border-bottom: 3px solid transparent;
}

.delivery-method .tab-control li.active a {
    border-color: #ffd800;
    background-color: #292929;
    color: #fff;
}

.delivery-method .tab-control li a strong, .delivery-method .tab-control li a span {
    display: block;
    text-align: center;
}

.delivery-method .tab-control li a strong {
    text-transform: uppercase;
    font: 13px/15px 'pf_dindisplay_probold', Arial, Helvetica, sans-serif;
}

.delivery-method .tab-control li a span {
    font: 11px/13px Arial, Helvetica, sans-serif;
}

.delivery-method .tab-control li a .deco {
    background: url('/electro/theme/img/deco15.png') no-repeat;
    width: 18px;
    height: 9px;
    position: absolute;
    left: 50%;
    bottom: -12px;
    margin: 0 0 0 -9px;
    text-indent: -9999px;
    overflow: hidden;
    display: none;
}

.delivery-method .tab-control li.active a .deco {
    display: block;
}

.tabset .tab {
    font: 13px/18px Arial, Helvetica, sans-serif;
    /*display: none;*/
    padding: 19px 0 3px;
}

.delivery-method .tab-text {
    padding: 0 0 4px;
}

.delivery-method .tab-text .delivery-price {
    display: inline-block;
    vertical-align: middle;
    color: #000;

}

.delivery-method .tab-text .delivery-price strong {
    font: 16px/20px 'pf_dindisplay_probold', Arial, Helvetica, sans-serif;
}

.delivery-method .tab-description {
    color: #878787;
    font: italic 11px/16px Arial, Helvetica, sans-serif;
    margin: 0 0 10px;
}

.payment-list {
    margin: 0;
    padding: 2px 0 11px 15px;
    list-style: none;
}

.payment-list li {
    margin: 0 0 12px;
}

.payment-radio {
    display: block;
    float: left;
    width: 17px;
    height: 17px;
    margin: 3px;
    opacity: 0;
    cursor: pointer;
}

.payment-label {
    display: block;
    background: url('/electro/theme/img/radio-bg.png') left top no-repeat;
    height: 22px;
    line-height: 23px;
    padding: 0 0 0 30px;
}

.payment-radio:checked + label {
    background-position: 0 -22px;
}

/*.radio:disabled + label {*/
    /*cursor: default;*/
/*}*/

.textarea-holder {
    display: block;
    height: 134px;
}

.comments-input {
    width: 100%;
    height: 120px;
    resize: none;
    vertical-align: top;
    border: 1px solid #ccc;
    padding: 6px 7px;
    background: none;
    font: 12px/16px Arial, Helvetica, sans-serif;
    color: #000;
}

.total-price {
    color: #000;
    font-size: 14px;
}

.total-price .price {
    font: 16px/20px Arial, Helvetica, sans-serif;
}

.total-price .price strong {
    font: 26px/30px 'pf_dindisplay_probold',Arial,Helvetica,sans-serif;
}

.total-price .price .currency {
    font: 16px/22px 'pf_dindisplay_proregular', Arial, Helvetica, sans-serif;
    padding: 0 0 0 4px;
}

#submit_button {
    display: block;
    width: 150px;
    background: none;
    border: none;
    text-align: center;
    background: #ffd800;
    text-transform: uppercase;
    height: 40px;
    cursor: pointer;
    padding: 2px 0 0;
    font: 17px/20px 'pf_dindisplay_probold', Arial, Helvetica, sans-serif;
}

#submit_button:hover {
    color: #ffd800;
    background: #000;
}

#submit-loader {
    vertical-align: middle;
    display: none;
}

.submit-btn-holder {
    height: 40px;
    line-height: 39px;
    margin: 30px 0 0 0;
    text-align: center;
}

.order-info {
    float: right;
    width: 300px;
    margin: 0 0 20px;
}

.order-info .order-header {
    padding: 10px 25px;
    background: #292929;
    color: #fff;
    font: 17px/20px 'pf_dindisplay_probold', Arial, Helvetica, sans-serif;
}

.order-price {
    float: right;
    font-weight: normal;
}

.order-info .currency {
    font: 16px/22px 'pf_dindisplay_proregular', Arial, Helvetica, sans-serif;
    padding: 0 0 0 4px;
}


.order-body {
    background: #fff;
    padding: 3px 5px 0;
}

.order-delivery-info .cost {
    text-align: right;
}

#order_delivery_cost {
    font: 17px/22px 'pf_dindisplay_probold', Arial, Helvetica, sans-serif;
}

.order-info .order-body .order-table {
    margin: 0;
    border-collapse: collapse;
    font: 13px/18px Arial, Helvetica, sans-serif;
    color: #000;
}

.order-body .order-table .cart-product {
    border-bottom: 1px solid #dedede;
}

.order-body .order-table td {
    padding: 10px;
    vertical-align: top;
}

.order-info .prod-amount, .order-info .prod-price {
    white-space: nowrap;
    line-height: 22px;
}

.order-body .order-table .prod-price {
    font: 17px/22px 'pf_dindisplay_probold', Arial, Helvetica, sans-serif;
}

.prod-delete {
    height: 22px;
    line-height: 24px;
}

.prod-delete a {
    vertical-align: middle;
}

.transp-delivery-price {
    margin-bottom: 10px;
}

.transp-delivery-price strong {
    vertical-align: middle;
    color: #000;
    font: 16px/20px 'pf_dindisplay_probold', Arial, Helvetica, sans-serif;
}

#transComp {
    padding: 0 0 14px 15px;
}

.trans_comp {
    font: 13px/18px Arial, Helvetica, sans-serif;
}

.trans_comp td {
    padding: 0 5px 0 0;
    height: 22px;
    line-height: 23px;
}

.transp-radio {
    display: block;
    float: left;
    width: 17px;
    height: 17px;
    margin: 3px;
    opacity: 0;
    cursor: pointer;
}

label.company_name {
    display: block;
    background: url('/electro/theme/img/radio-bg.png') left top no-repeat;
    height: 22px;
    line-height: 23px;
    padding: 0 0 0 30px;
}

.transp-radio:checked + label {
    background-position: 0 -22px;
}

#city-loader {
    margin: 7px 70px;
}

.complete-content h1 {
    background: #fff;
    color: #000;
    padding: 10px 20px;
    margin: 0 0 10px;
    overflow: hidden;
    font: 20px/26px Arial, Helvetica, sans-serif;
    line-height: 33px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.complete-content .information {
    padding: 20px 20px 35px;
    background: #fff;
    margin: 0 0 20px;
    font: 13px/18px Arial, Helvetica, sans-serif;
    color: #000;
}

.complete-content .information h2 {
    margin: 0 0 10px;
}

.complete-content .information table {
    font: 13px Arial, Helvetica, sans-serif;
}

.no-products {
    text-align: center;
}

.brief {
	padding: 0px 6px 10px 8px;
	width: 100%;
}

.brief th {
	background: #DFEFF3;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 1px 5px 1px 5px;
	border-color: #ffffff;
	border-width: 0px 1px 1px 0;
	border-style: solid;
}

.brief td {
	background: #DFEFF3;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 1px 5px 1px 5px;
	border-color: #ffffff;
	border-width: 0px 1px 1px 0;
	border-style: solid;
}


.tab-menu li { float: left; margin:0 1px 0 0 !important; padding:0; line-height: 31px; border-top: 1px solid #E9E9EA; border-right: 1px solid #E9E9EA; border-left: 1px solid #E9E9EA; border-bottom: 1px solid #fff; margin-bottom: -1px; overflow: hidden; position: relative; background: none repeat scroll 0 0 #f3f3f3; width: auto !important; }

.tab-menu li a { text-decoration: none; color: #333; display: block; font-size:12px; font-weight:bold; padding:4px 15px 4px 15px; outline: none; text-shadow:0 1px 1px #fff; }

.tab-menu li a:hover { background: none repeat scroll 0 0 #e7e7e7; }

html .tab-menu li.active, html .tab-menu li.active a:hover { background: none repeat scroll 0 0 #fff; width: auto; }

.brief2 {

	border:solid 1px #ddd;
}

.hit {
	position: absolute;
	top:-3px;
	right:-1px;
	height:22px;
	background: url(/electro/theme/img/hit.png) no-repeat top right;
	padding:4px 9px 0px 20px;
	text-shadow: 0px -1px 0px #c36f01;
	font-size: 13px;
	color: #fff;
}

.new{
	position: absolute;
	top:-3px;
	right:-1px;
	height:22px;
	background: url(/electro/theme/img/new.png) no-repeat top right;
	padding:4px 9px 0px 20px;
	text-shadow: 0px -1px 0px #371400;
	font-size: 13px;
	color: #fff;
}

.dost {
	position: absolute;
	top:-3px;
	left:-2px;
	height:22px;
	background: url(/electro/theme/img/dost.png) no-repeat top left;
	padding:4px 20px 0px 9px;
	text-shadow: 0px -1px 0px #371400;
	font-size: 13px;
	color: #fff;
}

.rele {
	position: absolute;
	top:70px;
	left:-2px;
	height:22px;
	background: url(/electro/theme/img/rele.png) no-repeat top left;
	padding:4px 20px 0px 9px;
	text-shadow: 0px -1px 0px #371400;
	font-size: 13px;
	color: #fff;
}

.rele a {
	color: #fff;
}

.rele a:hover {
    color: #fff;
}

.tir {
	position: absolute;
	top:70px;
	left:-2px;
	height:22px;
	background: url(/electro/theme/img/tir.png) no-repeat top left;
	padding:4px 20px 0px 9px;
	text-shadow: 0px -1px 0px #371400;
	font-size: 13px;
	color: #fff;
}

.tir a {
	color: #fff;
}

.tir a:hover {
    color: #fff;
}

.invertor {
	position: absolute;
	top:70px;
	left:-2px;
	height:22px;
	background: url(/electro/theme/img/invertor.png) no-repeat top left;
	padding:4px 20px 0px 9px;
	text-shadow: 0px -1px 0px #371400;
	font-size: 13px;
	color: #fff;
}

.invertor a {
	color: #fff;
}

.invertor a:hover {
    color: #fff;
}

.elmeh {
	position: absolute;
	top:70px;
	left:-2px;
	height:22px;
	background: url(/electro/theme/img/elmeh.png) no-repeat top left;
	padding:4px 20px 0px 9px;
	text-shadow: 0px -1px 0px #c36f01;
	font-size: 13px;
	color: #fff;
}

.elmeh a {
	color: #fff;
}

.elmeh a:hover {
    color: #fff;
}


.rele_prod {
	margin-top:0px;
	margin-right:12px;
	height:21px;
	float:right;
	background: url(/electro/theme/img/rele.png) no-repeat right;
	padding:4px 20px 0px 9px;
	text-shadow: 0px -1px 0px #371400;
	font-size: 13px;
	color: #fff;
}

.rele_prod a {
	color: #fff;
}

.rele_prod a:hover {
    color: #fff;
}

.tir_prod {
	margin-top:0px;
	margin-right:12px;
	height:21px;
	float:right;
	background: url(/electro/theme/img/tir.png) no-repeat top right;
	padding:4px 20px 0px 9px;
	text-shadow: 0px -1px 0px #371400;
	font-size: 13px;
	color: #fff;
}

.tir_prod a {
	color: #fff;
}

.tir_prod a:hover {
    color: #fff;
}

.invertor_prod {
	margin-top:0px;
	margin-right:12px;
	height:21px;
	float:right;
	background: url(/electro/theme/img/invertor.png) no-repeat top right;
	padding:4px 20px 0px 9px;
	text-shadow: 0px -1px 0px #371400;
	font-size: 13px;
	color: #fff;
}

.invertor_prod a {
	color: #fff;
}

.invertor_prod a:hover {
    color: #fff;
}

.elmeh_prod {
	margin-top:0px;
	margin-right:12px;
	height:21px;
	float:right;
	background: url(/electro/theme/img/elmeh.png) no-repeat top right;
	padding:4px 20px 0px 9px;
	text-shadow: 0px -1px 0px #c36f01;
	font-size: 13px;
	color: #fff;
}

.elmeh_prod a {
	color: #fff;
}

.elmeh_prod a:hover {
    color: #fff;
}

.cashback {
	height:21px;
	background: url(/electro/theme/img/tir.png) no-repeat top right;
	padding:5px 20px 2px 9px;
	text-shadow: 0px -1px 0px #371400;
	font-size: 13px;
	color: #fff;
}

.cashback a {
	color: #fff;
}

.cashback a:hover {
    color: #fff;
}

.zakaz-buttons {
    height: 20px;
    font: 14px/26px 'pf_dindisplay_probold', Arial, Helvetica, sans-serif;
    padding: 2px 15px 6px 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
	border:solid 1px #CCC; 
	border-radius:6px;
}

.ramka {
	overflow: hidden;
	border:solid 1px #B5B5B5; 
	padding:10px 0px 5px 15px;
	margin: 0px 0px 10px 0px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #BAD4DA;
background: -webkit-linear-gradient(#BAD4DA, #FFFFFF, #FFFFFF, #BAD4DA);
background: -o-linear-gradient(#BAD4DA, #FFFFFF, #FFFFFF, #BAD4DA);
background: -moz-linear-gradient(#BAD4DA, #FFFFFF, #FFFFFF, #BAD4DA);
background: linear-gradient(#BAD4DA, #FFFFFF, #FFFFFF, #BAD4DA);
	color: #330;
		-webkit-box-shadow: 1px 1px 3px #555;
	-moz-box-shadow: 1px 1px 3px #555;
	box-shadow: 1px 1px 3px #555;
}

.form {
  -webkit-box-shadow: 1px 1px 3px #777;
-moz-box-shadow: 1px 1px 3px #777;
box-shadow: 1px 1px 3px #777;
-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  padding: 0px 0px;
  float: right;
  margin-top: 1px;
}

.form2 {
  -webkit-box-shadow: 1px 1px 3px #777;
-moz-box-shadow: 1px 1px 3px #777;
box-shadow: 1px 1px 3px #777;
-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  float: left;
}

.form_ras {
border: 2px solid #CA7A06;
background: #BAD4DA;
background: -webkit-linear-gradient(#BAD4DA, #FFFFFF);
background: -o-linear-gradient(#BAD4DA, #FFFFFF);
background: -moz-linear-gradient(#BAD4DA, #FFFFFF);
background: linear-gradient(#BAD4DA, #FFFFFF);
font-weight: bold; 
font-family: Helvetica, sans-serif; 
box-shadow:0 2px 2px 0 rgba(0,0,0,0.3) inset; select:hover: cursor:pointer; 
background-color:#ECF3F7; 
padding: 3px;
}

.brief_right{
border:solid 1px #ddd;
}

.price-list-section {
	margin-bottom: 40px;
}

ul.price-list {
	margin-top: 20px;
	padding-left: 0;
}

ul.price-list li {
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 13px;
	line-height: auto;
	margin-top: 6px;
}

ul.price-list li::after {
	content:'';
	display: block;
	overflow: hidden;
	height: 20px;
	border-bottom: 1px dotted #666
}

ul.price-list .price-list-item {
	display: block;
	float: left;
	z-index: 2;
	padding-right: 4px;
	padding-top: 8px;
}

ul.price-list .price-list-value {
	display: block;
	float: right;
	z-index: 2;
	padding-left: 4px;
    line-height: 32px;
}

ul.price-list .price-list-btn {
    height: 30px;
    padding: 0 20px;
    display: inline-block;
    text-decoration: none;
    text-shadow: 0px -1px 0px #371400;
	color:#fff;
    background:#70204c;
background:-moz-linear-gradient(top,#bd5094 0,#70204c 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#bd5094),color-stop(100%,#70204c));
background:-webkit-linear-gradient(top,#bd5094 0,#70204c 100%);
background:-o-linear-gradient(top,#bd5094 0,#70204c 100%);
background:-ms-linear-gradient(top,#bd5094 0,#70204c 100%);
background:linear-gradient(top,#bd5094 0,#70204c 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd5094',endColorstr='#70204c',GradientType=0);
	font: 14px 'pf_dindisplay_probold', Arial, Helvetica, sans-serif;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
	margin-left: 8px;

}

ul.price-list .price-list-btn:hover {
    color: #ffd800;
    background: #000;
}

.price-descr {
	color: gray;
}

.price-note {
	color: gray;
	font-size: 11px;
}

.video {
  max-width:1000px;
  max-height:800px;
  float:center;
}

.video-responsive { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow:hidden;
} 
.video-responsive iframe, 
.video-responsive object, 
.video-responsive embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  float:center;
  width: 100%;
  height: 100%; 
}

div.price-label {
    width: 66px;
    height: 80px;
    background: url('/electro/theme/img/price-label.png') 0 0 no-repeat;
    position: absolute;
	float:right;
    margin-top: 90px;
    margin-left: 175px;
    text-align: center;
    padding: 0 19px 0 15px;
}
/*
@media only screen and (min-width: 1700px), only screen and (max-device-width: 310px) {
div.price-label {
    margin-left: 230px;
}
}
*/
div.price-label .price-label-1 {
    font-style: italic;
    color: #ffffff;
    font-size: 14px;
    margin-top: 7px;
}

div.price-label .price-label-2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -1px;
    margin-top: 0px;
}

div.price-label .price-label-3 {
    color: #e07875;
    font-style: normal;
    font-size: 14px;
    margin-top: 0px;
}

ul.products-list2 {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

ul.products-list2>li.product-item2 {

    font-size: 14px;
    color: #000000;
    line-height: normal;
    letter-spacing: normal;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0 10px 10px 0;
    padding: 0 0 10px;
    background: #fff;
    position: relative;
}

.halfcat-index-content {
	width: 100%;
	margin: 0 auto;
}

.halfcat-index-content ul {
	list-style: none;
}

.halfcat-index-content li {
	float:left;
	background-color: #FFF;
	width: 170px;
	height: 190px;
	padding: 10px;
	overflow: hidden;
	border-radius: 3px;
	border: 1px #e3e3e3 solid;
	box-shadow: 0 1px 5px rgba(0,0,0,0.1);
	margin: 15px 15px 0 0;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
}

.halfcat-index-content li:hover {
  border: 1px solid #73BCD1;
-webkit-box-shadow: 1px 1px 5px #777;
	-moz-box-shadow: 1px 1px 5px #777;
	box-shadow: 1px 1px 5px #777;
}

.pcv_button{
display:inline-block;
height: 15px;
padding:5px 7px 9px 7px!important;
margin:2px 0px 7px 0px!important;
border:solid 1px #000000;
background:#7abcff;
background:-moz-linear-gradient(top,#7abcff 0,#60abf8 44%,#4096ee 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#7abcff),color-stop(44%,#60abf8),color-stop(100%,#4096ee));
background:-webkit-linear-gradient(top,#7abcff 0,#60abf8 44%,#4096ee 100%);
background:-o-linear-gradient(top,#7abcff 0,#60abf8 44%,#4096ee 100%);
background:-ms-linear-gradient(top,#7abcff 0,#60abf8 44%,#4096ee 100%);
background:linear-gradient(top,#7abcff 0,#60abf8 44%,#4096ee 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7abcff',endColorstr='#4096ee',GradientType=0);
color:#eee;
font-size:11px; 
font-weight: bold;
font:Arial,Helvetica,sans-serif;
text-align:center;
text-shadow:0 -1px 1px rgba(0, 0, 0, 0.350);
text-decoration:none!important;
vertical-align:middle;zoom:1;*display:inline;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.5),inset 0 -1px 0 rgba(255,255,255,.3);-moz-box-shadow:0 1px 0 rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.5),inset 0 -1px 0 rgba(255,255,255,.3);box-shadow:0 1px 0 rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.5),inset 0 -1px 0 rgba(255,255,255,.3)
}
.pcv_button:hover{
background:#f9800f;
background:-moz-linear-gradient(top,#ff9a22 0,#f46e01 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff9a22),color-stop(100%,#f46e01));
background:-webkit-linear-gradient(top,#ff9a22 0,#f46e01 100%);
background:-o-linear-gradient(top,#ff9a22 0,#f46e01 100%);
background:-ms-linear-gradient(top,#ff9a22 0,#f46e01 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9a22',endColorstr='#f46e01',GradientType=0);
background:linear-gradient(top,#ff9a22 0,#f46e01 100%);
}

.pcv_button.main{
border-color:#216677;
background:#3B6874;
background:-webkit-gradient(linear,left top,left bottom,color-stop(#67A2B1,0),color-stop(#3B6874,1));
background:-webkit-linear-gradient(top, #67A2B1 0%, #3B6874 100%);
background:-moz-linear-gradient(top, #67A2B1 0%, #3B6874 100%);
background:-o-linear-gradient(top, #67A2B1 0%, #3B6874 100%);
background:linear-gradient(top, #67A2B1 0%, #3B6874 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#67A2B1', endColorstr='#3B6874',GradientType=0 );
color:#fff!important;
text-shadow:0 -1px 1px rgba(0, 0, 0, 0.350);
-webkit-box-shadow: 1px 1px 3px #555;
-moz-box-shadow: 1px 1px 3px #555;
box-shadow: 1px 1px 3px #555;
}
.pcv_button.main:hover{
background:#f9800f;
background:-moz-linear-gradient(top,#ff9a22 0,#f46e01 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff9a22),color-stop(100%,#f46e01));
background:-webkit-linear-gradient(top,#ff9a22 0,#f46e01 100%);
background:-o-linear-gradient(top,#ff9a22 0,#f46e01 100%);
background:-ms-linear-gradient(top,#ff9a22 0,#f46e01 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9a22',endColorstr='#f46e01',GradientType=0);
background:linear-gradient(top,#ff9a22 0,#f46e01 100%);
}

.art-article {
	padding: 0px 6px 10px 8px;
	width: 100%;
}

.art-article th {
	background: #DFEFF3;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 1px 5px 1px 5px;
	border-color: #ffffff;
	border-width: 0px 1px 1px 0;
	border-style: solid;
}

.art-article td {
	background: #DFEFF3;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 5px;
	border-color: #ffffff;
	border-width: 0px 1px 1px 0;
	border-style: solid;
}

li.product-item .action_m {
	position: absolute;
	z-index: 10;
	right: 1px;
	margin-top: 1px;
}

.cat_links {
    display: block;
    clear: both;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.3);
    padding: 5px;
	margin-top:7px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 98%;
	float: center;
	overflow: hidden;
	border:solid 1px #B5B5B5; 
	background: #BAD4DA;
background: -webkit-linear-gradient(#BAD4DA, #FFFFFF, #FFFFFF, #BAD4DA);
background: -o-linear-gradient(#BAD4DA, #FFFFFF, #FFFFFF, #BAD4DA);
background: -moz-linear-gradient(#BAD4DA, #FFFFFF, #FFFFFF, #BAD4DA);
background: linear-gradient(#BAD4DA, #FFFFFF, #FFFFFF, #BAD4DA);
	color: #330
}
/*
     */
/*
*/