/* General styles */


body, a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}


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

img {
	border: none;
}

form {
	display: inline;
}

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

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

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

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

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

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

#sw_content {
	margin: 0;

}

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

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


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

.sw_similar_products {
	clear: both;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	padding: 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;
}


/* Search box styling */

.sw_searchbox {
	clear: both;
  	background-color: #ffffff;
	border: 1px solid #ffffff;
	padding: 10px;
	margin: 0px;
}

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

#sw_searchform {
	display: inline;

}

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

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


input[type=hidden]{display:none!important;}
input[type=text] {padding:3px 5px; height:27;line-height:1.14em;font-size:1.17em;font-family:Arial,Helvetica,Sans-serif;border:1px solid #ccc;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-moz-box-shadow:inset 1px 1px 3px #ccc;-webkit-box-shadow:inset 1px 1px 3px #ccc;box-shadow:inset 1px 1px 3px #ccc;vertical-align: middle;}
input[type=image] {vertical-align: middle;}
input[type=button] {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 {
	position: relative;
	width: 100%;
}


.refineby h3 {
	margin: 0;
	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;
	border-color:#E6E6E6
}

/* 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-size: 12px; 
	text-decoration:none;
    
}


.sw_hotpicks li, .sw_similar_products li {
	float: left;
	width: 288px;
	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: none;
}

.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;
    font-size:small;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

.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: 160px;
	height: 20px;
}

/* styles for product listing pagination */

#sw_resultsheader {
	text-align: center;
	font-weight: bold;
	
	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_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 #CECECE;
	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;
}

/* ---------- Header-Nav ---------- */
#header_bar{
  width: 100%;
  height: 33px;
  position: relative;
  background-image:url(http://www.consumermarket.co.uk/1navbar.png);
  z-index: 4;
}

#header_bar .button{
    position: relative;
	float: left;
  }

#header_bar .button_highlight{
  position: relative;
  float: left;
}

#header_bar a, #header_bar a:visited {
 
  height: 32px;
  width: 108px;
  font-family: Tahoma, Arial, sans-serif;
  font-size:14px;
  color: #CCDDEE; 
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  float: left;
  line-height: 30px;
}	  

#header_bar a:hover {
	background: #446688 url(http://www.consumermarket.co.uk/1navbarhighlight.png);
	color: #FFFFFF;
}

#header_bar img{
  float: left;
}
/* IE Hack :( \*/
* html #header_bar img {margin-left: -3px;margin-right: -3px;}
/* End IE Hack */

#header_bar #left{
  height: 20px;
  width: 20px;
  float: left;
}
#header_bar div.divider{

  height: 33px;
  width: 1px;
  float: left;
  border-left: 1px solid #446688;
}
#header_bar #right{
  margin-left: 200px;
  margin-right: 0px;
}

#header_bar #login{
  float: right;
  margin-right: 30px;
  height: 25px;
}
#header_bar #login a,
#header_bar #login a:visited {
  width: 70px;
}
/* ---------- End Header-Nav ---------- */


/* ------ Header Drop-Downs ------ */
#header_bar .drop_down{
  position: absolute;
  left: 0px;
  top: 33px;
  background-image:url(http://www.consumermarket.co.uk/1navbar.png);
  width: 160px;
  visibility: hidden;
  z-index: 4;
  filter: alpha(opacity: 85);
  opacity: .85;
}
#header_bar .drop_down a,
#header_bar .drop_down a:visited {
  overflow: hidden;
  display: block;
  width: 160px;
  color: #ffffff;
  text-align: left;
  float: none;
  font-size: 13px;
  font-weight: normal;
  height: 25px;
  line-height: 25px;
  /*padding-left: 4px;*/
  border-bottom: 1px dotted #D8000F;
}
#header_bar .drop_down a:hover {
  text-decoration: none;
  background: #446688 url(http://www.consumermarket.co.uk/1navbarhighlight.png);
  font-weight: normal;
}
/* ------ End Header Drop-Downs ------ */




/* ------ What's New style ----------- */

.whats_new {
	background: transparent url(http://www.consumermarket.co.uk/images/whats_new_bottom.gif) no-repeat bottom;
	padding: 0;
	margin: 0;
	height: 434px;
	margin-bottom: 10px;
}

.whats_new h3 {
	background: white url(http://www.consumermarket.co.uk/images/whats_new_title.gif) no-repeat top;
	padding: 10px;
	font: bold 14px Arial;
	color: #069;
	margin: 0;
}

/* ------- End What's New style -------------- */


/* ------------------ AJAX -----------------------*/

#rightcolumn{
float:left; 
width:500px;  
min-height: 0px;
margin-left: 0px;
padding: 5px;
padding-bottom: 8px;
}

* html #rightcolumn{ /*IE only style*/
height: 352px;
}

/* ------------------End AJAX -----------------------*/


