/**

 * 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 $

 */


/*CHANGED*/
body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 65.5%;
	color:#000;
	background-color: #ffffff;
	padding:10px;
	font-weight: normal;
	}



a img {border: none; }

/*CHANGED links*/


a:link, #navEZPagesTOC ul li a {

	color: #FFF;

	text-decoration: none;

	}

 

a:visited {
	color: #FFFFFF;
	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: #F90;
	}



a:active {

	color: #FFFFFF;

	}

/*CHANGED.....added, controls product page title, 200px page title, eg outdoor furniture*/
h1 {
	color: #F90;
}

h1 {

	font-size: 1.5em;

	}


/*CHANGED h2 contols welcome on home page, price on med product page*/
h2 {
	color:#000;
}


h2 {

	font-size: 1.4em;

	}


h3 {

	font-size: 1.3em;
	
	}
	
/*CHANGED....added CONTROLS PRODUCT HEADING DESCRIPTION*/

h3 a:link {
	color:#F90;
}
h3 a:visited {
	color:#F90;
}
h3 a:active {
	color:#F90;
}
h3 a:hover {
	color:#F60;
}


h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{

	font-size: 1.1em;

	}


.centerColumn a:link {/*CHANGED...controls link, eg "my account and all center links" page.*/
	color:#36C;
}
.centerColumn a:visited {
	color:#36C;
}
.centerColumn a:active {
	color:#36C;
}
.centerColumn a:hover {
	color:#F90;
}

.biggerText {

	font-size: 1.2em;

	}



h1, h2, h3, h4, h5, h6 {

	margin: 0.3em 3px;

}



CODE {

	font-family: arial, verdana, helvetica, sans-serif;

	font-size: 1em;

	}



FORM, SELECT, INPUT {

	display: inline;

	font-size: 1em;

	margin: 0.1em;

	}

fieldset {/*CHANGED...added to change login page (from session expired) bg to white from black*/
	background-color: #FFF;
}

TEXTAREA {

/*	float: left;*/

	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 #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;

	}
	
/*CHANGED LOGO*/	

#logo {
	float: left;
	padding-top: 0px;
	padding-right: 2em;
	padding-bottom: 0px;
	padding-left: 0px;
}

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;

	border-bottom: 1px solid #9a9a9a;

	}



/*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;

	}


/*CHANGED*/
/*wrappers - page or section containers*/

#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 81%;
	vertical-align: top;
	}


/*CHANGED PADDING AROUND MAIN WRAPPER*/
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {

	margin: 0em .7em 0em .7em;

	padding: .9em;
	
	background-color: #000000;

	}


#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {

	margin: auto;

	} 


/*CHANGED TAGLINE*/
#tagline {
	color:#ffffff;
	font-size: 1.5em;
	text-align : left;
	padding: 0em;
	vertical-align: middle;
	font-weight: 500;
	margin: 0em;
	}



#sendSpendWrapper {

	border: 1px solid #cacaca;

	float: right;

	margin: 0em 0em 1em 1em;

	}



.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	height: auto;
	}



.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;

	}


/*CHANGED TOP BAR*/
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	background-color: #000000;
	font-weight: bold;
	color: #F00;
	height: 1%;
	width: 100%;
	margin-top: -1.5em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	}



#navMain ul, #navCatTabs ul  {

	margin: 0;

	padding:  0.5em 0em;

	list-style-type: none;

	text-align: center;

	line-height: 1.5em;

	}
	
	
#navSupp ul {

	margin: 0;

	padding:  0.2em 0em;

	list-style-type: none;

	text-align: center;

	line-height: 1.5em;

	}



#navMain ul li, #navSupp ul li, #navCatTabs ul li {

	display: inline;

	}



#navMain ul li a,  #navCatTabs ul li a {

	text-decoration: none;

	padding: 0em 0.5em;

	margin: 0;

	color: #ffffff;

	white-space: nowrap;

	}

#navSupp ul li a {
	color: #FFF;
	text-align: center;
}

#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;

	}



#navBreadCrumb {
	background-color: #000;
	color: #FFF;
	}

.header_hr {
	font-size: 12px;
	font-weight: bold;
	color: #F89E14;
}

#navEZPagesTop {

	background-color: #ffff33;

	}



#navBreadCrumb, #navEZPagesTop {

	font-size: 0.95em;

	font-weight: bold;

	margin: 0em;

	padding: 0.5em;

	}


/*CHANGED LEFT COL*/
#navColumnOne {

	background-color: #000000;

	}


/*CHANGED RIGHT COL*/
#navColumnTwo {

	background-color: #000000;

	}



/*The main content classes*/

#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {

	vertical-align: top;

	}

.centerColumn {/*CHANGED....added per suggestion re IE 6 & 7 problems display center col problems*/
	overflow: auto;
}


.content, #productDescription, .shippingEstimatorWrapper {

	/*font-size: 1.2em;*/

	padding: 0.5em;
	color:#000; /*controls description under product page title*/
	}



.alert {

	color: #FF0000;

	margin-left: 0.5em;

	}

.advisory {
	color:#F00; /*CHANGED*/
	}

.important {

	font-weight: bold;

	}

.notice {
	
	}

.rating{}

.gvBal {

	float: right;
	
	}

.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFive,  #bannerSix {

	padding: 2em;

	}
	
.centerColumn{
	width: 88%;
	
	}	

#bannerFour {
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
	margin-right: 1em;
}
	
/*CHANGED...added bg color change color of some text, price etc*/
.centerColumn {
	background-color: #FFF;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	color: #FFF;
	}



/*Shopping Cart Display*/

#cartAdd {

	float: right;

	text-align: center;

	margin: 1em;

	border: 1px solid #000000;

	padding: 1em;

	}



.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;
	/*width: 100%; CHANGED...added, changes bottom total row scontents page*/
	}



.tableRow, .tableHeading, #cartSubTotal {

	height: 2.2em;

	}



.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {

	padding: .5em;

	}



.cartUnitDisplay, .cartTotalDisplay {

	text-align: right;

	padding-right: 0.2em;

	}



#scUpdateQuantity {

	width: 2em;

	}



.cartQuantity {

	width: 4.7em;

	}



.cartOldItem {
	color: #F90;
	font-weight: bold;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	}

.cartNewItem {
	color: #F96;
	font-weight: bold;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	}


/*#shoppingcartHeading .rightBoxContainer {
	color:#FFF;
	font-weight: bold;
	font-size: 10px;
	}*/
	
#shoppingcartHeading {
	color:#F90;
	font-weight: bold;
	font-size: 10px;
	}
	
	
.rightBoxContainer { /*CONTROLS RIGHT BOX */
	margin-bottom: 3em;
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	color:#F90;
	font-size: 9px;
	}

#tellafriendContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #CCC;
}

.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;

	}

.category-top {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #F90;
	font-weight: bold;
	text-align: right;
}

/*sideboxes*/

.columnLeft {}



h3.leftBoxHeading, h3.leftBoxHeading a {

	font-size: 1.2em;

	color: #ffffff;

	}


/*CHANGED*/
.leftBoxHeading {

	margin: 0em;

	background-color: #000000;

	padding: 0.5em 0.2em;

	}

.centerBoxHeading {/*CHANGED...added*/

	margin: 0em;

	background-color: #CCC;

	padding: 0.5em 0.2em;

	}
	
/*CHANGED*/
.leftBoxContainer {

	border: 1px solid #000000;

	margin-top: 1.5em;

	}

/*CHANGED*/
.sideBoxContent {
	padding: 0.4em;
	line-height: 1.5em;
	text-align: left;
	}



h3.rightBoxHeading, h3.rightBoxHeading a {/*CHANGED, controls tab headings on right*/

	font-size: 1.1em;

	color: #FFF;

	}



.rightBoxHeading { /*CHANGED, controls tab headings on right*/


	background-color: #000;

	}



h3.leftBoxHeading a:hover {

	color: #FFFF33;

	text-decoration: none;

	} 



h3.rightBoxHeading a:hover {
	color: #F90;
	text-decoration: none;
	}



.rightBoxContent {

	background-color: #ffffff;

	}



.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;
	}
/*CHANGED>>ADDED NEW*/
.listingDescription  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	color: #000;
	}
	


	

#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: #000000;

}



#upProductsHeading { /*CHANGED DEFINES BOTTOM UPCOMING PRODUCTS, also added link fonts*/

	text-align: left;
	color:#F00;
	}
#upcomingProductsTable {
	color:#000;
	}

#upcomingProductsTable a:link {
	color:#000;
	}
#upcomingProductsTable a:visited {
	color:#000;
	}
#upcomingProductsTable a:active {
	color:#000;
	}
#upcomingProductsTable a:hover {
	color:#666;
	}

#upDateHeading { /*CHANGED DEFINES date BOTTOM UPCOMING PRODUCTS*/

	text-align: right;
	color:#F00;
	}



/*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;

	}

.seDisplayedAddressInfo, .seDisplayedAddressLabel  {
	background-color: #FFF;
}

.optionName {
	color: #F90;
}

.checkout_featured {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #999;
}

.orange{
	color: #F90;
	font-weight: bold;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9;
	font-variant: normal;
	}
	
.grey{
	color: #333;
	font-weight: bold;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	font-variant: normal;
	}

.text_body_sm{
	color: #666;
	font-weight: normal;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	font-variant: normal;
	}

.heading {
	font-size: 1.2em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-variant: normal;
	color: #333;
}

#tel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	text-align: right;
}

#tel2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	padding-bottom: .8em;
}

.small_ {
	font-size: 9px;
}

header_tagline {
	background-image: url(../../../../../images/wrmBkgrd28.jpg);
	background-repeat: repeat-x;
}

header_tagline_font {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	font-weight: bold;
	color: #F90;
	text-align: left;
}

#socialize {
	background-color: #FFF;
	width: 88%;
	text-align: left;
	vertical-align: middle;
	padding: 2em;
	
}

#socialize a:link {
	font-weight: bold;
	color: #00F;
}

#socialize a:visited{
	font-weight: bold;
	color: #00F;
}

#socialize a:hover {
	font-weight: bold;
	color: #F90;
}

#white {
	color: #FFF;
}
