/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 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 5349 2006-12-22 20:34:40Z birdbrain $
 */

body {
	margin: 0;
	padding-top: 18px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	color: #929292;
	background-color: #d1c9c6;
	}
p{line-height: 1.4em;}
a img {border: none; }
a:link, #navEZPagesTOC ul li a {
	color: #929292;
	text-decoration: none;
	}
#navEZPagesTOC ul li a {
	color: #929292;
	text-decoration: none;
}	
a:visited {
	color: #929292;
	text-decoration: none;
	}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #ed5ae8;
	}
a:active {
	color: #ed5ae8;
	}
h1 {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1.7em;
	color: #ed5ae8;
	text-decoration: none;
	font-weight: normal;
	}
h2 {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1.4em;
	color: #929292;
	}
h3 {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1.3em;
	color: #929292;
	}
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .xsideBoxContent, .larger{
	font-size: 1.1em;
	color: #929292;
	}
.biggerText {
	font-size: 1.2em;
	color: #929292;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0 0 0;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}
FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

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

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

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;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .attribImg {
	float: left;
	}

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

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

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

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}
P, ADDRESS {
	color: #929292;
	}
ADDRESS {
	font-style: normal;
	}
.clearBoth {
	clear: both;
	}
HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #727171;
	}
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #929292;
	}
.messageStackSuccess {
	background-color: #99FF99;
	color: #fff;
	}
.messageStackCaution {
	background-color: #FFFF66;
	color: #fff;
	}
/*wrappers - page or section containers*/
#mainWrapper {
	margin-top: 0px;
	background-color: #fff;
	background-image: url(../images/bg-lbd.jpg);
	background-repeat: repeat;
	/*background-position: bottom left;*/
	text-align: left;
	width: 960px;
	border: 8px solid #fff;
	padding-bottom: 6px;
	}
#contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#headerWrapper {
	margin-bottom: 14px;
	padding-top: 8px;
	border-bottom:1px solid #D1C9C6;
	background-color:#fff;
}	

#logoWrapper{
	height:110px;
	border: 1px solid #fff;
	}
#logoWrapper img{
	border-right: 5px solid #fff;
}	

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#tagline {
	color:#fff;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}
#sendSpendWrapper {
	border: 1px solid #d1c9c6;
	float: right;
	margin: 0em 0em 1em 1em;
	}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}
.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}
/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 8px;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	background-image: none;
	}
#navMainWrapper {
	margin: 0;
	padding: 0;
	color: #989898;
	height: 27px;
	float: right;
	width:500px;
	/*display: none;*/
}

#navMainWrapper #navMain ul{text-align:right;padding:0.5em;}


#navMainWrapper a {color: #989898;}	
#navMainWrapper a:hover {color: #900061;}
#navSuppWrapper, #navCatTabsWrapper {
	margin: 0;
	padding: 0;
	color: #989898;
	height: 27px;
	}	
#navCatTabsWrapper {
	background-color: #ffffff;
	color: #929292;
	background-image:none;
}
#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	text-transform: lowercase;
	}
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}
#navMain ul li{font-size:130%;font-weight:bold;}
#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #989898;
	white-space: nowrap;
	}
	
#navMain ul li a{color:#ed5ae8;}
#navCatTabs ul li a {
	color: #929292;
	}
#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}
#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;
	font-size: 110%;
	}
#navMainSearch {
	float: right;
	margin-top:65px;
	margin-right:10px;
}
#navBreadCrumb {
	padding: 0.5em 0.5em;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	color: #929292;
	}
#navEZPagesTop {
	background-color: #fff;
	/*background-image: url(../images/topnav_back.jpg);
	background-position: left top;
	background-repeat: no-repeat;*/
	font-weight: bold;
	margin: 0px;
	color: #000;
	height: 18px;
	font-size: 1.1em;
	padding: 7px 0 1px 15px;
	/*margin-left: 33px;
	padding: 0 0 1px 80px;
	width: 630px;
	
	position: absolute;
	top: 0;*/
	
	}
#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .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 0 14px 0;
	/*min-height: 300px;*/
	}
img.listingProductImage, #productMainImage img, .categoryListBoxContents img, .specialsListBoxContents img{
	border: 8px solid #fff;
	margin: 6px 0 6px 0;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	color: #929292;
	padding-bottom: 4px;
	}
/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	padding: 0;
	padding: 1em;
	margin-top: 0;
	background-color: #fff;
	border: 1px solid #3e3e3e;
	}
.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #fff;
	/*border: 1px solid #b6a7ac;*/
	 }
#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;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	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 {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}

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

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

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#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*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {
	border: 0px solid #000;
}

#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}

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

.centerBoxWrapper {
	border: 0px solid #9a9a9a;
	height: 1%;
	margin: 0;
	}
.centerBoxWrapper img {
	border: 8px solid #fff;
}	

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #9a9a98;
	}

#featuredProducts{
  background-color: #fff;
  color:#929292;
  padding:4px;
}

#featuredProducts h2{
  background-color: #fff;
  color: #ed5ae8;
  text-align: left;
  padding-left: 1em;
}

#featuredProducts img{border:0;}

.featuredWrapperFrame img{margin-bottom:5px;}

.featuredWrapper{
  float:left;
  text-align:center;
}

#featuredProducts .featuredWrapper{padding-left:1px;}

#featuredProducts .featuredWrapper .paddy{
  padding:6px;
}

#featuredProducts .featuredWrapperFrame{
  border: 1px solid #D1C9C6;
  height:auto !important; height:200px; min-height:200px;
}

.boxFeaturedBot{
  background: transparent url(/includes/templates/classic/images/box-bot.gif) no-repeat top left;
  height:auto !important; height:20px; min-height:20px;
}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	color: #ed5ae8;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #929292;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding: 0.5em 0.2em;
	color: #9f0f70;
	font-size: 130%;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	margin-bottom: 1.4em;
}

.box{position:relative; background-color:#fff; width:100%;}
/*.corner{position:absolute; width:10px; height:10px; background: url(http://www.rebecca-louise.co.uk/includes/templates/classic/images/box-corners.png) no-repeat;font-size:0%;_background: url(/includes/templates/classic/images/box-corners.gif) no-repeat;}*/
.tl{top:0; left:0; background-position: 0 0;}
.tr{top:0; right:0; background-position: -10px 0;}
.bl{bottom:0; left:0; background-position: 0 -10px;}
.br{bottom:0; right:0; background-position: -10px -10px;}

.sideBoxContent{padding: 0.4em;}
#bestsellersContent{margin-bottom:1px;}

#bannerbox h3, #bannerbox2 h3, #bannerboxall h3{display:none;}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #ed5ae8;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #ed5ae8;
	}

#chcategories{background-color:#fff;}
#bannerboxallContent{padding:0;}

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

#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 {
	
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}
/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1.4em;
	color: #ed5ae8;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #9f0f70;
	font-size: 130%;
	text-decoration: none;
	}

A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited, A.category-holiday:visited {
	color: #929292;
	text-decoration: none;
	font-size: 100%;
	}
A.category-subs:hover, A.category-products:hover, A.category-holiday:hover {
	color: #ed5ae8;
}	
SPAN.category-subs-parent {

	}
SPAN.category-subs-selected {

	}
A.category-holiday{margin-left:8px;}
/* end categories box links */

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

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

.bold {
	font-weight: bold;
	}

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

.rowEven {
	background-color: #fff;
	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: #fff;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #fff;
	height: 2em;
	color: #000;
	}

#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;
	}
#infoShoppingCart p{
	color: #000;
}	
#infoShoppingCart h2 {
	color: #2e2e2e;
}
#cartContentsDisplay img{
	margin-top: 0;
}
 .DeliveryInfoTable {
 width: 445px;
 margin: 0 auto;
 margin-top: 25px;
 border: 2px solid #fff;
 background-color: #e7e0df;
 color: #626262;
 padding: 5px;
 }
 .highlightTxt {
 	font-size: 1.5em;
	color: #929292;
	font-weight: bold;
 }
#categoryImgListing img{
	display: none;
	border: 1px solid #000;
	background-color: #000;
	position: absolute;
	top: -1000px;
}
#indexDefaultHeading { 
	display: none;
}
#categoryIcon {
	display:none;
} 		

img.homeProds{
	border: 8px solid #fff;
	margin: 10px 25px 15px 12px;
}
#indexHomeBody .catDescContent {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 170%;
	text-align: right;
	margin-right: 30px;
	color: #ed5ae8;
}
img.FSBlogo {
	margin: 0 3px 0 8px;
}
img.cardLogos {
	border: 1px solid #000;
}
.buttonRow img{border: 2px solid #fff;}
.buttonRow input{border: 2px solid #fff;}

/* ZC styles */
div.charity-logos{width:420px; margin: 0 auto;padding: 10px 0;}
div.charity-logos img{border: 8px solid #fff;margin-right:25px;}
div.charity-logos img.last{margin-right:0;}
#indexCategoriesMainContent p{font-size:120%;}

