@charset "utf-8";
/* CSS Document */
/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
padding: 0; 
margin: 0; 
} 
fieldset,img,abbr,acronym {
border:0;
}
dl,ol,ul {
list-style:none;
}
q:before,q:after {content:'';
}
table { 
border-collapse: collapse; 
border-spacing: 0; 
}  
address,caption,cite,code,dfn,em,th,var { 
font-weight: normal; 
font-style: normal; 
}  
caption,th { 
text-align: left; 
} 
h1,h2,h3,h4,h5,h6 { 
font-size: 100%; 
} 
*{
	margin:0;
	padding:0;
}
body{
	font-size:14px;
	color:#000;
	line-height:20px;
	background:#fff;
	font-family:Helvetica, Arial ,sans-serif
}
a{
	color:#3a3a47;
	text-decoration:none;
}
a:hover{
	color:#999;
}
/*------main css----------*/
#wrap{
	margin:0 auto;
	width:950px;
}
#header{
	padding-top:15px;
}
.registerlinks{
	text-align:right;
	font-size:12px;
}
.registerlinks a{
	color:#334d83;
	padding:0 5px;
}
.registerlinks a:hover{
	color:#1d54c8;
	text-decoration:underline;
}
#nav ul li{
	float:left;
	padding-right:30px;
	font-size:13px;
	line-height:30px;
	font-weight:bold;
}
#nav ul li a{
	color:#374e5a;
}
#nav ul li a:hover, #nav ul li a.on{
	color:#c63314;
}
.clear{
	clear:both;
}
#container{
	background:#fff url(./images/container.jpg) no-repeat top center;
}
#container h2 a {
	color:#fff;
}
.signin{
	margin-top:65px;
	float:left;
	background:#008ecb url(./images/signtop.gif) no-repeat top center;
	width:307px;
	padding-top:50px;
}
.signinform{
	padding:12px 12px 40px;
	color:#fff;
}
.signinform input{
	width:280px;
	height:38px;
	line-height:38px;
	font-size:14px;
	vertical-align:middle;
}
.signinform a{
	color:#fff;
	font-size:12px;
}
.signinform a:hover{
	color:#f4f4f4;
	text-decoration:underline;
}
.signinbottom{
	background:url(./images/signbottom.gif) no-repeat bottom center;
	height:26px;
}
.signinform input.logininbutton{
	float:right;
	width:auto;
	height:auto;
}
.indexmain{
	float:right;
	margin-top:65px;
	width:630px;
	color:#008ecb;
	line-height:32px;
}
.indexmain h1{
	color:#008ecb;
	font-size:26px;
}
.featured{
	margin-top:-10px;
	width:630px;
	background:url(./images/featured.gif) no-repeat top left;
	padding-top:10px;
}
.featured-content{
	border:1px solid #008ecb;
	border-width:0 0 1px 1px;
	padding:25px 0 15px;
}
.featured-content img{
	padding:0 10px 0 25px;
}
#footer{
	margin-top:25px;
	text-align:right;
}
#footer a{
	padding-left:5px;
}
#footer img{
	margin-top:5px;
}
/*------------------*/
#container h2{
	color:#fff;
	font-size:16px;
	height:33px;
	line-height:33px;
	margin:0 0 25px 12px;
}
.leftnav-bg{
	background:#1691cf url(./images/leftnav-bottom.gif) no-repeat bottom center;
	width:230px;
	float:left;
}
.leftnav{
	background:url(./images/leftnav-top.gif) no-repeat top center;
	padding:10px 0px 10px 0px
}
.leftnav ul li{
	font-weight:bold;
	padding:0 5px;
	line-height:18px;
}
.leftnav ul li a{
	color:#fff;
}
.leftnav ul li img{
	float:right;
	margin-top:5px;
}
/*--*/
.leftnav ul li ul{
	background:#6c8bbc;
	padding:0;
}
.leftnav ul li ul li ul li{
	font-weight:normal;
	line-height:17px;
}
.mainside{

	width:710px;
	float:right;

}
#container .mainside h2{
	color:#008ecb;
	font-size:24px;
	font-weight:bold;
	margin:0 0 15px 0;
}
.blueb{
	font-size:14px;
	color:#008ecb;
	font-weight:bold;
}
.account-info{
	background:url(./images/account-info-bottom.gif) no-repeat bottom center;
	width:710px;
	margin:35px 0 30px;;
	padding-bottom:17px;
}
.account-title{
	color:#008ecb;
	font-weight:bold;
	font-size:16px;
	margin-bottom:15px;
}
.account-content{
	background:#1691cf url(./images/account-info-top.gif) no-repeat top center;
}
.account-content table{
	margin-left:1px;
}
table.account{
	background:#fff;
}
table.title{
	color:#fff;
	font-weight:bold;
	line-height:35px;
}
table.title tr td, table.account tr td{
	padding-left:5px;
	height:20px;
	font-weight:bold;
}
.featuredproduct{
	width:710px;
	background:url(./images/featuredproduct.gif) no-repeat top left;
	padding-top:19px;
}
.featuredproduct-content{
	border:1px solid #008ecb;
	border-width:0 0 1px 1px;
	padding:10px 15px;
	line-height:18px;
	position:relative;
}
img.floleft{
	float:left;
}
.featuredproduct-text{
	float:left;
	width:400px;
	margin-left:10px;
}
.priceandbutton{
	width:135px;
	float:right;
	color:#fe0201;
	font-size:24px;
	font-weight:bold;
	line-height:30px;
	position:absolute;
	right:0;
	bottom:10px;
	_bottom:25px;
}
.search{
	background:url(./images/search.gif) no-repeat;
	height:50px;
	color:#fff;
	padding:8px 0 0 8px;
	margin-top:10px;
}
.search input{
}
.searchbutton{
	border:none;
	background:none;
	color:#fff;
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
}
.products{
	width:710px;
	background:url(./images/products.gif) no-repeat top left;
	padding-top:18px;
	margin-top:10px;
}
.products-content{
	border:1px solid #008ecb;
	border-width:0 0 1px 1px;
	padding:10px 15px;
	line-height:18px;
	position:relative;
}
.page{
	text-align:center;
	padding:15px 0;
	color:#008ecb;
}
.page a{
	color:#008ecb;
	padding:0 3px;
}
.page a:hover{
	color:#333;
}
.productslist ul li{
	width:330px;
	float:left;
	margin:0 5px 10px 0;
	height:200px;
	overflow:hidden;
	position:relative
}
.productslist ul li .moreinfo{
	position:absolute;
	bottom:0;
	left:0;
}
.productslist ul li div{
	float:right;
	width:195px;
	height:170px;
	margin-left:5px;
}
.productslist ul li img{
	float:left;
	width:130px;
	margin-bottom:5px;
}
.blueb16{
	font-size:16px;
	color:#008ecb;
	font-weight:bold;
	margin-bottom:5px;
}
.darkblueb{
	color:#004a8d;
	font-weight:bold
}
.redprice{
	color:#fe0201;
	font-size:24px;
	font-weight:bold;
	line-height:30px;

}



#refineby {
	background:#1691cf url(/images/leftnav-bottom.gif) no-repeat bottom center;
	width:220px;
	float:left;
	padding-bottom:20px;
	padding-left:10px;
	color:#fff;
}

.refineby_info {
	color:#fff;
}

.refineby_info ul {
	color:#fff;
	padding-left:25px;
}

.refineby_info ul a {
	color:#fff;

}




/* product listing styles */

.sw_productpage {
	padding-right: 20px;
}

.sw_product_info {
	float: left;
	width: 450px;
}

.sw_productpage h3, .sw_product_info h3 {
	font: bold 18px Courier New, sans-serif;
	margin: 0;
	padding: 0;
}

.sw_product_info h3 a {
	color: #c00;
}

.sw_productpage p {
	font: normal 12px Verdana, Arial, sans-serif;
}
.sw_productphoto {
	display: block;
	float: left;
	margin: 0 6px 10px 0;
	border: none;
}
.sw_productcat {
	margin: 8px 0;
	font-size: 10px;
}
.sw_productcat a {
	text-decoration: underline;
}
.sw_moreinfo {
	
	width: 82px;
	height: 28px;
	display: block;
	float: right;
	
}
.retailer_info {
	clear: both;
	position: relative;
}
.sw_productbuy {
	display: block;
	float: right;
	font: bold 14px/28px Courier New, sans-serif;
	vertical-align: middle;
	background: transparent url(/images/price_tag.gif) no-repeat top left;
	width: 80px;
	height: 32px;
	text-align: center;
}

.sw_similar_products ul, .sw_hotpicks ul, .sw_featuredmerch ul, .sw_cats ul {
	list-style-type: none;
	margin: 0;
	margin-left: 0;
	padding-left: 0;
	display: block;
	clear: left;

	}
.sw_similar_products .hp_price, .sw_hotpicks .hp_price {
	background: transparent url(/images/price_tag.gif) no-repeat top;
	width: 80px;
	height: 32px;
	text-align: center;
	float: right;
	font: bold 12px/26px Courier New, sans-serif;
}
.sw_similar_products li {
	float: left;
	width: 180px;
	height: 100px;
	padding: 5px;
	margin: 0 10px 10px 0;
	background: #ffffff  no-repeat top;
	overflow: hidden;

}

.sw_similar_products li img {
	float: left;
	margin-right: 6px;
}
.sw_similar_products h3, .sw_hotpicks h3 {
	font: normal 12px/12px Courier New, sans-serif;
	margin: 0 0 8px 0;
	padding: 0;
	height: 60px;
	overflow: hidden;

}
.sw_productlogo {
	display: block;
	float: right;
	position: relative;
}

#category .shop1 a,{
	float:left;
	width:100px;
	display:block;
	
	font-weight:bold;
	clear:both;
}

.shop1 {
	float:left;
	width:600px;
}
 
 









