/* General styles */


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

#sw_breadcrumb a {
	text-decoration: underline;
	color: #333;
}
/* the following styles position the navigation to the left and content on the right */

#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;
}
	
/* All main components use this formatting*/

.sw_featuredmerch {
	clear: both;
	padding: 5px;
	margin-bottom: 10px;
	position: relative;
}

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



/* Search box styling */

.sw_searchbox {
	background-color: rgb(255,212,212);
	border: 1px solid rgb(255,212,212);
        padding: 8px;
        margin: 0px 0;
	margin-bottom: 8px;
}

.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: 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 #666;
	background-color: #f7f7f7;
	padding: 6px;
	font-size: 12px;
	vertical-align: top;

}

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

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


/* Style added as hack for IE6 which has issues with floated elements and images.  IE ignores following style. */
html>body {
	height: auto;
}




/* Featured Merchants */


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

.sw_featuredmerch li {
	margin-bottom: 14px;
	border-bottom: 1px dotted #ccc;
width: 146px;
padding-bottom: 12px;
}

.sw_featuredmerch img {
	border: 0;
}

#sw_featuredtext {
	margin: 0;
}

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



/* styles for product listing pagination */

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

#sw_resultsheader select {
}

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

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

#sw_pagination {
	width:65em;
	clear: both;
	padding: 6px 0;
	text-align: center;
}


/* Styles for formatting product lists */

.sw_productlist {
	padding: 10px;
}

.sw_productlist ul {
	list-style-type: none;
	width:65em;
	margin: 0;
	margin-left: 0;
	position: relative;
}

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

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

li.sw_productentry {
	background-color: #fff;
	position: relative;
	clear: both;
	height: 1%;
	min-height: 100px;
	width: auto;
	vertical-align: top;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
}

/* 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: 1px;
}

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

.sw_productbuy img{
	margin-left: 13px;
}

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

.img_float_right {
	float:right;
	padding-left:5px;
}

.img_float_left {
	float:left;
	padding-right:5px;
}



.img_float_right {
	float:right;
	padding-left:5px;
}

.img_float_left {
	float:left;
	padding-right:5px;
}

