@charset "utf-8";

/* CSS Document */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, code, em, img, strike, strong, sub, sup, b, u, i, dl, dt, dd, ol, fieldset, form, label, legend {
	margin: 0px;
	padding: 0px;
}

html {
	min-height: 101%; /* gives a scrollbar in Mozilla/Firefox */
}

body {
	font: 75%/1.5em Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: #565656;
	background: #FFFFFF url(/images/pagebackgroundtile.png) repeat-y center;
}

a:link {
	color: #70603A;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #70603A;
}

a:hover {
	text-decoration: underline;
	color: #29170C;
}

a:active {
	text-decoration: underline;
	color: #990000;
}

p {
	padding-bottom:12px;
}
 ul, li, {
}

h1 {
	font-size: 135%;
	margin: 7px 0px 10px 0px;
	font-weight: bold;
	color: #41361c;
}

h2 {
	font-size: 125%;
	font-weight: bold;
	margin: 12px 0px 15px 0px;
	color:#41361c;
}

img a {
	BORDER: none;
}


table, tr, th, td {
	font-size: 100%;
}

.clearbr {
	clear: both;
}

br.clearbr {
	clear: both;
	height: 0em;
	line-height: 0em;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0px;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 0px;
}

#wrapper {
	margin: 0px auto;
	text-align: left;
	background: url(/images/pagebackground.png) no-repeat center top;
	padding:0px;
	min-height:444px;
}

#content {
	margin: 0px auto;
	text-align: left;
	width: 840px;
	padding:0px;
	clear:both;
}

#header {
	margin: 0px 0px 15px;
	padding: 0px;
	clear: both;
	height: 100px;
}

#logo {
	float: left;
	padding-top: 15px;
	padding-left: 5px;
	width: 300px;
}

/* HEADER NAVIGATION */

#navbar {
	color: #d0d1d3;
	float:right;
	width:500px;
	font-size: 1em;
	text-align: right;
	padding-top: 58px;
}

#navbar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #29170c;
	white-space: nowrap;
	font-weight:bold;
}

#navbar li {
	list-style-type: none;
	display: inline;
	border-right: 1px solid #d9d9d9;
	margin-left:5px;
	padding-right:5px;
}

#navbar li a {
	color: #29170c;
	text-decoration:none;
	margin-left: 5px;
}

#navbar li a:visited {
	color: #29170c;
}

#navbar li a:hover {
	color: #6D6532;
	text-decoration:underline;
}

#navbar ul li.end {
	list-style-type: none;
	display: inline;
	border: none;
	margin-left:5px;
	padding-right:0px;
}

#navbar ul li.end a {
	border: none;
}

#navbar ul li.end a:visited {
	border: none;
}

#navbar ul li.end a:hover {
	border: none;
}

/* END HEADER NAVIGATION */

#mainimg {
	height:146px;
	background: url(/images/main.jpg) no-repeat;
	font-size: 0.9em;
	color: #FFFFFF;
	padding-top: 90px;
	padding-right: 20px;
	padding-left: 269px;
	margin-bottom: 10px;
}
#flashbanner {
	margin-bottom: 15px;
}


#mainimg a {
	color: #FFFFFF;
	text-decoration: underline;
}

#mainimg a:hover {
	text-decoration: underline;
	color: #dfd9a1;
}



/* temp lipo */
#buylipocontour {
	background: url(/lipo-contour/images/home-buy-button-bg.png) no-repeat;
	color:#CC0000;
	padding-top: 27px;
	padding-left: 88px;
	padding-bottom:30px;
	font-weight:bold;
	font-size:1em;
}

#buylipocontour a {
	color:#CC0000;
	text-decoration:none;
	font-size:1em;
}

#buylipocontour a:hover {
	color:#353535;
	text-decoration:underline;
	font-size:1em;
}

#leftcol {
	float: left;
	width: 620px;
	clear: left;
}

#rightcol {
	float: right;
	width: 190px;
	padding-top: 13px;
}

/* footer */

#footer {
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	border-top: 1px dashed #999999;
	margin-bottom: 15px;
}

#footerlinks {
	color: #29170c;
	float:left;
	width:515px;
	font-size: 0.9em;
	text-align: left;
	padding-top: 15px;
	padding-bottom:20px;
}

#footerlinks ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #29170c;
	white-space: nowrap;
	font-weight:bold;
}

#footerlinks li {
	list-style-type: none;
	display: inline;
	border-right: 1px solid #d9d9d9;
	margin-left:5px;
	padding-right:5px;
}

#footerlinks li a {
	color: #29170c;
	text-decoration:none;
	margin-left: 5px;
}

#footerlinks li a:visited {
	color: #29170c;
}

#footerlinks li a:hover {
	color: #000000;
	text-decoration:underline;
}

#footerlinks ul li.end {
	list-style-type: none;
	display: inline;
	border: none;
	margin-left:5px;
	padding-right:0px;
}

#footerlinks ul li.end a {
	border: none;
}

#footerlinks ul li.end a:visited {
	border: none;
}

#footerlinks ul li.end a:hover {
	border: none;
}

#footerLogo {
	float: right;
	padding-top: 15px;
}

.sideBox {
	background: url(/images/side-nav-bg.png) no-repeat bottom;
	font-size:0.9em;
	margin-bottom: 30px;
}

.sideBoxContainer {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}

.sideBoxContainer ul {
	padding:0px;
	line-height:1.2em;
	font-weight:bold;
	margin:0px;
}

.sideBoxContainer li {
	padding-left: 15px;
	padding-bottom: 5px;
	list-style: none;
	background: url(/images/cat-bullet.png) no-repeat 0px 3px;
	margin:0px;
}

.sideBoxContainer li a {
	text-decoration:none;
	color:#29170C;
}

.sideBoxContainer li a:hover {
	text-decoration:underline;
	color:#6D6532;
}

.productAdd {
	font-size: 0.9px;
	font-weight: bold;
	color: #000000;
}


#sBasketTitleItem {
	float: left;
	width: 50px;
	margin-bottom: 10px;
	font-size:1.1em;
	color:#41361c;
	font-weight:bold;
}

#sBasketTitleQty {
	float: right;
	width: 50px;
	margin-bottom: 10px;
	text-align:right;
	font-size:1.1em;
	color:#41361c;
	font-weight:bold;
}

.sBasketItemContainer {
	margin-bottom: 7px;
	padding-bottom:7px;
	border-bottom: 1px dotted #CCCCCC;
	display:block;
	clear: both;
}

.sBasketItem {
	float: left;
	width: 115px;
	line-height:1.2em;
	margin-bottom:3px;
}

.sBasketQty {
	float: right;
	width: 40px;
	text-align:right;
	line-height:1.2em;
}

.sBasketIndividualPrice {
	float: left;
	width: 115px;
	line-height:1.2em;
	color:#999999;
}

.sBasketCost {
	float: right;
	width: 40px;
	line-height:1.2em;
	text-align:right;
}

.sBasketRemove {
	float: right;
	width: 40px;
	text-align:right;
	color:#999999;
}

.sBasketTotals {
	padding-bottom: 6px;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 1.1em;
}

.sBasketLeft {
	float:left
}

.sBasketRight {
	float:right;
}

#sBasketEmpty {
	text-align:left;
	color:#999999;
	margin-bottom: 7px;
	padding-bottom:7px;
	padding-top:7px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	clear: both;
}

.sBasketButtons {
	margin-bottom: 5px;
	padding-top:5px;
	margin-top:10px;
	clear: both;
	text-align:center;
	display:block;
}

.sbutton {
	width:46px; height:23px;
}
.sbox {
	width:100px; border:#CCCCCC 1px solid; 
}


#sBasketButtonBasket {
	float:left;
}

#sBasketButtonCheckout {
	float:right;
}



#pdLeft {
	float: left;
	width: 252px;
}

#pdRight {
	float: right;
	width: 338px;
}

#pdRight h1 {
	font-size: 135%;
	padding-bottom: 7px;
	font-weight: bold;
	color: #29170C;
	margin:0px;
}

#pdRight h2 {
	font-size: 120%;
	font-weight: bold;
	padding-bottom:7px;
	color:#70603A;
	margin:0px;
}

#pdMainImage {
	border: 5px solid #E9E5BD;
	text-align:center;
	clear: both;
}

#pdCopy {
	font-size: 0.9em;
	line-height:1.3em;
	padding-top:20px;
}

#pdCopyTopContent {
	font-size: 0.9em;
	line-height:1.3em;
	padding-top:20px;
}

.pdProductRRP {
	text-decoration:line-through;
	color: #990000;
}

.pdProductOurPrice {
	color:#006633;
	font-weight:bold;
	font-size: 1.4em;
}

.pdSaving {
	font-size:0.9em;
}

.pdThumb {
	border: 1px dashed #CCCCCC;
	width:47px;
	float:left;
	margin-top:7px;
	margin-right:7px;
}
#pdDimensions { font-size:0.9em}

#contact-form {
	width: 380px;
}

#contact-form label {
	display: block;
	float: left;
	clear: left;
	width: 172px;
	font-size: 1em;
	padding: 3px 0 7px 0;
	margin-bottom: 15px;
}

#contact-form input {
	float: left;
	width: 200px;
	color: #513C40;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 3px;
	margin-bottom: 15px;
}

#contact-form textarea {
	float: left;
	width: 200px;
	color: #513C40;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 3px;
	margin-bottom: 15px;
}

#contact-form button {
	display: block;
	clear: both;
	width: 75px;
	color: #513C40;
	font-size: 0.8em;
	margin-left: 175px;
}

.pdRating {
	clear:both;
	font-size:0.9em;
	margin-top:10px;
}

.pdRatingStars {
	float:left;
	width:58px;
	padding-right:10px;
	padding-top:1px;
}

.pdRatingWrite {
	float:left;
}

#pdBuyArea {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.BuyTable {
	margin: 30px 0px 0px 0px;
}

.BuyTable th {
	border-bottom: 1px dashed #CCCCCC;
	border-top: 1px dashed #CCCCCC;
	padding:5px;
	background-color:#FFFFFF;
	text-align:left;
}

.BuyTable td {
	background-color:#f2f2f2;
	border-bottom: 1px dashed #CCCCCC;
	padding:5px;
}

.BuyTableOurPrice {
	color:#990000;
	font-weight:bold;
}

.BuyTableRRP {
	text-decoration:line-through;
}

.BuyTable td input {
	font-size:12px;
}

#pdRelatedProducts {
	padding-top: 0px;
	padding-bottom: 30px;
	margin-bottom:20px;
	border-bottom: 1px dashed #CCCCCC;
	clear:both;
}

.productcode {
	margin-bottom:10px;
	font-size:0.8em;
}

.pdReview {
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 0px;
}

.pdTitles {
	font-size: 135%;
	padding-bottom: 20px;
	font-weight: bold;
	color: #585656;
	margin:0px;
}

#pdCustomerReviews {
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 1px dashed #999999;
}

#pdFurtherInfo {
	margin-top:20px;
	padding-top: 0px;
	padding-bottom: 30px;
}

/* FORM */


div.FormContainer {
	background: #F3F1DA;
	padding: 20px;
	margin-bottom: 25px;
	border-top: 1px dashed #7d7d7d;
	border-bottom: 1px dashed #7d7d7d;
}

.FormLabel {
	width: 145px;
	font-weight:bold;
}

.FormInput {
	width: 145px;
	font-weight:normal;
	font-size: 1em;
}

div.FormContainer br {
	font-size: 0px;
	height: 0px;
}

#signInContainer {
	float: right;
	width: 200px;
	text-align:right;
	padding-top:15px;
}

#forgotInContainer {
	float: right;
	width: 200px;
	text-align:right;
	padding-top:0px;
}

.formLines {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin-top: 8px;
	margin-bottom: 18px;
	padding-top: 16px;
	padding-bottom: 8px;
	clear: both;
}

.formWhereLines {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin-top: 8px;
	margin-bottom: 18px;
	padding-top: 16px;
	padding-bottom: 0px;
	clear: both;
}

/* buttons */

.standardButton {
	width:65%;
	background: url(/images/button-green-bg.png) repeat-x;
	border: 1px solid #d0d0d0;
	text-align:center;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
	margin-right: auto;
	margin-left: auto;
}

.standardButton a {
	color:#333333;
	text-decoration:none;
}

.standardButton a:hover {
	color:#990000;
}
.standardGreyButton {
	width:65%;
	background: url(/images/button-grey-bg.png) repeat-x;
	border: 1px solid #d0d0d0;
	text-align:center;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
	margin-right: auto;
	margin-left: auto;
}

.standardGreyButton a {
	color:#333333;
	text-decoration:none;
}

.standardGreyButton a:hover {
	color:#990000;
}


.btSignin {
	width:150px;
}

.btRetrieve {
	width:150px;
}

.btPromo {
	width:150px;
}

/* end buttons */


.step1 {
	background: url(/images/step1.png) no-repeat 400px 65px;
}

.step2 {
	background: url(/images/step2.png) no-repeat 400px 15px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}

.step3 {
	background: url(/images/step3.png) no-repeat 400px 12px;
}

.step4 {
	background: url(/images/step4.png) no-repeat 400px 15px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}

.add_address {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 20px;
	padding-bottom: 20px;
	clear: both;
}

.right {
	float: right;
}

.txtLeft {
	text-align: left;
}

.formWhere {
	float: left;
	width: 200px;
	font-weight: bolder;
}

#smallPrint {
	font-size: 0.9em;
	line-height:1.2em;
	margin-bottom:20px;
}

#smallPrint input {
	width: 20px;
	margin-bottom:0px;
	margin-top:0px;
}

.leftReset {
	clear:left;
	float: left;
	margin-left:150px;
}

.rightSubmit {
	clear:right;
	float: right;
	margin-right:150px;
}

.bQuantity {
	width: 20px;
	font-weight: normal;
}

.bRowLine {
	border-bottom: 1px solid #d9d9d9;
}

.bRemove {
	font-size: 0.9em;
	font-weight: bold;
}

#basketTable {
}

#basketTable th {
	border-top:1px dashed #7d7d7d;
	border-bottom:1px dashed #7d7d7d;
	background:#f2f2f2;
	padding:8px;
	text-align:right;
}

#basketTable td {
	border-bottom:1px solid #d9d9d9;
	background:#ffffff;
	padding:8px;
}

.small {
	font-size: 0.8em;
}

.txtRight {
	text-align: right;
}

#checkoutNav {
	border-top:1px dashed #7d7d7d;
	border-bottom:1px dashed #7d7d7d;
	background:#f2f2f2;
	padding:8px;
	text-align:center;
	margin-top:20px;
	margin-bottom: 20px;
}

.basketTotal {
	font-size: 115%;
	font-weight: bold;
	color:#006633;
}

.progress {
	margin-bottom: 20px;
}

div.dottedContainer {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 35px;
	border-top: 1px dashed #7d7d7d;
}

div.success {
	background-color: #E0FFDD;
	border: 1px solid #009700;
	padding:10px;
	margin-top:20px;
	font-size:0.9em;
	color:#003300;
}

div.warning {
	background-color: #FFFF99;
	border: 1px solid #FF9900;
	padding:10px;
	margin-top:20px;
	font-size:0.9em;
	color:#000000;
}

div.error {
	background-color: #ffdede;
	border: 1px solid #ff0000;
	padding:10px;
	margin-top:20px;
	font-size:0.9em;
	color: #CC0000;
}

div.error ul {
	margin-top:10px;
	margin-left:10px;
}

div.error li {
	padding-left:10px;
	margin-left:10px;
}

#basketTable td.noborder {
	border: 1px none #FFFFFF;
}

.bCVV {
	width: 30px;
	font-weight: normal;
}

.paymentBG {
	background: url(/images/payment-methods.png) no-repeat 330px 0px;
}

div.options {
	color: #565656;
	font-weight:bold;
}

div.options a {
	color: #565656;
	background-color:#ededed;
	padding: 5px 5px 5px 5px;
	text-decoration:none;
}

div.options a:hover {
	color: #565656;
	background-color:#cfcdfe;
	padding: 5px 5px 5px 5px;
	text-decoration:none;
}

div.options span {
	color: #565656;
	background-color:#cfcdfe;
	padding: 5px 5px 5px 5px;
}

.optionsTable {
	font-size: 0.9em;
	margin-bottom:25px;
}

.required {
	font-weight: bold;
	color: #CC0000;
	font-size: 14px;
}

.hpThumb {
	width: 115px;
	text-align:center;
	height: 115px;
}

#lipo-contourfeature {
	font-size:1em;
	background: url(/images/lipocontour-feature.png) no-repeat;
	padding-left:250px;
	padding-top:20px;
	padding-right:20px;
	margin-bottom:20px;
	border:solid 1px #dbdbdb;
}

#lipo-contour-elite-feature {
	font-size:1em;
	background: url(/images/lipo-contour-elite-capri.jpg) no-repeat;
	padding-left:250px;
	padding-top:20px;
	padding-right:20px;
	margin-bottom:20px;
	border:solid 1px #dbdbdb;
}

#gmtv {
	font-size:95%;
	line-height:1.2em;
	margin-top:10px;
	padding-bottom:15px;
	margin-bottom:10px;
	border-bottom: 1px solid #CCCCCC;
	background: url(/images/lipo-contour/gmtv.png) no-repeat 0px 15px;
	padding-left: 120px;
	height: 70px;
	padding-top: 15px;
	border-top: 1px solid #CCCCCC;
}

#gmtv h1 {
	font-size:110%;
	margin:0px 0px 8px;
}

#gmtv a {
	color:#333333;
	text-decoration:none;
}

#gmtv a:hover {
	color:#333333;
	text-decoration:underline;
}

.quote {
	font-size: 100%;
	font-style: normal;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}

#nanogenfeature {
	font-size:1em;
	padding-left:20px;
	padding-top:20px;
	padding-right:250px;
	padding-bottom:10px;
	margin-bottom:20px;
	border:solid 1px #dbdbdb;
	background-image: url(/images/nanogen-feature.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.ProductDetails {padding:5px;}


/* Product List */

.ProductList {
	PADDING:0px;
	MARGIN: 0px;
	LIST-STYLE-TYPE: none
}

.ProductList a{
	color:#41361c;
	text-decoration:underline;
}

.ProductList a:hover{
	color:#006633;
	text-decoration:underline;
}

.ProductList LI.item {
	FLOAT: left;
	MARGIN: 5px;
	LIST-STYLE-TYPE: none;
	background-color:#e9e5bd;
	width:144px;
}

.ProductList h1 {
	font-size:1em;
	line-height:1.2em;
	color:#585656;
	margin:10px 0px 5px 0px;
}

.ProductList h2 {
	font-size:0.8em;
	line-height:1em;
	color:#585656;
	margin:0px 0px 5px 0px;
}

/* Product List end*/

.ProductPrice {
	FONT-WEIGHT: bold;
	FONT-STYLE: normal;
}
.productRRP {
	font-size:0.9em;
	text-decoration:line-through;
}

.productPrice {
	font-size:0.9em;
	color:#006633;
	font-weight:bold;
}

.productItemCount {
	font-size:0.9em;
	color:#006633;
	font-weight:bold;
}

.productAdd {
	font-size:0.9em;
	color:#000000;
	font-weight:bold;
	margin-top:10px;
}

#freedelivery {
	background: url(/images/sn-free-delivery-bg.png) no-repeat;
	padding-top: 45px;
	padding-left: 14px;
	width: 114px;
	font-size: 0.9em;
	padding-right: 65px;
	line-height: 1.2em;
	height: 80px;
	margin-top:25px;
}
#snpricepromise {
	background: url(/images/sn-price-promise.png);
	padding-top: 45px;
	padding-left: 14px;
	width: 162px;
	font-size: 0.9em;
	padding-right: 14px;
	line-height: 1.2em;
	height: 113px;
	margin-top:25px;
	margin-bottom:25px;
}
.snnewsletter {
	line-height: 1.2em;

}

#addthis {
	text-align: left;
	margin-top: 10px;
}

#zoom {
	padding: 5px;
	text-align:center;
	background-color: #E9E5BD;
}

/* new css for thumbnail images */

.item {
	DISPLAY: block;
	BACKGROUND: #e9e5bd;
	FLOAT: left;
	MARGIN: 5px;
	WIDTH: 146px;
	TEXT-DECORATION: none
}

.item .image_holder {
	DISPLAY: block;
	BACKGROUND: #fff;
	MARGIN: 3px;
	OVERFLOW: hidden;
	WIDTH: 130px;
	CURSOR: hand;
	BORDER: #fff 4px solid;
	HEIGHT: 130px;
	TEXT-ALIGN: center
}

.item .inline_image_holder {
	DISPLAY: inline-block;
	MARGIN-LEFT: -350px;
	VERTICAL-ALIGN: middle;
	WIDTH: 830px;
	HEIGHT: 130px;
	TEXT-ALIGN: center
}

.item .vertical_spacer {
	DISPLAY: inline-block;
	MARGIN-LEFT: -4px;
	VERTICAL-ALIGN: middle;
	BORDER-LEFT: #fff 1px solid;
	WIDTH: 1px;
	HEIGHT: 130px
}

.item .image_holder IMG {
	DISPLAY: inline-block;
	VERTICAL-ALIGN: middle;
	BORDER-TOP-STYLE: none;
	MAX-HEIGHT: 130px;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	BORDER-BOTTOM-STYLE: none
}

* HTML .item .image_holder IMG {
}
/* end new css for thumbnail images */

/* wide version */

.ProductList LI.itemwide {
	FLOAT: left;
	MARGIN: 5px;
	LIST-STYLE-TYPE: none;
	background-color:#e9e5bd;
	width:298px;
}
.itemwide {
	DISPLAY: block;
	BACKGROUND: #e9e5bd;
	FLOAT: left;
	MARGIN: 5px;
	WIDTH: 298px;
	TEXT-DECORATION: none
}

.itemwide .image_holder {
	DISPLAY: block;
	BACKGROUND: #fff;
	MARGIN: 3px;
	OVERFLOW: hidden;
	WIDTH: 284px;
	CURSOR: hand;
	BORDER: #fff 4px solid;
	HEIGHT: 189px;
	TEXT-ALIGN: center
}

.itemwide .inline_image_holder {
	DISPLAY: inline-block;
	MARGIN-LEFT: -350px;
	VERTICAL-ALIGN: middle;
	WIDTH: 984px;
	HEIGHT: 189px;
	TEXT-ALIGN: center
}

.itemwide .vertical_spacer {
	DISPLAY: inline-block;
	MARGIN-LEFT: -4px;
	VERTICAL-ALIGN: middle;
	BORDER-LEFT: #fff 1px solid;
	WIDTH: 1px;
	HEIGHT: 189px
}

.itemwide .image_holder IMG {
	DISPLAY: inline-block;
	VERTICAL-ALIGN: middle;
	BORDER-TOP-STYLE: none;
	MAX-HEIGHT: 189px;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	BORDER-BOTTOM-STYLE: none
}

* HTML .itemwide .image_holder IMG {
}
/* end wide version */

#options {
	margin-top: 10px;
	font-size: 0.9em;
}

#breadcrumb {
	border-bottom: 1px dashed #CCCCCC;
	clear: both;
	margin-bottom:20px;
	padding-bottom:10px;
	font-weight:bold;
}


#breadcrumb ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:0.9em;
	
}
#breadcrumb li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 3px 0px;
	list-style: none;
}

.acceptTerms, .acceptTerms a {
	color:#FF0000;
}
