/**
 * 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 3215 2006-03-20 06:05:55Z birdbrain $
 */

body {
	background: fixed #1F1F1F url(../images/background.png) top left repeat-x;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	}

a img {
	border: none; 
	}

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

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

a:active {
	color: #000;
	}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

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

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em;
	}

ADDRESS {
	color: #5B6C8A;
	font-style: normal;
	}

ADDRESS.addressbook {
	color: #5B6C8A;
	width: 40%;
	font-style: normal;
	}

#instructions {
	font-size: .8em;
	}

.LOGIN {
	color: #2B9DC3;
	}

PHONE {
	color: #FFF;
	font-weight: bold;
	}

.biggerText {
	font-size: 1.2em;
	}

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

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

.inputGo {
	margin: 4px 0 0 2px;
	float: right;
	display: inline;
	}

.inputGoIE {
/* For the record, IE sucks! */
	margin: 5px 0 0 0px;
	float: right;
	display: inline;
	}

INPUT {
	color: #787878;
	}
	
TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

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

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
/*	border: 1px solid #cccccc; */
	border: 0px 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;
	}
	
#homeImg{
	padding: 4px 0 0 0;
	}
	
LABEL.inputLabel {
	width: 11em;
	float: left;
	}

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

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

P{
	padding: 0.5em;
	}

.clearBoth {
	clear: both;
	}

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

/*wrappers - page or section containers*/

#topWrapper {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 990px;
	vertical-align: top;
	}

#mainWrapper {
	margin: 0;
	padding: 0;
	background: #FFF;
	text-align: left;
	width: 990px;
	vertical-align: top;
	}

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

#contentMainWrapper {
	padding: 0 0 20px 0;
	background: #fff;
	}
	
#logoWrapper {
	margin: 0 0 0 0;
	width: 990px;
	height: 150px;
	}

#logo {
/*	margin: 34px 0 0 37px; */
	margin: 34px 0 0 -140px; 
	float: left;
	}

#logoIE {
/*	margin: 34px 0 0 37px; */
	margin: 34px 0 0 -160px; 
	float: left;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	font-size: 1em;
	}
	
#taglineWrapper {
	margin: 0 auto;
	width: 360px;	
	}

#tagline {
	display: none;
	padding-top:10px;
	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, #Shipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.floatingBoxLogin {
	margin: 0;
	width: 97%;
	}

#checkoutYourOrderNumber {
	color: #D9191B;
	font-weight: bold;
	font-size: 1.5em;
	display: inline;
	}	
	
.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {
	margin: 20px 0 20px 0;
	padding: 0;
	}

.navSplitPagesLinks {
	margin: 20px 0 20px 0;
	padding: 0;
	}

.categoryIconWrapper {
	margin: 4px 12px 0 0;
	padding: 3px;
	text-align: left;
	background: #000;
	}
	
.categoryIcon {
	padding: 3px 5px 2px 5px;
	color: #000;
	background: white;
	height: 16px;
	font-weight: bold;
	}

.categoryIcon a {
	color: #294068;	
	}
	
.categoryIcon a:hover {
	color: #D9191B;
	}
	
.navNextPrevWrapper {
	margin: 10px 12px 20px 0;
	padding: 2px;
	}

.navNextPrevCounter {
	display: inline;
	padding: 3px;
	background: #FFF;
	text-align: left;
	}

.navNextPrevList {
	display: inline;
	margin: 5px 0 50px 0;
	padding: 5px 0 5px 0;
	background: #FFF;
	}

#navShoppingCartWrapper {
	background: url(../images/shopping_cart_bg.gif);
	margin: -101px 28px 0 0;
	font-weight: bold;
	width: 226px;
	height: 62px;
	float: right;
	}

#navShoppingCart {
	margin: 0 0 0 57px;
	padding: 3px 0px 0 10px;
	font-weight: bold;
	text-align: left;
	color:#FFF;
	}

#navShoppingCartIcon {
	margin: 6px 0 -24px 6px;
	font-weight: bold;
	text-align: left;
	color:#FFF;
	}

#navShoppingCart a {
	font-weight: bold;
	color:#00FF00;
	}

#navShoppingCart a:hover {
	text-decoration: underline;
	}

#navExtraWrapper {
	background: url(../images/silver_bar.gif) repeat-x;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #000000;
	height: 20px;
	width: 100%;
	}
	
#navTopWrapper {
	background: url(../images/nav_bg.gif) center no-repeat;
	margin: -26px 0 -11px 0;
	padding: 0;
	height: 44px;
	width: 100%;
	}
	
#navTop {
	margin: 0 0 0 20px;
	height: 44px;
	text-align: left;
	width: 100%;
	}
	
#navAccountWrapper {
	margin: auto;	
	height: 26px;
   	width: 986px;	
	}

#navSuppWrapper {
	margin: 0 auto;
	background: transparent;
	font-weight: bold;
	color: #000;
	height: 6px;
	width: 986px;
	}
	
#navCatTabsWrapper {
	margin: 0;
	background-color: #E5EDF5;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}
	
#navAdvancedSearch {
	text-align: right;
	margin: 1px 0 0 0;
	padding: 0 0 0 0;
	}

#navMain {
	margin: 0 0 0 40px;
	padding: 3px 0 0 10px;
	font-size: 1.1em;
	list-style-type: none;
	text-align: center;
	color:#000000;
	}

#navMain ul, #navMain li {
	margin:0;
	padding:0;
	display:inline;
	}
	
#navMain ul li a {
	margin-right:2px;
	padding:2px 10px;
	background:#999;
	color:#fff;
	border:1px solid;
	float:left;
	font-weight:Bold;
	line-height:14px;
	text-decoration:none;
	border-color:#66006B;
	}

#navMain ul li a:hover {
	color:#fff;
	text-decoration: underline;
	background:#ccc;
	}

#navCurrency {
	margin: 26px 0 0 16px;
	padding: 0;
	float: left;
	color: #787878;
	}

#navAccount {
	margin: 26px 14px 0 0;
	padding: 0;
	font-size: 9px;
	float: right;
	color: #787878;
	}

#navAccount a {
	padding: 0 2px 0 2px;
	text-decoration: none;	
	font-size: 9px;
	color: #787878;
	}
	
#navAccount a:hover, #navGoogleSearch a, #navGoogleKeywords {
	color: #D9191B;
	}

#navGoogleSearch a:hover {
	text-decoration: underline;
	}
	
#navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navSupp ul li, #navCatTabs ul li {
	display: inline;
	white-space: nowrap;
	}
#navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #000;
	}
#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 {
	margin: 0.5em;
	}

#indexProductListCatDescription {
	margin: -2px 18px 6px 0;
/*	padding: 0 10px 20px 0; */
	float: right;
	color: #000;
	text-align: right;
	}
	
#navBreadCrumbWrapperCategory {
	background: url(../images/product_header_bg.gif) top left no-repeat;
	margin: 4px 0 0 0;
	padding: 2px;
	text-align: left;
	}
	
#navBreadCrumbCategory {
	background: url(../images/breadcrumb_bg.gif) top left no-repeat;
	margin: 2px;
	padding: 12px 0 0 17px;
	color: #DDD;
	height: 24px;
	}
	
#navBreadCrumbWrapperCategoryNarrow {
	background: url(../images/product_header_bg_sm.gif) top left no-repeat;
	margin: 4px 0 0 0;
	padding: 2px;
	text-align: left;
	}
	
#navBreadCrumbCategoryNarrow {
	background: url(../images/breadcrumb_bg_sm.gif) top left no-repeat;
	margin: 2px;
	padding: 12px 0 0 17px;
	color: #DDD;
	height: 24px;
	}
	
#navBreadCrumbWrapperProduct {
	background: url(../images/product_header_bg.gif) top left no-repeat;
	margin: 4px 0 0 0;
	padding: 2px;
	text-align: left;
	}
	
#navBreadCrumbProduct {
	background: url(../images/breadcrumb_bg.gif) top left no-repeat;
	margin: 2px;
	padding: 12px 0 0 17px;
	color: #DDD;
	height: 24px;
	}

#navBreadCrumbCategory a, #navBreadCrumbCategoryNarrow a, #navBreadCrumbProduct a {
	color: #FFF;	
	font-weight: normal;
	}

.navProductPrevNext {
	color: #DDD;
	float: right;
	font-size: 0.8em;
	margin: -69px 28px 0 0;
	}
	
#navBreadCrumbCategory a:hover, #navBreadCrumbCategoryNarrow a:hover {
	color: #D9191B;
	}

#navGoogleSearchWrapper {
	background: url(../images/google_header_bg.gif) top left no-repeat;
	margin: 4px 0 0 0;
	padding: 2px;
	text-align: left;
	height: 40px;
	}
	
#navGoogleSearch {
	margin: 2px;
	padding: 5px 0 0 110px;
	color: #787878;
	}

#indexCategoriesHeading, #productListHeading {
	color: #FFF;
	background: #7F7E7E;
	}
	
#productListHeadingWrapper {
	margin: -20px 0 0 0;
	}
	
.navProductHeaderWrapper {
	margin: -14px 0 0 0;
	}

.navProductHeader , #productListHeading {
	background: url(../images/product_header_bg.gif) bottom center no-repeat;
	padding: 0 4px 0 0;
	}

#indexCategoriesHeading, #productListHeading {
	background: url(../images/product_header_bg.gif) bottom center no-repeat;
	margin: -4px 0 10px -12px;
	padding: 12px 4px 10px 28px;
	}

#categoryDescription {
	margin: 0 12px 0 0px;
	}
	
#mainProductBox {
	margin: 4px 12px 0 0;
	padding: 0 0 6px 0;
	color: #FFF;
	background: url(../images/product_details_bg.gif) bottom left no-repeat;
	}

.productNameWrapper {
	padding: 1px 0 0 0;
	height: 48px;
	background: url(../images/product_name_bg.gif) top left no-repeat;
	}

.productName {
	margin: 3px 0 0 5px;
	padding: 11px 0 0 37px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	height: 36px;
	}

.productListHeadingWrapper {
	margin: 0px 12px -44px 0;
	padding: -2px 0 0 0;
	font-size: 1.5em;
	font-weight: bold;
	background: #7F7E7E;
	height: 40px;
	}

.productListHeading {
	padding: 0 0 0 0;
	}

#productDetailsList {
	margin: 0 0 0 15px;
	color: #5F5E5E;
	font-size: .9em;
	}

#reviewDetailsList {
	margin: 0 0 0 15px;
	color: #000;
	font-size: .9em;
	}

#reviewDetailBold {
	font-weight: bold;
	}
	
#reviewDetailPrice {
	font-size: 1.2em;
	font-weight: bold;
	color: #111;
	}
	
.reviewCount {
	margin: -21px 0 0 0;
	color: #526585;
	font-size: .75em;
	}

#productDetailBold {
	color: 	#7f7e7e;
	font-weight: bold;
	}
	
#productDetailManuf{
	color: #00FF00;
	}

#productBackOrder a, #productSpecialOrder a {
	padding: 0 0 1px 0;
	color: #4f607e;
	}

#imagebox {
	float: right;
	margin: 0;
	}
	
#productsListingWrapper {
	margin: 0px 12px 0 0;
	padding: 2px;
	font-size: 0.9em;
	text-align: left;
	background: url(../images/breadcrumb_wrapper.gif) bottom center no-repeat;
	}	

#productsListingNumber {
	margin: 2px;
	margin: 2px;
	padding: 12px 0 0 17px;
	color: #DDD;
	background: url(../images/breadcrumb_bg.gif) top left no-repeat;
	height: 24px;
	font-size: 0.9em;
	}

#productsListingLinks {
	margin: -27px 2px 0 0;
	padding: 0 17px 0 0;
	width: 50%;
	float: right;
	color: #DDD;
	text-align: right;
	height: 24px;
	font-size: 0.9em;
	}

#productsListingLinks  a{
	color: #DDD;
	}

#navEZPagesTop {
	margin: 0;
	padding: 6px 0 6px 0;
   background: url(../images/tier2_bg.gif) repeat-x;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	/*height: 24px;*/
	vertical-align: middle;
	}
	
#navEZPagesTop a {
	color: #fff;
	}	
	
#headerWrapper {
	margin: 0 auto;
	background: #FFF url(../images/smartbg.gif) top center no-repeat;
	padding: 0;
	}

#navColumnOne, #navColumnTwo {
	padding-bottom: 0px;
	background-color: #fff;
	}


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

/**/
/*BOF - Header Layout (below breadcrumbs) for Two-Column and Three-Column Pages */
/**/
/*This displays the border around the main content window. Pixel width is 578, intended for THREE-Column Pages */
#conditionsMainContent, #privacyDefaultMainContent, #shippingInfoMainContent, #aboutUsMainContent, #siteMapMainContent, #discountcouponInfoMainContent, #gvFaqDefaultMainContent, #unsubDefaultMainContent, #maintenanceDefaultMainContent, #ezPagesUsMainContent, #loginDefaultMainContent, #logoffDefaultMainContent, #passwordForgottenMainContent, #accountEditMainContent, #addressBookMainContent, #addressBookProcessMainContent, #accountPasswordMainContent, #acctNewslettersUsMainContent, #accountNotificationsMainContent, #accountHistoryMainContent, #accountHistoryDefaultContent, #createAcctDefaultMainContent, #createAcctSuccessMainContent, #advSearchMainContent, #gvSendMainContent, #timeoutDefaultMainContent {
	background: url(../images/content_bg_sm.gif) bottom left;
	margin: 14px 0 0 0;
	padding: 2px 10px 8px 10px;
	text-align: justify;
	}

/*This displays the border around the main content window. Pixel width is 762, intended for TWO-Column Pages */
#shoppingCartMainContent, #productReviewsMainContent, #productReviewsInfoContent, #productReviewsWriteContent, #contactUsMainContent, #specialsListingMainContent, #newProductsMainContent, #allProductsDefaultMainContent, #productInfoNoProductMainContent, #checkoutShippingMainContent, #checkoutPaymentMainContent, #checkoutConfirmationDefaultMainContent, #accountDefaultMainContent, #checkoutSuccessMainContent, #reviewsDefaultMainContent {
	background: url(../images/content_bg.gif) bottom left;
	margin: 14px 0 0 0;
	padding: 2px 8px 8px 10px;
	}

/*This displays the header background (behind the dynamic text) at the top of the main content window. Pixel width is 578, intended for THREE-Column Pages */
#about_us, #shippingInfo, #privacy, #conditions, #siteMap, #discountcouponInfo, #gvFaqDefault, #unsubDefault, #maintenanceDefault, #ezPageDefault, #loginDefault, #logoffDefault, #passwordForgotten, #accountEditDefault, #addressBookDefault, #addressBookProcessDefault, #accountPassword, #acctNewslettersDefault, #accountNotifications, #accountHistoryInfo, #accountHistoryDefault, #createAcctDefault, #createAcctSuccess, #advSearchDefault, #gvSendDefault, #news, #timeoutDefault {
	background: url(../images/content_header_bg_sm.gif) top center no-repeat;
	margin: -5px 0 0 0;
	}
	
/*This displays the header background (behind the dynamic text) at the top of the main content window. Pixel width is 762, intended for TWO-Column Pages */
#shoppingCartDefault, #productReviews, #productReviewsInfo, #productReviewsWrite, #contactUs, #specialsListing, #newProductsDefault, #allProductsDefault, #productInfoNoProduct, #checkoutShipping, #checkoutPayment, #checkoutConfirmDefault, #accountDefault, #checkoutSuccess, #reviewsDefault {
	background: url(../images/content_header_bg.gif) top left no-repeat;
	margin: -5px 12px 0 0;
	}
	
/*This displays the header background (behind the dynamic text) at the top of the main content window for ADVANCED SEARCH RESULTS ONLY. Pixel width is 762, intended for TWO-Column Pages */
#advSearchResultsDefaultHeadingWrapper {
	background: #7F7E7E;
	margin: -5px 12px -4px 0;
	height: 30px;
	}
	
/*This controls the text color and padding for the dynamic text that is displayed over the header backgrounds above. Intended for both TWO- and THREE-Column Pages */
#aboutUsHeading, #shippingInfoHeading, #privacyDefaultHeading, #conditionsHeading, #siteMapHeading, #discountcouponInfoHeading, #gvFaqDefaultHeading, #unsubDefaultHeading, #cartDefaultHeading, #productReviewsHeading, #maintenanceDefaultHeading, #productReviewsInfoHeading , #productReviewsWriteHeading, #ezPagesHeading, #contactUsDefaultHeading, #specialsListingHeading, #newProductsDefaultHeading, #loginDefaultHeading, #logoffDefaultHeading, #passwordForgottenHeading, #accountDefaultHeading, #accountEditDefaultHeading, #addressBookDefaultHeading, #addressBookProcessDefaultHeading, #accountPasswordDefaultHeading, #acctNewslettersDefaultHeading, #accountNotificationsHeading, #accountHistoryInfoHeading, #accountHistoryDefaultHeading, #createAcctDefaultHeading, #createAcctSuccessHeading, #advSearchDefaultHeading, #advSearchResultsDefaultHeading, #gvSendDefaultHeading, #allProductsDefaultHeading, #newsHeading, #productInfoNoProductHeading, #checkoutShippingHeading, #checkoutPaymentHeading, #checkoutConfirmDefaultHeading, #checkoutSuccessHeading, #timeoutDefaultHeading, #reviewsDefaultHeading {
	color: #FFF;
	padding: 4px 0 0 8px;
	}
/**/
/*EOF - Header Layout (below breadcrumbs) for Two-Column and Three-Column Pages */
/**/

.pageDividerNarrow {
	background: url(../images/page_divider578.gif) top left no-repeat;
	margin: 4px -10px 4px -10px;
	height: 12px;
	}

.pageDividerWide {
	background: url(../images/page_divider762.gif) top left no-repeat;
	margin: 4px -10px 4px -10px;
	height: 12px;
	}

/* for /includes/templates/oem/templates/tpl_product_new_default.php only */
.pageDividerNew {
	background: url(../images/page_divider762.gif) top left no-repeat;
	margin: 4px -10px 4px -14px;
	height: 12px;
	}

.centerBoxContentsNew {
	color: #FFF;
	font-size: 0.9em;
	align: left;
	}	
	
.centerBoxContentsNew a {
	font-weight: bold;
	color: #FFF;
	}
	
.centerBoxContentsSpecials {
	font-size: 0.9em;
	color: #959EAD;
	}

.centerBoxContentsSpecials a {
	font-size: 0.9em;
	color: #FFF;
	font-weight: bold;
	}

.additionalImages {
	vertical-align: top;
	text-align: center;
	margin: 1em 0em;
	color: #959EAD;
	border: 1px black;
	}

.additionalImages a {
	font-size: 0.9em;
	color: #FFF;
	font-weight: bold;
	}

.additionalImages a:hover {
	text-decoration: underline;
	color: #ffcc00;
	}

.alsoPurchased {
	vertical-align: top;
	text-align: center;
	margin: 1em 0em;
	color: #959EAD;
	border: 1px black;
	}

.alsoPurchased a {
	font-size: 0.9em;
	color: #FFF;
	font-weight: bold;
	}

.alsoPurchased a:hover {
	text-decoration: underline;
	color: #ffcc00;
	}

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

.accountHistoryContent {
	width: 47%;
	}
	
#productDescription {
	font-size: 1em;
	background: #FFF url(../images/product_description_bg_762.gif) bottom center no-repeat;
	padding: 4px 12px 12px 12px;
	margin: 0 12px 0 0;
	color: #000;
	text-align: justify;
	}

#productDateAdded {
	margin: 5px 12px -15px 0;
	font-size: .9em;
	padding: 0.5em;
	background: url(../images/product_dateadded_bg.gif) center no-repeat;
	color: #FFF;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
	
.advisory {
	}
	
.important {
	font-weight: bold;
	}
	
.notice {
	}
	
.rating {
	}
	
.gvBal {
	float: right;
	}
	
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}
	
.centerColumn {
/*	padding: 0.8em; */
	background: #FFF;
	font-size: 1.2em;
	}	

.smallText, #siteinfoCredits, #siteinfoStatus {
	font-size: 0.9em;
	}
	
/*Shopping Cart Display*/
#cartAdd {
	}

#productAddToCartTextLeft {
	margin: 0 0 -33px 12px;
	text-align: left;
	font-size: 0.9em;
	color: #5F5E5E;
	}

#productAddToCartTextRight {
	margin: 0 10px 0 0;
	text-align: right;
	font-size: 0.9em;
	color: #BBB;
	}

#productAddToCartButton {
	margin: -15px 0 8px 0;
	text-align: center;
	}

#productAttributes {
	margin: 10px 0 6px 18px;
	}

.attribsOptionsText{
	margin: 0 0 3px 0px;
	font-size: 0.9em;
	color: #BBB;
	padding: 2px 0 0 0;
	}	
	
.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;
	}

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

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

.productNormalPrice {
	color: #BBB;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	margin: 0px 10px 5px 0;
	}

.productPriceDiscount {
	color: #00FF00;
	font-weight: bold;
	}

.productSpecialPrice {
	color: #FFF;
	}

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

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/

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

#productMainImage {
	margin: 0 2px 0 0;
	
	}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/

.attribImg {
	width: 20%;
	margin: 0.3em 0em;
	}

.attributesComments {
	}

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

/* CSS USED IN SIDEBOXES */

.columnLeft {
	padding: 0 4px 0 12px;
	}

.columnRight {
	padding: 0 12px 0 4px;
	}
	
h3.leftBoxHeading, h3.leftBoxHeading a, h3.leftBoxHeading label, h3.rightBoxHeading, h3.rightBoxHeading a, h3.rightBoxHeading label {
	font-size: 1.2em;
	text-align: left;
	color: #FFF;
	margin: 0 0 0 0;
	}
	
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover{
	color: #FFFF33;
	text-decoration: none;
	} 

#divider {
	margin: 8px 0 4px -15px;
	}

.leftBoxHeading {
	margin: 0;
	height: 30px;
	background: url(../images/sidebox_header_bg_left.gif) no-repeat;
	padding: 0px 0 10px 0px;
	}

.rightBoxHeading {
	margin: 0;
	height: 30px;
	background: url(../images/sidebox_header_bg_right.gif) no-repeat;
	padding: 0px 0 10px 0px;
	}

.centerBoxWrapper {
	margin: 0;
	background-image: url(../images/title_cap_right.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}

.centerBoxWrapperSpecialsMain {
	margin: 4px 0 0 0;
	background: url(../images/specials_bg_main.gif) bottom no-repeat;
	}

.centerBoxHeadingSpecialsMain {
	background: url(../images/specials_header_main.gif) no-repeat top;
	height: 40px;
	}
	
.centerBoxWrapperSpecialsCategory, .centerBoxWrapperAdditionalImages {
	margin: 4px 0 0 0;
	background: url(../images/specials_bg_category.gif) no-repeat bottom left;
	}

.centerBoxWrapperAlsoPurchased {
	margin: 4px 0 0 0;
	background: url(../images/whatsnew_bg_category.gif) no-repeat bottom left;
	}

.centerBoxHeadingSpecialsCategory {
	margin: 0 12px 0 0;
	background: url(../images/specials_header_category.gif) no-repeat top;
	height: 40px;
	}
	
.centerBoxHeadingAdditionalImages {
	background: url(../images/additional_images_header.gif) no-repeat top;
	margin: 0 12px 0 0;
	height: 40px;
	}
	
.centerBoxHeadingAlsoPurchased {
	background: url(../images/also_purchased_header.gif) no-repeat top;
	margin: 0 12px 0 0;
	height: 40px;
	}
	
.centerBoxWrapperWhatsNewMain {
	margin: 4px 0 0 0;
	background: url(../images/whatsnew_bg_main.gif) no-repeat bottom;
	}

.centerBoxWrapperWhatsNewCategory {
	margin: 4px 0 0 0;
	background: url(../images/whatsnew_bg_category.gif) no-repeat bottom left;
	}

.centerBoxHeadingWhatsNewMain {
/*	margin: 0 12px 0 0; */
	background: #FFF;
	height: 40px;
	}
	
.centerBoxHeadingWhatsNewCategory {
/*	margin: 0 12px 0 0; */
	background: #FFF;
	}
	
.centerBoxHeading {
	background: url(../images/title_cap_right.gif) top right no-repeat;
	margin: 0;
	height:32px;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer {
	background: url(../images/sidebox_content_bg_left.gif) bottom no-repeat;
	margin-top: 4px;
	}

.rightBoxContainer {
	background: url(../images/sidebox_content_bg_right.gif) bottom no-repeat;
	margin-top: 4px;
	}

/* BOF Sidebox specific to Authorize.net & GeoTrust - Requires white BG*/
#AuthorizeNetGeoTrust {
	background: url(../images/sidebox_content_bg_right_wht.gif) bottom no-repeat;
	margin-top: 4px;
	}

#GeoTrust {
	margin: 5px 0 0 0;
	text-align: center;
	}	

#AuthorizeNet {
	margin: 6px 0 -4px 0;
	text-align: center;
	}	
/* EOF Sidebox specific to Authorize.net & GeoTrust - Requires white BG*/

.sideBoxContent {
	padding: 0.3em 0.3em 1em 0.8em;
	color: #FFF;
	}

.sideBoxContentInfo {
	padding: 12px 0 18px 15px;
	color: #FFF;
	}

.sideBoxContentInfo a  {
	color: #FFF;
	line-height: 1.6em;
	}
	
.sideBoxContentServices {
	padding: 12px 0 18px 15px;
	color: #FFF;
	}

.sideBoxContentServices a  {
	color: #FFF;
	line-height: 1.6em;
	}
	
.sideBoxContentSpecials {
	padding: 12px 2px 12px 2px;
	color: #FFF;
	}

.sideBoxContentSpecials a {
	color: #FFF;
	font-weight: bold;
	}

.sideBoxContentNew {
	padding: 12px 0 0 0;
	font-size: 1em;
	color: #FFF;
	}

.sideBoxContentNew a {
	font-weight: bold;
	color: #FFF;
	}

.sideBoxContentManuf {
	padding: 10px 0 11px 0;
	}
	
.sideBoxContentCategories {
	padding: 12px 0 18px 15px;
	color: #FFF;
	line-height: 1.6em;
	}

.sideBoxContentReviews {
	margin: 10px 12px 0 12px;
	/*padding: 3em 0.3em 1em 0.8em;*/
	color: #BBB;
	}

.sideBoxContentReviews a {
	color: #FFF;
	line-height: 1.2em;
	}
	
.sideBoxContent a:hover, .sideBoxContentCategories a:hover, .subs a:hover, .category-products a:hover, #navBreadCrumbProduct a:hover {
	text-decoration: underline;	
	color: #00FF00;
	}
	
.sideBoxContentInfo a:hover, .sideBoxContentReviews a:hover, .sideBoxContentSpecials a:hover, .sideBoxContentNew a:hover, .centerBoxContentsSpecials a:hover, .centerBoxContentsNew a:hover, .sideBoxContentServices a:hover {
	text-decoration: underline;
	color: #ffcc00;
	}
	
a.category-top {
	color: #FFF;
	font-weight: bold;
	}

a.category-subs {
	color: #DDD;
	}

a.category-products {
	color: #BBB;
	}

a.category-links {
	color: #FFF;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

.centerBoxContentsSpecials img, .sideBoxContentReviews img, .sideBoxContentNew img, .sideBoxContentSpecials img {
	border: 1px #000 solid;
	}

#sideBoxContentReviewsImg img {
	border: none;
	margin: 0 0 -3px 0;
	}
.centerBoxContentsNew img {
	border: 1px #DDD solid;
	}
	
#bestsellers .wrapper {
	margin: 0 0 0 1em;
	}

#bestsellers ol {
	margin-left: .5em;
	padding: 0;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0.5em;
	}

#bannerboxHeading {
	background-color: #0000CC;
	}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

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

.forward {
	float: right;
	}

#advancedSearchHelp {
	float: right;
	margin: -24px 0 0 0;
	}

.cartHelp {
	margin: 2px 12px 0 0;
	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;
	}

/**/
/* BOF Popup Window Behavior */
/**/
#popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp {
	background-color: #FFF;
	}

/* Defines background on popup windows (like /includes/templates/xxx/popup_shipping_calculator/tpl_main_page.php) */
.popupPage {
	background: #FFF;
	color: #000;
	}

/*This displays the border around the popup content window. Pixel width is 550, intended for ONE-Column (popup) Pages */
#popupShippingMainContent, #productProductStockContent, #productSearchHelpContent {
/*	background: #FFF url(../images/content_bg_popup.gif) bottom left no-repeat; */
	margin: 10px;
	color: #000;
	padding: 2px 8px 8px 10px;
	}
	
/* Defines logo and <h1> header behavior on popup windows */
.popupHeader{
	background: #FFF url(../images/logo_popup.gif) top left no-repeat;
	color: #DDD;
	font-size: 1.8em;
	height: 113px;
	margin: 0 0 -45px 0;
	padding: 42px 0 0 310px;
	}

/* Defines link behavior on popup windows */
.popupPage a {
	color: #000;
	}
	
/* Defines link behavior on popup windows */
.popupPage a:hover {
	color: #D9191B;
	}
/**/
/* EOF Popup Window Behavior */
/**/
	
#centerOuterBorder {
	margin: 0; /*gives spacing at top and bottom*/
/*	padding: 1px 1px 1px 1px; /*spacing between this and the mainWrapper*/
	padding: 0;
/*	background: red; */
	}
	
#centerOuterBorderBottom {
	margin: 0; /*gives spacing at top and bottom*/
	padding: 0; /*spacing between this and the mainWrapper*/
	background: url(../images/b_center_box_outer.gif) bottom right no-repeat  #EFEEEE;	
	}

/* CSS used in "/includes/templates/oem/common/tpl_footer.php" */	

#copyrightBox {
	margin: 10px 0 0 10px;
	padding: 0 0 .5em 0;
	font-size: 0.9em;
	text-align: left;
	color: #787878;
	}

#copyrightBox a {
	color: #787878;
	}

#copyrightBox a:hover {
	text-decoration: underline;
	}
	
#siteinfoLegal {
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
	font-size: 0.9em;
	text-align: left;
	color: #787878;
	}

#siteinfoParseIP {
	margin: 10px 0 20px 0;
	padding: 0 0 .5em 0;
	font-size: 0.9em;
	color: #787878;
	}

#siteinfoVW {
	margin: -5px 20px 0 235px;
	padding: 0 0 .5em 0;
	font-size: 0.9em;
	color: #787878;
	float: left;
	}

#bernie {
	margin: -4px 0 0 0;
	float: right;
	}

#bernieIE {
	margin: -4px 0 0 0;
	float: right;
	}

#siteinfoIP {
	text-align: center;
	font-size: 0.9em;
	color: #787878;
	}

#shopinfoBox {
	margin: 10px 0 0 0;
	width: 197px;
	text-align: right;
	color: #787878;
	}

#shopinfo {
	margin: 1px;
	padding: 0 0 0 0;
	font-size: 0.9em;
	}
	
#bottom {
	background: url(../images/silver_bar.gif) repeat-x;
	height: 26px;
	}

#footerWrapper {
	margin: 0 auto;
	padding: 0;
	background: url(../images/bottom_header.gif) center center no-repeat;
	text-align: left;
	height: 124px;
	width: 990px;
	}

#shopOptions {
	margin: 18px 10px 0 4px;
	padding: 0;
	background: url(../images/options.gif) left center no-repeat;
	height: 40px;
	}

#footerAccount {
	margin: -33px 0 0 236px;
	line-height: 17px;
	color: #787878;
	}

#footerAccount a {
	padding: 2px;
	text-decoration: none;
	font-size: 10px;
	color: #787878;
	}
	
#footerAccount a:hover {
	color: #D9191B;
	text-decoration: underline;
	}

/* CSS USED SOMEWHERE, BUT I'M NOT SURE EXACTLY WHERE */	
	
.tabTable {
	width: 98.5%;
	}
	
tr.productListing-rowheading, tr.tableHeading {
	margin: 4px 12px 0 0; 
	text-align:center;
	background:#3F5377;
	color: #FFF;
	height:24px;
	padding: 2px;
	}
	
tr.productListing-rowheading a,.productListing-heading a,.tableHeading a {
	background:transparent;
	color:#FFF;
	}
	
.productListing-heading {
	font-weight:700;
	font-size:1em;
	}
	
#productListing {
	background-color: transparent;
	}
	
.productListing-even .productListing-data,.productListing-even .linkListing-data {
	padding:5px 0;
	font-size:1em;
	background: #EEE;
	color:#000;
	}
	
.productListing-odd .productListing-data,.productListing-odd .linkListing-data { 
	padding:5px 0;
	font-size:1em;
	background: #FFF;
	color:#000;
	}
	
.productListing-even {
	font-size:1em;
	color:#000;
	}
	
.productListing-odd { 
	font-size:1em;
	color:#000;
	}
	
.itemTitle { 
	padding:0 0 0 3px;
	font-size:1.1em;
	font-weight:700;
	text-align:left;
	}
	
.listingDescription { 
	padding:0 0 0 3px;
	text-align:left;
	clear:left;
	}

/* WARNINGS, ERRORS AND MESSAGES */

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

.messageStackWarning, .messageStackError {
	background: url(../images/header_messageStackWarning.gif) center bottom no-repeat;
	color: #ffffff;
	}

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

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}
	
#cartUpdate {
	margin: 5px 0 0 2px;
	}