
TD.Button {								 
	BACKGROUND: url(images/butbg.gif);
	BACKGROUND-COLOR: #68C1FF;
	BACKGROUND-REPEAT: repeat-x;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	VERTICAL-ALIGN: middle;
	WHITE-SPACE: nowrap;
}
TABLE.ButtonTable {
	CURSOR: pointer;
	VERTICAL-ALIGN: middle;
	DIRECTION: ltr;
}

/*** links ***/
body a {
	text-decoration: none;
	}

body a:hover {
	text-decoration: underline;
	}


body {
	
	background: #fdfdfd url(/img/bg.gif) 0 0 repeat-x;
	
	margin: 0;
	padding: 0;
	
	text-align: center;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	
	}

body table { /* fix for ie5 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;  
	}
	
body.popupbody {
	background: #fefefe;
	background-image: none;
	}



#mainWrapper {

	width: 760px;
	
	margin: 0 auto;
	
	text-align: left;
	
	background: none;
	
	}


#ns-header {
	margin: 0 auto;
	padding: 0;
	height: 120px;
	position: relative;

	/*background: transparent url(/img/rosie.gif) left bottom no-repeat;*/
	
	border-bottom: 6px solid #666666;

	}



#ns-main {	

	background: #fff url(/img/bg-main.gif) 0 0 repeat-y;
}

#ns-main-inner {

	background: url(/img/bg-rightcol.jpg) right bottom no-repeat;
	border: 1px solid #ccc;
	border-top: 2px solid #aaa;

}

#ns-checkout {

	border: 1px solid #ccc;
	
	padding: 13px;

	background: #fff url(/img/bg-rightcol.gif) right bottom no-repeat;
	font-size: 1.2em;
}

	
#ns-leftcol {
	float: left;
	width: 158px;  /* requires hack */
	text-align: left;
	border-bottom: 1px solid #ccc;
}
	
	
	
#ns-rightcol {
	float: right;
	padding: 15px 15px 30px 0;
	font-size: 1.2em;
	text-align: left;
	line-height: 1.5em;
	width: 585px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 570px;
	}
html>body #header {
	width: 570px; /* ie5win fudge ends */
	}	
	




#alert {
	background: #cc0000;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}



/****

 Top navigation

****/

#topnav {
	background: #fcfcfc url(/img/bg-topnav.gif) left bottom no-repeat;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	
	padding-top: none;
}

.topnav-col {
	width: 33%;
	margin-right: 1px;
	float: left;
	text-align: center;
}


.topnav-col h2 {
	margin-top: 3px;
	padding: 0;
	}


#topnav ul {
	text-align: left;
	list-style-type: square;
	color: #77a;
	font-size: 12px;
	padding: 0;
	padding-left: 50px;
	padding-right: 10px;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 7px;
	}

#topnav ul li {
	padding: 0;
	padding-bottom: 3px;
	font-weight: bold;
	}

#topnav ul li a {
	color: #00a;
	}

#topnav ul li a:hover {
	color: #c00;
	}

#topnav ul.extra li {
	font-weight: normal;
	}

#topnav ul.extra li a {
	}

#topnav p {
		font-size: 11px;
		text-align: left;
		padding-right: 10px;
}

#topnav p.solerebels {
	margin: 0;
	margin-bottom: 15px;
	text-align: left;
	padding: 0 23px;
	color: #555;	
	}



#topnav h2.coming-soon {
	font-size: 11px;
	color: #900;
	margin-bottom: 15px;
	}





/***

 Header / Navigation

***/


#ns-header #logo {
	padding: 12px 0 0 0;
	margin: 0;
	}
#ns-header #logo h1 {
	padding: 0;
	margin: 0;
	}

#ns-header #user-tab {
	position: absolute;
	right: 0;
	bottom: 0;
	
	background: #666 url(/img/cnr-grey-tl.gif) left top no-repeat;
	

	}


#ns-header #user-tab div {
	padding: 6px 24px;
	background: url(/img/cnr-grey-tr.gif) right top no-repeat;
	color: #fff;
	font-size: 1.2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}


#ns-nav-wrap {
	background: #fcfcfc url(/img/bg-nav.gif) 0 0 repeat-x;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-weight: bold;
	
	}

#ns-nav-wrap #ns-nav {
	width: 65%;
	float: left;
	padding: 10px 0 10px 18px;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;

	}
	
	#ns-nav a {
		color: #000;
		text-transform: uppercase;
		text-decoration: none;

	
		}	
	
	#ns-nav a:hover {
		text-decoration: underline;
		color: #C00
		}
	
#ns-nav-wrap #ns-user-nav {
	width: 25%;
	float: right;
	text-align: right;
	font-size: 1.1em;
	padding: 11px 12px 0 0;
	}
	
	#ns-user-nav a {
		color: #00c;
		text-transform: lowercase;
		text-decoration: underline;

		}
	
	#ns-user-nav a:hover {
		color: #C00;
		}
		
		
	
	
	

/*  Breadcrumb bar */

#ns-path-wrap {
	background: #EBEBEB;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ADADAD;
	text-align: left;

	}
	
#ns-path-wrap #ns-path {
	float: left;
	width: 60%;
	background: #EBEBEB;
	font-size: 1.1em;
	color: #404040;
	padding: 11px 18px;
	text-transform: lowercase;
	}
	
	#ns-path a {
		font-weight: normal;
		color: #00f;
		}
		
	#ns-path a:hover {
		text-decoration: underline;
		}

#ns-path-wrap #ns-view-cart {		/* requires hack */
	width: 180px;
	background: #B6C5D7 url(/img/bg-viewcart.gif) left bottom repeat-x;
	padding: 0;
	float: right;
	border-left: 1px solid #ccc;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	width: 181px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 180px;
	}
html>body #header {
	width: 180px; /* ie5win fudge ends */
	}
	
	
	#ns-view-cart a {
		display: block;	/* requires hack */
		text-align: left;
		width: 124px;
		padding-top: 11px;
		padding-bottom: 11px;
		padding-left: 44px;
		padding-right: 12px;
		background: url(/img/btn-view-cart.gif) 12px 5px no-repeat;
		
		text-decoration: none;
		color: #273469;
		width: 180px; /* ie5win fudge begins */
				voice-family: "\"}\"";
				voice-family:inherit;
				width: 124px;
				}
			html>body #header {
				width: 124px; /* ie5win fudge ends */
				}
	
	#ns-view-cart a:hover {
		text-decoration: underline;
		color: #003;
		}





/***

	Left Column

***/

#ns-search-box {
	text-align: center;
	margin: 0;
	padding: 10px 0px 10px 0;

	background: url(/img/bg-rightcol.jpg) right bottom no-repeat;
	
	
	width: 157px; 
	}

/*
#ns-search-box {
	text-align: center;
	width: 33%;
	float: left;
	margin: 0;
	margin-left: 3px;
	padding: 30px 0;	

}*/
#ns-search-box p {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	}




	#ns-search-box .inputbox {
		width: 118px;
		margin-bottom: 6px;
		}
		
	#ns-search-box #ns-search-cats {
		width: 118px;
		margin: 5px auto 5px auto;

		}
	
	#ns-search-adv {
		margin-top: 5px;
		}
	
	#ns-search-adv a {
		color: #00f;
		text-decoration: underline;
		}


#ns-cats {
	
	padding: 6px;
	padding-bottom: 9px;
	
	}
	

	
	#ns-cats h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		color: #999;
		font-weight: bold;
		text-transform: lowercase;
		margin-bottom: 12px;

		}
		
	#ns-cats h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.4em;
		color: #f00;
		font-weight: bold;
		border-bottom: 1px dashed #999;
		text-transform: lowercase;
		margin-top: 10px;
		margin-bottom: 7px;
		padding-bottom: 1px;
		}
		
		#ns-cats h3 a {
			color: #f00;
			}
	
	#ns-cats ul {
		padding: 0;
		margin: 0 5px 17px 20px;
		list-style-type: square;
		list-style-position: outside;
		font-size: 1.2em;
		text-transform: lowercase;
		color: #6C6C6C;
		}
	
	#ns-cats ul li {
		padding: 5px 0 4px 0;
		margin: 0;
		}
	
	#ns-cats ul li.ns-active {
		font-weight: bold;
		color: #000;
		}
		#ns-cats ul li.ns-active a {
			font-weight: bold;
			color: #000;
			}
	
		#ns-cats ul li:hover {
		color: #f00;
		}
		
		#ns-cats ul li a {
			color: #6C6C6C;
			}
		
			#ns-cats ul li a:hover {
				color: #f00;
				}
			
		#ns-cats ul li.ns-currentcat a {
			font-weight: bold;
			color: #f00;
			}
		
		#ns-cats ul li.ns-currentcat {
			font-weight: bold;
			color: #f00;
			}
				
		
	
	
	
#ns-leftcol .ns-menuitem ul {
	list-style-type: square;
	}


/***

	Footer

***/


#ns-footer {
	background: #EEE;
	color: #666;
	font-size: 1.2em;
	padding: 8px;
	text-align: center;
	text-transform: lowercase;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
	
	#ns-footer a {
		color: #666;
		}
	#ns-footer a:hover {
		text-decoration: underline;
		}

#ns-siteinfo {
	text-align: center;
	padding:  8px;
	font-size: 1.1em;
	color: #888;
	border-top: 3px solid #555;
	}




/***

	Menu items 
	
***/


.ns-submenu {
		margin-top: 0;
		background: #ddddff;
		padding: 6px;
		padding-bottom: 20px;
		padding-top: 3px;
		border-bottom: 2px solid #aaa;
	}

.ns-submenu h3 {
	margin-top: 0;
	padding-top: 10px;
	font-size: 1.2em;
	}

.ns-submenu {
	width: 145px;
	color: #444;
}


	.ns-submenu ul {
		margin: 6px 0 0 0;
		padding: 0;
		list-style-type: none;
		
		}
	
	.ns-submenu ul li {
		padding: 0;
		margin: 0 0 5px 0px;
			width: 145px;

		}
	
	
.ns-submenu a {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	

	margin: 0;
	color: #006;
	padding: 7px 0 7px 5px;
		/*border-top: 1px solid #338;
		border-left: 4px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-color: #55b;*/
		background: #cce;
				
	}
	
	
	
	
	
	
	.ns-submenu a:hover {
		border-color: #c00;
		background: #aac;
		}
		
.ns-submenu li.catactive a {
	background: #aac;
	}

.ns-submenu ul.submenu {
	background: none;
	margin: 0;
	padding: 0;

	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
	.ns-submenu ul.submenu li {
			width: 142px;
		padding: 0;
		margin: 0;

	}
	.ns-submenu ul.submenu a {

		display: block;
		padding: 0;
		margin: 2px 0 2px 0;
		background: none;
		font-size: 11px;
		font-weight: normal;
		color: #00f;
		width: 142px;
		}
		.ns-submenu ul.submenu a:hover {
			background: #fff;
			}




.ns-menuitem {
	
		border-top: 1px solid #ccc;
		padding: 6px;
		padding-bottom: 15px;
		padding-top: 0;
		
	}
		.ns-menuitem:hover {
			background: #ddddff;
		}
	
	.ns-menuitem h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		color: #999;
		font-weight: bold;
		text-transform: lowercase;
		margin-bottom: 12px;
		padding-top: 10px;
		margin-top: 0;
		width: 142px;
	}

	
	.ns-menuitem h2 a {
		color: #999;
		}

.ns-menucontent {

		color: #444;
}

	.ns-menucontent .SimpleButton {
		margin-top: 6px;
		font-weight: bold;
		}
		
		.ns-menucontent .SimpleButton a{
			color: #444;
			}

	.ns-menucontent ul {
		margin: 6px 0 0 0;
		padding: 0;
		
		}
	
	.ns-menucontent ul li {
		padding: 0 0 4px 0;
		margin: 0 0 0 20px;
		}
	
	.ns-menucontent .VertMenuHr {
		}


/****

Main 

***/

#ns-rightcol h3, #ns-rightcol h1 {
	font-size: 1.8em;
	line-height: 1em;
	color: #006;
	margin-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	}

#ns-rightcol .staticpage h2 {
	font-size: 1.8em;
	color: #006;
	margin-bottom: 15px;
	margin-top: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	}




.ns-dialog {
	border: 1px solid #003366;
	}

	.ns-dialog h4 {
		margin: 0;
		padding: 8px;
		font-size: 1em;
		font-weight: bold;
		line-height: 1em;
		background: #003366;
		border-bottom: 1px solid #003366;
		color: #fff;
		}

	.ns-dialogcontent {
		background: #f5f5ff;
		padding: 5px;
		width: 100%; /* ie5win fudge begins */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: auto;
		}
	html>body #footer {
		width: auto; /* ie5win fudge ends */
		}
	
	#ns-checkout .ns-dialogcontent {
		width: auto;
		}



#printable {
	text-align: right;
	margin-top: 15px;
	font-weight: bold;
	}
	
	#printable a {
		text-decoration: none;
		}
	
	#printable a:hover {
		color: #f00;
		}



/*****

	Products

******/


.ns-product {

	text-align: left;
	
	padding-top: 15px;

	}

.ns-product .ns-orderform {

	border: 1px solid #bfb;
	border-top: 6px solid #bfb;

	padding: 3px 10px 10px 10px;
	margin-right: 10px;
	}

.ns-product .ns-orderform:hover {
	border-color: #090;
	}
	
	.ns-product h2 {
		text-align: left;
		font-size: 1.5em;
		margin-bottom: 0;
		padding-bottom: 0;
		margin-top: 0;
		padding-top: 5px;
		}
	
	.ns-prod-sku {
		font-size: .8333em;
		color: #777;
		margin-bottom: 10px;
		}

.ns-prod-images {
	width: 	190px;
	float: left;
	text-align: center;
	font-size: 0.8333em;
	padding-top: 0px;
	}
	
	.ns-prod-images a:hover { text-decoration: none; }

.ns-prod-info {
	width: 360px;
	float: right;
	}

.ns-product table tr, .ns-product table tr td {
	vertical-align: middle;
	text-align: left;
	}
	
.ns-product td {
	padding-top: 5px;
	}

td.prod-tbl-label {
	width: 80px;
	font-size: 1em;
	font-weight: bold;
	}

td.prod-tbl-data {
	text-align: left;
	}

.ns-product table tr.ns-price, .ns-product table tr.ns-price td {
	vertical-align: top;
	}

tr.ns-price td {
	font-size: 1.1666em;
	padding-bottom: 18px;
	}


tr.ns-row-addtocart td {
	padding-left: 80px;
	padding-top: 10px;
	}
	

.ns-prod-details {
	padding-top: 9px;
	line-height: 1.6em;
	margin-bottom: 30px;
	}
.ns-prod-details h4 {
	font-size: 1.1666em;
	font-weight: bold;
	margin-bottom: 10px;
	}
	
	
	
/***

	Browsing products / search

***/



.PListCell {
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
	}


.PListCell img {
	border: 2px solid #ccc;
	}
.PListCell img:hover {
	border: 2px solid #c00;
	}

#product_list td td{
	padding-top: 20px;
	border-bottom: 1px solid #ccc;
	}

#product_list {

	margin-top: 10px;
	
}

.ns-browse {
	text-align: center;
	width: 152px;
	float: left;
	margin-right: 10px;
	}

	
#ns-rightcol .ns-browse h3 {
	
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	border: none;
	}
	
	

td.ns-browse-price {
	font-size: 1.1666em;
	font-weight: bold;
	}

td.ns-browse-info {
	padding-right: 10px;
	}




.ns-subcats {
	margin: 20px 110px;
	padding: 5px 10px 5px 20px;
	border: 1px solid #ccc;
	border-top: 6px solid #ccc;
	background: #fff;
	}

.ns-subcats:hover {
	border-color: #009900;
	}
	
.ns-subcats td.ns-subcats-name {
	padding: 5px 0 5px 0;
	}
	
.ns-subcats tr td.ns-subcats-name a {
	color: #000;
	font-size: 1.1666em;
	font-weight: bold;
	}



#ns-rightcol h2{
	margin-top: 0;
	}


	

/***

 Misc

***/

.blog td {
	padding-right: 10px;
	}

.blog tr td {
	padding-bottom: 15px;
	}

.blog tr tr td {
	padding-bottom: 0;
	}

.blog .contentpaneopen img {
	margin-bottom: 8px;
	}

.componentheading	a {
	text-decoration: none;
	border-bottom: none;
	}

.componentheading { border-bottom: none; }

.contentheading {border-bottom: none; padding-bottom: 5px;}
	
.clear {
	clear: both;
	}
	
	
form {
	margin: 0;
	padding: 0;
	}

a img {
	border: none;
	}
	
	
.ErrorMessage {
	font-weight: bold;
	color: #f00;
	}

.RegSectionTitle {
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	padding: 20px 0 0 0;
	}
	
	
	
/** from cart ***/


/*
	Dialog box
*/
TABLE.DialogBox {
	WIDTH: 100%;
	HEIGHT: 100%;
	VERTICAL-ALIGN: top;
}
TD.DialogBox {
	BACKGROUND-COLOR: #ffffff;
	TEXT-ALIGN: left;
	PADDING: 10px;
}
.DialogBorder {
	BACKGROUND-COLOR: #FFC58C;
	HEIGHT: 100%;
	PADDING: 0px;
}
TD.DialogTitle {
	COLOR: #000000;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BACKGROUND-IMAGE: url(images/dialog_bg_n.gif);
	VERTICAL-ALIGN: bottom;
	HEIGHT: 15px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 10px;
	PADDING-RIGHT: 0px;
	TEXT-ALIGN: left;
}
FONT.DialogTitle {
	COLOR: #FFFFFF;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	VERTICAL-ALIGN: bottom;
	HEIGHT: 15px;
	TEXT-ALIGN: left;
	MARGIN-LEFT: 10px;
}

/*
	Dialog info box
*/
TABLE.DialogInfo {
	WIDTH: 85%;
	TEXT-ALIGN: center;
}
.DialogInfoTitle {
	COLOR: #FFFFFF;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	VERTICAL-ALIGN: bottom;
	TEXT-ALIGN: left;
	HEIGHT: 15px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
}
.DialogInfoTitleBorder {
	BACKGROUND-COLOR: #e00;
	PADDING: 0px;
	VERTICAL-ALIGN: bottom;
	HEIGHT: 15px;
}
.DialogInfoBorder {
	BACKGROUND-COLOR: #e00;
	PADDING: 0px;
}
.DialogInfoIcon {
	WIDTH: 16px;
	HEIGHT: 16px;
}
.DialogInfoClose {
	WIDTH: 15px;
	HEIGHT: 13px;
}

.ButtonTable {
	line-height: 1em;
}




/*** 

***/

td.SearchSortCell, td.SearchSortTitle {
	padding-right: 10px;
	}

img.SearchSortImg {
	padding-right: 2px;
	}

td.SearchSortCell a:visited {
	color: #00f;
	}

a.SearchSortLink b {
	color: #000;
	}

td.NavigationCell, td.NavigationCellSel, td.NavigationTitle {
	padding-right: 8px;
	}
	
td.NavigationCellSel { font-weight: bold; }


.NavigationCell a:hover { text-decoration: underline; color: #000;  }


.contentpaneopen {
	margin-top: 20px;
	}

.contentpaneopen td {
	padding-right: 20px;
	}

.contentpaneopen img {
	display: block;
	margin-bottom: 10px;
	}
	
.contentpanetable {
	margin-bottom: 30px;
	}


#ns-rightcol p, .contentpaneopen td {
	line-height: 1.8em;
	}


#ns-rightcol ul {
	list-style-type: square;
	}

#ns-rightcol p {
	margin-bottom: 1.4em;
	}

.img-r {
	border: 1px solid #000;
	display: block;
	float: right;
	clear: right;
	margin-top: 10px;
	margin-left: 15px;
	}

.img-b {
	border: 1px solid #000;
	}
	
	#ns-rightcol ol li ol {
		list-style-type: lower-latin;
		margin-top: 20px;
		}
	#ns-rightcol ol li {
		margin-bottom: 15px;
		}
	
	
	
.float-left {
	width: 40%;
	float: left;
	}
	
.float-right {
	width: 40%;
	float: left;
	}
	
	

.shortcuts {
	margin-bottom: 30px;
	padding-left: 30px;

}

.colours {

	margin-bottom: 30px;

}
.colours h4 {
	font-size: 14px;
	}

.sm-button {
	text-align: center;
	padding-top: 20px;
	}
	
	
#comments {
	width: 100%;
}

.btn-save {
	font-size: 1.5em;
	width: 200px;
}	

#ns-rightcol .msg {
	padding: 7px;
	font-weight: bold;
	margin: 20px 0;
	text-align: center;
	border: 2px solid #aca;
	background: #cfc;
	}
#ns-rightcol .msg p {
	padding: 0;
	margin: 0;
	}


h2.partner {
	font-size: 2em;
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	padding-bottom: 3px;
	}
	
#partner-header {
	
	background: #006;
	padding: 12px 15px 10px 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}


#https_badge {
	text-align: center;
	padding: 10px;
}



.sm-button {
	padding-top: 6px;
	padding-bottom: 9px;
	}
.sm-button a {
	color: #000;
	font-weight: bold;
	padding: 5px 12px;
	background: #fff url(/img/bg-btn.gif) bottom left repeat-x;
	border: 2px solid #003;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 5px;
	}
.sm-button a:hover {
	text-decoration: underline;
}

a.bigbutton {
	color: #000;
	font-weight: bold;
	padding: 5px 12px;
	background: #fff url(/img/bg-btn.gif) bottom left repeat-x;
	border: 2px solid #003;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	




/*  Checkout Details */

.sidebox {
margin: 0 auto; 
width: 28em; 
background: url(/img/sbbody-r.gif) no-repeat bottom right;
font-size: 100%;
}
.boxhead {
background: url(/img/sbhead-r.gif) no-repeat top right;
margin: 0;
padding: 0;
text-align: left;
}
.boxhead h2 {
background: url(/img/sbhead-l.gif) no-repeat top left;
margin: 0;
padding: 18px 30px 9px;
color: white; 
font-weight: bold; 
font-size: 1.2em; 
line-height: 1em;
text-shadow: rgba(0,0,0,.4) 0px 2px 5px; 
}
.boxbody {
background: url(/img/sbbody-l.gif) no-repeat bottom left;
margin: 0;
padding: 15px 30px 31px;
}



td.SubHeader {
	font-weight: bold;
	font-size: 14px;
	padding-top: 20px;
	}
	
	
#ns-rightcol .MarketPrice {
	font-weight: normal;
	color: #666;
}
#ns-rightcol .MarketPrice2 {
	color: #caa;
	font-weight: normal;
	}

#ns-rightcol .SavePrice {
	font-style: italic;
	color: #009900;
}

#ns-rightcol .special {
	margin-bottom: 10px;
	padding: 7px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #aca;
	background: #cfc;
	}
	



#ns-rightcol .catlinks {
	margin-bottom: 10px;
	padding: 7px;
	font-weight: bold;
	text-align: left;
	border: 2px solid #aca;
	background: #cfc;
	}
	

.Star {
	padding-left: 10px;
	font-weight: bold;
	color: #f00;
	}
	
	
#payment_wait {
	background: #eee;
	border: 3px solid #999;
	margin: 10px auto;
	padding: 15px 15px 20px 15;
	width: 50%;
	text-align: left;
}


.poster {
	border: 2px solid #fcc;
	padding: 3px;
	}

.poster:hover {
	border: 2px solid #f33;
	}
	
	
	
	

.productspage_logo {
	display: block;
	float: right;
	background: #fff;
	border: 1px solid #ccc;
	padding: 3px;
	margin-left: 10px;
	}

.productspage_logo:hover {
	border: 1px solid #66a;
	}

.crumbs {
	font-size: 14px;
	color: #006;
	margin-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	font-weight: bold;
	}

.crumbs a, #ns-rightcol h3 a {
	color: #006;
	text-decoration: none;
	}

.crumbs a:hover, #ns-rightcol h3 a:hover {
	text-decoration: underline;
	}



.ButtonsRow {
	padding-right: 30px;
	}

.usd {
	color: #777;
	font-weight: normal;
	}
	

.currenciesnote {
	border: 1px solid #006600;
	background: #ccffcc url(/img/bg-currencies.gif) right top no-repeat;
	padding: 5px 15px;
	margin: 30px 0;
	line-height: 18px;
	}
	

p.p {
	line-height: 1.7em;
	}
	
table.paymentmethods td {
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
	
.sidenote {
	margin-bottom: 8px;
	margin-left: 8px;
	float: right;
	width: 100px;
	padding: 7px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #aca;
	background: #cfc;
	}
	



