/* NSD Custom */


/*
CREDIT DUE: Eric Meyer, meyerweb.com
Contents taken from
	meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/


/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* ###############################
# General layout and font definition
################################ */



html {
	background: #fff url(images/template/html-background.jpg) repeat-x scroll 0% 0%;
}

body {
	width: 985px;
	margin: 0 auto;
	padding: 0px;

	font-family: Verdana, Verdana, Geneva, sans-serif; /* */
	font-size: 62.5%; /* 16px x .625 = 10px */
	line-height: 1.5; /* 15px */
	
	
}




a:link {
	color: #FF9933;
	text-decoration: none;
}
a:visited {
	color: #FF9933;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color: #FF9933;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}



#content {
	clear: both;
	float: right;
	width: 791px;
	font-size: 120%;
}

#sidebar {
	width: 194px;
	float: right;
}





#nav-skip {
	/* Hide "Skip Navigation" link on screen browsers */
	display: none;
	visibility: hidden;
}

#footnav-content, #footnav-top {
	/* Hide Top of content link on screen browsers */
	display: none;
	visibility: hidden;
}


div#header {
	border-bottom: 1px solid #fff;
}


div#companyDetails {
	float: left;
}

h1#companyName {
	
	position: relative;
	width: 284px;
	height: 77px;	
	
	overflow: hidden;
	
	line-height: 1;
}

h1#companyName a, h1#companyName a:visited, h1#companyName a:hover, h1#companyName a:active {
	color: #06c;

	font-size: 200%; /* 10px * 2.00 = 20px */
	text-decoration: none;
}

h1#companyName a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 284px;
	height: 77px;	
	
	background: transparent url(images/template/header-new-style-direct.gif) no-repeat top left;
}

p#companyByLine {
	color: #06c;

	font-size: 120%; /* 10px * 1.20 = 12px */
	font-weight: bold;
	text-decoration: none;

	position: relative;
	width: 284px;
	height: 56px;	

	overflow: hidden;
	line-height: 1;
}

p#companyByLine span {
	position: absolute;
	top: 0;
	left: 0;
	width: 284px;
	height: 56px;	
	
	background: transparent url(images/template/header-innovative-products.gif) no-repeat top left;
}


div#flashPromotion {
	float: left;
	height: 133px;
	line-height: 1;
}

p#asSeenOnTV {

	float: left;

	position: relative;
	width: 117px;
	height: 133px;
	
	overflow: hidden;
	line-height: 1;
}



p#asSeenOnTV span {
	position: absolute;
	top: 0;
	left: 0;
	width: 117px;
	height: 133px;
	
	overflow: hidden;

	background: transparent url(images/template/header-asseenontv.gif) no-repeat top left;
}



div#pageInfo {
	clear: both;
	height: 38px;
}

h2#pageTitle {
	font-size: 13px;
	padding: 10px 0 15px 217px;
	margin: 0 0 0 0;
	text-transform: uppercase;
	float: left;
	font-weight: normal;
}

ul#cartNav {
	float: right;
	display: block;
}

ul#cartNav li {
	font-size: 11px;
	margin: 9px 0 18px 0;
	display: block;
	float: left;
}

ul#cartNav li a {
	color: #000;
	text-decoration: none;
}

	ul#cartNav li#cartNav-ViewShoppingCart {
		margin-right: 6px;
		padding: 0 0 0 22px;
		border-left: 0px;
		
		background: transparent url(images/template/header-shoppingcart.gif) no-repeat 0px 0px;
	}
	
	ul#cartNav li {
		padding: 0 6px;
		border-left: 1px solid #000;
	}
	

#navOuter {
	background: #ff9934 url(images/template/nav-background-bottom.gif) no-repeat bottom left;
	width: 154px;
	padding: 0 0 15px 0;
	margin: 0 20px 0 20px;
}	

#nav {
	font-size: 11px;
	line-height: 25px;
	
	width: 124px; /* 154px - 30px = 124px; */
	padding: 15px 0 0 30px;
	
	background: transparent url(images/template/nav-background-top.gif) no-repeat top left;
}


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

#nav a:hover {
	color: #fff;
}

#nav li.active {
	color: #fff;
	list-style-type: disc;
	list-style-position: inside;
}

#nav li.active a {
	color: #fff;
	text-decoration: none;
}


#sidebar p {
	margin: 25px 20px 0 20px;
	font-size: 11px;
	width: 154px;
}


span#acceptCards {
	display: block;
	position: relative;
	width: 148px;
	height: 29px;
	overflow: hidden;
}

	span#acceptCards span {
		position: absolute;
		top: 0;
		left: 0;
		width: 148px;
		height: 29px;
		
		background-image: url(images/template/sidebar-cards.jpg);
	}


span#geoTrust {
	display: block;
	position: relative;
	width: 115px;
	height: 45px;
	overflow: hidden;
}

	span#geoTrust span {
		position: absolute;
		top: 0;
		left: 0;
		width: 115px;
		height: 45px;
		
		background-image: url(images/template/sidebar-quickssl_static.gif);
	}


.clear {
	clear: both;
}	

div.product {
	width: 343px; /* 395 - 25 - 25 -2 */
	padding: 0 25px 25px 25px;

	float: left;

	border-left: 1px dotted #868686;
	border-bottom: 1px dotted #868686;
	border-right: 1px dotted #868686;
}




.product h3 {
	font-size: 15px;
	font-weight: normal;
	margin: 1em auto 0;
	float: none;
	width: auto;
}

.product h3 a {
	color: #000;
}

.product a {
	float: none;
	width: auto;
}

.product img {
	float: left;
	margin-right: 3px;
	width: auto;
}

.product * {
	width: 186px;
	float: right;
}

.product * * {
	width: auto;
	float: none;
}


.product p {
	margin-bottom: 1em;
	font-size: 11px;
}

.product a.moreinfo {
}

a.moreinfo, a.modify, a.changePaymentMethod, 
a.addtowishlist, a.buynow, a.deleteitem, 
a.editoptions, a.clearcart, a.checkout, a.continueShopping {
	padding: 3px;
	text-transform: uppercase;
	
	color: #FFFFFF;
	background-color: #FF9933;
	border: 1px solid #FF9933;
	}

input.addtowishlist, input.submit, input.buynow, input.update, input.coupon, input.continue {
	text-transform: uppercase;
	font-family: Verdana, Verdana, Geneva, sans-serif; /* */
	font-size: 100%; /* 16px x .625 = 10px */
	line-height: 1.5; /* 15px */

	color: #FFFFFF;
	background-color: #FF9933;
	border: 1px solid #FF9933;
	}

input.submit:hover, input.addtowishlist:hover, input.buynow:hover, input.update:hover, input.coupon:hover, input.continue:hover,
a.moreinfo:hover, a.modify:hover, a.changePaymentMethod:hover, 
a.addtowishlist:hover, a.buynow:hover, a.deleteitem:hover, 
a.editoptions:hover, a.clearcart:hover, a.checkout:hover, a.continueShopping:hover {
	border: 1px dotted #FF9933;
	color: #f93;
	background-color: #fff;
}


p.cartitembuttons {
	margin-top: 15px;
} 



	


/*
	Accessible compact forms 
	
	CREDIT DUE: Mike Brittain, A List Apart
	Contents taken from: http://www.alistapart.com/articles/makingcompactformsmoreaccessible
*/
form#miniSearch {
	padding:6px;
	position:relative;
	float: right;
}

div#miniSearchTerm {
	position:relative;
	float:left;
	margin-right:3px;
}

input#miniSearchTerm-field {
	width:10em;
}

label.overlabel {
	color:#999;
}
label.overlabel-apply {
	position:absolute;
	top:3px;
	left:5px;
	z-index:1;
	color:#999;
}
/* //Accessible compact forms  */








#footer {
	clear: both;
	padding: 5px 0 20px;
}

ul#footerMenu {
	display: block;
	margin-left: 194px;
}

ul#footerMenu li {
	float: left;
	border-right: 1px solid #000;
	padding: 0 5px;
}

ul#footerMenu li#footnav-home {
	padding: 0 5px 0 0;
}

ul#footerMenu li#footnav-sec3 {
	border-right: 0;
}

body.help #content h1 {
	display: none;
}

body#page-home h2.DialogTitle {
	display: none;
}

body.productDetail div.specialOfferBanner {
	width: 774px;
}

body.productDetail #content div.specialOfferBanner {
	clear: both;
	background-color: #06f;
	color: #fff;
	float: left;
}
	body.productDetail #content div.specialOfferBanner h3 {
		text-transform: uppercase;
		font-size: 12px;
		margin: 5px 0 0 5px;
	}

	body.productDetail #content div.specialOfferBanner p {
		float: left;
		margin: 0 0 0 5px;
	}

	body.productDetail #content div.specialOfferBanner input {
		float: right;
		margin: 0 5px 0 0;
	}


body.productDetail div.specialOfferBanner input.buynow, body.productDetail div.specialOfferBanner input.buynow:hover {
	text-transform: uppercase;
	font-family: Verdana, Verdana, Geneva, sans-serif; /* */
	font-size: 100%; /* 16px x .625 = 10px */
	line-height: 1.5; /* 15px */

	color: #000;
	background-color: #d4d0c8;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #404040;
	border-right: 1px solid #404040;
	}

body.productDetail div.specialOfferBanner input.buynow:active {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
}

body#page-product16137 table#instructionsTable tr {
	border-bottom: #000 solid 1px;
}

body.productDetail div#productInfo {
	float: right;
	width: 482px;
	
}

body.productDetail div#productImages {
	float: right;
	width: 308px;
}

body.productDetail div#productAccessories {
	clear: both;
}


body.productDetail content h3, .productDetail content h4 {
	color: #f93;
	line-height: 15px;
	font-size: 14px;
	font-weight: normal;
}


body.productDetail #content ul.productMenu {
	background-color: #f93;
	width: 774px;
	height: 28px;
	font-size: 83%;
	text-align: right;
	border-bottom: 5px solid #fff;
}

body.productDetail #content .productMenu li {
	background-color: #f93;
	border-left: 0;
	float: left;
	height: 28px;
	margin: 0 2px 0;
	padding: 0;
	display: block;
	background: #d9d9e4 url(images/template/tab-inactive-right.gif) no-repeat top right;
}

	* html body.productDetail #content .productMenu li {
		display: inline;
	}

body.productDetail #content .productMenu li.home {
	border-left: 0;
}

body.productDetail #content .productMenu a, body.productDetail #content .productMenu a:visited {
	height: 23px;
	color: #000;
	margin: 0;
	padding: 5px 17px 0 11px;
	text-transform: uppercase;
	background: url(images/template/tab-inactive-left.gif) no-repeat top left;
	display: block;
}

	* html body.productDetail #content .productMenu a, * html body.productDetail #content .productMenu a:visited {
		display: inline;
		float: left;
	}
	

body.productDetail #content .productMenu a:hover, body.productDetail #content .productMenu a:active {
	color: #c00;
}


body.productDetail #content div.productHeader {
	clear: both;
	display: block;
	width: 774px;
	padding-top: 21px;
	padding-bottom: 21px;
	font-size: 20px;
	text-align: center;
	color: #c00;
}

body.productDetail #content ul.productMenu li.active {
	background: #fff url(images/template/tab-active-right.gif) no-repeat top right;
}

body.productDetail #content ul.productMenu li.active a {
	background-image: url(images/template/tab-active-left.gif);
}

#productInfo h4 {
	margin: 1em 0 0 0;
}

#productImages h4 {
	margin: 2em 0 0 0;
}

#productInfo ul#spareparts li {
	font-size: 11px;
	line-height: 19px;
	clear: left;
	margin: 0 0 0 0;
}

#productInfo input {
	float: left;
}

#productInfo .sparename {
	width: 146px;
	display: block;
	float: left;
	background-color: #ccc;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

#productInfo .spareprice {
	width: 91px;
	text-align: right;
	display: block;
	padding-right: 5px;
	float: left;
	background-color: #ccc;
	border-bottom: 1px solid #fff;
}

div#productAccessories {
	clear: both;
	padding: 1em 0 0 0;
}

div#productAccessories ul li {
	float: left;
}

.cartshipping {
	text-align: right;
	width: 100%;
}

div.cartproduct, p.cartshipping {
	clear: both;
	border-top: 1px solid #000;
	padding: 10px 0 10px 0;
	margin: 10px 0;
}

div.cartproduct img {
	float: left;
	padding-right: 10px;
}

table.paymentInformation th {
	text-align: left;
	font-weight: normal;
	padding: 0 25px 0 0;
}

table.paymentInformation td {
	text-align: left;
	padding: 0;
}

table.paymentInformation {
	margin-bottom: 20px;
}

table.paymentInformation caption {
	font-weight: bold;
	text-align: left;
}


/* page-product16133  - NuWave Oven Pro */

body#page-product16133 #content {
	width: 774px;
}

body#page-product16223 #content h2.productName,
body#page-product16221 #content h2.productName,
body#page-product16217 #content h2.productName,
body#page-product16207 #content h2.productName,
body#page-product16148 #content h2.productName,
body#page-product16140 #content h2.productName,
body#page-product16138 #content h2.productName,
body#page-product16145 #content h2.productName,
body#page-product16142 #content h2.productName,
body#page-product16136 #content h2.productName,
body#page-product16144 #content h2.productName,
body#page-product16146 #content h2.productName,
body#page-product16141 #content h2.productName,
body#page-product16137 #content h2.productName,
body#page-product16139 #content h2.productName,
body#page-product16147 #content h2.productName,
body#page-product16206 #content h2.productName,
body#page-product16133 #content h2.productName,
body#page-product16143 #content h2.productName,
body#page-product16209 #content h2.productName,
body#page-product16210 #content h2.productName,
body#page-product16211 #content h2.productName,
body#page-product16212 #content h2.productName,
body#page-product16213 #content h2.productName,
body#page-product16214 #content h2.productName,
body#page-product16208 #content h2.productName {
	position: relative;
	width: 774px;
	height: 108px;
}

	body#page-product16223 #content h2.productName span,
	body#page-product16221 #content h2.productName span,
	body#page-product16217 #content h2.productName span,
	body#page-product16207 #content h2.productName span,
	body#page-product16148 #content h2.productName span,
	body#page-product16140 #content h2.productName span,
	body#page-product16138 #content h2.productName span,
	body#page-product16145 #content h2.productName span,
	body#page-product16142 #content h2.productName span,
	body#page-product16136 #content h2.productName span,
	body#page-product16144 #content h2.productName span,
	body#page-product16146 #content h2.productName span,
	body#page-product16141 #content h2.productName span,
	body#page-product16137 #content h2.productName span,
	body#page-product16139 #content h2.productName span,
	body#page-product16147 #content h2.productName span,
	body#page-product16206 #content h2.productName span,
	body#page-product16133 #content h2.productName span,
	body#page-product16143 #content h2.productName span,
	body#page-product16209 #content h2.productName span,
	body#page-product16210 #content h2.productName span,
	body#page-product16211 #content h2.productName span,
	body#page-product16212 #content h2.productName span,
	body#page-product16213 #content h2.productName span,
	body#page-product16214 #content h2.productName span,
	body#page-product16208 #content h2.productName span {
		position: absolute;
		left: 0;
		top: 0;
		width: 774px;
		height: 108px;
	}

	body#page-product16223 #content h2.productName {height: 209px;}
	body#page-product16223 #content h2.productName span {
		background: transparent url(/store/images/D/nwt-banner.jpg) no-repeat top left;
		height: 209px;
	}

	body#page-product16221 #content h2.productName {height: 209px;}
	body#page-product16221 #content h2.productName span {
		background: transparent url(/store/images/D/issb-banner.jpg) no-repeat top left;
		height: 209px;
	}
	
	body#page-product16217 #content h2.productName {height: 209px;}
	body#page-product16217 #content h2.productName span {
		background: transparent url(/store/images/D/keepeezbanner.jpg) no-repeat top left;
		height: 209px;
	}
	
	body#page-product16207 #content h2.productName span {
		background: transparent url(/store/images/D/orbital_banner.jpg) no-repeat top left;
	}

	body#page-product16148 #content h2.productName span {
		background: transparent url(/store/images/D/foldawaychair_banner.jpg) no-repeat top left;
	}

	body#page-product16140 #content h2.productName span {
		background: transparent url(/store/images/D/envirowash-banner.jpg) no-repeat top left;
	}

	body#page-product16138 #content h2.productName span {
		background: transparent url(/store/images/D/artu_holesaw-banner.jpg) no-repeat top left;
	}

	body#page-product16145 #content h2.productName span {
		background: transparent url(/store/images/D/vintek-banner.jpg) no-repeat top left;
	}

	body#page-product16142 #content h2.productName span {
		background: transparent url(/store/images/D/mrstrong-banner.jpg) no-repeat top left;
	}

	body#page-product16136 #content h2.productName span {
		background: transparent url(/store/images/D/5point-banner.jpg) no-repeat top left;
	}

	body#page-product16144 #content h2.productName span {
		background: transparent url(/store/images/D/silicon-banner.jpg) no-repeat top left;
	}

	body#page-product16146 #content h2.productName span {
		background: transparent url(/store/images/D/vitaljuicer-banner.jpg) no-repeat top left;
	}

	body#page-product16141 #content h2.productName span {
		background: transparent url(/store/images/D/knifeset-banner.jpg) no-repeat top left;
	}

	body#page-product16133 #content h2.productName span {
		background: transparent url(/store/images/D/nuwavebanner.jpg) no-repeat top left;
	}

	body#page-product16143 #content h2.productName span {
		background: transparent url(/store/images/D/nibbler.jpg) no-repeat top left;
	}

	body#page-product16139 #content h2.productName span,
	body#page-product16147 #content h2.productName span,
	body#page-product16206 #content h2.productName span {
		background: transparent url(/store/images/D/cloud9-banner.jpg) no-repeat top left;
	}

	body#page-product16137 #content h2.productName span {
		background: transparent url(/store/images/D/artu-banner.jpg) no-repeat top left;
	}
	

	body#page-product16209 #content h2.productName,
	body#page-product16210 #content h2.productName,
	body#page-product16211 #content h2.productName,
	body#page-product16212 #content h2.productName,
	body#page-product16213 #content h2.productName,
	body#page-product16214 #content h2.productName{
		height:219px
	}
	body#page-product16208 #content h2.productName {
		height:209px
	}
	body#page-product16209 #content h2.productName span,
	body#page-product16210 #content h2.productName span,
	body#page-product16211 #content h2.productName span,
	body#page-product16212 #content h2.productName span,
	body#page-product16213 #content h2.productName span,
	body#page-product16214 #content h2.productName span,
	body#page-product16208 #content h2.productName span {
		background: transparent url(/store/images/D/binhead.jpg) no-repeat top left;
		height:209px
	}

	
	
body.staticPage #content p {
	margin-top: 1em;
}
	
body#page-product16136 #FiveToolsInOneList li {
	width: 230px;
	text-align: center;
	margin: 10px;
	float: left;
}

body.productDetail .yellowheading  {
	color:#FFCC66;
	font-size:18px;
	line-height:16px;
	}

body#page-product16133 #content a.monthlyTip {
	clear: both;
	display: block;
	width: 712px;
	height: 62px;
	line-height: 62px;
	font-size: 20px;
	text-align: center;
	background: transparent url(/store/images/D/monthlytip.jpg) no-repeat center left;
	color: #c00;
	padding-left: 62px;
}


body#page-product16133 #content img#nuwaveAsSeen,
body.productDetail #content #featureProductImage {
	float: left;
	width: 387px;
	height: 305px;
}

body.productDetail #content div#specialOffer {
	float: left;
	width: 383px;
	height: 305px;
	text-align: center;
	color: #06f;
	border: 2px solid #06f;
}

body.productDetail #content div#specialOffer h3 {
	font-size: 22px;
	color: #06f;
}

body.productDetail #content div#specialOffer p {
	margin: 1em 30px 0;
	font-size: 16px;
}


body.productDetail #content div#specialOffer img#knifesetImage {
	float: left;
}

body#page-product16133 #content div#nuwaveLabTested {
	clear: both;
	color: #fc6;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	
	width: 658px;
	padding-left: 116px;
	
	background: transparent url(/store/images/D/labtested.gif) no-repeat 0% 50%;
}

	body#page-product16133 #content div#nuwaveLabTested strong {
		color: #06f;
	}

body.productDetail #content div.productByLine {
	clear: both;
	text-align: center;
	
	width: 774px;
	
}
body.productDetail #content .productByLine {
	color: #06f;
	font-size: 16px;
	
}

body#page-product16133 #content div.productByLine {
	color: #fc6;
	font-weight: bold;
}




	body#page-product16139 #content div.productByLine,
	body#page-product16148 #content div.productByLine,
	body#page-product16207 #content div.productByLine,
	body#page-product16147 #content div.productByLine,
	body#page-product16206 #content div.productByLine,
	body#page-product16139 #content div.productByLine strong {
		color: #06f;
		font-size: 22px;
		padding-top: 5px;
		padding-bottom: 5px;
		
	}

	body.productDetail #content div.productByLine strong {
		color: #06f;
	}

body#page-product16133 #content div#nuwaveSeenNBC { 
	border: 2px solid #fc6;
	width: 490px;
	height: 201px;
	float: left;	
	padding: 10px 5px;
	margin: 0 10px 0 0;
}

	body#page-product16133 #content div#nuwaveSeenNBC h3 {
		position: absolute;
		left: -9999px;
	}

	body#page-product16133 #content div#nuwaveSeenNBC img {
		float: left;
		margin: 0 0 0 5px;
	}

	body#page-product16133 #content div#nuwaveSeenNBC p {
	}

	body#page-product16133 #content div#nuwaveSeenNBC h4 {
		margin: 30px 0 0;
		color: #06f;
		font-weight: 400;
		font-size: 22px;		
	}
	
	
	body#page-product16137 #content #artu-features li {
		width: 96px;
		float: left;
		text-align: center;
		padding: 0 10px 0;
	}
	
	body#page-product16137 table#instructions {
		border: 1px solid #000;
	}
	body#page-product16137 table#instructions th {
		background-color: #999;
		color: #fff;
		text-align: left;
		padding: 5px;
	}
	body#page-product16137 table#instructions td {
		text-align: left;
		padding: 5px;
	}
	
body#page-product16133 #content div#nuwaveRemovesFat {
	clear: both;
}
	body#page-product16133 #content div#nuwaveRemovesFat h3 {
		color: #c00;
		font-size: 20px;
		margin: 2em 0 0;
		font-weight: normal;
	}
	
	body#page-product16133 #content div#nuwaveRemovesFat p {
		margin: 0 0 1em;
		font-size: 12px;
	}
	
	body#page-product16133 #content div#nuwaveRemovesFat p em {
		font-style: normal;
		color: #06f;
	}
	
body.productDetail #content div#productVideoIntro {
	width: 490px;
	height: 201px;
	float: left;	
	padding: 10px 5px;
	margin: 0 10px 0 0;
}
	body#page-product16148 #content div#productVideoIntro,
	body#page-product16139 #content div#productVideoIntro,
	body#page-product16207 #content div#productVideoIntro,
	body#page-product16147 #content div#productVideoIntro,
	body#page-product16206 #content div#productVideoIntro {
		width: 353px;
	}
	
	body#page-product16139 #content div#productVideoIntro,
	body#page-product16207 #content div#productVideoIntro,
	body#page-product16147 #content div#productVideoIntro,
	body#page-product16206 #content div#productVideoIntro {
		width: 353px;
		height: auto;
	}

	body#page-product16137 #content div#productVideoIntro {
		float: right;
	}
	
	body#page-product16137 #content div#productVideoIntro h3 {
		margin: 0;
	}
	
	body.productDetail #content div#productVideoIntro h3 {
		color: #c00;
		font-size: 20px;
		margin: 1em 0 0;
		font-weight: normal;
		width: 100%;
		text-align: center;
	}

	body.productDetail #content  p {
		margin: 1em 0 0;
	}

	body.productDetail #content  .productImgRight {
		margin: 0 0 10px 10px;
		float: right;
	}

	body.productDetail #content  .productImgLeft {
		margin: 0 10px 10px 0;
		float: left;
	}
	
	body.productDetail #content .largeRed {
		color: #c00;
		font-size: 20px;
		font-weight: normal;
	}

	body.productDetail #content .smallBlue {
		color: #0066FF;
		font-size: 16px;
		font-weight: normal;
	}
	
	
	body#page-product16143 #content p#nibblerOtherParts {
		clear: both;
		border-top: 1px dotted #000;
	}
	
	body#page-product16143 #content div.galleryPhoto {
		clear: both;
		border-top: 1px dotted #000;
		padding-top: 10px;
	}

	body#page-product16143 #content div.galleryPhoto p {
		font-weight: bold;
		color: #f93;
		margin-left: 397px;
	}
		
	body#page-product16143 #content div.galleryPhoto .productImgLeft {
		margin: 0 0 1em;
	}
		
	
body#page-product16133 #content div.customerReviews {
}

	
	body.productDetail #content .whiteOnFullOrange,
	body#page-product16133 #content div.customerReviews h3,
	body#page-product16133 #content div.convenient h3,
	body#page-product16140 #content div#relatedProducts h3,
	body#page-product16133 #content div.whatYouRecieve h3 {
		clear: both;
		color: #fff;
		font-weight: nomal;
		font-size: 16px;
		text-transform: uppercase;
		background-color: #f93;
		text-align: center;
		width: 100%;
		margin: 2em 0 0;
	}
	
	body#page-product16133 #content div.customerReviews div.review p.reviewAuthor {
		margin: 0 0 3em;
		font-weight: bold;
	}
	

body#page-product16133 #content div.awardsEndorsments {
	clear: both;
}

	body#page-product16133 #content div.awardsEndorsments a.chefsBestImage {
		float: right;
	}
	
body#page-product16133 #content p.includedProducts {
	clear: both;
	float: left;
	color: #06f;
	width: 294px;
			
}

body#page-product16133 #content div.whyNuWave {
	float: right;
	position: relative;
	width: 480px;
	height: 220px;
}
	body#page-product16133 #content div.whyNuWave div {
		position: absolute;
		width: 480px;
		height: 220px;
		top: 0;
		left: 0;
		background: transparent url(/store/images/D/whynuwaveb.jpg) no-repeat top left;
	}
	
body#page-product16133 #content div.whatYouRecieve {
	}
		body#page-product16133 #content div.whatYouRecieve h3 {
			/* refer body#page-product16133 #content div.customerReviews h3 */
			clear: both;
		}
		
		body#page-product16133 #content div.whatYouRecieve h4 {
			margin: 2em 0 0;
			color: #06f;
			font-weight: normal;
			clear: both;
		}
		
		body#page-product16133 #content div.whatYouRecieve ul {
			list-style: disc none inside;
		}
		
			body#page-product16133 #content div.whatYouRecieve ul li {
				padding: 0 0 0 5px;
				margin: 0;
			}
			
		body#page-product16133 #content div.whatYouRecieve #recipeBook ul,
		body#page-product16133 #content div.whatYouRecieve #knifeSet p,
		body#page-product16133 #content div.whatYouRecieve #recipeBook h4,
		body#page-product16133 #content div.whatYouRecieve #knifeSet h4 {
			float: left;
			width: 600px;
		}
		
		body#page-product16133 #content div.whatYouRecieve #recipeBook img,
		body#page-product16133 #content div.whatYouRecieve #knifeSet img {
			float: right;
		}

		body#page-product16133 #content div.whatYouRecieve #dietBook h4,
		body#page-product16133 #content div.whatYouRecieve #dietBook p {
			float: right;
			width: 600px;
		}
		
		body#page-product16133 #content div.whatYouRecieve #dietBook img {
			float: left;
		}
		
body#page-product16133 #content div#nuwaveHealthyConvenientPage div.healthy {
			clear: both;
		}

		
		body#page-product16133 #content div#nuwaveHealthyConvenientPage div.healthy h3 {
			color: #c00;
			font-size: 20px;
			width: 600px;
			float: left;
		}

		body#page-product16133 #content div#nuwaveHealthyConvenientPage div.healthy a.chefsBestImage {
			float: right;
		}

		
		body#page-product16133 #content div#nuwaveHealthyConvenientPage div.healthy div {
			width: 600px;
			float: left;
		}
		
		body#page-product16133 #content div#nuwaveHealthyConvenientPage div.healthy h4 {
			color: #06f;
			font-size: 16px;
			font-weight: normal;
			margin-top: 20px;
		}
		
		
		body#page-product16133 #content div#nuwaveHealthyConvenientPage div.healthy li {
			float: left;
			border-left: 1px solid #000000;
			padding: 0 6px;
			margin-top: 6px;
		}

		body#page-product16133 #content div#nuwaveHealthyConvenientPage div.healthy h5.graphs {
			font-weight: normal;
			margin: 6px 6px 6px 0;
			width: auto;
			clear: left;
			float: left;
		}

		body#page-product16133 #content div#nuwaveHealthyConvenientPage div.healthy ul.graphs {
			float: left;
		}

		
		body#page-product16133 #content div#nuwaveHealthyConvenientPage div.healthy li.first {
			border-left: 0;
			padding-left: 0px;
		}
		
		body#page-product16133 #content div.convenient h3 {
			margin: 3em 0 2em;
		}

		
		body#page-product16133 #content div#nuwaveHealthyConvenientPage div.convenient img.turkeyImg {
			float: right;
		}
		body#page-product16133 #content div#nuwaveHealthyConvenientPage div.convenient img.steakImg {
			float: left;
		}


body#page-product16133 #content div#nuwaveTestimonialsPage {
		}

		body#page-product16133 #content div#nuwaveTestimonialsPage div#testimonials h3 {
			color: #c00;
			font-size: 20px;
			text-transform: uppercase;
			clear: both;
		}
		
		body#page-product16133 #content div#nuwaveTestimonialsPage img.awardsWon {
			float: right;
		}
		
		body#page-product16133 #content div#nuwaveTestimonialsPage div#testimonials h4 {
			color: #06f;
			font-weight: normal;
			font-size: 16px;
			clear: left;
			text-transform: uppercase;
			margin-top: 1em;
		}
		
		
		body#page-product16133 #content div#nuwaveTestimonialsPage p.testimonial {
			clear: left;
			margin-bottom: 2em;
		}
		
		body#page-product16133 #content div#nuwaveTestimonialsPage p.testimonial img {
			float: left;
			margin: 0 0.5em 0.5em 0;
		}
		
body#page-product16133 #content div#nuwaveFAQPage {
}

	body#page-product16133 #content div#nuwaveFAQPage .faq {
		clear: both;
	}

	body#page-product16133 #content div#nuwaveFAQPage .faq h3 {
		color: #c00;
		font-size: 20px;
		text-transform: uppercase;
	}

	body.main-help #content ol,
	body.main-help #content ol li {
		/* for terms and coditions */
		margin: 1em 0 0 3em;
		list-style: decimal outside;
	}

	p#copyrightStatement {
		margin-left: 194px;
		clear: left;
	}
	
	body.main-help #content p {
		margin: 1em 0 0 0;
	}

	body.staticPage #content ul,
	body.staticPage #content ul li {
		/* for shipping */
		margin: 1em 0 0 3em;
		list-style: disc outside;
	}

	
	body#page-product16133 #content div#nuwaveFAQPage ol {
		margin-left: 3em;
		list-style: decimal outside;
	}
	
	body#page-product16133 #content div#nuwaveFAQPage ol.faqAnswers {
		color: #06f;
		font-size: 16px;
	}

	body#page-product16133 #content div#nuwaveFAQPage ol li h4	{
		color: #06f;
		font-size: 16px;
		font-weight: normal;
		margin-top: 10px;
	}
	
	body#page-product16133 #content div#nuwaveFAQPage a.topOfPage {
		font-size: 11px;
	}
	
	body#page-product16133 #content div#nuwaveFAQPage ol#faq-qs {
		color: #f93;
	}

	body#page-product16133 #content div#nuwaveFAQPage ul {
		margin-left: 3em;
		list-style: disc outside;
		margin-bottom: 10px;
		color: #000;
		font-size: 11px;
	}

body.productDetail #content div.productAccessoriesPage {
}

	body.productDetail #content div.productAccessoriesPage div#relatedProducts h3,
	body#page-product16136 #content div#relatedProducts h3,
	body#page-product16145 #content div#relatedProducts h3
 	{
		color: #c00;
		font-size: 20px;
		text-transform: uppercase;
		clear: both;
	}

	body.productDetail #content div#relatedProducts {
		clear: both;
	}

	body.productDetail #content div.relatedProduct {
		clear: both;
		border-top: 1px dotted #000;
	}
	
	body.productDetail #content div.relatedProduct h4 {
		padding-top: 10px;
	}

	body.productDetail #content div.relatedDesc {
	}

	body.productDetail #content div.relatedCost {
		padding-top: 10px;
		font-weight: bold;
	}

	body.productDetail #content div.relatedThumb {
		float: left;
		width: 160px;
	}


		
body.paymentModule label {
	width: 150px;
	float: left;
	clear: left;
}

body.paymentModule fieldset {
	float: left;
	clear: left;
}

body.paymentModule fieldset label,
body.paymentModule fieldset select {
	clear: none;
	width: auto;
	margin: auto 10px auto auto;
}

body.paymentModule input,
body.paymentModule select {
	float: left;
}

body.paymentModule #paymentSchedule {
	clear: both;
}

body.paymentModule  table th {
	text-align: left;
	width: 150px;
}

body.paymentModule  table td {
	text-align: left;
	width: 300px;
}


body.main-catalog h2.DialogTitle,
body.staticPage h2.DialogTitle {
	display: none;
}
