*
	{
	margin: 0px;
	padding: 0px;
	}

a:link 
	{
	color: #12163E;
	}

a:hover 
	{
	text-decoration: none;
	color: #FF0000;
	}

a:visited 
	{
	color: #12163E;
	}

body 
	{
	background: #ffffff url(../image/14/back_all.jpg) no-repeat right top;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin-bottom: 20px;
	}

#content
	{
	margin-left: 20px;
	}

#main
	{
	padding-top: 10px !important;
	width: 584px;
	background: #000000 !important;
	}

#header 
	{
	height: 140px;
	}

#mainmenu
	{
	float: left;
	width: 534px;
	height: 55px;
	padding-left: 50px;
	padding-top: 10px;
	background: url(../image/14/menu.png) no-repeat;
	}

#mainmenu ul 
	{
	list-style: none;
	}

#mainmenu li 
	{
	display: inline;
	}

#mainmenu a 
	{
	display: block;
	float: left;
	/*width: 85px;*/
	height: 36px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	padding-top: 17px;
	padding-right: 12px;
	}

#mainmenu a:hover 
	{
	/*width: 85px;*/
    height: 31px;
	color: #330099;
	text-decoration: underline;
	}

#logo 
	{
	width: 229px;
	height: 60px;
	padding-top: 30px;
	padding-left: 40px;
	background-color: #FFFFFF;
	}

#logo h1, #logo H2 
	{
	text-decoration: none;
	text-transform: uppercase;
	font-style: italic;
	font-size: 20px;
	color: #000000;
	}

#logo H2
	{
	font-size: 12px !important;
	}

#right
	{
	float: right;
	padding: 10px;
	width: 300px;
	background: #000000 !important;
	}

#right H3
	{
	width: 180px;
	height: 31px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 14px;
	padding-top: 15px;
	text-transform: uppercase;
	color: #000000;
	background: url(images/title.gif) no-repeat
	}

#right ul 
	{
	border: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	list-style: none;
	}

#right li  
	{
	padding: 4px 10px;
    background: url(images/small.gif) no-repeat left;
	}

#right H1
	{
	font-size: 14px;
	}

#right H4
	{
	font-size: 10px;
	}

#right a 
	{
	color: #ff0000;
	font-size: 11px;
	}
#right a:visited 
	{
	color: #ff0000;
	font-size: 11px;
	}

#right p
	{
	padding: 10px;
	}

#leftbanner
	{
	width: 20%;
	/*float: left;*/
	padding-left: 10px;
	padding-top: 10px;
	min-height:610px;
	background: #000000 !important;
	}

#leftbannerd
	{
	width: 20%;
	/*float: left;*/
	padding-left: 10px;
	padding-top: 10px;
	min-height:1500px;
	background: #000000 !important;
	}

#leftcontentd
	{
	float: right;
	width: 120px;
	/*height: 600px;*/
	padding-left: 0px;
	padding-top: 10px;
	min-height:1490px;
	background: #000000 !important;
	}

#leftcontent
	{
	float: right;
	width: 120px;
	/*height: 600px;*/
	padding-left: 0px;
	padding-top: 10px;
	min-height:600px;
	background: #000 !important;
	}

#leftcontent H4
	{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #037931;
	}

#leftcontent a
	{
	color: #ffffff;
	text-decoration: none;
	}

#leftcontent ol, #leftcontent ul
	{
	margin-left: 30px;
	}

#leftcontent p 
	{
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	}

#leftcontent h2 
	{
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #ffffff;
	}

#footer 
	{
	clear: both;
	text-align: center;
	height: 47px;
	width: 584px;
	padding-top: 20px;
	background: #000000 url(../image/14/table_bottom.png) no-repeat bottom;
	}

#footer a 
	{
	color: #ffffff;
	}

form 
	{
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	}

form fieldset 
	{
	margin: 4px 4px;
	padding: 4px;
	border: none;
	background: #FFFFFF;
	position: relative;
	}

form fieldset legend 
	{
	font-size: 18px;
	font-family: Arial;;
	color: #000;
	top: -10px;
	position: relative;
	}

form fieldset label 
	{
	display: block;
	float: left;
	text-align: right;
	width: 110px;
	line-height: 17px;
	padding-right: 5px;
	font-size: 11px;
	color: #444;
	font-weight: bold;
	}

form fieldset br 
	{
	clear: left;
	}

form fieldset input,
form fieldset textarea
	{
	color: #000000;
	border: 1px solid #111111;
	font-size: 12px;
	padding: 2px;
	float: left;
	margin-bottom: 2px;
	background-color: #FFFFFF;
	}

form fieldset select 
	{
	padding: 0;
	color: #000000;
	border: 1px solid #111111;
	font-size: 12px;
	float: left;
	margin-bottom: 2px;
	background-color: #FFFFFF;
	}

form fieldset input:focus,
form fieldset textarea:focus,
form fieldset select:focus 
	{
	background-color: #ffffff;
	border: 1px solid #111111;
	color: #300000;
	}

form strong
	{
	color: #FF0000;
	font-weight: bold;
	}

textarea.invisible
	{
	background			: transparent;
	border				: transparent;
	border-bottom-color	: transparent;
	border-color 		: transparent;
	border-style 		: none none none none;
	border-top-color 	: transparent;
	border-width 		: 0;
	margin 				: 0;
	outline-color 		: transparent;
	outline-style 		: none;
	text-align 			: left;
	Width				: 270px;
	Height				: 100px !important;
	}

div.productdetail a:link,
div.productstyle a:link,
div.productmanufacturer a:link
	{
	text-decoration:none;
	}
div.productcategory,
div.ingredients,
div.productsubject,
div.productdecor,
div.productdetail,
div.productstyle,
div.productmanufacturer
	{
	margin-left: 8px;
	}

div.ordersent
	{
	margin-left: 12px;
	}
div.products
	{
	margin-left: 4px;
	}
/* SHOPPING CART TABLE */
div.shoppingcart
	{
	margin-left: 10px;
	margin-right: 10px;
	width: 482px;
	}
div.carttable table
	{
	border: 1px solid #666666;
	border-collapse: collapse;
	width: 90%;
	}
div.carttable table td
	{
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	padding: 4px;
	}

div.carttable table thead
	{
	font-weight: bold;
	background-color: #E0E0E0;
	}

div.carttable table td.cartTotal
	{
	font-weight: bold;
	border-style: none;
	}

div.carttable table td.cartTotalItem
	{
	border-style: none;
	}

div.cartbuttons
	{
		margin-top: 15px;
		margin-bottom: 15px
	}
/* // SHOPPING CART TABLE */
/* CHECKOUT FORM */
div.checkoutForm
	{
	width : 610px;
	}

form.checkoutForm fieldset 
	{
	padding:0px;
	border: none;
	background: #ffffff;
	position: relative;
	margin: 0px;
	}
form.checkoutForm fieldset label
	{
	color:#444444;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	line-height:17px;
	padding-right:0px;
	text-align:right;
	width:120px;
	margin-bottom: 5px;
	}

form.checkoutForm fieldset input, 
form.checkoutForm fieldset textarea
	{
	border:1px solid #666666;
	margin-left: 5px;
	width: 300px;
	font-size: 11px;
	}
form.checkoutForm fieldset input.frmButton 
	{
	width: 100px;
	}
form.checkoutForm fieldset select 
	{
	background-color:#FFFFFF;
	border:1px solid #666666;
	color:#000000;
	float:left;
	font-size:12px;
	margin-left: 5px;
	margin-bottom:2px;
	padding:2px;
	width: 150px;
	}

form.checkoutForm fieldset legend,
form.checkoutForm fieldset h3
	{
	font-size: 18px;
	top: 0px;
	/* font-family: Arial;; */
	color: #999900;
	margin-top: 5px;
	margin-bottom: 10px;
	position: relative;
	font-weight: normal;
	}

form.checkoutForm input#param_same_as
	{
	width: 18px;
	}
form.checkoutForm br
	{
	clear: both;
	}
/* // CHECKOUT FORM */
/* ADD TO CART DIV */
div.addtocart
	{
	margin-top: 20px;

	}
div.addtocart fieldset
	{
	padding:0px;
	border: none;
	background: #ffffff;
	position: relative;
	margin: 0px;
	}

div.addtocart table
	{
	border: 1px solid #666666;
	border-collapse: collapse;
	width: 499px;
	}
div.addtocart table td
	{
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	padding: 4px;
	}

div.addtocart table td.matrixLabel
	{
	font-weight: bold;
	background-color: #E0E0E0;
	text-transform: capitalize;
	}

div.addtocart table td input
	{
	margin: 3px;
	width: 30px;
	}

div.addtocart fieldset label
	{
	display:block;
	float:left;
	font-weight:bold;
	line-height:17px;
	padding-right:0px;
	text-align:left;
	width:160px;
	}

div.addtocart fieldset input, 
div.addtocart fieldset textarea
	{
	background-color:#FFFFFF;
	border:1px solid #666666;
	color:#000000;
	float:left;
	font-size:12px;
	margin-left: 5px;
	margin-bottom:2px;
	padding:2px;
	width: 100px;
	}
div.addtocart fieldset select 
	{
	background-color:#FFFFFF;
	border:1px solid #666666;
	color:#000000;
	float:left;
	font-size:12px;
	margin-left: 5px;
	margin-bottom:2px;
	padding:2px;
	width: 100px;
	}

div.addtocart input.frmButton
	{
	margin-top: 5px;
	margin-left: 2px;
	margin-bottom: 10px;
	}

div.addtocart br
	{
	clear: both;
	}
/* // ADD TO CART DIV */
/* PRODUCT DETAILS */
div.spProductLabel
	{
	width: 170px;
	font-weight: bold;
	float: left;
	}

div.long
	{
	margin-bottom: 20px;
	}

/* errormessage div (checkout) */
div.errormessage
	{
	color: red;
	}

div.hover_bigimage img
	{
	height: 300px;
	}
div.hover_thumb
	{
	float: left;
	border-style: none;
	}
div.hover_thumb img
	{
	border-style: none;
	width: 50px;
	}
div.hover_thumb a
	{
	border-style: none;
	}
div.hover
	{
	clear: right;
	}
a.hs-control-prev
	{
	padding: 10px;
	text-align: center;
	}
a.hs-control-next
	{
	padding: 10px;
	text-align: center;
	}
a.hs-control-close
	{
	padding: 10px;
	text-align: center;
	}

#face-lift-local_php #leftcontentd 	{ height:1607px !important; }
#face-lift-local_php #leftbannerd	{ height:1613px !important; }
#Reverse-the-Effects-of-Winter_php #leftbanner { height:1242px !important; }
#Even-a-Housewife-is-Forgoing-the-Knife-in-Favour-of-a-Liquid-Face-Lift_php #leftbanner { height:1242px !important; }

