/* BASE STYLES
----------------------------------------------- */
H1, .h1 {
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:24px;
	color:black;
	font-weight:bold;
	margin-top:10px
}

H2, .h2 {
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:16px;
	color:black;
	font-weight:bold
}

TABLE {
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:13px;
	color:black
}

.red_text {
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:13px;
	color:#CC0000
}

.black_text {
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:13px;
	color:#000000
}
.bold_text {
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:13px;
	color:black;
	font-weight:bold
}
.border_r {
	border-right:1px solid #cccccc;
	padding:2px
}
.border_l {
	border-left:1px solid #cccccc;
	padding:2px
}	
.border_t {
	border-top:1px solid #cccccc;
	padding:2px
}
.border_b {
	border-bottom:1px solid #cccccc;
	padding:2px
}
.border {
	border:1px solid #cccccc;
	padding:2px
}
.bg_dddddd {
	background-color:#dddddd;
	color:#333333
}
.hr {
	border-bottom:1px solid #cccccc;
	margin:0px 0px 8px 0px
}
/* NAV STYLES FOR CONTEMPORARY AND BUILD YOUR OWN
----------------------------------------------- */
span.navBarLeft{float:left;margin-top:0px}
span.navBarLeft IMG{*left:8px;}
.navBarRight div{float:right;margin-top:1px}
.btn_advanced_search {margin-left:2px;margin-top:0px}

/* BUTTONS
----------------------------------------------- */
/******* ACTION BUTTON *******/

/* Both browsers apply these styles to the action button */
.actn_button_color {
	border:3px double #8FB6DB;
	cursor:pointer;
	white-space:nowrap;
	padding:2px 3px 2px 3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:12px;
	font-weight:bold;
	text-align:center
}
/* IE uses the filter for the blend */
.actn_button_color {
	* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#CCE6F9')
	}
/* FireFox uses a background color and white gradient image for the blend */
html>body .actn_button_color {
	background: #A5D6FA url("/shared/style/images/white_gradient.png") repeat-x top
}
/******* BEGIN FIREFOX HOVER FOR ACTION BUTTON *******/
.actn_button_color.actn_button:hover {
	border:3px double #54A2EB;
	color:#444444;
	background: #B3D8F4 url("/shared/style/images/white_gradient.png") repeat-x top
}	
/******* END FIREFOX HOVER FOR ACTION BUTTON *******/

/******* REGULAR BUTTON *******/
/* Both browsers apply these styles to the regular button */
.button_color {
	border:3px double #8FB6DB;
	cursor:pointer;
	white-space:nowrap;
	padding:2px 3px 2px 3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:12px;
	font-weight:bold;
	text-align:center
}
/* IE uses the filter for the blend */
.button_color {
	* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#EDF3F7')
}
/* FireFox uses the background-color and white gradient image for the blend */
html>body .button_color {
	background: #C7E5FB url("/shared/style/images/white_gradient.png") repeat-x top
}
/******* BEGIN FIREFOX HOVER FOR REGULAR BUTTON *******/
.button_color.button:hover {
	border:3px double #54A2EB;
	color:#444444;
	background: #B3D8F4 url("/shared/style/images/white_gradient.png") repeat-x top
}
/******* END FIREFOX HOVER FOR ACTION BUTTON *******/

/******* SPECIAL BUTTON STYLES*******/
.go-btn-width {
	width:40px;
	margin-top:2px;
	}
.btn_small_update, .btn_small_change {
	font-size:9px
}		
.btn_update {
	font-size:9px
}	
.btn_continue {
	width:170px;
	padding:4px
}
.btn_add_to_cart{
	width:80px;
	* height:23px;
	font-size:11px;
	margin-top:5px;
	* padding:1px 0px 0px 0px
}
html>body .btn_add_to_cart {
	height:15px;
	padding:1px 0px 0px 0px
}
.btn_buy_it_now {
	width:80px;
	font-size:11px;
	margin:5px 0px 0px 5px;
	padding:0px
}
.btn_proceed_to_checkout {
  padding:2px 2px 2px 25px;
  width:190px;
  height:32px
}
.wish-list-icon {
	position:relative;
	left:110%;
	*left:106%;
	*top:2px;
}
.btn_wish_list {
  	padding:2px 2px 2px 20px;
  	width:115px;
  	height:26px;
  	font-size:10px;
}
.btn_add_to_cart_lrg {
	width:115px;
}
.btn_ordering_info {
	font-size:11px;
	width:150px
}
.btn_go {
	height:23px;
	padding:0px !important;
}

/******* END SPECIAL BUTTON STYLES*******/

/* box around product detail quantity and add to cart button
----------------------------------------------- */
.quantity {
	border:1px solid #CCCCCC; 
	width:260px; 
	white-space:nowrap;
	padding:5px
}

/* ADDED TO CART home page, product list and product detail pages
----------------------------------------------- */
.added_to_cart {
	background-color:#FFFAF4;
	border:1px solid #E2A269;
	margin:5px 0px 5px 0px;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:13px;
	color:#333333
	}
.added_to_cart A:link, .added_to_cart A:visited, .added_to_cart A:hover, .added_to_cart A:active {
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:13px;
	color:#333333
	}

/* PRICE 
product list and some home pages
----------------------------------------------- */
.small_price {
	color:black;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:13px;
	font-weight:bold
}

/* product detail page */
.large_price {
	color:black;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:16px;
	font-weight:bold
}
.totalsavings {	
	font-weight:bold;
	border:1px solid #cccccc;
	padding:10px;
	text-align:center;
	width:185px;
	color:black
}
.opc-totalsavings {	
	font-weight:bold;
	font-size:13px;
	padding:2px 1px;
	color:black;
	text-align:right
}
/* TABS 
product detail page
----------------------------------------------- */
.tabcontainer {
	width:100%;
	position:relative;
	color:#ffffff
}
.tab_on {
	color:#333333;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#e5e5e5;
	padding:3px;
	width:165px;
	float:left;
	display:inline;
	white-space:nowrap
	}
.tab_off {
	color:#333333;
	font-weight:normal;
	text-align:center;
	margin-top:10px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#F5F5F5;
	padding:3px;
	width:165px;
	float:left;
	cursor:pointer;
	display:inline;
	white-space:nowrap
	}
.descriptioncontainer {
	width:100%;
	position:relative
}
.detaildesc {
	border-top:4px solid #e5e5e5;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;	
	border-bottom:2px solid #e5e5e5;
	padding:5px;
	margin-bottom:10px;
	width:99%;
	text-align:left
}

/****** MULTIPLE IMAGES ****** product detail page */
.click {cursor:pointer}
.imagesmallcontainer {
	background-color:#ffffff;
	border:2px solid #CCCCCC;
	float:left;
	height:65px;
	margin:8px 4px 2px 0px;
	overflow:hidden;
	width:65px
}
.hoverover {
	clear:both;
	float:left;
	font-size:11px;
	padding-bottom:2px;
	padding-top:2px;
	width:300px
}
.notavailable {
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#666666;
	padding:10px;
	text-align:center
}
/* ALL CATEGORIES PAGE
----------------------------------------------- */
.category_outline {
	width:99%;
	border:1px solid #dddddd;
	text-align:center;
	margin:5px;
	padding:0px
}
.chain {
	text-align:left;
	margin-left:5px;
	font-size:13px;
	padding:4px;
	font-weight:bold;
	color:#666666
	}
.chain A:link, .chain A:visited, .chain A:active, .chain A:hover {
	font-family:"Trebuchet MS", Arial, Helvetica;
	color:black;
	font-size:13px;
	}
.all_categories {
	width:220px
}
.all_categories A:link, .all_categories A:visited, .all_categories A:active, .all_categories A:hover {
	font-family:"Trebuchet MS", Arial, Helvetica;
	color:black;
	font-size:13px;
	font-weight:normal
	}
.parent {
	margin-top:3px;
	margin-bottom:3px
}
.parent A:link, .parent A:visited, .parent A:active, .parent A:hover {
	font-weight:bold
	}
.parent_more {
	font-weight:bold;
	margin-top:5px;
	color:black
}
.parent_more A:link, .parent_more A:visited, .parent_more A:hover, .parent_more A:active {
	font-weight:bold;
	color:black
	}		
.sub_category {
	margin-top:5px;
	margin-bottom:5px
	}
.sub_category_more {	
	font-weight:bold;
	color:black
	}	
.sub_category_more A:link, .sub_category_more A:visited, .sub_category_more A:hover, .sub_category_more A:active {
	margin-left:1px;
	font-size:11px;
	font-weight:bold;
	color:black
	}	

.viewAllCategories {
	padding:6px 4px 6px 25px;
	line-height:normal;
	display:block;
	border-bottom:4px solid black;
	font-weight:100;
}

.viewAllCategories a:link, .viewAllCategories a:visited {
	color:black;
	text-decoration:none;
	font-weight:bold
}

.viewAllCategories a:hover {
	text-decoration:underline;
	background-color:#edecec
}	
/* CHECKOUT BREADCRUMB
----------------------------------------------- */
.breadcrumb_on {
	font-family:"Trebuchet MS", Arial, Helvetica;
	color:black;
	padding-right:3px;
	font-size:13px;
	font-weight:bold;
	white-space:nowrap;
	vertical-align:middle
}
.breadcrumb_off {
	font-family:"Trebuchet MS", Arial, Helvetica;
	color:black;
	padding-right:3px;
	font-size:13px;
	white-space:nowrap; 
	vertical-align:middle
}
.clear {
	clear:both
	}
.floatRight {
	float:right
	}
.floatLeft {
	float:left
	}
.note {
 	font-family:"Trebuchet MS", Arial, Helvetica;
	color:black;
	font-size:12px
	}	

/* e-gift cards */	
.egift_dashed_outline {
	border:3px dashed #b8dffb;
	height:99%;
	padding:3px;
	margin:5px
	}
.egift_background {
	padding:3px;
	}	
/* wish list */	
.create-wishlist {
	background:url(/images/ADayattheSpa/wishlist-banner.gif) no-repeat left top;
	width:285px;
	height:300px;
	text-align:center;
	}
.create-wishlist-content {
	padding-top:190px;
	width:280px;
	text-align:center;
	color:#999999;
	font-size:11px;
	}
.create-wishlist-text {
	padding:5px;
	width:260px;
	margin:0px 2px 0px 2px;
	text-align:center;
	font-size:13px;
}	
.find-wishlist {
	background:url(/images/ADayattheSpa/find-wishlist-banner.gif) no-repeat left top;
	width:280px;
	height:300px;
	text-align:center;
	}
.find-wishlist-content {
	padding-top:200px;
	margin:0px 0px 0px 30px;
	*margin:0px 0px 0px 25px;
	width:235px;
	}
.wishlist-label {
	font-size:11px;
	font-weight:bold;
	background-color:#def4fb;
	}
.wishies {
	padding-top:10px;
	padding-left:50px;
	background:url(/images/ADayattheSpa/wishies.gif) no-repeat left top;
	height:60px;
}
.wishies-find {
	padding-top:25px;
	background:url(/images/ADayattheSpa/wishies-find.gif) no-repeat left top;
	height:60px;	
	width:240px;
}	
.wishlist-heading {
	background-color:#ffffff;
	border-bottom:3px solid #def4fb;
	height:60px;
	}	
.wishlist-title {
	margin-top:10px;
	font-size:22px;
	color:#666666
	}			
.wishlist-table-border {
	border-top:2px solid #def4fb;
	}	
.wishlist_border_r {border-right:1px solid #e5e5e5;}
.wishlist_border_l {border-left:1px solid #e5e5e5;}
.wishlist_border_t {border-top:1px solid #e5e5e5;}
.wishlist_border_b {border-bottom:1px solid #e5e5e5;}
.wishlist_border {border:1px solid #e5e5e5;}	
.e-gift-card-banner
	{
		background:url(/images/ADayattheSpa/e-gift-card-banner.gif) no-repeat left top;
		width:526px;
		height:460px;
		margin-top:10px;
		clear:both;
	}
.e-gift-card-text
	{
		font-size:13px;
	}
.giftcard-entry {
		border: 1px solid #dedede; 
		padding:5px 5px 5px 8px;
		text-align:left;
		margin-top:15px;
		margin-bottom:5px;
		background-color: #f5f5f5;
		width:310px;
		font-size:11px;
	}	
.giftcard-balance {
		border: 4px solid #efefef; 
		padding:5px 5px 5px 8px;
		width:210px;
		font-size:11px;
		margin:10px 0px 10px 15px	
	}	
.giftcard-balance-amt {
		border: 3px solid #efefef; 
		padding:5px;
		width:180px;
		margin-top:8px
	}
#nav-product {
	z-index: 100;
}
#nav-product ul ul {
    margin: 0;
    padding: 0 0 0 5px;
    width: auto !important;
}
#nav-product ul li.root {
	position: relative;
	z-index: 100;
}
#nav-product > ul > li.root ul {
	display: none;
	background: #fff;
	padding: 5px;
	border: #f5f2e0 solid 1px;
}
#nav-product > ul > li.root:hover > ul {
	display: block;
	position: absolute;
	left: 140px;
	top: 0px;
}
#nav-product ul li.root > ul > li {
	position: relative;
	z-index: 101;
}
#nav-product > ul > li.root > ul > li > ul {
	display: none;
	position: absolute;
	left: 180px;
	top: 0px;
}
#nav-product > ul > li.root > ul > li:hover > ul {
	display: block;
}

table#contents-table tr td {
    background-repeat: repeat-x !important;
}

/*custom*/
a{ text-decoration: none; }

a:hover{ text-decoration: underline; }

input{ margin: 0; padding: 0; }

b, strong{ font-weight: bold; }

blockquote{ margin: 1em; }

dd{ margin: 0 0 0 10px; }

dl{ margin: 5px 0; }

em, i{ font-style: italic; }

img{ border: 0; }

li{
	margin: 0 0 0 15px;
	padding: 0;
}

ol, ul{
	list-style: disc outside;
	margin: 0;
	padding: 0;
}

p{ margin: 10px 0; padding: 0; }

tr, td{ vertical-align: top; }

form{
	margin: 0;
	padding: 0;
}

h1, h2, h3{
	margin: 0;
	padding: 0;
}

body{
	background-color: #fff;
	font: 70% Tahoma, Arial, sans-serif;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

/*Common Classes*/
#logo {padding: 0 0 0 11px; width: 348px; float: left;}

#logo-outer {
	width: 348px; background: #fff; padding: 3px;
}

#logo-outer .logo-inner {
	border: 1px #ece8d4 solid; width: 346px; padding: 3px 0 0px; text-align: center;
}

.outer-top-header-links {padding: 6px 6px 0 0; width: 383px; float: right;}

.top-header-links {
	width: 383px; background: #faf9f0; text-align: center; color: #b2ae93; font-size: 11px; padding: 5px 0;
}

.top-header-links a {color: #b2ae93; font-size: 11px; padding: 0 7px 0 3px;
}

.search-area {
	border: solid 1px #75736E; 
	width: 365px; 
	float: right; /*padding: 19px 0 0 25px;*/ 
	margin: 5px;
	padding: 0; 
	color: #b2ae93;
}

.search-area a {
	font-size: 11px; color: #b2ae93; padding-left: 10px;
}

.search-area form { float: left; margin: 0; padding: 0; padding: 5px; text-align: center; width: 230px; }
    .search-area form * { vertical-align: middle; }
    .search-area fieldset { border: none; }

.adv-search {
	margin-top: 7px;
	padding-top: 3px;
	float: right;
	width: 120px;
}

.header-links {
	width: 980px; background: #8bb1bf; border-top: 3px #fff solid; border-bottom: 3px #fff solid; padding: 6px 0; float: left;
}

.header-links .links-left {
	color: #a9c9d5; font-size: 11px; width: 380px; float: left;
}

.header-links .links-left a {
	font-size: 11px; color: #fff; padding: 0 10px 0 7px;
}

.header-links .links-right {
	float: right; width: 370px; color: #a9c9d5; font-size: 11px; text-align: right;
}

.header-links .links-right a {
	font-weight: bold; color: #fff; font-size: 11px; padding: 0 10px 0 8px;
}

.header-links .links-right span {
	color: #fff; font-weight: normal; font-family: Arial, Helvetica, sans-serif; padding-right: 10px;
}
.header-shipping {
	position: absolute;
	right: 5px;
	top: 75px;
	font-weight: bold;
	font-size: 15px;
	z-index: 11;
}
/*End Common Classes*/

/*Main Structure Style*/
#pmcontainer{
	font: 1em Tahoma, Arial, sans-serif;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#pmheader{ background-color: #f5f2e0; font-family: Georgia; width: 980px; position: relative; z-index: 10;}

#bodyshell {
	background: #f5f2e0 url(/images/ADayattheSpa/bodyshell-bg.gif) repeat-y top left;
	float: left;
	margin: 0;
	width: 980px;
}

#nav-product {
	float: left;
	/*overflow: hidden;*/
	position: relative;
	width: 164px;
	padding: 0 0 90px 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.leftnav-title {width: 151px; padding: 10px 0 0 10px; border-top: 1px #ece8d4 solid;}

#pmfooter{
	width: 980px;
	float: left;
	background: #fff url(/images/ADayattheSpa/bottom-left-nav.gif) no-repeat top left;
	clear: both;
	padding-top: 2px;
}

.footer-links {border-top: 2px #fff solid; border-bottom: 2px #fff solid; background: #B2AE93; text-align: center; width: 980px; color: #D0CCB4; font-size: 11px; padding: 6px 0;}

.footer-links a {font-size: 12px; color: #fff; padding: 0 10px 0 6px; font-family: Georgia, "Times New Roman", Times, serif;}

.copyright {font-size: 11px; color: #b2ae93; padding: 15px 0 15px 8px; width: 300px; float: left; line-height: 18px;}

.copyright a {font-size: 11px; color: #b2ae93;}

.badges {width: 300px; float: right; text-align: right; padding: 15px 8px 15px 0;}

.badges img {margin: 0 7px; vertical-align: middle;}

.badges a { color: #B2AE93; }

#pmheader:after,
#bodyshell:after,
#pmfooter:after,
#pmfooter .text:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/*End Main Structure Style*/

#pmcontent, .mainbody{
	position: relative;
	width: 790px;
	float: right;
	padding: 6px;
	z-index: 10;
}

#pmfooter .text{ margin: 5px; }

#pmfooter .text .designby{ float: left; }

#pmfooter .designby a{ color: #000; }

#pmfooter .text .copyright{ float: right; }

/*Nav Area*/
#searcharea {
	float: left; padding-right: 10px; width: 211px;
}

#searcharea fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}

#searcharea input{ 
	font-size: 1em;
	vertical-align: middle; 
}

#searcharea span{
	font: bold 1.2em Arial, Helvetica, sans-serif;
	display: block;
}

#query { width: 142px; padding: 1px 2px; color: #B2AE93;}

#htmltop, #htmlbottom{
	padding: 5px;
	background: #AAA;
}

#nav-product ul {margin: 0; padding: 0 0 0 5px; width: 146px;}

#nav-product li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 146px;
}
#nav-product > ul ul {
	width: 190px;
}
#nav-product > ul > li > ul li {
	width: 185px;
}
#nav-product li a{
	display: block;
	padding: 5px 10px;
	font-size: 13px;
	color: #a4a086; /*b2ae93*/
	width: 126px;
}

#nav-product li a:hover {color: #8CB1C1;}
/*End Nav Area*/

.welcome-area {width: 748px; background: url(/images/ADayattheSpa/welcome-text-bg.jpg) repeat-x top left; float: left; font-family: Georgia, "Times New Roman", Times, serif; margin-bottom: 15px; padding-right: 42px; z-index: 11;}
/*.welcome-area {width: 517px; background: url(/images/ADayattheSpa/welcome-text-bg.jpg) no-repeat top left; float: left; font-family: Georgia, "Times New Roman", Times, serif; margin-bottom: 15px; padding-right: 52px;}*/

.welcome-area .welcome-text-outer {width: 490px; padding: 3px; background: #fff; float: right;}
/*.welcome-area .welcome-text-outer {width: 329px; padding: 3px; background: #fff; float: right;}*/

.welcome-area .welcome-text-outer .welcome-text-inner {border: 1px #ece8d4 solid; width: 456px; padding: 17px 11px; font-size: 13px; color: #b2ae93;}
/*.welcome-area .welcome-text-outer .welcome-text-inner {border: 1px #ece8d4 solid; width: 305px; padding: 17px 11px; font-size: 11px; color: #b2ae93;}*/

.welcome-area .welcome-text-outer .welcome-text-inner .welcome-title {font-size: 13px; font-weight: bold; color: #8bb1bf; padding-bottom:0px;}

.featured-items {width: 790px; clear: both; margin-bottom: 20px;}

.featured-items .featured-title {padding-bottom: 10px; width: 790px; text-align: center;}

table#contents-table tr td {text-align: center; background: #fff url(/images/ADayattheSpa/featured-conts-bottom.gif) no-repeat bottom left; padding: 5px;}

table#contents-table tr td.vertical-seperator { border-right: 5px #F5F2E1 solid;}

table#contents-table tr td.horizontal-seperator { background: none; border-bottom: 5px #F5F2E1 solid; height: 1px; padding: 0; margin: 0; }

table#contents-table tr td .name {padding-bottom: 7px;}

table#contents-table tr td .name a {font-size: 11px; font-weight: bold; color: #8bb1bf;}

table#contents-table tr td .item-image {padding-bottom: 7px;}

table#contents-table tr td .price {font-size: 11px; font-family: Tahoma, Arial, Helvetica, sans-serif; color: #b2ae93; padding-right: 5px;}

table#contents-table tr td .sale-price {font-weight: bold; color: #93BF8B; font-size: 11px; font-family: Tahoma, Arial, Helvetica, sans-serif;}

table#contents-table tr td .addtocart {padding-top: 5px;}
.pricearea { margin-top: 5px; }

/*onepage checkout*/
	/*
	 * This controls the look of the line that separates the line items from the invoice 
	 * summary information.
	 * Default default is to show black line.
	*/
    #invoiceseparator {
    	border:1px solid black;
    	height: 1px;
    	padding: 0px;
    	margin:0px;
    }
    
	/*
	 * This controls the look of the area that displays order note.
	 * Default state is to accept style from parent and print text in red.
	*/
	.ordernote {
		color: red;
	}
	
	/*
	 * This controls the look of the area that displays invoice promotion text.
	 * Default state is to accept style from parent
	*/
	#promotext_container {
		padding: 5px;
	}
	
	/*
	 * This controls the look of each promotion text item appearing within the promotext_container
	 * Default state is to accept style from parent
	*/
	.promotext {
	
	}
	.promotioncode {
		border: 1px solid #dedede; 
		padding:5px;
		text-align:center;
		margin-top:15px;margin-bottom:5px;
		background-color: #F6F8FB;
		width:235px;
	}
	.giftcard-entry {
		border: 1px solid #dedede; 
		padding:5px 5px 5px 8px;
		text-align:left;
		margin-top:15px;margin-bottom:5px;
		background-color: #F6F8FB;
		width:265px;
	}
	.giftcard-entry INPUT {width: 145px;}
	.alternate {
		font-size: 12px;
		text-align:left;
		background-color: #F6F8FB;
		padding-left:9px;
		padding-top:2px;
		height:18px;
		margin-bottom:5px;
	}	
	.alternate a:link, .alternate a:visited, alternate a:link, .alternate a:visited {
		font-size: 11px;
		text-align:left;
		font-weight:normal;
		text-decoration:underline;
	}
	.textfieldsmall {
		width: 85px;
		border : 1px solid #7F9CBA;
		color : #333333;
		font-family: "Trebuchet MS", Arial, Helvetica;
		font-size:12px
	}
	.textfieldmedium {
		width: 185px;
		border : 1px solid #7F9CBA;
		color : #333333;
		font-family: "Trebuchet MS", Arial, Helvetica;
		font-size:12px
	}
	.textfieldlarge {
		width: 285px;
		border : 1px solid #7F9CBA;
		color : #333333;
		font-family: "Trebuchet MS", Arial, Helvetica;
		font-size:12px
	}
	.droplistmedium {
		width: 185px;
		background-color: #EFF3F4;
		border : 1px solid #7F9CBA;
	}
	.droplistlarge {
		width: 285px;
		background-color: #EFF3F4;
		border : 1px solid #7F9CBA;
	}	
	
	#custom-section {
		width:100%;
	}
	
	#header {
		vertical-align:bottom;
		width:100%;
		right:10px;
		left:0px;
	}
	
	#logo {
		float:left;
		min-width:201px;
	}

	#navbar {
		float:left;
		width:100%;
		right:10px;
		text-align:right;
	}

	#content {
		right:10px;
	}

	#column1 {
		width:305px;
		padding: 0px;
		margin:0px auto 0px 0px;
	}
	
	#container {
		width:100%;
	}
	
	#column2 {
		padding-left: 25px;
		width:100%;
	}

	#billingTable {
		background-color:#d6d6d6;
	}

	#billingTable td {
		background-color:white;
	}

	#orderTable {
		background-color:#d6d6d6;
	}

	#cartTable {
		background-color:#d6d6d6;
	}

	#cartTable td {
		background-color:white;
	}

	#billingTable td, input, select, button {
		font-size:12px;
	}

	#orderTable td, input, select, button {
		font-size:12px;
	}

	#cartTable td, input, select, button {
		font-size:12px;
	}
	
	.right_edge {
		border-right:1px solid transparent;
	}
	.display_section {
		background-color:#d6d6d6;
	}
	
	.display_section_title {
		background-color:rgb(227,227,227);
	}
	
	.display_section_content {
		background-color:white;
	}
	
	#footer {
		font-family:"Trebuchet MS", Arial, Helvetica;
		color:black;
		text-align:right;
		padding: 50px 0px 15px 0px;
		/* width:760px; */
	}

	#billInformation {
		font-size:10px;
		font-family:"Trebuchet MS", Arial, Helvetica;
	}

	#shipInformation {
		font-size:10px;
		font-family:"Trebuchet MS", Arial, Helvetica;
	}

	.error {
		color: red; 
		text-align:left;
		font-weight:normal;
		padding:5px;
	}

	.edit {
		visibility: hidden; 
		position: absolute; 
		top: 10px; 
		right: 5px; 
		color: rgb(122, 134, 156);
		font-size:12px
	}

	.interruptor .optional {
		border: 1px dashed rgb(255, 153, 51); 
		margin: 5px 0px; padding: 3px; 
		background-color: rgb(255,255,219);
	}
	
	.section {
		border-bottom: 1px solid #d6d6d6;
		border-left: 2px solid #d6d6d6;
		border-right: 2px solid #d6d6d6;
		background-color:#D6D6D6;
		width:305px;
	}

	.sectionTitle {
		background-color:#EBEBEB;
		color:#999999;
		font-weight: bold;
		padding: 8px 16px;
		border-bottom:0px solid #D6D6D6;
		border-top:1px solid #D6D6D6;
		font-size:16px;
		position:relative;
	}
	
	div.selected {
		
			background: #7A869C;
			
		color:#ffffff;
		font-weight:bold;
		padding: 8px 16px;
		border-top:2px solid #D6D6D6;
		z-index:5
	}
	
	.sectionContent {
		font-size: 12px;
		background-color: #ffffff;
	}

	.sectionContentInner {
		padding:2px;
		background-color: #ffffff;
	}

	.sectionContentInner table {
		text-align:left;
	}

	.giftwrapcheckbox {
		margin:0px;
	}
	.checkoutOptionsTxt {
		font-size:11px; 
		width:118px; 
		height:50px; 
		font-family: Arial, Verdana; 
		padding-right:5px;
	}
	.clear {
		clear:both
	}
	.display_section {
	   width: 450px !important;
	}
	#promotext_container {
		width: 440px !important;
	}
/*end one page checkout */
.featured-items table#contents-table tr td {
	width: 183px;
}

					
					
					
					
					
					
					
					
					
					
					
