/**
 * 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 $
*/

/*      Reworked by Zami 
//       STYLE SHEET MAP
//OUTERMOST WRAPPER.............line  46
//NAV BAR.......................line  60
//HEADER........................line  95
//LOGO..........................line 104
//TAGLINE.......................line 119
//CATEGORY TAB SPACE............line 137
//COLUMNS LEFT/ONE RIGHT/TWO....line 168
//SIDE BOXES....................line 187
//NEXT PREVIOUS.................line 231
//BREADCRUMB....................line 250
//NAV SUPP......................line 259
//FOOTER........................line 289
//LINKS.........................line 303
//CENTER COLUMN.................line 392
//BESTSELLERS BOX...............line 421
//EZ PAGES......................line 436
//OTHER NAMED BOXES.............line 467
//PRODUCT LISTING...............line 479
//WARNINGS ERRORS MESSAGES......line 505
//BASIC TEXT AND HEADINGS.......line 527
//SHOPPING CART DISPLAY.........line 562
//EVERYTHING ELSE...............line 700
*/

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #c2c2c1;
	background: #2c2b29 url('../images/h4l/header_main.jpg') center top no-repeat;
	padding: 0;
	}

/* OUTERMOST WRAPPER */
#mainWrapper {
	text-align: left;
	width: 793px;
	vertical-align: top;

	color: #c2c2c1;
	margin: auto;
	
	}

#contentMainWrapper {
	color: #c2c2c1;
	}

/* NAV BAR */
#navMainWrapper {
	margin: 0em;
	background-color: transparent;
	font-weight: bold;
	color: #c2c2c1;
	height: 1%;
	width: 100%;
	padding-bottom:0px;
	}

#navMain ul {
	margin: 0;
	padding:  4px 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li {
	display: inline;
	}

#navMain ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #c2c2c1;
	white-space: nowrap;
	}

#navMainSearch {
	margin: 0.5em;
	}

/* HEADER */
#headerWrapper {
	margin: 0em;
	padding: 0em;
	padding-top: 163px;
	vertical-align: top;
	}

/*  LOGO  */
#logoWrapper {

	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: none;
	}

#logo {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

/* TAGLINE */
#tagline {
	color:#795252;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

.tagline {
	padding: 0px;
	margin: 0px;
	}

.taglineWrapper {
	padding: 0px;
	margin: 0px;	
	}

/* CATEGORY TAB SPACE  */
#navCatTabsWrapper {
	margin: 0em;

	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	text-align: center;
	}

#navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navCatTabs ul li {
	display: inline;
	}

#navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

/* COLUMNS LEFT/ONE RIGHT/TWO  */
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: 0;
	background: url('../images/h4l/sidebar_bg.jpg');
	} 

#navColumnOne {
	vertical-align: top;

	}

#navColumnTwo {
	vertical-align: top;
	padding-top: 13px;
	
	}

/* SIDE BOXES */
.sideBoxContent {
	color: #E4F8FF;
	padding: 0px 0px 5px 10px;
	margin-bottom: 1em;
	background: url('../images/h4l/sidebar_bg.jpg') bottom left repeat-y;
	font-size: 1.1em;
	position: relative;
	}

#category-top a{
	color: #ccc;
}
.leftBoxContent, .rightBoxContent {
	
	margin-bottom: 1em;
	}

.columnLeft, .columnRight {
	}

.leftBoxHeading, .rightBoxHeading {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	margin-top: 1em;
	padding: 0px;
	color: #FFFFFF;
	background-color: transparent;
	}

.leftBoxContainer, .rightBoxContainer {
	padding: 0 0 0 0;
	margin: 0px;
	border: 0px;
	}

h3.leftBoxHeading, h3.leftBoxHeading a:link {
	font-size: 1.3em;
	font-weight: bold;
	color: #ffffff;
	}

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

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

.navNextPrevWrapper {
	text-align: center;
	}

/* BREADCRUMB */
#navBreadCrumb {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 20px 0 0px 20px;
	}

/*  NAV SUPP   */
#navSuppWrapper {
	margin: 0em;
	background-color: #69829B;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

#navSupp ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navSupp ul li {
	display: inline;
	}

#navSupp ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

/* FOOTER  */
.legalCopyright {
	}

#siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	text-align: center;
	color: #6d6d6d;
	}

#siteinfoLegal {
	text-align: left;
	padding: 36px 0px 10px 10px;
	width: 793px !important;
	font-size: 7.5pt;
	background: url('../images/h4l/footer_main.jpg') no-repeat;
    margin-left: -10px;
	}

/*   LINKS   */
a:link, #navEZPagesTOC ul li a, #reviewsHeading a:link, #featuredHeading a:link, #whatsnewHeading a:link{
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
 
a:visited, #navEZPagesTOC a:visited, #reviewsHeading a:visited , #featuredHeading a:visited, .whatsnewHeading a:visited {
	font-size: 1em;
	color: #FFFFFF;
	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 , #reviewsHeading a:hover, #featuredHeading a:hover, #whatsnewHeading a:hover {
	font-size: 1em;
	color: #FFC7AD;
	}

a:active {
	font-size: 1em;
	color: #0000FF;
	}

a img {
	border: none;
	} 

.centerColumn a:link , #navBreadCrumb a:link {
	font-weight: bold;
	text-decoration: none !important;
	color: #ccc;
	}

.centerColumn a:visited , #navBreadCrumb a:visited  {
	color: #ccc;
	font-weight: bold;
	text-decoration: none !important;
	}
.centerColumn a:active , #navBreadCrumb a:active {
	color: #ccc;
	font-weight: bold;
	text-decoration: none !important;
	}

.centerColumn a:hover , #navBreadCrumb a:hover {
	color: #ccc;
	font-weight: bold;
	text-decoration: none !important;
	}

#navBreadCrumb a:link {
	font-weight: bold;
	text-decoration: none !important;
	color: #ccc;
	}

#navBreadCrumb a:visited  {
	color: #902e09;
	}

#navBreadCrumb a:active {
	color: #902e09;
	}

#navBreadCrumb a:hover {
	color: #902e09;
	}

.piclink {
	text-align: center;
	float: left;
	text-decoration: none !important;

	}

.piclink a:link, .new a:active , .new a:visited {
	color: #902e09;
	font-weight: bold;
	text-decoration: none
	}

.piclink a:hover {
	color:#902e09
	text-decoration: none !important;

	}

.categoryIcon a:link {
	text-decoration: none !important;
	
	}
.imageLink {
	text-decoration: none !important;

}

/* CENTER COLUMN */
#contentColumnMain {
	vertical-align: top;
	}

.centerBoxHeading {
	margin: 0em;
	background-color: #2c2a29;
	color: #ffffff;
	padding: 0.5em 0.2em;
	text-align: left;
	}

.centerBoxWrapper
	{
	border-right: 1px solid #2c2a29;
	border-left: 1px solid #2c2a29;
	border-bottom: 1px solid #2c2a29;
	margin-bottom: 10px;
	text-align: center;
	}

.centerBoxContents {
	vertical-align: top;
	}

.centerColumn {
	padding: 0.2em 1.2em 0.2em 0.2em;
	width: 770px;
	}
#indexDefaultHeading {
	display: none;
}

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

/* EZ PAGES */
#ezPageBoxList ul {
	margin: 0em;
	padding: 0em;
	vertical-align: top;
	}

#ezPageBoxList {
	margin: 0em;
	padding: 0em;
	vertical-align: top;
	}

#navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

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

#ezPageBoxList li {
	margin: 0;
	padding: 0.2em 0em;
	}

#navEZPageNextPrev {
	text-align: center;
	}

/* OTHER NAMED BOXES */
.centerBoxContents, .centerBoxContentsAlsoPurch, .centerBoxContentNew, .centerBoxContentsSpecials, .centerBoxContentsFeatured, .centerBoxContentsNew, .categoryListBoxContents, .specialsListBoxContents {
	vertical-align: top;
	float: left;
	margin: 1em 0em;
	text-align: center;
	}

.additionalImages {
	margin: 1em 0em;
	}

/* PRODUCT LISTING */
.productListing-data {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	}

.productListing-odd {
	background-color: #2f2f2f;
	height: 1.5em;
	vertical-align: top;
	}

.productListing-even {
	background-color: #252524;
	height: 1.5em;
	vertical-align: top;
	}
#indexProductListCatDescription {
	margin: 0.5em;
	}

.listingDescription {
	text-align: left;
	}

/* WARNINGS ERRORS MESSAGES */
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #795252;
	}

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

.messageStackSuccess {
	background-color: #99FF99;
	color: #795252;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #795252;
	}

/* BASIC TEXT AND HEADINGS  */
h1 {
	font-size: 1.5em;
	margin: 0.3em;
	}

#productName {
	}

#productPrices {
	}

h2 {
	font-size: 1.4em;
	margin: 0.3em;
	}

h3 {
	font-size: 1.4em;
	color: #69829B;
	margin: 0.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

.smallText {
	font-size: 0.9em;
	}

/* SHOPPING CART DISPLAY */
.tableHeading TH {
	border-bottom: 1px solid #000000;
	}

.tableHeading, #cartSubTotal {
	background-color: #2C2A29;
	 }

.tableRow, .tableHeading {
	height: 2.2em;
	}

#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #2c2a29;
	padding: 1em;
	}

#cartSubTotal {
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	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: #cccccc;
	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;
  	}

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

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

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

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

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

#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

#productMainImage {
	float: left;
	margin: 10px;
	}
.categoryIcon {
	vertical-align: bottom;
	text-align: center;
	float: left;
	padding: 10px 516px 10px 10px;
	background: #2c2a29;
	}

#cartImage {
	margin: 0.5em 1em;
	}

.attributesComments {
	}

/*  EVERYTHING ELSE */
#popupImage{
	border: #2c2a29 10px solid;
}
#cartBoxListWrapper,  #cartBoxListWrapper ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	vertical-align: top;
	}

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

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

#navCategoryIcon, .buttonRow {
	margin: 0.5em;
	}

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

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

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

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

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

.attribImg {
	float: right;
	width: 20%;
	margin: 0.3em 0em;
	text-align: center;
	}

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

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

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

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	
	}

.additionalImages, .alert {
	vertical-align: top;
	}

/*.content,*/ .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

#productDescription {
	float: left;
	}

#productDateAdded , #productInfoLink , #productAdditionalImages {
	text-align: center;
	}
	
#productAdditionalImages {
	position: absolute;
	padding: -200px 0 0 -100px;  
}

#productDateAvailable {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	}

.productGeneral {
	padding-left: 0px;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	text-align: center;
	padding: 0.8em;
	}

#bannerboxHeading {
	background-color: #9B7969;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, .center, 
 .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .additionalImages, .gvBal  {
	text-align: center;
	}

#upProductsHeading {
	text-align: left;
	color: #a62706;
	}

#upDateHeading {
	text-align: right;
	color: #a62706;
	}

#reviewsContent {
	color: #A6F4CD;
	font-style: italic;
	}

.category-subs-selected {
	font-style: italic;
	color: #ccc;
	}

.back {
	float: left;
	vertical-align: top; 
	}
.back a{
	color: #ccc !important;
}	

.forward {
	float: right;
	}

.bold {
	font-weight: bold;
	}

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: #2C2A29;
	height: 2em;
	}

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

.wrapperAttribsOptions {
	vertical-align: top;
	margin: 5px;
	float: none;	
	}

#attribTable {
	width: 100%;
	margin-bottom: 15px;
	background-color:#F0F0F0;
	}

th {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	color: #C2C2C1;
	}
/*a {
	text-decoration: underline !important;
}
a:hover {
	text-decoration: none !important;
}
*/
.greeting a{
	color: #f0f0f0;
}

/* SEARCH BOX */

#searchBoxSubmit {
	color: #ccc;
	background: url('../images/h4l/button_bg.jpg') repeat-x top left;
	border: #000 1px solid;
	width: 46px !important;
	/*20px !important;*/
	padding: 6px 0 6px 0 !important;
}
#searchBoxForm {
	color: #2c2129;
	background: url('../images/h4l/search_bg.jpg') top left no-repeat;
	border: #000 1px solid;
	width: 100px !important;
	/* height: 27px !important; */
	padding: 7px;
	padding-top: -2px !important;
}
.category-products a {
	text-decoration: none !important;
}
#curve-top {
	background: url(../images/h4l/curve-top.jpg);
	padding-top: 16px;
}
#curve-bottom {
	background: url(../images/h4l/curve-bottom.jpg);
	padding-top: 16px;
}
#model {
	border: #2C2A29 10px solid;
}
#whatsNew img {
	width: 140px !important;
	height: 140px !important;
}
#logoClick {
	background: #000;
	width: 600px;
	padding-top: 100px;
	position: absolute;
}
.greeting a {
	border-bottom: 2px solid #ccc;
}
h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}
.all_items-content {
	font-size: 1.0em;
	text-align: right;
	margin-top:auto;
	padding-top: auto;
}
.all_items-content a:hover {
	color:#FFFFFF;
}
.all_items-header {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	margin-top: 1em;
	padding: 0px;
	color: #CCCCCC;
	background-color: transparent;
}