/**
 * 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 5347 2006-12-22 20:26:09Z birdbrain $
 */
html {
	height: 100%;
	width: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	text-align: left;
	background-image: url(../images/hg_body.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 135%;
	}
	
.outer_left {
	margin: 0px;
	padding: 0px;
	width: 10px;
	background-image: url(../images/hg_box_left.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.content li {
	margin-bottom: 0.75em;
}

#outer_middle {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.outer_right {
	margin: 0px;
	padding: 0px;
	width: 10px;
	background-image: url(../images/hg_box_right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.outer_right_bottom {
	background-image: url(../images/hg_right_bottom.jpg);
	background-repeat: no-repeat;
}
.outer_left_bottom {
	background-image: url(../images/hg_left_bottom.jpg);
	background-repeat: no-repeat;
}

#header_left {
	float: left;
}
#header_right {
	float: right;
}
#header_inside {
	background-image: url(../images/header_middle.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 244px;
}
.outer_table {
	width: 100%;
}


#footer_outer {
	background-image: url(../images/footer_hg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	height: 60px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	clear: both;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #000000;
	text-align: center;
}
#hline {
	background-image: url(../images/box_hlines.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	clear: both;
}

#hline2 {
	background-image: url(../images/box_hlines.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	height: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	background-position: center center;
}


#navMain {
	margin: 0;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 4;
	text-align: left;
	height: 24px;
	text-align: center;
	background-image: url(../images/topnav_hg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navMain ul, #navMain ul li {
	height: 32px;
}

navMain ul {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}

navMain ul li {
  display: inline;
  margin: 0;
  padding: 0;
  line-height: 32px;
  white-space: nowrap;
  padding: 0 0 0 10px;
  background-image: url(img/top-divider.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}

#navMain a {
	background-image: url(../images/topnav_vline.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 4px;
	color: #620001;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 24px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 6px;
}

a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

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



a:hover, #navEZPagesTOC ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #E18205;
	}
	
a:link, a:visited {
	color: #000000;
	text-decoration:none;
}

a:hover {
	color: #B51A12;
}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1em;
	}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	line-height: 125%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}

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

FORM {
	display: inline;
	margin: 0em;
	padding: 0px;
	}
	
SELECT, INPUT {
	display: inline;
	}

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

fieldset {
	background-color: #ffcdd;
}

UL#productDetailsList {
	font-size: 1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0.5px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	padding-left: 12px;
}

#productDetailsList LI {
	list-style-image: url(../images/icon_content_arrows.jpg);
}

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

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

LABEL, h4.optionName {

	}

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

LABEL.inputLabel {
	width: 11em;
	float: left;
	margin-right: 15px;
	}

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

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

P, ADDRESS {
	padding: 0em;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	}

ADDRESS {
	font-style: normal;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #EDE4D3;
	clear: both;
	}

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

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

	}

#productinfoBody .outer_table .hg_outer_middle #outer_middle #contentMainWrapper #contentColumnMain #productGeneral .ProductDetailsTable .ProductDetailsRowRight #productAttributes .wrapperAttribsOptions select {
	background-color: #E18205;
	color: #FFFFFF;
}

.clearBoth {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: auto;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}

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

.messageStackSuccess {
	background-color: #FFFFFF;
	color: #CC0000;
	}

.messageStackCaution {
	background-color: #FF0000;
	color: #FFFFFF;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 1000px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

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

#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

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

#accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0px;
	width: 46%;
	background-color: #FFFCDD;
	padding: 10px;
	border: 1px solid #CCCCCC;
	}

.wrapperAttribsOptions {
	margin-top: 0.3em;
	margin-right: 0em;
	margin-bottom: 0.3em;
	margin-left: 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 1ex;
	padding: 0px;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0em;
	list-style-type: none;
	}

#navMainWrapper {
	margin: 0em;
	font-weight: bold;
	color: #ffffff;
	height: 31px;
	width: 100%;
	background-image: url(../images/topnav_hg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding: 0px;
}

#navCatTabsWrapper {
	margin: 0em;
	background-color: #EDE4D3;
	font-weight: bold;
	color: #ffffff;
	height: 33px;
	width: 100%;
	}
	
#navSuppWrapper {
	color: #000000;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}

#navMain ul {
	list-style-type: none;
	text-align: center;
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#navMain ul li {
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	white-space: normal;
	}
	

	
#navSupp ul, #navCatTabs ul  {
	margin: 0px;
	list-style-type: none;
	text-align: left;
	line-height: 1.5em;
	padding: 0px;
	}
	


#navSupp ul li, #navCatTabs ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	}

#navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	margin: 0px;
	color: #666666;
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	background-image: url(../images/icon_footernav.jpg);
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 7px;
	background-repeat: no-repeat;
	background-position: left 5px;
	}

#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 {
	float: right;
	}

#navBreadCrumb {
	background-color: #EDE4D3;
	}

#navEZPagesTop {
	background-color: #EDE4D3;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: small;
	margin: 0em;
	background-image: url(../images/icon_headline_hbraun.jpg);
	background-repeat: no-repeat;
	background-position: 6px 2px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 22px;
	}

#navColumnOne {
	background-color: #EDE4D3;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 180px;
	}

#navColumnTwo {
	background-color: #EDE4D3;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 180px;
	}
	
#contentColumnMain {
	border: 1px solid #FFFFFF;
}


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

#productDescription, .shippingEstimatorWrapper {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: auto;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}


#checkoutBillto .important {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E18205;
	padding: 5px;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}

#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
}

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

/*Shopping Cart Display*/
#cartAdd {
	border: 1px solid #000000;
	padding: 1em;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #FFFCDD;
	text-align: center;
	float: left;
	}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	font-size: 11px;
	line-height: 160%;
	text-align: left;
	padding: 5px;
	}

.tableHeading, #cartSubTotal {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	 }

#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;
	border: 1px solid #CCCCCC;
	}

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

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

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

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

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

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin: 0em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2em;
	}

#mediaManager {
  width: 50%; 
  margin: 0.2em;
  padding: 0.5em;
  }

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

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

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

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	padding: 0px;
	margin-top: 0.3em;
	margin-right: 0.3em;
	margin-bottom: 0.3em;
	margin-left: 0.3em;
}

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

/*sideboxes*/


.leftBoxContainer {
	border: 0px solid #ffffff;
	margin-top: 0px;
	}

.sideBoxContent {
	padding: 10px;
	}


.rightBoxHeading, .leftBoxHeading {
	background-image: url(../images/hg_box_headline.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	font-size: 13px;
	color: #ffffff;
	line-height: 26px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
	
.leftBoxHeading a:link, .leftBoxHeading a:visited, .rightBoxHeading a:link, .rightBoxHeading a:visited {
 	color: #ffffff;
 }

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

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

/*TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	margin: 0px;
	padding: 10px;

	}*/

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

#bestsellers ol {
	padding: 0px;
	margin-left: 1.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

#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 {
	width: auto;
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	}

.forward {
	float: right;
	}
	
#shoppingCartDefault #PPECbutton {
	padding: 0px;
	clear: both;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}


.bold {
	font-weight: bold;
	}

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

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

.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: #E18205;
	height: 2em;
	color: #000000;
	}

#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 {
	line-height: 150%;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}
#contentMainWrapper {
	margin: 0px;
	padding: 0px;

}
#indexDefault {
	background-color: #FFFFFF;
	padding: 10px;
}

.leftBoxHeading a:link, .rightBoxHeading a:link {
	color: #FFFFFF;
}



#informationContent a, #moreinformationContent a, #ezpagesContent a {
	font-size: small;
	line-height: 200%;
	display: block;
	margin: 0px;
	white-space: normal;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}


#reviewsContent, #searchContent, #languagesContent, #currenciesContent, #whosonlineContent, #bannerboxallContent {
	margin: 0px;
	padding: 10px;
}
#navSupp {
	background-color: #EDE4D3;
	border: 1px solid #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#paymentMethods {
	background-color: #EDE4D3;
	height: 40px;
	width: 180px;
	border: 1px solid #FFFFFF;
	margin: 0px;
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}
#footer_outer a {
	color: #E18205;
}
.centerColumn {
	margin: 10px;
}
#categoriesContent a.category-top, #ezpagesContent a.category-top {
	font-size: small;
	line-height: 200%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
}
#categoriesContent div#category-links {
	margin-top: 15px;
	margin-bottom: 10px;
}
.navNextPrevWrapper {
	clear: both;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 0px;
}
div#productPrices {
	color: #CC0000;
	margin: 0px;
	padding: 0px;

}

a.category-products, a.category-subs {
	display: block;
	line-height: 160%;
	background-color: #FFFDEC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDE4D3;
	padding-left: 5px;
}
.centerBoxContentsFeatured {
	float: left;
	margin: 0px;
	padding: 0px;
}
.centerBoxContentsSpecials {
	margin: 0px;
	padding: 0px;
}
h2.centerBoxHeading {
	background-color: #E18205;
	display: block;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 1em;
	clear: both;
}
.centerBoxWrapper {
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #EDE4D3;
	display: block;
	height: 100%;
	width: 100%;
	clear: both;
}
h3.itemTitle {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.productListing-odd {
	background-color: #FFFCDD;
}
table.tabTable td {
	vertical-align: top;
	padding: 10px;
}
.productListing-rowheading {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #734D3A;
	line-height: 100%;
	margin: 0px;
}
#contentColumnMain .productListing-heading a:link, #contentColumnMain .productListing-heading a:visited {
	color: #FFCC00;
}
#contentColumnMain .productListing-heading a:hover{
	color: #FFFFFF;
}

.productListing-rowheading #listCell0-1 {
	text-align: left;
	padding: 10px;
}
.productListing-rowheading #listCell0-2 {
	padding: 10px;
}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin-top: 0px;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0px;
	background-color: #FFFFFF;
	padding: 0px;
	border: 0px solid #EDE4D3;
	clear: left;
	float: left;
	}
	
#productMainImage img, #reviewsInfoDefaultProductImage img, #productReviewsDefaultProductImage img, #reviewWriteMainImage img {
	border:1px solid #EDE4D3;
	}

div#productName {
	text-align: left;
	display: block;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.hg_outer_middle {
	background-color: #FFFFFF;
}

#footer_outer #bannerSix a img {
	visibility: visible;
}

.additionalImages {
	background-color: #FFFFFF;
	margin: auto;
	border: 1px solid #EDE4D3;
	width: auto;
	padding: 5px;
}
#contentColumnMain {
	white-space: normal;
}

#categoryDescription {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#categoryListBoxHeadlines {
	height: 25px;
	background-color: #EDE4D3;
}

#contentColumnMain #categoryListBoxHeadlines a {
	font-size: 1em;
	line-height: 25px;
	font-weight: bold;
	padding-left: 5px;
	color: #000000;
}

#contentColumnMain #categoryListBoxHeadlines a:hover{
	color: #CC0000;
}

#categoryListBox_OuterBox {
	background-color: #FFFCDD;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 14px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 14px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFCDD;
	border-right-color: #FFFCDD;
	border-bottom-color: #FFFCDD;
	border-left-color: #FFFCDD;
	display: block;
	text-align: center;
	vertical-align: top;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 9px;
	float: left;
	width: 96%;

}
.categoryListBoxContents {
	margin-right: auto;
	margin-bottom: 25px;
	width: 32%;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	text-align: center;
}
#categoryListBoxImages {
	width: 170px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#categoryListBoxImages p {
	text-align: center;
	vertical-align: middle;
	margin: auto;
	padding: 0px;
}
#categoryListBoxImagesInner {
	margin: auto;
	height: 160px;
	width: 160px;
}
#productAdditionalImages {
	clear: both;
}
.ProductDetailsRowLeft {
width: 33%;
}
.ProductDetailsRowRight {
	width: auto;
	margin: 0px;
	padding-left: 15px;
}

.taxAddon {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: normal;
	color: #000000;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
body#popupImage, body#popupAdditionalImage {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#popupImage a, #popupAdditionalImage a {
}

h2 .taxAddon {
	font-size: 0.7em;
}

.attribImg img { cursor: pointer; cursor: hand; }

#attribsOptionsText {
	margin-bottom: 0.5em;
	color: #AB2B24;
	font-size: 18px;
	font-weight: bold;
}

#categories .sideBoxContent {
	margin: 0px;
	padding: 0px;
}
h4.optionName {
	font-size: 1em;
	line-height: 125%;
	clear: right;
	float: left;
}
#indexCategoriesHeading {
	padding-bottom: 10px;
}
#categoryListBoxTop {
	border: 4px double #EDE4D3;
	background-color: #FFFFFF;
}
.categoryListBoxTop {
	border: 4px double #EDE4D3;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
h3.leftBoxHeading2 {
	background-color: #E18205;
	line-height: 200%;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#information {

}

#cartBoxListWrapper {
	background-color: #FFFCDD;
	padding-left: 5px;
}
.cartBoxTotal {
	background-color: #FFFCDD;
}
#shoppingcart {
	background-color: #e18205;
}

input.submitButton {
	background-image: url(../buttons/german/button_go.gif);
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.optionName {
	font-weight: bold;

}
.wrapperAttribsOptions .back {
	clear: left;
	margin: 0px;
	padding: 0px;
}
.more_button {
	float: left;
}
.rightBoxHeading a.headlineText {
	background-image: url(../buttons/german/button_heading_categories.png);
	background-repeat: no-repeat;
	background-position: 145px center;
	display: block;
	color: #FFFFFF;
}
.rightBoxHeading a.headlineText:hover {
	color: #FFCC00;
}
#cartAdd .cart_min {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	margin-top: 8px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.optionName {
}
.attributesComments {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	line-height: 100%;
}
#productAttributes h4 {
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}
#informationHeading {
	display: none;
	visibility: hidden;
}
.productListing-data {
	color: #000000;
	font-weight: bold;
}
.productListing-data .listingDescription {
	font-weight: normal;
	color: #000000;
}
#contentColumnMain .taxAddon a:link, #contentColumnMain .taxAddon a:visited {
	color: #000000;
	text-decoration: underline;
}
#contentColumnMain a:link, #contentColumnMain a:visited {
	color: #CC0000;
}

#contentColumnMain a:hover {
	color: #000000;
}
#ezpagesHeading {
	display: none;
	visibility: hidden;
}
#ezpagesContent {
	padding-top: 10px;
}
#reviewWriteMainImage {
	margin-right: 15px;
}
#reviewsWriteReviewsRate {
	padding-top: 15px;
}
#review-text {
	float: left;
}

#contentColumnMain .gallerielink a:link, #contentColumnMain .gallerielink a:visited {
	color: #FFFFFF;
}

#contentColumnMain .gallerielink a:hover {
	color: #000000;
}

BillingInfo {
	margin: 0px;
	padding: 10px;
	clear: both;
}
.BillingInfo {
	clear: right;
	float: left;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
#categoryDescription div {
	clear: both;
	margin: 0px;
	padding: 0px;
	float: none;
}
#categoryListBoxHeadlines a {
}
#bannerboxallContent, #bannerboxContent {
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

