@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700');

html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background:#eff1f6;
}
p, body, font, div, td {
	font-size: 16px;
	line-height:22px;
	color: #57617d;
	font-family: 'Roboto', sans-serif;
}
textarea, select {
	color: #0D506D;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
input {
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 21px;
	margin:20px 0;
	color:#000;
}
h2 {
	font-size: 17px;
	margin:0 0 10px;
	color:#000;
}
h3 {
	font-size: 120%;
	margin: 1em 0 0.5em 0;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	color: #57617d;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a img {
	border: 0;
}
input, select {
	vertical-align: middle;
}
p, div, td, button, input {
	outline:none;
}

.hello {
	text-align: justify;
}
.content {
	padding: 0px;
	text-align: center;
}
.header-block:after, .maincont:after,
.menu:after, .footer:after, .menu-block:after {
	content:"";
	display:block;
	clear:both;
	line-height:0;
	visibility:hidden;
}
.header {
	position:relative;
	background:#eff1f6;
	border-top:#5372d1 3px solid;
}
.inside-header {
	position:relative;
	background:#fff;
	border-top:#5372d1 3px solid;
}
.header-block {
	position:relative;
	width:960px;
	margin:0 auto;
}
.logo {
	float:left;
	margin:30px 0 0;
}
.logo-phone {
	font-size:30px;
	line-height:normal;
	color:#57617d;
	margin-top:10px;
}
.logo-phone a {
	text-decoration:none;
}
.header-info {
	float:left;
	width:425px;
	box-sizing:border-box;
	padding:30px 30px 30px 60px;
	text-align:left;
}
.info-phone {
	font-size:16px;
	margin-bottom:10px;
}
.info-phone a {
	text-decoration:none;
	font-size:16px;
}
.video-block {
	margin-left:15px;
}
.info-phone span {
	font-size:14px;
}
.info-mail {
	margin-top:30px;
}
.info-mail a {
	font-size:16px;
}
.info-mail span {
	font-size:14px;
}
.header-discount {
	color: #ec1212;
	font-size: 21px;
	box-sizing: border-box;
	margin-top: 5px;
}
.header-cart {
	float:right;
	width: 130px;
}
.cart-bg {
	background:#5372d1;
	padding:20px;
	box-sizing:border-box;
	color:#fff;
	font-size:14px;
}
.shcart_link a {
	display:block;
	font-size:0;
	line-height:34px;
	margin-bottom:20px;
	background:url(images/cart_ic.png) no-repeat center top;
}
#shpcrtgc {
	color:#fff;
	font-size:13px;
}
#shpcrtca
{
	color:#fff;
	font-size:14px;
	font-weight: bold;
}
.cpt_product_search {
	position:relative;
	margin-top:20px;
}
#searchstring {
	width: 100%;
	border:#ebebeb 1px solid;
	padding:5px;
	box-sizing:border-box;
	font-size:12px;
	outline:none;
	font-family:"Roboto";
}
.cpt_product_search input[type=submit] {
	position:absolute;
	top:5px;
	right:5px;
	width:18px;
	height:18px;
	font-size:0;
	border:none;
	background:url(images/search_ic.png) no-repeat center top;
	cursor:pointer;
}

.cpt_product_search form {
	margin: 0px!important;
	padding: 0;
	box-sizing:border-box;
}
.cpt_language_selection {
	padding-left: 8px;
}
.cpt_divisions_navigation ul
{
	list-style-type: none;
	margin: 0px;
}
.cpt_auxpages_navigation ul.vertical
{
	list-style: none;
}
.cpt_auxpages_navigation ul.horizontal
{
	list-style-type: none;
	padding-left: 0px;
}
.cpt_divisions_navigation li, .cpt_auxpages_navigation li
{
	background: url(../../images/tls_divnav_arr.gif) left 0.25em no-repeat;
	padding: 0 0 0 18px;
}
.cpt_divisions_navigation a, .cpt_auxpages_navigation a
{
	color: #fff;
	font-weight: bold;
	line-height: 160%;
	text-decoration: none;
}
.cpt_divisions_navigation a:hover, .cpt_auxpages_navigation a:hover
{
	color: #CC3300;
}
.cpt_shopping_cart_info
{
	color: #FFFFFF;
}

.slider {
    position: relative;
	width: 100%;
	overflow: hidden;
	background:#fff;
	height:400px;
}
.slider-block {
	width:960px;
	margin:0 auto;
}
.slider-block ul {
	margin:0;
	padding:0;
	list-style:none;
}
	
.slides {
	position:relative;
	height: 100%;
	width:960px;
	margin:0 auto;
	padding:0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
       -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
        -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
         -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
            transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
	
.slide {
    height: 100%;
    float: left;
    clear: none;
    list-style: none;
}

.slider-nav {
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    text-align: center;
}

.slider-nav__item {
	display:inline-block;
	background: #57617d;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    margin-left: 10px;
}

.slider-nav__item:hover { 
    background: #f8c250; 
}
				
.slider-nav__item--current { 
    background: #f8c250;
}
.slider-arrows {
    position: absolute;
    width: 960px;
    margin: 0 auto;
    /*height: 400px;*/
    left: 50%;
    top: 50%;
    margin-left: -480px;
}
.slider-arrow {
	display:block;
	position:absolute;
	top:50%;
	margin-top:-21px;
	width:30px;
	height:42px;
	font-size:0;
}
.slider-arrow--right {
	right:20px;
	background:url(images/ar_right_blue.png) no-repeat center top;
}
.slider-arrow--left {
	left:20px;
	background:url(images/ar_left_blue.png) no-repeat center top;
}
.slider-arrow--right:hover,
.slider-arrow--left:hover {
	opacity:0.7;
}
.slider-nav a.slider-nav__item {
	position:relative;
}

.slider-nav a.slider-nav__item:before {
    content: "";
    position: absolute;
    color: #fff;
    font-size: 12px;
    top: -2px;
    left: 5px;
}
.slider-nav a.slider-nav__item:nth-child(1):before {
	content:"1";
}
.slider-nav a.slider-nav__item:nth-child(2):before {
	content:"2";
}
.slider-nav a.slider-nav__item:nth-child(3):before {
	content:"3";
}
.slider-nav a.slider-nav__item:nth-child(4):before {
	content:"4";
}
.slider-nav a.slider-nav__item:nth-child(5):before {
	content:"5";
}
.slider-nav a.slider-nav__item:nth-child(6):before {
	content:"6";
}
.slider-nav a.slider-nav__item:nth-child(7):before {
	content:"7";
}
.slider-nav a.slider-nav__item:nth-child(8):before {
	content:"8";
}
.slider-nav a.slider-nav__item:nth-child(9):before {
	content:"9";
}
.slider-nav a.slider-nav__item:nth-child(10):before {
	content:"10";
}

.menu {
	background:#f5f5f5;
	padding:20px 0;
}
.menu-block {
	position:relative;
	width:960px;
	margin:0 auto;
	padding:0;
	list-style:none;
}
.menu-block li {
	position:relative;
	float:left;
	margin-right:25px;
}
.menu-block li:last-child {
	margin-right:0;
}
.menu-block li a {
	display:inline-block;
	vertical-align:middle;
	font-size:15px;
	color:#5372d1;
	text-decoration:none;
}
.menu-block li a:hover {
	color:#f8c250;
}
.menu-block li span {
	display:inline-block;
	vertical-align:middle;
	width:50px;
	height:50px;
	border-radius:50%;
	background-color:#5372d1;
	margin-right:10px;
	background-image:url('images/nav_sprite.png');
	background-repeat:no-repeat;
}
.menu-block li a:hover span{
	background-color:#f8c250;
}
.main {
	background-position:9px 10px;
}
.price {
	background-position:-47px 10px;
}
.order {
	background-position:-100px 10px;
}
.video {
	background-position:-150px 12px;
}
.assemble {
	background-position:-262px 11px;
}
.stock {
	background-position:-319px 10px;
}
.contacts {
	background-position:-206px 11px;
}

.about {
	background-position:10px 10px;
}
.delivery {
	background-position:-49px 10px;
}
.products {
	background-position:-100px 12px;
}
.galereja {
	background-position:-158px 10px;
}
.filial {
	background-position:-219px 10px;
}
.price-page h2 {
	font-size:24px;
	margin-top:40px;
}
.video-page p {
	margin-top:0;
}

.categ-tab tr > td {
	position:relative;
	padding:0 15px 30px 0;
}
.categ-tab tr > td:last-child {
	padding:0 0 30px 15px;
}
.categ-tab tr > td:first-child .prdbrief_brief_description {
	right:35px;
}


.categ-tab tr > td table td,
.categ-tab tr > td:last-child table td {
	padding:0!important;
}
.product_brief_block .prdbrief_thumbnail {
    margin: 0 auto;
	padding-bottom:15px;
	background:#fff;
	border-bottom:#f0f0f0 1px solid;	
}
.prdbrief_name {
	padding:15px;
	text-align:center;
	overflow:hidden;
	background:#fafafb;
	margin-bottom:10px;
	max-height:50px;
	overflow:hidden;
	box-sizing:border-box;
}
.prdbrief_name a {
	display:block;
	font-size:16px;
	line-height:18px;
	color:#000;
	font-weight:bold;
	font-family: 'Roboto', sans-serif;
}
.product_brief_block .sm-current-rating1
{
	margin-left: 155px;
}
.product_brief_block {
	border: solid 1px #eaeaea;
	overflow: hidden;
	padding: 10px;
	zoom: 1;
    min-height: 250px;
	background:#fff;
	box-sizing:border-box;
	padding:0 0 20px;
}
.prdbrief_brief_description {
	position:absolute;
	right:20px;
	top:75px;
	font-size:13px;
	line-height:24px;
	color:#5a6ca3;
	width:160px;
	height:150px;
	overflow:hidden;
}
.prdbrief_brief_description p {
	font-size:13px;
	line-height:24px;
	margin:0;
	color:#5a6ca3;
}
.prdbrief_price {
	padding:10px 0 10px;
	text-align:center;
	font-size:20px;
	font-weight:normal;
	color:#7bab27;
}
.prdbrief_price span {
	color:#7bab27;
	font-size:24px;
	font-weight:bold;
}
.prdbrief_add2cart {
	padding: 5px 0;
	float:right;
    margin-right: 20px;
}
.prdbrief_add2cart input {
	background:#5372d1 url(images/adcart_ic.png) no-repeat 15px 11px;
	color:#fff;
	font-size:16px;
	font-weight:lighter;
	text-align:center;
	padding:10px 20px 10px 50px;
	border:none;
	cursor:pointer;
}
.add2cart:hover {
	opacity:0.8;
}
.prdbrief_add2cart input:hover {
	background:#6486ee url(images/adcart_ic.png) no-repeat 15px 11px;
}
.prdbrief_comparison {
    float: left;
    width: 118px;
	margin:13px 0 0 20px;
}
input[type="checkbox"] {
    display:none;            
}
input[type="checkbox"] + label {  
  cursor: pointer;
}
input[type="checkbox"] + label::before {    
	content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0 5px 0 0;
	background:url(images/chbox.png) no-repeat;
}
input[type="checkbox"]:checked + label::before {
	background-position:bottom;
}
.prdbrief_comparison input {
	width:16px;
	height:16px;
}
.cpt_product_description h3 {
	text-transform:uppercase;
	font-size:16px;
	margin:20px 0 10px;
	color:#505050;
	font-weight:bold;
}
.cpt_product_description p {
	margin:0;
	line-height:26px;
}
.act {
	display:block;
	float:left;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	background:#23b90f;
	padding:10px 20px;
	text-align:center;
}



.footer .menu-block li span {
	background-image:url('images/footnav_sprite.png');
}

.footer .menu-block {
	width:100%;
}
.footer .menu-block li {
	text-align:center;
	margin-right:105px;
}
.footer .menu-block li:last-child {
	margin-right:0;
}
.footer .menu-block li span {
	display:block;
	text-align:center;
	margin:0 auto 10px;
    box-shadow: 0px 10px 10px 0px rgba(5, 13, 35, 0.1);
}
.footer .menu-block li a {
	color:#fff;
}
.footer .menu-block li a:hover {
	color:#f8c250;
}
.sub-footer {
	position:relative;
	margin-top:30px;
	padding-top:30px;
	border-top:#5f6984 1px solid;
}
.sub-info {
	position:absolute;
	right:0;
}
.sub-info a {
	color:#fff;
}
.sub-phone, .sub-mail {
	display:inline-block;
	vertical-align:middle;
	margin-left:50px;
}
.sub-phone, .sub-mail a {
	color:#fff;
	font-size:18px;
	text-decoration:none;
}
.sub-phone span {
	display:inline-block;
	vertical-align:middle;
	width:25px;
	height:25px;
	margin-right:10px;
	background-image:url('images/foot_call.png');
	background-repeat:none;
}
.sub-mail span {
	display:inline-block;
	vertical-align:middle;
	width:27px;
	height:25px;
	margin-right:10px;
	background-image:url('images/foot_mail.png');
	background-repeat:none;
}






#wrap {
	background: #FFFFFF;
	border: #CCCCCC solid;
	height: 225px;
	margin: 0 auto;
	margin-left: 50px;
	padding: 0px;
	vertical-align: middle;
	width: 600px;
}
.maincont {
	position:relative;
	width:960px;
	box-sizing:border-box;
	margin:20px auto 0;
}
.order-page h1, .contacts-page h1, 
.gallery-page h1, .assemble-page,
.about-page h1 {
	margin-top:10px ;
}






.view-video {
	margin-top:25px;
}
.download, .btn-darkblue {
	background-color: #5372d1;
	color: #FFFFFF;
	font-size: 16px;
	margin-right: 10px;
	padding: 10px 15px;
	text-decoration: none;
}
.download:hover, .btn-darkblue:hover {
	background:#6486ee;
}
.p {
	font-color: #FFFFFF;
	font-size: 16px;
}
.leftst
{
	display: inline;
	float: left;
	margin-left: 50px;
}
.middlest
{
	display: inline;
	float: left;
}
.rightst
{
	display: inline;
	float: left;
	margin-left: 35px;
}
.bg2
{
	margin: 0;
	padding: 0;
	min-height: 125px;
	background:#fff;
}
.img_left
{
	float: left;
	margin: 0 10px 5px 5px;
}
.img_right
{
	float: right;
	margin: 0 5px 5px 10px;
}
.downlink
{
	clear: both;
}
.downlink a:hover
{
	color: white;
}
.price_tbl
{
	float: left;
	margin: 5px;
}
.price_tbl table
{
	border-collapse: collapse;
	border-color: #0d506d;
	text-align: center;
}
.price_tbl p {
	font-size: 12px!important;
}
.price_imgvar
{
	float: right;
}
.price_tbl td {
    font-size: 14px;
    line-height: 18px;
    padding: 5px;
	border:#ccc 1px solid;
}
.price_tbl p
{
	color: #0d506d;
	font-size: 120%;
	font-weight: bold;
	margin-left: 15px;
}
.katalog {
	background: #5372d1;
	color: #ffffff;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	padding:10px 20px;
	margin-bottom: 15px;
	text-align: center;
}
.leftcont
{
	float: left;
	margin-top: 15px;
	padding-bottom: 10px;
	text-align: justify;
	width: 260px;
}
.rightcont
{
	float: right;
	margin-top: 15px;
	position: static;
	text-align: left;
	width: 700px;
}
.infopage img
{
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
}
.foot_menu
{
	clear: both;
	left: 15px;
	position: relative;
	top: -40px;
}
.foot_menu a
{
	clear: both;
	color: #FFFFFF;
	font-size: 75%;
	margin-left: 20px;
	text-align: center;
	text-decoration: none;
}
.foot_menu a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.company
{
	float: left;
	margin-left: 20px;
	text-align: center;
}
.diller
{
	float: left;
	margin-left: 15px;
	text-align: center;
}
.price2
{
	float: left;
	margin-left: 15px;
	text-align: center;
}
.dostavka
{
	float: left;
	margin-left: 15px;
	text-align: center;
}
.spec
{
	float: left;
	margin-left: 15px;
	text-align: center;
}
.gallery, .construct
{
	float: left;
	margin-left: 15px;
	text-align: center;
}
.diller a.bg-img
{
	background: url(images/diller.jpg) no-repeat;
	display: block;
	height: 60px;
	margin: 0 auto;
	width: 60px;
}
.diller a.bg-img:hover
{
	background-position: 0px -60px;
}
.company a.bg-img
{
	background: url(images/company.jpg) no-repeat;
	display: block;
	height: 60;
	margin: 0 auto;
	width: 60px;
}
.company a.bg-img:hover
{
	background-position: 0px -60px;
}
.price2 a.bg-img
{
	background: url(images/price2.jpg) no-repeat;
	display: block;
	height: 60;
	margin: 0 auto;
	width: 60px;
}
.price2 a.bg-img:hover
{
	background-position: 0px -60px;
}
.dostavka a.bg-img
{
	background: url(images/dostavka.jpg) no-repeat;
	display: block;
	height: 60;
	margin: 0 auto;
	width: 60px;
}
.dostavka a.bg-img:hover
{
	background-position: 0px -60px;
}
.spec a.bg-img
{
	background: url(images/spec.jpg) no-repeat;
	display: block;
	height: 60px;
	margin: 0 auto;
	width: 60px;
}
.spec a.bg-img:hover, .gallery a.bg-img:hover, .construct a.bg-img:hover
{
	background-position: 0px -60px;
}
.gallery a.bg-img
{
	background: url(images/gallery.jpg) no-repeat;
	display: block;
	height: 60px;
	margin: 0 auto;
	width: 60px;
}
.construct a.bg-img
{
	background: url(images/construct.jpg) no-repeat;
	display: block;
	height: 60px;
	margin: 0 auto;
	width: 60px;
}
.foot-bg {
	background:#57617d;
}
.footer {
	position:relative;
	width:960px;
	box-sizing:border-box;
	margin: 50px auto 0;
	padding: 20px 90px;
}
.copy {
	color: #fff;
	font-size: 70%;
}
.jcarousel-skin-tango .jcarousel-container
{
}
.jcarousel-skin-tango .jcarousel-container-horizontal
{
	width: 600px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal
{
	height: 225px;
	width: 600px;
}
.jcarousel-skin-tango .jcarousel-item
{
	height: 225px;
	width: 300px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal
{
	margin-right: 5px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder
{
	background: #fff;
	color: #000;
}
.jcarousel-skin-tango .jcarousel-next-horizontal
{
	background: transparent url(images/arrow_rt.jpg) no-repeat 0 0;
	cursor: pointer;
	height: 67px;
	position: absolute;
	right: -6px;
	top: 80px;
	width: 67px;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover
{
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active
{
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active
{
	background-position: -96px 0;
	cursor: default;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal
{
	background: transparent url(images/arrow_lft.jpg) no-repeat 0 0;
	cursor: pointer;
	height: 67px;
	left: 0px;
	position: absolute;
	top: 80px;
	width: 67px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover
{
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active
{
	background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active
{
	background-position: -96px 0;
	cursor: default;
}
.all_wrapper
{
	_width: expression(document.body.clientWidth < 950? "940px": "auto" );
	margin: 0px;
	min-width: 950px;
	padding: 0px;
	text-align: center;
}
#container_topbar_right
{
	text-align: right;
}
#container_top_left
{
	background: #ffa443 url(../../images/tls_divnavtopbg.gif) left top repeat-x;
	text-align: left;
	vertical-align: top;
	width: 200px;
}
#container_top_right
{
	text-align: right;
	vertical-align: top;
	width: 230px;
}
#container_top
{
	background: url(../../images/tls_pic.jpg) left -50px no-repeat;
	padding-left: 230px;
	text-align: left;
	vertical-align: top;
}
#container_left_sidebar
{
	text-align: left;
	vertical-align: top;
	width: 200px;
}
#container_main_content
{
	border-top: solid 4px #e6e6e6;
	padding: 0;
	text-align: left;
	vertical-align: top;
	width: "*";
}
#container_footer
{
	color: white;
	line-height: 30px;
	margin: 0 210px;
	padding: 0px;
}
.cpt_survey, .cpt_currency_selection, .cpt_divisions_navigation, .cpt_auxpages_navigation
{
	padding: 10px;
	text-align: left;
	width: 100%;
}
.cpt_news_short_list
{
	text-align: left;
	width: 100%;
	margin-bottom:30px;
}
.cpt_maincontent
{
	padding-left: 15px;
	text-align: left;
	width: 100%;
}
.cpt_category_tree {
	text-align: left;
	width: 100%;
	margin-bottom:40px;
}
ul.vertical, ul.horizontal
{
	margin: 0px;
	padding: 0px;
}
ul.horizontal
{
	overflow: hidden;
	width: 100%;
}
.vertical li
{
	clear: left;
	padding-bottom: 2px;
	padding-left: 0px;
}
.horizontal li
{
	float: left;
}
.survey_question
{
	font-weight: bold;
	margin-bottom: 10px;
}
.survey_submit
{
	margin-top: 10px;
	text-align: center;
}
.cpt_survey form
{
	margin: 0px;
	padding: 0px;
}
.cpt_currency_selection
{
	font-size: 100%;
	text-align: center;
}
.cpt_currency_selection select
{
	font-size: 90%;
}
.cpt_currency_selection form
{
	display: inline;
}
.cpt_language_selection img
{
	border: solid 1px #eaeaea;
	vertical-align: middle;
}
.cpt_category_tree ul {
	list-style: none;
	margin:0;
	padding: 0px;
}
.cpt_category_tree ul li.child, 
.cpt_category_tree ul li.child_current {
	position:relative;
	background: none;
	border-bottom:#d1d9eb 1px solid;
}
.cpt_category_tree .bullet
{
	font-size: 0px;
}
.cpt_category_tree .parent_current a
{
	color: #ffffff!important;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: 1pt;
	text-decoration: none;
}
.cpt_category_tree li.child a {
	display:block;
	font-size: 90%;
	font-weight: normal!important;
	line-height: 100%;
	padding:12px 0 12px 15px;
	margin:0!important;
	text-decoration:none!important;
}
.cpt_category_tree .child a:hover {
	color:#5372d1;
	background:#e9edf6;
}
.cpt_category_tree .child a:before {
	content:"-";
	position:absolute;
	display:block;
	left:0;
	top:12px;
}
.cpt_category_tree .child_current a {
	font-size: 90%;
	line-height: 100%;
	padding-left: 10px;
	text-decoration: none;
}
.cpt_category_tree ul li.child > ul li a {
	padding-left:30px;
}
.cpt_category_tree ul li.child > ul li a:before {
	left:10px;
}
.cpt_category_tree li.parent:nth-child(4) {
	margin-top:30px;
}
.cpt_category_tree li.parent:nth-child(4) a,
.cpt_category_tree li.parent:nth-child(5) a,
.cpt_category_tree li.parent:nth-child(6) a,
.cpt_category_tree li.parent:nth-child(7) a{
	border:#fff 1px solid;
	margin:0;
	margin-top:-1px;
	padding:10px 20px;
}

a .bullet
{
	text-decoration: none!important;
}
.cpt_category_tree .tab
{
	margin-left: 10px;
}
.cpt_product_add2cart_button {
	padding-top: 15px;
	color:#000;
}
.cpt_product_add2cart_button input {
	display:block;
}
.cpt_product_add2cart_button input.product_qty {
    display: inline-block;
    vertical-align: top;
    margin: -5px 0 15px 10px;
    border: none;
    text-align: center;
    padding: 5px;
    font-size: 18px;
}

.home_page_category_logo
{
	background: url(../../images/defaultnocatimage.gif) left top no-repeat;
	display: block;
	height: 65px;
	width: 65px;
}
#container_main_content .cpt_root_categories td.cat_image a
{
	position: relative;
	top: -0.8em;
}
#container_main_content .cpt_root_categories
{
	padding-top: 1em;
}
#container_main_content .cpt_root_categories td
{
	vertical-align: top;
}
#container_left_sidebar .cpt_product_search, #container_right_sidebar .cpt_product_search
{
	background: #FFD042 url(../../images/tls_cattopbg.gif) left top repeat-x;
	height: 44px;
	overflow: hidden;
}
#container_topbar .cpt_auxpages_navigation, #container_topbar .cpt_divisions_navigation
{
	height: 40px;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 20;
}
#container_topbar .cpt_auxpages_navigation ul, #container_topbar .cpt_divisions_navigation ul
{
	overflow: hidden;
}
#container_topbar .cpt_auxpages_navigation li, #container_topbar .cpt_divisions_navigation li
{
	background: url(../../images/tls_li_arr.gif) left 17px no-repeat;
	height: 40px;
	padding: 0;
}
#container_topbar .cpt_auxpages_navigation a, #container_topbar .cpt_divisions_navigation a
{
	color: #d3d3d3;
	display: block;
	float: left;
	line-height: 40px;
	padding: 0 20px 0 10px;
	text-decoration: none;
	width: auto;
}
#container_topbar .cpt_auxpages_navigation a:hover, #container_topbar .cpt_divisions_navigation a:hover
{
	color: #ffa443;
	text-decoration: underline;
}
#container_top_right .cpt_logo
{
	clear: right;
	float: right;
	margin: 10px 20px 0 20px;
}
#container_top_left .cpt_logo
{
	margin: 5px;
}
#container_top_left .cpt_language_selection
{
	display: inline;
	line-height: 30px;
}
#container_main_content .cpt_product_search
{
	background: #fafafa;
	height: 40px;
	overflow: hidden;
	zoom: 1;
}
#container_main_content .cpt_product_search form
{
}
#container_top_right .cpt_currency_selection
{
	text-align: right;
}
#container_left_sidebar .cpt_category_tree, #container_right_sidebar .cpt_category_tree, #container_top_left .cpt_category_tree
{
	background: #ffd042 url(../../images/tls_cattopbg.gif) left top repeat-x;
	padding-left: 20px;
}
#container_left_sidebar .cpt_category_tree li.parent
{
	background: url(../../images/tls_li.gif) left 0.4em no-repeat;
	padding: 0 0 0 10px;
}
.cpt_category_tree li.parent a {
	display:block;
	color:#5372d1;
	font-weight:bold;
	letter-spacing:-0.5px;
	margin:15px 0;
}
.cpt_category_tree li.parent a:hover {
	text-decoration:underline;
}
.cpt_category_tree a {
	font-size: 16px;
	text-decoration: none;
}
.cpt_category_tree li.child a {
	color:#57617d;
	font-size: 16px;
	text-decoration: none;
}
.cpt_category_tree a:hover
{
	color: #0d506d;
}
#container_left_sidebar h3, #container_right_sidebar h3, #container_top_left h3
{
	font-size: 13px;
	line-height: 40px;
	margin: 0 0 0 10px;
	margin: 0;
	padding: 0 0 0 20px;
	text-transform: uppercase;
}
#container_left_sidebar .cpt_shopping_cart_info, #container_right_sidebar .cpt_shopping_cart_info
{
	background: #ffa443 url(../../images/tls_shopcartbg.gif) left top repeat-x;
	padding: 0 0 10px 0;
}
#container_left_sidebar .cpt_shopping_cart_info div, #container_right_sidebar .cpt_shopping_cart_info div
{
	margin-top: 0;
}
#container_left_sidebar .hndl_proceed_checkout, #container_right_sidebar .hndl_proceed_checkout
{
	background: url(../../images/tls_divnav_arr.gif) left 1em no-repeat;
	color: #CC3300;
	display: block;
	line-height: 40px;
	margin: 0 10px;
	margin: 0;
	padding-left: 20px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#container_left_sidebar .cpt_shopping_cart_info a:hover, #container_right_sidebar .cpt_shopping_cart_info a:hover
{
	color: #CC3300;
	text-decoration: underline;
}
#container_left_sidebar .cpt_shopping_cart_info #shpcrtgc, #container_right_sidebar .cpt_shopping_cart_info #shpcrtgc, #container_left_sidebar .cpt_shopping_cart_info #shpcrtca, #container_right_sidebar .cpt_shopping_cart_info #shpcrtca
{
	text-align: center;
}
#container_topbar .cpt_product_search, #container_topbar .cpt_shopping_cart_info
{
	color: #808080;
	float: right;
	height: 40px;
	margin-bottom: -40px;
	margin-right: 5px;
	overflow: hidden;
	position: relative;
	text-align: right;
	top: -40px;
	width: 50%;
	z-index: 10;
}
#container_topbar .cpt_shopping_cart_info div, #container_topbar .cpt_shopping_cart_info a
{
	color: #fff;
	display: inline;
}
#container_footer .cpt_divisions_navigation
{
	margin: 0px;
	padding: 3px;
	text-align: center;
}
#container_footer .cpt_divisions_navigation li
{
	background: none;
}
#container_footer .cpt_divisions_navigation a
{
	color: #333;
	font-weight: normal;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: underline;
}
#container_footer .cpt_divisions_navigation a:hover
{
	color: #CC3300;
}
#container_main_content .cpt_product_lists
{
	padding: 10px;
}
#container_left_sidebar .cpt_news_short_list
{
	border-bottom: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
}
#container_right_sidebar .cpt_news_short_list
{
	border-bottom: solid 4px #e6e6e6;
	border-left: solid 1px #e6e6e6;
}
#container_top .cpt_language_selection, #container_top .cpt_custom_html
{
	display: inline;
	height: 30px;
	line-height: 24px;
	padding: 3px 0 0 5px;
}
#container_top .cpt_language_selection a img
{
	border: #ffffff solid 1px;
	margin-top: 8px;
}
#container_left_sidebar .cpt_product_search input
{
	padding: 1px;
}
#container_left_sidebar .cpt_product_search input#searchstring
{
	border: solid 1px #707070;
	padding: 2px;
	width: 120px;
}
#container_main_content .cpt_custom_html
{
	color: #454545;
	font-weight: bold;
	line-height: 40px;
	margin-right: -3px;
	padding: 0 5px 0 120px;
	text-transform: uppercase;
}
#container_main_content .cpt_maincontent .cpt_custom_html
{
	line-height: 40px;
	padding: 0px;
}
.cpt_maincontent h1.tls_browse
{
	font-size: 100%;
	line-height: 40px;
	margin: 0;
	padding: 0 10px;
}
#container_topbar_right .cpt_custom_html
{
	display: inline;
}
#container_left_sidebar .news_header
{
	border-right: solid 1px #e6e6e6;
}
#container_main_content ul
{
	list-style-position: inside;
}
.block_tag_cloud
{
	font-size: 15px;
}
.block_tag_cloud a
{
	font-family: 'Roboto', sans-serif;
	letter-spacing: 120%;
	text-decoration: none;
	word-spacing: 110%;
}
.current-rating1 div
{
	font-size: 1px;
	height: 20px;
	line-height: 20px;
}
.sm-current-rating1
{
	font-size: 1px;
	height: 13px;
	line-height: 13px;
}
center h1
{
	text-align: left;
}
.cat_header
{
	background: #ffd042 url(../../images/tls_catheaderbg.gif) left top repeat-x;
	height: 40px;
}
.poll_header
{
	background: #ededed url(../../images/dft_lightgreyheader.gif) left top repeat-x;
}
.news_header
{
	background: #fff url(../../images/tls_newstheaderbg.gif) left top repeat-x;
	border-bottom: solid 1px #e6e6e6;
	height: 40px;
}
.cat_header h3
{
	background: url(../../images/tls_cat_arr.gif) left 1em no-repeat;
	color: #fff;
}
.news_header h3
{
	background: url(../../images/tls_news_arr.gif) left 1em no-repeat;
	color: #222;
}
.poll_header h3
{
	background: url(../../images/dft_lightgreybullet.gif) left 1em no-repeat;
	color: #333;
}
.lang_label
{
	color: #333;
	display: inline;
	font-size: 100%;
	line-height: 30px;
}
.tls_topbar td
{
	background: url(../../images/tls_topbg.gif) left top repeat-x;
}
.tls_page
{
	background: #fff;
	margin: 0 20px 0 0;
}
.tls_index_header
{
	background: #f2f2f2 url(../../images/tls_bullet.gif) 10px 1em no-repeat;
	color: #333;
	font-size: 120%;
	font-weight: bold;
	line-height: 230%;
	margin: 0;
	padding: 0 20px;
}
.cpt_survey
{
	background: #ededed url(../../images/dft_lightgreybody.gif) left top repeat-x;
}
.cpt_custom_html h1
{
	font-size: 110%;
}
h1.welcome
{
	background: none;
	font-size: 21pt;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0;
	text-align: center;
	text-transform: none;
}
h1.companyname
{
	color: #fff;
	font-size: 15pt;
	line-height: 40px;
	margin: 0;
	padding: 0 20px;
	white-space: nowrap;
}
.tls_tel
{
	color: #fff;
	font-size: 15pt;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
.mdr_main_header
{
	background: #FAFAFA;
	font-size: 90%;
	padding: 0 10px;
}
.small
{
	font-size: 80%;
}
.big
{
	font-size: 150%;
}
.background1, .background1 td
{
}
.btn_checkout
{
	font-size: 130%;
	font-weight: bold;
	margin: 10px;
	padding: 3px;
        
}

.error_block
{
	color: red;
	font-weight: bold;
}
#tbl-checkout-progress td
{
	font-size: 0.7em;
	vertical-align: top;
}
.current_prd_thumbnail img
{
	border: #BBBBBB 3px solid;
}
a.prd_thumbnail img
{
	border: #FFFFFF 3px solid;
}
a.prd_thumbnail:hover img
{
	border: #BBBBBB 3px solid;
}
.news_date
{
	color: #767e95;
	font-size:12px;
}
.news_title a {
	color:#57617d;
	font-size: 16px;
	line-height:20px;
}
.news_title a:hover
{
	color: #0D506D;
}
.news_title b
{
	font-weight: normal;
}
.news_viewall
{
	padding-bottom: 10px;
	text-align: right;
}
.news_viewall a {
	background-color: #f8c250;
	color: #fff;
	font-size:16px;
	padding: 10px 20px;
	text-decoration: none;
}
.news_viewall a:hover {
	background-color:#e1ab38;
}
.news_subscribe, .news_thankyou
{
	padding: 5px;
}
.news_subscribe .input_message
{
	width: 120px;
}
.news_subscribe div,.news_subscribe form
{
	display: inline;
}
.news_subscribe img
{
	vertical-align: middle;
}
.post_title
{
	color: #0D506D;
	font-size: 120%;
	margin-bottom: 0px;
	margin-top: 30px;
}
.post_date
{
	border: 0px solid #EEE;
	border-top-width: 1px;
	color: #0D506D;
	margin-bottom: 15px;
}
.post_content
{
	padding-left: 15px;
}
.cmp_headers
{
	background-color: #F5F5F5;
}
.cmp_column_odd
{
	background-color: white;
	vertical-align: top;
}
.cmp_column_even {
	background-color: #f9f9f9;
	vertical-align: top;
}

#cmp-table tr td {
	padding: 6px;
	text-align: center;
}
#cmp-table tr td.cmp_headers
{
	text-align: left;
	display:none;
}
.regularPrice
{
	color: brown;
	text-decoration: line-through;
}
.cpt_product_price {
	color:#7bab27;
}
.totalPrice {
	color:#7bab27;
	font-weight: bold;
	font-size:21px;
	margin: 0 5px 5px 5px;
}
.product_list .totalPrice
{
	background: #f2f2f2;
	color: #000;
	font-weight: normal;
}
.youSaveLabel
{
	font-size: 75%;
}
.youSavePrice
{
	font-size: 75%;
}
.open-img a {
	display:block;
	background:#fff;
	border:#e5e5e6 1px solid;
}
#box_product_thumbnails {
	min-height:500px;
}
#box_product_thumbnails td {
	vertical-align:top;
}
.prd_out_of_stock
{
	color: #CC3300;
	font-size: 90%;
	font-style: italic;
	overflow: hidden;
	padding: 0 0 0 5px;
}
.cpt_product_category_info img {
	display:none;
}
.cpt_product_category_info a, .cat_path_in_productpage a
{
	color: #ffffff;
	font-size: 120%;
}
.cpt_product_category_info a:hover, .cat_path_in_productpage a:hover
{
	color: #0d506d;
	font-size: 120%;
}
.review_block
{
	margin-left: 20px;
}
.review_title
{
	color: #333;
	font-size: 120%;
	margin-bottom: 0px;
	margin-top: 10px;
}
.review_date
{
	border: 0px solid #EEE;
	border-top-width: 1px;
	color: #999;
	font-size: 90%;
	margin-bottom: 5px;
}
.review_content
{
	color: #333;
	padding-left: 20px;
}
.review_showall
{
	margin-left: 20px;
}
.background_cart_top
{
	background-color: #F5F5F5;
	border-bottom: 1px #99C9DF solid;
	font-size: 12pt;
}
.background_cart_top h1
{
	display: inline;
	margin: 0px;
	padding: 0px;
}
#cart_content_tbl
{
	width: 100%;
}
#cart_content_tbl td
{
	padding: 6px;
}
#cart_page_title
{
	padding: 10px;
	text-align: left;
}
#cart_page_title h1
{
	display: inline;
	margin: 0px;
	padding: 0px;
}
#cart_clear
{
	padding: 10px;
	text-align: right;
}
#cart_clear a
{
	font-size: 9pt;
}
.cart_discount_label
{
	font-weight: bold;
}
#cart_total_label
{
	font-size: 130%;
	font-weight: bold;
}
#cart_total
{
	font-size: 130%;
	font-weight: bold;
	padding: 10px;
	white-space: nowrap;
}
#cart_checkout_btn
{
	padding-top: 20px;
}
.cart_product_brief_description
{
	font-size: 80%;
}
#cart_content_header td
{
	font-weight: bold;
}
.cart_apply_for_discounts_extra
{
	color: #777;
	font-size: 80%;
}
.cart_product_quantity
{
	text-align: center;
}
.rcat_root_category
{
	color: #333;
	font-size: 140%;
	font-weight: bold;
	line-height: 150%;
	text-decoration: none;
}
.rcat_root_category:hover
{
	border-bottom: solid 1px;
}
.rcat_products_num
{
	color: #999999;
	font-size: 80%;
}
.rcat_child_categories a
{
	font-weight: normal;
	line-height: 150%;
}
#reg_fields_tbl td
{
	padding: 5px;
}
#reg_auth_fields td
{
	background-color: #F5F5F5;
}
#reg_confcode td
{
	background-color: #F5F5F5;
}
#reg_fields_tbl td input, .addressform td input
{
	width: 300px;
}
#subscribed4news
{
	width: auto!important;
}
#reg_fields_tbl td textarea, .addressform td textarea
{
	height: 100px;
	width: 300px;
}
#reg_submit_btn
{
	font-size: 150%;
	font-weight: bold;
}
#cat_advproduct_search
{
	background-color: #F5F5F5;
	margin-right: 10px;
	width: 232px;
}
#cat_advproduct_search form
{
	padding: 10px;
}
#cat_advproduct_search td
{
	vertical-align: top;
}
#cat_advproduct_search td
{
	vertical-align: top;
}
#cat_advproduct_search select
{
	width: 100%;
}
#cat_advproduct_search form, #cat_advproduct_search table
{
	width: 100%;
}
#cat_advproduct_search h3
{
	margin: 10px 10px 0 10px;
	padding: 0px;
}
#cat_info_left_block, #cat_advproduct_search
{
	float: left;
}
.cpt_maincontent center
{
	clear: both;
}
#cat_top_tree
{
	margin-top: 10px;
	overflow: hidden;
}
.hndl_submit_prds_cmp, #cat_product_sort {
	margin: 10px 0;
	font-size:13px;
	text-align:left;
}
.hndl_submit_prds_cmp a, #cat_product_sort a {
	margin:0 5px;
}
.hndl_submit_prds_cmp, #cat_product_sort a:hover {
	color:#8e94a5;
}
.prdbrief_name a {
	text-decoration: none;
}
.prdbrief_name a:hover {
    color: #5372d1
}
ul.product_list li
{
	border: solid 1px #e6e6e6;
	margin: 0 2px !important;
	text-align: center;
}
ul.product_list li table
{
	margin: 0 auto;
}
.product_list a
{
	color: #CC3300;
	display: block;
	font-size: 120%;
	line-height: 150%;
	overflow: hidden;
	text-decoration: none;
	white-space: nowrap;
}
.product_list a:hover
{
	text-decoration: underline;
}
.product_list a:hover img, .product_list td a:hover
{
	border: none;
}
.product_option
{
	position: relative;
	width: 99%;
	width: auto;
	zoom: 1;
}
.checkout_noframe_title
{
	padding: 5px 15px;
}
#checkout_have_account
{
	margin: 0 -5px 15px -5px;
	padding: 15px;
}
#checkout_logininfo
{
	width: 428px;
}
#checkout_logininfo .inputtext, #checkout_addresses .inputtext, #checkout_addresses textarea
{
	width: 200px;
}
.paddingblock input.checkout_buttons
{
	font-size: 130%;
	font-weight: bold;
	margin: 5px 0;
}
.checkout_steps_divider
{
	background-color: #99C9DF;
	height: 1px;
	overflow: hidden;
	width: 40px;
}
#checkout_addresses
{
	width: 800px;
}
#checkout_addresses td
{
}
tr#ord_total_row *
{
	font-size: 105%;
	font-weight: bold;
}
.row_odd td
{
}
.row_even td
{
	border: 0px solid #F5F5F5;
	border-width: 1px 0px;
}
.paddingblock
{
	background: #fff;
	font-size: 12pt;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
}
.paddingblock h2
{
	margin-top: 0px;
	padding: 20px 5px;
}
.paddingblock td
{
	font-size: 95%;
	padding: 5px;
	vertical-align: top;
}
.paddingblock p
{
	margin-bottom: 10px;
}
.paddingblock input
{
	margin: 2px 0 0 0;
}
.asterisk
{
	color: red;
}
.cellpadding tr td
{
	padding: 5px;
}
.cust_name
{
	font-size: 110%;
	font-weight: bold;
}
#prddeatailed_container .cpt_product_rate_form table
{
	width: 100%;
	width: auto;
}
#block-customerinfo td
{
	font-size: 100%;
}
.cpt_product_images
{
	float: left;
}
b.niftycorners,b.niftyfill
{
	display: block;
}
b.niftycorners *
{
	border-style: solid;
	border-width: 0 1px;
	display: block;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
}
b.r1
{
	border-width: 0 2px;
	margin: 0 3px;
}
b.r2
{
	margin: 0 2px;
}
b.r3
{
	margin: 0 1px;
}
b.r4
{
	height: 2px;
}
b.rb1
{
	border-width: 0 2px;
	margin: 0 8px;
}
b.rb2
{
	border-width: 0 2px;
	margin: 0 6px;
}
b.rb3
{
	margin: 0 5px;
}
b.rb4
{
	margin: 0 4px;
}
b.rb5
{
	margin: 0 3px;
}
b.rb6
{
	margin: 0 2px;
}
b.rb7
{
	height: 2px;
	margin: 0 1px;
}
b.rb8
{
	height: 2px;
	margin: 0;
}
b.rs1
{
	margin: 0 1px;
}
b.t1
{
	border-width: 0 5px;
}
b.t2
{
	border-width: 0 3px;
}
b.t3
{
	border-width: 0 2px;
}
b.t4
{
	height: 2px;
}
b.tb1
{
	border-width: 0 10px;
}
b.tb2
{
	border-width: 0 8px;
}
b.tb3
{
	border-width: 0 6px;
}
b.tb4
{
	border-width: 0 5px;
}
b.tb5
{
	border-width: 0 4px;
}
b.tb6
{
	border-width: 0 3px;
}
b.tb7
{
	border-width: 0 2px;
	height: 2px;
}
b.tb8
{
	border-width: 0 1px;
	height: 2px;
}
b.ts1
{
	border-width: 0 2px;
}
#powered_by
{
	font-size: 9px !important;
	line-height: 200%;
	position: relative;
	top: -10px;
}
body.body-page-404
{
	background: #fff;
	background-image: none;
	font-size: 12px;
	text-align: left;
}
body.body-page-404 ul, body.body-page-404 li
{
	list-style: none;
}
.back_to_shop
{
	border-bottom: 1px dotted #fff;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}
.fleft
{
	float: left;
	text-align: center;
}
.fright
{
	float: left;
	padding: 0 0 0 50px;
	text-align: left;
}
.fright img
{
	margin-left: 5px;
}
.fright a
{
	color: #fff;
}
.steps
{
	margin-left: 20px;
	width: 630px;
}
.step {
	background: url('/images/line-bg.jpg') bottom left repeat-x;
	overflow: hidden;
	width: 630px;
	padding-top:20px;
}
.step-inner img
{
	float: left;
	margin: 0 25px;
}
.step-inner p
{
	margin: 0 0 15px 0;
}
.step-inner span.var {
	color: #5372d1;
	float: left;
	margin: 0 10px 10px 0;
}
.step-inner span.cblue, .step-inner a
{
	color: #09394e;
}
.final {
    text-align: center;
    padding: 20px 40px 10px;
	color:#000;
}
.final h2 {
	color:#000;
    font-weight: lighter;
    text-align: left
}
.calc-bg {
    background: url('/images/calc-bg.png') no-repeat;
    width: 670px;
    height: 160px;
	margin-bottom:30px;
}
.calc-title
{
	line-height: 26px;
	padding: 3px 0 0 0;
	text-align: center;
}
.calc-title span
{
	background: url('/images/calc-icon.png') no-repeat;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	padding-left: 24px;
	text-shadow: 1px 1px 1px #115e7f;
}
.calc-fields
{
	color: #fff;
	margin-top: 25px;
}
.calc-fields label
{
	margin-left: 38px;
}
.calc-fields select
{
	border: 1px solid #0d6086;
	color: #757575;
	margin-right: 18px;
	padding: 2px 2px;
}
.calc-controls
{
	color: #fff;
	margin: 27px 0 0 50px;
}
.calc-controls label, .calc-controls span
{
	font-size: 18px;
	font-weight: bold;
}
.calc-controls input
{
	background: #115e7f;
	border: 1px solid #1c92c2;
	color: #fff;
	margin: 0 10px;
	padding: 3px 10px;
	text-align: center;
	width: 70px;
}
.calc-controls a
{
	background: url('/images/calc-btn.png') no-repeat;
	color: #fff;
	display: inline-block;
	height: 31px;
	line-height: 31px;
	margin-left: 35px;
	text-align: center;
	text-decoration: none;
	width: 162px;
}
.calc-controls a:hover
{
	color: #115e7f;
}
.hndl_show_login
{
	color: #fff;
	font-weight: bold;
}
.mceContentBody, .mceContentBody p, .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mceContentBody td
{
	color: #000!important;
}
.home {
    padding-left: 15px;
}

.video-content {
    text-align: center;
    margin: 15px 0;
    width: 670px;
}

.category-content {
    overflow: hidden;
    margin-bottom: 15px;
    width: 676px;
}

.category-content .category {
    width: 163px;
    float: left;
    margin-right: 6px;
    text-align: center;
}

.category-content .category img {
    width: 159px;
    border: 2px solid #fff;
    margin-bottom: 5px;
}

.category-content .category a, .category-content .category span {
    font-size: 18px;
    color: #0D506D;
    text-decoration: none;
    font-weight: bold;
}

.category-content .category a:hover img {
	box-shadow:1px 1px 3px rgba(0,0,0,0.30);
}

.category-content .category a:hover span {
    color: #5372d1;
}
.last-art {
	width:100%;
	text-align:center;
}
.last-art tr {
	display:block;
	padding-bottom:10px;
}
.last-art td {
	display:block;
	width:100%;
	text-align:center;
	font-size:16px;
	box-sizing:border-box;
}
.last-art td a {
	display:block;
	text-decoration:none;
	color:#57617d;
	margin-bottom:20px;
	margin-top:-10px;
}
.last-art td img {
	/*width:100%;*/
}
.last-art .news_title img {
	display:none;
}
.last-art td:last-child a {
	margin-bottom:0;
}
.news_title {
	margin-bottom:20px;
	text-align:left;
}
a.cat, .cat_path_in_productpage a {
	font-size:12px;
	color:#57617d;
}
a.cat:hover, .cat_path_in_productpage a:hover {
	font-size:12px;
	color:#8b90a0;
}
.cat_path_in_productpage img {
	display:none;
}
.product_print_v {
	display:none;
}
.hndl_submit_prds_cmp {
	border:none;
	background:#f8c250;
	color:#fff;
	padding:10px 20px;
	cursor:pointer;
	font-size:16px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
	font-family:"Roboto";
}
#cat_info_left_block {
	display:none;
}

.reklama {
    margin-bottom: 70px;
    margin-left: 8%;
}

.banner {
margin-left: 3%;
}

.spoiler_body {
    display: block;
}

.summary {
    color: blue !important;
}

.quest {
color: blue;
}

.h_quest {
margin-top: 30px;
margin-bottom: 25px;
text-align: center;
}