/* General styles */

body { font: normal 11px Verdana, Arial, Helvetica, sans-serif; color: #666666; text-align: left; background: #FFFFE0; scrollbar-face-color: #CAE1FF; scrollbar-arrow-color: #B22222; scrollbar-highlight-color: #B22222; scrollbar-shadow-color: #B22222; scrollbar-3dlight-color: #F0F8FF; scrollbar-base-color: #F0F8FF; scrollbar-darkshadow-color: #F0F8FF; scrollbar-track-color: #F0F8FF; }

td { font: normal 10px Verdana, Arial, Helvetica, sans-serif; color: #666666; text-align: left; }

th { font: bold 11px Verdana, Arial, Helvetica, sans-serif; color: #000000; }

a:link, a:visited { text-decoration: underline; color: #000000; }

a:hover { text-decoration: none; color: #B22222; background: #F0F8FF; }

h2 { font: bold 14px Verdana, Arial, Helvetica, sans-serif; color: #333333; margin-top: 0px; }

img { border: none; }

form { display: inline; }


/* BREADCRUMB LINKS */

#sw_breadcrumb { font: bold 12px Verdana, Arial, Helvetica, sans-serif; margin: 0px; clear: both; position: relative; }

#sw_breadcrumb a:link, a:visited { text-decoration: underline; color: black; }

#sw_breadcrumb a:hover { text-decoration: none; color: #B22222; background: #F0F8FF; }


/* MAIN LAYOUT */

#sw_frame { width: 980px; margin-right:auto; margin-left:auto; padding:0px; text-align:left; background: #FFFFFC; }

.sw_heading { background-color: #CAE1FF; border-bottom: solid 3px #FFFFF0; padding: 2px; }

#sw_nav { float: left; margin: 0px; width: 180px; vertical-align: top; }

#sw_container {	float: left; width: 100%; margin: 0px; vertical-align: top; }

#sw_content { float: left; margin: 0px; width: 600px; margin-left: 10px; margin-right: 10px; vertical-align: top; }

#sw_nav_right { float: right; margin: 0px; width: 180px; vertical-align: top; }


/* Shared elements. All main components use this formatting*/

.sw_searchbox, .sw_featuredmerch, .sw_cats {
	clear: both;
	background: #F0F8FF url(../images/rounded_bg_bl.gif) no-repeat bottom left;
	border: solid 1px #CAE1FF;
	padding: 0px;
	margin-bottom: 6px;
	position: relative;
}

.sw_boxheader {
	clear: both;
	background: #CAE1FF url(../images/rounded_bg_tl.gif) no-repeat top left;
	border-bottom: 1px solid #B22222;
	padding: 0px 0px 0px 10px;
	position: relative;
	margin-bottom: 0px;
}

.sw_boxheader h1, .sw_boxheader h2 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(../images/rounded_bg_tr.gif) no-repeat top right;
	color: #000080;
	padding-top: 8px;
	margin-top: 0px;
	margin-bottom: 4px;
}

.sw_hotpicks ul, .sw_featuredmerch ul, .sw_cats ul {
	list-style-type: none;
	margin: 0px;
	margin-left: 5px;
	padding: 5px;
}


/* PRODUCT DIVIDER */

.sw_productdivider { clear: both; display: block; height: 4px; background: transparent url(../images/rounded_bg_br.gif) no-repeat bottom right; }


/* SEARCH BOX */

.sw_searchbox select {
	height: 20px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

#sw_searchform {
	vertical-align: top;
	padding: 6px;
}

#sw_searchform select {
	height: 20px;
	width: 210px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 0px;
	margin: 0px;
}

input#sw_searchterm {
	width: 278px;
	height: 20px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	display: inline;
}

input#sw_searchbutton {
	position: relative;
	left: 8px;
	top: 0px;
	vertical-align: top;
}

.sw_searchsuggestion {
	border: 1px dashed #B22222;
	padding: 8px;
	margin: 4px 10px 10px 10px;
	font-size: 11px;
	font-weight: bold;
}

.sw_searchsuggestion h3 {
	margin: 0px;
	display: inline;
	color: #B22222;
	font-size: 11px;
}

.sw_searchsuggestion p {
	margin: 0px;
	display: inline;
}

.sw_searchsuggestion ul {
	margin: 6px 0px;
	padding: 0px;
}

.sw_searchsuggestion ul li {
	display: inline;
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
}


/* REFINE BY */

.refineby {
	margin: 10px 0px;
	position: relative;
	width: 100%;
}

.refineby h3 {
	margin: 0px;
	margin-top: 10px;
	font-size: 14px;
}

.refineby table {
	border-collapse: collapse;
	width: inherit;
}
	

.refineby td, .refineby th {
	border: 1px solid #B22222;
	background-color: #FFFFFF;
	padding: 6px;
	font-size: 12px;
	vertical-align: top;
}

.refineby th {
	background-color: #fcc;
}

.refineby a#clear {
	font-size: 10px;
	color: #666666;
}

/* HOT PICKS */

.sw_hotpicks { background-color: #FFFFFF; height: auto; width: 100%; border: 1px solid #CAE1FF; }

.sw_hotpicks h3 { font: bold 12px Arial, Verdana, Helvetica, sans-serif; }

.sw_hotpicks td { font: bold 26px Arial, Verdana, Helvetica, sans-serif; color: #B22222; }

.sw_hotpicks p { font: bold 12px Arial, Verdana, Helvetica, sans-serif; }

.sw_hotpicks li { float: left; width: 280px; height: 150px; padding: 2px; margin: 2px; border: 1px solid #CAE1FF; font: bold 24px Arial, Verdana, Helvetica, sans-serif; color: #B22222; vertical-align: top; }

.sw_hotpicks img { padding: 5px; }


/* FEATURED MERCHANTS */

.sw_featuredmerch li {
	margin-bottom: 12px;
	border-bottom: 1px dotted #B22222;
	padding-bottom: 8px;
}

#sw_featuredtext {
	margin: 0px;
}

#sw_featuredtext h4 {
	margin: 0px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}


/* CATEGORIES */

.sw_cats a:hover { }

.sw_cats li { padding-top: 10px; margin: 0px; }

.sw_cats h3 {
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

.sw_cats h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
}

/* styles for product listing pagination */

#sw_resultsheader {
	text-align: center;
	font-weight: bold;
	margin: 20px 0px;
	clear: both;
	position: relative;
}

#sw_resultsheader select {
	color: #666666;
	background-color: #FFFFFF;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

#sw_prodsperpage {
	float: left;
	margin-right: 20px;
}

#sw_sortby {
	float: right;
	margin-left: 20px;
}

#sw_pagination {
	font-weight: bold;
	text-align: center;
}

/* product listing styles */

.sw_productlist ul {
	list-style-type: none;
	margin: 0px;
	margin-left: 0px;
	padding-left: 0px;
	position: relative;
}

.sw_productlist h3, .sw_productdesc h3 {
	font: bold 20px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

.sw_productdesc p {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

li.sw_productentry {
	background: #FFFFFF url(../images/rounded_bg_bl.gif) no-repeat bottom left;
	position: relative;
	clear: both;
	height: auto !important;
	height: 1%;
	vertical-align: top;
	padding: 0px;
	margin-bottom: 10px;
	border: 2px solid #CAE1FF;
}

/* IE6 FIX 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; }


/* PRODUCT IMAGE */

.sw_productphoto { display: block; text-align: center; vertical-align: top; margin: 3px; padding: 3px; background: transparent url(../images/rounded_bg_tl.gif) no-repeat top left; }


/* PRODUCT DESCRIPTION */

.sw_productdesc { float: left; margin: 3px; padding: 3px; background: transparent url(../images/rounded_bg_tr.gif) no-repeat top right; }

.sw_productdesc ul { list-style-type: square; margin: 0px; }

.sw_productdesc ul li { background: none; margin-left: 8px; padding-left: 2px; }


/* PRODUCT CATEGORY LINKS */

.sw_productcat { font: bold 10px Verdana, Arial, Helvetica, sans-serif; margin: 0px; clear: both; position: relative; }
.sw_productcat a:link, a:visited { text-decoration: underline; color: black; }
.sw_productcat a:hover { text-decoration: none; color: #B22222; background: #F0F8FF; }


/* PRODUCT MERCHANT LOGO */

.sw_productlogo { display: block; float: right; }


/* PRODUCT BUY BUTTON LINKS */

.sw_productbuy {
 float: right;
 font: bold 34px Arial, Verdana, Helvetica, sans-serif;
 color: #B22222;
 background: #FFFFFF;
 border: 2px dashed #CCCCCC;
 padding: 8px;
 margin-left: 10px;
 }

.sw_productbuy img{ margin: 0px; }

/* MERCHANT BANNER */

.sw_merchantbanner {
 border: 1px dashed #CCCCCC;
 background: #F0F8FF;
 padding: 4px;
 }


/* ERROR MESSAGE */

.sw_error { clear: both; background: #FFFFF0 url(../images/warning_icon.gif) no-repeat top left; padding-left: 60px;height: 50px; font-size: 12px; margin: 18px 0px; }

.sw_error h3 { font-size: 12px; color: #FF0000; margin: 0px; }


/* FOOTER */

#sw_footer { clear: both; margin: 10px 0px; padding: 6px 0px; border-top: 1px solid #B22222; border-bottom: 1px solid #B22222; position: relative; }


