/* Design and styles Copyright Webcity 2007 */

body {
	margin:0;
	padding:0;
	font: 14px Arial, Helvetica, sans-serif;
	background:#FFF url('../styleImages/backgrounds/aromae_background.jpg') center repeat-y;
}

/* Reset some elements so all browsers show them the same */
p, form, h1, h2, h3, h4 {
	margin:0;
	padding:0;
	list-style-type:none;
}
input,  textarea {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}
select {
	font: 12px Arial, Helvetica, sans-serif;
	color: #626262;
}	
p {
	margin: 0 0 30px 0;
}
.centered {
	text-align:center;
}

/* Global link definitions */
a {
	text-decoration:none;
	color: #0f0c3e;
}
a:hover {
	color: #08009e;
}
a.txtButton {
	margin: 0 3px;
}

.txtCopyright{
display:none !important;
}

#iecontainer {
margin-left:1px !important;
}

#container {
width:946px;
background:#E3F0E9;
margin:0 auto;
}

#aromae {
background: #7e9d40 url('../styleImages/backgrounds/aromae.jpg') top left no-repeat;
width:946px;
height:138px;
padding:0;
}

#menu {
background:#181466;
height:27px;
line-height:27px;
text-align:center;
}

#menu a {
padding: 5px 30px 6px 30px;
color:#FFF;
}

#menu a:hover {
background:#08009e;
}

#copy {
min-height:500px;
background: url('../styleImages/backgrounds/boxbg.gif');
}

#content {
float:right;
width:600px;
margin-left:30px;
margin-top:10px;
margin-bottom:10px;
margin-right:30px;
}

#lavender {
background:#4d3830 url('../styleImages/backgrounds/lavender_oil.jpg') center top no-repeat;
width:238px;
height:542px;
overflow:hidden !important;
}

#leftbar {
background:#181466;
width:238px;
min-height:546px;
}

#leftbarcats a {
display:block;
width:228px;
padding: 5px;
color:#5ec998;
overflow:hidden !important;
}

#leftbarcats a:hover {
color:#78ffc1;
background:#08009e;
}

#editable {
color:#1A1465;
}

#editable p {
padding-left:15px;
padding-right:15px;
}

#carter {
padding-top:15px;
width:218px;
margin:0 auto;
color:#FFF;
}

#viewcart {
padding:3px 10px 3px 10px !important;
background:#999999 !important;
border:1px solid #000 !important;
text-align:center !important;
margin: 0 auto !important;
color:#FFF !important;
}

#viewcart:hover {
background:#666666 !important;
color:#FFF !important;
}

#mailling {
padding:20px 5px 5px 5px;
text-align:center;
color:#FFF;
}

#mailling h2 {
color:#5EC998;
}

#foot {
clear:both;
font-size:11px;
text-align:center;
margin:0 auto;
width:100%;
padding-top:20px;
line-height:11px;
background: #E3F0E9;
}

.erchaz {
color: #fff;
font: normal 12px Arial, Helvetica, sans-serif;
float:right;
position:relative;
top:87px;
padding-right:10px;
}


#foot a {
padding:5px 10px 5px 10px;
margin:0px;
color:#000 !important;
}

#foot a:hover {
color:#000066 !important;
}

#foot span {
border-top:1px solid #000;
padding:3px 10px 0px 10px;
}

#footop a {
padding:0px !important;
}

#leftHead { /* Sitedocs are contained within this */
	float:left;
	clear:left;
	margin-left:10px;
	margin-top:10px;
	padding: 0 0 5px 0;
	color: #fff;
}
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.siteDocs a {
	color: #fff;
	text-decoration:none;
	border-bottom: 1px dotted #ffa66c;
	margin: 0 7px;
	padding:2px;
}
.siteDocs a:hover {
	border-bottom-style: solid;
	background: #ffa66c;
	color: #fff
}
/* Search, session cont */
#rightHead {
	float:right;
	margin-right: 12px;
	color: #fff;
	text-align:right;
}
#rightHead p {
	margin: 2px 0 10px 0;
}
#rightHead a {
	color: #fff;
	border-bottom: 1px dotted #ffa66c;
	padding:2px;
}
#rightHead a:hover {
	border-bottom-style: solid;
	background: #ffa66c;
	color: #fff
}
.searchForm {
	margin-top:20px;
}
.searchBox {
	background: #fff;
	border:1px solid #000;
	padding:2px;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
}
.searchSubmit {
	margin-bottom:-2px;
}

span.separater { padding: 0 6px; color: #fff; } /* This is the separater pipe | between the logout and login links, use it wherever needed */

/* Make the logo image an actual link */
#header a#logoLink {
	display:block;
	float:left;
	width: 162px;
	height:58px;
	background: url('../styleImages/backgrounds/logo.jpg') top left no-repeat;
	margin-left:16px;
}
/* Hide the span containing the site's name so that people with css turned off still see the link, but everyone else doesn't */
#header a#logoLink span {
	visibility:hidden;
}

/* Contains all three columns */
#bodyCont {
	width:960px;
	margin:0 auto;
	background: url('../styleImages/backgrounds/contbg.gif') top left repeat-y;
	min-height:100px;
	overflow:hidden;
}
/* Left column */
.colLeft {
	width:150px;
	float:left;
}
/* Middle column */
.colMid {
	float:left;
	width:660px;
}
/* Right column */
.colRight {
	width:150px;
	float:right;
}
/* Category and sale links, the background stuff is for the little bullet that changes colour on hover */
ul#categoryLinks, ul#saveLinks {
	padding-left:10px;
}
ul#categoryLinks li a, ul#saveLinks li a {
	background: url('../styleImages/backgrounds/bullet.gif') -200px 50% no-repeat;
	padding: 0 0 0 15px;
	margin-bottom:10px;
	display:block;
}
ul#categoryLinks li a:hover, ul#saveLinks li a:hover {
	background-position: 0 50%;
}


/* Footer for copyright etc */
#footer {
	width:960px;
	margin:0 auto 40px auto;
	background: #000 url('../styleImages/backgrounds/footer.gif') bottom left no-repeat;
	padding: 15px 0;
	color: #fff;
	text-align:center;
}

/* boxes */
.boxTitleLeft, .boxTitleRight {
	background: #fce3bc;
}
.boxTitleLeft h2, .boxTitleRight h2 {
	font: 14px Arial, Helvetica;
	color: #000;
	text-align:center;
	padding: 15px 0;
}
.boxContentLeft, .boxContentRight {
	padding-bottom:20px;
	margin-bottom:20px;
	background: #fce3bc;
	font-size:12px;
}
.boxContentLeft ul, .boxContentRight ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.boxContentLeft p, .boxContentRight p {
	padding:0 15px 15px;
	margin:0;
	text-align:center;
}
.padForm {
	text-align:center;
}
.mailList { /* Mailing list input */
	background: #fff;
	border:0;
	padding:2px;
}


.boxContent {
	color: #000;
	padding: 10px 30px;
	line-height:20px;
}

.boxContent span {
font-weight:bold;
color: #181466;
}

h2.txtContentTitle { /* Title of all pages */
	font: 20px Arial, 'Trebuchet MS', Helvetica;
	color: #181466;
	text-align:center;
	padding: 10px 0;
}

h2 {
padding-bottom:10px;
}

.txtBoxSave {
	padding-left:6px;
	display:block;
}
span.saving { 
	color: #f85301;
}
h3.formTitle { /* Used to section forms under different headings */
	color: #181466;
	padding: 20px 0 0 0;
	margin-bottom:10px;
	border-bottom: 1px solid #FFF1EA;
	clear:left;
}

/* Forms */
.regbox {
	border: 1px solid #D6D6D6;
	padding:3px;
}
.regboxCheck {
	padding:3px;
}
.reglabel, .regbox, .regboxCheck {
	float:left;
	width: 30%;
	display:block;
	margin-bottom:10px;
}
.req { /* For changing the label colour of required forms to red */
	color: #DC2D01;
}
.reglabel {
	text-align:right;
	padding-right:100px;
	clear:left;
}
.submitReg {
	text-align:center;
	clear:left;
	padding-top:10px;
}
.submitReg a {
	padding: 5px;
	background: #fff;
	border: 1px solid #02AE3F;
	color: #02AE3F;
}
.submitReg a:hover {
	background: #02AE3F;
	color: #fff;
}
.txtError { /* If a field isn't filled */
	text-align:center;
	padding: 10px 0;
	background: #FFAEAE;
	border: 1px solid #EC0000;
	color: #C10000;
}

.tdListTitle, .tdcartTitle { /* Cart and cat table titles */
	color: #181466;
	margin-bottom:10px;
	border-bottom: 1px solid #e4e4f2;
}
.tdcartEven {
	background-color: transparent;
	padding: 10px 2px;
}
.tdcartOdd {
	background-color: transparent;
	padding: 10px 2px;
}
.tdEven {
	background-color: bcecd2;
	padding: 10px 2px;
}
.tdOdd {
	background-color: transparent;
	padding: 10px 2px;
}

.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #FFF1EA;
}

/* Sub-categories */
#subCats {
	text-align: center;
	margin: 15px auto;
	width:100%;
	border-collapse:collapse;
}
.subCat {	
	text-align: center;
	width:33%;
}
.subCat img {
	border:0;
}
#subCats img {
	max-width:70px;
	width: expression(this.width > 70 ? 70: true);  /* for Internet Explorer
	*/
}
fieldset {
	padding: 0 10px;
	margin: 10px auto;
	border: 1px solid #D6D6D6;
}
fieldset legend {
	color: #FB5501;
}

/* Latest Products */
.latestCont {
	overflow:hidden;
	padding: 10px 0;
}
.latestProds {
	float: left;
	text-align: center;
	width: 131px;
	height: 120px;
}
/* For latest products */
table.frontTab {
	margin:10px auto;
	border-collapse:collapse;
	border:0;
}
table.frontTab td {
	padding: 5px 10px;
	text-align:center;
	font-size:14px;
}
table.frontTab td a {
	color: #08009e;
	border-bottom: 1px dotted #D6D6D6;
}
table.frontTab td a:hover {
	color: #08009e;
}
table.frontTab td a.latestIMG {
	border:0;
}
a.txtviewCart {
	color: #0f0c3e;
	text-decoration:none;
	padding-left:20px;
	background: url('../styleImages/backgrounds/cartroll.gif') -200px 50% no-repeat;
}
a.txtviewCart:hover {
	color: #181466;
	background-position: 0 50%;
}
.cartProgress { /* Progress bar at top of cart pages */
	font-weight: normal;
	color: #666666;
	padding: 3px;
	border: 1px solid #CCCCCC;
	width: 350px;
	margin: 10px auto 20px auto;
}
.txtcartProgressCurrent {
	color: #F65403;
	font-weight: bold;
}
.txtStockWarn {
	color: #FF0000;
}

/* Cart totals */
table.totals {
	border-collapse:collapse;
	margin:0 0 0 auto;
	padding:0;
	empty-cells: hide;
}
.totalsLab {
	width:140px;
	text-align:right;
	padding: 3px 10px 3px 0;
}
.totalsVal {
	text-align:right;
	padding: 3px 0;
}
table.cartCont {
	border-bottom: 1px solid #FFF1EA;
}

.textbox {
	background: #fff;
	border: 1px solid #8C8C8C;
	color: #000;
	padding:2px;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: none;
	font-size: 11px;
	color: #000000;
}
.submit {	
	background: #fff;
	border: 1px solid #8C8C8C;
	color: #000;
	padding: 5px;
	cursor:pointer;
}
.submit:hover {
	color: #fff;
	background: #8C8C8C;
	border: 1px solid #555555;
}
li.account { /* My account page options */
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}

.txtOldPrice {
	text-decoration: line-through;
	color: #BBBBBB;
	font-size:11px;
}
.txtSale {
 	color: #181466;
}
.txtOutOfStock {
	color: #DD0005;
}

.dropDown {
	width: auto;
}

/* Crumbs */
div.location {
	margin: 5px 0;
	text-align:left;
	font-size:12px;	
	padding-left:20px;
	background: url(../../../images/folder.gif) center left no-repeat;
	display:none !important;
}
div.location a, a.txtButton {
	color: #08009e;
	border-bottom: 1px dotted #D6D6D6;
}
div.location a:hover, a.txtButton:hover {
	color: #08009e;
}

/* viewprod page */
div#prodContainer {
	overflow:hidden;
}
div#prodLeft {
	float:left;
	width:50%;
	text-align:center;
}
div#prodRight {
	float:right;
	width:50%;
}
.smallText, .smallText a { 
	font-size:11px;
	color: #000;
	line-height:16px;
}
.smallText p {
	margin: 0;
	padding:0;
}
.smallText a {
	color: #08009e;
	border-bottom: 1px dotted #E1E1E1;
}
.smallText a:hover {
	color: #F85908;
}
h2.txtProdTitle {
	font: 20px Arial, 'Trebuchet MS', Helvetica;
	color: #181466;
	text-align:center;
	padding: 10px 0 0 0;
}
.prodPrice {
	font: 16px Arial, 'Trebuchet MS', Helvetica;
	color: #181466;
	text-align:right;
	padding: 0;
	margin:10px 0 0 0;
}
div.prodDesc {
	border-top: 1px dotted #E1E1E1;
	border-bottom: 1px dotted #E1E1E1;
	margin: 0 0 20px 0;
	padding: 4px 0;
	font-size:12px;
}
h3.prodOpts {
	margin: 10px 0;
	padding:2px;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #181466;
	text-align:center;
}
#prodLeft a img {
	border: 3px solid #181466;
}
#prodLeft a:hover img {
	border-color: #08009E;
}
.thumbIMG {
	border: 3px solid #000;
	max-width:80px;
	width: expression(this.width > 80 ? 80: true);  /* for Internet Explorer
	*/
	}
	
.thumbIMG:hover {
 border: 3px solid #181466;
}

div.notify {
	margin: 15px 0;
	color: #585858;
	font-size:12px;
	padding: 6px 0;
	border-bottom: 1px dotted #BEFFB3;
	border-top: 1px dotted #BEFFB3;
}
div.notify a {
	color: #1EC600;
	border-bottom: 1px dotted #BEFFB3;
}
div.notify a:hover {
	color: #FA5302;
}
div.notify p {
	margin:4px 0;
	padding:0;
	line-height:15px;
	text-align:center;
}

/* prettify pagination */
.pagination { /* Page 1, 2, 3.. etc */
	text-align: right;
	padding: 5px;
	font-size:80%;
	margin: 10px 0;
	background: #f4f4f4;
}
.pagination span {
	padding: 5px;
	border:1px solid #836858;
}
.pagination a {
	padding: 5px;
	border:1px solid #836858;
}
.pagination a:hover {
	background: #fff;
}
.noProd {
	text-align:center;
	background: #f4f4f4;
	padding: 10px;
	font-size:85%;
}