html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	background-color: #f2f2f2;
	color: #000000;
	font-family: Tahoma, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome, .h1 {
	color: #636E75;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h1 a{
	font-size: 16px;
	display: inline-block;
	width: 90px;
}
h1 a:first-child {
	text-align: right;
}
h1 a.active{
	text-decoration: none;
	font-weight: bold;
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #c84984;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	background: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left {
	float: left;
	width: 180px;
}
#column-right {
	float: right;
	width: 180px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
	position: relative;
	z-index: 1;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 195px;
}
#column-right + #content {
	margin-right: 195px;
}
/* header */
#header {
	height: 175px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: absolute;
	top: 0px;
	left: 25px;
}
.header_menu {
	background: url(../image/menu_bg.png) no-repeat;
	height: 78px;
	border-radius: 0 0 14px 14px;
	position: relative;
	box-shadow: 0 2px 2px #adadad;
	z-index: 2;
}
.header_menu .links {
	float: right;
}
.header_menu .links a {
	display: block;
	font-size: 22px;
	height: 80px;
	color: #f4f4f4;
	text-decoration: none;
	overflow: hidden;
    /*width:140px;*/
    float: left;
}
#menu {
	background: url(../image/category_bg.png) no-repeat;
	background-size: 100% auto;
	width: 676px;
	height: 145px;
	position: absolute;
	overflow: hidden;
	border-radius: 7px;
	z-index: 999;
	text-align: center;
	padding: 15px 10px;
	left: 303px;
	top: 80px;
}
#menu ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#menu ul li{
	display: inline-block;
	width: 32%;
	text-align: center;
	margin-bottom: 19px;
}
#menu a{
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 17px;
}
#menu a:hover {
	text-decoration: underline;
}
.header_menu .links a:last-child {
	border-radius: 0 0 14px 0;
}
.header_menu .links a span {
	display: inline-block;
	border-left: 1px solid #000;
	padding: 23px 30px 0 30px;
	height: 54px;
}
.header_menu .links a.two_line span{
    height: 66px;
    padding: 12px 0 0;
    text-align: center;
}
.header_menu .links a:last-child span{
	padding: 23px 40px 0 25px;
	border-radius: 0 0 14px 0;
}
.header_bot {
	background: url(../image/header_bg.png) repeat-x;
	height: 97px;
	margin-top: -8px;
	z-index: 1;
	position: relative;
}
.actives {
	display: block !important;
}
.header_menu .links a:hover, .header_menu .links a.active{
	background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000);
    zoom: 1;
	background: rgba(0, 0, 0, 0.1);
}
.header_menu .links a:hover, .header_menu .links a.active {
	background: url(../image/menu_bg_hover.png) center bottom repeat-x;
	box-shadow: 0 2px 3px #adadad;
	-moz-box-shadow: 0 2px 3px #adadad;
	-webkit-box-shadow: 0 2px 3px #adadad;
	-o-box-shadow: 0 2px 3px #adadad;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 184px;
	z-index: 15;
}
#header .button-search {
	width: 24px;
	height: 28px;
	background: url(../image/button-search.png) no-repeat center center;
	position: absolute;
	right: 0;
	cursor: pointer;
}
#header #search input {
	height: 20px;
	background: #fff;
	border: none;
	box-shadow: 1px 1px 5px #adadad;
	outline: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 4px 40px 4px 7px;
	width: 144px;
	margin: 0;
}
#header .contacts {
	width: 336px;
	position: absolute;
	left: 250px;
	padding-top: 10px;
	height: 87px;
}
#header .contacts > div{
	float: left;
	width: 50%;
}
#header .contacts > div:first-child {
	padding-top: 10px;
}
#header .contacts > div:first-child span {
	margin-bottom: 7px;
	display: block;
	line-height: 28px;
	font-size: 14px;
	color: #000;
}
#header .contacts .phones {
	padding-top: 6px;
	color: #5f86c1;
	font-size: 16px;
}
#header .contacts .phones span {
	display: block;
	line-height: 35px;
	padding-left: 45px;
}
#header .contacts .phones span:first-child {
	background: url(../image/smartphone.png) no-repeat 8px center;
}
#header .contacts .phones span:last-child{
	background: url(../image/phone.png) no-repeat center left;
}
#header #cart {
	height: 100%;
	width: 411px;
	position: absolute;
	right: 0;
	background: url(../image/cart_bg.png) no-repeat left 10px;
}
#header #cart .delivery_href {
	position: absolute;
	left: 82px;
	top: 16px;
}
#header #cart .cart-count {
	text-align: center;
	position: absolute;
	top: 26px;
	left: 241px;
	width: 61px;
	font-size: 21px;
	text-shadow: 0 -1px 0 #fff;
}
#header #cart .cart_href {
	position: absolute;
	left: 215px;
	bottom: 3px;
	color: #c84984;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 21px;
}
#header #cart .cart-total {
	margin-top: 11px;
	width: 82px;
	float: right;
	padding-top: 4px;
	font-size: 22px;
	padding-left: 26px;
	height: 100%;
	background: url(../image/cart_arrow.png) no-repeat top left;
	text-align: center;
}
#header #cart .cart-total span {
	display: block;
}
.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 10px;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: top;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
#more{
    cursor: pointer;
    display: block;
    border: 1px solid #AAAAAA;
    padding: 4px 10px;
    text-decoration: none;
    width:70px;
    color: #A3A3A3;
    margin: 0 auto;
}
#more:hover{
    border: 1px solid #269BC6;
    color: #269BC6;
    background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url(../image/button_left.png) no-repeat left;  
	line-height: 31px;
	display:inline-block;
	padding: 0 0 0 15px;
}
a.button span {
	display: inline-block;
	line-height: 31px;
	background: url(../image/button_right.png) no-repeat right;
	padding: 0 15px 0 0;
}
a.button {
	display: inline-block;
	text-decoration: none;
}
input.button {
	margin: 0;
	border: 0;
}
a.button:hover, input.button:hover {
	background: url(../image/button_left_active.png) no-repeat left;
}
a.button:hover span {
	background: url(../image/button_right_active.png) no-repeat right;
}
#fastorder_add{
	width:65%;
	text-align:center;
}
#fastorder_add span{
	width:100%;
}
#close_w {
	display: block;
	float: right;
	background: url(../image/close.gif) no-repeat;
	width: 16px;
	height: 18px;
}
.buttons {
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;		
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;	
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD; 
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	background: url(../image/menu_bg.png);
	padding: 8px 10px 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
}
.box .box-content {
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;	
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
#column-left .box-product{
	text-align:center;
	width:100%
}
#column-left .box-product > div{
	width:100%;
	margin:0;
	padding:0;
	padding-bottom:10px;
	background:url("../image/header_bg.png") repeat-x scroll 0 0 / contain  rgba(0, 0, 0, 0);
}
#column-left .box-product .products > div{
	margin:0;
	margin-top:20px;
	width:100%;
}
#column-left .box-product > div img{
	background:#FFFFFF;
}
#column-left .box-product .box-heading{
	width:100%;
	margin:0;
	padding:10px 0;
	background:url("../image/menu_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.box-product .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category div {
	background: url(../image/arrow_cat.png) no-repeat 0px 10px;
	padding-left: 9px;
}
.box-category a {
	text-decoration: none;
	color: #000;
	font-size: 13px;
	display: block;
	/*height: 100%;*/
	padding: 9px 10px;
	background: url(../image/header_bg.png) repeat-x;
	background-size: 100% auto;
}
.box-category .category_parent {
	position: relative;
	z-index: 2;
}
.box-category .child_cat {
	position: absolute;
	top: 0px;
}
.box-category .child_cat ul li {
	position: relative;
}
.box-category .child_cat .childs_child {
	position: absolute;
	top: 0px;
	left: 0px;
}
.box-category ul li {
	display: block;
}
.box-category a.active, .box-category a:hover {
	background: url(../image/header_bg1.png) repeat-x;
	background-size: contain;
	color: #c84984 !important;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.category-list ul li {
	text-align: center;
	width: 150px;
	display: inline-block;
	margin-right: 10px;
}
.category-list .name {
	font-size: 16px;
	line-height: 30px;
	color: #5f86c1;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
	overflow: auto;
	margin-bottom: 15px;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 20px 10px;
	width: 165px;
	padding: 4px;
	margin-top: 5px;
}
.product-grid > div:hover{
	box-shadow: 0 2px 10px #adadad;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-grid .name {
	display: table-cell;
	width: 165px;
	height: 50px;
	vertical-align: middle;
}
.product-grid .name a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-info {
	/*overflow: auto;*/
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	float: right;
	width: 530px;
}
.product-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
#price_abs {
	display: inline-block;
	margin-right: 5px;
}
#tax_abs {
	display: inline-block;
}
.option_old {
	text-decoration: line-through;
	color: red;
	font-size: 12px;
	font-weight: bold;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	/*border-bottom: 1px solid #E7E7E7;*/
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .options label {
	font-size: 12px;
	display: block;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
	overflow: auto;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .share {
	/*overflow: auto;*/
	line-height: normal;
	position:relative;
}
.product-info .review .share a {
	text-decoration: none;
}
.product-info .col{
	float:left;
	width:50%;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.5em;
}
.sitemap-info a{
	font-size: 14px;
	text-decoration: none;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	clear: both;
	overflow: hidden;
	background: url(../image/footer_bg.png) repeat-x;
    background-size: auto 100%;
	box-shadow: 0 0 10px #555;
	color: #f7f7f7;
	padding-bottom:20px;
}
#footer h3 {
	color: #f7f7f7;
	font-size: 22px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .main_col {
	float: left;
}
#footer .col1 {
	padding: 30px 30px 30px 10px;
	text-align: center;
	font-size: 13px;
	width: 45%;
}
#footer .col2 {
	width: 48%;
	padding-left: 24px;
	padding-top: 25px;
}
#footer .col1 span{
	display: block;
}
#footer .col1 .heading {
	margin-bottom: 20px;
}
#footer .phones {
	font-size: 17px;
	margin-bottom: 30px;
	height: 24px;
}
#footer .phones span {
	display: block;
	line-height: 46px;
}
#footer .phones span:first-child {
	background: url(../image/mts.png) no-repeat right center;
	padding-right: 55px;
	float: left;
}
#footer .phones span:last-child {
	background: url(../image/Life_logos_shape.png) no-repeat left center;
	padding-left: 79px;
	float: right;
    background-size: auto 99%;
}
#footer .col1 .info {
	display: inline-block;
	width: 230px; 
	text-align: left;
	margin-bottom: 80px;
}
#footer .column {
	float: left;
	min-height: 100px;
	margin-right: 20px;
}
#footer .column:last-child{
	margin-right: 0;
}
#footer .column ul {
	margin: 0px;
	padding: 0;
	list-style: none;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .main_col.col2 .column:nth-child(3) ul{
	height:97px;
	overflow-y:scroll;
	padding-right:20px
}
#footer .column a {
	text-decoration: none;
	color: #aba8a8;
	text-transform: uppercase;
}
#footer .column a:hover {
	text-decoration: underline;
}
#powered {
	margin-top: 5px;
	text-align: right;
	clear: both;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}
.home_article {
	font-size: 11px;
	color: #585858;
    overflow: hidden;
}
.home_article a{
	color: #585858;
}
.home_article a:hover {
	color: #d682cb;
}
.home_article .col1 {
	width: 60%;
	float: left;
}
.home_article .col2 {
	width: 39%;
	float: right;
}
#overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
	z-index: 101;
}
.filters #overlay{
    position: absolute;
}
#fast_order_result {
	width: 300px;
	background: #fff;
	border: 2px solid #444454;
	z-index: 9999;
	position: fixed;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 20px;
}
.fast_order {
	width: 300px;
	background: #fff;
	border: 2px solid #444454;
	z-index: 9999;
	position: fixed;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 20px;
}
.fast_order input, .fast_order textarea {
	height: 20px;
	background: #fff;
	border: none;
	box-shadow: 1px 1px 5px #adadad;
	outline: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 4px 40px 4px 7px;
	width: 80%;
	max-width: 80%;
	margin-bottom: 10px
}
.fast_order textarea {
	height: 60px;
	font-family: Tahoma;
}
.fast_order .msg_error{
	width: 80%;
	padding: 5px 5px;
	color: red;
	display: inline-block;
}
.documentation {
	width: 480px;
	border-collapse: collapse;
	margin-bottom: 30px;
	border-spacing: 0px;
}
.documentation tr td {
	padding: 10px;
}
.documentation thead tr td{
	background: url(../image/menu_bg.png);
	color: #fff;
	height: 16px;
	font-size: 13px;
	border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	-o-border-radius: 7px 7px 0 0;
}
.documentation tbody tr td, .documentation tfoot tr td{
	background: url(../image/header_bg.png) repeat-x;
	background-size: contain;
	border: 1px solid #eee;
}
.documentation tbody tr td:last-child{
	
}
.documentation tbody a {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../image/pdf_logo.png) no-repeat;
	background-size: cover;
}
.documentation tfoot tr td {
	text-align: right;
	padding-right: 20px;
}
.documentation tfoot a {
	text-decoration: none;
	font-style: italic;
}
.product-info .documentation thead tr td:first-child{
	width: 20px;
	border-radius: 5px 0 0 0;
}
.product-info .documentation thead tr td.name{
	width: 120px;
	text-align: center;
	border-radius: 0 0 0 0;
}
.product-info .documentation thead tr td.option_price {
	border-radius: 0 5px 0 0;
}
.product-info .documentation {
	width: 100%;
	text-align: center;
}
.product-info .documentation tr td {
	padding: 0px;
	line-height: 30px;
}
.filters{
    background: url("../image/header_bg.png") repeat-x scroll 0 0 transparent;
    background-size: auto 100%;
    border-radius: 10px;
}
.filters .box-content{
    padding: 10px;
    text-align: center;
    position: relative;
}
.filters table{
    width:100%;
    border-bottom: 1px solid #c3c3c3;
}
.filters div.box-content > div{
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 5px;
}
.filters .sort{
    text-align: center;
}
.filters table#options thead tr td span:nth-child(2){
    display: none;
}
.filters table#options thead tr.active td span:nth-child(1){
    display: none;
}
.filters table#options thead tr.active td span:nth-child(2){
    display:inline;
}
.filters table td:first-child{
    width: 20%;
    text-align: center;
}
.filters table tbody tr td:last-child{
	text-align:right;
}
#options .option{
    display: none;
}
#options thead tr{
    cursor: pointer;
}
.filters .ui-widget-header{
    background: #C84984;
}
.filters .amount{
    font-size: 10px;
    width: 20%;
}
.filters .title{
    padding: 5px;
    display: block;
    text-align: center;
}
.filters .ui-slider{
    margin: 10px 0;
}
.filters .ui-state-hover, .filters .ui-widget-content .ui-state-hover, .filters .ui-widget-header .ui-state-hover, .filters .ui-state-focus, .filters .ui-widget-content .ui-state-focus, .filters .ui-widget-header .ui-state-focus {
    background: url("http://teplo-dnipro.com.ua/catalog/view/theme/default/stylesheet/images/ui-bg_glass_100_fdf5ce_1x400.png") repeat-x scroll 50% 50% #FDF5CE;
    border: 1px solid #C84984;
    color: #C77405;
    font-weight: bold;
    cursor: pointer;
}
#copyrights
{
	margin-left:237px;
}
#video{
	display:inline-block;
	position:absolute;
	right:0;
	top:0;
	width:100px;
}
#video img{
	width:80px;
	display:inline-block;
	vertical-align:middle
}
#video span{
	display:inline-block;
	vertical-align:middle;
	position:absolute;
	left:5px;
}
.search-results{
	background: #FFFFFF;
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 3%;
    position: absolute;
}
.search-results li{
	white-space: nowrap;
	margin-bottom: 8px;
}
.search-results li a{
	display: block;
	padding: 5px;
	transition: .5s;
}
.search-results li a:hover, .search-results li a.active{
	background: rgb(254,192,226);
}
.search-results li img{
	display: inline-block;
	vertical-align:middle;
    width: 50px;
}
.search-results li span{
	display: inline-block;
	vertical-align:middle;
	margin-left: 5px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
#edinaya_strana{
	position:fixed;
	left:0;
	top:0;
	width:150px;
	height:150px;
	background: url('../image/edinaya_strana.png');
	background-size: cover;
	z-index:100;
}
#submenu{
	position:relative;
	z-index:3;
	background:url("../image/header_bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
	padding:10px 0;
	margin-bottom:10px;
	border-top:1px solid rgb(204,204,204);
}
#submenu a{
	font-size:150%;
	text-decoration:none;
}
#submenu a:hover{
	color:#5f86c1;
}
#submenu a.nolink, #submenu a.nolink:hover{
	cursor:default;
}
#submenu ul{
	padding: 0;
	margin: 0;
}
#submenu > ul > li {
	display:inline-block;
	width:19%;
	text-align:center;
	position:relative;
}
#submenu li ul{
	height:0;
	overflow:hidden;
	opacity: 0;
	left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-align: left;
	width: 100%;
	transition: all .3s;
	background: url("../image/header_bg.png") repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
	border-bottom: 4px solid rgb(204,204,204);
	padding:0;
}
#submenu li:hover > a{
	color:#5f86c1;
}
#submenu li:hover > ul{
	height:auto;
	opacity: 1;
	padding:15px;
}
#submenu > ul > li > ul > li{
	margin: 0;
	transition: all .3s;
}
#submenu > ul > li:hover > ul > li{
	margin: 5px 0;
}

/*by Artem START*/
.article_list li {
	list-style-type: none;
}

.title_short {
	font-size: 20px;
	line-height: 26px;
	color: #c84984;
}
/*by Artem END*/