
body {
	padding: 0;
	margin: 0;
	width: 100%;
	min-height: 100%;
	_height: 100%;
	background-color: #eef6ff;
	color: #3f4244;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	
}

p.small {
	font-size: 12px;
}

h1 {
	color: #01316e;
	font-size: 20px;
	margin: 0 0 10px 0;
}

h2 {
  color: #0f4c97;
  font-size: 17px;
  font-weight: normal;
}

.systemError h1 {
  width: 100%;
}

.systemError h2 {
  width: 100%;
}

a, a:visited {
	color: #0e4c95;
}

th a:visited {
	color: white;
}

td h1, td h2 {
	white-space: normal;
	width: 280px;
}

.buttonBlue {
	background-image: url(/images/button.gif);
	width: 130px;
	height: 37px;
	display: inline;
	text-align: center;
  padding: 0px 8px 10px 3px;
	color: #94DAFF;
	border: none;
	cursor: pointer;
	background-color:#01316E;
}

.buttonBlue:hover {
  background-image: url(/images/button_off.gif);
  color: #FFFFFF;
}

.buttonBlueLarge {
  background-image: url(/images/button_large.gif);
  width: 187px;
  height: 37px;
  display: inline;
  text-align: center;
  padding: 2px 8px 10px 3px;
  color: #94DAFF;
  border: none;
  cursor: pointer;
  background-color:#01316E;
}

.buttonBlueLarge:hover {
  background-image: url(/images/button_large_off.gif);
  color:#FFFFFF;
}

#popupContent {
	width: 695px;
	background-color: #FFF;
	padding: 10px;
  display: block;
  margin: 10px auto;
}

#background {
	width: 1006px;
  min-height: 100%;
  _height: 100%;
  position: static;
  padding: 0;
  margin: 0 auto;
	background-image: url(/images/dropshadow.png);
	background-repeat: repeat-y;
}

#backgroundTop {
  width: 1006px;
  height: 30px;
  padding: 0;
  margin: 0 auto;
  background-image: url(/images/droptop.png);
  background-position: top;
  background-repeat: no-repeat;
}

#backgroundBottom {
  width: 1006px;
  height: 38px;
  padding: 0;
  margin: 0 auto;
  background-image: url(/images/dropbottom.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

#inside {
	margin: 0 auto;
	background-color: #eef6ff;
  position: relative;
	width: 950px;
  min-height: 100%;
  _height: auto;
  padding-top: 150px;
  z-index: 10;
  overflow: hidden;

}

#bannerImage {
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  width: 950px;
  display: block;
  z-index: 0;
  background-position: center;
  /* background-image: url(/images/bannerDefault.jpg); */
}

#waveImage {
  position: absolute;
  top: 0;
  left: 0;
  _height: 100%;
  width: 980px;
  height: 169px;
  display: block;
  z-index: 1;
  background: url('/images/headerbg.jpg') no-repeat;
  _overflow: hidden;
}

#logo {
  position: absolute;
  top: 16px;
  left: 22px;
  height: 102px;
  width: 200px;
  display: block;
  z-index: 1;
  background-repeat: no-repeat;
  background-image: url(/images/logo.png);
}


#nav {
  position: relative;
  height: 65px;
  padding-bottom: 20px;
  width: 950px;
  z-index: 2;
}


#navBackground {
  position: absolute;
  top: 0;
  right: 0;
  background-position: top right;
  background-repeat: no-repeat;
  background-image: url(/images/navbar3.png);
  height: 28px;
  padding-bottom: 20px;
  width: 934px;
  z-index: 2;
  _background-image: none; 
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/navbar3.png', sizingMethod='image'); 
}


#navLinks {
 	padding-left: 41px;
 	padding-top: 15px;
 	padding-bottom: 20px;
 	position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
} 

#navLinks a,.main {
  padding: 0 7px 5px 7px;
  color: #fff;
  position: relative;
  text-decoration: none;
  font-family: "Trebuchet MS", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
} 

#navLinks a:visited {
  color: #fff;
}

#navLinks a:hover {
	color: #94daff;
}

.moreButton a {
	color: #0f4c97;
	background: #fff;
	padding: 2px 8px;
}
.moreButton a:hover {
	color: #639d9c;
	background: #fff;
	padding: 2px 8px;
}

#cartTotal {
	position: absolute;
	z-index: 9;
	right: 18px;
  	height: 21px;
	width: 250px;
  	display: block;
  	top: 198px;
  	font-size:12px;
  	text-align: right;
  	
}

#cartButton a {
	background: url('/images/cart-button.png') no-repeat;
	position: absolute;
	z-index: 9;
	right: 0;
  	height: 57px;
	width: 70px;
  	display: block;
}

#cartButton a:hover {
	background: url('/images/cart-button-over.png') no-repeat;
	 _background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/cart-button-over.png', sizingMethod='image'); 
	
}


#content {
  position: relative;
	width: 900px;
	margin: 0 auto;
	_margin: 0 auto 25px auto;
	padding: 2px;
	background-color: #FFFFFF;
	z-index: 1;
}

#copyFooter {
	font-size: 12px;
	color: #e2edfb;
	background-color: #01316e;
  width: 980px;
 	margin-top: 15px;
 	position: relative;
  _position: absolute;
  _bottom: -1px;
  z-index: 5;
  text-align: center;
/*  height: 17px; */
  line-height: 19px;
}

#copyFooter a {
	color: #fff;
	font-size: 11px;
	margin: 0 4px;
}

#policies {
	line-height: 2.4em;
}

#footer {
	text-align: center;
	font-size: 11px;
	
}

#receiptFooter {
  background-color: #E2EDFB;
  padding: 4px;
  text-align: center;
  line-height: 14pt;
  font-weight: bold;
}

#paymentMethod {
  background-color: #E2EDFB;
    padding-top: 3px;
    padding-bottom: 3px;
}


.formField {
	padding: 5px;
	clear: both;
	width: 715px;
	display: block;
}

.fieldname {
	width: 200px;
	text-align: right;
  float: left;
  clear: left;
	font-weight: bold;
	line-height: 18px;
	display: block;
	padding: 0 2px 0 0;
}

.compressedForm .formField {
  width: 350px;
}
.compressedForm .fieldname {
  width: 125px;
}

.input {
	float: left;
	clear: right;
	display: block;
	line-height: 18px;
}

thead {
	background-color: #0f4c97;
}

thead th {
  color: #FFF;
}


thead a {
	color: #FFF;
	text-decoration: none;
}

thead td, thead th {
	padding: 4px 2px;
}

td {
	padding: 2px;
}


.resultTable {
	width: 100%;
	padding: 0 0 20px 0;
}

.resultTable .light {
	background-color: #eef6ff;
}

.resultTable .dark {
  background-color: #E2EDFB;
}

.resultTable .discount {
  background-color: #D2DDEB;
}

.ccTable {
  font-size: 9pt;
    background-color: #eef6ff;
}

#printlogo {
  display: none;
}

#printaddress {
  display: none;
}

.slogan, .sloganProduct {
  color: #0f4c97;
  font-size: 17px;
	font-style: italic;
	padding-left: 20px;
}

.sloganProduct {
  width: 600px;
  display: block;
}

.paging td {
	background-color: #fff !important;
}
.paging td a, .paging td a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #c1deff;
	padding: 3px 2px 0px 3px;
	font-size: 19px;
	background: #fff;
}

.paging td a:hover {
	background: #c1deff;

}

#productImage {
	position: relative;
	width: auto;
  text-align: center;
  float: left;

}

#productImageAdmin {
  right: 10px;
  top: 10px;
  width: 300px;
  text-align: right;
  position: absolute;

}

.purchase {
	width: 300px;
	float: right;
}

#productImage {
	position: absolute;
	text-align: right;
	right: 5px;
	top: 5px;
}

.productBg {
	background: #eaf2fb;
}

.seating {
	text-align: left;
	padding-top:10px;
	float:right;
	margin-right:10px;
}

.seating2 {
	text-align: left;
	padding-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.comingSoon {
    position: absolute;
    text-align: right;
    right: 17px;
    bottom: 0px;
    _bottom: 3px;
}


#spaList h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 21px;
	font-weight: normal;
	width: 250px
	padding-bottom:5px;
	margin-bottom: 5px;
	color: #0f4c97;
	_padding-top: 13px;
}

#spaList h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	font-size: 15px;
	width: 400px;
	_width: 350px;
	margin-top:0px;
	padding-top:0px
	color: #0f4c97;
}

#spaList {
	margin: 0px auto;
}

#spaList td {
	background-color: #f8fbfe;
	padding: 0px;
}

p.briefDesc {
	padding: 0 10px;
	_padding-top: 5px;
	_margin-top: 0px; 
	line-height: 1.8em;
	font-size: 12px;
	color: #0f4c97
}

p.dealerPrice {
	padding: 0 10px;
	_padding-top: 5px;
	_margin-top: 0px; 
	line-height: 1.8em;
	font-size: 15px;
	color: #0f4c97;
	margin: 0px 10px;
	padding: 0px;
	}


.editDealer form {
	width: 430px;
	text-align:left;
	
	}
	
.formField2 {
	width: 450px;
}

.formField2 .input {
	width:200px;
}


.dealerBuy {
	float:left; 
	line-height: 1.8em;
	font-size: 15px;
	color: #0f4c97;	
}
.dealerBuy a {
	padding-left:10px;
	font-size: 15px;
}

.productTitles {
	width:375px; 
	float: left; 
	padding-left: 10px;
}
.productTitles2 {
	width:383px; 
	float: left; 
}

.productTitles2 h1, h2 {
	margin-top: 0px;
	padding-top: 0px;
}
.productTitles2 h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #01316e;
}

.productTitles2 h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #0f4c97;
}




.productSku {
	float: right;
	width: 150px;
	text-align:left;
	padding-right: 10px;
}

.productSku2 {
	float: right;
	width: 90px;
	text-align:left;
	padding-right: 10px;
}

#spaList .spaSpecs {
  background-color: #c1deff;
  padding: 5px;
  width: 300px;
}

#spaList .spaMore td {
	background-color: #b2e0df;
	border-bottom: 10px solid #FFFFFF;
	text-align: right;
	padding: 3px 1px;
}

#spaList .spaMore td a {

   font-weight: bold;
   text-decoration: none;
}


#spaList .slogan {
  color: #01316e;
  font-size: 14px;
  font-style: normal;
  padding: 0;
}

#spaList .spaImage { 
  background-color: #eaf2fb;
}

#spaList .spaImage .seating {
  position: absolute;
  top: 5px;
  left: 5px;
  text-align: left;
  width: 250px;
}

#spaList td.spaImage {
	width: 285px;
	border-right: 1px solid #fff;
	
}

.spaImage img {
	margin: 18px 0;
}

.productSpecs {
	height: 140px;
	overflow: hidden;
	line-height:14px;
}

#productWrap {
	min-height: 100%;
	_height: 100%;
	background-color:#F7FAFF;
	margin-top:0px;
}

#productFeatures {
  right: 10px;
  top: 10px;
  float: right;
  width: 190px;
  background-color:#f7faff;
  min-height: 100%;
  _height: 100%;
  padding: 18px 10px;
  color: #0f4c97;
}

#productFeatures h1{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #01316e;
	margin-top:0px;
	padding-top:0px;
}

#productFeatures ul {
	margin-left: 6px;
	padding-left: 6px;
}

#productTitle {
  width: 620px;
  padding: 10px;
  background-color:#FFFFFF;
  float: left;
}


#productDetails {
  width: 660px;
  background: #eaf3fc url('/images/detail_bg.gif') repeat-x;
  padding: 18px 10px;
  float: left;
}

#productDetails img {
	background: #fff;
	padding: 1px;
	border: 1px solid #c0deff;
}

a.productPhoto img {
	background: #fff;
	padding: 1px;
	border: 1px solid #c0deff;
}

a.productPhoto {
	border:0px;
}

#spaDetails a {border: 0;}
#spaDetails {

}

#spaDetails .spaTitle {
  background-color: #eef6ff;
  padding: 5px;
  width: 600px;
}

#spaDetails .spaSpecs {
  background-color: #c1deff;
  padding: 5px;
  width: 300px;
}

#accessoryList {
  width: 850px;
  margin: 10px auto;
}

#accessoryList td {
  width: 200px;
  background-color: #e2edfb;
}

#accessoryList .accessoryTitle {
  padding: 5px;
  width: 300px;
}

#accessoryList .accessorySpecs {
  background-color: #c1deff;
  padding: 5px;
  width: 300px;
}

#accessoryList .accessoryMore td {
  background-color: #b2e0df;
  border-bottom: 10px solid #FFFFFF;
  text-align: right;
  padding: 3px 10px;
}

#accessoryList .accessoryMore td a {
   color: #3f4244;
   font-weight: bold;
   text-decoration: none;
}

#accessoryList .slogan {
  color: #01316e;
  font-size: 14px;
  font-style: normal;
  padding: 0;
}

#accessoryList .accessoryImage { 
  background-color: #eff3f8;
  width: 200px;
}

#accessoryDetails {

}

#accessoryDetails .accessoryTitle {
  background-color: #eef6ff;
  padding: 5px;
  width: 600px;
}

#accessoryDetails .accessorySpecs {
  background-color: #c1deff;
  padding: 5px;
  width: 300px;
}

#prodDesc_en {
	background-color: #eff3f8;
  border: 1px solid #c1deff;
  margin-top: 4px;
}

#prodDesc_en table {
	background-color: #FFFFFF;
	font-size: 12px;
}

#prodDesc_fr {
	background-color: #e2edfb;
	border: 1px solid #c1deff;
  margin-top: 4px;
}

#prodDesc_fr table {
  background-color: #FFFFFF;
  font-size: 12px;
}


#prodDescLink_en {
  background-color: #eff3f8;
  padding: 5px;
  margin-left: 5px;
  border-top: 1px solid #c1deff;
  border-left: 1px solid #c1deff;
  border-right: 1px solid #c1deff;
}

#prodDescLink_fr {
  background-color: #e2edfb;
  padding: 5px;
  margin-left: 5px;
  border-top: 1px solid #c1deff;
  border-left: 1px solid #c1deff;
  border-right: 1px solid #c1deff;
}

#contactWrap {
	height: auto;
	clear: both;
	width: 895px;
	margin: 0 auto;
	background-color:#E2EDFB;
}

#contactUs {
	min-height: 100%;
	_height: 100%;
	width: 610px;
	_width: 606px;
	display: block;
	text-align: justify;
	float: left;
	padding: 0 20px;
  background-color: #eff3f8;
}

#contactUs h2 {
	font-weight: bold;
}

#contactUsImage {
  height: auto;
}

#contactUs .buttonBlue {
	background-image: url(/images/buttonBG.gif);
}

#contactUs .buttonBlue:hover {
  background-image: url(/images/buttonBG_off.gif);
}

#contactUs .formField {
	width: 500px;
}

#contactUs form .formField .input {
	width: 280px;
}

#findWrap {
	width: 900px;
	height: auto;
	_height: 310px;
	display: block;
	background-image: url(/images/find_bg.png);
}
#findWrap .selected {
	background-image: url(/images/selector_background.png);
	background-position: right;
	background-repeat: no-repeat;
}

#findCol1 {
  width: 300px;
  float: left;
}
#findCol1 a.selected {
	background-color: #d8e8fb;
  padding: 5px 10px 5px 5px;
  margin-left: 5px;
  font-weight: bold;
}

#findCol2 {
  width: 300px;
  padding: 0px;
  float: left;
}
#findCol2 a.selected {
	background-color: #c1deff;
  padding: 5px 10px 5px 5px;
  margin-left: 5px;
  font-weight: bold;
}

#findCol1 h3,#findCol2 h3 {
  padding: 0px 10px;
}
#findCol1 a,#findCol2 a {
	display: block;
  padding: 2px 10px;
}
#findCol1 br,#findCol2 br {
	display: none;
}

#findCol3 {
  width: 280px;
  padding: 0px 10px 10px 10px;
  float: left;
}

#checkoutAddresses {
	width: 860px;
	height: auto;
  _height: 400px;
  margin: 0 auto;
  display: block;
  background-position: center;
  background-image: url(/images/checkout_bg.png);
}
#checkoutAddresses .formField {
  width: 430px;
}

#checkoutAddresses .fieldname {
  width:135px;
}

#checkoutAddresses .input {
	width:290px;
}

#checkoutAddresses .left {
	float: left;
	width: 430px;
	_overflow: hidden;
}

#checkoutAddresses .h2 {
  width: 400px;
}

.error, .errors {
	border: 1px solid #ffb400;
	background-color: #ffefca;
}

.errors {
  width: 500px;
  margin: 5px auto;
  text-align: center;
}

.notice {
  margin: 5px auto;
  text-align: center;
  background-color: #DDEEFF;
  border: 2px solid #0F4C97;
  padding: 4px;
  font-weight: bold;
}

.errors ul{ 
  width: 400px;
  margin: 5px auto;	
}


.errors li{ 
  text-align: left;
  list-style: circle;
}

.systemError {
  border: 1px solid #ffb400;
  background-color: #ffefca;
  width: 500px;
  margin: 5px auto;
  text-align: center;
}


.shipment {
	width: 100%; 
	margin: 10px 0;
}

.shipment .boldMe {
  font-weight: bold;
}

.shipment .shipDate {
	background-color: #01316E;
	color: #E2EDFB;
	font-size: 15px;
}

.shipment .trackingNumber {
  background-color: #0F4C97;
  color: #E2EDFB;
}
.shipment .trackingNumber a {
  color: #E2EDFB;
}


.shipment .dividTracking td {
  border-top: 1px solid #94DAFF; 
}

.shipment .light {
  background-color: #eef6ff;
}

.shipment .dark {
  background-color: #e0e7f0;
}

.scw {
	z-index: 99 !important;
	
}

#couponDealer,#couponProduct {
  width: 230px;
  height: 100px;
  position: absolute;
  top: 10px;
  left: 600px;
  display: block;
  font-size: 12px;
  background-color: #c1deff;
  border: 1px solid #0F4C97;
	padding: 5px;
}

#couponDealer h2,#couponProduct h2{
	width: 210px;
}

#couponProduct {
	top: 150px;
	left: 600px;
}


#dealer {
	margin: 0 auto;
	width:96%;
}

#dealer p{
	line-height: 1.4em;
	font-size: 13px;
}

.news {
	width: 900px;
	margin: 5px auto;
}

.news .image {
	width: 300px;
	float: left;
	display: block;
	text-align: center;
}

.news .post {
  width: 590px;
  float: left;
  padding: 5px;
  display: block;
  text-align: justify;
}


.description p {
	_padding-top: 5px;
	_margin-top: 0px; 
	line-height: 1.8em;
	font-size: 12px;
	color: #01316e;
}

.description {
	color: #01316e;

}

.addresses{
	margin-top: 10px;
	margin-right:10px;
	width:450px;
	background-image: url(/images/addressEdit_bg.gif);
	background-position: center;
	float:right;
}

.address{
	height: 180px;
	width: 215px;
	float:left;
	padding:5px;
	position: relative;
}

.address div {
	position: absolute;
	bottom: 5px;
	left: 5px;
}

.priceAlign{
	text-align: right;
}

.spaSortWrap {
	width: 650px;
	display: block;
	margin: 10px auto;
	border: 2px solid #C1DEFF;
}

.spaSortWrap.light .spaSort {
  background-color: #eef6ff;
}

.spaSortWrap.dark .spaSort{
  background-color: #E2EDFB;
}


.spaSort {
	width: 400px;
  display: block;
  float: left;
  padding: 5px;
}

.spaSortButtons {
  width: 220px;
  display: block;
  float: right;
  padding: 15px 0px 5px;
  text-align: center;
}

.sortUp,.sortDown {
	background-color: transparent;
	border: none;
	height: 37px;
	width: 77px;
	display: inline;
}

.sortUp {
	 background-image: url(/images/buttonUp.png);
}

.sortDown {
	 background-image: url(/images/buttonDown.png);
}

.sortUp:hover {
   background-image: url(/images/buttonUp_off.png);
}

.sortDown:hover {
   background-image: url(/images/buttonDown_off.png);
}

.international {
	float: right; 
	text-align:center; 
	margin-top: 80px; 
	width:250px; 
	padding:0px; 
	background: #fff; 
	border: 1px solid #d3dbe6;
}

.intContacts p {
	line-height: 1.4em;
}

.intContacts h2 {
	font-size: 14px;
	font-weight: bold;
}

.contactSpacer {
	width:90%;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
	margin-top:10px;
}

.invoice {
	width: 800px;
	margin: 20px auto;
	border: 5px double #01316E;
}

.invoice table {
	width: 100%;
}

.indentText {
	margin: 0 20px;	
}

.indentText P {
	line-height: 1.4em;
}

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/** Retailers Page **/
.retailer{
	float:left; 
	width:781px; 
	margin:3px; 
	background: #fff; 
	border: 1px solid #d4dce7;
	padding:10px;
}

.retailer img {
	float:left; 
	margin-right:10px;
	border: 1px solid #D4DCE7;
	padding: 1px;
}

.retailerWrap {
	width:810px;  
	margin: 10px auto; 
	background: #f1f5f9;
}


.retailer_url {
	padding: 5px 0;
}

.retailer_description {
	line-height: 1.4em;
}

.retailer_details {
	margin-left: 115px;
}

.retailer_details h3 {
	margin-top: 4px;
}

.innerContent{
	display:block;
	clear:both;
}


.manualOrder {
  border: 2px solid #0F4C97;
  background-color: #EEF6FF;
  padding: 7px;
  margin: 20px 0px;
}
.manualOrder h2 {
	font-weight: bold;
	color: #FF4400;
	text-align: center;
}

.notAvailable {
	clear: both;
	padding-left: 10px;
}

.menu {

	/*height: 31px;*/
	white-space: nowrap;
	/*padding: 0;
	margin: 0;
	background-image: url(/images/menu_bg.png);
	background-repeat: repeat-x;
	border-top: 1px solid #989898;
	border-bottom: 0px solid #989898;
	padding-left: 50px;*/
	clear: both;

}
.menu td{
	/*font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;*/
		
	}

#navcontainer {
	/*margin:0;
	padding: 0;*/
}

#ulnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#ulnav li {
	float: left;
	position: relative;
}

#ulnav li ul {
	display: none;
}

#ulnav li.menuOff ul, #ulnav li.on ul , #ulnav li.over ul{
	display: none;
	position: absolute;
	left: 5px;
	padding:0px;
	margin:0px;
	top:18px;
}

#ulnav li a, #ulnav li a:visited {
	display: block;
}


#ulnav li.on ul a, #ulnav li.menuOff ul a, #ulnav li.over ul a{
  display:block;
  padding: 3px 5px;
  width: 100px;
}

#ulnav li.on ul, #ulnav li.over ul {
  /*display the current topic*/
  display: block;
}

#ulnav li.menuOff:hover ul, #ulnav li.over ul {
  /*  display the other topics when
      their parent is hovered */
  display: block;
  z-index: 6000;
}


#ulnav li.on ul li, #ulnav li.menuOff ul li, #ulnav li.over ul li {
	display: block;
	background: #20529C;
	list-style: none;
	float: none;
	z-index: 100;
}
.preorder {
	background: url('/images/preorder_note.gif'); 
	width:543px; 
	height: 30px; 
	top: 27px;
	_top:9px; 
	left:157px; 
	position: relative;
}
.preSale {
	background: #f4eede; 
	margin:3px auto; 
	padding: 3px; 
	text-align: center; 
	color: #b77f12; 
	width: 600px;
}
.preSale b {
	text-decoration:underline;
}
b.questionBold {
	color: #ea9b03;
}

#productDetails ul {margin:0; padding:0; margin-bottom:10px;}
#productDetails li {margin:0; padding:0; margin-left:15px;}