/* General styles */

body {
	font: normal 10px Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #ffffFF;
}

td {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: left;
}

th {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

a:link, a:visited {
	text-decoration: none;
	color: #0D1286;
}

a:hover {
	text-decoration: underline;
	color: #0D1286;
}

h2 {
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	color: #990000;
	margin-top: 0;
}

img {
	border: none;
}

form {
	display: inline;
}
#bluestar
{
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
background: #000000;
color: #ffffff;
height: 22px;
padding-left: 100px;
border-top:5px solid #000000;
}
#bluestar a
{
color: #eaff01;
font-weight: bold;
font-size: 14px;
padding: 3px 10px 3px 10px;
}

#sw_breadcrumb {
	background-color: #EEEEEE;
	margin: auto;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#sw_breadcrumb a {
	color: #333;
}

#sw_breadcrumb a:hover {
	text-decoration: underline;
	color: #f00;
}

#sw_frame {
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;	
	background-color: #fff;
	color: #333;
	border: 0px solid gray;
	line-height: 130%;
	width: 1200px;	
}

#header {
	background-color: #fff;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
height: 200px;
}

#banner {
margin-top: 55px;

}

/* the following styles position the navigation to the left and content on the right */

#leftnav
{
	float: left;
	width: 185px;
	margin-top: 10px;
	padding: 1em;

}

#rightnav
{
margin: 0;
 padding: 1em;
height: auto;
float: right;
}



#content
{
border-left: 0px solid gray;
margin-right: 10px;
border-right: 0px solid gray;
padding: 1em;
float: right;
width: 65%;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

#sw_nav {
	float: left;
	width: 180px;
}

#sw_container {
	float: right;
	vertical-align: top;
	width: 100%;
	margin: 0;
	margin-left: -180px;
}

#sw_content {
	margin: 0;
	margin-left: 190px;
}
	
/* Shared elements. All main components use this formatting*/

.sw_hotpicks, .sw_featuredmerch, .sw_cats {
/*	clear: both; */
	background-color: #ffffff;
	border: 0px solid #666;
	padding: 10px;
	margin-bottom: 1px;
	position: relative;
}

.sw_hotpicks ul, .sw_featuredmerch ul, .sw_cats ul {
	list-style-type: none;
	margin: 0;
	margin-left: 0;
	padding-left: 0;
}

.sw_hotpicks h2 {
	font: bold 14px Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #99CCFF;
	padding-left: 10px;
	height: 20px;
}


/* Search box styling */

.sw_searchbox {
	/*	clear: both; */
	padding: 2px;
	margin: 0px;
	margin-bottom: 3px;
	background-color: #f7f7f7;
	border: thin solid #999999;
}

.sw_searchbox select {
}

#sw_searchform {
	vertical-align: top;
	display: inline;
}

#sw_searchbox h2 {
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.sw_searchsuggestion {
	border: 1px dashed #ccc;
	padding: 6px;
	margin: 6px 0;
	font-size: 8px;
	font-weight: bold;
}

.sw_searchsuggestion h3 {
	margin: 0;
	display: inline;
	color: #c00;
	font-size: 10px;
}

.sw_searchsuggestion p {
	margin: 0;
	display: inline;
}

.sw_searchsuggestion ul {
	margin: 6px 0;
	padding: 0;
}

.sw_searchsuggestion ul li {
	display: inline;
	margin: 0;
	margin-right: 10px;
	padding: 0;
}

.refineby{
	margin: 10px 0;
	position: relative;
	width: 100%;
}


.refineby h3 {
	margin: 0;
	margin-top: 10px;
	font-size: 10px;
}

.refineby table {
	border-collapse: collapse;
	width: inherit;
}
	

.refineby td, .refineby th {
	border: 1px solid #666;
	background-color: #f7f7f7;
	padding: 6px;
	font-size: 10px;
	vertical-align: top;

}

.refineby th {
	background-color: #ccc;
}

.refineby a#clear {
	font-size: 10px;
	color: #666;
}



/* Hot Picks styling */

.sw_hotpicks {
	height: 1%;
	min-height: 120px;
}

/* Style added as hack for IE6 which has issues with floated elements and images.  IE ignores following style. */
html>body .sw_hotpicks {
	height: auto;
}

.sw_hotpicks h3 {
	font-weight: bold;
	font-size: 12px;
}


.sw_hotpicks li {
	float: left;
	width: 232px;
	padding: 10px;
padding-bottom: 12px;
}

.sw_hotpicks span {
	float: left;
 	width: 100px;
 	height: 100px;
}
 
.sw_hotpicks img {
 	margin-right: 10px;
	border: 1px solid #ccc;
}

.sw_hotpicks div {
/*	clear: both;*/
	height: 1px;
}


/* Featured Merchants */

.sw_featuredmerch h2 {
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #99CCFF;
	padding-left: 5px;
	height: 20px;
}

.sw_featuredmerch h3 {
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	margin-top: 0;
}

.sw_featuredmerch li {
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 8px;
}

.sw_featuredmerch img {
	border: 0;
}

#sw_featuredtext {
	margin: 0;
}



#sw_featuredtext h4 {
	margin: 0;
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
}

/* Category listing styles */


.sw_cats li {
	margin-bottom: 12px;
}

.sw_cats h2 {
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #99CCFF;
	padding-left: 5px;
	height: 20px;
}

.sw_cats h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

.sw_cats h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 4px 0;
}

/* styles for product listing pagination */

#sw_resultsheader {
	text-align: center;
	font-weight: bold;
	margin: 10px 0;
/*	clear: both;*/
}

#sw_resultsheader select {
}

#sw_prodsperpage {
	float: left;
	margin-right: 20px;
}

#sw_sortby {
	float: right;
	margin-left: 20px;
}

#sw_pagination {
/*	clear: both;*/
	padding: 6px 0;
	text-align: center;
}


/* Styles for formatting product lists */

.sw_productlist ul {
	list-style-type: none;
	margin: 0;
	margin-left: 0;
	padding-left: 0;
	position: relative;
}

.sw_productlist h3, .sw_productdesc h3 {
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.sw_productdesc p {
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
}

li.sw_productentry {
	background-color: #fff;
	position: relative;
/*	clear: both;*/
	height: 1%;
	
	width: auto;
	vertical-align: top;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 5px;
max-height: 220px;
}

/* Style added as hack for IE6 which has issues with floated elements and background images.  IE ignores following style. */
html>body li.sw_productentry {
	height: auto;
}

.sw_productphoto {
	display: block;
	float: left;
	margin-right: 10px;
	border: 1px solid #f7f7f7;
}

.sw_productdesc {
	margin: 0;

}

.sw_productdesc ul {
	list-style-type: square;
	margin: 0;
}

.sw_productdesc ul li {
	background: none;
	margin-left: 18px;
	padding-left: 2px;
}

.sw_productcat {
	font-size: 10px;
}

.sw_productcat a {
	text-decoration: underline;
}

.sw_productlogo {
	display: block;
	float: right;
}

.sw_productdivider {
	clear: right;
	display: block;
	height: 2px;
}

.sw_productbuy {
	float: right;
	font: bold 14px Arial, Verdana, Helvetica, sans-serif;
	vertical-align: top;
}

.sw_productbuy img{
	margin-left: 10px;
}

.sw_error {
/*	clear: both;*/
	background: #fff url(../images/warning_icon.gif) no-repeat top left;
	padding-left: 60px;
	height: 50px;
	font-size: 12px;
	margin: 18px 0;
}


.sw_error h3 {
	font-size: 12px;
	color: #f00;
	margin: 0;
}


/* footer */

#sw_footer {
	clear: both;
	padding: 6px 0;
	border-top: 1px solid #666;
	background-color: #EEEEEE;
}
.bluestar
{
	padding-left: 120px;
	color:#06C;
}