@font-face {
  font-family: 'RobotoMedium';
  src: url('../fonts/Roboto-Medium.ttf')  format('truetype');
}
@font-face {
  font-family: 'RobotoItalic';
  src: url('../fonts/Roboto-Italic.ttf')  format('truetype');
}
@font-face {
  font-family: 'RobotoLight';
  src: url('../fonts/Roboto-Light.ttf')  format('truetype');
}
@font-face {
  font-family: 'RobotoRegular';
  src: url('../fonts/Roboto-Regular.ttf')  format('truetype');
}
@font-face {
  font-family: 'RobotoBold';
  src: url('../fonts/Roboto-Bold.ttf')  format('truetype');
}
html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	color: #cd0000;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #cd0000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
a, a:visited, a b {
	color: #cd0000;
	text-decoration: none;
	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: 963px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position:relative;
}

#column-left {
	float: left;
	width: 195px;
}
#column-right {
	float: right;
	width: 156px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 210px;
}
#column-right + #content {
	margin-right: 170px;
}
/* header */
#header {
	margin-top: 18px;
    min-height: 74px;
	width: 100%;
	display:inline-block;
}
#header #logo {
	float:left;
	width: 240px;
}
#language {
	position: absolute;
	top: 15px;
	left: 320px;
	width: 80px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	line-height: 17px;
    position: absolute;
    right: 140px;
    top: 24px;
    width: 75px;
	z-index: 99;
}
#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;
    right:0px;
    top: 10px;
    z-index: 9;
	min-width: 248px;
}
#header #cart .heading {
	float: right;
	margin-top: 15px;
	padding-left: 14px;
	padding-right: 14px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background: #FFF;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #343434;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #cd0000;
	font-weight:bold;
	text-decoration: none;
}
#header #cart .heading a span {
	background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 110px;
	border-top: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	-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;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;

	background: #FFF;
}
#header #cart.active .heading {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 6px;
	border-top: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	-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;
}
#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 {
	margin-left: 255px;
	width: 460px;
}
#header .button-search {
	background: url('../image/seach.png') center center no-repeat;
	width: 41px;
	height: 43px;
	cursor: pointer;
	float:right;
	margin-top: 5px;
}
#header #search input {
	background:none;
	padding: 2px 2px 2px 10px;
	width: 405px;
	margin-top: 5px;
	height: 37px;
	color:#cecece;
	font-size:16px;
	border: 1px solid #c5c5c5;
}
#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	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;
}
/* menu */
#menu {
	background: none;
	height: 37px;
	margin-bottom: 15px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 1;
	padding: 6px 5px 5px 0px;
}
#menu > ul > li:hover {
	
}
#menu > ul > li > a {
	font-size: 14px;
	color: #101010;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 10px 6px 10px;
	z-index: 6;
	position: relative;
}
#menu > ul > li:hover > a {
	text-decoration: underline;

}
#menu > ul > li > div {
	display: none;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: #FFFFFF;
}
#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: #101010;
	display: block;
	white-space: nowrap;
	min-width: 120px;
	
}
#menu > ul > li ul > li > a:hover {
}
#menu > ul > li > div > ul > li > a {
	color: #101010;
}
.breadcrumb {
	color: #484848;
	margin-bottom: 10px;
}
.breadcrumb a{
	color: #484848;
	text-decoration:none;
}
.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 {
	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;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: right;
}
.pagination .links a {
	display: inline-block;
	text-decoration: none;
	color: #888888;
	margin-right: 5px;
	font-family:'RobotoRegular', arial;
}
.pagination .links b {
	display: inline-block;
	font-weight: normal;
	text-decoration: none;
	color: #1d1d1d;
	margin-right: 5px;
	font-family:'RobotoRegular', arial;
}
.pagination .results {
	float: left;
	padding-top: 3px;
	font-family:'RobotoRegular', arial;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: 'RobotoMedium', Arial;
	font-size: 16px;
	font-weight: normal;
	background: #cd0000;
	border: 1px solid #cd0000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius:3px;
	border-radius: 3px;
	text-transform: uppercase;
}
a.cntbutton {
	cursor: pointer;
	color: #cd0000;
	line-height: 24px;
	font-family: 'RobotoMedium', Arial;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
.cartbuttons {
	overflow: auto;
	border-bottom:1px solid #dddddd;
	padding: 6px 6px 25px;
	margin-bottom: 20px;
}
.cartbuttons .right {
	float: right;
	text-align: right;
}
.cartbuttons .left {
	float: left;
	text-align: left;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
input.button {
	border: 0 none;
    height: 34px;
    margin: 0;
    padding: 0 12px;
}
a.button:hover, input.button:hover {
	background-position: 0px -24px;
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .right {
	float: right;
	text-align: right;
}
.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-top: 1px solid #a9a9a9;
	padding-top: 20px;
	padding-bottom: 4px;
}
.htabs a {
	padding: 7px 15px 6px 15px;
	float: left;
	font-family:'RobotoMedium', arial;
	font-size: 17px;
	text-align: center;
	text-decoration: none;
	color: #292929;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
	border-bottom:4px solid #cc0000;
}
.tab-content {
	border-bottom: 1px solid #a9a9a9;
	padding: 18px;
	margin-bottom: 20px;
	z-index: 2;
	font-size:14px;
	font-family:'RobotoRegular', arial;
	overflow: auto;
}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading-box {
	background-color: #cd0000;
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    text-align: left;
    text-indent: 10px;
}
.box .box-heading {
	border-bottom: 1px solid #989898;
	padding: 0 0 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 14px;
	color: #444b44;
	margin-top: 10px;
	text-transform: uppercase;
	text-align:left;
}
.box .box-content {
	padding-top:10px;
	padding-bottom:10px;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
	width:224px;
	background-color:#f7f7f7;
	border:1px solid #eaeaea;
	display: inline-block;
	vertical-align: top;
	margin-right: 16px;
	margin-bottom: 20px;
	text-align:center;
	*display:inline;zoom:1;
}
.box-product > div:nth-child(4){
	margin-right: 0;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 8px;
	height: 224px;
	overflow: hidden;
}
.box-product .image img {
}
.box-product .name {
	height: 41px;
    overflow: hidden;
    padding-left: 6px;
    padding-right: 6px;
    text-align: left;
}
.box-product .name a {
	color: #cd0000;
	font-family:'RobotoMedium', arial;
	font-size: 15px;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	font-family:'RobotoBold', arial;
	color: #000000;
    float: left;
    margin-left: 6px;
    text-align: left;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
    float: right;
    margin-right: 6px;
}
/* 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-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
}
.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 {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
	margin-bottom: 20px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #484848;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #484848;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #484848;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list{}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #eaeaea;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #cd0000;
    display: block;
    font-family: "RobotoMedium",arial;
    font-size: 15px;
    margin-bottom: 4px;
    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: #000000;
    font-family: "RobotoBold",arial;
}
.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: #000000;
	text-decoration: none;
	padding-left: 18px;
	display: block;
}
.product-list .compare a {
	color: #000000;
	text-decoration: none;
	padding-left: 18px;
	display: block;
}
.product-grid {
	width: 100%;
	margin-top: 20px;
	overflow: auto;
}
.product-grid > div {
	background-color: #f7f7f7;
	border: 1px solid #eaeaea;
    display: inline-block;
	*display:inline;zoom:1;
    margin-bottom: 10px;
    margin-right: 2px;
    padding: 2px;
    text-align: center;
    vertical-align: top;
    width: 178px;
}
.product-grid > div.lastdiv {
    margin-right: 0;
}
#column-left + #column-right + #content .product-grid > div {
}
.product-grid .image {
	display: block;
    height: 182px;
    margin-bottom: 8px;
    overflow: hidden;
}
.product-grid .image img {
	
}

.product-grid .name {
    height: 42px;
    overflow: hidden;
    padding-left: 6px;
    padding-right: 6px;
    text-align: left;
}
.product-grid .name a {
	color: #cd0000;
    display: block;
    font-family: "RobotoMedium",arial;
    font-size: 15px;
    margin-bottom: 4px;
    text-decoration: none;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	clear:both;
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
}
.product-grid .price {
	color: #000000;
    float: left;
    font-family: "RobotoBold",arial;
    margin-left: 6px;
    text-align: left;
}
.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 {
}
.product-grid .wishlist a {
	color: #000000;
	text-decoration: none;
	float: left;
	font-size: 11px;
	margin-left: 5px;
	margin-bottom:10px;
}
.product-grid .compare a {
	color: #000000;
	text-decoration: none;
	float: right;
	margin-right: 5px;
	font-size: 11px;
	margin-bottom:10px;
}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
    margin-right:12px;
    width: 400px;
}
.product-info > .right {
	float: right;
    width:380px;
}
.pinfoship, .pinfousp{border:1px solid #ebebeb;background-color:#f9f9f9;padding: 12px;-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;margin-top: 10px;}
.pinfoshipping {
	color: #474747;
    font-size: 12px;
    line-height: 26px;
    
}
.pinfoavl {
	color: #cc0000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 12px;
}
.pinfousptitle {
	color: #cc0000;
    font-size: 18px;
    font-family: "RobotoMedium", arial;
    margin-bottom: 5px;
}
.factory-based div {
	background:url("../image/arrow.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);text-indent:12px;
	color: #5a5a5a;
    font-size: 14px;
    margin-bottom: 5px;
}
.captcabg{
	background: rgba(0, 0, 0, 0) url("../image/captcabg.png") no-repeat scroll 0 center; display: inline-block;font-family: "Comic Sans MS";font-size: 14px;height: 35px;
    line-height: 34px; text-align: center; width: 150px;margin-left: 15px;
}
.infohelp{text-align:right;margin-top:20px;margin-bottom:5px;font-size: 15px;font-family: "RobotoMedium", arial;}
.infoneedhelp{color:#222222;}
.infocontact a{color:#cc0000;font-size: 15px;text-decoration:underline;}
/*.product-info > .left + .right {
	margin-left: 380px;
}*/
.product-info .image {
	background-color: #ededed;
    float: left;
    margin-bottom: 20px;
    text-align: center;
}
.product-info .image-additional {
	width: 100%;
	clear: both;
	margin-left: 2px;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 0px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 14px;
	margin-bottom: 10px;
}
.product-info .description {
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #1d1d1d;
	font-size:13px;
	font-family:'RobotoRegular', arial;
}
.product-info .description span {
	color: #cc0000;
	
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.bortop{border-top: 1px solid #a4a4a4;}
.product-info .price {
	overflow: auto;
	padding: 0px 5px 10px 5px;
	font-size: 15px;
	color: #1d1d1d;
	font-family:'RobotoBold', arial;
}
.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: 0px 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 {
	border-bottom: 1px solid #a4a4a4;
	padding: 20px 5px 10px;
	margin-bottom: 4px;
	color: #4D4D4D;
}
.product-info .infocomwish a{color:#4b4b4b;}
.product-info .infocomwish {
	color:#4b4b4b;
	clear:both;
	padding-top: 16px;
	font-size:14px;
	font-family:'RobotoRegular', arial;
}
.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, .product-info .review a{
	color:#303030;
	font-size:13px;
	font-family:'RobotoRegular', arial;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #a4a4a4;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.share {
    padding-bottom: 24px;
    padding-top: 16px;
}
.product-info .refund {
	color: #d00101;
	font-family:"RobotoMedium", arial;
	font-size:13px;
	float:right;
}
.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;
}
.carttitle {
	color:#737d83;
	font-family:'RobotoLight', arial;
	font-weight:bold;
}
.carthelp{float:right;font-family:'RobotoLight', arial;font-size:15px;font-weight:normal;}
.cartnumber{color:#cd0000;}
.cart-info td {
	padding: 7px;
}

.cart-info td, .cart-info a {
	font-family:'RobotoLight', arial;
	font-size:13px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
	height:30px;
}
.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 */ 
#footer {
	clear: both;
	min-height: 100px;
	padding: 20px;
	background:url('../image/footer_top.png') center top no-repeat;
	margin-top: 30px;
}
#footer h3 {
	color: #736e74;
    font-family: "RobotoMedium",arial;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 8px;
    margin-top: 0;
}
#footer .column {
	float: left;
	width: 20%;
	min-height: 165px;
}
#footer .column ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a {
	text-decoration: none;
	color: #736e74;
	font-family:'RobotoLight', arial;
}
#footer .question{color: #000000;font-family:'RobotoRegular', arial;font-size:16px;padding-bottom: 5px;padding-top: 5px;}
#footer .email{color: #6e6e6e; font-family:'RobotoRegular', arial;font-size:14px;padding-bottom: 5px;padding-top: 5px;}
#footer .column a:hover {
	text-decoration: none;
}
#powered {
	background-color: #f4f4f4;
    clear: both;
	color:#000000;
	font-family:'RobotoLight', arial;
	font-size:13px;
    line-height: 50px;
    margin-top: 5px;
    min-height: 44px;
    text-align: center;
}
#powered a, #powered a:hover{color:#000000;text-decoration: none;font-size:13px;}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}


#top_menu{
	background-color:#ebebeb;
	height:39px;
}
#top_menu .links img {
    height: 14px;
    width: 21px;
}
#top_menu .links {
	padding-top: 11px
}
#top_menu .links div, #top_menu .links div a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #343434;
	text-decoration: none;
	font-size: 12px;
}
#top_menu .links div + div {
	margin-left: 10px;
	border-left: 1px solid #d5d5d5;
}

#top_menu .fright{
	float:right;
	padding-top: 0px;
}
.rcust{color:#cd0000;font-weight:bold;font-size:18px;}
.texthead{
	border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    color: #808080;
    font-size: 13px;
    margin-bottom: 15px;
    
	text-align: center;
    text-transform: uppercase;
}

.span_1_of_2 { width: 49.26%;padding-bottom: 14px;
    padding-top: 14px; }
.col {
	display: block;
	float:left;
}
.col:first-child { margin-left: 0; }
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
.borderright{border-right:1px solid #d8d8d8;}
.testimonials{border:1px solid #ebebeb;background-color:#f9f9f9;padding-left: 12px;padding-right: 12px;padding-top: 12px;-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;}
.box-heading-testimonials{font-family:'RobotoMedium', arial;font-size:20px;color:#cd0000;}
.box-content-testimonials{padding-top:12px;}
.testimon-message {
	background:url('../image/double_quota.png') left top no-repeat;
	font-family:'RobotoItalic', arial;
	color:#000000;
	font-size:14px;
	text-indent: 16px;
}
.testimon-auth{font-family:'RobotoItalic', arial;font-size:15px;color:#cd0000;}
.testimon-date{font-family:'RobotoMedium', arial;font-size:12px;color:#000000;}
.testimon-meta{padding-top:8px;}
.testimon-item {background: url("../image/testimon.png") center right no-repeat;}
.module-testimon-rating {
	background:url('../image/rate_bg.png') center center repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	height:27px;
	line-height: 29px;
    overflow: hidden;
    text-align: center;
    width: 84px;
}
a.tbutton, input.tbutton {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #cd0000;
	border: 1px solid #cd0000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius:3px;
	border-radius: 3px;
	text-transform: uppercase;
}
a.tbutton {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
tbutton.button {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 12px 0px 12px;
}
a.tbutton:hover, input.tbutton:hover {
}
.tbutton {
	background: #cd0000;
	border: 1px solid #cd0000;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.tbutton .left {
	float: left;
	text-align: left;
}
.tbutton .right {
	float: right;
	text-align: right;
}
.tbutton .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.clear{
	clear:both;
}
.cart{clear:both;padding-top:15px;padding-bottom:15px;}
.flinks{clear:both;margin-top: 15px;}
.flinks div, .flinks div a {
	color: #3f3f3f;
    display: inline-block;
    *display: inline;zoom:1;
    font-family: "RobotoBold",arial;
    font-size: 16px;
    padding-right: 50px;
    text-align: left;
	margin-bottom: 30px;
    text-decoration: none;
}
.flinks div.paddRg{padding-right: 0;}

.uvp{color:#6f6f6f;font-size:16px;font-weight:bold;text-align:center;}
.weoffer{color: #888888;font-family:'Arial Black', 'Arial Bold', arial;font-size:12px;font-weight: bold;text-align: center;text-transform: uppercase;padding-bottom: 6px;}
.custmade{color: #cd0000;font-family:'Arial Black', 'Arial Bold', arial;font-size:26px;font-weight: bold;text-align: center;text-transform: uppercase;}

.custmadefind{color:#a6a6a6;font-size:13px;font-weight: bold;text-align: center;}
.uvpcontent > div{display: inline-block;*display:inline;zoom:1;margin-bottom: 30px; margin-right: 10px; margin-top: 20px; vertical-align: top; width:29%;}
.uvpcontent > div.and{width:33px;padding-top: 15px;}
.uvpcontent > div:nth-child(3){margin-right:0;}

.catsname{background:url('../image/cates_arrow.png') top left no-repeat;text-indent:10px;padding-bottom:6px;}
.catsname a{color:#7b7b7b;}
.pointer{cursor: pointer;}
#primary_nav_wrap, .menumobile{display:none;}
.fleft{float:left;}
.fright{float:right;}
IMG{max-width:100%}
.box-product .mul-img{height: 170px;}



/* box */
#column-right div.box {
	background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius:3px;
	border-radius: 3px;
    padding: 12px 12px 0;
}
#column-right div.box-product div.image{height:130px;}
#column-right div.box .box-heading, #column-right div.box-heading-testimonials {
	border-bottom: 1px solid #989898;
	padding: 0 0 12px;
	font-family: "RobotoMedium",arial;
	font-size: 13px;
	line-height: 14px;
	color: #444b44;
	text-transform: uppercase;
	text-align:left;
}
#column-right div.box .box-content {
	padding-top:10px;
	padding-bottom:10px;
}
/* box products */
#column-right div.box-product {
	width: 100%;
	overflow: auto;
}
#column-right div.box-product > div {
	width:99%;
	margin-right:0;
	background-color:none;
	border:none;
	vertical-align: top;
	margin-bottom: 20px;
	text-align:center;
}
#column-right a.tbutton, input.tbutton{text-transform: none;font-size:11px;}
#column-right .tbutton{padding:2px;}
#column-right #acccredit .box-product > div{background:none;}

ul.account{
	margin:0;
	padding:0;
	list-style:none;
}
ul.account li{
	list-style:none;
	background:url("../image/arr.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);text-indent:10px;
	color: #cd0000;font-family:'RobotoRegular', arial;
	margin-bottom: 4px;
	text-align:left;
}
h2.acctitle, .addr{
	color: #000000;
	font-size:17px;
	font-family:'RobotoMedium', arial;
	margin-bottom:10px;
	font-weight:normal;
}
.accbox{
	background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
    padding: 12px;
	margin-bottom:14px;
}

.pinfopname{background:url('../image/dil_icon.png') 0 5px no-repeat;text-indent:26px;color:#4a4945;font-size:22px;}
.testi_line{background:url('../image/testi_line.png') center center no-repeat;height:10px;margin-bottom:16px;}
.testimon-message-details {background:url('../image/dq.png') left top no-repeat; font-family:'RobotoItalic', arial; color:#000000;font-size:17px; text-indent:30px;}
.testimon-auth-details{font-family:'RobotoMedium', arial;font-size:17px;color:#cd0000;}
.testimon-date-details{font-family:'RobotoItalic', arial;font-size:13px;color:#484848;}
#topmenu, .slicknav_menu{display:none;}
h1.faq, h1.contact{color:#484848;font-size:40px;font-family:'RobotoLight', arial;}
.livechat {left: 342px;position: absolute;top: 9px;z-index: 999;}
.location{color: #cd0000;font-size: 18px;margin-bottom: 5px;margin-top: 0;}
.store{color: #cd0000; font-family:'RobotoRegular', arial;font-size:15px;padding-top:10px;padding-bottom:10px;}
.caddress{color: #1e1e1e; font-family:'RobotoRegular', arial;font-size:15px;padding-bottom:10px;}
.contactdetails{background-color: #f8f8f8;border: 1px solid #d9d9d9;-webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius:3px; border-radius: 3px;padding: 16px;overflow: auto;}
.addr{background:url('../image/location.png') 0 1px no-repeat;text-indent:25px;}
#content .contact-info .left{float: left;width:29%;background: url("../image/contactline.png") center right no-repeat;padding-right: 12px;}
#content .contact-info .left2{float: left;width: 30%;background: url("../image/contactline.png") center right no-repeat;margin-left: 30px;}
.contectemail{background: url("../image/contectemail.png") 0 5px no-repeat;text-indent:30px;color:#1e1e1e;font-size:15px;font-family:'RobotoRegular', arial;}
.contactmobile{background: url("../image/contactmobile.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);color: #1e1e1e;font-family: "RobotoRegular",arial;font-size: 17px;height: 30px;margin-left: 4px;margin-top: 14px;text-indent: 26px;}
.contacthours{background: url("../image/contacthours.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);color: #1e1e1e;font-family: "RobotoRegular",arial;font-size: 15px;margin-top: 14px;text-indent: 30px;}
.mf{color:#cd0000;font-family:'RobotoRegular', arial;padding-top:6px;}
.mfa{font-family:'RobotoMedium', arial;padding-top:2px;}
.contectemail a, .contactmobile a, .contacthours a{color: #1e1e1e;font-size: 17px;}
.confactform{color:#d3181d;font-family:'RobotoMedium', arial;font-size:20px;padding-top:25px;padding-bottom:15px;font-weight: normal;}
.contactcontent, .contactcontent b{color:#333333;font-family:'RobotoMedium', arial;font-size:16px;font-weight:normal}
.contactcontent input[type='text'], .contactcontent input[type='email']{background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);border: 2px solid white;box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset, 0 0 6px rgba(0, 0, 0, 0.1);font-size: 16px;margin: 10px 0;padding: 5px;width: 45%;}
.contactcontent textarea{background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);border: 2px solid white;box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset, 0 0 6px rgba(0, 0, 0, 0.1);font-size: 16px;margin: 10px 0;padding: 5px;width:65%;}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

 #emailoffer {
     width:280px;
     padding-bottom: 2px;
    display:none;
    background: #FFF;
        border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
        box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

#emailoffer-header { padding: 18px 18px 14px 18px; border-bottom: 1px solid #CCC; border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }

#emailoffer-header  h2 { color: #444; font-size: 2em; font-weight: 700; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
#emailoffer-header  p { color: #444; font-size: 1.3em; margin: 0; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); text-shadow: none; }

#emailoffer .txt-fld { position: relative; width: 364px; padding: 14px 20px; border-bottom: 1px solid #EEE; text-align: right; }
#emailoffer .btn-fld { width: 254px; overflow: hidden; padding: 12px 20px 12px 130px; }

#emailoffer .txt-fld label { display: block; float: left; width: 90px; padding-top: 8px; color: #222; font-size: 1.3em; text-align: left;  }
#emailoffer .txt-fld input { width: 244px; padding: 8px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-size: 1.2em; color: #222; background: #F7F7F7; font-family: "Helvetica Neue"; outline: none; border-top: 1px solid #CCC; border-left: 1px solid #CCC; border-right: 1px solid #E7E6E6; border-bottom: 1px solid #E7E6E6; }
#emailoffer .txt-fld input.good_input { background: #DEF5E1 url(../img/good.png) 236px center no-repeat; }
#emailoffer .txt-fld input.error_input { background: #FDE0E0; }
.offer{padding:14px 20px;;}


p.error { position: absolute; bottom: 48px; right: 20px; width: 262px; color: #FFF; font-size: 1.1em; padding-bottom: 5px; background: url(../img/error-arw.png) 20px bottom no-repeat; text-align: left; margin: 0; text-shadow: none; }
p.error span { display: inline-block; background: #D43636; padding: 6px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;  }
.txt-fld input:focus, .txt-fld textarea:focus { background-color: #FAF9DC; }
        
button {
	float: right;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background: #3F9D4A; 
	border: none;
  width: auto;
  overflow: visible;
  font-size: 1.4em;
  color: #FFF;
 padding: 7px 10px;  border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; font-weight: bold; text-shadow: 0 1px 0 rgba(0,0,0,0.4);}
        
.modal_close { position: absolute; top: 12px; right: 12px; display: block; width: 14px; height: 14px; background: url(../image/modal_close.png); z-index: 2; }
.login-form input[type=text], .login-form input[type=password], .login-form select {
	width:30%;
}
.twidth{width:65%;}
.offerform {
    max-width: 100%;
}

@media only screen and (max-width:480px) {
	.span_1_of_2 { width: 100%; }
	#primary_nav_wrap{display:block;}
	#primary_nav_wrap ul{z-index:9999;width: 100%;list-style:none;position:relative;background-color:#ebebeb;margin:0;padding:0;}#primary_nav_wrap ul a{display:block;color:#343434;text-decoration:none;font-weight:700;font-size:12px;line-height:32px;padding:0 15px;}#primary_nav_wrap ul li{position:relative;margin:0;padding:0;background-color:#ebebeb;}#primary_nav_wrap ul li.current-menu-item{background:#ddd;}#primary_nav_wrap ul li:hover{background:#f6f6f6;}#primary_nav_wrap ul ul{display:none;position:absolute;top:100%;left:0;background:#fff;padding:0;}#primary_nav_wrap ul ul li{float:none;width:100%;}#primary_nav_wrap ul ul a{line-height:120%;padding:10px 15px;}#primary_nav_wrap ul ul ul{top:0;left:100%;}#primary_nav_wrap ul li:hover>ul{display:block;}
	
	#top_menu, #menu, .uvpcontent > div.and{display:none;}

	#container {width: 98%;}
	#header #logo{float:none;width:100%;text-align: center;}
	#currency{margin-top: 10px;position: relative;right:0;top:0;float: left;}
	#header #cart{position: relative;top:0;}
	#header #cart .heading{float: right;margin-top: 12px;}
	#header #search{margin-left:0;width:100%;text-align:center;}
	#header #search input{width:80%;}
	.menumobile{display:block;margin-top:10px;}
	.borderright{border-bottom:1px solid #d8d8d8;border-right:0px;}
	.uvpcontent > div{width: 100%;border-bottom:1px dashed #d8d8d8;margin-bottom:0;margin-right:0;margin-top:10px;padding-bottom: 10px;}
	.uvp img{display:none;}
	.uvp{text-decoration:underline;}
	.testimon-item{background:none;}
	.box{text-align: center;}
	.box-product, .product-grid{margin: 0 auto;}
	.box-product .mul-img{height: 50px;}
	.box-product .mul-name a{font-size:10px;}
	.box-product .mul-price{font-size:10px;}
	.box-product .mul-name {height:86px;}
	.box-product > div, .product-grid > div{width:98%;margin: 0 auto;margin-bottom:10px;}
	.product-list .name, .product-list .description{float:left;}
	.product-list .wishlist, .product-list .compare{display:none;}
	.product-list .right{float:left;display:block;}

	.slicknav_menu{display:block;}

	.flinks div, .flinks div a{font-size:12px;font-weight:normal;padding-right:0;text-align:center;width:48%;margin-bottom:15px;}
	#footer{background-size:contain;padding:2px;}
	#footer .column{width:100%;min-height: 120px;}
	#footer .column ul{background-color: #f9f9f9;border:0px solid #ebebeb;overflow:auto;padding:5px;}
	#footer .column ul li{float: left;width: 50%;min-height: 30px;}
	#footer .column ul li a{font-size: 12px;}
	#footer .question{padding:0;margin-top:-4px;}

	.none, .colrgt, .newspage{display:none;}
	#column-left{float:none;width:100%;}
	#column-left + #column-right + #content, #column-left + #content{margin-left:0;}
	.wishcomp{clear:both;margin-top:5px;}
	
	.product-info .image{float:none;font-weight: bold;}
	.product-info > .left, .product-info > .right{float:none; width:99%;}
	.product-info .cart div > span.fright, .product-info .refund{float:none;display:block;}
	.box .box-heading{font-size: 12px;}
	#column-right{float:left;width:99%;margin-top:15px;}
	#column-right + #content{margin-right:0;}
	.product-info{overflow: visible;}
	#column-right div.testimon-all, .carthelp, .cartbuttons .right, .cartbuttons .left{float:none;display:block;}
	#top_menu div.livechat{display:block;}
	.livechat {left: 10px;position: absolute;top: -34px;z-index: 999;}
	.product-info .image-additional{margin-left:-6px;}
	.product-info .image-additional img {height: auto;width: 55px;}
	.htabs{height:auto;}
	.tab-content{clear:both;background-color: #f9f9f9;border: 1px solid #ebebeb;margin-top:5px;}
	.htabs a{font-size:11px;padding:4px 5px 3px 0;}
	.factory-based div{font-size: 11px;}
	.login-content .left{float:none;width:99%;}
	.login-content .right{float:none;width:99%;}
	#content .contact-info .left, #content .contact-info .left2{float:none;width:100%;background:none;margin-left:0;}
	.contactcontent input[type='text']{width:75%;}
	.contactcontent textarea{width:85%;}
	.login-form input[type="text"], .login-form input[type="password"], .login-form select{width:90%;}
	.twidth{width:99%;}
	.captcabg{margin-left:0;}
}
@media (min-width:481px) and (max-width:962px){
	.span_1_of_2 { width: 100%; }
	#primary_nav_wrap{display:block;}
	#primary_nav_wrap ul{z-index:9999;width: 100%;list-style:none;position:relative;background-color:#ebebeb;margin:0;padding:0;}#primary_nav_wrap ul a{display:block;color:#343434;text-decoration:none;font-weight:700;font-size:12px;line-height:32px;padding:0 15px;}#primary_nav_wrap ul li{position:relative;margin:0;padding:0;background-color:#ebebeb;}#primary_nav_wrap ul li.current-menu-item{background:#ddd;}#primary_nav_wrap ul li:hover{background:#f6f6f6;}#primary_nav_wrap ul ul{display:none;position:absolute;top:100%;left:0;background:#fff;padding:0;}#primary_nav_wrap ul ul li{float:none;width:100%;}#primary_nav_wrap ul ul a{line-height:120%;padding:10px 15px;}#primary_nav_wrap ul ul ul{top:0;left:100%;}#primary_nav_wrap ul li:hover>ul{display:block;}
	.slicknav_menu{display:block;}
	#top_menu, #menu, .uvpcontent > div.and{display:none;}
	#container {width: 98%;}
	#header #logo{float:none;width:100%;text-align: center;}
	#currency{margin-top: 10px;position: relative;right:0;top:0;float: left;}
	#header #cart{position: relative;top:0;}
	#header #cart .heading{float: right;margin-top: 12px;}
	#header #search{margin-left:0;width:100%;text-align:center;}
	#header #search input{width:80%;}
	.testimon-item{background:none;}
	.menumobile{display:block;margin-top:10px;}
	.borderright{border-bottom:1px solid #d8d8d8;border-right:0px;}
	.uvpcontent > div{width: 100%;border-bottom:1px dashed #d8d8d8;margin-bottom:0;margin-right:0;margin-top:10px;padding-bottom: 10px;}
	.uvp img{display:none;}
	.uvp{text-decoration:underline;}
	.box{text-align: center;}
	.box-product, .product-grid{margin: 0 auto;}
	.box-product > div, .product-grid > div{width:46%;}
	.box-product > div:nth-child(2){margin-right: 0;}
	.flinks div, .flinks div a{padding-right:0;text-align:center;width:48%;margin-bottom:15px;}
	
	#footer{background-size:contain;padding:2px;}
	#footer .column{width:100%;min-height: 120px;}
	#footer .column ul{background-color: #f9f9f9;border:0px solid #ebebeb;overflow:auto;padding:5px;}
	#footer .column ul li{float: left;width: 50%;min-height: 30px;}
	#footer .column ul li a{font-size: 12px;}
	#footer .question{padding:0;margin-top:-4px;}
	
    #column-right div.testimon-all, .carthelp, .cartbuttons .right, .cartbuttons .left{float:none;display:block;}
	.box-product .mul-img{height: 50px;}
	.box-product .mul-name {height:86px;}
	.box-product .mul-name a{font-size:10px;}
	.box-product .mul-price{font-size:10px;}
	.htabs a{font-size:15px;padding:7px 10px 6px}
	.none, .colrgt{display:none;}
	.wishcomp{clear:both;margin-top:5px;}
	.fleft{float:none;}
	.fright, .product-grid .compare a, .product-grid .wishlist a{float:none;display:block;clear:both;}
	.carthelp, .cartbuttons .right, .cartbuttons .left{float:none;display:block;}

	.product-info .image{float:none;font-weight: bold;}
	.product-info > .left, .product-info > .right{float:none; width:99%;}
	.product-info .cart div > span.fright, .product-info .refund{float:none;display:block;}
	.box .box-heading{font-size: 12px;}
	#column-right{float:left;width:99%;margin-top:15px;}
	#column-right + #content{margin-right:0;}
	.product-info{overflow: visible;}
	.livechat {left: 10px;position: absolute;top: -34px;z-index: 999;}
	#content .contact-info .left, #content .contact-info .left2{float:none;width:100%;background:none;margin-left:0;}
}

@media (min-width:681px) and (max-width:962px){
	.box-product .mul-img{height: 95px;}
	.box-product .mul-name {height:86px;}
	.box-product .mul-name a{font-size:12px;}
	.box-product .mul-price{font-size:12px;}
	.product-info > .left{float:left; width:50%;}
	.product-info > .right{float:right; width:46%;}
	.htabs{clear:both;margin-top:20px;}
	.pinfousp{margin-bottom: 20px;}
	.product-info .cart{padding:0;}
	.bortop{border-top:0;}
	.carthelp, .cartbuttons .right{float: right;text-align: right;}
	.cartbuttons .left{float: left;text-align: left;}
	#content .contact-info .left, #content .contact-info .left2{float:left;width:30%;margin-left:14px;}

	#footer{background-size:contain;padding:2px;}
	#footer .column{width:100%;min-height: 120px;}
	#footer .column ul{background-color: #f9f9f9;border:0px solid #ebebeb;overflow:auto;padding:5px;}
	#footer .column ul li{float: left;width: 25%;min-height: 30px;}
	#footer .column ul li a{font-size: 12px;}
	#footer .question, .email{padding:0;margin-top:-4px;}
}

.clear{clear: both;}