/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/* Removes list-style from lists */
ol,ul { list-style: none; }

/* Removes border from images */
img { border: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72%;
	color: #7D95C7;
	text-align: center;
}

td {
	font-size: 72%;
	color: #7D95C7;
}
div {
	text-align: left;
}

a:link, a:visited {
	color: #332;
}

a:active, a:hover {
	color: #7D95C7;
}

a.productnamelink:link, a.productnamelink:visited {
	display: block;
	margin-bottom: 0.45em;
	padding: 4px;
	background-color: #E7EAEC;
	font-size: 130%;
	color: #7D95C7;
	text-decoration: none;
}
a.productnamelink:active, a.productnamelink:hover {
	color: #332;
}

.logo {
	font-size: 100%;
	font-weight: bold;
	color: #7D95C7;
}
.address {
	font-size: 90%;
}

.pageintro {
	font-size: 120%;
}
.productname {
	display: block;
	margin-bottom: 0.15em;
	font-size: 140%;
	color: #7D95C7;
}
.productdescription {
	font-size: 120%;
}
.producthr {
	display: none;
}
.producthrdiv {
	background: url(/webfolder/beauty-formulas/divider_horizontal_dotted.gif);
	height: 1px;
	margin: 15px 0;
}


/* PRICE */
.price {
	font-size: 120%;
	font-weight: bold;
	color: #7D95C7;
}
.pricetitle {
	color: #7D95C7;
}
.pricereduction	{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #7D95C7;
}
.pricereductionstrikethrough {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: line-through;
	color: #7D95C7;
}

.textbox_noteditable {
	border: 1px #7D95C7 solid;
	font-size: 90%;
	color: #7D95C7;
}
.textbox_editable {
	border: 1px #7D95C7 solid;
	font-size: 90%;
	color: #7D95C7;
}


/* CATEGORIES */
a.parentcategory:link, a.parentcategory:visited {
	
	text-decoration: none;
	color: #7D95C7;
}
a.parentcategory:active, a.parentcategory:hover	{
	color:#332;
}
.currentcategory {
	
}
a.categoryheading:link, a.categoryheading:visited {
	
	text-decoration:none;
	color:#332;
}
a.categoryheading:active, a.categoryheading:hover {
	color:#7D95C7;
}



/* RELATED PRODUCTS */
.relatedproducts_header {
	font-size: 85%;	
	color: #7D95C7;
}
.relatedproducts_headerrow {
	
	padding: 2px;
}
.relatedproducts_row {
	font-size: 80%;
}
a.relatedproducts_link:link, a.relatedproducts_link:visited {
	text-decoration: underline;
	font-size: 90%;
}
a.relatedproducts_link:active, a.relatedproducts_link:hover	{
}



/* PRICE TABLE */
.pricetable_row {	
	font-weight: bold;
	color: #000000;
}
.pricetable	{
}
.pricetable_header {
	font-weight: bold;
	color: #000000;
}
.pricetable_headerrow {
}
.pricetable_lastheaderrow {
}



/* PICTURES */
.picture_in_list {
	margin: 0 10px 0 0;
}
.picture_main {
	margin: 0 10px 0 0;
}
.picture_checkout { }
.picture_category { }
.picture_enlarged {
	position:absolute;left:15px;top:15px;
}
.pictureclicktoenlarge {
	font-family:  Arial, Helvetica, sans-serif;
	font-style: italic;
}

/* ORDERS - Used on both the order confirmation screen and when the shop owner views their orders online */
.order_sectionbox {
	border: solid 1px #000000;
}
.order_itemtable {
	border: 1px #000000;
	border-style: solid none none solid;
}
.order_itemtable td {
	border: 1px #000000;
	border-style: none solid solid none;
}
.order_itemtable th {
	border: 1px #000000;
	border-style: none solid solid none;
}
.order_headercaption {  }
.order_headervalue {  }
.order_caption {  }
.order_text {  }
.order_sectionbox {  }
.order_itemtable {  }


/* RETAIL ACCOUNTS */
.retailaccount_box {
	border: 1px solid #000000;
	padding: 85%;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 85%;
}
table.retailaccount_bg {  }
td.retailaccount_bg {  }
.retailaccount_mainheading {
	font-size: 90%;
}
.retailaccount_text {
	font-size: 90%;
}
.retailaccount_fieldheading {
	font-weight: bold;
	font-size: 85%;
}
.retailaccount_forgotten {
	font-size: 85%;
}


/* INVOICE DETAILS */
.billing_label {  }
.billing_mandatory {  }
.billing_field {
	border: 1px #7D95C7 solid;
}
.billing_select {  }
.billing_checkboxlabel {  }
.billing_mandatorynote {
	font-size: 85%;
}
.checkoutandbillinghr {
	display: none;
}
.checkoutandbillinghrdiv {
	background: url(/webfolder/speedframesystems/divider_horizontal_dotted.gif);
	height: 1px;
}


/* SHOPPING BASKET */
body.basket {
}
td.basket {
	font-size: 90%;
}
.basket_productname {
	font-weight: bold;
	color: #7D95C7;
}
.basketprice {
	font-weight: bold;
}
.basketoptions {
	font-size: 80%;
	font-style: italic;
}
.basketquantity {
}
a.basket_productname:link, a.basket_productname:visited	{
	text-decoration: underline;
	font-weight: bold;
	color: #7D95C7;
}
a.basket_productname:active, a.basket_productname:hover {
}
.shoppingbasket_empty {
	font-size: 90%;
}



/* GIFT WRAP */
.giftwraptitle {
	font-weight: bold;
}



/* MARKETING QUESTIONS */
.marketingquestionsintro {
	font-weight: bold;
}
.marketingquestiontitle {
	font-weight: bold;
}
.marketingquestionfield {
	border: 1px #000000 solid;
	font-size: 12px;
}



/* PRINTABLE ORDER */
.printable_order_text {
	color: #000000;
}
.printableorderpagetitle {
	font-size: 13px;
	font-weight: bold;
}
.printableorderinstructions {
	font-size: 11px;
}
.printableorderhelp {
	font-size: 90%;
	font-style: italic;
}
.printableordertitle {
	font-weight: bold;
}
.printableorderheading {
	font-size: 13px;
	font-weight: bold;
}
.printableorderheader {
	font-weight: bold;
}
.printableorderfield {  }



/* CALL CENTRE */
.callcentrefield {
	width: 140px;
}
body.callcentresearch {
	
}



/* SPEC TABLES */
td.MainCaption {
	background-color: #000000;
	padding: 1px;
	font-weight: bold;
	color: #FFFFFF;
}
td.RowCaption {
	font-weight: bold;
}
td.ColumnCaption {
	font-weight: bold;
}
tr.Row1 {
	
}
tr.Row2 {
	
}



/*--------------------WRAPPER--------------------*/

#wrapper {
	width: 750px;
	margin: 25px auto 25px auto;
	background-color: #FFF;
}


/*--------------------BANNER--------------------*/

#banner {
	height: 56px;
	padding: 20px;
	text-align: right;
	background-color: #E6E6EF;
	border-bottom: 8px solid #FFF;
}


/*--------------------BRANDING--------------------*/

#branding {
	float: left;
	width: 176px;
}


/*----------------------NAV CHECKOUT-----------------*/

#navCheckout {
	width: 750px;
	padding: 0 0 10px 0;
	text-align: right;
	text-transform: uppercase;
}
#navCheckout li {
	display: inline;
	padding: 0 0 0 12px;
}
#navCheckout a:link, #navCheckout a:visited {
	text-decoration: none;
	color: #89A0CA;
}
#navCheckout a:active, #navCheckout a:hover {
	color: #332;
}


/*----------------------SEARCH-----------------*/

#search {
	float: right;
	width: 500px;
	padding: 7px 0 0 0;
	text-align: right;
}
#search .searchField {
	height: 21px;
	margin: 0 5px;
	border: 1px solid #8BCDDD;
}


/*----------------------NAV ADMIN-----------------*/

#navAdmin {
	float: right;
	width: 500px;
	padding: 0 0 10px 0;
	text-align: right;
	text-transform: uppercase;
}
#navAdmin li {
	display: inline;
	padding: 0 0 0 12px;
}
#navAdmin a:link, #navAdmin a:visited {
	text-decoration: none;
	color: #89A0CA;
}
#navAdmin a:active, #navAdmin a:hover {
	color: #332;
}


/*----------------------CONTENT SUB-----------------*/

#contentSub {
	float: left;
	width: 105px;
}

#contentSub li {
	margin: 0 0 4px 0;
	padding: 4px 0;
	background-color: #8BCDDD;
	text-align: center;
}

#contentSub li.specialOffers {
	margin: 0 0 4px 0;
	padding: 5px 0;
	background-color: #89A0CA;
	text-align: center;
	font-size: 90%;
}

#contentSub a:link, #contentSub a:visited {
	text-decoration: none;
	font-size: 140%;
	color: #FFF;
}

/*--------------------CONTENT--------------------*/


#contentWrapper {
	width: 750px;
}

#contentMain {
	float: right;
	width: 615px;
}

.highlight {
	font-weight: bold;
}


/*---------------------FOOTER---------------------*/

#footer {
	clear: both;
	width: 750px;
	padding: 20px 0 0 0;
	text-align: center;
}
#footer li {
	display: inline;
	padding: 0 6px 0 0;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #8BCDDD;
}
#footer a.highlight:link, #footer a.highlight:visited {
	text-decoration: none;
	font-weight: bold;
	color: #20619E;
}