html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	color: #323232;
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 14px;
}
h1, .welcome {
	color: #636E75;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #000000;
	font-size: 22px;
margin-top: 20px;
  margin-bottom: 10px;
}
p {
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #323232;
    line-height: 21px;
	margin-top: 0px;
}
a, a:visited, a b {
	color: #38B0E3;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: 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: 1120px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left:25px;
	padding-right:25px;
	margin-top: 25px;
}
#column-left {
	float: left;
	width: 180px;
}
#column-right {
	float: right;
	width: 250px;
}
#content {
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 195px;
}
#column-right + #content {
	margin-right: 275px;
}
/* header */
#header-bg {
	background: none repeat scroll 0 0 #F8F8F8;
	border-bottom: 1px solid #55BEFD;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.52);
	height: 138px;
	left: 0;
	position: absolute;
	top: 0;
	min-width: 980px;
	width: 100%;
	z-index: 0;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.22);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.22);
}
#header {
width:1120px;
margin:0 auto;
	height: 115px;
	position: relative;
	z-index: 99;
	padding-left:25px;
padding-right:25px;
}
#header #logo {
	position: absolute;
	top: 15px;
	left: 30px;
}
#language {
	position: absolute;
	top: 20px;
	left: 170px;
	width: 110px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	width: 105px;
	position: absolute;
	top: 15px;
	left: 360px;
	color: #999;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	position: absolute;
	top: 0px;
	right: 36px;
	z-index: 9;
	min-width: 300px;
}
#header #cart .heading {
	float: right;
	margin-left: 172px;
	margin-top: 15px;
	padding-left: 48px;
	padding-right: 14px;
	position: relative;
	z-index: 1;
	background: url('../image/cartimg.png') left 15px no-repeat;
}
#header #cart .heading:hover {

	border-bottom: none;

}
#header #cart .heading .heading-title {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #323232;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:17px;
	display:block;
	padding-top: 9px;
}
#header #cart .heading a span {
	padding-right: 6px;
	line-height: 25px;
}
#header #cart .heading .fa-sort-asc {
    vertical-align: 1px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}
#header #cart.active .heading {

}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 298px;
	z-index: 15;
}
#header .button-search {
	position: absolute;
	padding-left: 10px;
	padding-top: 5px;
	left: 0px;
	width: 20px;
	height: 19px;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
}
#header #search input {
	background: #f5f5f5;
	padding: 1px 1px 1px 33px;
	width: 262px;
	height: 21px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 2px 0px #F0F0F0;
	-moz-box-shadow: 0px 2px 0px #F0F0F0;
	box-shadow: 0px 2px 0px #F0F0F0;
}
#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 10;
	width: 298px;
	text-align: right;
	color: #999999;
}
#header .links {
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 10px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #38B0E3;
	text-decoration: none;
	font-size: 12px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
.breadcrumb .fa,
#header #welcome .fa, #header .links .fa {
    margin-right: 4px;
}
/* menu */
#menu {
	background: #0381CB;
	height: 37px;
	margin-bottom: 15px;
	position: relative;
    z-index: 9;
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-khtml-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	padding: 0px 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 6px 5px 5px 0px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	font-size: 13px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 10px 6px 10px;
	margin-bottom: 6px;
	z-index: 6;
	position: relative;
}
#menu > ul > li:hover > a {
	background: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu > ul > li > a.active {
	background: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-khtml-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 25px;
}
.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;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
}
.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 {
	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;
}
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;
	margin-top: 20px;
	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;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/*bootstrap*/
a.button {
	text-decoration: none;
	color: #FFF;
}
.button {
  display: inline-block;
  *display: inline;
  padding: 2px 22px 5px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 18px;
  *line-height: 20px;
  color: #FFF;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  cursor: pointer;
 background: #337fdb; /* Old browsers */
background: -moz-linear-gradient(top,  #337fdb 0%, #1765c2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#337fdb), color-stop(100%,#1765c2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #337fdb 0%,#1765c2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #337fdb 0%,#1765c2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #337fdb 0%,#1765c2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #337fdb 0%,#1765c2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337fdb', endColorstr='#1765c2',GradientType=0 ); /* IE6-9 */
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
padding:10px 20px 10px 20px;
}
.right .button {
	 padding: 3px 22px 5px;
}
.button:hover,
.button:active,
.button.active,
.button.disabled,
.button[disabled] {
  color: #ffffff;
  background: #3263d3; /* Old browsers */
background: -moz-linear-gradient(top,  #3263d3 0%, #1647ba 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3263d3), color-stop(100%,#1647ba)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3263d3 0%,#1647ba 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3263d3 0%,#1647ba 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3263d3 0%,#1647ba 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3263d3 0%,#1647ba 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3263d3', endColorstr='#1647ba',GradientType=0 ); /* IE6-9 */

}
.button:active,
.button.active {
  background-color: #24748c \9;
}
.button:first-child {
  *margin-left: 0;
}
.button:hover {
  color: #FFF;
  text-decoration: none;
  /* Buttons in IE7 don't get borders, so darken on hover */


}
.button:focus {

}

.button.active,
.button:active {
  background-color: #2f96b4;
  background-color: #24748c \9;
  background-image: none;
  outline: 0;
}

.button.disabled,
.button[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.button-info:hover,
.button-info:active,
.button-info.active,
.button-info.disabled,
.button-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.button:active,
.button.active {
  background-color: #24748c \9;
}
button.button,
input[type="submit"].button {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.button::-moz-focus-inner,
input[type="submit"].button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.button.button-large,
input[type="submit"].button.button-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.button.button-small,
input[type="submit"].button.button-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.button.button-mini,
input[type="submit"].button.button-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	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 {
	clear: left;
	height: 48px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
}
.htabs a {
	border-top: 2px solid #cecdcd;
	border-left: 1px solid #cecdcd;
	border-right: 1px solid #cecdcd;
	background: #f2f0f0;
	padding: 15px 20px 15px 20px;
	float: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #323232;
	margin-right: 10px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 16px;
	background: #FFFFFF;
	border-top: 2px solid #1664c1;
	color:#1664c1;
}
.tab-content {
	border-left: 1px solid #cecdcd;
	border-right: 1px solid #cecdcd;
	border-bottom: 1px solid #cecdcd;
    padding-left:20px;
	padding-right:20px;
	padding-top:30px;
	margin-bottom: 20px;
	z-index: 2;
}


.tab-content p, .tab-content div {
font-size:14px;
line-height:21px;
color:#323232;
margin-bottom:20px;
}


.tab-content li {
font-size:14px;
line-height:21px;
color:#323232;
}


/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-khtml-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	border: 1px solid #DBDEE1;
	background: url('../image/background.png') repeat-x;
	padding: 8px 10px 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
}
.box .box-content {

}
.box .box-content ul {
	margin: 0;
	padding: 0;
	list-style: none outside none;
}
.box .box-content ul li {
    padding-top: 2px;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
    display: inline-block;
	margin-bottom: 20px;
	margin-right: 20px;
	vertical-align: top;
	width: 130px;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.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;
}
.rating .fa-star,
.rating .fa-star-o {
	color: #999999;
	font-size: 15px;
}
.rating .fa-star,
.rating .fa-star + .fa-star-o {
	color: #FFD700;
}
.rating .fa-stack {
	width: 1.1em;
}
/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child {
	padding: 0px 8px 8px 0px;
}
ul.box-category > li {
	padding: 8px 8px 8px 0px;
}
ul.box-category > li + li {
	border-top: 1px solid #EEEEEE;
}
ul.box-category > li > a {
	text-decoration: none;
	color: #333;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active {
	font-weight: bold;
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 5px 5px 0px 10px;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;
}
ul.box-category > li ul > li > a.active {
	font-weight: bold;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* 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-img {
    float: left;
    margin-right: 10px;
}
.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 {
	float: left;
	width: 18%;
}
/* 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 {
	background: #EEEEEE;
	border: 1px solid #DBDEE1;
	border-radius: 3px;
	margin-bottom: 25px;
	overflow: auto;
	padding: 5px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.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 {
	float: left;
	font-weight: bold;
	padding-top: 4px;
	width: 200px;
	margin-left: 80px;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	min-height: 170px;
	margin-bottom: 15px;
	overflow: visible;
	width:1120px;
	height:243px;
	background: url('../image/bg_cat_product.png') no-repeat;
	  padding-left: 25px;
  padding-top: 33px;
}
.product-list .right {
float: right;
  margin-right: 45px;
  width: 530px;
}
.product-list > div + div {

}
.product-list .image {
	float: left;
	margin-right: 20px;
	margin-top: -45px;
}
.product-list .name {
  margin-bottom: 25px;
  margin-left: 240px;
  position: relative;
  z-index: 9;
}
.product-list .name a {
	color: #323232;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-decoration: none;
	font-size:22px;
}

.product-list .name a:hover {
text-decoration:underline;
}

.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
	margin-top: 10px;
}
.product-list .price {
	color: #e31e24;
	font-weight:700;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
    padding-bottom: 25px;
    text-align: left;
	width:250px;
	padding-left:20px;
	padding-top:25px;
	background:#f2f0f0;
	float: left;
}
.product-list .price-old {
	color: #323232;
	font-size:20px;
	text-decoration: line-through;
}
.product-list .price-new {

}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 10px
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	display: block;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	display: block;
}
.product-grid {
	width: 100%;
	overflow: auto;
	border-left: 1px solid #DBDEE1;
	border-top: 1px solid #DBDEE1;
}
.product-grid > div {
	border-right: 1px solid #DBDEE1;
	border-top: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	float: left;
	height: 300px;
	vertical-align: top;
	padding: 10px;
	margin-top: -1px;
	width: 175px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
	text-align: center;
}
.product-grid .name {
	height: 35px;
    overflow: hidden;
}
.product-grid .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
	text-align: center;
}
.product-grid .price {
	float: left;
	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: 15px;
	text-align: right;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
	margin-top: 10px;
}
.product-grid .wishlist {
	float: left;
}
.product-grid .compare {
	float: right;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	display: block;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	display: block;
}
.product-list .wishlist .fa, .product-list .compare .fa, .product-grid .wishlist .fa, .product-grid .compare .fa {
    font-size: 11px;
    padding-right: 3px;
}
/* Product */
.product-info {
	overflow: hidden;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	  width: 285px;
  float: left;
    margin-left: 17px;
}
.product-info .image {
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	width: 300px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #cecdcd;
	padding:3px;
}

.product-info .image-additional img:hover {
	border: 1px solid #1664c1;
}

.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {

}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	color: #e31e24;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  padding-bottom: 20px;
  text-align: left;
}
.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 .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 {
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	color: #4D4D4D;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	line-height: 20px;
}
.product-info .review .pluso {
	border: none;
}
.review .fa-star,
.review .fa-star-o {
	color: #999999;
	font-size: 15px;
}
.review .fa-star,
.review .fa-star + .fa-star-o {
	color: #FFD700;
}
.review .fa-stack {
	width: 1.1em;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.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%;
	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: #323232;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size:14px;
	text-align: left;
	width: 24%;
	border-right: 6px solid #fff;
	padding-left:15px !important;
}
.attribute td {
	padding: 7px;
	padding-left:15px !important;
	color: #323232;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size:14px;
	vertical-align: top;
}
.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;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */
#container-footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	background: #303030;
    color: #E2E2E2;
    margin-top: 30px;
	min-width: 980px;
}
#custom-footer-bg {
	border-top: 1px solid #DBDEE1;
	border-bottom: 1px solid #DDDDDD;
	background: #F8F8F8;
}
#custom-footer {
  height: 220px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: left;
  position: relative;
  width: 980px;
}
.footer-logo {
    left: 0;
    position: absolute;
    top: 20px;
}
.footer-logo > img {
    width: 200px;
}
#custom-footer ul {
	list-style: none outside none;
	margin: 0;
    padding: 0;
}
.column-welcome {
    color: #38B0E3;
    float: left;
    font-size: 13px;
	margin-top: 70px;
	width: 250px;
}
.column-contacts {
	color: #38B0E3;
	float: left;
	font-size: 14px;
	margin-left: 20px;
	width: 275px;
}
.column-contacts li{
    padding-top: 7px;
}
.column-contacts li.footer-time{
    margin-top: 8px;
	float: left;
}
.footer-time .fa,
.column-contacts .fa {
    padding-right: 5px;
}
.column-contacts li.footer-address{
    border-bottom: 1px solid #EEE;
    border-top: 1px solid #EEE;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 95%;
}
.column-maps {
  float: right;
  height: 220px;
  width: 430px;
  border: 1px solid #DBDEE1;
}
#footer {
	margin-left: auto;
    margin-right: auto;
    text-align: left;
	padding-top: 20px;
    width: 980px;
}
#footer h3 {
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column-last,
#footer .column {
	float: left;
	width: 28%;
	min-height: 100px;
}
#footer .column-last {
	width: 15%;
}
#footer .column-last ul,
#footer .column ul {
	list-style: none outside none;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
}
#footer .column-last ul li,
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column-last a,
#footer .column a {
	text-decoration: none;
	color: #ccc;
}
#footer .column-last a:hover,
#footer .column a:hover {
	color: #38B0E3;
}
#powered {
	float: left;
	text-align: left;
	clear: both;
	padding-bottom: 20px;
}
#powered a{
	color: #ccc;
	text-decoration: none;
}
#powered a:hover{
	color: #38B0E3;
}
#social {
	float: right;
	font-size: 19px;
    padding-top: 5px;
	padding-bottom: 20px;
}
#social a {
	font-size: 19px;
}
#social a:hover {
	color: #ccc;
}
#social .fa {
	padding-right: 10px;
}
#footer hr {
	clear: both;
	border-bottom: 1px solid #666666;
	border-top: none;
	border-left: none;
	border-right: none;
	margin-bottom: 20px;
	padding-top: 20px;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}
/* blog */
.box-article > div {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 360px;
}
.box-article .article-left {
    float: left;
    margin-right: 10px;
}
.box-article .rating {
	text-align: center;
}
/*tab product*/
#tab-related2 .box-product > div,
#tab-related .box-product > div {
  margin-left: 12px;
  margin-right: 10px;
  width: 165px;
}
/*stiker*/
.image {
    position: relative;
}
.image .corner_0,
.image .corner_1,
.image .corner_2,
.image .corner_3 {
    height: 57px;
	width: 58px;
    position: absolute;

}
.image .corner_0 {
	left: 0px;
    top: 0px;
}
.image .corner_1 {
	right: 0px;
    top: 0px;
}
.image .corner_2 {
	left: 0px;
    bottom: 0px;
}
.image .corner_3 {
	right: 0px;
    bottom: 0px;
}
.box-product .image .corner_0 img,
.box-product .image .corner_1 img,
.box-product .image .corner_2 img,
.box-product .image .corner_3 img {
	border: none;
    padding: 0px;
}
.box .box-product .image .corner_0 img,
.box .box-product .image .corner_1 img,
.box .box-product .image .corner_2 img,
.box .box-product .image .corner_3 img {
	width: 60%;
}
/*benefits*/
.product-grid .benefit-text,
.product-grid .benefit,
.product-grid .present {
	display: none;
}
.benefit {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.product-list .benefit-text {
	float: left;
	line-height: 40px;
	margin-right: 5px;
}
.benefit li {
	border: 1px solid #eee;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	margin: 2px;
	padding: 4px;
	position: relative;
	width: 25px;
}
.benefit li span {
	display: table-cell;
	vertical-align: middle;
}
.benefit_description {
	display: none;
	position: absolute;
	top: 41px;
	z-index: 2;
	border: 1px solid #38b0e3;
	padding: 15px;
	left: -75px;
	border-radius: 4px;
	background: white;
	box-shadow: 0 0 8px grey;
	width: 150px;
	line-height: 13px;
	font-size: 11px;
}
.benefit_description:after {
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	top: -7px;
	content: '';
	left: 82px;
}
.benefit_description:before {
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #38b0e3;
	top: -8px;
	content: '';
	left: 82px;
}
.benefit li:hover .benefit_description {
	display: block;
}
.product-info .present {
	border-top: 1px solid #E7E7E7;
	padding: 15px 5px 10px 5px;
	margin-top: 10px;
}
/*testimonials*/
.testimonials #filter {
	border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    overflow: hidden;
}

.testimonials #filter > span:hover, .testimonials #filter > span.active {
    background: none repeat scroll 0 0 #eee;
}
.testimonials #filter > span {
    border: 1px solid #ddd;
	border-bottom: none;
    float: left;
    margin-right: -1px;
}

.testimonials #filter > span a {
    text-decoration: none;
    display: block;
    padding: 8px 16px;
}
.testimonials #filter .button {
    float: right;
}


.top_line_wrap {
background: url('../image/top_menu_bg.png') repeat-x;
height:38px;
min-width:1170px;
}

.top_line {
width:1120px;
margin:0 auto;
overflow:hidden;
padding-left:25px;
padding-right:25px;
}

.top_menu {
float:left;
}

.top_menu ul {
margin:0;
padding:0;
}

.top_menu li {
float:left;
height:36px;
background: url('../image/li_line.png') right top no-repeat;
list-style:none;
}

.first_li {
background: url('../image/li_line.png') no-repeat,
                url('../image/li_line.png') no-repeat 100% 0 !important;
}


.top_menu li a {
font-size: 13px;
  color: #323232;
  text-decoration: none;
  padding-right: 10px;
  margin-left: 10px;
  margin-top: 7px;
  padding-top: 5px;
  display: block;
  font-family: 'Roboto', sans-serif;
  min-height: 20px;
}

.top_menu li a:hover {
text-decoration:underline;
color:#323232;
}

.top_menu li.first_li a {
margin-left:10px;
}


.top_menu li a.topm1 {
background: url('../image/top_icon/1.png') left center no-repeat;
padding-left:35px;
}

.top_menu li a.topm2 {
background: url('../image/top_icon/2.png') left center no-repeat;
padding-left:33px;
}

.top_menu li a.topm3 {
background: url('../image/top_icon/3.png') left center no-repeat;
padding-left:24px;
}

.top_menu li a.topm4 {
background: url('../image/top_icon/4.png') left center no-repeat;
padding-left:32px;
}

.top_menu li a.topm5 {
background: url('../image/top_icon/5.png') left center no-repeat;
padding-left:25px;
}

.top_menu li a.topm6 {
background: url('../image/top_icon/6.png') left center no-repeat;
padding-left:25px;
}

.top_menu li a.topm7 {
background: url('../image/top_icon/7.png') left center no-repeat;
padding-left:25px;
}

.top_line #welcome {
float:right;
top: 10px;
position: relative;
}


.top_line #welcome a {
font-size:15px;
color:#e31e24;
text-decoration:none;
border-bottom:1px dashed #e31e24;
font-weight:700;
font-family: 'Roboto', sans-serif;
display:inline-block;
}

.top_line #welcome a:hover {
border-bottom:1px solid #e31e24;
}

.top_line #welcome a.vhod {
margin-right:12px;
}


.top_line #welcome .regvh {
background: url('../image/vh.png') right center no-repeat;
overflow:hidden;
margin-right:12px;
display: inline-block;
}

.slogan {
font-size:25px;
font-style:italic;
font-weight:500;
color:#1664c1;
width:440px;
position:relative;
top: 25px;
left: 144px;
font-family: 'Roboto Condensed', sans-serif;
}

.phone_top {
font-family: 'Roboto Condensed', sans-serif;
font-weight:700;
font-size:20px;
color:#323232;
position:relative;
top: -37px;
left: 650px;
width:250px;
z-index: 99;
}

.phone_top span {
font-family: 'Roboto Condensed', sans-serif;
font-weight:700;
font-size:14px;
color:#6d6c6c;
position:relative;
}

.phone_top a {
font-size:15px;
color:#1664c1;
font-family: 'Roboto', sans-serif;
text-decoration:none;
padding:6px 12px 6px 12px;
font-weight:400;
border:1px solid #1664c1;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
outline:0;
}


.phone_top a:hover {
color:#40a2f1;
border:1px solid #40a2f1;
}


a.oform {
background: url('../image/oform.png') no-repeat;
display:block;
width:149px;
height:33px;
font-size:0px !important;
margin-top: -5px;
padding-top: 0px !important;
}

a.oform:hover {
background-position:0 -33px;
}

.menu_wrap {
min-width:1170px;
background: url('../image/menu_wrap.png') repeat-x;
height:53px;
}

.what_wrap {
background: url('../image/step_bg.png') bottom left repeat-x;
overflow:hidden;
position: relative;
min-width:1170px;
}


.what_block {
width:1175px;
padding-left:25px;
margin:0 auto;
min-height:505px;
padding-bottom:25px;
}

.h_what {
font-family: 'Roboto Condensed', sans-serif;
font-size:42px;
text-align:center;
color:#323232;
padding-top:40px;
}

.desc_what {
overflow:hidden;
width:395px;
}

.blue_text_what {
width:127px;
height:118px;
font-family: 'Roboto Condensed', sans-serif;
font-weight:700;
color:#1664c1;
font-size:54px;
float:left;
margin-right: 10px;
}

.black_text_what {
font-family: 'Roboto', sans-serif;
color:#323232;
font-size:20px;
line-height:26px;
margin-bottom:20px;
min-width: 1170px;
}

.what_text {
font-family: 'Roboto', sans-serif;
color:#323232;
font-size:20px;
line-height:26px;
}

.step_wrap {
background:#f3f0f0;
padding-top:49px;
padding-bottom:19px;
margin-top:-5px;
min-width:1170px;
position: relative;
}


.step {
width:1170px;
margin:0 auto;
min-height:773px;
background: url('../image/stepblock_bg.jpg') center no-repeat;
}

.h_step {
font-family: 'Roboto Condensed', sans-serif;
font-size:42px;
text-align:center;
color:#323232;
}

.step p {
font-family: 'Roboto', sans-serif;
color:#323232;
font-size:16px;
line-height:22px;
}


.step1 {
padding-top:65px;
margin-left:330px;
width:330px;
}

.step2 {
  padding-top: 25px;
  margin-left: 640px;
  width: 290px;
}

.step3 {
    padding-top: 40px;
  margin-left: 850px;
  width: 320px;
}

.step4 {
  padding-top: 0px;
  margin-left: 422px;
  width: 320px;
}


.pr_wrap {
background: url('../image/pr_bg.jpg') center no-repeat;
height:479px;
min-width:1170px;
}

.pr {
width:1170px;
margin:0 auto;
}

.pr_h {
font-family: 'Roboto Condensed', sans-serif;
font-size:42px;
text-align:center;
color:#fff;
padding-top:37px;
padding-bottom:58px;
margin-bottom:0px;
}

.white_pr_text {
font-family: 'Roboto', sans-serif;
color:#fff;
font-size:20px;
line-height:26px;
margin-bottom:34px;
width:615px;
height:95px;
}

.blue_border_text {
width:550px;
color:#fff;
font-size:20px;
line-height:26px;
padding:15px 25px 15px 25px;
border:6px solid #3679ca;
}


.video_wrap {
min-width:1170px;
min-height:570px;
padding-top:45px;
background: url('../image/step_bg.png') bottom left repeat-x;
position:relative;
padding-bottom: 15px;
}


.video {
margin:0 auto;
background: url('../image/bg_video.jpg') bottom center no-repeat;
min-height: 583px;
}

.h_video {
font-family: 'Roboto Condensed', sans-serif;
font-size:42px;
text-align:center;
color:#323232;
padding-bottom:50px;
margin-bottom:0;
}

.videoblock {
width:732px;
height:438px;
margin:0 auto;
}

.plus_wrap {
background:#f2f0f0;
margin-top:-5px;
min-width:1170px;
overflow:hidden;
padding-bottom:30px;
margin-bottom: -47px;
}


.plus_bl {
width:1120px;
margin:0 auto;
overflow: hidden;
padding-left:25px;
padding-right:25px;
}

.plusblock {
  width: 220px;
  float: left;
  margin-right: 5px;
  text-align: center;
}

.h_plus {
padding-top:30px;
padding-bottom:40px;
font-family: 'Roboto Condensed', sans-serif;
font-size:42px;
text-align:center;
color:#323232;
}

.plusblock img {
margin-bottom:25px;
}

.plusblock .h_plus_desc {
font-size:22px;
font-family: 'Roboto Condensed', sans-serif;
font-weight:bold;
color:#323232;
margin-bottom:20px;
}

.plusblock .plus_desc {
font-size:14px;
color:#323232;
line-height:21px;
font-family: 'Roboto', sans-serif;
}

.bottom_wrap {
min-width:1170px;
margin-top: 20px;
background:#222627;
padding-top:33px;
padding-bottom:60px;
}


.top_bottom {
overflow:hidden;
margin-bottom:30px;
}

.bottom {
width:1120px;
margin:0 auto;
overflow:hidden;
padding-left:25px;
padding-right:25px;
}


.top_bottom  ul {
margin:0;
padding:0;
}


.top_bottom li {
list-style:none;
}


.top_bottom a {
font-size:13px;
color:#fff;
text-decoration:none;
font-family: 'Roboto', sans-serif;
line-height:22px;
}

.top_bottom a:hover {
text-decoration:underline;
}


.top_bottom .h_bott {
text-transform:uppercase;
font-size:16px;
color:#fff;
font-family: 'Roboto Condensed', sans-serif;
margin-bottom: 8px;
}

.t_bot1 {
width:133px;
padding-right:28px;
margin-right:20px;
float:left;
background: url('../image/bot_line.png') right top no-repeat;
}

.t_bot1 img {
margin-bottom:25px;
}

.t_bot1 p {
color:#fff;
font-size:13px;
color:#fff;
text-decoration:none;
font-family: 'Roboto', sans-serif;
line-height:22px;
}


.t_bot2 {
width:187px;
padding-right:28px;
margin-right:17px;
float:left;
background: url('../image/bot_line.png') right top no-repeat;
}


.t_bot3 {
width:145px;
padding-right:28px;
margin-right:17px;
float:left;
background: url('../image/bot_line.png') right top no-repeat;
}

.t_bot4 {
  width: 145px;
  padding-right: 18px;
margin-right:17px;
float:left;
background: url('../image/bot_line.png') right top no-repeat;
}

.t_bot5 {
  width: 135px;
  padding-right: 10px;
margin-right:12px;
float:left;
background: url('../image/bot_line.png') right top no-repeat;
}

.t_bot5 li {
font-size:13px;
color:#fff;
font-family: 'Roboto', sans-serif;
}


.t_bot6 {
float:right;
}

.soc a {
width:41px;
height:41px;
display:block;
float:left;
margin-right:10px;
}

.fc {
background: url('../image/fc.png') no-repeat;
}

.fc:hover {
background-position:0 -41px;
}

.vk {
background: url('../image/vk.png') no-repeat;
}

.vk:hover {
background-position:0 -41px;
}

.google {
background: url('../image/google.png') no-repeat;
}

.google:hover {
background-position:0 -41px;
}


.bot_bottom {
overflow:hidden;
text-align:center;
}


.bot_heading {
color:#fff;
font-family: 'Roboto Condensed', sans-serif;
font-size:25px;
margin-bottom:40px;
text-align:center;
}


.info_product_block div {
background: #f2f0f0;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-left: 12px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  width: 240px;
  overflow: hidden;
}


.info_product_block div a {
font-family: 'Roboto Condensed', sans-serif;
text-decoration:none;
color:#323232;
font-size:14px;
padding-left:36px;
padding-top: 10px;
padding-bottom: 10px;
}

.info_product_block div a span {
border-bottom:1px dashed #323232;
}

.info_product_block div a:hover span {
border-bottom:1px solid #323232;
}

.one_info_p a {
background: url('../image/info_p1.png') left center no-repeat;
}


.two_info_p a {
background: url('../image/info_p2.png') left center no-repeat;
}

.three_info_p a {
background: url('../image/info_p3.png') left center no-repeat;
}

.four_info_p a {
background: url('../image/info_p4.png') left center no-repeat;
}

.nami_info_p a {
background: url('/image/data/nami.png') left center no-repeat;
}

.product-list .cart {
width: 250px;
  padding-left: 20px;
  padding-bottom: 22px;
  background: #f2f0f0;
  float: left;
  margin-left: 240px;
  margin-top: -71px;
}



.product-list .button {
background: url('../image/cart_category.png') no-repeat;
width:141px;
height:39px;
font-size:0;
border:0;
outline:0;
}

.product-list .button:hover {
background-position:0 -39px;
}


.product-list .left {
  width: 520px;
}

.product-list .description p {
font-size:14px;
color:#323232;
font-family: 'Roboto', sans-serif;
margin-bottom:5px;
}

.product-list .description {
}


.category_desc_wrap {
background: #f2f0f0 url('../image/categorydesc_bg.png') top left repeat-x;
padding-top:43px;
padding-bottom:55px;
min-width:1170px;
margin-bottom: -47px;
}

.category_desc {
width:1120px;
padding-left:25px;
padding-right:25px;
margin:0 auto;
}

.category_desc h1 {
font-size:42px;
color:#323232;
font-family: 'Roboto Condensed', sans-serif;
text-align:center;
margin-top:0;
margin-bottom:0;
padding-bottom:10px;
}


.category_desc p, .category_desc div {
font-size:16px;
line-height:22px;
color:#323232;
margin-bottom:25px;
}


.category_desc li {
font-size:16px;
line-height:22px;
color:#323232;
}


.breadcrumb a {
color:#323232;
text-decoration:none;
font-size:13px;
padding: 10px;
padding-left: 16px;
padding-right: 16px;
font-family: 'Roboto', sans-serif;
background:url('../image/left_bread.png') no-repeat, url('../image/right_bread.png') no-repeat 100% 0;
}


.breadcrumb a:hover {
background:url('../image/left_bread_hover.png') no-repeat, url('../image/right_bread_hover.png') no-repeat 100% 0;
}


.breadcrumb a span {
padding-left:8px;
padding-right:8px;
padding-top: 9px;
padding-bottom: 6px;
background:#fff;
border-top:1px solid #cecdcd;
border-bottom:1px solid #cecdcd;
margin-right: -3px;
}

.breadcrumb a:hover span {
background:#f2f0f0;
}

.bread_text {
color:#323232;
text-decoration:none;
font-size:13px;
padding: 10px;
padding-left: 16px;
padding-right: 16px;
font-family: 'Roboto', sans-serif;
background:url('../image/left_bread_hover.png') no-repeat, url('../image/right_bread_hover.png') no-repeat 100% 0;
}


.bread_text span {
padding-left:8px;
padding-right:8px;
padding-top: 9px;
padding-bottom: 6px;
background:#f2f0f0;
border-top:1px solid #cecdcd;
border-bottom:1px solid #cecdcd;
}


.product-list {
margin-top:25px;
}



.product-info h1 {
color: #323232;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 22px;
  margin-bottom:20px;
  padding-bottom:0;
  padding-top:0;
  margin-top:0;
}

.product-info .description {
font-size:14px;
color:#323232;
line-height:22px;
font-family: 'Roboto', sans-serif;
}

.product-info .art_p {
font-size:14px;
color:#323232;
line-height:22px;
font-family: 'Roboto', sans-serif;
}

.product-info .stock_product {
color:#3db830;
font-weight:700;
font-family: 'Roboto Condensed', sans-serif;
background:url('../image/nal.png') left top no-repeat;
padding-left:26px;
margin-top:10px;
min-height:19px;
display:block;
font-size: 15px;
}

.grey_p_block {
background:#f2f0f0;
padding:20px;
margin-bottom:20px;
}

.product-info #button-cart {
  background: url('../image/cart_category.png') no-repeat;
  width: 141px;
  height: 39px;
  font-size: 0;
  border: 0;
  outline: 0;
    position: relative;
  left: 5px;
  margin-top: 20px;
}

.product-info #button-cart:hover {
  background-position: 0 -39px;
}

#notification {
font-size:14px;
color:#323232;
font-family: 'Roboto', sans-serif;
}

#notification a {
font-size:14px;
color: #e31e24;
font-family: 'Roboto', sans-serif;
}

.button.fastorder {
background: url('../image/fast_butt.png') no-repeat;
  width: 237px;
  height: 35px;
  font-size: 0;
  border: 0;
  outline: 0;
  padding:0;
}

.button.fastorder:hover {
background-position:0 -35px;
}

.wish_p {
font-size:14px;
font-style:italic;
color:#1664c1;
line-height:22px;
text-decoration:none;
background: url('../image/wish_p.png') left top no-repeat;
padding-left:35px;
min-height:25px;
display: block;
margin-bottom: 8px;
font-family: 'Roboto', sans-serif;
}

.wish_p span {
border-bottom:1px dashed #1664c1;
}

.wish_p:hover span {
border-bottom:1px solid #1664c1;
}

.review a {
font-size:14px;
font-style:italic;
color:#323232;
line-height:22px;
text-decoration:none;
border-bottom:1px dashed #323232;
margin-left:5px;
font-family: 'Roboto', sans-serif;
}

.review a:hover {
border-bottom:1px solid #323232;
}


.right_info {
float:right;
width:487px;
overflow:hidden;
margin-top:117px;
}

.right_info .dost_opl {
overflow:hidden;
}

.right_info .dost {
overflow:hidden;
width: 260px;
float:left;
margin-left: 10px;
}

.right_info .opl {
width:190px;
float:right;
}

.right_info ul {
margin:0;
padding:0;
}


.right_info .h_dost, .right_info .h_opl {
font-size:18px;
color:#1664c1;
font-family: 'Roboto Condensed', sans-serif;
margin-bottom:15px;
}

.right_info .dost li, .right_info .opl li {
font-size:14px;
color:#323232;
line-height:18px;
margin-bottom:5px;
background: url('../image/li_info.png') left 5px no-repeat;
padding-left:15px;
list-style:none;
font-family: 'Roboto', sans-serif;
}

.share_text {
  float: left;
  padding-right: 15px;
  position: relative;
  top: 3px;
  font-size:14px;
color:#323232;
line-height:18px;
font-family: 'Roboto', sans-serif;
}

.share_block {
margin-bottom:22px;
margin-top:15px;
}

.short_product_desc p {
  font-size:14px;
color:#323232;
line-height:22px;
font-family: 'Roboto', sans-serif;
}

.short_product_desc .info_product_block div {
width:235px;
}

.short_product_desc .two_info_p, .short_product_desc .four_info_p {
width:215px !important;
}


.similar_p {
width:1120px;
padding-left:25px;
padding-right:25px;
margin:0 auto;
}

.box-heading-prdct {
font-size:42px;
color:#323232;
font-family: 'Roboto Condensed', sans-serif;
text-align:center;
margin-top:20px;
margin-bottom:30px;
}


.complect_wrap {
background: #f2f0f0 url('../image/categorydesc_bg.png') top left repeat-x;
  padding-top: 33px;
  min-width: 1170px;
}


#set-place {
width:1080px;
margin:0 auto;
}

.set-heading {
  font-size: 42px;
  color: #323232;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  margin-top: 0;
  margin-bottom: -5px;
}

.set-quantity {
display:none;
}


.base-price {
text-align:center;
}


.base-price .price-old {
font-family: 'Roboto Condensed', sans-serif;
font-weight:700;
color:#969696;
font-size:25px;
text-decoration: line-through;
}


.set-price {
text-align:center;
}

.set-price .price-set {
font-family: 'Roboto Condensed', sans-serif;
font-weight:700;
color:#e31e24;
font-size:32px;
}

.sale-value {
display:none;
}

.set-name {
display:none;
}

.set-total {
font-family: 'Roboto Condensed', sans-serif;
font-weight:700;
color:#e31e24;
font-size:32px;
text-align:center;
}

.economy {
font-family: 'Roboto Condensed', sans-serif;
font-weight:700;
color:#969696;
font-size:18px;
text-align:center;
}

.set-item .button-block .button {
background: url('../image/butt_complect.png') no-repeat;
  width: 210px;
  height: 39px;
  font-size: 0;
  border: 0;
  outline: 0;
  padding:0;
}

.set-item .button-block .button:hover {
background-position:0 -39px;
}

.inp_pp input {
width:48px;
height:35px;
background: url('../image/bg_inpp.png') no-repeat;
color:#323232;
font-size:18px;
font-family: 'Roboto', sans-serif;
border:0;
outline:0;
padding:0;
text-align:center;
}

.inp_pp {
  padding-right: 8px;
}

.info_page h1 {
color: #323232;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-top: 0;
 margin-top: 20px;
}

.info_page p, .info_page div {
  font-family: 'Roboto', sans-serif;
    font-size: 14px;
  line-height: 21px;
  color: #323232;
  margin-bottom:10px;
}

.info_page li {
font-family: 'Roboto', sans-serif;
    font-size: 14px;
  line-height: 21px;
  color: #323232;
}

#cart .content .quantity, #cart .content .total {
font-size:16px;
font-family: 'Roboto', sans-serif;
}

#cart .mini-cart-info .name a {
font-size:16px;
font-family: 'Roboto', sans-serif;
color:#323232;
text-decoration:none;
}

.mini-cart-total .right {
font-size:16px;
font-family: 'Roboto', sans-serif;
}

#cart .mini-cart-info .name a:hover {
text-decoration:underline;
}

#cart .content .checkout {
padding-bottom:10px;
}

#cart .content .checkout a {
font-size:16px;
color:#fff;
text-transform:uppercase;
text-decoration:none;
background:#1664c1;
padding:7px;
font-family: 'Roboto', sans-serif;
}

#cart .content .checkout a:hover {
background:#E1E1E1;
color:#323232;
}

.us_p {
font-family: 'Roboto', sans-serif;
font-size:16px;
}

.us_p h1 {
color: #323232;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-top: 0;
 margin-top: 20px;
}

.us_p .right b {
display:block;
margin-bottom: -15px;
}


.us_p input {
background:#fff;
border: 2px solid #e3e3e3;
font-family: 'Roboto', sans-serif;
font-size:16px;
color:#323232;
width:350px;
height:27px;
}


.us_p .txt_btn_u {
width:136px;
height:38px;
cursor:pointer;
color:#fff;
font-family: 'Roboto', sans-serif;
font-size:16px;
background: #337fdb; /* Old browsers */
background: -moz-linear-gradient(top,  #337fdb 0%, #1765c2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#337fdb), color-stop(100%,#1765c2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #337fdb 0%,#1765c2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #337fdb 0%,#1765c2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #337fdb 0%,#1765c2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #337fdb 0%,#1765c2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337fdb', endColorstr='#1765c2',GradientType=0 ); /* IE6-9 */
padding:0px 20px 0px 20px;
}

.us_p .txt_btn_u:hover {
  color: #ffffff;
  background: #3263d3;
  background: -moz-linear-gradient(top, #3263d3 0%, #1647ba 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3263d3), color-stop(100%,#1647ba));
  background: -webkit-linear-gradient(top, #3263d3 0%,#1647ba 100%);
  background: -o-linear-gradient(top, #3263d3 0%,#1647ba 100%);
  background: -ms-linear-gradient(top, #3263d3 0%,#1647ba 100%);
  background: linear-gradient(to bottom, #3263d3 0%,#1647ba 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3263d3', endColorstr='#1647ba',GradientType=0 );
}

.us_p h2 {
margin-bottom:10px;
}

.us_p .right a {
font-size:14px;
color: #1664c1;
}

.simple_bl h1 {
color: #323232;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-top: 0;
 margin-top: 20px;
}

.simpleregister-have-account {
font-size:16px;
font-family: 'Roboto', sans-serif;
}

.simpleregister-have-account a {
font-size:16px;
color: #1664c1;
font-family: 'Roboto', sans-serif;
}

#registration_main_firstname, #registration_main_telephone, #registration_main_email, #registration_main_city, #registration_main_address_1, .psw_us, #registration_main_fax, #registration_main_company, #registration_main_company_id {
background:#fff !important;
border: 2px solid #e3e3e3 !important;
font-family: 'Roboto', sans-serif;
font-size:16px;
color:#323232;
width:300px !important;
height:20px;
}

.simplecheckout-customer-left {
font-family: 'Roboto', sans-serif;
font-size:14px;
}


.simplecheckout-block-content .simplecheckout-customer-right input {
background:#fff !important;
border: 1px solid #1664c1 !important;
font-family: 'Roboto', sans-serif;
font-size:16px;
color:#323232;
}

.simplecheckout-block-content .simplecheckout-customer-right textarea {
background:#fff !important;
border: 1px solid #1664c1 !important;
font-family: 'Roboto', sans-serif;
font-size:16px;
color:#323232;
}

.simplecheckout-customer-same-address label {
font-family: 'Roboto', sans-serif;
font-size:13px;
}

.simplecheckout-customer-right label {
font-family: 'Roboto', sans-serif;
font-size:13px;
}

.simplecheckout-cart {
font-family: 'Roboto', sans-serif;
font-size:14px;
}

.simplecheckout-cart th {
font-family: 'Roboto', sans-serif;
font-size:14px;
}

.simplecheckout-cart .total, .simplecheckout-cart .price, .simplecheckout-cart .quantity {
font-family: 'Roboto', sans-serif;
font-size:14px;
}

.simplecheckout-cart-total {
font-family: 'Roboto', sans-serif;
font-size:14px;
}

.simplecheckout-block-heading {
font-family: 'Roboto', sans-serif;
font-size:14px;
}

.simplecheckout-block-heading a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #1664c1;
}

.simplecheckout-cart a {
font-family: 'Roboto', sans-serif;
font-size:14px;
color: #1664c1;
}


.simplecheckout-methods-table {
font-family: 'Roboto', sans-serif;
font-size:14px;
}

.simplecheckout-methods-table label {
font-family: 'Roboto', sans-serif;
font-size:14px;
}


.magaz_wrap {
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 9999;
  background: #fff;
}

.magaz_row {
  padding-bottom: 5px;
  border-bottom: 1px solid #d4ddda;
  margin-bottom: 15px;
  overflow: hidden;
}

.mag_block {
width: 230px;
  float: left;
  border-right: 1px solid #d4ddda;
  padding: 15px;
  padding-right: 4px;
  padding-bottom: 3px;
  padding-left: 45px;
}


.mag_block a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1664c1;
  margin-bottom: 15px;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}

.mag_block a:hover {
text-decoration:underline;
}


.h_kv {
  font-size: 24px !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #6e6e6e;
  text-transform: uppercase;
}


.magazone_wrap {
  overflow: hidden;
  position: relative;
  z-index: 9999;
  background: #fff;
  margin-top: 25px;
}


.left_magazone {
  overflow: hidden;
  width: 450px;
  float: left;
}


.right_magazone {
  overflow: hidden;
  width: 450px;
  float: left;
}


.adress_blockone {
  background: url('../image/mapsone.jpg') left top no-repeat;
  padding-left: 56px;
  margin-left: 20px;
}

.adrone_h {
  font-size: 24px !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #1a1a1a !important;
}

.greyone {
  font-size: 18px !important;
  font-weight: 300 !important;
  color: #1a1a1a !important;
  line-height: 24px !important;
}


.phoneone {
  background: url('../image/phoneone.jpg') left center no-repeat;
  padding-left: 56px;
  min-height: 32px;
  padding-top: 10px;
  margin-left: 20px;
  font-size: 18px !important;
  font-weight: 300 !important;
  color: #1a1a1a !important;
  line-height: 24px !important;
}
.graph_items {
  color: #403839;
  font-size: 18px !important;
  padding-left: 55px;
}
.uspeh h1 {
color: #323232;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-top: 0;
}
.uspeh p {
font-size: 16px;
line-height: 22px;
color: #323232;
margin-bottom: 20px;
font-family: 'Roboto', sans-serif;
}

.uspeh a {
font-size: 16px;
line-height: 22px;
color: #1664c1;
font-family: 'Roboto', sans-serif;
}


.uspeh .button {
color:#fff;
}


.uspeh .breadcrumb a {
font-size:13px;
}

.uspeh .breadcrumb {
font-size:13px;
font-family: 'Roboto', sans-serif;
}



.user_acc h1 {
color: #323232;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-top: 0;
}

.user_acc h2 {
  color: #6d6c6c;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-decoration: none;
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-top: 0;
}


.user_acc p {
font-size:16px;
color: #323232;
font-family: 'Roboto', sans-serif;
text-decoration:none;
}


.user_acc li a {
font-size:16px;
color: #1664c1;
font-family: 'Roboto', sans-serif;
text-decoration:none;
}


.user_acc li a:hover {
text-decoration:underline;
}


.user_acc td {
font-size:13px;
color:#323232;
font-family: 'Roboto', sans-serif;
}

.user_acc input {
background:#fff;
border: 1px solid #1664c1;
font-family: 'Roboto', sans-serif;
font-size:14px;
color:#323232;
}


.user_acc label {
font-size:14px;
color:#323232;
font-family: 'Roboto', sans-serif;
}

.user_acc .content {
font-size:14px;
color:#323232;
font-family: 'Roboto', sans-serif;
}

.what_img {
text-align:center;
margin-top:10px;
margin-bottom:10px;
}


.pay_meth {
margin-top:25px;
font-size:18px;
color:#fff;
font-family: 'Roboto', sans-serif;
}

.pay_meth span {
padding-right:10px;
position:relative;
top:-20px;
}

.cs-title .slider_title {
display:inline-block;
font-size:35px;
color:#fff;
font-family: 'Roboto Condensed', sans-serif;
border-bottom:1px solid #3f86da;
line-height:43px;
text-transform:uppercase;
margin-bottom:25px;
}

.cs-title ul {
margin:0;
padding:0;
}


.cs-title li {
font-size:16px;
color:#fff;
line-height:23px;
padding-bottom:7px;
list-style:none;
font-family: 'Roboto', sans-serif;
background: url('../image/li_slider.png') left 7px no-repeat;
padding-left:28px;
}

.cs-title .more_slider {
font-size:16px;
font-family: 'Roboto', sans-serif;
font-weight:700;
color:#fff;
display:inline-block;
width:134px;
height:31px;
background: url('../image/more_slider.png') no-repeat;
padding-top:8px;
padding-left:18px;
margin-top:25px;
}


.cs-title .more_slider:hover {
color:#ccc;
}

.cs-title {
opacity:1 !important;
}


.cs-next {
font-size:0;
width:31px;
height:55px;
background: url('../image/next_butt.png') no-repeat;
border:0;
text-decoration:none;
background-color:transparent !important;
}

.cs-prev {
font-size:0;
width:31px;
height:55px;
background: url('../image/prev_butt.png') no-repeat;
border:0;
text-decoration:none;
background-color:transparent !important;
}

#cs-navigation-coin-slider0 {
display:block !important;
}

.coin-slider {
margin:0 auto;
width:1145px;
}


.coin_wrap {
width:100%;
overflow:hidden;
height:495px;
background: url('../image/coin_wrap.jpg') center no-repeat;
margin-top: -25px;
min-width: 1170px;
}


#tab-review div {
margin-bottom:0;
}


.seocmspro_author b {
font-size:16px;
color:#323232;
font-family: 'Roboto', sans-serif;
}


.com_date_added {
font-size:14px;
color:#323232;
font-family: 'Roboto', sans-serif;
font-style:italic;
}




.com_date_added a {
display:none;
}


.seocmspro_buy {
font-size:14px;
color:#323232;
font-family: 'Roboto', sans-serif;
}


#tab-review a {
font-size:16px;
color:#1664c1;
font-family: 'Roboto', sans-serif;
}

.field_title, .field_text {
font-family: 'Roboto', sans-serif;
font-size:16px !important;
color:#323232;
}

.bbcode-text {
font-family: 'Roboto', sans-serif;
font-size:16px !important;
color:#323232;
line-height:21px;
}


.text_karma  {
font-family: 'Roboto', sans-serif;
font-size:16px !important;
color:#323232;
}

.score {
font-family: 'Roboto', sans-serif;
font-size:16px !important;
}

.floatright.displayinline {
display:none;
}

#tab-review .pagination {
font-family: 'Roboto', sans-serif;
font-size:16px !important;
}

.seocmspro_author input, .addfields input {
background:#fff;
border:2px solid #f2f0f0;
font-family: 'Roboto', sans-serif;
font-size:16px;
color:#323232;
}

.captcha_status {
font-family: 'Roboto', sans-serif;
font-size:14px;
color:#323232;
}

#tab-review .buttons {
  margin-top: 10px;
  border:0;
}

#tab-review .buttons a {
color:#fff !important;
}

.articles_block h1 {
color: #323232;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-top: 0;
}

.articles_block .content-records a {
  color: #1664c1;
  font-family: 'Roboto', sans-serif;
  font-size:20px;
  text-decoration:none;
  margin-bottom:20px;
}

.articles_block .content-records a:hover {
text-decoration:underline;
}

.articles_block .description.record_description, ..articles_block .description.record_description span {
font-family: 'Roboto', sans-serif;
font-size:16px;
color:#323232;
line-height:21px;
}

.articles_block .zametki  {
display:none;
}

.articles_block .blog-date, .articles_block .blog-comments {
font-family: 'Roboto', sans-serif;
font-size:14px;
}

.articles_block .blog-date_container {
padding-bottom:10px;
}

.articles_block .pagination {
font-family: 'Roboto', sans-serif;
font-size:16px;
color:#323232;
border:0;
}


.record-content h1 {
color: #323232;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-top: 0;
}


.record-content p {
font-family: 'Roboto', sans-serif;
font-size:16px;
color:#323232;
line-height:21px;
margin-bottom:20px;
}

.record-content li {
font-family: 'Roboto', sans-serif;
font-size:16px;
color:#323232;
line-height:21px;
}

.blog-small-record {
margin-bottom:15px;
padding-bottom:5px;
}

.blog-data-record, .blog-comments-record {
font-family: 'Roboto', sans-serif;
font-size:14px;
}

.blog-next-prev a {
  color: #1664c1;
  font-family: 'Roboto', sans-serif;
  font-size:14px;
  text-decoration:none;
  margin-bottom:20px;
}

.blog-next-prev a:hover {
text-decoration:underline;
}

.record-content .record-info {
margin-bottom:25px;
}

#container_comments_record_id_4 .com_text .width100 {
  background-color: #e3e3e3;
  width: 40%;
  padding: 10px 20px 10px 20px;
  margin-bottom: 10px;
}

#container_comments_record_id_4 .comment_content.level_1 .width100  {
padding:0 !important;
margin-bottom:0 !important;
}

#cmswidget-4 input.blog-record, #cmswidget-4 input.automobilecss, #cmswidget-4 .seocmspro_author input {
width:318px;
height:35px;
background: url('../image/input_otz_mag.png') no-repeat;
border:0;
outline:0;
padding:0;
padding-left:25px;
}

#cmswidget-4 .color_entry_name {
color:#323232;
font-family: 'Roboto', sans-serif;
padding-left: 10px;
}

#cmswidget-4 .addfields .width100 {
overflow:hidden;
margin-top:10px;
}

#cmswidget-4 .addfields .width100 div {
  float: left;
  margin-right: 18px;
}


#cmswidget-4 .seocmspro_author ins a.textdecoration_none.hrefajax {
margin-left:15px;
}


#cmswidget-4 .button.button-comment {
width:155px;
height:30px;
background: url('../image/otz_butt_magaz.png') no-repeat;
padding:0;
color:#fff;
font-size:16px;
font-family: 'Roboto', sans-serif;
font-weight:700;
box-shadow:none;
padding-top:9px;
border:0;
}

#cmswidget-4 .button.button-comment:hover {
background-position:0 -39px;
}


#cmswidget-4 .comment_content.level_0 {
border:0;
background: url('../image/comm_mag_bot_bg.png') bottom center no-repeat;
padding-bottom: 40px;
}

.comment_right_block {
background:#f2f0f0;
text-align:center;
padding-top:25px;
padding-bottom:25px;
}


.comment_right_block .ver_h {
font-size:30px;
color:#323232;
text-align:center;
font-family: 'Roboto Condensed', sans-serif;
margin-bottom:25px;
}

.comment_right_block .p_type {
font-size:22px;
font-family: 'Roboto Condensed', sans-serif;
font-weight:700;
color:#323232;
text-align:center;
margin-bottom:15px;
}
.col-sm-10 h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5em;
  color: #6849a0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 500;
}
.pull-left {
  float: left!important;
}
.img-rounded {
  border-radius: 6px;
}
.row {
  width: 100%;
    float: left;
  clear: both;
}
img.map_1 {
  margin: 0 auto!important;
  display: block;
}
.col-sm-4 {
  width: 33.33333333333333%;
  float: left;
}
.col-sm-4.text-center span {
  text-align: center;
  padding-bottom: 20px;
  display: block;
  font-style: italic;
  font-weight: 500;
  color: #1664c1;
}
.img_centr {
  width: 600px;
  margin: 0 auto;
}
.img_centr img {
  width: 100%;
}
.img_centr {
  width: 800px;
  margin: 0 auto;
  padding: 40px;
  background: #ccc;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.col-sm-12.text-center h1 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #6849a0;
  margin: .67em 0;
}
.record-content p img {
  margin: 0 auto;
  display: block;
}
.row table {
  margin: 0 auto;
}
.row table td {
  padding: 0 10px;
}
.category-info span img {
  display: block;
  margin: 0 auto;
}
.category-info h2 span {
  color: #2471CE;
  font-size: 22px;
}
.col-sm-3 {
  width: 25%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
 }
 .col-sm-3 img {
  width: 50%!important;
}
 .col-sm-8 {
  width: 66.66666666666666%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


.wrap-set .product-item .name {
width: 215px;
}


.info_page {
overflow:hidden;
}


.info_page .breadcrumb {
margin-top:15px;
}
/*** Стили относящиеся к модальному окну и содержанию ***/
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
table.sof_table {
  margin-top: 20px;
  border-right: 1px solid #ccc;
}
table.sof_table td {
  padding: 5px 10px!important;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
tr.hed {
  background-color: #E4E4E4;
}
.row_table {
  width: 1120px;
  margin: 0 auto;
  padding-top: 20px;
}
.map_div {
  min-width: 1170px;
}


.container_reviews a.textdecoration_none ins.buut_com {
display:block;
font-sizE:0;
width:178px;
height:33px;
background: url('../image/button_otzv_magazine.png') no-repeat;
border:0;
}


.container_reviews a.textdecoration_none ins.buut_com:hover {
background-position:0 -33px;
border:0;
}


.social_share_button {
margin: 0 auto;
width: 100%;
text-align: center;
margin-bottom: -20px;
padding-bottom:20px;
}


.buta_com {
position: relative;
  top: -75px;
  z-index: 99999;
  left: 648px;
}


.simplecheckout-block-content .simplecheckout-customer-right select {
  background: #fff !important;
  border: 1px solid #1664c1 !important;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #323232;
  width: 104%;
}

.b-top {z-index:2600;position:fixed;left:0;bottom:90px;width:34%;margin-left:50%;opacity: 0.5;filter:alpha(opacity=50);}
.b-top:hover {opacity:1;filter:alpha(opacity=100);cursor:pointer;}
.b-top-but {z-index:2600;position:absolute;display:block;left:56px;bottom:0;margin:0 0 0 100%;padding:32px 12px 4px;
color:#1664C1;background:#D8D5C2 url(/image/b-j-top.png) no-repeat 50% 11px;border-radius:7px;}

#youtube {
margin: 0px;
background: e6eeee;
z-index: 2;
position: fixed;
top: 400px;
right: 0px;
}


.category-info ul li {
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #323232;
    line-height: 21px;
	margin-bottom:5px;
	list-style-type:square;
}


.tab-content ul li {
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #323232;
    line-height: 21px;
	margin-bottom:5px;
	list-style-type:square;	
}


.info_page ul li {
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #323232;
    line-height: 21px;
	margin-bottom:5px;
	list-style-type:square;	
}





.category-info ol li {
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #323232;
    line-height: 21px;
	margin-bottom:5px;
}


.tab-content ol li {
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #323232;
    line-height: 21px;
	margin-bottom:5px;
}


.info_page ol li {
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #323232;
    line-height: 21px;
	margin-bottom:5px;
}
.step_finish {
width: 381px;
  height: 95px;
  margin-top: 70px;
  margin-left: 760px;
  background: url(../image/car2.png);
}
.slide-social {
          width: 250px;
}    