/**
 * 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 {
	font: 11px Trebuchet MS, Arial, Helvetica, sans-serif;
    background-image: url('../images/pinkdots1.jpg');
	background-repeat: repeat;
	margin: auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #515151;
}
.centerColumn#ezPageDefault { 
font-family: trebuchet ms, arial, helvetica, sans-serif;
font-size: 1.1em;
}
a img {border: none; }
a:link {
                     font-family: trebuchet ms, helvetica, arial;
                    	color: #d090b0;
	text-decoration: none;
}
#ezPageDefault {
background-color:#ffffff;
border: 1px dashed #B87070;
}
#navEZPagesTOC ul li a {
                     font-family: helvetica, arial;
                     font-size: 1em;
	color: #400000;
	text-decoration: none; border: 0px solid #400000;
	}
a:visited {
	font-family: helvetica, arial;
                     font-size: 1em;
                     color: #d090b0;
	text-decoration: none;
	}
a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #eb2e83;
                     	}
a:active {
	color: #515151;
	}
h1 {
	font: 18px Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#eb2e83;
}
h2 {
	font-family: trebuchet ms, arial, sans-serif;
                     font-size: 1.3em;
	color: #78b0c8;   
	}
h3 {
	font-family: trebuchet ms, arial, sans-serif;
                     font-size: 1.2em;
	color: #000000;
                     }
h3.itemTitle a {color: #c04edb; font-weight:normal;}
h3.itemTitle a:active {color: #515151;}
h3.itemTitle a:visited {color: #c04edb;}
h4, h5, h6, LABEL, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.2em;
                     color: #000000;
	}
h4.optionName { font-size: 0.8em; color: #000000; font-weight: normal;}
.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-color: #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 {
	padding: 0.2em;
                     	}
LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
#logo {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: 0px;
}
a.categories-top {border-bottom: 2px dotted #400000;
                     width: 250px;
}
/*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 {                         
	width: 980px;
	background-color: #FFFfff;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0em 1em 0em 1em;
	text-align:left;
	vertical-align: top;
	 }                     
#contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: auto;
padding: 0em 1em 0em 1em;
	border: 1px solid #fbfcf3;
                                    	}
#headerwrapper {
                     margin: auto;
                      padding: 0em 1em 0em 1em; 
                     width: 980px;
                     border: 0px solid #ffffff;
                     background-color:#ffffff;
                                          }
#contentMainWrapper {
                     background-color: #ffffff;
	    width: 980px;
                     }
#productGeneral {background-color:#ffffff;
border: 0px dashed #B87070;
                              padding-bottom: 3em;
                              }
#productPrices {color:#515151;
font-size: 1.5em;
}
.centerColumn  {background-color: #ffffff;
                           width: 680px;
                           margin: auto;
                           }
#logoWrapper{
	background-color: #ffffff;
                     text-align: right;
                     margin: auto;
 width:980px;   
padding: 0em 1em 0em 1em;                 }
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	}
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : right;
	vertical-align: top;
	}
#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 1em 0em 1em;
	}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	border: 1px solid #fbfcf3;
	}
.wrapperAttribsOptions {
	margin: 0.3em;
	}
/*navigation*/
.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}
#navCatTabsWrapper {
	width: 980px;	 
   margin: auto;
	background-color: #e978be;
	padding: 0em 1em 0em 1em;
	border-top: 2px solid #ffffff;           	
	height: 3em;
   font-weight: normal; 
	color: #ffffff;
                     	}
#navSuppWrapper {
width: 100%;	 
   margin: auto;
	background-color: #ffffff;
	background-image:url(../images/daisiesnbutterflies2.jpg);
	background-position:left;
	background-image:url(../images/daisiesnbutterflies.jpg);
	background-position:right;
	padding: 0em;
	border: 0px solid #ffffff;           	
	height: 1%;
   font-weight: normal; 
	color: #eb2e83;
                     	}
#navMainWrapper{
                     margin: auto;
	background-color: #ffffff;	
	font-weight: bold; 
	color: #808080;
	height: 1%;
                     width: 980px;
padding: 0em 1em 0em 1em;
                     	}
#navMain ul  {
	margin: auto;
	padding: 0em;
	list-style-type: none;
	text-align: right;
                     background-color: #ffffff;
                     	}
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}
#navMain ul li a, #navCatTabs ul li a {
	text-decoration: none;
	                      vertical-align: middle;
                     	color: #c04edb;
                     font-size: 1.2em;
                     font-weight: normal;                                  	
}
#navSupp {background-color: #ffffff;
width: 100&; 
margin: auto;
	padding: 0em;
	list-style-type: none;
	text-align: center;
	color: #515151;
	font-size: 1.2em;
	font-weight: normal;
		}
	#siteinfoIP {background-color: #fbfcf3;
margin: auto;
	padding: 0em;
	list-style-type: none;
	text-align: center;
		}
#navCatTabs ul li a {
                     font-family: arial;
                     font-weight: bold;
                   	color: #78b0c8;
                     font-size: 1.2em;
                     	}
#navEZPagesTOCWrapper {
	color: #000000;
	text-align: left;
	height: 1%;
	border: 0px solid #400000;
	}
#navEZPagesTOC ul {
	margin: auto;
	padding: 0em;
	list-style-type: none;
	line-height: 1.5em;
	}
#navEZPagesTOC ul li {
	white-space: nowrap;
	}
#navEZPagesTOC ul li a:hover {
                     font-size: 1.1em;
	}
#navEZPagesTOC ul li a {
	padding: 0em;
	margin: auto;
	}
#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
                    	}
#indexProductList {
background-color: #ffffff;
border: 1px dashed #B87070; }
#navMainSearch {
	float: right;
                     margin: 13em 0em 0em 0em;                     
                     display: inline; }
 #navcurrencies {
 float: right;
 margin: 16em 0em 0em 0em;
 }                    
#navBreadCrumb {
color: #B87070;
	padding: 0.1em 0em;
	background-color: #fffae8;
	font-size: 1.2em;
	font-weight: normal;
   margin-left: 2.1em;
   text-align: left;
   line-height: 1.5em;
	}
#navEZPagesTop {
	background-color: #e8f4d8;
	font-size: 1.2em;
                    	font-weight: normal;
                    	color: #98b088;
                     text-align: center;
                     margin: auto;                                   
                     width: 1030px;
                     line-height: 2.5em;
                     border-top: 2px solid #A9CD81;
                     border-bottom: 2px solid #A9CD81;
                     }
#navEZPagesTop a {
                     color: #98b088;                                            
}
#navColumnOne, #navColumnTwo {
	background-color: #ffffff;                                      
	border: 0px solid #ffffff;
	padding-top: 0em;}
/*The main content classes*/
#contentColumnMain,  .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: bottom;
	}
#navColumnOne, #navColumnTwo	{
	vertical-align: top;
	}
/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	font-size: 1.2em;
	padding: 0.5em;
                     	}
.alert {
	color: #78b0c8;
	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 {
font-size:1.3em;
font-weight:normal;
}
#siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 1em;
	}
/*Shopping Cart Display*/
#cartAdd {
background-color: #ffffff;
	margin-top: 0.5em;
	border: 0px dotted #e878c0;
	padding: 0.5em;
	width: 100px;
		}
.tableHeading TH {
	border-bottom: 1px solid #c8e0c0;
	}
.tableHeading, #cartSubTotal {
	background-color: #FEC2D8;
	 }
#cartSubTotal {
	border-top: 1px solid #000000;
	color: #515151;
	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;
                      color: #cc6699;
	}
.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;
	}
.normalprice {color: #515151;}	
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #b75586;
	}
.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 
#productbox {
background-color:#ffffff;
border: 1px dashed #B87070;
padding: 0.5em;
width:100%;
}
#shoppingbox {
float: left;
margin:0;
padding-left:10px;
width: auto;
}
#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 {}
#cartImage {
	margin: 0.5em 1em;
	}
/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
	}
.attributesComments {text-align:center;}
#productAttributes {
                           margin: 0em;
                           padding: 0em 0em 0em 0em;
                           }
#productTellFriendLink{
                           float: right;
                           margin: 0.5em;
                           padding: 0.5em; 
                       }
/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .centerBoxContentsNew .centerBoxContentsAlsoPurch, .centerBoxContentsSpecials, #featuredProducts {
	margin: 1em 0em;
	background-color: #ffffff;
	border:0px solid #98b088;
	                    	}	                                    	
.centerBoxContentsFeatured {
margin: 0em;
background-color: #ffffff;
	border:0px solid #98b088;
	padding: 1em 0em 1em 0em;	
	width:25%;
	}    
.categoryListBoxContents, .additionalImages {	
background-color: #ffffff;
	border:0px solid #98b088;}
.centerBoxWrapper {
background-color: #fffae8;
	border: 0px solid #e7f1e2;
	height: 1%;
	margin: 1.1em 0;
   padding: 2em;
	}
h1.centerBoxHeading {
	 font-size: 2em;
                     font-family: arial;
	color: #98b088;
                     text-align: left;
	}
h2.centerBoxHeading {
	 font-size: 1.6em;
                     font-family: trebuchet ms, arial, sans serif;
	color: #98b088;
                     text-align: left;
	}
/*sideboxes*/
.columnLeft {}
h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-family: arial;
                     font-weight: bold;
                   	color: #c04edb;
                     font-size: 1.2em;
                     text-align: left;
                     padding-left: 0em;
                     }
#musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-family: arial;
                     color: #d090b0;
                     font-size: 1.2em;
                     }
.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;                     	
	padding: 0em;
	text-align:center;
	background-color: #fffae8;
                     }
#subscribeContent {
color: #b07070;
background-color: #FFD7EB;
border:4px solid #ffffff;
width: 190px;}
#categoriesContent {
                     line-height: 1.5em;
                     background-color: #ffffff;
                     padding-left: 3.5em;
                     }
#categoriesHeading {
                    background-image: url(../images/categoriesheader.jpg);
                    background-repeat: no-repeat;
                    background-color: #ffffff;
                    line-height: 4em;
                                        }
#categoriesBox {
border: 1px dotted #515151;}                    
#currenciesHeading {
                   background-image: url(../images/currencyheader.jpg);
                   background-repeat: no-repeat;
                   height: 5em;
                    }
#manufacturersHeading {
                   background-image: url(../images/manufacturersheader.jpg);
                   background-repeat: no-repeat;
                   height: 4em;
                   }
#bestsellersHeading {
                   background-image: url(../images/bestsellersheader.jpg);
                   background-repeat: no-repeat;
                   height: 3em;
                    }
#ezpagesHeading {
                   background-image: url(../images/babytalkheader.jpg);
                   background-repeat: no-repeat;
                   height: 10em;
                    }                   
#bannerboxContent {
                  text-align: center;                                                                 
 }
 #bannerbox {
                  border: 0px dashed #98705C;                                                                 
 }
#ezpages {
background-color: #ffffff;
font: #400000; 
}
#ezpagesContent {
margin-left: 0.5em;
font: #400000;
line-height: 30px;
}
#ezpagesContent a:link {
color: #400000;
}
#ezpagesContent a:hover {
color: #eb2e83;
}
#ezpagesContent a:active {
color: #400000;}
#ezpagesContent a:visited {
color: #400000;}
.leftBoxContainer, .rightBoxContainer {
	margin: 0em;   
	background-color:#ffffff;
		}
.sideBoxContent {
	padding-bottom: 1em;
                     background-color: transparent;
                     }
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #cc0099;
	text-decoration: none;
	} 
.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #db95b8;
	}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #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;
	}
#bannerThree {
                     position: absolute;
                     right: 24%;
                     top: 50px;
                     border: 0px solid #ffffff;
                     }
#bannerOne {
                     position: absolute;
                     right: 180px;
                     top: 14px;
                     border: 0px solid #ffffff;
                      }
#bannerTwo {
                     position: absolute;
                     right: 180px;
                     top: 90px;
                     border: 0px solid #ffffff;
                      }
#centerBoxContents  {
                    color: #515151;
                    font-size: 1.0em;
                    } 
#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: #ffffff;
}
#upProductsHeading {
	text-align: left;
	}
#upDateHeading {
	text-align: right;
	}
/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	padding: 1px;
                     color: #000000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #000000;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #78b0c8;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: normal;
	}
SPAN.category-subs-selected {
	font-weight: normal;
	}
/* end categories box links */
/*misc*/
.back {
	float: left;
	}
.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}
.bold {
	font-weight: bold;
	}
.rowOdd {
	background-color: #ffffff;
	height: 1.5em;
	vertical-align: top;
	}
.rowEven {
	background-color: #ffffff;
	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: #e0f0e0;
	height: 2em;
	}
.productListing-rowheading {
	background-color: transparent;
                     background-image: url(../images/producttop.jpg);
                     height: 2.5em;
	color: #db95b8;
                     font-size: 1.2em;
	}
.indexCategoriesMainContent {
                     text-align: center;
                     color: #515151;
                     background-color:#ffffff;
                     }
#indexCategories {
background-color: #ffffff;
border: 1px dashed #B87070; }
#siteinfoLegal {background-color: #fbfcf3;}
#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;
	}
.xsnazzy h1, .zsnazzy h1 {
margin:0; 
padding:0 10px 5px 10px; 
border-bottom:0px solid #e978be;
}
.xsnazzy p, .zsnazzy p {
margin:0; 
padding:5px 10px; 
}
.xsnazzy {
background: transparent; 
width:auto; 
float:left; 
margin:0 3px;
}
.xtop, .xbottom {
display:block; 
background:transparent; 
font-size:0.5px;
}
.xb1, .xb2, .xb3, .xb4 {
display:block; 
overflow:hidden;
}
.xb1, .xb2, .xb3 {
height:1px;
}
.xb2, .xb3, .xb4 {
background:#A9CD81; 
border-left:1px solid #A9CD81;
border-right:1px solid #A9CD81;
}
.xb1 {
margin:0 5px; 
background:#f9dbee;
}
.xb2 {
margin:0 3px;
border-width:0 2px;
}
.xb3 {
margin:0 2px;
}
.xb4 {
height:2px; 
margin:0 1px;
}
.xboxcontent {
display:block; 
padding: 5px;
background-color: #ffffff;
border:0px solid #A9CD81; 
border-width:0 1px; 
height:auto;
}
* html .xboxcontent {
height:1px;
}
.color_a {
background:#c9ba65;
color:#fff;
}
.color_b {
background:transparent; 
color:#000;
}
.color_c {
background:transparent; 
color:#fff;
}
.color_d {
background:#b2ab9b; 
color:#000;
}
#quicklinks {
font-family: trebuchet ms, arial, helvetica, sans-serif;
font-size: 1.2em;
background-color: #e8f4d8;
}
#quicklinks a:link 
{text-decoration: none;
color: #A9CD81;
}
#quicklinks a:visited 
{text-decoration: none;
color: #A9CD81;
}
#quicklinks a:hover 
{text-decoration: none;
color: #515151;
}
#quicklinks a:active 
{text-decoration: none;
color: #A9CD81;}
