/*=== General ===*/
* { margin: 0; padding: 0; }
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 0;
	color: #333333;
	background-color: #eaeaea;
	padding-top: 20px;
}
 pre {
	white-space: normal;
	font-family: Arial, Helvetica, sans-serif;
	}
html {
	overflow-x: hidden;
	overflow-y: auto;
}
body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}
p {
	line-height: 20px;
	padding: 10px 0;
}
h1, h2, h3, h5 {
	padding: 10px 0;
	font-size: 16px;
}
h4 {
	padding: 10px 0;
	font-size: 14px;
}
ul, ol {
	list-style: none;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
small {
	font-size: 11px;
}
code {
	background: #FFFFC1;
}
a {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F8AA4B;
}
:focus
{
  -moz-outline-style: none;
}


a img {
	border: none;
}
blockquote p {
	padding: 5px 0;
}
/* Align */
.aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}
.alignleft {
	margin: 10px 20px 8px 0;
	float: left;
}
.alignright {
	margin: 10px 0px 8px 20px;
	float: right;
}
.col-left {
	float: left;
}
.col-right {
	float: right;
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
/*=== Layout ===*/
#wrapper {
	width: 911px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 80px;
}
#logo {
	float: left;
	padding-left: 20px;
}
#logo a {
	background-image: url(../imgs/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 73px;
	width: 215px;
	display: block;
	text-indent: -9999px;
}

#topright {
	float: right;
	padding-right: 20px;
	font-weight: bold;
	text-align: right;
}
#topright li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#ssl {
	float: right;
	padding-right: 10px;
	padding-top: 10px;
}#topright a:link,
#topright a:visited,
#topright a:active {
	color: #33425a;
}
#topright a:hover { color: #f8aa80; }



#searchbox {
	background-image: url(../imgs/searchbox.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 61px;
	clear: both;
}
#searchbox form {
	text-align: left;
	padding-top: 15px;
	padding-left: 70px;
}
#searchbox input {
	padding: 2px;
	border: 1px solid #D2D2D2;
}
#searchbox  #searchsubmit {
    background-image: url(../imgs/search_go.png);
    width: 30px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    text-indent: -9999px;
    cursor: pointer;
    background-repeat: no-repeat;
    height: 30px;
    line-height: 40px;
}
#topnav {
	background-image: url(../imgs/topnav.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	padding-top: 4px;
}
#newsletter {
	background-color: #EAEAEA;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D2D2D2;
	border-bottom-color: #D2D2D2;
	padding: 5px;
	display: block;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 10px;
}
#newsletter form {
	text-align: right;
}
#newsletter input {
	padding: 2px;
	border: 1px solid #D2D2D2;
}
#newsletter  #subscribesubmit {
    background-image: url(../imgs/subscribe.png);
    width: 71px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    text-indent: -9999px;
    cursor: pointer;
    background-repeat: no-repeat;
    height: 17px;
    line-height: 40px;
}
#content {
	background-image: url(../imgs/content_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.main {
	padding-left: 20px;
	padding-right: 20px;
}
.main ul {
	list-style-type: circle;
	padding-left: 40px;
}
.main ol {
	list-style-type: decimal;
	padding-left: 20px;
}
.main ul li {
	margin-bottom: 1em;
	padding: 0px;
}
.main ol li {
	margin-bottom: 1em;
}
#footer {
	background-image: url(../imgs/footer.png);
	height: 173px;
	background-repeat: no-repeat;
	background-position: left top;
	color: #DADADA;
	clear: both;
}
#footer .cola {
	float: left;
	padding-left: 50px;
	padding-top: 40px;
	color: #DADADA;
	margin-right: 40px;
	width: 200px;
}
#footer .colb {
	float: left;
	padding-top: 40px;
	color: #DADADA;
	margin-right: 40px;
	padding-right: 40px;
	margin-left: 80px;
	width: 200px;
}
#footer .colc {
	float: left;
	padding-top: 40px;
	color: #DADADA;
	padding-right: 10px;
	width: 180px;
	margin-left: 47px;
}
#footer ul {
	list-style-type: circle;
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
}
#footer a {
	color: #DADADA;
}
#footer a:hover {
	color: #FFFFFF;
}

#partners {}
#partners .colcontainer {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#partners .col {
	width: 150px;
	text-align: center;
	float: left;
	height: 150px;
	margin: 10px;
	text-align: center;
}
.AuthorizeNetSeal {
	padding-left: 25px !important;
	padding-top: 25px !important;
}
.facebook { padding-top: 20px; }
.ebay { padding-top: 43px; }
.trust-guard { padding-top: 43px; }

#homeslider {
	float: left;
}

/*=== Brands ===*/
#brands {
	background-image: url(../imgs/brand_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 85px;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 20px;
	padding-left: 20px;
	clear: both;
	padding-top: 14px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}
#brands .browse {
	float: left;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
}
#brands .col {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
/*=== Brands ===*/

/*=== Featured ===*/
#featuredcontainer {
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.featuredbox {
	background-image: url(../imgs/featured_box.png);
	height: 192px;
	width: 169px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding: 5px;
	margin-right: 19px;
	margin-left: 19px;
	float: left;
}
.featuredbox p {
	margin: 0px;
	padding: 0px;
}
.featuredprice  {
	font-size: 18px;
	font-weight: bold;
}
.featuredinfo a {
	background-image: url(../imgs/featuredbuy.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
	width: 70px;
	display: block;
	text-indent: -9999px;
	float: right;
	padding-right: 10px;
	margin-top: 5px;
}
/*=== Featured ===*/

/*=== News and Coupon ===*/
#homenews {
	background-image: url(../imgs/home_bottom.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	clear: both;
}
#homenews ul {
	list-style-type: circle;
	padding-left: 20px;
}
#homenews li {
	margin-bottom: 10px;
}

.coupon {
	padding-right: 40px;
	padding-top: 10px;
}
/*=== News and Coupon ===*/

/*=== Product Detail Page ===*/
#productimage {
	float: left;
	width: 250px;
	text-align: center;
	padding-left: 100px;
}
#productcart {
	float: right;
	width: 276px;
	background-image: url(../imgs/productcart.png);
	display: block;
	height: 177px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 100px;
}
#productcart .content {
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 12px;
}
#proddetailcart {
	padding-top: 10px;
}
#proddetailcart p {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#proddetailcart label {
	width: 70px;
	float: left;
	text-align: right;
	line-height: 20px;
	clear: both;
}
#proddetailcart input {
	padding: 2px;
	height: 22px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D2D2D2;
	border-right-color: #D2D2D2;
	border-bottom-color: #D2D2D2;
	border-left-color: #D2D2D2;
	font-size: 9px;
	color: #000000;
	text-align: center;
}
#proddetailcart input.AddToCartButton,
#proddetailcart input.AddToWishButton {
	cursor: pointer;
	background-color: #fcfcfc;
	padding: .3em .6em;
	margin-top: .5em;
}
#proddetailcart input.AddToCartButton {
	font-weight: bold;
}

#proddetailcart input.AddToWishButton:hover,
#proddetailcart input.AddToCartButton:hover {
	background-color: #33425a;
	color: #fff;
}

#proddetailcart .savecart a {
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	padding: 5px;
	float: left;
}
#proddetailcart .addtocart a {
	background-image: url(../imgs/addtocart.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 82px;
	float: right;
	height: 22px;
	margin-top: 4px;
}



/*=== Product Detail Page ===*/

/*=== Fixes when element is floated - parent no longer contains it because the float is removed from the flow ===*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}


/* =entity pages */

.entity-page ul,
.entity-page ul li { margin: 0; padding: 0; list-style-type: none; }


.entity-page .subentities h3 { display: none; }
.entity-page .subentities ul { padding: 1em;  }
.entity-page .subentities ul li { width: 23.5%; margin-left: 2%; float: left; vertical-align: bottom; margin-bottom: 1em; }
.entity-page .subentities ul li.quad { margin-left: 0; clear: left;  }
.entity-page .subentities ul li span {  }
.entity-page .subentities ul li a {
	display: block;
	width: 195px;
	margin: 0 auto;
	border: 0px solid #eee;
	border-width: 0 5px 5px 0;
	background-color: #ccc; 
	color: #fff; 
	text-decoration: none;
}
.entity-page .subentities ul li span.title { display: block; text-align: left; padding: .75em 20px; background: #555; background: rgba(0,0,0,.6); *background: #555; color: #fff; font-size: 120%; background-image: url(./images/arrow-link-white.gif); background-position: 95% 15px; background-repeat: no-repeat; }

.entity-page .subentities ul li.featured a { height: 286px; vertical-align: bottom;	position: relative; }
.entity-page .subentities ul li.featured a span.title { position: absolute; top: 0; left: 0; width: 155px;background-color: #333; background-color: rgba(0,0,0,.6); *background-color: #333; }
.entity-page .subentities ul li a:hover span.title { background-color: #000; }

.entity-page .entity-brands { clear: both; margin-bottom: 1em; }
.entity-page .entity-brands h3 {
	font-size:135%;
	line-height:100%;
	padding:0 1%;
	margin-bottom: .25em;
	color: #888;
}
.entity-page .entity-brands ul { padding: 0 1em;  }
.entity-page .entity-brands ul li { width: 23.5%; margin-left: 2%; float: left; vertical-align: bottom; margin-bottom: 1em; }
.entity-page .entity-brands ul li.quad { margin-left: 0; clear: left;  }
.entity-page .entity-brands ul li span {  }
.entity-page .entity-brands ul li a {
	display: block;
	width: 195px;
	margin: 0 auto;
	border: 0px solid #eee;
	border-width: 0 5px 5px 0;
	background-color: #ccc; 
	color: #fff; 
	text-decoration: none;
}
.entity-page .entity-brands ul li span.title { display: block; text-align: left; padding: .75em 20px; background: #555; background: rgba(0,0,0,.6); *background: #555; color: #fff; font-size: 120%; background-image: url(./images/arrow-link-white.gif); background-position: 95% 15px; background-repeat: no-repeat; }

.entity-page .entity-brands ul li a:hover span.title { background-color: #000; }


.entity-page .gallery {
	clear: both;
}

.entity-page .gallery h3 {
	padding: 2%;
	font-size: 166%;
	line-height: 100%;
	
	width: 46%;
	float: left;
}
.entity-page .gallery .options {
	padding: 2%;
	
	width: 46%;
	float: right;
	text-align: right;
	
	line-height: 166%;
}
.entity-page .gallery .pager { clear: both; }

.entity-page .gallery .options h4,
.entity-page .gallery .options ul,
.entity-page .gallery .options li,
.entity-page .gallery .options a,
.entity-page .gallery .options select {
	display: inline-block;
	*display: inline;
}
.entity-page .gallery .options h4 { margin-left: 1em; }
.entity-page .gallery .options select { margin-left: .25em; }

.entity-page .gallery .options ul.sortables {
	width: 130px;
	border: 1px solid #aaa;
	text-align: left;
}

.entity-page .gallery .options li { display: none; }
.entity-page .gallery .options li.active { display: block; }
.entity-page .gallery .options ul:hover li { display: block; }

.entity-page .gallery .pager {
	padding: .5em 1em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.entity-page .gallery .pager ul {
	white-space: nowrap;
}
.entity-page .gallery .pager li.first,
.entity-page .gallery .pager li.last { display: none; }
.entity-page .gallery .pager li.prev { width: 20%; *width: 19.9%; float: left; }
.entity-page .gallery .pager li.pages { width: 60%; *width: 59.9%; float: left; text-align: center; }
.entity-page .gallery .pager li.next { width: 20%; *width: 19.9%; float: left; text-align: right; }
.entity-page .gallery .pager ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.entity-page .gallery .pager ul { zoom: 1; }

.entity-page .gallery .pager li.prev a,
.entity-page .gallery .pager li.prev span,
.entity-page .gallery .pager li.next a,
.entity-page .gallery .pager li.next span {
	display: block;
	width: 85px;
	height: 0 !important;
	padding-top: 12px;
	overflow: hidden;
}
.entity-page .gallery .pager li.prev a { background: url(./images/gallery-pager-prev.gif) 0 0 no-repeat; }
.entity-page .gallery .pager li.prev span { background: url(./images/gallery-pager-prev-disabled.gif) 0 0 no-repeat; }
.entity-page .gallery .pager li.next a { float: right; background: url(./images/gallery-pager-next.gif) 0 0 no-repeat; }
.entity-page .gallery .pager li.next span { float: right; background: url(./images/gallery-pager-next-disabled.gif) 0 0 no-repeat; }
.entity-page .gallery .pager li.pages a { color: #333; text-decoration: none; border-bottom: 1px solid #333; }
.entity-page .gallery .pager li.pages a.active { color: #000; font-weight: bold; border-bottom-color: transparent; font-size: 120%; }



.entity-page .gallery ul.items { padding: 0 1em; margin-bottom: 1em; margin-left: .6%; margin-top: -1px; padding-top: 1px; }
.entity-page .gallery ul.items li.item {
	width: 33.0%;
	float: left;
	
	*width: 33.2%;
	
}
.entity-page .gallery ul.items li.item {
	border: 1px solid #ddd;
	border-width: 1px 1px 0 0;
	margin-top: -1px;
}
.entity-page .gallery ul.items li.item.tri { border-right-width: 0; }


.entity-page .gallery ul.items li.item div.wrapper { 
	position: relative;
	
	margin: .5em;
	min-height: 147px;
	height: auto !important;
	height: 147px;
}
.entity-page .gallery ul.items li.item div.wrapper h4,
.entity-page .gallery ul.items li.item div.wrapper p,
.entity-page .gallery ul.items li.item div.wrapper ul {
	margin-left: 127px;
}
.entity-page .gallery ul.items li.item div.wrapper p {
	margin-left: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.entity-page .gallery ul.items li.item div.wrapper h4 { margin-bottom: .25em; }
.entity-page .gallery ul.items li.item div.wrapper h4 a {
	font-weight: bold;
}

body div font { display: none; }