/* @group INTRO */
/* CIRCLE OF FRIENDS last revised 16 Apr 2009 (created May 2005)                      */
/* http://www.circle-of-friends.com                                                   */
/* info@circle-of-friends.com                                                         */
/* Portions based off NetSuite CSS                                                    */
/* Feel free to use this document to better understand how NetSuite                   */
/* deals with classes, DIVs and styles.                                               */
/* Please just do not make wholesale copies of our work.                              */
/* Original portions & modifications Copyright Circle of Friends 2005-09              */
/* @end */

/* @group DIVs - BODY & CRITICAL */
body {
	text-align:center;
	/*background-color: #339999;*/
	background-image:url(/site/images/nav/bg.gif);
	font-size: 76%; /* best practices is to use in ems - this needs to be 76%-79% */
 	font-family: "century gothic", 
 	, tahoma, arial, helvetica,clean,sans-serif;
 	color:#4A4E54;
}
p {	font-size: 1.0em }
a { color: #150094; text-decoration: none; }
a:hover	{ text-decoration: underline; }
#outerwrapper { margin:0 auto; text-align:center; position:relative; } /*width is set under Website Setup - Appearance */
#innerwrapper { margin:0 auto; text-align:center; position:relative; }
img { border: 0px; }
/* @end */

/* @group DIVs - COF-defined */
#header_outerwrapper {
	position: relative;
	width: 1000px;
	height: 100px;
	font-family: "century gothic",verdana, tahoma, arial, helvetica,clean,sans-serif;
}
#header_logo {
	position: absolute;
	left: 2px;
	top: 2px;
}
#header_pagelinks {
	position: relative;
	float: right;
	text-align: right;
	height: 20px;
	top: 0px;
	padding: 4px 5px 0 0;
}
#header_navbar {
	position: relative;
	float: left;
	clear: both;
	width: 750px;
	height: 35px;
	left: 250px;
}
#header_checkoutbar {
	background-image:url(http://www.cofbath.com/site/images/nav/bg_grey_27h.jpg); 
	background-repeat:repeat-x;
	height:28px;
	border-bottom: #d5d5d5 solid 1px;
	position: relative;
	clear: both;
	left: 250px;
	width: 750px;
}
#header_checkout {
	float:right;
	font-size: .7em;
	margin-right: 5px;
	height: 28px;
	width: 278px;
	vertical-align: middle;
}
#header_viewbag {padding:4px; float:left; }
#header_contentsbag {padding:7px; float:left;}
#header_btncheckout {
	padding: 5px 15px 5px 5px; 
	float:right;
}
#header_crumbtrail {
	position: relative;
	float: left;
	clear: both;
	left: 260px;
	color: #a7a7a7;
	font-size: .7em;
	width: 375px;
}
#header_rightbottom {
	position: relative;
	float: right;
	color: #a7a7a7;
	font-size: .7em;
	width: 375px;
	text-align: right;
	margin-right: 22px;
}
#searchbox {
	background-color: #d4d4d4;
}
	/*position: relative;
	float: right;
	color: #bebebe;
	font-size: .7em;}*/
#cartsummary {
	background-color: #fff;
	padding-bottom: 5px;
	margin-bottom: -5px;
}
#footer_wrapper {
	height:80px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #bf00b2;
}
#footer_left {
	width: 250px;
	margin: 0px;
	padding: 5px 0px 0px 5px;
	float: left;
	text-align: left;
}
#footer_main {
	width: 700px;
	margin: 0;
	float: right;
	padding: 20px 0px 0px;
}
#footer_financialicons {
	background-image:url(/site/images/nav/bg.gif);
	z-index: 1;
	width: 1000px;
	clear: both;
}
/* div__navbar to be replaced by header_navbar  */
#div__navbar {
	position: absolute;
	top: 13px;
	left: 100px;
	width: 900px;
}
/* header_navwrapper not used */
#header_navwrapper {
	position: absolute;
	top: 13px;
	left: 100px;
	width: 900px;
	text-align: left;
}
#item_drilldownimage {
	width: 200px;
}
#item_drilldowntext {
	width: 500px;
}
/* @end */

/* @group Text - COF custom */
.item_name, .item_text, .item_textlong, item_label, .item_info, .item_id, item_related, .itemlist_name, itemlist_text, .item_price, .item_pricebold, item_pricelabel, item_saleprice, .blue, .bluebold, .characterstory, .characterstory_text, .ingredients, .ingredients.text, .item_tweet_tell {
	font-family: ""century gothic"", tahoma, arial, helvetica, clean, sans-serif;
}
.item_purchaseinfo {
	background-color: #f8f8f8;
	width: 330px;
	border: thin solid #bebebe;
	padding: 5px;
	margin-top: 10px;
}
.display_not {
	display: none;
}
.header_notice {
	float: left;
	padding-top: 4px;
	padding-left: 12px;
	color: #e90000;
	font-size: 1.1em;
}

/* Left Sidebar (including Navigation)         */
#left_sidebar { 
	background-color: #e1e7ff;
	padding-top: 6px;
}/* used to be #c9e7f8; }*/
/* Header - beleive this is the separator part */
.headercrumbtrail{
	text-decoration: none;
	font-size: .6em;
	color: #3399FF;
}

/* TABS */
.tab_active {  
	background: #3366CC url(/site/images/nav/menu_green.gif) repeat-x top;
	text-align: center; 
	vertical-align: middle;
	font: bold .95em "century gothic",verdana, tahoma, arial, helvetica,clean,sans-serif;
	height: 35px;
	color: white;
	border: thin groove white;
}

.tab_inactive { 
	background: #99CCFF url(/site/images/nav/menu_blue.gif) repeat-x top;
	text-align: center; 
	vertical-align: middle;
	font: .95em "century gothic",verdana, tahoma, arial, helvetica,clean,sans-serif;
	height: 35px;
	color: white;
	border: thin outset silver;
}
.tab_active a, .tab_active a:hover {color: white; text-decoration: none;}
.tab_inactive a, tab_inactive a:hover{color: white; text-decoration: none;}

/*  Item Name & Text  - name used to be 1.2em, text 0.8em*/
.item_name, .item_name h1 {
	font-size: 20px;
    color: #3366CC;
    text-decoration: none; 
    font-weight:bold;
	text-align: left;
	padding-bottom: 5;
	margin-bottom: 0;
}
.item_text {
	font-size: 14px;
    color: #150094;
    text-decoration: none;
}
.item_textlong {
	font-size: 13px;
    color: #150094;
    text-decoration: none;
}
.item_label{
	text-decoration: none;
	font-size: 13px;
    color: #339999;
}
.item_info{
	font-weight:normal;
	text-decoration: none;
	font-size: 13px;
    color: #3366CC;
}
.item_id{
	text-decoration: none;
	font-size: 12px;
    color: #339999;
}
.item_related{
	text-decoration: none;
	font-size: 14px;
    color: #787878;
    margin-top: 10px;
}
.itemlist_name {
	font-size: 12px;
    color: #3366CC;
    text-decoration: none; 
    font-weight:bold         
}
.itemlist_text {
	font-size: 11px;
    color: #3366CC;
    text-decoration: none;
}
.item_tweet_tell {
	font-size: 11px;
    color: #3366CC;
	text-align: left;
	text-decoration: underline;
}
/*  FOR PRICES */
.item_price{
	font-size: 14px;
    color: #3366CC;
    text-decoration: none;     
}
.item_pricebold{
	font-size: 14px;
    color: #3366CC;
    text-decoration: none; 
    font-weight:bold;
}
.item_pricelabel{
	font-size: 12px;
	color: #3366CC;
	text-decoration: none;
}
.item_saleprice{
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
.blue{
	font-size: 12px;
    color: #3366CC;
    text-decoration: none;     
}
.bluebold{
	font-size: 12px;
    color: #3366CC;
    text-decoration: none; 
    font-weight:bold;
}
/* For character stories linked to the products */
.characterstory{
	background-color: #FFFFFF;
	vertical-align: top;
	font-size: .9em;
	border: thin solid #a7a7a7;
}
.characterstory_text {
	font-size: .9em;
    color: #3366CC;
    text-decoration: none;
    margin-top: 10px;
}
.ingredients{
	background-color: #99CCFF;
	vertical-align: top;
	font-size: .8em;
	border-color: #3366CC;
}
.ingredients_text {
	font-size: .8em;
    color: #3366CC;
    text-decoration: none;
    margin-top: 10px;
}
/* Footer */
.footernav{
	font-size: .6em;
	color: #fff;
	font-weight:bold;
}
a.footernav{
	font-size: .8em;
	color: #fff;
}
a.footernav:hover{
	text-decoration: underline;
}
.footertext {
	color: #fff;
	font-size: .6em;
	text-align:center;
}
a.footertext {
	font-size: .8em;
	color: #fff;
	font-weight: bold;
}
a.footertext:hover {text-decoration: underline}
.footertextaddress {
	font-size: .6em;
	text-decoration: none;
	color: #fff;
}
#footer_main a:link {color: #fff;}
#footer_main a:visited {color: #d4d4d4;}
#footer_main a:hover, #footer_main a:active{
	color: #fff;
	font-weight: bold;
}
/* Misc */
.smalltextwhite{
	font-size: .6em;
	color: #FFFFFF;
}
.featuredtitle {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
	font-family: "century gothic",verdana, tahoma, arial, helvetica,clean,sans-serif;
}
.heading2 {
	font-size:14px;
	color: #00ACC7;
	font-weight: normal;
}



/* @end */

/* @group Text - NetSuite overrides */
/* text appears lots of places, including payment confirmation page; 2006-12-12: BK changed text from .8em to 10 pt to look at order confirmation*/
.crumb, .crumb a, .crumb a:hover {
	color: #bebebe;
	text-decoration: none;
}
.crumbover, .crumbover a, .crumbover a:hover {
	color: #bebebe;
}
.text 				{ font-size: 10pt; color: #3366CC; text-decoration: none; }
.textctr			{ font-size: .8em; text-align: center}
.textrt     		{ font-size: .8em; text-align: right}
.textnolink 		{ font-size: .8em; color: #3366CC; text-decoration: none; }
/* text bold - e.g., payment header on checkout page */
.textbold			{ font-size: .8em; color: #3366CC; font-weight: bold; }
.textboldnolink {
	font-style
	font-family: "century gothic", verdana, tahoma, arial, helvetica,clean,sans-serif;
	font-size: 0.9em; 
	color: #e90000; 
	font-weight: bold;
	text-decoration: none; }
/* smalltext - used lots of places.  Used to be .8em, but lots of styles in N/S have nested smalltext examples, which creates .8*.8... and makes it to small */
.smalltext { 
	font-family: "century gothic", verdana, tahoma, arial, helvetica,clean,sans-serif;
	font-size: 9pt; 
	text-decoration: none; 
	color: #3399FF; 
	/*border-bottom: 1px solid #FFFFFF; taking this out*/
}
.smalltext:hover	{ text-decoration: underline;} 
a.smalltext			{ font-size: 8pt; color: #3366CC; text-decoration: none; border-bottom: 1px solid #FFFFFF; }
a.smalltext:hover	{ text-decoration: underline; }
/* smalltextul - "View Bag" text */
.smalltextul		{ color: #3366CC; text-decoration: none; } /*old background-color:#FFFF99; */ 
/* smalltextnolink - e.g., labels on checkout pages (used to be Search Box label), on reports */
.smalltextnolink 	{
	font-family: "century gothic", verdana, tahoma, arial, helvetica,clean,sans-serif; 
	font-size: 9pt;
	color: #e90000; 
	text-decoration: none; }
/* smalltextrt - e.g., Shopping Cart Qty and Total */
.smalltextrt		{ font-size: .6em; color: #3366CC; font-weight:bold; text-decoration: none; }
/* smalltextctr is found on the header of dense lists */
.smalltextctr 		{ font-size: .6em; color: #3399FF; text-decoration: none; }
/* medtext - e.g., Related Items; medtexbold is also category lables*/
.medtext			{ font-size: .8em; color: #3366CC; text-decoration: none; }
.medtextbold		{ font-size: .8em; color: #3366CC; font-weight:bold; text-decoration: none; }
a.medtextbold		{ font-size: .9em; color: #3366CC; font-weight: bold; text-decoration: none; }
a.medtextbold:hover	{ text-decoration: underline;}
/* med is category heading; */
.medtextboldnolink	{ font-size: 1.2em; color: #3366CC; font-weight: bold; text-decoration: none; }
/* listtexthl - e.g., dense list items */
.listtexthl 		{ font-size: .7em; color: #3366CC; text-decoration: none; }
.listtexthlrt 		{ font-size: .7em; color: #3366CC; text-decoration: none; }
/* checkoutprogresstext - header on on checkout pages */
.checkoutprogresstext, .checkoutprogresstext a {
	color: #e90000;
	padding-top: 20px;
}
/* Text on the checkout pages */
#shippingaddress .smalltext, #billingaddress .smalltext, #shippingmethodtable .smalltext, #paymentmethodtable .smalltext, #additionalfieldstable .smalltext {color: #2c3bca;}
/* portletlabel - e.g., Shopping Bag label */
.portletlabel		{ font-size: .8em; color: #DBEDFF; text-decoration: none; background-color: #3366CC; }
/* bgbutton - e.g., search button, Add to Shopping Bag button */
.bgbutton {
	font-size: .7em; 
	font-weight: bold; 
	color: #fff; 
	background-color: #339933; /*used to be #3366CC;*/ 
	border: 1px solid #C4B7A0; 
	margin-top: 2px;
}
/* GreyTitle is for titles on checkout pages */
.greytitle {color: #787878;
}
/* input - e.g., searches, qty; 2006-12-12: BK changed from .8em to 8pt to try to rationalize input boxes*/
.input 				{ font-size: 8pt; color: #000000; text-decoration: none; /*width: 150px;*/ }
/* texttable relates to order confirmation table; 2006-12-12: BK changed text from .7em to 8 pt to look at order confirmation*/
.texttable 			{ font-size: 8pt; color: #3366CC; text-decoration: none; width: 1.6em; }
/* bg are various background definitions in NetSuite */
.bglt    			{ background-color:#DBEDFF; }
.bgmd    			{ background-color:#DBEDFF; }
.bgon    			{ background-color:#DBEDFF; }
.bgltmedtext 		{ background-color:#DBEDFF; }
/* Misc */
.nlbutton 			{ font-size: .6em; color: #FBFBF1; font-weight: bold; background-color: #3399FF; border: 1px solid #C4B7A0; }
.errortext 			{ background-color: #FBF8E5; font-size: .7em; width: 580px; }
.listheader 		{ background-color: #FBF8E5; }



/* @end */

/* @group DIVs - NetSuite overrides */

#div__body, #div__bodytab, #div__header, #div__footer, #footer_actions, #div__label, #div__labtab, #div__nav, #div__title, div__nav_img { margin-left: auto !important; 	margin-right: auto !important; } 
#div__body {
	background-color: #ffffff;
	/*background-image:url(/site/images/_.gif);*/
	position: relative;
	z-index: 0;
	margin: auto;
	text-align: left;
}
#div__bodytab {
	background-color: #ffffff;
	position: relative;
	z-index: 0;
	margin: auto  !important;
	}
#div__header {
	background-color: #FFFFFF;
	margin: 0 auto!important;
	padding-top: 0 !important;
	width: 1000px !important;
	font-family: "century gothic",verdana, tahoma, arial, helvetica,clean,sans-serif;
}
#div__footer {
	background-color: #9cf;
	position: relative;
	z-index: 1;
	font-family: "century gothic",verdana, tahoma, arial, helvetica,clean,sans-serif;
	color: #fff;
}
#footer_actions {
	position: relative; 
	z-index: 1; 
}
#div__label {
	background-color: #ffffff;
	position: relative; 
	z-index: 1 !important;
}
#div__labtab {
	background-color: #ffffff;
	position: relative !important; 
	z-index: 2 !important;
}
/* div__nav, e.g., in accounts receivable register as header to report */
#div__nav {
	position: relative !important;
	z-index: 2 !important; 
}
div__nav_img {
	position: relative !important;
	z-index: 1 !important; 
}
#div__title {
	background-color: #ffffff;
	position: relative; 
	z-index: -1; 
	text-align:left;
}



/* @end */

