/* General styles */

body {
	color: #333333;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

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

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

a:link {
	text-decoration: underline;
	color: #004b91;
}

a:visited {
	color: #004b91;
}

a:hover {
	text-decoration: underline;
	color: #E47911;
}

h2 {
	color: #E47911;
	margin-top: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
}

img {
	border: none;
}

form {
	display: inline;
}

#sw_breadcrumb {
	margin: 10px 0;
	clear: both;
}

#sw_breadcrumb a {
	text-decoration: underline;
	color: #004b91;
}

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

/* Header */

#header {
	clear: both;
	min-width: 960px;
}

#header h1 {
	color: #000;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 280%;
	font-weight: bold;
}

a:hover h1, a:visited h1 {
	text-decoration: none;
}

#light {
	font-weight: normal;
}

#orange {
	color: #E47911;
}

#minitabs {
	text-decoration: none;
	text-align: left;
	margin-top: 3px;
	padding: 0px;
	margin-bottom: 0px;
}
#minitabs li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: 004b91;
}
#minitabs a {
	font-weight: bold;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
	color: #004b91;
}
#minitabs a.active, #minitabs a:hover {
	text-decoration: underline;
	color: #004b91;
}
#minitabs a:hover {
	color: #004b91;
}

#minitabs li.last {
	border-right-style: none;
}

#logo {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#welcome {
	float: left;
	margin-left: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	padding: 0px;
}

#topnav {
	clear: both;
	color: #FFF;
	min-width: 960px;
	width: 100%;
}

#navtitle {
	text-align: left;
	float: left;
	color: #fff;
	background-color: #146EB4;
	width: 160px;
	padding: 10px;
	margin: 0px;
	font-weight: bold;
	vertical-align: middle;
}

#navtitle a {
	color: #fff;
	text-decoration: none;
}

/* the following styles position the navigation to the left and content on the right */

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

#sw_content {
	margin-left: 190px;
	margin-top: 0;
	margin-right: 320px;
	margin-bottom: 0;
}

#sw_nav {
	clear: both;
	float: left;
	width: 180px;
}

#sw_rightcol {
	width: 300px;
	position: absolute;
	top: 100px;
	right: 10px;
	margin: 0;
	padding0;
}

.signupform {
	padding: 0;
	border: 0;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0;
}

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

.sw_cats {
	clear: both;
	background-color: #146EB4;
	border: 1px solid #146EB4;
	padding: 10px;
	margin-bottom: 10px;
	position: relative;
}

.sw_cats a:link, .sw_cats a:visited {
	color: #FFF;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.sw_cats a:hover {
	color: #E47911;
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.sw_hotpicks, .sw_featuredmerch, .sw_similar_products {
	clear: both;
	background-color: #ffffff;
	border: 1px solid #999999;
	padding: 10px;
	margin-bottom: 10px;
	position: relative;
}

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

.sw_hotpicks b {
	color: #E47911;
}

/* Search box styling */

.sw_searchbox {
	background-color: #146EB4;
	border: 1px solid #146EB4;
	padding: 10px;
}

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

#sw_searchform {
	display: inline;
}

#sw_searchbox h2 {
	margin: 0;
	padding: 0;
}

#sw_searchform select {
	height: 18px;
	width: 250px;
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	padding: 0;
	margin: 0;
	margin-right: 8px;
	vertical-align: middle;
}


input#sw_searchterm {
	min-width: 100px;
	max-width: 60%;
	width: 50%;
	height: 18px;
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	padding: 0;
	margin: 0;
	border: 1px solid #aaa;
	vertical-align: middle;
}

input#sw_searchbutton {
	vertical-align: middle;
}


.sw_searchsuggestion {
	border: 1px dashed #ccc;
	padding: 8px;
	margin: 6px 0;
	font-size: 12px;
	font-weight: bold;
}

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

.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: 14px;
}

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


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

}

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

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

.active_filters {
	border: solid #ccc 1px;
	padding: 3px;
}




/* Hot Picks styling */

.sw_hotpicks, .sw_similar_products {
	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 h2, .sw_similar_products h2 {
	font: bold 14px Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}

.sw_hotpicks h3, .sw_similar_products h3  {
	font-weight: bold;
	font-size: 12px;
}


.sw_hotpicks li, .sw_similar_products li {
	float: left;
	width: 232px;
	padding: 10px;
}

.sw_hotpicks span, .sw_similar_products span {
	float: left;
 	width: 80px;
 	height: 80px;
}

.sw_hotpicks img, .sw_similar_products img {
 	margin-right: 10px;
	border: 1px solid #999999;
}

.sw_hotpicks div, .sw_similar_products div {
	clear: both;
	height: 1px;
}


/* Featured Merchants */


.sw_featuredmerch h3 {
	font: bold 14px Arial, Verdana, Helvetica, sans-serif;
	margin-top: 0;
}

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

.sw_featuredmerch img {
	border: 1px solid #999999;
}

#sw_featuredtext {
	margin: 0;
}

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

/* Tag Cloud styles */

.sw_tagcloud {
	padding: 10px;
	border: 1px solid #999999;
	margin-bottom: 10px;
	font: bold 14px Arial, Verdana, Helvetica, sans-serif;
	position: relative;
	overflow: hidden;
}

/* Category listing styles */


.sw_cats li {
	margin-bottom: 12px;
}

.sw_cats h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

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

.sw_categorylist dl {
	clear: left;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}

.sw_categorylist dl br {
	clear: left;
}

.sw_categorylist h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 6px 0;
	position: relative;
}



.sw_categorylist dl dt {
	float: left;
	width: 200px;
	height: 20px;
}

/* Category listing styles for index*/


.sw_cats_index {
	color: #ff8000;
	padding: 0;
	background: transparent url(../images/cat_box_bottom.gif) no-repeat bottom;
	margin-bottom: 10px;
	position: relative;
}

.sw_cats_index h2 {
	color: #ff8000;
	font: normal 14px Arial;
	padding: 6px 10px;
	border-bottom: 1px dotted #cfcfcf;
	background: white url(../images/content_box_top.gif) no-repeat top;
}

.sw_cats_index br {
	clear: left;
}

.sw_cats_index ul {
	padding: 0;
	margin: 0;
	height: 1%;
	list-style-type: none;
	position: relative;
}

.sw_cats_index img {
	float: left;
	margin-right: 6px;
}

.sw_cats_index h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	display: inline;
}

.sw_cats_index h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 4px 0;
}

.sw_cats_index li {
	float: left;
	padding-left: 10px;
	width: 190px;
	height: 22px;
	margin-bottom: 4px;
	position: relative;
}

.sw_cats_index li h3 {
	font: bold 14px/16px Arial;
}

.sw_cats_index li a, .sw_cats_index li a:visited {
	color: #ff8000;
}

.sw_cats_index li a:hover {
	color: #ff8000;
	text-decoration: underline;
}


/* styles for product listing pagination */

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

#sw_resultsheader select {
	color: #333;
	background-color: #e8e8e8;
	border: 1px solid #ccc;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;

}

#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 {
	width: 100%;
	margin: 10px 0;
	position: relative;

}

.sw_productlist table {
	width: inherit;
}

.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;
}

td.sw_productentry {
	background-color: #ffffff;
	vertical-align: top;
	border: 1px solid #999999;
	width: 50%;
	padding: 10px;
	margin: 10px !important;
}

.sw_productphoto {
	display: block;
	float: left;
	margin-right: 10px;
}

.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 {
	margin: 8px 0;
	font-size: 10px;
}

.sw_productcat a {
	text-decoration: underline;
}

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

.sw_productdivider {
	clear: right;
	display: block;
	height: 1px;
}

.sw_productbuy {
	float: right;
	font: bold 14px Arial, Verdana, Helvetica, sans-serif;
	vertical-align: top;
}

.sw_productbuy img{
	margin-left: 10px;
	vertical-align: middle;
}

.sw_retailer_info {
	clear: left;
	padding-top: 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;
	margin: 10px 0;
	padding: 6px 0;
	border-top: 1px solid #999999;
	text-align: center;
	font-size: 80%;
	color: #999;
}

#sw_footer h1 {
	font-size: 180%;
	color: #000;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#sw_footer a {
	text-decoration: none;
}

