/**

 * Main CSS Stylesheet

 *

 * @package templateSystem

 * @copyright Copyright 2003-2005 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 4376 2006-09-03 20:42:22Z drbyte $

 */


body {

	margin: 0;

	font-family: verdana, arial, helvetica, sans-serif;

	font-size: 11px;

	color: #333333;

	background-color: #FFFFFF;
	
	text-align: center;

	}



a img {border: none; }



a:link, #navEZPagesTOC ul li a {

	color: #333333;

	text-decoration: none;

	}

 

a:visited {

	color: #333333;

	text-decoration: none;

	}



a:hover, #navEZPagesTOC ul li a:hover {

	color: #F6AD30;
	
	}

#navCatTabs ul li a:hover {

	color: #AC2236;
	
	}


#navMain ul li a:hover, #navSupp ul li a:hover {

	color: #F6AD30;
	
	border-bottom: 1px dotted #F6AD30;

	}


a:active {

	color: #333333;

	}



h1 {

	font-family: Arial, Verdana, Helvetica, sans-serif;

	font-size: 18px;
	
	color: #F6AD30;
	
	font-stretch: wider;
	
	letter-spacing: 0.05em;
	
	}



h2 {

	font-size: 14px;

	}



h3 {

	font-size: 11px;
	
	color: #AC2236;
	

	}



h5, h6 {

	font-size: 11px;

	color: #AC2236;

	}
	

.sideBoxContent {

	font-size: 11px;

	color: #333333;

	}
	
.larger{

/*	font-size: 11px;
	
	font-weight: bold;

	color: #AC2236;
*/	
	}

LABEL/*, ADDRESS */{

	font-size: 11px;

	vertical-align: middle;

	}
		
h4 {

	font-size: 11px;
	
	color: #AC2236;

	font-weight: bold;

	}

#productAttributes {

	margin-top: 20px;
	
	}	

.optionName {

	margin-top: 5px;

	font-size: 11px;

	color: #333333;
	
	}

.optionMenu {

	padding-left: 10px;

	}

.optionMenuPrice {

	font-size: 12px;
	
	color: #AC2236;

	font-weight: bold;

	}

.biggerText {

	font-size: 12px;

	}



h1, h2, h3, h4, h5, h6 {

/*	margin: 0.3em;	*/
	
	text-align: left;

	}



CODE {

	font-family: arial, verdana, helvetica, sans-serif;

	font-size: 11px;

	}



FORM, SELECT/*, INPUT*/ {

	display: inline;

	font-size: 11px;

	margin: 2px 0 0 0;

	}

INPUT {

	display: inline;

	font-size: 11px;

	margin: 5px 0 0 0;
	
	}


.inputTextSearch {

	width: 20em;

}


TEXTAREA {

	display: block;

	display: inline;

	margin: 5px 0 0 0;

	}



input:focus, select:focus, textarea:focus {

	background: #FFFFCC;

	}



FIELDSET {

	padding: 0 10px 0 10px;

	margin: 0 10px 20px 0;

	margin: 0.5em 0em;

	border: 1px solid #6699FF;
	
	}



LEGEND {

	font-size: 11px;
	
	color: #6699FF;

	font-weight: bold;
	
	padding: 0;
	
	margin: 0;
	
	background-color: #FFFFFF;

	}



h4.optionName {

	line-height: 1.5em;

	padding: 0.2em;

	}



LABEL.checkboxLabel, LABEL.radioButtonLabel {

	margin: 0.5em 0.3em;

	}


.button_search {

	background-image: url(../buttons/english/button_search.gif);
			
	background-repeat: no-repeat;
	
	width: 120px;
	
	height: 40px;
	
	background-color: #FFFFFF;
	
	padding-left: 60px;
			
	}

#logo { 

	margin: 30px auto auto auto;

	background-image:url(../images/logo.gif);
	
	background-position: left;
	
	background-repeat: no-repeat;
	
	width: 90%;
	
	height: 33px;
	
	position: relative;
	
	text-align: left;


}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {

	float: left;

	}



LABEL.inputLabel {

	width: 11em;

	float: left;
	
	padding-top: 6px;

	}



LABEL.inputLabelPayment {

	width: 15em;

	float: left;

	}



LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {

	width: 12em;

	float: left;

	}



ADDRESS {

/*	padding: 0.5em;	*/

	}

P {}


.clearBoth {

	clear: both;

	}



HR {

	height: 1px;

	margin-top: 0.5em;

	border: none;

	border-bottom: 1px solid #F6AD30;

	}



/*warnings, errors, messages*/

.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {

	line-height: 1.8em;

/*	padding: 0.2em;

	border: 1px solid #000000;
*/
	}



.messageStackWarning, .messageStackError {

	color: #ff0000;
	
	}



.messageStackSuccess {

	color: #00FF00;

	}



.messageStackCaution {

	color: #FF0000;

	}



/*wrappers - page or section containers*/

#mainWrapper {

	margin: 0;

	text-align: left;
	
	width: 100%;
	
	height:auto;

	vertical-align: top;
	
	}


#headerWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {

	margin: 0 auto 0 auto;

	padding: 0;

	}
	

#contentMainWrapper {

	margin: 0 auto 0 auto;

	padding: 0px;

	}

	
#headerWrapper {

	background-image:url(../images/header.gif);
	
	background-position: top;
	
	background-repeat: repeat-x;
	
	width: 100%;
	
	height: 115px;
	
	position:relative;
	
	vertical-align: top;

	}


#navColumnTwoWrapper, #mainWrapper {

	margin: 0 auto auto auto;
	
	
	} 
	
	
#navColumnOneWrapper {

	margin: 5px 30px 0 22px;
	
	
	} 


#tagline {

/*	color:#000000;

	font-size: 2em;

	text-align : center;

	vertical-align: middle;
*/
	}



#sendSpendWrapper {

	border: 1px solid #cacaca;

	float: left;

/*	margin: 0em 0em 1em 1em;	*/

	}



.floatingBox, /*#accountLinksWrapper,#sendSpendWrapper, #checkoutBillto, #checkoutShipto,*/ #navEZPagesTOCWrapper {

	margin: 0;

	width: 47%;

	}

.wrapperAttribsOptions {

	margin: 0.3em 0em;

	}



/*navigation*/



.navSplitPagesResult {

	font-size: 10px;

}

.navSplitPagesLinks {

	font-size: 10px;

}


.navNextPrevCounter {

	margin: 0em;

	font-size: 9px;

	}

.navNextPrevList {

	display: inline;

	white-space: nowrap;

	margin: 0;

	padding:  0.5em 0em;

	list-style-type: none;
	
	font-size: 10px;

	}

#navMainWrapper, #navSuppWrapper {

	margin: 0 auto 0 auto;
	
	width: 90%;

	padding-top: 8px;

	text-align:right;
	
	font-size: 10px;
	
	font-weight: normal;

	color: #FFFFFF;

	}


#navCatTabsWrapper {

	background-image:url(../images/topnavbg.gif);
	
	background-position: bottom;
	
	background-repeat:repeat-x;
	
	width: 90%;
	
	height: 24px;

	margin: 5px auto 0 auto;
	
	padding: 0;
	
	font-weight: bold;
	
	position: relative;
	
	text-align: right;
	
	vertical-align: middle;
	
	}


#navMain ul, #navSupp ul  {

	margin: 0 10px 0 0;

	list-style-type: none;

	text-align: right;

	}


#navCatTabs ul  {

	margin: 0;

	padding:  0.3em 2em 0em 0em;

	list-style-type: none;

	text-align: right;

	line-height: 1.5em;
	}


#navMain ul li, #navSupp ul li, #navCatTabs ul li {

	display: inline;

	}



#navMain ul li a, #navSupp ul li a {

	text-decoration: none;

	padding: 10px 0 5px 0;

	margin: 10px 10px 0 0;

	color: #333333;

	white-space: nowrap;

	}


#navCatTabs ul li a {

	text-decoration: none;

	padding: 0em 0.5em;

	margin: 0;

	color: #ffffff;

	white-space: nowrap;

	}


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

	}



#navMainSearch, #navCategoryIcon,/* .buttonRow, #indexProductListCatDescription */ {

	margin: 5px;

	}
	
.buttonRow {

	padding: 10px 0 10px 0;
	
	}
	

#indexProductListCatDescription {

	font-weight: bold;

	}

#navBreadCrumb, #navBreadCrumb a:link, #navBreadCrumb a:hover, #navBreadCrumb a:visited, #navBreadCrumb a:active {

/*	background-color: #cc9900;	*/
	color: #999999;

	}



#navEZPagesTop {

	background-color: #ffff33;

	}



#navBreadCrumb, #navEZPagesTop {

	font-size: 9px;

	font-weight: normal;
	
	text-align: left;

	margin: 10px 0 0 0;

	padding: 0 0 0 10px;

	}



#navColumnOne {

/*	background-color: #FFFFFF; */

	}



#navColumnTwo {

/*	background-color: #FFFFFF; */
	}



/*The main content classes*/

#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured {

	vertical-align: top;
	
	}


/*.content,*/ .shippingEstimatorWrapper {

	/*font-size: 1.2em;*/

	padding: 0.5em;

	}


.content {

/*	padding: 0.5em;	*/

	padding: 0;
	
	text-align: justify;

	}


.alert {

	color: #FF0000;

	margin-left: 0.5em;
	
	font-size: 10px;	

	}
	
.alert2 {

	color: #FF0000;

	}
	

.advisory {

	font-size: 10px;
	
	}

#policy {

	margin-top: 20px;
	
	padding-top: 10px;

	padding-top: 10px;

	border-top: 1px solid #CCCCCC;

}

.divMarginTopBottom {

	margin-bottom: 20px;

}

.important {

	font-weight: bold;

	}

.notice {}

.rating{}

.gvBal {}

.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {

	margin: 0;

	padding: 0 20px 10px 0;

	}

.centerColumn {

	text-align: justify;
	
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {

	font-size: 9px;

	}



/*Shopping Cart Display*/

#cartAdd {

	text-align: right;
	
	}

.navNextPrevWrapper {

/*	float: right;	

	float: left;	*/

	text-align: center;
	
	width: 100%;
	
/*	text-align: right;	*/

	margin: 0;

/*	border: 1px solid #000000;	*/

	padding: 0;
	
	}
	

.listingBuyNowButton, .alert {

	vertical-align: top;
	
}

.tableHeading TH, .cartTableHeading TH {

	color: #F6AD30;
	
	font-weight: normal;

	background-color: #FFFFCC;
	
	border-top: 1px dotted #F6AD30;

	border-bottom: 1px dotted #F6AD30;
	
	text-align: left;
	
	}
	
.productDescriptionTable {

	border-bottom: 1px dotted #F6AD30;
	
	font-size: 10px;
	
	text-align: left;
	
}


#scQuantityHeading, #scRemoveHeading, .cartRemoveItemDisplay {

	text-align: center;
	
}

#ccacceptContent {

	text-align: left;
	
	padding-left: 15px;
	
}


.tableHeading, #cartSubTotal {

	background-color: #FFFFFF;

	 }



#cartSubTotal {

	padding-top: 10px;

	border-top: 1px solid #F6AD30;
	
	color: #AC2236;

	font-weight: bold;

	text-align: right;

	line-height: 2.2em;

	}

#checkoutOrderTotals {
	width: 300px;
}

.tableRow, .tableHeading, #cartSubTotal {

	height: 2.2em;

	}


.tableRow {

	vertical-align: top;

	}

.tableOrders TD, TH {

	padding: 2px 10px 2px 2px;
	
	}


/*.cartProductDisplay,*/.cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {

	padding: 0.5em 0em;

	}



.cartUnitDisplay, .cartTotalDisplay {

	text-align: right;

	padding-right: 5px;

	}



#scUpdateQuantity {

	width: 2em;

	}



.cartQuantity {

	width: 4.7em;

	}


.cartNewItem {

	color: #333333;

	position: relative;  /*do not remove-fixes stupid IEbug*/

	}



.cartOldItem {

	color: #333333;

	position: relative;   /*do not remove-fixes stupid IEbug*/

	}


.cartNewItem a, .cartOldItem a {

	color: #F6AD30;

	}


.cartBoxTotal {

	text-align: center;

	font-weight: bold;
	
	border-top: 1px dotted #F6AD30;

	border-bottom: 1px dotted #F6AD30;

	}



.cartRemoveItemDisplay {

	width: 3.5em;

	}


#mediaManager {

  width: 50%; 

  margin: 0.2em;

  padding: 0.5em;

  }



.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 {

	font-size: 11px;
	
	font-style: italic;
	
	text-align: center;

  }


#cartBoxVoucherBalance {

  font-weight: bold;

  }



.totalBox {}



.lineTitle, .amount {

	text-align: right;

	padding-right: 10px;

	}



.amount {

	width: 100%;

	}



/*Image Display*/

#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {

	margin: 0em 1em 0em 0em ;
	
	}


.categoryIcon, .categoryListBoxContents {
	font-weight: bold;
}



#cartImage {

/*	margin: 0.5em 1em;	*/

	}



/*Attributes*/

.attribImg {

	width: 20%;

	margin: 0.3em 0em;

}

.attributesComments {}

.attribsOptionsText {

	font-weight: bold;
	
	}

#productTellFriendLink { 

	padding-top: 20px;
	width: 100px;
	text-align: center;
	
	}


/*list box contents*/

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {

/*	margin: 1em 0em;*/

	margin: 0;

	padding: 0 0 20px 0;

	}

.centerBoxContentsNew:hover {
/*	border: 1px solid #EEEEEE;
	background-color: #FDF7F8;*/
}

/*sideboxes*/

.columnLeft {}



h3.leftBoxHeading, h3.leftBoxHeading a {

	color: #AC2236;
	
	font-weight: bold;

	}


h3#shoppingcartHeading {

	margin-left: 25px;
	
	}


.leftBoxHeading {

	margin: 0;

/*	background-color: #F6AD30;	*/

/*	padding: 0.5em 0.2em;	*/

	padding: 5px 5px 5px 17px;
	
/*	background-image:url(../images/title.gif);
	
	background-repeat:no-repeat;	*/
			
	}

.centerBoxHeading {

	margin: 0;

	padding: 15px 5px 5px 50px;
				
	}
	
.centerBoxHeadingIndexSpecials {

	background-image: url(../images/gift.gif);
			
	background-repeat: no-repeat;
	
	height: 45px;
			
	}

.centerBoxHeadingIndexNew {

	background-image: url(../images/star.gif);
			
	background-repeat: no-repeat;
	
	height: 45px;

	}

.leftBoxContainer {

/*	margin: 5px 10px 0 22px;*/
	
	padding: 0 0 20px 0;
	
	text-align: left;
	
	}

.rightBoxContainer {

	text-align: left;
	
	font-size: 10px;
	
	margin: 8px 0 0 10px;
	
	}

.sideBoxContent {

/*	background-color: #AC2236;	*/

	padding: 0;

	}


h3.rightBoxHeading, h3.rightBoxHeading a {

	font-size: 11px;
	
	color: #AC2236;
	
	}

#cartsummaryHeading, #loginboxHeading {

	padding: 4px 0 0 0;
	
	margin: 0;

	width: auto;
	
	height: 17px;
	
	text-align: center;
	
}

#cartsummaryHeading {

	background-image: url(../images/cartheader.gif);
	
	background-repeat: no-repeat;

}

#loginboxHeading {

	background-image: url(../images/loginheader.gif);
	
	background-repeat: no-repeat;

}



#cartsummaryContent {

	height: 40px;
}


.rightBoxHeading {

	margin: 10px 0 0 8px;
	
	padding-left: 10px;
	
/*	background-color: #FFFFFF;

	
	background-image:url(../images/title.jpg);
	
	background-repeat:no-repeat;
	
	width: auto;
	
	height: 25px;	
 */
	}



h3.leftBoxHeading a:hover {

	color: #AC2236;

	text-decoration: none;

	} 



h3.rightBoxHeading a:hover {

	color: #333333;

	text-decoration: none;

	}



.cartBoxContent {

/*	background-color: #FFFFFF; */
	text-align: center;
	
	}

#indexPageBannerVisitor {

	padding: 40px 0 0 0;
	
	margin: 0;

	width: 550px;
	
	height: 99px;
	
	text-align: right;
	
	background-image: url(../images/index_banner.jpg);
	
	background-repeat: no-repeat;

}

#indexPageBannerMember {

	padding: 0;
	
	margin: 0;

	width: 550;
	
	height: 139px;
	
	text-align: right;
	
	background-image: url(../images/index_banner.jpg);
	
	background-repeat: no-repeat;

}


.centeredContent, /*TH,*/#cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .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: left;

	}

.centeredText { 

	text-align: center;

}

#productMainImage, .cartQuantityUpdate, .cartQuantity {

	text-align: center;
	
} 


.centeredContentProductImage {

	text-align: center;

	}

#siteinfoLegal {

	vertical-align: top;
	
	background-image:url(../images/footer.gif);
	
	background-position:bottom;
	
	background-repeat:repeat-x;
	
	width:100%;
	
	height: 70px;
	
	text-align:center;
	
	font-weight: normal;
	
}

.legalCopyright {

	color: #FFFFFF;
	
}


.legalCopyright a:active a:link a:visited {

	color: #FFFFFF;

}

.legalCopyright a:hover {

	border-bottom: 1px dotted #FFFFFF;

	color: #FFFFFF;

}

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

	}



/*misc*/

.back {

	float: right;

	}



.forward {

	float: left;

	}
	
.positionRelative {
	position: relative;
}

.coming, note {

	text-decoration: underline;
	
	font-weight: normal;
	
}


.darkred {

	color: #AC2236;

	}

.bold {

	font-weight: bold;

	}

.blue {

	color: #6699FF;
	
}

.red {

	color: #FF0000;
	
}

.white {

	color: #FFFFFF;
	
}

#downloadNoteBox {
	padding: 10px;
	color: #F6AD30;
	font-weight: bold;
	text-align: justify;
	background-color: #FFFFCC;
	border: 1px solid #F6AD30;
}

#boxYellow {
	padding: 10px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px dashed #F6AD30;
}

.rowOdd {

/*	background-color: #E8E8E8;	*/

	height: 1.5em;

	vertical-align: top;

	}



.rowEven {

/*	background-color: #F0F0F0;	*/

	height: 1.5em;

	vertical-align: top;

	}



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: 45%;

	}


#siteMapList ul, #productDescription ul, #accountLinksWrapper ul {

	margin-left: 1em;
	
	padding: 0;
	
	list-style-type: none;
	
	line-height: 2em;

}


#siteMapList li, #productDescription li, #accountLinksWrapper li {

	background-image: url(../images/arrowblue.gif);
	
	background-repeat: no-repeat;	
	
	background-position: 0 .3em;
	
	padding-left: 1.25em;
	
	line-height: 1.5em;
	
}

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

	}

#popupSearchHelp, #popupCVVHelp, #popupCouponHelp {

	margin: 10px;

	padding: 10px;
	
	border: 1px solid #F6AD30;

	text-align: justify;

}	

/* new css */

#indexPageWrapperColLeft {

	margin: 0;
	
	padding: 0;
	
	float: left;

}


#indexPageWrapperColRight {

	margin: 0;
	
	padding: 0 0 0 10px;

	float: right;
	
	border-left: 1px dashed #666666;
	
	text-align: right;

}


#shoppingcartContent { 

	margin: 0;
	
	padding: 0 0 0 20px;
	
	width: 140px;
	
	font-size: 9px;
	
}

#shoppingcart {

	color: #AC2236;
	
	background-image: url(../images/cartbox.jpg);
	
	background-repeat: no-repeat;
	
}

.sideBoxContentCategories {

	padding: 0;

}


#categoriesContent { 

	margin: 0;
	
	padding: 0px;
	
	width: 160px;
	
}


#categoriesContent ul {

	margin: 0 0 0 8px;
	
	padding: 0;
	
	list-style-type: none;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-weight: bold;
	
}


#categoriesContent li {

	list-style: none;
	
	margin-left: 0;
	
	padding: 0px;
	
	border-bottom: 1px dotted #F6AD30;
	
}


#categoriesContent a {

	display: block;
	
	padding: 3px 0 3px 10px;
	
	color: #333333;

}


#categoriesContent a:link, #categoriesContent a:visited, .categorieslist a:visited {

	color: #333333;
	
	text-decoration: none;
	
}

#categoriesContent a:hover {

	color: #F6AD30;
	
}


.sideBoxContentInformation {

	padding: 0;

}

#loginboxContent {

	margin: 0;
	
	padding: 0;
	
	text-align: center;
	
	width: 160px;
	
}

#loginboxContent form, #loginboxContent .inputLabel {

	font-size: 9px;
	
}


#informationContent, #moreinformationContent, #searchContent { 

	margin: 0;
	
	padding: 0px;
	
	width: 160px;
	
}

#searchContent, #manufacturersContent { 

	padding-left: 17px;
}

#informationContent ul, #moreinformationContent ul {

	margin: 0 0 0 8px;
	
	padding: 0;
	
	list-style-type: none;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#loginboxContent ul {

	margin: 0 22px 0 0;
	
	padding: 0;
	
	list-style-type: none;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}


#informationContent li, #moreinformationContent li, #loginboxContent li {

	list-style: none;
	
	margin-left: 0;
	
	padding: 0px;
	
	border-bottom: 1px dotted #F6AD30;
	
}


#informationContent a, #moreinformationContent a, #loginboxContent a {

	display: block;
	
	padding: 3px 0 3px 10px;
	
	color: #333333;

}


#informationContent a:link, #informationContent a:visited, .informationlist a:visited, #moreinformationContent a:link, #moreinformationContent a:visited, #loginboxContent a:link, #loginboxContent a:visited {

	color: #333333;
	
	text-decoration: none;
	
}

#informationContent a:hover, #moreinformationContent a:hover, #loginboxContent a:hover {

	color: #F6AD30;
	
}

#centerColumnLeft {
	vertical-align: top;
}


#centerColumnRight {

	text-align: justify;
	
}

.centerBoxContentsProducts {

	padding-bottom: 20px;
	
}

.centerBoxContentsImage {

	text-align: center;
	
	vertical-align: bottom;
	
	width: 120px;
	
	height: 130px;

}


.pseudolink a:link, .pseudolink a:visited, .pseudolink a:hover {

	color: #F6AD30;
	
	}
	
.pseudolink a:hover {

	border-bottom: 1px dotted #F6AD30;
	
	}

.greeting {

	font-size: 10px;
	
	text-align: center;
	
	padding-bottom: 10px;
	
	color: #AC2236;

	}	
	
#orderAttribsList ul, .orderAttribsList ul, .cartAttribsList ul {

	margin: 0;
	
	padding: 0 0 0 1.5em;
	
	list-style: none;
	
}	


#orderAttribsList li, .orderAttribsList li, .cartAttribsList li {

	list-style-type: square;
	
	padding: 0 5px;
	
	font-size: 10px;
	
}

#advSearchDefault label.searchLabel {

	width: 15em;
	
	color: #AC2236;
	
	background-image: url(../images/advsearch.gif);
	
	background-repeat: no-repeat;
	
	background-position: 0 0;
	
	padding-left: 20px;
		
}

.qmark {

/*	color: #6699ff;
	
	background-image: url(../images/qmark.gif);
	
	background-repeat: no-repeat;
	
	background-position: 0 0;
	
	padding-left: 25px;	*/
	
	margin-bottom: 1em;		
}

#splitTwoColumn {

	padding-left: 20px;
	
}

.indentLeft {

	margin-left: 20px;
	
}

.indentRight {

	margin-right: 20px;
	
}

#maintenanceDefault {

	padding: 50px;

}


/* Login Page */
#logpage{margin: 0; padding: 20px 0 20px 0; text-align:justify; width: 90%;}
#returncus {padding: 20px 40px 20px 40px; border: 1px solid #cccccc;}
#returncusheading {margin: 0; padding: 5px; background-color: #F6AD30; color: #FFFFFF; width: 96%; text-align: left;}
#returncus label.inputLabel {width: 8em; float: left;}
.logcontent {padding: 0 5px 10px 5px; }
#newcusheading {margin: 0; padding: 5px; background-color: #F6AD30; color: #FFFFFF; width: 96%; text-align: left;}
#newcus legend, #returncus legend  {margin: 0; padding: 0.3em 0; font-weight: bold;	color: #66006B;}
#newcus {margin-bottom: 1.5em; margin-left: 10px;  padding: 0; width: 60%; /*float: left; text-align: left;*/ border-right: 1px solid #cccccc; border-left: 1px solid #cccccc; border-bottom: 1px solid #cccccc;}
/* End Login Page */