/**
 * 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: 5px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #191B1A;
/*	background-color: #e2e2e2;*/
	background-color: #ffffff;
	}
/* was #bed468 */
	
	
a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #6A356D;
	text-decoration: none;
font-weight: bold;
	}
 
a:visited {
	color: #6A356D;
	text-decoration: none;
font-weight: bold;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
		color: #6A356D;
/*	background: #8e6a91;*/
font-weight: bold;
text-decoration: underline;
	}
	

a:active {
	color: #6A356D;
font-weight: bold;
	}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* color: #69356c; */
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #191B1A;
	text-decoration: none;
}


h1 {
	font-size: 1.5em;
	color: #6A356D;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h3.itemTitle {
	font-size: 1em;
	}	
	
	
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .larger{
	font-size: 1.1em;
	}
	
LABEL {
	color: black;

	}	

LABEL.leftBoxContainer {
	color: white;
	}	
	
.sideBoxContent {
	font-size: 1em;
}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 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 {
	margin: auto;
	display: block;
	width: 95%;
	}

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

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

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

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

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

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
#logo{
  margin-left:15px;
  width:380px;
  height:58px;
  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 {
	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 #9a9a9a;
	}

.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: #fff;
	text-align: left;
	width: 940px;
	vertical-align: top;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#contentMainWrapper{
  border-bottom: 1px solid #A6AAAD;
	border-right: 1px solid #A6AAAD;
	border-left: 1px solid #A6AAAD;
}
#headerWrapper{
  border-top: 1px solid #A6AAAD;
	border-right: 1px solid #A6AAAD;
	border-left: 1px solid #A6AAAD;
}
.frontcat{
border: 1px solid #A6AAAD;
margin-bottom:2px;
}
#logoWrapper{
	margin: 15px 0 0 0px;
	width:930px;
	
	}


#logoWrapper a:hover {
background: transparent;	
}	
#taglineWrapper {
  float:right;
  height: 77px;
	width: 280px;
}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper {
	margin-left: 8px;
	margin-right: 0em;
	}
#navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
^
#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

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

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

#productsListingListingBottomLinks{
color:#5e5e5e;
font-size:11px;
padding-left:5px;
}

#productsListingTopNumber{
color:#fff;
font-size:11px;
padding-left:5px;
}

#productsListingListingTopLinks{
color:#fff;
font-size:11px;
padding-left:5px;
}

.listingBar{
background-color:#5E5E5E;
margin-bottom:10px;
padding:5px 0;
width:100%;
margin-top:0px;
}

#productsListingBottomNumber{
color: #5e5e5e;
}

#productsListingListingTopLinks a{
color: #ddd;
}

.current {
font-size: 12px;
font-weight: bold;
}

#productsListingBottomLinks a{
color: #69356c
}

#productsListingBottomLinks {
color: #5e5e5e
}



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

#navSuppWrapper, #navCatTabsWrapper {
	background-color: #fff;
	width:929px;
  font-weight: bold;
	color: #333;
	border: 1px solid #A6AAAD;
	}
#navMainWrapper {
	margin: 0 0 0 28px;
	padding: 0 0.2em;
	line-height:normal;
	font-weight: bold; 
   width:787px;
	}
#navSuppWrapper, #navCatTabsWrapper {
	margin: 10px 0 0 0px;
	padding: 0em;
	color: #8A6241;
  width:929px;
	}	
#navCatTabsWrapper {
	/*background-color: #ffffff;*/
	color: #9a9a9a;
	background-image:none;
}
#navSupp ul, #navCatTabs ul {
	margin: 0;
	margin-left:10px;
	padding: 0.8em 0.5em 0.5em 0.5em;
	list-style-type: none;
	line-height: 1.5em;
	}
#navCatTabs ul {
	margin: 0;
	padding: 0.8em 0.5em 0.5em 0.5em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}
#navMain ul {
	margin: 0;
	padding: 0.5em 0.5em 0.2em 0.5em;
	list-style-type: none;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.5em;
	}
#navMain ul li {
padding: 0.5em 0 0.2em 0.5em;
background: url(../images/left.gif) no-repeat left top; 
	display: inline;
	}
#navMain ul li a {
	margin: 0;
padding: 0.5em 15px 0.2em 0.5em;
   background: url(../images/right.gif) no-repeat right top ;
	text-decoration: none;
	color: #6A356D;
	white-space: nowrap;
	}
	
#navMain ul li a:hover {
	margin: 0;
padding: 0.5em 15px 0.2em 0.5em;
   background: url(../images/right_on.gif) no-repeat right top;
	color: #6A356D;
	}	
#navMain ul li.viewCart {
padding: 0.5em 0 0.2em 0.5em;
background: url(../images/sleft.gif) no-repeat left top; 
	display: inline;
	}
#navMain ul li.viewCart a {
	margin: 0;
padding: 0.5em 15px 0.2em 0.5em;
   background: url(../images/sright.gif) no-repeat right top ;
	text-decoration: none;
	color: #6A356D;
	white-space: nowrap;
	}
#navMain ul li.viewCart a:hover {
	margin: 0;
padding: 0.5em 15px 0.2em 0.5em;
   background: url(../images/sright_on.gif) no-repeat right top ;
	color: #6A356D;
	} 
	 
#navSupp ul li, #navCatTabs ul li {
	display: inline;
	}
#navSupp ul li a, #navCatTabs ul li a {
	margin: 0;
	padding: 0 0.2em 0 0.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #191B1A;
	text-decoration: none;
  white-space: nowrap;
	}
	
#navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #191B1A;

}	
#navCatTabs ul li a {
	color: #4c0040;
	}

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

#navMainSearch {
margin: 5px 90px 0 0;
position:relative;
float: right;
}
.button   {
	margin: 0 50px 0 0;
	position:absolute;
	top: -2px; 
	}
#navBreadCrumb {
   margin: 10px 0 0 0px;
	padding: 0.5em 0.5em 0.5em 0em;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #191B1A;
    font-weight:bold;
	width: 100%;
	}
/* was #bed468 */	
#navBreadCrumb span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #191B1A;
    font-weight:normal;
	}
	
#navBreadCrumb a {
	padding: 0 0.5em 0 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
    color: #191B1A;
	text-decoration: none;
}
#navBreadCrumb a:hover {
    color: #5B5B5B;
	text-decoration: underline;
}
.border-bottom{
width:99%;
margin-bottom:15px;
border-bottom:1px solid #A6AAAD;
}
#navEZPagesTop {
	margin: 0 0 0 10px;
	padding: 5px 2px;
	text-align: left;
	font-size: 12px;
    font-weight: normal;
	color: #fff;
  }
#navEZPagesTop a:hover,a.itemtext:hover {
color: #D28E8E;
text-decoration: none;
}
#navEZPagesTop a {
font-family: Arial;
font-size: 12px;
  font-weight: 500;	
	padding: 0 0.5em 0 0.5em;
	color: #fff;
}
a.itemtext:link,a.itemtext:visited{
color:#fff;
font-weight: normal;
}
#navColumnTwo {
	background-color:transparent;
	}
#navColumnOne{
	background-color:#F0F0F0;
	border-right:1px solid #A6AAAD;
	}
/*The main content classes*/


#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}
.centerBoxContentsNew{height:175px;}	
.categoryListBoxContents {
	vertical-align: bottom;
	font-size: .6em;

	}

.categoryListBoxContents  a {
	color: #4e0040;
	}

/*.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;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}
.centerColumn {
margin: 0 0 0 5px;
	padding: 0;
	/*	width: 620px;*/
	width: 98%;
	}
.smallText, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
#siteinfoLegal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #191B1A;      
	font-weight:normal;
	text-align: left;
  padding: 0px 0 5px 0;
  margin-left:15px;
}
#siteinfoLegal a {
	padding: 0 0.5em 0 0.5em;
	color: #191B1A;
	font-weight:normal;
}
#siteinfoLegal a:hover {
	color: #191B1A;
}
/*Shopping Cart Display*/
#cartAdd {
	text-align: left;   
	margin-left:10px;
	}
.border-right{
border-right:1px solid #A6AAAD;
}

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

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

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

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

.cartOldItem {
	color: #000000;
	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;
	}
.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;
	list-style-type: none;
	} 

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

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

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

#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: 1px solid #A6AAAD;
	height: 1%;
	margin-top: 50px;
	margin-bottom: 1.1em 0;
	margin-left: 1.1em 0;
	margin-right: 1.1em 0;
	}

h2.centerBoxHeading {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A356D;
	text-transform:uppercase;
	font-weight: bold;
	
	}

/*sideboxes*/
.columnLeft {}
h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #000000;
   
   

	}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 1.1em;
	color: #904C01;
	font-weight: bold;
}
#categories{
	margin: 0 10px 0 0;
	margin-top: 1.5em;
	
}
#categoriesHeading {
	margin: 0em;
/*	background: url(../images/sidebox_header_bg.png) no-repeat #abbbd3;*/
	padding: 0.5em 0em;
}
h3#categoriesHeading {
	font-size: 1.1em;
	color: #904C01;
font-weight: bold;	
}
#categoriesContent{
padding: 0em 0em 0em 0em;
/*background: url(../images/sidebox_content.png) #ffffff;*/
	background-position:bottom;
color: #3300FF;
	font-size: 1em;
font-weight:bold;
}
#categoriesContent a, #categoriesContent a:hover {
	/*color: #6A356D; */
	color: #ffffff;
}

#countdownsidebox {
	margin: 0 10px 0 28px;
	background-color: #E5D7B4;
	border: none;
	margin-top: 1.5em;
}
#countdownsideboxHeading {
	margin: 0;
	padding: 0.5em 0;
	background-image:url(../images/sidebox_h_xmas_bg.gif);
	background-repeat:no-repeat;	
	background-color: #E5D7B4;
	height:30px;
}
h3#countdownsideboxHeading {
	font-size: 1.2em;
	color: #fff /*#E59B0C*/;
	}
#countdownsideboxContent {
	padding: 0.5em 0.3em 1em 0.3em;
	background-image:url(../images/sidebox_c_xmas.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color: #E5D7B4;
	text-align: center;
	font-size: 1em;
	color: #000;	
}
.leftBoxHeading, .rightBoxHeading {
	text-align:left;
    margin: 0em;
	padding: 0.5em 0em 0em 0em;
	}
.centerBoxHeading {
	margin: 0em;
	background-color: #e4eef0;
	padding: 0.5em 0.2em;
	}
.leftBoxContainer {
	margin: 5px 0px 10px 0;
	}
.rightBoxContainer {
	margin: 1.5em 40px 10px 0;
	/*border: 1px solid #9a9a9a;
	border-bottom: 5px solid #336633;
	margin-top: 1.5em;*/
	}
.sideBoxContent {
   margin: 0;
   padding-left:5px;
   padding-right:5px;
   color:#000000;
/*	background: url(../images/sidebox_content.png) #ffffff; */
	background-position:bottom;
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	padding: 0.5em 0 0.4em 0;
	color: #000000;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #904C01;
	}

.leftBoxHeading a:visited {
	color: #000000;
	}	
	
.centeredContent, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix,  #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .centerBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

#bannerOne1 {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	width: 100%;
	margin-bottom: 2px;

}
	
	
TH{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}	
	
#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;
	}

/* categories box parent and child categories */
A.category-top/*, A.category-top:visited*/ {
	color: #6a356d; 
	text-decoration: none;
	}

/* categories box parent and child categories */
A.category-top2, A.category-top2:visited {
/*	color: #924E01; */
	color: #505050; 
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	}

A.category-top2:hover {
	text-decoration:underline;
	font-weight:normal;
	color: #505050; 
}

	
A.category-links, A.category-links:visited {
/*	color: #924E01; */
	color: #ffffff; 
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
/*	color: #924E01; */
	color: #ffffff; 
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	color: #ffffff;
	}
/* end categories box links */

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

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
	}

#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;
	}
#indexCategoriesMainContent a img {
	text-align: center;
}

#poop {
	border-width: 3px 3px 3px 3px;
	padding: 4px 4px 4px 4px;
	border-style: double double double double;
	border-color: gray gray gray gray;
	background-color: #e2e2e2;

	margin: 1px;
}

#poop:hover{
background-color: #8e6a91;
}


#chcategoriesContent ul {
list-style-type:none;
padding:0 0 0 10px;
margin-left: 0pt;
margin-top:2px;
}

#chcategoriesContent ul li a {
border-bottom-width: 0px;
border-bottom-style: solid;
border-bottom-color: #f1a2a7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #191B1A;
	text-decoration: none;
/*display: list-item;*/
font-weight: normal;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: -8px;
min-height: 9px;
padding-left: 2px;
text-decoration: none;
line-height:16px;
}

#chcategoriesContent ul li a:hover {
	color:#4E504F;
	text-decoration: underline;
}
#manufacturerslistContent  ul {
list-style-type:none;
padding-left:5px;
margin-left: 0pt;
margin-top:2px;
}

#manufacturerslistContent ul li a {
border-bottom-width: 0px;
border-bottom-style: solid;
border-bottom-color: #f1a2a7;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #505050;
	text-decoration: none;
/*display: list-item;*/
font-weight: normal;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: -8px;
min-height: 9px;
padding-left: 2px;
text-decoration: none;
line-height:16px;
}

#manufacturerslistContent ul li a:hover {
	color:#4E504F;
	text-decoration: underline;
}

.betterCategories {
font-size: 0.75em;
}

#topCatTabs1 ul li:hover {
	color: #ffffff;
	background: #8e6a91;
    font-weight: bold;
	}
	
 .listingTableContents{
	text-align: center;
}

.categoryTableContents{
    color: #4c0040;
	FONT-SIZE: 1em;
	border-bottom:1px solid #A6AAAD;
    border-left: 1px solid #A6AAAD;
	padding:0 0 5px 5px;
    height:180px;
}
.categoryTableContents{
	text-align: center;
}
.categoryTableContents3{
	text-align: center;
}
.categoryTableContents3{
    color: #4c0040;
	FONT-SIZE: 1em;
	border-bottom:1px solid #A6AAAD;
	height:180px;
    padding:0px 0px 5px 10px;  
}

.listingTableContents{
    color: #4c0040;
	FONT-SIZE: .8em;
	border-bottom:1px groove #000000;
	padding-bottom:10px;
}


.categoryTableContents a,.categoryTableContents3 a, .listingTableContents a{
	color: #4e0040;
font-weight:normal;
font-size:11px;
}









.sidebox {
	margin: 0 .5em; /* center for now */

	padding: 0 0 0 em;
   	float: left;
	font-size: 100%;
	width: 78%;
/*	width: 17em; /* ems so it will grow */
/*	background: #8f698f;*/
	background: url(http://www.delightfuldaisy.com/includes/templates/ocean_front/images/sbbody-r.gif) no-repeat bottom right;
	}	

.boxbody {
	background: url(http://www.delightfuldaisy.com/includes/templates/ocean_front/images/sbbody-l.gif) no-repeat bottom left;
	margin: 0 0 0 0em;
        float: right;
padding: 5px 0 25px 0;
width: 100%;
}

.boxbody ul {
	margin: 0 0 0 2em;
	padding: 0;
	list-style-type: none;
	}

.boxbody ul li {
	display: block;
	float: left;
	display: inline;
	margin: 0em;
	padding: 0em;
	text-align: left;
	width: 45%;
}
	
.boxbody ul li a {
	margin: 0em;
	display: block;
	padding: 0;
	text-decoration: none;
	color: #4c0040;
	}

	
.boxbody ul li a:hover {
background: none;
text-decoration: underline;
	
}

A.boxbody:visited {
	color: #ffffff; 
	text-decoration: none;
	}

.boxhead {
	background: url(http://www.delightfuldaisy.com/includes/templates/ocean_front/images/sbhead-r.gif) no-repeat top right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	width: 100%
}
.boxhead h2 {
	background: url(http://www.delightfuldaisy.com/includes/templates/ocean_front/images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;

	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	text-decoration: underline;
}

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.cartBoxTotal {
	color: #000000;
	}

.textbox {
	height: 17px;
	width: 157px;
	padding-top: 1px;
	padding-left: 5px;
	border: 1px solid #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.Phonenumber 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #191B1A;
	text-decoration: none;
}
h1#productName{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4D4D4F;
	font-weight:bold;
	text-decoration: none;
padding-left:7px;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #191B1A;
	text-decoration: none;
}
#freeShippingIcon{
padding:10px 0px 0px 10px;
}
h1#productListHeading{
font-family:  sans-serif,Arial, Helvetica;
font-size:28px;
margin-top:15px;
margin-bottom:10px;
margin-left:15px;
color:#5E5E5E;
font-weight:normal;
}
.textbox {
	height: 16px;
	width: 142px;
	padding-top: 3px;
	padding-left: 5px;
	border: 1px solid #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.splashpage {
	font-size: 11px;	
}

.splashpage a{
	color: #69356c;
	text-decoration: underline;
}
.navCatLink{
color: #6a356d; 
width:115px;height:32px;
padding:2px 0px;
border:1px solid #ffffff;
text-transform:uppercase;
}
td.navCatLink a,td.navCatLink a:visited,td.navCatLink a:active{
color: #6a356d; 
width:115px;height:32px;font-size:12px;
display:block;
text-transform:uppercase;
}
td.navCatLink:hover,td.navCatLink-selected
{ color:#fff; font-size:12px;
width:115px;  background-color:#6a356d;
text-transform:uppercase;
}
td.navCatLink a:hover
{
  color:#fff;  
}
.navCatLeftLink
{
  
}
.navCatLeftLink ul 
{
 padding:0px;
 margin:0;
  
}
.navCatLeftLink ul li
{
  list-style:none;
  padding-left:5px;
  color:#505050;
  font-weight:normal;
  
}
.navCatLeftLink ul li a
{
  
  
  color:#505050;
  font-weight:normal;
  
}

#shoppingcartHeading{ padding-left:5px;}
