/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */

body
{
	margin: 0px 0px 30px 0px;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	font-size: 0.75em;
	color: #996;
	background: #c0bf89 url('../images/bg_body.png') scroll repeat-x center top;*/
}

a img {border: none; }

a, #navEZPagesTOC ul li a {
	color: #848118;
	text-decoration: none;
	}
 
/*a:visited {
	color: #afaf2a;
	text-decoration: none;
	}*/

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #666;
	}

a:active {
	color: #0000FF;
	}

a.category-top
{
  font-size: 14px;
  font-weight:bold;
  text-decoration:underline;
}


.category-subs-selected {
	color: #666;
}

.category-subs-parent 
{
/* RP clooti removed	color: #1dab4c;*/
}
h1 {
	font-size: 2em;
	font-weight: normal;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

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

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0px;
	color: #1dab4c;
}

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

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em 0;
	}

TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
	}
	
td
{
  padding-top: 10px;
}

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

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

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

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

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 0px;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}
	
/******************************
*                             *
* TAB TABLE                   *
*                             *
******************************/

table.tabTable
{
}

table.tabTable tr.productListing-odd
{
  background: #ebebe0;
}

table.tabTable tr.productListing-odd:hover
{
  background: #e1e1d1;
}

table.tabTable td
{
  padding: 5px;
}



table.tabTable td h3,
table.tabTable td div
{
  text-align: left;
}

/******************************
*                             *
* PRODUCT LISTING             *
*                             *
******************************/
	
#productsListingTopNumber
{
  margin-bottom: 1em;
}

#productList
{
  margin-top: 1em;
}
	
/******************************
*                             *
* FRONT PAGE SPLASH           *
*                             *
******************************/

#frontPageSplashWrapper
{
  background: #c0bf8f;
  padding: 10px 0;
  text-align: center;
}

#frontPageSplash
{
	background: transparent url('../images/splash_1.jpg') scroll no-repeat center top;
	height: 150px;
	width: 530px;
	margin: 0 auto;
}


/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.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 {
	text-align: left;
	width: 930px;
	vertical-align: top;
	background: #FFF;
	}

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

#contentMainWrapper
{ 
/*	background: transparent url('../images/bg_main.png') scroll no-repeat center top;*/
}
	
#headerWrapper
{
/*	background: #FFF url('../images/bg_header.png') scroll no-repeat center bottom;*/
  padding-bottom: 6px;
}
/*	social networking icons*/
.social{float:right;font-size: 95%;padding:0.05em;text-align:right;font-weight:bold;vertical-align:middle; width:230px;}
.social img{vertical-align:middle;margin:0 0 0 5px;}
img.fb{padding-right:5px;}

.slogan2 {margin-left:265px;}

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

#navColumnOneWrapper
{
  
} 

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

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

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

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

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

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	font-weight: bold;
	font-size:1.2em;
	width: 100%;
	}

#navMainWrapper
{
  text-align: right;

}

#navMain
{
  padding: 5px 0;
}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0 0 0;
	list-style-type: none;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #1dab4c;
	white-space: nowrap;
	}
	
#logoWrapper
{
  width: 100%;
}	

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

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

#navMainSearch
{
	float:right;
	width:190px;
  margin: 20px 0px 5px 0px;
  padding: 0px;
  text-align:right;
}

div#navMainSearch input.button {
	width:auto;
	margin-right:5px;
	padding:2px;
}


div#navMainSearch  input.textbox {
	width:130px;
	padding:2px;
	margin-right:5px;
}

div#navMainSearch input.textbox, div #navMainSearch input.button{
	color:#706f3f; 
	font-weight: bold;
	background-color:#d1d0bd; 
	border: 1px solid #706f3f; 
}
#logo {
	float:left;
	width:720px;
}



#navEZPagesTop {
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navBreadCrumb
{
  border-top: 1px dotted #999966;
  border-bottom: 1px dotted #999966;
  margin-right: 10px;
  margin-top: 15px;
  margin-bottom: 0.5em;
  padding: 3px 0px 3px 0px;
  color: #996;
  font-weight: normal;
}

#navBreadCrumb a
{

}
	
/******************************
*                             *
* NEW LAYOUT BASED ON DIVS    *
*                             *
******************************/

#navigationAndMainColumnWrapper
{
}

#navColumnOne
{
  float: left;
}

#navColumnOneInner
{
  margin-left: 10px;
}

#navColumnOneInner a
{
  color: #996;
}

#navColumnOneInner a:hover
{
  color: #666;
}

#mainColumn
{
  width: 670px;
  float: right;
}

#navColumnTwo
{
  display: none;
}


/******************************
*                             *
* MAIN PAGE                   *
*                             *
******************************/

#indexDefaultHeading
{
  font-weight: normal;
  font-size: 250%;
}

/******************************
*                             *
* NEW PRODUCTS                *
*                             *
******************************/

#whatsNew
{
  border: 1px dotted #BBB;
  padding: 5px;
}

#whatsNew h2
{
  text-align: left;
  padding-left: 0px;
}


/******************************
*                             *
* SPECIALS                    *
*                             *
******************************/
div#specialsDefault {
  background: #ebebe0;
  padding:2px;
}

div#specialsDefault h2{
  padding-left:5px;
}
div.specialsListItem
{
  margin: 0;
  background: #ebebe0;
  width: 154px;
  height:230px;
  float: left;
  padding: 10px 2px;
}

div.specialsListItem:hover
{
  background: #e1e1d1;
}

div.specialsListItem img
{
  text-align:center;
  margin: 0 5px;
}

div.specialsListItemHeader,
div.specialsListItemPrice
{
  margin: 0.5em 10px;
  font-size: 1.2em;
  text-align: center;
}

/*ebebe0*/

div.specialsList div.specialsListImageWrapper
{
  width: 100px;
  background: #ddd;
  border: 1px solid #000;
  float: left;
}

div.specialsList div.specialsListInfoWrapper
{
  width: 250px;
  background: #ddd;
  border: 1px solid #000;
  float: left;
}

div.specialsList div.specialsListInfoWrapper ul.rocecoProductProperties,
#productListing table td ul
{
  display: none;
}

div.specialsList div.specialsListPriceWrapper
{
  width: 100px;
  background: #ddd;
  border: 1px solid #000;
  float: right;
}


div.specialsList div.specialsListImageWrapper
{
  display: block;
  float: none;
  clear: both;
}


/******************************
*                             *
* PRODUCT GENERAL             *
* (PRODUCT DETAIL)            *
*                             *
******************************/

#productGeneral
{
  margin-top: 30px;
  margin-right: 10px;
}

#productGeneral h1#productName,
#productGeneral h2#productPrices,
#productGeneral div#productDescription
{
  width: 450px;
  float: right;
  margin-top: 0px;
  margin-right:15px;
  font-weight: normal;
  padding: 0px;
}

#productGeneral div#productDescription
{
  font-size: 100%;
}


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

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

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

.centerColumn
{
  margin-top: 10px;
}

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

#siteinfoLegal
{
  padding: 10px 0px;
	
}	

/*Shopping Cart Display*/
#cartAdd
{
  clear: both;
  margin-top: 20px;
	text-align: left;
	border: 1px dotted #BBB;
}

#cartAdd p
{
  margin-top: 0px;
}

#cartAddInner
{
  margin: 5px;
}

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

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

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

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

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

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

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #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;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

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

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

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

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

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

/*sideboxes*/
.columnLeft
{
  text-align: left;
}

h3.leftBoxHeading,
h3.leftBoxHeading a
{
  font-size: 1.1em;
  color: #1dab4c;
  text-align: left;
}

.centerBoxHeading
{
	margin: 0.5em 0em 0.4em 0;
	padding: 0em 0em;
	font-weight: normal;
	font-size: 1.4em;
	text-align: left !important;
}

.leftBoxContainer {
	margin-top: 1.5em;
	}

.sideBoxContent {
	background-color: #ffffff;
	}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFF00;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
	}

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

tr.productListing-rowheading
{
  display: none;
}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #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;
	}

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

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

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

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

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

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

#paypal {
  margin-top: 30px;
}

.condition-subheader {
	color: #1dab4c;
    font-size: 14px;
	font-weight:bold;
}

.catlisthead2 {font-size:13px; font-weight: bold;}

/*** set the width and height to match your images **/
/* clooti removed #homerightcol{float:right;width:660px;text-align:left;padding:0;vertical-align:middle;margin-bottom:20px;}
*/

#slideshow {

    position:relative;margin-top:1.5em;

    width:660px;

    height:420px;

}



#slideshow div {

    position:absolute;

    top:0;

    left:0;

    z-index:8;

    opacity:0.0;

    height: 420px;

    width:660px;

    background-color:#D1D0BD;

    display:table-cell;

}



#slideshow div.active {

    z-index:10;

    opacity:1.0;

}



#slideshow div.last-active {

    z-index:9;

}



#slideshow div img{margin:0;padding:0;

    border: 0;

    text-align:center;

    vertical-align:middle;

}

#slideshow div h2{
padding:5px;
margin-bottom:0;
color:#55996A;
font-size:1.25em;
}
#slideshow div p {
margin:0;
padding:0 5px;
color:#706F3F;
font-size:1.1em;
}
/*#slideshow div a{color:#666;text-decoration:none;}
#slideshow div a:hover{color:#848118;}*/

div#featured, div#specials, div#bestsellers{width:100% !important;border:1px solid #ebebe0;}
h3#featuredHeading, h3#specialsHeading,  h3#bestsellersHeading{background:#ebebe0;padding:0.5em 0.3em 0.5em 0.5em;color:#706f3f !important;margin:0 0 10px 0;font-size:1.1em;}
div#featured .sideBoxContent, div#specials .sideBoxContent, div#bestsellers .sideBoxContent{margin-bottom:6px;}
div#featured .sideBoxContent img, div#specials .sideBoxContent img{margin-bottom:4px;}

/* side nav*/
div#categories{width:100% !important;}
#categories h3{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden;}
div#categoriesContent{width:100% !important;background: #ebebe0;padding-bottom:4px;}
div#categoriesContent a{display:block;}
div#categoriesContent a.category-top{text-decoration:none; color:#706f3f !important;border-bottom: 2px solid #b1b17d;padding:0.6em 0.2em 0.1em 10px;margin:0 0 3px 0;}
div#categoriesContent a.category-products, div#categoriesContent a.category-subs{padding:0.2em 0.2em 0.2em 0;font-size:90%;}
div#categoriesContent img.bullet1{margin: 0 4px 0 0;}
/*background-image: url('../images/side-bullet.gif'); background-repeat:no-repeat; background-position: 10px 0.5em;*/
div#categoriesContent a.category-links{padding:0 0.2em 0.3em 10px;font-size:1.1em;}
div#categoriesContent a.category-top:hover, div#categoriesContent a.category-subs:hover{color:#666 !important;}


div#paypalcreditcardssidebox{width:100% !important;border:3px solid #999966;text-align:center;}
div#paypalcreditcardssidebox p{margin:0;padding:0;}
div#paypalcreditcardssidebox img{margin:4px 0 6px 0;}

#home1{background-color:#706f3f;color:#ffffff; font-size:1.1em;}
#home1 img{float:left;margin:10px 12px 12px 10px;}
#home1 p{padding:10px 12px 4px 10px !important;margin:0;}
#home1 strong{clear:both; display:block; padding:10px 12px 10px 10px;background-color:#b8b79f; color:#343835;text-align:center;font-size:1.1em;margin-bottom:10px;}
/*#home1 a{color:#848118;text-decoration:none;}
#home1 a:hover{color:#666;}*/

h3#blanksideboxHeading, #blanksidebox p, #blanksidebox img{margin:0;padding:0;}
