html,
body{
	height: 100%;
	min-height: 100%;
	display: table;
	width:100%;
}
html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
    background: #EFEFEF; /* #eaeaea 00498D url('/bg.png') repeat fixed */
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
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);
}
.breadcrumbs {
	text-align: left;
	background: #fff;
	width: 1000px;
	height: 30px;
	line-height: 30px;
	text-indent: 5px;
	margin-top: 30px;
}
h1, .product-title { 
    color: #000000;
    font-size: 25px;
    min-height: 38px;
 }
.title-container{
    background: none repeat scroll 0 0 #F6F6F6;
    border-bottom: 1px solid #CFCFCF;
    border-top: 1px solid #CFCFCF;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}
.h2act{
	border-bottom: 1px solid #ccc;
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
.contact {
	background: #CD0000;
	color: #fff;
	font-size: 18px;
	font-family: Tahoma, Verdana;
	text-indent: 5px;
	line-height: 25px;
}
.contact p{
	font-size: 14px;
}
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 {
}
/* layout */
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	overflow: auto;
}
#column-left {
	float: left;
	width: 180px;
	background: #FFF;
}
#column-right {
	width: 780px;
	background: #FFF;
	margin-left: 200px;
	padding: 10px;
	min-height: 425px;
}
#content {
	margin: 0 auto;
	min-height: 425px;
	width: 1000px;
	background: #fff;
	padding-bottom: 10px;
}

/* header */
#headerlink {
	display: none;
}
#freeshiptxt{
	position:absolute;
	top: 50px;
	right: 360px;
}
#freeshiptxt a{
	text-decoration: none;
	font-family: Tahoma, Verdana, Sans-serif;
}
#phone{
	position: absolute;
	top: 40px;
	right: 30px;
	font-family: Tahoma;
	font-size: 14px;
	text-align: center;
}
#phone span{
	display:block;
	font-size:10px;
}
#headerwrap{
	background: #0C0C0D;
	width: 100%;
	margin: 0;
	padding-top: 30px;
	box-shadow: -19px 0px 20px 0px #151515;
}
#header {
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	position: relative !important;
}
#header #logo {
	position: absolute;
	top: 25px;
	left: 15px;
}
.searchbutton{
	background: url('/image/search.png') center center no-repeat;
	position: absolute;
	height: 24px;
	width: 24px;
	right: 22px;
	top: 35px;
}
#header #search {
	width: 361px;
	position: absolute;
	background: #333;
	border: 2px solid #777;
	top: 70px;
	right: 30px;
	height: 25px;
	padding: 10px 17px;
	z-index: 9;
}
#header .button-search {
	position: absolute;
	right: 0px;
	width: 28px;
	height: 24px;
	border-left: 1px solid #BBB;
	cursor: pointer;
	font-size: 24px;
	font-family: sans-serif;
	padding: 0 8px;
}
#header #search input {
	padding: 1px 33px 1px 7px;
	font-family: Tahoma, Verdana, Sans-serif;
	width: 320px;
	height: 21px;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
#barwrap{
	background: #4F5759; 
	position: fixed !important;
	z-index: 10;
	width: 100%;
	height:30px;
}
#bar{
	max-width:1000px;
	width: 100%;
	margin: 0 auto;
	height: auto;
	padding: 0;
	position: relative;
}
#bar #cart {
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 25;
}
#bar #cart .heading {
	position: relative;
	float: right;
	text-align: right;
	height: 36px;
}   
#bar #cart h1 {
	color: #FFF;
	text-align: center;
	min-height: 41px;
	line-height: 31px;
	vertical-align: middle;
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
}
#bar #cart .heading h4 {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 0;
}
#bar #cart .heading a {
	text-decoration: none;
	text-align: left;
	line-height: 23px;
	margin: 0 auto;
	text-transform: uppercase;
}
#bar #cart .heading a span {
	margin: 0 16px 0 0;
	color: #FFF;
	font-size: 14px;
}
#bar #cart .content {
    background: #333;
    border: 3px solid #777;
    display:none;
    clear: both;
    padding: 8px;
    width: 350px;
    color: #fff;
    position: relative;
    top: 0.02em;
    z-index: 25;
 }
#bar #cart.active .heading {

}
#bar #cart.active .content {
    display: block;
    z-index: 25;
}
#bar #cart .checkout {
    clear: both;
    text-align: center;
    width: 350px;
    height: 30px;
    margin: 10px auto 0;
    background: #FFAB00;
}
#bar #cart .checkout a {
	color: #000;
	font-size: 15px;
	line-height: 30px;
	vertical-align: middle;
	text-decoration: none;
}
#bar #cart .checkout a:hover {
	text-decoration: underline;
}
#bar #cart .empty {
	height:70px;
	line-height: 70px;
	font-size: 14px;
    text-align: center;
    color: #fff;
}
.mini-cart-info table {
    border-collapse: collapse;
    margin-bottom: 5px;
    width: 100%;
}
.mini-cart-info td {
    border-bottom: 1px solid #ccc;
    padding: 10px 5px 0px;
    vertical-align: top;
}
.mini-cart-info .image {
    width: 1px;
}
.mini-cart-info td,
.mini-cart-info .image img {
    text-align: left;
}
.mini-cart-info .name small {
	font-size: 10px;
}
.mini-cart-total{
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.mini-cart-total td{
	font-size: 15px;
}
.mini-cart-info td.total,
.mini-cart-info td.quantity,
.mini-cart-info .remove {
	font-size: 18px;
    text-align: right;
}
.mini-cart-info .remove img {
    cursor: pointer;
}
.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
}
a.headerlink{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
a:hover.headerlink{
	text-decoration: underline;
}
#helpmenu .helparrow{
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #FFF;
	margin: 6px 10px 0 0;
	float: left;
}
#helpmenu {
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	display: inline-table;
	color: #FFF;
}
#helpmenu li > ul > li div{
	padding-left: 50px;
}
.helpphone,
.helpemail{
	height: 32px;
	width: 32px;
	padding-left: 15px;
	display:block;
	position: absolute;
	top: 18px;
	left: 0;
}
.helpphone{
	background: url('/image/phone.png') no-repeat center;
}
.helpemail{
	background: url('/image/email.png') no-repeat center;
}
#helpmenu strong{
	line-height:32px;
	font-size: 16px;
	font-family: Arial, Sans-serif;
	font-weight: bold
}
#helpmenu p {
	font-size: 12px;
	line-height:12px;
	margin: 0 0 6px;
}
#helpmenu::after {
	content: "";
	clear: both; 
	display: block;
}
#helpmenu > li {
	float: left;
	cursor: pointer;
	font-size: 16px;
	padding: 5px 10px 5px 5px;
}
#helpmenu > li:hover {
	background: #808587;
}
#helpmenu > li a {
	color: #000;
	display: block; 
	text-decoration: none;
}
#helpmenu ul {
	display: none;
}
#helpmenu li:hover > ul{
	display:block;
}
#helpmenu ul {
	background: #FFF;
	color: #000;
	padding: 0;
	position: absolute;
	border: 4px solid #929292;
	margin-left: -5px;
	top: 100%;
	width: 240px;
}
#helpmenu > li > ul > li {
	float: none; 
	color: #000;
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a;
	position: relative;
	list-style: none;
}
#helpmenu li ul li a:hover {
	cursor: pointer;
	text-decoration: underline;
}
.divide{
	font-size: 18px;
	color: #fff;
	padding: 0 10px;
}
.cartimg{
	background: url('../image/cart.png');
	position: absolute;
	top: 3px;
	right: 200px;
	height: 24px;
	width: 24px;
}
.cartbtn {
	background: #FFAB00;
	display: inline-block;
	height: 22px;
	padding: 4px;
	color: #000;
	font-size: 13px;
}
.cartbtn:hover {
	text-decoration: underline;
}
a.headcartlink{
	color:#fff;
	font-size: 13px;
    text-decoration:none;
}
a:hover.headcartlink {
	text-decoration: underline;
}
a .cartheader,
a:hover .cartheader,{
	color:#ffffff;
    text-decoration:none; 
}
/* menu */
#menu {
	padding: 0;
	position: absolute;
	top: 40px;
	left: 228px;
	height: 37px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 8;
}
#menu > ul > li:hover {
}
#menu > ul > li + li a.top::before {
	content : "/";
	color: #fff;
	padding: 0 6px;
}
#menu > ul > li > a {
	font-size: 14px;
	color: #FFF;
	line-height: 16px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	z-index: 6;
	position: relative;
}
#menu > ul > li:hover > a {
	color: #CD6600;
}
#menu > ul > li > div {
	display: none;
	position: absolute;
	z-index: 5;
	border: 2px solid #000;
	background: #FFF;
}
#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: #FFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	color: #CD0000;
	text-decoration: underline;
	padding: 8px;
}

#menu > ul > li:nth-child(7) > div > ul:nth-child(2) > li {
	border-right: 2px solid #000;
    border-left: 2px solid #000;
}
#menu > ul > li > div > ul > li + li {
	border-top: 2px solid #000;
}
#menu > ul > li > div > ul > li > a {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	padding: 8px;
}

.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
a.bread,
a:hover.bread { 
	text-decoration:none;
    color:#000;
    text-transform:uppercase;
}             
a:hover.bread { 
	text-decoration:underline;
    cursor:pointer;
}
.warning, .attention, .information, .success {
	padding: 10px 10px 10px 33px;
	margin: 5px 0 15px 0;
	color: #555555;
}
.success{
	background: #BBDF8D url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
    margin: 0px;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: top;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
}
.pagination {
	border-top: 1px solid #CDCDCD;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #000;
	-webkit-box-shadow: 0px 2px 2px #CCC;
	-moz-box-shadow: 0px 2px 2px #CCC;
	box-shadow: 0px 2px 2px #CCC;
}
input.button{
	font-weight: normal !important;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
input.button {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 12px 0px 12px;
}
input#button-cart.button{
	margin: 12px 0 0 30px;
	width: 206px;
	font-size: 15px;
	text-transform: uppercase;
	height: 35px;
}
a.button:hover, input.button:hover {
	background: #700;
}
.buttons {
	border: 1px solid #A3A3A3;
	overflow: auto;
	margin: 0 auto 20px;
	padding: 6px;
}
.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;
}
.htabs1 {
	height: 30px;
	line-height: 16px;
}

.htabs {
    border-bottom: 1px solid #CCC;
    height: 30px;
    line-height: 16px;
    width:;
    
}
.htabs a {
	background: none repeat scroll 0 0 #EEE;
    color: #000;
    border: 1px solid #ccc;
    border-bottom: none;
    display: none;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin-right: 5px;
    padding: 7px 15px 6px;
    text-align: center;
    text-decoration: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFF;
    color: #000;

}
.tab-content {
    margin-bottom: 20px;
    padding: 25px 10px 10px;
    z-index: 2;
}
#reviews .reviewtitle{
	background: #000;
	padding: 5px 0;
	color: #fff;
	margin: 10px 0 0;
	font-size: 16px;
	cursor: pointer;
	text-align: center;"
}
.tab-content #review{
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}
.tab-content h2#review-title{
	padding-top:20px;
}
.tab-content1 {
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	margin: 10px 0;
    width:170px;
}
.box .box-heading {
	font-size: 1.15em;
	line-height: 20px;
	background: #000;
	height: 20px;
	color: #FFF;
	text-align: center;
	width: 180px;
}
.box .box-content {
    border-top:none;
	padding: 10px;
    text-align:left;
    margin: 0 auto;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}
/* box */
.box1 {
	margin-bottom: 5px;
    width:970px;
    margin-left:auto;
    margin-right:auto;
}
.box1 .box-heading1 {
	background: #000000;
    border-bottom: 2px solid #CD0000;
	padding: 8px 10px 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFFFFF;
}
.box1 .box-content1 {
	background: #FFFFFF;
	border: 3px solid gray;
    border-top:none;
	padding: 10px;
    text-align:center;
}
/* box products */
.box-product1 {
	width: 100%;
	overflow: auto;
}
.box-product1 > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* box */
.box2 {
	margin-bottom: 5px;
    width:980px;
    margin-left:auto;
    margin-right:auto;
}
.box2 .box-heading2 {  
	width: 223px; 
    margin-right: auto;
    margin-left: auto;
}
.box2 .box-content2 {
	background: #FFFFFF;
	padding-top: 10px;
}

.box3 {
	margin-bottom: 5px;
    width:980px;
    margin-left:auto;
    margin-right:auto;
}
.box3 .box-heading3 {  
	width: 223px; 
    margin-right: auto;
    margin-left: auto;
}
.box3 .box-content3 {
	background: #FFFFFF;
	padding-top: 10px;
}

.box3 .box-content3 img{
	padding-left: 12px;
}
/* box products */
.box-product2 {
	width: 100%;	
}
.namespace {
	border-top:1px solid #ccc;
	min-height:5px;
}
.carouseltitle{
	color: #000;
	border-bottom: 2px solid #ccc;
	width: 100%;
	height: 28px;
	text-indent: 5px;
	line-height: 28px;
	font-size: 1.5em;
	margin: 0 auto 15px auto;
}
.name1 {
	text-align: left;
	height: 90px;
	margin-left: 2px;
}
.name1 a {
	text-decoration:none;
    color: #000000;
}  
.name1 a:hover {
	color: #208BC5;
}          
.price1 {
        color: #CD0000; 
        font-weight:bold;
        text-align:left;
        vertical-align:middle;
        padding:0.33em;}
         
.box-product2 .price-old {
	color: #000000;
	text-decoration: line-through;
}
         
.box-product2 > div {
	width: 160px;
	display: inline-block;
	margin: 15px auto;
	min-height: 220px;
	vertical-align: top;
}
.box-product2 > div:hover{
	z-index: 10;
	opacity: 0.7;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
}
.box-product .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 0px 0px 9px 0px;
}
.box-category > ul > li + li {
	
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #333;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a,
.box-category > ul > li ul > li ul > li a {
	text-decoration: none;
	display: block;
}

.box-category > ul > li ul > li > a.active,
.box-category > ul > li ul > li ul > li a.active {
	font-weight: bold;
	text-decoration: underline;
}
.box-category > ul > li ul > li > a{
	color: #B12000;
}
.box-category > ul > li ul > li ul > li a {
   color: #0463C4;
}

.box-category > ul > li ul > li ul > li a.active + ul {
   display: block;
}
/* content */
.content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
}
#content .content12 {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border-bottom: 1px dashed #000000;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
#category-list {
	width: 780px;
	margin: 0 auto 15px;
	overflow: auto;
}
.list-element{
	width: 252px;
	float: left;
	margin: 2px;
	text-align: center;
	padding: 2px;
	background: #000;
}
.list-element a{
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	line-height: 20px;
	height:20px;
	letter-spacing:1px;
}
.list-element:hover{
	background:#900;
}

/* 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-top: 1px solid #EEEEEE;
	padding-top: 5px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: left;
	color: #333;
}
.product-filter .limit {
	margin-right: 15px;
	float: left;
	color: #333;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
   
.product-grid-man {
	width: 100%;
	overflow: auto;
}
.product-grid-man > div {
	width: 220px;
    display: inline-block;
    margin: 0 auto 15px 8px;
    min-height: 220px;
    vertical-align: top;
    padding: 5px;
} 
.product-grid-man > div:hover {
	z-index: 10;
	opacity: 0.7;
}
.product-grid-man .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid-man .image img {
	padding: 3px;
}
.product-grid-man .name {
   text-align:left; 
   height: 60px; 
   border-top: 1px solid #ccc;
 }
.product-grid-man .name a {
	color: #000;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid-man .name a:hover {
	color: #208BC5;
	text-decoration: none;
}
.product-grid-man .description {
	display: none;
}
.product-grid-man .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid-man .price {
	display: block;
	font-weight: bold;
	color: #CD0000;
	margin-bottom: 4px;
    text-align:left;
}
.product-grid-man .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid-man .price-new {
	font-weight: bold;
}
.product-grid-man .price .price-tax {
	display: none;
}
.product-grid-man .cart {
	margin-bottom: 3px;
}
.product-grid {
	width: 100%;
	overflow: auto;
    margin-left:10px;
}
.product-grid > div {
	width: 220px;
    display: inline-block;
    margin: 0 auto 15px 8px;
    min-height: 220px;
    vertical-align: top;
    padding: 10px;
}
.product-grid > div:hover{
	z-index: 10;
	opacity: 0.7;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
}
.product-grid .name {
  text-align:left; 
  height: 60px; 
  border-top: 1px solid #ccc; 
 }
.product-grid .name a {
	color: #000;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .name a:hover {
	color: #208BC5;
	text-decoration: none;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #CD0000;
	margin-bottom: 4px;
    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 */
.product-info {
	overflow: auto;
	margin-top: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
    width: 0;
}
.product-info > .left + .right {
	margin: 20px 0 0 520px;
}
.product-info .image {
	float: left;
	padding: 10px;
	text-align: center;
    margin: 0 0 20px 0;
    border-bottom: 3px solid #000;
}
.product-info .image-additional {
	width: 470px;
	clear: both;
	overflow: hidden;
	text-align: center;
}
.product-info .image-additional img {
	border: 1px solid #000;
}
.product-info .image-additional a {
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 10px;
}
.product-info .description {
    float: right;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 5px 5px 10px;
    width: 410px;
    border: 1px solid #000000;
}
.stocknumber{
	font-size:13px;
}
.product-info .description span {
}
.product-info .description a {
}
.product-info .price {
	overflow: auto;
    margin: 5px 0;
	font-size: 30px;
	color: #900;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
    display:inline;
}
.product-info .price-new {
  display:inline;
}
.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 {
	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 {
	margin-bottom: 20px;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .minimum {
	font-size: 14px;
	margin-bottom: 20px;
}
#detail-title{
	background: #900; 
	color:#fff;
	margin-bottom: 15px; 
	text-align: center;
	font-size: 16px;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .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%;
	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;
}
h2.login{
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
}
.login-content {
	width: 900px;
	min-height: 350px;
	padding-top: 60px;
	margin: 0 auto;
	overflow: auto;
}
.login-content .left,
.login-content .right {
	float: left;
	width: 49%;
}
.login-content .right {
	float: right;
}
.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;
}

/* shopping cart */

#btnborder{
	border-top:1px solid #ccc;
	margin-bottom: 50px;
}
#updatecart,
#button-quote,
#continueshop{
	float:right;
	background: #efefef;
	border: 1px solid #ccc;
	margin-top: 6px;
	font-size: 14px;
	padding: 5px;
}
a#continueshop{
	float:left;
	text-decoration: none;
	color: #000;
}
#updatecart:hover,
#button-quote:hover,
#continueshop:hover{
	background: #ddd;
	cursor:pointer;
}
#shipping,
#couponbox,
.cart-total #total td.right,
.cart-info table tbody tr td.total,
.cart-total #total span.price{
	font-size: 16px;
}
#shipping table,
#couponbox input {
	margin-top: 10px;
}
#shipping select {
	width: 180px;
	font-size: 13px;
}
.checkoutbtn{
	padding-top: 15px !important;
}
.checkoutbtn a{
	background: #FFAB00;
	font-size: 14px;
	padding: 2px 80px;
	text-decoration: none;
	color: #000;
}
.checkoutbtn a:hover{
	text-decoration: underline;
}
.cart-info table {
	width: 100%;
	border-collapse: collapse;
}
.cart-info td {
	padding: 7px;
}
.cart-total #total td.right b {
	display:none;
}
.cart-total #total tr td.right span.ship{
	display:none;
}
.cart-total #total tr td.right span.shipping::before{
	content: "Shipping";
	font-weight: normal;
}
td.quantity input,
td.quantity a input{
	font-size:10px;
	margin:2px 0 0;
}
div.cart-info tr:nth-child(n+2){
	border-top: 1px solid #ccc;
}
.cart-info thead td {
	color: #000;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
}
#total td.checkoutbtns,
.cart-info thead .image,
.cart-info tbody .image {
	text-align: center;
}
.cart-info thead .name, 
.cart-info thead .model, 
.cart-info thead .quantity,
.cart-info tbody .name, 
.cart-info tbody .model, 
.cart-info tbody .quantity {
	text-align: left;
}
.cart-info thead .price, 
.cart-info thead .total,
.cart-info tbody .price, 
.cart-info tbody .total,
.cart-total td {
	text-align: right;
}
.cart-info table tbody tr td.total,
.cart-total #total span.price {
	color: #B12000;
}
.cart-total #total span.price{
	min-width: 150px;
}
.cart-total #total td.right{
	border-bottom: 1px dotted #ccc;
}
.cart-info table tbody tr:hover{
	background: #efefef;
}
.cart-info tbody td {
	vertical-align: top;
}
.cart-info tbody .name a {
	color: #000; 
	font-size: 15px;
	text-decoration: none;
}
.cart-info tbody .name a:hover{
	text-decoration: underline;
}
.cart-info tbody .name small{
	font-size: 12px;
}
.cart-info tbody .quantity input[type='image'], 
.cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
    overflow: auto;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
}

/* checkout */

.checkout-heading {
	border-bottom: 1px solid #000000;
    color: #000000;
    font-size: 13px;
    font-family: lucida sans unicode;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 8px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
    color: #000000;
    cursor:pointer;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
    width:910px;
    margin-right: auto;
    margin-left: auto;
}
.checkout-content .left {
	float: left;
}
.checkout-content .left1 {
	float: left;
	width: 60%;
    margin-left: 5px;
    border-right: 1px solid #000000;
}
.checkout-content .right {
	float: right;
}
.checkout-content .right12 {
	float: right;
	width: 30%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #DDDDDD;
	border-bottom:none;
	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 */ 
#footerwrap{
	width: 100%;
	background: #0C0C0D;
	overflow: auto;
	display: table-row;
    height: 0;
}
#footer {
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
	font-family: Tahoma, Verdana, Sans-serif;
}
#footer h3 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight: 100;
	line-height: 30px;
	color: #FFF;
	border-bottom: 1px solid #ccc;
}
#footer h3,
#footer .column ul li {
	text-indent: 5px;
}
#footer .column {
	float: left;
	width: 193px;
	margin-bottom:25px;
}
#footer .column ul {
	padding-left: 7px;
    margin: 0;
    list-style-type:none;
}
#footer .column ul li {
	margin-bottom: 6px;
}
#footer .column a {
	text-decoration: none;
	color: #aaa;
}
#footer .column a:hover {
	text-decoration: underline;
}
#footerline{
	border-bottom: 1px solid #FFF;
	clear: both;
	width: 920px;
	margin: 0 auto;
}
.socialbtn{
	height: 28px;
	width: 28px;
	background: #0463C4 no-repeat center;
	display: block;
	margin-left: 6px;
	margin-top: 5px;
	line-height: 28px;
	text-indent: 40px;
}
a:hover.socialbtn {
	background-color: #B12000;
}
#powered {
	color: #FFF;
	text-align: center;
	clear: both;
    font-weight: 100;
    padding: 10px 0;
}
#margin-main,
#margin-category,
#margin-manu,
#margin-product, 
#margins { 
    margin: 25px auto 30px;
    width: 1000px;
    overflow: auto;
}
#margin-product { 
	width: 923px;
}
#margin-manu,
#margins{
	background: #FFF;
} 
#margin-main {
	padding: 12px 0px 0px;
	margin : 0 auto;
}
div #margin-manu h1 {
	text-align: center;
	padding-top: 30px;
	text-transform: uppercase;
}   
#margins .container{ 
	width: 950px; 
	padding: 10px; 
	min-height: 425px;
	margin: 0 auto;	
}
#stock {
	color: #474747;
	display: inline-block;
	font-size: 17px;
	margin: 10px 0;
    vertical-align: top;
    white-space: nowrap;
    text-transform:uppercase;
}
.reviews { 
    color: #474747;
    font-size: 12px;
    margin: 0 0 0 5px;
    position: relative;
    top: -4px;
}
.reviewside{
	margin-bottom:10px;
}
a.revie {
	text-decoration:none; 
}
a.revie:hover{
	text-decoration:underline;
}
.reviewz {  
    color:#38B0E3;
    font-size: 11px;
}
#margincheck{ 
	width: 600px;
    margin: 0 auto;
}       
a.ctlinks { 
	text-decoration:none;
    color:#000;
}              
a:hover.ctlinks { 
	text-decoration:underline;
    color:#000;
    cursor:pointer;
}
.product-grid12{
    margin-left: 35px;
    overflow: auto;
    width: 100%;
}
.box12 {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    margin-right:2px;
}
.box12 .box-heading1 {
	background: #000;
    border-bottom: 2px solid #9F000F;
	padding: 8px 10px 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
    text-align:center;
	line-height: 14px;
	color: #fff;
}
.box12 .box-content1 {
	background: #fff;
	border-left: 1px dotted gray;
    border-top:none;
	padding: 10px;
    text-align:center;
}
.relate a:hover{
	color: #38B0E3;
	opacity: 0.7;
}
.relate:hover{
	opacity: 0.7;
}
.relate a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	font-size: 13px;
}
.image-additional img {
	border: 1px solid #ccc; 
	padding:2px; 
	margin-right: 2px; 
}
.table1 { 
    width:563px;
    float:left;
    margin:15px 0 0 4px;
}
.product-info .freeshiptext {
   color:#FF0000;
   margin-bottom:20px;
   font-size: 17px;
   text-transform: uppercase;
 }
 /* shop by brand grid */

#grid{
	width:875px; 
	margin: 0 auto;
}
.grid-element, 
.grid-element a {
	width: 200px;
	height: 200px;
	vertical-align: middle;
	text-align: center;
}
.grid-element{
	float:left; 
	border: 1px solid #FFFFFF;
	margin: 8px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: 0 3px 15px rgba(50, 50, 50, 0.5);
	-o-box-shadow: 0 3px 15px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0 3px 15px rgba(50, 50, 50, 0.5);
	-webkit-box-shadow: 0 3px 15px rgba(50, 50, 50, 0.5);
}
.grid-element:hover{
	box-shadow: 0 3px 15px rgba(155, 0, 0, 1);
	-o-box-shadow: 0 3px 15px rgba(155, 0, 0, 1);
	-moz-box-shadow:0 3px 15px rgba(153, 0, 0, 1);
	-webkit-box-shadow: 0 3px 15px rgba(155, 0, 0, 1);
}
.grid-element a {
	display: table-cell;
	margin: auto;
	text-decoration: none;
	color: #000;
	font-size: 14px;
}
.grid-element a:hover {
	text-decoration: underline;
}

/*items using roboto condensed font */

h1, .product-title,
h2.login,
input#button-cart.button,
.breadcrumbs,
.box .box-heading,
.carouseltitle,
.name1,
.name1 a,
.product-info,
.grid-element a,
.product-grid-man .name a,
.product-grid .name a,
.cart-info table,
.cart-total,
#menu li a.top,
#header #search,
#bar #cart,
#detail-title,
#updatecart,
#reviews .reviewtitle,
#button-quote,
#continueshop,
#couponbox,
#shipping,
#shipping select{
	font-family: 'Roboto Condensed', sans-serif;
}