/**
 * 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 $
 * @mods:  11/28/06 EAA change backgrounds colors & font colors for Subito
 * @mods:  12/1/06 EAA - change colors for hyperlinks, spacing of boxes
 * @mods: EAA 12/2/06 - change styles for product details display
 * @mods:  EAA 12/13/06 - changed & added styles for products listings (table)
 * @mod:  EAA 1/12/07 - changed tagline style
 * @mod:  EAA 1/16/07 - added update from 1.3.6 upgrade
 * @mod:  EAA 1/18/07 - changed font size defs to correct problems in IE7
 * @mod:  EAA 1/19/07 - deleted margins and text center for  .categoryListBoxContents; 
 * @mod:  EAA 2/10/07 - new def for links on main page//new def to add space below category descr.
 * @mod:  EAA 8/7/07 - new def for p on main page - less padding
 * @mod:  EAA 7/2/2008 - added style for Authorize.net badge
 */

body {
	margin: 0;
	color: #0038a8;
	background-color: #e5edf5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	}
/*added 2 defs below to correct wrong font sizes in IE7*/
#contentMainWrapper {
	font-size: 1em;
}
table {
	font-size: 1em;
}


a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #0038a8;
	text-decoration: none;
	}
 
a:visited {
	color: #0038a8;
	text-decoration: none;
	}
#navMain ul li a:hover {
	color: #0038a8;
}
#navSuppWrapper #navSupp ul li a:hover {
	color: #0038a8;
}
a:hover, #navEZPagesTOC ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #c7ac63;
	}

a:active {
	color: #0000FF;
	}
/*eaa mod 2/10/07*/
#main_text a {
	text-decoration:underline;
}
/*eaa mod 5/12/09*/
#special {
	color:#990033;
	font-weight: bold;
}
h1 {
	font-size: 1.5em;
	}

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 {

	}

h1, h2, h3, h4, h5, h6 {
	/*margin: 0.3em;*/
	}

CODE {

	}

FORM, SELECT, INPUT {
	display: inline;

	margin: 0.1em;
	}

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 {
	padding: 0.3em;
	color: #0038a8;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .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;
	}

/*EAA mod 8/7/07*/
#main_text p {
	padding: 0 0.5em 0 0.5em;
}
/*END MOD*/

ADDRESS {
	
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/

.messageStackError {
	border: 1px solid #ff0000;
	color:#FF0000;
	font-weight: bold;
	padding: 2px;
	vertical-align: middle;
}

.messageStackSuccess {
	border: 1px solid #336600;
	color: #336600;
	font-weight: bold;
	padding: 2px;
	vertical-align: middle;
	}

.messageStackWarning, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning{
	background-color: #ff0000;
	color: #ffffff;
	}



.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 95%;
	vertical-align: top;
	margin: auto;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, 
#ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, 
#popupImage {
	margin: 0em;
	padding: 0em;
	}

#mainWrapper {
	margin: auto;
	} 

/*EAA Mod */
#tagline {
	color: #2D5EA1;
	font-size: 1.6em;
	float: right;
	margin: 15px 3px 3px 3px;
	}
#siteinfoLegal {
	font-size: 75%;
}
#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;
	
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 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, #navSupp ul li a, #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: 0.5em;
	}
#navMainSearch {
	float: right;
}

#navMainSearch form input {
	font-size: 75%;
}
#navBreadCrumb {
	background-color: #2d5ea1;
	color: #c7ac63;
	}
#navBreadCrumb a {
	color: #c7ac63;
}
#navEZPagesTop {
	background-color: #c7ac63;
	}
#navEZPagesTop a {
	color: #0038a8;
}
#navEZPagesTop a:hover, #navBreadCrumb a:hover {
	color: #CCCCCC;
}

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

/*The main content classes*/
/*MOD version 1.3.6 */
.hiddenField {
  display: none;
  }
.visibleField {
  display: inline;
  }
#contentColumnMain, .centerBoxContents, .specialsListBoxContents, 
.categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, 
.centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}
.categoryListBoxContents {
	margin-left: 5px;
}
/*.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: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	
	}
/* Product Listing Display */

.itemTitle, .listingDescription {
	text-align:left;
}
/*#indexProductList */
tr.productListing-odd {
	background-color:#E1E1E1;
}
tr.productListing-even {
	padding: 5px 0 5px 0;
}
#indexProductList tr.productListing-even {
	background-color:#FFFFFF;
}


/*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;
	}

.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: #0038a8;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #0038a8;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}
#shoppingcartContent a:hover {
	color: #c7ac63;
}
.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, #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, .additionalImages, 
.centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, 
.centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/
.sideBoxContent {
	background-color: #ffffff;
	}

TD.columnLeft, TD.columnRight {
	vertical-align:top;
}
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: 0;
	padding: 2px;
	border: 1px solid #2D5EA1;
	vertical-align:top;
}
div.leftBoxContainer, div.rightBoxContainer {
	margin:0;
	padding:0;
}
H3.leftBoxHeading, H3.rightBoxHeading  {
	background-color: #2D5EA1;
	padding: 2px;
	font-weight:bold;
	color:#FFFFFF;
	margin-top: -1px;
}

H3.leftBoxHeading label {
	padding: 0;
}
/*EAA mod - 7/21/2009 - set visited link color*/
H3.leftBoxHeading a:link, H3.rightBoxHeading a:link, 
H3.leftBoxHeading a:visited, H3.rightBoxHeading a:visited {
	color: #FFFFFF;
}

H3.leftBoxHeading a:hover, H3.rightBoxHeading a:hover {
	color:#c7ac63;
}
/*center column */
H2.centerBoxHeading {
	color: #c7ac63;
}
.centerBoxHeading {
	margin: 0em;
	background-color: #2D5EA1;
	padding: 0.5em 0.2em;
	}




/*misc. centered styles */
.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, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, 
.centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

/*specific boxes */
#search {
	padding-bottom: 3px;
	}
#searchHeading {
	padding: 0px;
	margin: 0px;
}
#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;
	}
#information {
	padding-top: 10px;
}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}
/*product listing styles */
/*EAA mod 12/8/2008*/
#prod_details {
	border: 1px solid #2d5ea1;
	width: 80%;
	padding: 5px;
}

/*misc*/
.back {
	float: left;
	}

.forward {
	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;
	}

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;
	}

/*added in version 1.3.8 - test to see if these do anything weird!*/
.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;
	}

/*eaa added styles*/

#categoryDescription {
	padding-bottom: 15px;
}

#auth_seal_wrapper {
	text-align: center;
	margin: auto;
	margin-top: 20px;
	border: solid 1px #999999;
}
