/********* store listing  *************/

div#StoreListing { clear:both; 	padding-top:0px;margin:0px 0px 0px 0px;width:auto; }
	div#StoreListing h2 { margin-bottom:15px;}

div#StoreListing div.storeListItem {padding:0px;margin:0px 0px 10px 0px;clear:both;min-height:120px;/*border-top: solid 1px #8B826C;*/}
div#StoreListing div.last { /*border-bottom: solid 1px #8B826C;*/ }
div#StoreListing div.store-photo { width:210px; height: 120px; float:left; margin-right:10px; background-image: url(../_img/no-store-photo-blur3.jpg?v=1); background-repeat:no-repeat; border: solid 1px #798f33;}

div#StoreListing div.store-photo img { }

div#StoreListing div.storeListItem div.details {float:left; background-image: url(../_img/BackgroundTileGradientGr.jpg?v=1);background-repeat:repeat-x;	padding:10px 10px 5px 10px;	margin-right:10px;}

div#StoreListing div.storeListItem div.details h3 { margin-bottom:10px; color: #798F33;}
div#StoreListing div.storeListItem div.details div.column {	line-height: 18px;	float:left; 	margin-right:0px; 	width: 200px;	vertical-align: top;}

div#StoreListing div.storeListItem a.store-map {margin-top:0px;float:left;display:block; width: 170px; height:90px;padding:0px;	background-image: url(../_img/no-map-image.jpg?v=1); background-repeat:no-repeat;border: solid 0px #798f33;text-align:center;}
div#StoreListing div.storeListItem a.store-map img { }

/* distributor layout variation */
div#StoreListing div.distributor { 	min-height: 20px; }
div#StoreListing div.distributor div.details { width:100%;}
div#StoreListing div.distributor a.store-map {  }
div#StoreListing div.distributor a.store-map img { }

/********* photo gallery pages *******/
div#gallery-images {text-align:center;}
	div#gallery-images img {border: solid 1px #89A23A;}
	div#gallery-images div.gallery-image{width:160px;	float:left;	height:160px;	margin-left:10px;}
	
	/*alternate style when there is a menu*/
	div#content.with-right-menu div#gallery-images div.gallery-image	{margin-left:25px;margin-right:25px;}
	
		div#gallery-images div.gallery-image h3{font-size:14px;}
	div#gallery-images div.gallery-item	{width:256px;float:left;height:250px;margin-right:30px;	}

/******* perfect potion articles profiles ********/
div.profile{padding: 0px 28px 28px 28px;}
	div.profile img{ float:left; margin-right:15px;border: solid 1px #89A23A;}
	div.profile h3{ padding-bottom:0px;}
	div.profile p{}

/******** store details page **********/

div#StoreDetails{clear:both;margin:20px 28px 0px 28px;width:auto; }

div#StoreDetails div.address,
div#StoreDetails div.opening-hours {line-height: 18px;float:left; margin-right:20px; width: 230px;}
div#StoreDetails div.map { line-height: 18px; float:left; }
div#StoreDetails div.map img { 	margin-top:4px; }

/********* product search box **********/

#productSearch { float:right;  width:330px;}
#productSearchHeading { font-family: Georgia, "Times New Roman", Times, serif; 	margin-left:15px; font-size: 32px; font-weight: normal; color: #B41572; } 	
#productSearchBox { background-image: url(../_img/Store/product_search_tile.jpg?v=1); background-repeat: repeat-x; 	width:330px; height: 75px;}
/********* product listing **********/

#productList {text-align:center;margin-left: 0px; margin-right: 0px; }
	#productList .product{text-align:left;position: relative;overflow: hidden;height: 324px;width: 282px;padding:10px 8px 0px 0px;float: left;}

	/* this class gets added to the productWrapper by jQuery */
	#productList .productAddClip{overflow:hidden;height: 162px;width: 282px;}
		#productList .product img { border: 1px solid #798F33; }
		
	#productList .productInformation{position: relative;top: 0px;font-family: Arial, Helvetica, sans-serif;	font-size: 12px;color: #FFFFFF;	border: 1px solid #89A23A;	}
		/*the following is just for testing, please remove*/
		/*this sets a default view of the product before the jquery is not applied*/
		/*#productList .product { overflow:hidden; height: 162px;width: 282px;}
		#productList .productInformation {top:-42px;}*/
		/*** //end previous section*/
	#productList .productInformationBackground {height: 162px;width: 280px;	background-color: #798F33;}
	#productList .productInformationContainer{	position:absolute; 	top: 0px;width: 280px;}
	#productList .productInformation h3 {font-family: Georgia, "Times New Roman", Times, serif;	text-transform:lowercase;font-size: 17px;font-weight: normal;color: #FFFFFF;width: 204px;margin: 2px 0px 0px 5px;	padding: 0px;line-height:17px;}
	#productList .productInformation h3.no-price{width: 269px;}
	#productList .productInformation .price {font-family: Georgia, "Times New Roman", Times, serif;	font-size: 17px;width:65px;left:212px;top:2px;color: #FFFFFF;margin: 0px;padding: 0px;position:absolute;text-align:center;	}
	#productList div.content {padding: 2px 5px;	height: 90px;margin:0px;line-height:15px;overflow:hidden;position:absolute;top:37px;}
	#productList div.content p{	margin:5px 0px;	padding:0px;}
		#productList .productInformation .slogan {	font-weight: bold; font-style:italic;}
	
	#productList div.buttons{ position:absolute; top:132px; }	
		#productList div.buttons a.readMore,
		#productList div.buttons a.addToCart {float: left; 	display: block; height: 25px;  text-indent: -999em;	background-position: 0 0; background-repeat: no-repeat; }
		#productList div.buttons a.readMore	{ 	background-image: url(../_img/btn/shop/btnReadMorePurpleBackground.gif?v=1);width: 92px;	margin-left:5px;}
		#productList div.buttons a.addToCart { background-image: url(../_img/btn/shop/btnAddToBasketPurpleBackground.gif?v=1);  width: 106px;margin-left:15px;}
		#productList div.buttons a.readMore:hover, #productList div.buttons a.addToCart:hover { background-position: bottom left; }

/* div containing the list of regions, and is replaced with a Flash version by swfobject*/
div#region-selector-container { margin-top:30px; margin-left:30px;}
div#region-selector{}

/* div containing the list of ingredients of a product */
div#product-ingredients,
div#customer-reviews { clear:both;  background: url(../_img/product_search_tile.jpg?v=1) repeat-x;  padding:15px 5px 5px 10px; margin:20px 0px 0px 235px; width: 653px;}
div#product-ingredients a.glossary-link {display:block; margin-left:100px; font-weight:bold;}
div#product-ingredients div.ingredient,
div#customer-reviews div.review{ padding:0px; margin: 10px 0px 0px 0px;}
div#product-ingredients div.ingredient div.term  {  width:100px;font-weight:bold; float:left;clear:left; }
div#product-ingredients div.ingredient div.definition  {width:548px; padding:0px; margin: 0px 0px 20px 100px;  line-height: 18px;}
	div#product-ingredients.full,
	div#customer-reviews.full { width:865px; margin-left:25px; }
	div#product-ingredients.full div.ingredient div.term {}
	div#product-ingredients.full div.ingredient div.definition { width: 758px;}
	
div#customer-reviews div.title{font-size:18px;font-style:italic;}
	div#customer-reviews div.title em {font-style:normal; font-size:26px; font-weight:bold; margin-bottom:-40px; vertical-align:baseline;}
div#customer-reviews div.author{font-weight:bold;}
div#customer-reviews p.review-summary{	}

/* event session tables */
div#content dl.member-details {width:210px;float:left;margin:10px 10px 0px 0px;}

	div#content dl.member-details dt {margin:0px 0px 0px 0px;color:#89A23A;font-family: Georgia, "Times New Roman", Times, serif;font-size:14px;font-weight:bold;}
	div#content dl.member-details dd {margin:0px 0px 10px 0px;}

div#content div.edit-button-container {}
div#content a.edit {width:54px; height:26px; background-image: url(../_img/btn/btnEdit.gif?v=1); background-repeat:no-repeat; text-indent:-9999px !important; display:block;}
	div#content a.edit:hover{ background-position:bottom;}
div#content div.edit-button-container a.edit { margin-left:560px; }

/* event session tables */
table#event-sessions { border:none;}
table#event-sessions a.book-now { width:89px; height:26px; background-image: url(../_img/btn/btnBookNow.gif?v=1); background-repeat:no-repeat; text-indent:-9999px; display:block; }


/* div containing the list of ingredients of a ailment */
div#ailment-ingredients {}
div#ailment-ingredients a.glossary-link {display:block; margin-left:100px; font-weight:bold;}
div#ailment-ingredients div.ingredient { padding:0px; margin: 10px 0px 0px 0px;}
div#ailment-ingredients div.ingredient div.term  {  font-weight:bold; }
div#ailment-ingredients div.ingredient div.definition  {}

/* div containing the list of products of a ailment */
div#ailment-products { }
div#ailment-products a.glossary-link {display:block; margin-left:100px; font-weight:bold;}
div#ailment-products div.ingredient { padding:0px; margin: 10px 0px 0px 0px;}
div#ailment-products div.ingredient div.term  {  font-weight:bold; }
div#ailment-products div.ingredient div.definition {}

img.profileImage {  border: 1px #89A23A solid;   margin: 10px 15px 5px 0px;}

div.RestrictedCountriesDisclaimer{ color: Red; font-style:italic;}

h2.online-order {margin-top:20px;}
h3.online-order {font-weight:bold; margin:20px 0px 0px 0px; font-size:14px;}

div.online-order-item,
div.online-order-item-small { width:163px; height:60px; float:left; margin:0px 3px 3px 0px;}
div.online-order-item-small { width: 163px; height:60px; }

div.online-order-item,
div.online-order-item a {font-size:11px;}

div.online-order-item img {width:40px; height: 40px; float:left; margin:0px 5px 5px 0px;}
div.online-order-item-small img{width:40px; height: 40px; float:left; margin:0px 5px 5px 0px;}

div.online-order-item,
div.online-order-item a {font-weight:normal;}
div.online-order-item-small,
div.online-order-item-small a {font-size:11px; font-weight:normal;}

a.view-invoice-link {display:block; float:left; width: 101px; height:26px; background: url(../_img/btn/btnViewInvoice.gif?v=1) no-repeat; text-indent:-9999px;}
a.view-invoice-link:hover { background-position: bottom left;}
input.reorder{display:block; float:left; background: url(../_img/btn/btnReorder.gif?v=1) no-repeat; width:71px; height:26px; border: 0px; padding-left:71px; cursor: pointer;}
input.reorder:hover { background-position:bottom left;}

div#all-categories{}
div#all-categories ul{ list-style-type: none; padding-left:0px; padding-bottom:0px;}
div#all-categories a {font-weight:normal;}
div#all-categories ul ul { padding-left:20px; padding-bottom:0px;}
div#all-categories ul ul ul{padding-left:0px;  padding-bottom:0px;}
div#all-categories li.product-category-top  { font-size:16px; }
div#all-categories li.product-category-top a {}
div#all-categories li.product-category  { font-size:12px;}
div#all-categories li.product-category a {}
div#all-categories li.product {font-size:12px; display:inline-block; margin-bottom:5px; margin-right:15px;}
div#all-categories li.product a {font-weight:normal; color:#8E846E; }
div#all-categories li.product a:hover { text-decoration:none;border-bottom: dotted 1px;}

.discount-error { color:#ff0000; font-style:italic; }
ul.discount-error {margin-top:0px;}

div#message-alert { border: dotted 1px #B41572;	position:absolute;	background-color:#EEEEEE;padding: 15px;z-index:10;width:350px;color:#000000 !important;font-weight:bold; margin-left:-200px;}
div#content.with-images div#message-alert {width: 560px; margin-left:0px;}
div#content.with-right-featured div#message-alert { margin-left:0px;}

div.validation-summary {border: dotted 1px #FF0000;background-color: #FFCCCC;padding:10px 10px 0px 10px;margin-bottom:15px;}
span.field-validation-error {height:22px;text-indent:-9999px;display:block;float:left;width:12px;background-image: url(../_img/required.gif?v=1); background-repeat:no-repeat;}
