/* General styles */

body {
	background-color:#dcdada;
	background-image:url(../images/back.png) ;
	background-repeat:repeat-x;
	/*font: normal 12px Arial, Verdana, Helvetica, sans-serif;*/
	color: #333;
	text-align:center; /*center hack*/
	margin: 0px;
	padding: 0px;
	font-size:76%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.3;
}

h1,.componentheading{
font-size:1.9em;
line-height:1.0em;
}

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, a:visited {
	text-decoration: none;
	color: #0066cc;
}

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

h2 {
	font: bold 14px Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	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;
	width: 990px;
	
}

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

#sw_nav {

	float: right;
	/*margin-left: 780px;*/
	width: 180px;
	padding-right: 24px;
}

#sw_search_container {

}

#sw_container {
	background-image:url(../images/content.png);
	width: 100%;
	margin: 0;
}

#sw_content {
	background-image:url(../images/content.png);
	float: left;
	margin: 0;
	padding: 30px 0 0 80px;
	width: 600px;
}

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

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


.sw_featuredmerch 
{
	clear: both;
	border: 1px solid #999999;
	padding: 5px;
	margin-bottom: 10px;
	position: relative;

}

.sw_featuredmerch{

	/*border-bottom-color: #2877D7; /*blue boarder bottom color*/
	/*border-bottom-width: 15px; /*blue boarder bottom color*/
}

.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;
	/*border: 1px solid #999999;*/
	padding: 10px 0px 20px 0px;
	margin: 0px;
	margin-bottom: 15px;
	height: 40px;
	width: 180px;
	
	/*border-bottom-color: #2877D7; /*blue boarder bottom color*/
	/*border-bottom-width: 15px; /*blue boarder bottom color*/
}

/*
.sw_searchbox h2 {
	font: bold 18px Arial, Verdana, Helvetica, sans-serif;
	color: #4B4B4B;
	margin: 0;
	padding: 0;
}
*/

.sw_searchbox_text {
	font: bold 20px Arial, Verdana, Helvetica, sans-serif;
	color: #4B4B4B;
	margin: 0;
	padding-top: 9px;
	width: 350px;
	float: left;
	text-align:right;
}

.sw_searchbox_button {
	width: 630px;
	float: right;
	}

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

#sw_searchform {
	display: inline;
}
/*
.blue-border-bottom{
	clear: both;
	background-color: #FF0000;
	margin-bottom: 10px;
	margin-top: -10px;
}
*/


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


input#sw_searchterm {
	width: 180px;
	height: 25px;
	font: normal 18px Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	padding: 0;
	margin-left: 0px;
	/*border: 2px solid #E0CCC2;*/
	vertical-align: middle;
}

input#sw_searchbutton {
	/*vertical-align: left;*/
	margin-top: 5px;
}


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


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

.refineby table {
	border-collapse: collapse;
	width: inherit;
	float:left;
	margin-bottom:10px;
}


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

.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;
	/*width:168px;*/
	
	/*border-bottom-color: #2877D7; /*blue boarder bottom color*/
	/*border-bottom-width: 15px; /*blue boarder bottom color*/
}

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


#top_banner{
	background-image:url(../images/header.png);
	height:118px;
	background-repeat:no-repeat;
	padding-bottom: 8px;
}

#top-break {
background-image:url(../images/top-break.png);
height:18px;
}

#bottom-break {
background-image:url(../images/bottom-break.png);
height:18px;
float:left;
width:100%;
}

#advert_banner{
	float:right;
	padding-top: 10px;
	padding-right: 18px;
}

#top_logo{
	float:left;
	padding-top: 90px;
	padding-left: 20px;
}

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

/* styles for product listing pagination */

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

#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;
	width: 600px;
}


/* product listing styles */


.sw_productlist {
	width: 600px;
	margin:  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; color:#000000;
	margin: 0;
	padding: 0;
}

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

.sw_productphoto {
	display: block;
	text-align:center;
	float:left;
}

.sw_product_price {

	padding-top: 25px;
	text-align:center;
	font-size: 17px;
	font-weight:bolder;
	color:#000000;
}
.sw_product_compare {
	padding-top: 15px;
	text-align:center;
}



.sw_productdetails{
	clear: both;
	background-color: #ffffff;
	border: 1px solid #999999;
	padding-top: 10px;
	margin: 0px;
	margin-bottom: 10px;
	/*width: 810px;*/
}


.sw_productdesc {
	margin: 0;
	
}

.sw_productdesc h2 {
	color:#464646;
	font-size: 22px;
	padding-left: 10px;


}

ul.sw_productdesc  {
	list-style-type: square;
	margin: 0;
	color:#000000;
	list-style:none;
	font-weight:bold;
	color:#666666;
	padding-left : 20px;
}

li.sw_productdesc  {
	line-height : 20px;
	padding-left : 20px;
	padding-top : 1px;
	background-image : url(http://www.netbook-store.co.uk/templates/nmp/images/point-arrow.jpg);
	background-repeat : no-repeat;
	background-position : 0px 4px;
}



.sw_productdesc_spec {
		margin: 0;
		padding: 0;

}

.sw_productdesc_detail {
	float:left;
	padding-top: 3px;
	padding-left: 10px;
}


.sw_productdesc_detail h3{
	font-size: 15px;
}


.sw_productdesc_detail h3 a{
	font-size: 15px;
}

.sw_productdesc_detail_price {
	float:right;
	text-align:center;
}

.sw_productdesc_detail_price a {
	font-size: 15px;
	font-weight: bolder;
	color:#000000;
	
}



.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;
	text-align: right;
}

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


.sw_productbuy2 {
	float: left;
	font: bold 24px Arial, Verdana, Helvetica, sans-serif;
	vertical-align: top;
}

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



.moreinfo2 {
margin-left:92px;
}



.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 {
	background-image:url(../images/footer.png);
	height:38px;
	clear:both;
	padding: 0px;
	/*font-size: 80%;*/
}

#copyright {
	font:1.0em Arial,Helvetica,sans-serif;
	float:left;
	margin-top:10px;
	margin-left:20px;
	color:#666;
}

#sw_footer-end {
	background-image:url(../images/footer-end.png);
	height:14px;
	float:left;
	width:100%;
}

/* old footer */

/*#sw_footer {
	clear: both;
	margin: 10px 0;
	padding: 6px 0;
	border-top: 1px solid #999999;
}
*/

.browsebox
{
	
	/*width: 179px;*/
	border: 1px solid #999999;
	/*float: right;
	margin-top: -880px;
	margin-right: 50px;*/
	margin-bottom: 10px;
	font:  14px Arial, Verdana, Helvetica, sans-serif;
	position: relative;
	overflow: hidden;
	padding: 5px;
	
	/*border-bottom-color: #2877D7; /*blue boarder bottom color*/
	/*border-bottom-width: 15px; /*blue boarder bottom color*/
	}
	
.browsebox h2 {

}	
	
	
	ul.feature_products  {
	list-style-type: square;
	margin: 0;
	list-style:none;
	font-weight:bold;
	padding-left : 5px;
	color:#000000;
}

li.feature_products  {
	line-height : 20px;
	padding-left : 0px;
	padding-top : 1px;
	background-repeat : no-repeat;
	background-position : 0px 4px;
}



.product_top{
height:73px;



} 

.product_title_section{
float:left;





}


.product_ribon_section{
float:right;



}

.product_table{
padding: 10px;

}


.moduletablemainnav{ /* I have absolutely positioned the module, you might have a different scheme*/
position:absolute;
z-index:100;
margin-top:83px;
font:0.9em Verdana, Arial, Helvetica, sans-serif;
}
#mainlevelmainnav,#mainlevelmainnav ul{
float:left;
padding: 0;
margin: 0;
list-style:none;
line-height:2em;
font-weight:700;
padding-left: 20px;
}
#mainlevelmainnav a{
display:block;
color:#FFFFFF;
text-decoration:none;
padding-right:5px;
padding-left:5px;
}
#mainlevelmainnav li{
float:left;
padding:0;
margin-right:8px;
background-color:#6a6a6a;

}
#mainlevelmainnav li ul{
position:absolute;
left:-999em;
height:auto;
width:13em;
font-weight:700;
background:#6a6a6a;
border:#6a6a6a 1px solid;
margin:0px;
padding-top:10px;
padding-bottom:10px;
}
#mainlevelmainnav li li{
width:11em;

}
#mainlevelmainnav li ul a{
width:11em;
color:#fff;
font-size:1.0em;
line-height:2em;
font-weight:400;
}
#mainlevelmainnav li:hover ul ul,#mainlevelmainnav li:hover ul ul ul,#mainlevelmainnav li.sfhover ul ul,#mainlevelmainnav li.sfhover ul ul ul{
left:-999em;
}
#mainlevelmainnav li:hover ul,#mainlevelmainnav li li:hover ul,#mainlevelmainnav li li li:hover ul,#mainlevelmainnav li.sfhover ul,#mainlevelmainnav li li.sfhover ul,#mainlevelmainnav li li li.sfhover ul{
left:auto;
z-index:6000;
}
#mainlevelmainnav li li:hover,#mainlevelmainnav li li.sfhover{
background:#039;
line-height:2em;
}



#mainlevelmainnav li a:hover, .moduletablemainnav li a:hover, a#active_menumainnav:link, a#active_menumainnav:visited {
background-color:#EBEBEB;
color:#0066CC;
}

/**************************************/
/************Footer Menu **************/
/**************************************/

#mainlevelfoot,#mainlevelfoot ul{
float:right;
list-style:none;
font-size:12px;
margin-top:0px;
margin-right:15px;
}
#mainlevelfoot a{
display:block;
color:#666;
text-decoration:none;
margin-right:5px;
margin-left:5px;
padding:3px;
}
#mainlevelfoot a:hover{
background-color:#4e8afe;
color:#FFFFFF;
padding:3px;
}
#mainlevelfoot li{
float:left;
padding:0px;
}
