/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	margin: 0;
	font-family: Century Gothic, verdana, arial, sans-serif;
	font-size: 75%;
/*	font-size: 62.5%;  */
	color: #000000;
/*	background-color:#cbfffa;	*/
	background-color:#FFFFFF;
/*	background-color:#FEFAF0; 
	background-image:url(../images/backgroundslice2.jpg);
	background-repeat:repeat-x; */
	}

a img {
	border:none;
	}

a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	text-decoration: none;
	}
 
a:visited {
	color: #3300FF;
	text-decoration: none;
	}

a:hover {
	color: #FF0000;
	}

#navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF0000;
	}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 3px;
}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em; 	/* Testing this out for the search header */
	}

TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
	
.centerBoxContentsProducts {		/* Trying to put a border around the product list products */
/*	border: 1px solid #000000; */
	padding: 0.5em 0.5em 3.2em 0.5em; 
	margin: 0.5em 0.5em 0.5em 0.5em;
/*	background-color:#fafae7; */
	background-color:#FEFAF0; 
	background-image:url(../images/productlistbkgndlrg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}
	
a img.listingProductImage {			/* Controls the product picture in the product listing page, maybe controls more? */
	margin-right:10px;
	border: 1px solid #dddbdb;
	}
	
.centerBoxContentsProducts.centeredContent.back h3.itemTitle {	/* Controls the Product title in the Product list page, trying to centre it in the box */
	margin-right:10px;
	}

#productMainImage{		/* Trying to put a border around the product Description Picture*/
	padding: 0.5em 2.5em 2.9em 0.5em; 
	margin: 0.5em 0.5em 0.5em 0.5em; 
	background-color:#FEFAF0; 
/*	background-color:#FFFFFF; */
	background-image:url(../images/productdescbkgnd.jpg);
	background-repeat:no-repeat;
	text-align:center;
	float:left;
	}
	
#productDescription {
	}

#productGeneral{
	}

#productMainImage img {			/* Controls the product picture in the product description page */
	padding: 0.4em 0.4em 0.4em 0.4em; 
	}
	
.additionalImages img {			/* Controls the additional Images in the Product description */
	border: 1px solid #dddbdb;
	}

.additionalImages.centeredContent.back {		/* Controls how the additional images are displayed. Also controlled in tpl_product_info_display */
	float:left;
	text-align:center;
	}

#productAdditionalImages{
	width:42%;
	float:left;
	position:relative;
	clear:both;
/*	top: 300px */
 	}

#logo{														/* Header Logo, used to be a zen cart image */
	text-align:center;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;  
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #FEFAF0; 
/*	background-color:#FFFFFF; */
/*	background-color:#fafae7; */
	border: 1px solid #CCCCCC;
	text-align: left;
/*	text-align:center;			/*  Testing out centreing the main logo */
	width: 1100px;
	vertical-align: top;   
	margin:auto;
	padding: 0em;
	}

#headerWrapper, #contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	background-color: #FEFAF0; 
/*	background-color:#fafae7; */
	}

#logoWrapper {								/* The main image in the header, in this case the store logo */
/*	width:1015px;
	height:197px;                
	background-image:url(../images/headerbg.jpg); 
	background-repeat:repeat-x;	*/
	background-color:#FFFFFF;
/*	text-align:center;		*/	/*  Testing out centreing the main logo */
	}


#tagline {
	color:#FEFAF0; 
/*	color:#FFFFFF; */
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}


/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {		/* Edited by Eerin Jennison to remove the product count above descriptions */
/*	margin: 0em;
	font-size: 0.9em;  */
	display: none; 
	}

.navNextPrevWrapper{		/* Added by Eerin to move down the next/previous listing once the product count is removed above*/
	padding-top:5px;
	}

.navSplitPagesLinks a:link, .navSplitPagesLinks	a:visited		/* Controls the 1, 2, Next Previous on list items */
	{
	padding: 2px;	
	font-weight:bold;
	color:#666;
	font-size: 1.2em;
	}

.navSplitPagesLinks a:hover		/* Controls the 1, 2, Next Previous on list items */
	{
	padding: 2px;	
	font-weight:bold;
/*	color:#666; */
	color: #FF0000;
	font-size: 1.2em;
	}

.navSplitPagesLinks strong.current		/* Controls the 1, 2, Next Previous on list items */
	{
	padding: 2px;
	border: 1px solid #CCC;
	background:#CCC;
	font-weight:bold;
	font-size: 1.2em;
	}


.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navCatTabsWrapper {				/* This one seems to control the top and bottom header !!!! Will have to separate to stop header image displaying in footer!!!!!! */
	margin: 0em;
	padding:0;
	background-color: #FFFFFF;  /*   Temp colour change back to cbfffa   */
	background-image:url(../images/headerslice.jpg);
/*	background-repeat:repeat-x;  */
/*	background-color: #9a9a9a;  */
	font-weight: bold;
	color: #ffffff;
/*	height: 1%;   */
	height: 25px;
	width: 100%;
	font-size: 74%; /* Added to try and stop top header wrapping in crome and firefox */
	}

#navSuppWrapper {
	
	}
	
#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding: 0em 0em;   /* used to be 0.5em  Removed top and bottom padding the get images to display properly in the header, not sure if it will create other problems */
	list-style-type: none;
/*	text-align: left;  */
/*	display:block;  */
	text-align: center; 
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display:inline;
	padding: 0em 0em;   		/* Trying to remove the space between header buttons */
	margin: 0;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0em;   		/* Trying to remove the space between header buttons */
/*	padding: 0em 0.5em;   */
	margin: 0;
	color: #ffffff;
	white-space: nowrap;   
	text-align: center;								/*  Testing out centering the table  */
	}

	
#navMain{   /* Remember to fix up the navmainsearch float with this one and this is where I can change to background image specificaly for the header only */
	float: right;
	}

#navMain ul li a img{	/* Trying to push the pictures in the header bar together */
	margin:0 0 0 -.3em;
	}


#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}
	
#indexProductListCatDescription		/* Adjusting the font size in the product category listing description section, also adjusted for the additional ez pages that I created to link to these pages */
	{
		font-size:1.2em;
	}


#navEZPagesTop {				
background-image: url("../images/orangemenu.jpg"); 		/* Comment back in with a proper filename for the background for the menubar */
background-attachment: scroll;
background-position: 0% 0%;
background-repeat: repeat-x;
/*background-color: #ffffff;  */
height: 41px;
width: 100%;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;	
	}

#navEZPagesTop ul {
	list-style:none;
	margin:0;
	padding:0;
	}

#navEZPagesTop ul li {
	float:left;
	padding:0px 0 0px 0;
	}

#navEZPagesTop a:link, #navEZPagesTop a:visited {			/* code to change the look of the EZ Header bar  */
	display: block;
	color: #ffffff;
	font-family: Century Gothic, verdana, arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 11px;
	padding-left: 20px;
	white-space: nowrap;
	background-image: url("../images/divider.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 18px;
	}

#navEZPagesTop a:hover {			/* Determines what colour the font and background change to when you hover over the top menu bar */
	color: #006699;
	background-color: #f6815b;	
	}
/*
#navBreadCrumb {
	background-color: #FEFAF0; */
/*	background-color: #cc9900;   */
/*	}
	
#navBreadCrumb {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;   
	}
*/	
/* Temporary code to fancy up breadcrumb navigation */

#navBreadCrumb {	
	font-size: 0.95em;
	font-weight: bold;
/*	background-color:#FFFFFF; */
	background-color: #FEFAF0;
/*	background-color: #ffffff; */
/*	padding: 0em; */
/*	font-size: 1.1em; */
	margin: 0 0 0 0.5em;
	line-height:2.3em;
	border-bottom:solid 1px #ccc;
	}
	
#navBreadCrumb a {
	background:url(../images/arrow.gif) no-repeat right;
	padding-right:2em;
	margin-right:1em;
	display:block;
	float:left;
	text-decoration:none;
	}
	
#navBreadCrumb a:hover {
	text-decoration:underline;
	}	
	
/* EO Temporary code */	

#navColumnOne {
/*	background-color: #cbfffa;   */				/* Seems to control the bottom of the left cat boxes	*/
	background-color: #FEFAF0;    
/*	background-color:#FFFFFF; */
	font-size:14px;		/* Changing the font size in the left cat boxes */
	padding-top:1em;
	}


#navColumnTwo {
/*	background-color:#FFFFFF; */
	background-color: #FEFAF0; 
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	background-color:#ffe3c8;	/* Controlling the backgound colour in the add to cart box for product displays */
	}
	
#alsoPurchased {		/* Added by Eerin to control the also purchased box, trying to get it under the add to cart box */
	clear:both;
	padding-top:15px;
	}
	
.centerBoxContentsAlsoPurch a img {		/* Putting a border around the also purchased product images*/
	border: 1px solid #dddbdb;
	}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

.cartProductDisplay {		/* Centering the text in the shopping cart display */
	text-align:center;
	}
	
.cartUnitDisplay, .cartTotalDisplay {
/*	text-align: right;  */
	text-align:center;			/* Centering the text in the shopping cart display */
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	list-style-position:inside;	/* Trying to get the bullet points to align next to the text on checkout */
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
/*	width: 20%; */
	margin: 0.3em .3em; 
}

.attribImg img{
/*width: 100%; */
/*margin: 0.3em 0em; */
}


.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}


/*sideboxes*/
.columnLeft {
/*	background-color:FEFAF0;*/
	}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}

.leftBoxHeading {			/* Possible controls the left box heading colours */
	margin: 0em;
/*	background-color: #FF6699;  */
	background-color: #FEFAF0; 
/*	background-color:#FFFFFF; */
	padding: 0 0.5em 0.2em 0.2em; 
/*	padding: 0.5em 0.2em; 	*/			/* Original settings, trying to remove the extra space under the sidebox headings */
	}

.centerBoxHeading {			/* centre box controls*/
	margin: 0em;
/*	background-color: #FF6699;  */
	background-color: #cfcdcd;
	border: 1px solid #4f4f4f;
	padding: 0.5em 0.2em; 			/* Original settings, trying to remove the extra space under the sidebox headings */
	}

.leftBoxContainer {
	border: 1px solid #FEFAF0; 
/*	background-color:#FFFFFF; */
/*	margin-top: 1.5em;  */   /* Trying to remove the padding at the top of every sidebox */
	}

.sideBoxContent {
	color: #4f4f4f;
	background-color: #FEFAF0; 
/*	background-color:#FFFFFF; */
	padding: 0.4em;
	}

.sideBoxContent a:link, .sideBoxContent a:visited {		/* Trying to specifically change the colour of the sidebox text */
	color:#4f4f4f;  
	}

.sideBoxContent a:hover{		/* Trying to specifically change the colour of the sidebox text */
	color:#33ccff;  
	}

a.category-top, a.category-top:visited {		/* Specifically to edit the style of the Top Level Products/categories sidebox */
	text-decoration: none;
	line-height: 35px;  
	background-color: transparent;
	background-image: url("../images/arrow.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	padding-left: 10px;
	}

a.category-products, a.category-products:visited {		/* Specifically to edit the style of the Sub Categories Products/categories sidebox */
	font-size: 14px;
	text-decoration: none;
	line-height: 20px;  
	background-color: transparent;
	background-image: url("../images/bullet.gif");
	background-repeat: no-repeat;
	background-attachment: scroll; 
	background-position: 25px 50%;
	padding-left: 30px;
	}

a.category-subs, a.category-subs:visited {		/* Specifically to edit the style of the Sub Categories Products/categories sidebox */
	font-size: 14px;
	text-decoration: none;
	line-height: 20px;  
	background-color: transparent;
	background-image: url("../images/bullet.gif");
	background-repeat: no-repeat;
	background-attachment: scroll; 
	background-position: 25px 50%;
	padding-left: 30px;
	}


.menudivider{		/* Used to add a line under each of the category/product main headings */
	border-bottom:1px dotted #4f4f4f;
	}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFF00;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}



#navMainSearch {				/* Characteristics of the search header box which I have located in the EZ pages menu bar  */
	float: right;
	font-family: Century Gothic, verdana, arial, sans-serif;
	font-size:12px;
	padding-top: 10px; 
	padding-right: 15px;
	padding-bottom: 11px;  
	padding-left: 15px;
/*	white-space: nowrap;  */
/*	display: inline;  */
	}

.search-header-box {
	float:left;
	height: 15px;
	font-family: Century Gothic, verdana, arial, sans-serif;
	display: inline;
/*	background-color: transparent; 
	background-image: url("../images/sinputbg.gif");  
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
*/	
	}

.search-header-button {
	border:1px solid #F60;
	height:20px;
	display: inline;
	float: right;
	white-space: nowrap;
/*	vertical-align:middle;    */
	}

#indexDefaultMainContent.content{		/* Controls the text on the home page in the centre box */
/*	color: #4f4f4f;  */
	font-family: Tahoma, Century Gothic, arial, sans-serif;
	}

#indexDefaultMainContent.content center{
	}
	
#likebutton {			/* Controls the Facebook like button in the product info pages, Pretty tricky to try and control!!!  */
	white-space: nowrap;
	}
	
.categoryListBoxContents a:link, .categoryListBoxContents a:visited /* Trying to control the text for the category and sub category display links  */
	{			
/*	color: #ffffff; 
	font-family: Century Gothic, verdana, arial, sans-serif;  */
	font-size: 16px;
	font-weight:bold;
	text-decoration:none
	}

.categoryListBoxContents a:hover {			/* Determines what colour the font and background change to when you hover over the category and sub category product links*/
/*	color: #006699;
	background-color: #f6815b;	*/
	}

.categoryListBoxContents {	/*Controls the Category and Sub category boxes, has a small problem with excess white space either side*/
/*	border: 1px solid #dddbdb;  */
	}

.categoryListBoxContents a img{	/*Controls the images for the Category and Sub category Pictures*/
	border: 1px solid #dddbdb;
	}

.centerBoxContentsNew.centeredContent.back a img{	/*Controls the images for the new products for X month data*/
	border: 1px solid #dddbdb;
	}

.additionalImages
	{
	/*	vertical-align: top; */
	}
	
#productAttributes {		/* Aligning the product attributes nicely */
	float: right;	
	text-align: center; 
	margin: 1em; 
	border: 1px solid #000000; 
	padding: .6em 1em 0em 0em ;
	background-color:#ffe3c8;
	}

.cartAttribsList ul	/* Getting the bullet points on any attributes in the shopping cart to display correctly */
	{
		text-align:center;
		list-style-position:inside;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

.wrapperAttribsOptions .back{
	}
	
.wrapperAttribsOptions h4.optionName {
	padding: 0em 0em 1em 0em;
	margin: 0em 0em 0em .3em;
	}

#ezPageDefault.centerColumn	/* Adjusting the font in the EZ pages */
	{
		font-size:1.2em;
	}

#checkoutBillto.back .important
{
	font-size:1.2em;
	color:#C03;
}

#freeShip.important
{
	font-size:1.2em;
	color:#C03;
}

#defaultSelected
{
	font-size:1.2em;
	color:#C03;
}

ADDRESS {
	font-weight:bold;
	font-size:1.2em;
	color:#C03;
	}

#checkoutSuccessOrderNumber
{
	font-size:1.5em;
	font-weight:bold;
	color:#C03;
}

.eetableborder1 	/* Custom styles created by eerin jennison */
	{
		border-collapse: collapse;
		border: 1px solid #000000;
	}
	
.freeshipping-products_listing	/* Controlling the free shipping icon for product listing, there are other switches for free shipping on other displays ie product description*/
{
	position:absolute;
	top:0;
	left:0;
}

.freeshipping-products_listing img /* Controlling the free shipping icon*/
{
	
}

#featured.leftBoxContainer .sideBoxContent.centeredContent		/* Controls the Featured products sidebox by Eerin Jennison */
{
	background-color:#FFFFFF;
}

#ergologo  /* Controls the Ergo authorised reseller logo*/
{
	text-align:left;
 }

#ergologo p img
{
   border: 1px solid #dddbdb;
}

#featured.leftBoxContainer h3#featuredHeading.leftBoxHeading 
{
	background-color:#FFFFFF;	
}

#featured.leftBoxContainer
{
	border: 1px solid #dddbdb;
	background-color:#FFFFFF;
	margin-bottom:25px;	
}