html, body {
	background-color: #eee;
}
body {
	padding-top: 40px; /* 40px to make the container go all the way to the bottom of the topbar */
}
/* Basics */
div.clear {
	height: 1px;
	margin: -1px 0 0 0;
	clear: both;
}
dl dd {
	margin-left: 0;
}
ol ol li {
	list-style-type: lower-alpha;
}

.container > footer p {
	text-align: center; /* center align it with the container */
}
.prodlist-wrap { position: relative; padding: 10px 0 160px 0; }
.lp .prodlist-wrap { padding-bottom: 20px; }
.prodlist-wrap h1 { margin-bottom: 0; }
#minktro-widget-wrap { margin-left: 220px; }
#minktro-widget { width: 100%; }
#minktro,.prodlist-wrap #minktro-widget { position: absolute; left: 0; bottom: 0; margin: 0; }
.kw-view-all { text-align: right; }
.page-view-all { float: right; margin-top: -48px; padding-right: 4px; }
.page-stats { border-top: 1px solid #eee; padding-top: 12px; margin-top: 0px; }
.pagination { border-top: 1px solid #eee; padding-top: 24px; margin-top: 0px; }
.pagination ul { margin-right: 20px; }
.pagination a,.pagination span{float:left;padding:0 14px;line-height:34px;border-right:1px solid;border-right-color:#ddd;border-right-color:rgba(0, 0, 0, 0.15);*border-right-color:#ddd;text-decoration:none;}
.pagination a:hover,.pagination .active a,.pagination .active span{background-color:#C7EEFE;color:#0069D6;}
.pagination .disabled a,.pagination .disabled a:hover,.pagination .disabled span{background-color:transparent;color:#bfbfbf;}
.page-stats .pn { color: #666; float: left; line-height: 36px; }
.page-stats .pn strong { font-size: 15px; margin: 0 1px; color: #777; }
.mini-pagination {
	font-size: 11px;
	text-align: right;
	border-bottom: 1px solid #eee;
	margin-top: -10px;
}
.mini-pagination ul {
	margin: 0 0 0 14px;
	padding: 0 0 0 10px;
	border-left: 1px solid #ccc;
	float: right;
}
.mini-pagination li {
	float: left;
	padding: 0 4px;
	list-style-type: none;
	font-weight: bold;
	color: #000;
}
.mini-pagination li.disabled {
	color: #888;
}
.banner-ad { text-align: center; }

ul.home-list {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
	margin-top: 1em;
}
ul.related-cat-list li {
	width: 250px;
	margin-right: 50px;
	float: left;
}
.lp ul.related-cat-list li {
	width: 180px;
	margin-right: 40px;
}
ul.related-cat-list {
	width: 100%;
	float: left;
}


.topbar .btn {
	border: 0;
}


/* Product Details */
.breadcrumbs {
	font-size: 11px;
	font-weight: bold;
}
.breadcrumbs a { 
	padding: 0 3px;
}
.product-photo, .product-info {
	float: left;
	margin-left: 20px;
}
.product-photo {
	width: 350px;
}
.product-photo a {
    text-align:center;
	display: table-cell;
	vertical-align: middle;
	width: 350px;
	height: 350px;
}
.product-box .product-photo a {
	-moz-box-shadow:    1px 1px 6px #999;
	-webkit-box-shadow: 1px 1px 6px #999;
	box-shadow:         1px 1px 6px #999;
	margin-top: 2px;
}
ol.product-list .product-photo {
	margin-bottom: 4px;
}
ol.product-list .product-photo a, #quick-view-modal .product-photo a {
    width:200px;
    height:200px;
    line-height:200px;
	border: 1px solid #e7e7e7;
}
ol.related-list .product-photo a {
    width:70px;
    height:70px;
    line-height:70px;
	border: 1px solid #e7e7e7;
}
.product-photo img {
	vertical-align: middle;
	display: -moz-inline-box; /* Firefox 2 */
	display: inline-block;
	font-size: 1%;
	max-width: 350px;
	max-height: 350px;
}
ol.product-list .product-photo img, #quick-view-modal .product-photo img {
	max-width: 200px;
	max-height: 200px;
}
ol.related-list .product-photo img {
	max-width: 70px;
	max-height: 70px;
}
.product-box .product-photo img {
	
}
.product-info {
	width: 560px;
}
.tabbed-area {
	padding-top: 26px;
	position: relative;
}
.tabs {
	top: 0;
	left: 10px;
	margin: 0;
	position: absolute;
	clip:rect(-10px, 1000px, 26px, -10px);
}
.tabs > li > a {
	outline: none;
	margin-right: 10px;
	background-color: #0069D6;
	color: #fff;
	line-height: 24px;
	padding-bottom: 1px;
	/*
	-moz-box-shadow:    0 -4px 6px -6px rgba(0, 0, 0, 0.75) inset;
	-webkit-box-shadow: 0 -4px 6px -6px rgba(0, 0, 0, 0.75) inset;
	box-shadow:         0 -4px 6px -6px rgba(0, 0, 0, 0.75) inset;
	*/
	-moz-box-shadow:    0px 1px 5px #aaa;
	-webkit-box-shadow: 0px 1px 5px #aaa;
	box-shadow:         0px 1px 5px #aaa;
}
.tabs > li > a:hover {
	background-color: #00438A;
	border-color: transparent;
}
.tabs > li.active > a, .tabs > li.active > a:hover {
	font-weight: bold;
	color: #0069D6;
	border-color: #ccc #ccc transparent;
	/*
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
	*/
}
.tab-box {
	border: 1px solid #ccc;
	border-width: 0 1px 1px 1px;
	padding: 1px 10px 10px 10px;
	background-color: #fff;
	-moz-box-shadow:    1px 1px 6px #999;
	-webkit-box-shadow: 1px 1px 6px #999;
	box-shadow:         1px 1px 6px #999;
}
.tab-pane {
	min-height: 253px;
	padding: 10px 0;
}
#minktro-widget .tab-pane {
	min-height: 126px;
	padding: 12px 0 0 0;
}
#minktro-widget ul.related-cat-list {
	margin-top: 1em;
}
.tab-pane h2:first-child {
	margin-top: 0.5em;
}
.scroll-container {
	height: 250px;
	overflow: auto;
}
.product-box h1 {
	font-size: 18px;
	line-height: 1em;
	letter-spacing: -1px;
	font-weight: normal;
	margin:.45em 0 0 0;
}
.product-box h2 {
	font-size: 16px;
	line-height: 1em;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	color: #0069D6;
	margin: 1.2em 0 10px 0;
	padding: 0 0 3px 0;
}
.prod-desc {
	height: 100px;
}
.prod-desc.desc-w-sale {
	height: 80px;
}
.prod-details dt {
	float: left;
	font-weight: normal;
	margin-right: 5px;
}
.prod-num,.prod-cat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.prod-cat {
	color: #333 !important;
	line-height: 1;
	display: block !important; 
}
.prod-price {
	font-size: 19px;
	letter-spacing: -1px;
	color: #600;
	line-height: 17px;
	margin-top: 10px;
}
.prod-price span {
	vertical-align: baseline;
}
.price-savings, .price-msrp {
	letter-spacing: 0;	
	font-size: 11px;
	line-height: 1.25em;
}
.price-savings {
	text-transform: uppercase;
	margin-left: 10px;
}
.price-msrp {
	color: #666;
}
.prod-reviews {
	background-color: #f7f7f7;
	border: 1px solid #dfdfdf;
	border-width: 1px 0;
	padding: 5px;
	line-height: 16px;
	color: #4E4E50;
	margin-bottom: 10px;
}
.stars {
	width: 89px;
	background: url("../_images/star_sprite.png") 0 0 no-repeat;
	height: 16px;
	float: left;
	margin-right: 5px;
}
.stars-0 { background-position: -90px 0; }
.stars-1 { background-position: -72px 0; }
.stars-2 { background-position: -54px 0; }
.stars-3 { background-position: -36px 0; }
.stars-4 { background-position: -18px 0; }
.stars-0_5 	{ background-position: -72px -20px; }
.stars-1_5 	{ background-position: -54px -20px; }
.stars-2_5 	{ background-position: -36px -20px; }
.stars-3_5 	{ background-position: -18px -20px; }
.stars-4_5 	{ background-position: 0 -20px; }
.prod-actions {
	background-color: #EFF6F7;
	border: 1px solid #C7DEE6;
	border-width: 1px 0;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 28px;
	min-height: 28px;
	padding: 5px;
	text-align: right;
}
.prod-shipping {
	text-transform: uppercase;
	color: #600;
	float: left;
	text-align: left;
}
.prod-stock {
	text-transform: uppercase;
	color: #600;
}
.in-stock {
	color: #749C2D;
}
.get-it-now, .view-product {
	width: 145px;
	height: 28px;
	background: url("../_images/btn_get-it-now.png") 0 0 no-repeat;
	overflow: hidden;
	float: right;
	text-align: left;
	margin-left: 15px;
}
.add-to-cart {
	background-image: url("../../default/_images/btn_add-to-cart.png") !important;
}
.view-product {
	background: url("../_images/btn_view-product.png") 0 0 no-repeat;
}
.get-it-now span, .view-product span {
	float: left;
	text-indent: -9114px;
}


/* Product Listings */
.minktro {
	padding-bottom: 10px;
}
ol.product-list {
	margin: -1px 0 0 0;
	width: 100%;
	float: left;
}
ol.related-list {
	margin-left: -20px;
}
.product-list li {
	width: 217px;
	width: 200px;
	float: left;
	list-style-type: none;
	text-align: left;
	padding: 15px 15px 15px 15px;
	border-top: 1px solid #eee;
}
.related-list li {
	width: 216px;
	padding: 0 0 0 80px;
	margin: 0 0 0 20px;
	float: left;
	list-style-type: none;
	font-size: 12px;
	line-height: 1.3em;
}
.more-link {

}
.product-list li.first {
	clear: both;
	/*padding: 15px 0;*/
}
.product-list .product-photo {
	width: 100%;
	margin: 0;
}
.related-list .product-photo {
	width: 80px;
	margin: 2px 0 0 -80px;
	float: left;
}
.product-list .product-title {
	line-height: 1.2em;
	font-size: 12px;
}
.product-list .prod-details {
	margin: 10px 0 0 0;
}
.product-list .prod-details dt, .product-list .prod-details dd { 
	float: none;
	display: inline;
}
.product-list .prod-price { 
	font-size: 18px;
}
.product-list .prod-desc, .product-list .prod-num, .product-list .prod-cat {
	display: none !important;
}
.product-box {
	margin-top: 6px;
}
.quick-view {
	margin-top: 5px;
	text-align: left;
}
.quick-view a {
	color: #333 !important;
	font-size: 10px;
	text-transform: uppercase;
}
#simplemodal-container {
z-index:11000;width:600px;background-color:#ffffff;border:1px solid #999;border:1px solid rgba(0, 0, 0, 0.3);*border:1px solid #999;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;
}
#quick-view-modal {
	padding: 10px 10px 10px 230px;
	display: none;
	width: 360px;
}
#quick-view-modal .product-photo {
	margin: 0 0 10px -220px;
	width: 200px;
	float: left;
}
#quick-view-modal .product-title {
	font-size: 14px;
}
#quick-view-modal dt.prod-price {
	/*margin-top: 0;*/
}
#quick-view-modal dt.prod-desc {
	display: none;
}
#quick-view-modal dd.prod-desc {
	height: auto;
	padding: 10px 0;
}
#quick-view-modal .prod-actions {
	margin-left: -220px;
	clear: both;
}
#simplemodal-container a.modalCloseImg {
	background:url("../_images/x.png") no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-12px;
	cursor:pointer;
}
.widget-box { 
	margin: 16px 0 20px 0;
}
.lp h1, .lp h2 {
	text-transform: uppercase;
}
.lp h1 {
	font-size: 20px;
}
.lp h2 {
	font-size: 16px;
}
.lp .product-list {
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}
div.bar {
	background: #0069d6; /* Old browsers */
	background: -moz-linear-gradient(top, #0069d6 0%, #75a3ce 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0069d6), color-stop(100%,#75a3ce)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0069d6 0%,#75a3ce 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0069d6 0%,#75a3ce 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0069d6 0%,#75a3ce 100%); /* IE10+ */
	background: linear-gradient(top, #0069d6 0%,#75a3ce 100%); /* W3C */
	color: #fff;
	border-bottom: 1px solid #003E7C;
	font-size: 14px;
	line-height: 1em;
	padding: 6px 10px;
	margin-top: 5px;
	text-transform: uppercase;
}