﻿div#feature {
	font-family: Helvetica, Arial, sans-serif;
	min-width:687px;
}

.boxed {
	margin: 0px;
	padding:10px 15px;
	background-color:#333;
	color:#fff;
}

.grey, .gray {
	background-color:#666;
	color:#fff;
}

h1.page-title {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:28px;
}

#feature-img {
	float:left;
	width:530px;
	height:320px;
	margin-right:20px;
	background-position:center center;
	background-size:cover;
}

#feature-suggestions {
	font-size:13px;
	margin-top:7px;
}

#feature-suggestions h2 {
	font-size:26px;
	font-weight:normal;
	color:#fff;
	padding-top:12px;
	margin-top:0px;
	margin-bottom:6px;
	padding-bottom:6px;
	border-bottom:#ccc 1px dashed;
}

#feature-suggestions h3 {
	font-size:20px;
	font-weight:normal;
	color:#fff;
	margin-bottom:4px;
	padding-bottom:4px;
	border-bottom:#999 1px dashed;
}

#feature-suggestions ul {
	list-style:none;
	list-style-type:none;
	margin-left:0px;
	padding-left:10px;
	color:#fff;
}

#feature-suggestions ul li {
}

#feature-suggestions a {
	color:#fff;
	text-decoration:none;
}

#feature-suggestions a:hover {
	text-decoration:underline;
}
.filters {
	float:left;
}
.filters a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}
#primary-suggestions {
	padding-bottom:10px;
}

#secondary-suggestions, #tertiary-suggestions {
	margin-left:30px;
	padding-bottom:10px;
}

#primary-suggestions a, #secondary-suggestions a {
}

/* Sub-Cat Listings */
.cat-head {
	margin:0px;
	padding:0px;
	margin-top:20px;
	margin-bottom:-10px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
}

.sub-cats {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	list-style:none;
	list-style-type:none;
	padding:0px;
	margin:0px;
	margin-top:20px;
}
.sub-cats > li {
	float:left;
}
.sub-cat {
	display:block;
	position:relative;
	height:190px;
	cursor:pointer;
}
.sub-cat-wrap {
	position:relative;
	display:block;
	margin:5px;
}
.sub-cat-img {
	height:180px;
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	/*background-size:133%;*/
}
div.promo-corner {
	position:absolute;
	top:-4px;
	right:-4px;
	width:82px;
	height:82px;
}
div.select-on-sale {
	background:url(/images/theme/ribbons/select-on-sale-tr.png) no-repeat center;
}
div.fits-tr {
	position:absolute;
	top:-4px;
	right:-4px;
	background:url(/images/theme/ribbons/fits-tr.png) no-repeat center;
	width:65px;
	height:67px;
}
div.fits-tl {
	position:absolute;
	top:-4px;
	left:-4px;
	background:url(/images/theme/ribbons/fits-tl.png) no-repeat center;
	width:82px;
	height:82px;
}
div.mayfit-tl {
	position:absolute;
	top:-4px;
	left:-4px;
	background:url(/images/theme/ribbons/mayfit-tl.png) no-repeat center;
	width:83px;
	height:82px;
}
div.check-tr {
	position:absolute;
	top:-4px;
	right:-4px;
	background:url(/images/theme/ribbons/check-green-tr.png) no-repeat center;
	width:65px;
	height:67px;
}
.sub-cat-banner {
	position:absolute;
	bottom:0px;
	left:0px;
	background:#666;
	color:#fff;
	text-align:center;
	width:100%;
	opacity:.88;
}
.sub-cat-title {
	text-align:center;
	padding:15px 0px;
	display:block;
}

/* Products */
#products-head {
	margin-top:20px;
	color:#333;
	background:#ccc;
	font-size:16px;
	font-weight:bold;
	padding:10px;
}
.products {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	list-style:none;
	list-style-type:none;
	padding:0px;
	margin:0px;
	margin-top:20px;
}
.products > li {
	float:left;
}
.product {
	display:block;
	position:relative;
	/*height:287px;*/
	height:auto;
	overflow:hidden;
}
.product-wrap {
	position:relative;
	display:block;
	margin:5px;
}
.product-img {
	height:180px;
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
	background-size:143%;
}

.product-price {
	margin-bottom:7px;
}
div.product-rating a {
	float:left;
	display:block;
	line-height:14px;
	font-size:10px;
	color:#666;
	text-decoration:none;
}
div.product-rating a:hover {
	color:#39f;
	text-decoration:underline;
}

.product-rating-label, .product-price-label {
	font-size:13px;
}

.product-rating-label {
	float:left;
	line-height:14px;
	font-weight:bold;
	color:#666;
	margin-right:5px;
}
.product-rating-unrated {
	font-size:12px;
	font-weight:bold;
	float:left;
	height:14px;
	width:50px;
	position:relative;
}
.product-rating-bar-wrap {
	float:left;
	height:14px;
	width:73px;
	position:relative;
	background-color:#ccc;
}
.product-rating-stars {
	position:absolute;
	top:0px;
	left:0px;
}
.product-rating-stars img {
	vertical-align:top;
	border:none;
}
.product-rating-bar {
	background-color:#c7202b;
	/*
	background: #feccb1;
	background: -moz-linear-gradient(top,  #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feccb1), color-stop(50%,#f17432), color-stop(51%,#ea5507), color-stop(100%,#fb955e));
	background: -webkit-linear-gradient(top,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%);
	background: -o-linear-gradient(top,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%);
	background: -ms-linear-gradient(top,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%);
	background: linear-gradient(to bottom,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 );
	*/
	
	height:100%;
}

	.product-controls {
		position:absolute;
		bottom:7px;
		left:0px;
		width:100%;
		display:none;
	}
	.quick-view {
		float:left;
		padding:3px 5px;
		background:#39F;
		color:#fff;
		font-weight:bold;
		font-size:11px;
		border:#06F 1px solid;
		border-radius:4px;
		margin-left:10px;
	}
	.save-product {
		float:right;
		padding:3px;
		background:#999;
		border:#666 1px solid;
		border-radius:4px;
		margin-right:10px;
	}
.product-title {
	text-align:center;
	padding:10px 0px;
	display:block;
	font-weight:bold;
	max-height:100px;
	min-height:40px;
	overflow:hidden;
}
.product-price {
	text-align:center;
	padding:0px;
	display:block;
	font-weight:bold;
	color:#090;
	max-height:14px;
}
.product-price-label {
	color:#666;
}
.product-write-a-review {
	text-align:center;
	display:block;
}
#sort-by {
	float:right;
}
#sort-options {
}
/* End Products */

/* Listing width adaptations */
.adaptto1 {
	width:100%;
}
.adaptto2 {
	width:50%;
}
.adaptto3 {
	width:33.333333333333336%;
}
.adaptto4 {
	width:25%;
}
.adaptto5 {
	width:20%;
}
.adaptto6 {
	width:16.666666666666668%;
}
.adaptto7 {
	width:14.285714285714286%;
}
.adaptto8 {
	width:12.5%;
}
.adaptto9 {
	width:11.11111111111111%;
}
.adaptto10 {
	width:10%;
}

.hidden {
	display:none !important;
}

.displayed {
	display:block !important;
}

div#no-results {
	font-size:26px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#999;
	text-shadow:-1px -1px 1px rgba(0,0,0,.25);
	text-align:center;
	margin-top:40px;
}

div#no-results a {
	font-size:26px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#f70;
	text-shadow:-1px -1px 1px rgba(0,0,0,.25);
	text-decoration:none;
}

div#no-results a:hover {
	text-decoration:underline;
	color:#f90;
}

div#back-to-top {
	width:150px;
	padding:6px;
	padding-right:2px;
	font-size:16px;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
	color:#333;
	text-shadow: -1px -1px 1px rgba(0,0,0,.2);
	border:#ddd 1px solid;
	border-radius:4px;
	text-align:center;
	
	position:fixed;
	top:20%;
	left:45px;
	z-index:99999;
	
	box-shadow:2px 2px 2px rgba(0,0,0,.33);
	
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
.arrow-up {
	width: 0;
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	
	border-bottom: 7px solid #333;
	position:relative;
	bottom:12px;
	left:-10px;
}

.star {
    background: url('../images/star01.png') no-repeat scroll left bottom transparent;
    height: 15px;
    width: 14px;
    display: block;
    float: left;
}

.starblank {
    background: url('../images/star02.gif') no-repeat scroll left bottom transparent;
    height: 15px;
    width: 14px;
    display: block;
    float: left;
}

.ratingspan {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

a.ih4:link img, a.ih4:visited img {
    border: 1px solid rgb(221, 221, 221);
}

a.ih4:link img, a.ih4:visited img, a.if4:visited, a.ih4:active {
    border: 1px solid rgb(221, 221, 221);
}

a.ih4:hover img
{
	border: 1px solid #000080;
}

/*THIS IS FOR THE PRODUCT INFO PAGE*/
.proinfo-container {
    width: 1000px;
    margin: 0px auto;
    clear: both;
    text-align: left;
}

.myImagesSlideBox {
    width: 300px;
    overflow: hidden;
    margin: auto;
    float: left;
    z-index: 0 !important;
}

#scrollable {
    float: left;
    width: 300px;
    z-index: 0;
}

div.items {
    float: left;
    width: 300px;
    overflow: hidden;
    z-index: 0;
    margin-top: 10px;
}

div.items a {
    display: inline-block;
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
    width: 50px;
    height: 50px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border: 1px solid rgb(234, 234, 234);
    z-index: 0;
}

div.items a:hover img 
{
	border:1px solid #FF0000; 
}

#product_info_con {
    max-width: 645px;
    min-width:500px;
    height: auto;
}
.fr {
    float: right;
}

.pad_product {
    width: 100%;
}
.line_180 {
    line-height: 180%;
}
.fl {
    float: left;
}

.digg_box {
    color: rgb(102, 102, 102);
    float: left;
    width: 98%;
}

.newright_pro_diggs_add_2 {
    color: rgb(51, 102, 153);
    font-size: 11px;
    font-weight: 700;
    line-height: 25px;
}

a.bluelink:link, a.bluelink:visited, a.bluelink:active {
    color: rgb(0, 51, 153);
}


.pinfotextdiv 
{
	float: left; 
	width: 330px; 
}

.pinfotext1 
{
	float:left; 
	padding-right:10px; 
	border-right:1px solid #CCC; 
	margin-left:10px;
	height:20px;
}

.pinfotext2 
{
line-height:20px; 
font-size:12px; 
margin-left:10px;
}

.pinfo-product-price-label 
{
	font-size:18px;
    color: rgb(102, 102, 102);
    
}

.pinfo-product-price-label 
{
	font-size:16px;
    color: rgb(102, 102, 102);    
}


.pinfo-product-price 
{
	float:left; 
	margin-left:10px;
    text-align: center;
    padding: 0px;
    display: block;
    font-weight: bold;
    color: rgb(0, 153, 0);
    max-height: 18px;
    font-size:16px;
}

.pinfo-product-priceWAS 
{
	float:left; 
	margin-left:10px;
    text-align: center;
    padding: 0px;
    display: block;
    font-weight: bold;
    color: #FF0000;
    max-height: 18px;
    font-size:16px;
    text-decoration:line-through;
    padding-right:15px;
}


/*ADD TO CART SECTION*/
.apw_3 {
    width: 210px;
    float: right;
    background: none repeat scroll 0% 0% rgb(238, 238, 238);
    padding: 15px 0px 0px;
}

.jgbgw {
    background: url("../images/jgbg.gif") no-repeat scroll center center transparent;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: rgb(0, 153, 0);
}

a.Add_to_Favorites {
    display: block;
    width: 106px;
    height: 13px;
    text-decoration: underline;
    background: url("../images/add-wishlist-icon.png") no-repeat scroll left bottom transparent;
    padding: 5px 0px 5px 15px;
}

A {
    color: rgb(102, 102, 102);
    text-decoration: none;
}

p.add-jj img {
    cursor: pointer;
}

/*TABS*/
.proxx765 {
    /*width: 754px;*/
    width:100%;
    float: left;
    overflow: hidden;
}

.proxx195 {
    width: 210px;
    float: right;
}

.centerbar2012 {
    width: 190px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: rgb(51, 51, 51);
    line-height: 16px;
    text-align: center;
    padding: 10px;
    background: none repeat scroll 0% 0% rgb(238, 238, 238);
}

.newprductw15 {
    width: 208px;
    float: left;
    border-right: 1px solid rgb(221, 221, 221);
    border-width: 0px 1px 1px;
    border-style: none solid solid;
    border-color: -moz-use-text-color rgb(221, 221, 221) rgb(221, 221, 221);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    padding-bottom: 10px;
    padding-top: 20px;
}

.clearSpace {
    clear: both;
}
.clearSpace {
    clear: both;
    overflow: hidden;
    height: 10px;
}