/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet_original.css 3286 2006-03-28 01:14:04Z drbyte $
*/
body {
	color: #fff;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
    font: 11px Verdana, Arial, sans-serif;
}

.centershop {
	padding: 0px;
	margin: 0px auto;
	/*position: relative;*/
	text-align: left;
	width: 950px !important;
	background: black;
}

td.main, p.main {
  font-size: 11px;
  line-height: 1.5;
}

a {
	color: #bbb;
	text-decoration: none;
}

a:hover {
  color: #888888;
  text-decoration: none;
}

a:visited {
  color: #ddd;
  text-decoration: none;
}

form {
	display: inline;
}
.banners {
  padding: 15px;
}

h2 {
	margin: 10px 5px;
}

/*HEADER CSS*/

table.header {
  border:none;
  background-color: #333;
  margin: 0;
  padding: 0;
}

table.headerNavigation {
	/* background-image: url(../images/tile_back.jpg); */
	background-color: #ffc600;
	width: 100% !important;
	border-bottom: 5px solid #000;
	height: 40px;
}

td.headerNavigation {
	position: relative;
	vertical-align: middle;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	letter-spacing:1px;
	padding: 5px;
}

table.header h2{
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  padding-top: 11px;
  margin-left: 20px;
}

td.breadCrumb {
  font-size: 10px;
  font-weight: bold;
  color: #cccccc;
  padding: 3px;
  border-bottom: 1px dotted #cccccc;
}

td.headerNavigation A, td.headerNavigation A:visited, td.footertop a  {
  font-weight: normal;
  color: #fff;
}

td.headerNavigation A:hover, td.footertop a:hover  {
  color: #a8cfff;
}

tr.headerError {
  background: #ff0000;
}

td.headerError {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

tr.headerInfo {
  background: #00ff00;
}

td.headerInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/*SIDEBOX CSS*/

.column_left, .column_right, .column_single {
  
  padding: 2px;
}

.boxText {
  font-size: 11px;
  line-height: 125%;
}
.leftbox, .rightbox, .centerbox, .singlebox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border-style: none;
  margin-bottom: 5px;
  margin-top: 7px;
}

.leftboxheading, .leftboxheading_red, .rightboxheading, .centerboxheading, .singleboxheading {
	
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 3px;
	height: 12px;
	padding-left: 5px;
	padding-bottom: 6px;
	
}

td.leftboxheading {
	background: url('../images/left_side_head.jpg') no-repeat;
	background-position: 5px 33px;
	height: 35px;
}

td.leftboxheading h3 {
	font-size: 13px;
	border-left: 4px solid #fea700;
	height: 18px;
	padding-top: 3px;
	padding-left: 5px;
	margin: 0;
	
}
td.leftboxheading_red {
	background: url('../images/left_side_red_head.jpg') no-repeat;
	background-position: 5px 33px;
	height: 35px;
}

td.leftboxheading_red h3 {
	font-size: 13px;
	border-left: 4px solid #7f0a00;
	height: 18px;
	padding-top: 3px;
	padding-left: 5px;
	margin: 0;
	
}

td.rightboxheading {
	background: url('../images/right_side_gold_head.jpg') no-repeat;
	background-position: 0 33px;
	height: 35px;
	padding-left: 0;
}

td.rightboxheading h3 {
	font-size: 13px;
	border-left: 4px solid #c18e42;
	height: 18px;
	padding-top: 3px;
	padding-left: 5px;
	margin: 0;
	
}


table.rightbox {
	background-color: #222;
}
	


tr.leftboxheading, tr.rightboxheading, tr.centerboxheading, tr.singleboxheading {
	border-style: none;
}

.leftboxcontent, .leftboxcontent_red, .rightboxcontent, .centerboxcontent, .singleboxcontent {
  line-height: 125%;
  padding: 4px;
}

.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
  margin-bottom: 15px;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
.sideBoxContent li {
	background: url(../images/list_y_dot.gif) repeat-x bottom;
	padding-left:6px;
	line-height:30px;
	color:#fff;
}


.rightboxcontent li {
	background: url(../images/list_gray_dot.gif) repeat-x bottom;
	padding-left:6px;
	line-height:30px;
	color:#fff;
}


.sideBoxContent li a {
	background:transparent url(../images/y_arrow.gif) no-repeat scroll 0 0.2em;
	color:#fff;
	padding-left:14px;
	text-decoration:none;
}

.rightboxcontent li a {
	background:transparent url(../images/golden_arrow.gif) no-repeat scroll 0 0.2em;
	color:#fff;
	padding-left:14px;
	text-decoration:none;
}

#customsidefeaturesContent li {
	background: url(../images/list_r_dot.gif) repeat-x bottom;
}
#customsidefeaturesContent li a {
	background:transparent url(../images/red_arrow.gif) no-repeat scroll 0 0.2em;
}


.plainBox, .plainbox-description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  border:1px solid #cccccc;
  padding: 5px;
}
.plainBoxHeading, td.tableHeading {
  font-size: 12px;
  font-weight: bold;
  padding: 11px 5px 5px;
}

th.productListing-heading {
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  height: 20px;
  border-bottom: 2px solid #555;
}

th.productListing-heading a{
  text-decoration: none;
}

td.productListing-heading{
	background-color: #555;
 
}

td.productlisting {
  border:1px solid #ccc;
}

td.productListing-data {
  font-size: 10px;
  padding: 20px 10px;
  border-bottom: 1px solid #555;
  
}
.itemTitle {
	text-align: left;
}
.listingDescription {
	text-align: left;
}

/*center main section
-----------------------------------*/
td.pageHeading, DIV.pageHeading, h1 {
  font-size: 16px;
  font-weight: bold;
  color: #cccccc;
}

.center_column {
  padding: 8px;
}
.main_page{
  width: 100% !important;
  /* background-color: #ffffff; */
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 5px;
}

/* footer
--------------*/

table.footer {
  background: #111;
  text-align: center;
  font-size: 10px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

tr.footertop {
  background-color: #a80;
  font-size: 11px;
}

td.footertop, td.footerbottom {
	border-top: 2px solid #111;
  	padding: 5px;
}

/*miscellaneous areas
-------------------------------------*/
td.cartBox {
   background: #eff4f8;
   font-size: 10px;
   padding: 3px;
   border: 1px dotted #ffb062;
}

tr.productListing-odd, tr.upcomingProducts-odd {
  /* background: #ffffff; */
  background: #222;
  border-bottom: 1px solid #777;
}

tr.productListing-even, tr.upcomingProducts-even, .productsNotifications {
  /* background: #eff4f8; */
  background: #222;
  border-bottom: 1px solid #777;
}

td.productListing-data-description-odd {
  background: #ffffff;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #cccccc;
}

td.productListing-data-description-even {
  background: #eff4f8;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #cccccc;
}

td.pageresults a {
  color: #428dff;
}

td.pageresults a:hover {
  background: #FFFF33;
}

span.newItemInCart {
  color: #ff0000;
  font-weight: bold;
}

td.smallText, span.smallText, P.smallText, td.pageresults{
   font-size: 10px;
}

td.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

td.fieldValue {
  font-size: 12px;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

textarea {
  width: 100%;
  font-size: 11px;
}

.greetUser {
   padding-top: 5px;
   padding-bottom: 5px;
}

span.greetUser {
   color: #f0a480;
   font-weight: bold;
}

span.markProductOutOfStock {
	color: #c76170;
	font: bold 12px Verdana, Arial, sans-serif;
}

span.normalprice {
	text-decoration: line-through;
}

span.productSpecialPrice, span.productSalePrice, .stockWarning, span.coming {
  color: #ff0000;
}

span.productSpecialPriceSale {
  color: #ff0000;
	text-decoration: line-through;
}

span.productPriceDiscount, .inputRequirement {
  font-size: 10px;
  color: #FF0000;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

/* message box */

.messageBox {}
.messageStackError, .messageStackWarning, errorBox {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 10px;
  padding: 4px;
  border: 1px solid #cccccc;
}
.messageStackSuccess { background-color: #b3ffa8; padding: 2px; border: 1px solid #cccccc; }
.messageStackCaution { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffff00; }

/* checkout totals */
td.ot-subtotal-Text, td.ot-cod-fee-Text, td.ot-total-Text, td.ot-group-pricing-Text, td.ot-gv-Text, td.ot-loworderfee-Text, td.ot-shipping-Text, td.ot-subtotal-Text, td.ot-tax-Text, td.ot-coupon-Text {
  font-weight: bold;
}
td.ot-total-Amount {
  font-weight: bold;
  border-top: 1px solid #cccccc;
}
td.ot-subtotal-Amount, td.ot-cod-fee-Amount, td.ot-group-pricing-Amount, td.ot-gv-Amount, td.ot-loworderfee-Amount, td.ot-shipping-Amount, td.ot-subtotal-Amount, td.ot-tax-Amount, td.ot-coupon-Amount {}


/* product_info attribute comments */

.ProductInfoComments, td.ProductInfoComments, span.ProductInfoComments {
  color: #ff0000;
  font-size: 10px;
  text-align : left;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #cccccc;
}

/* General alert span class */
/*td.alert, span.alert {
  color: #FF0000;
  font-weight: bold;
}*/

/* General alert span class */
td.alertBlack, span.alertBlack {
  color: #000000;
  font-weight: bold;
}

/* popup tables */
table.popupattributeqty, table.popupcouponhelp, table.popupcvvhelp, table.popupimage, table.popupimageadditional, table.popupsearchhelp, table.popupshippingestimator, table.popupinfoshoppingcart {
  background-color: #ffffff;
	margin: 6px;
  padding: 6px;
  font: 11px Verdana, Arial, sans-serif;
}

/* categories_description */
table.categoriesdescription {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #D0D0D0;
  border:1px solid #cccccc;
}

td.categoriesdescription {
  font-size: 11px;
  line-height: 1.0;
}

/* categories box parent and child categories */
a.category-top {
  color: #404040;
  text-decoration: none;
}

a.category-top:hover {
	border : 1px solid #808080; 
	background-color : #cccccc; 
	color : #b22222; 
}

a.category-links {
  color: #004080;
  text-decoration: none;
}
a.category-subs, A.category-products {
  color: #ff0000;
  text-decoration: none;
}
span.category-subs-parent {
  font-weight: bold;
}
span.category-subs-selected {
  font-weight: bold;
}

/* attribute images table */
table.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #cccccc; */
  float: left;
  padding: 2px;
}
/**
 * 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_new.css 3688 2006-06-02 00:12:18Z drbyte $
 */



a img {border: none; }


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

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.0em;
	line-height: 1.6em;
}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.5em;
	text-align: left;
}

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 #777;
	background-color: #262626;
	}
legend {
	font-weight: bold;
	padding: 0.3em;
	}

label, h4.optionName {
	line-height: 1.25em;
	padding: 0.1em;
}

label.checkboxLabel, label.radioButtonLabel {
	font-size: 0.95em;
	margin: 0.2em 0.5em;
	}

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

label.inputLabel {
	font-size: 0.95em;
	width: 10em;
	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;
	}
/*wrappers - page or section containers*/
#mainWrapper {

	background-color: #000;
	text-align: left;
	width: 100%;
	vertical-align: top;
	background-image: url(../images/main_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

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

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
}
#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, #csNotifications, #navEZPagesTOCWrapper {
	/* background-color: #000; */
	margin: 10px 0px;
	/* width: 532px; */
	}
.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {
	margin: 0.5em;
	font-size: 0.9em;
	}
.navSplitPagesLinks {
	margin: 0.5em;
	font-size: 0.9em;
	}
.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;
	color: #9a9a9a;
	height: 1%;
	width: 750px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
*/

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

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


#indexProductList {
	padding: 8px 2px;
}

#indexCategories {
	padding: 8px 2px;
	/*20091207*/
	text-align: center;
}


#navBreadCrumb {}
#navEZPagesTop {
	background-image: url(../images/tile_back.jpg);
	background-repeat: repeat-x;
	border: 1px solid #9a9a9a;
	}
#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

/*
#navColumnOne {
	padding: 0.5em;
	border-left: 1px solid #cccccc;
	}

#navColumnTwo {
	padding: 0.5em;
	border-right: 1px solid #cccccc;
	}
*/
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

#productDescription, .shippingEstimatorWrapper {
	padding : 0.5em;
	font-size : 1.0em;
	line-height : 1.6em;
}

.alert {
	color: #FF6800;
	margin-left: 0.1em;
	font-size: 0.9em;
	}
.advisory {}
.important {
	font-size: 1.1em;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	
	background-color: #222;
	padding: 8px 4px;
	margin: 0 8px;
	min-height: 1em;
	line-height: 1.6em;
}
.centerColumn:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

.centerColumn h1 {
	
}
.greeting
{
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  padding-top: 11px;

}
.centerColumn h1{
	font-size: 12px;
	font-weight: normal;
	color: #eee;
	padding-top: 11px;
}


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

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

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

.cartTableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	height: 2.2em;
 }

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

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}
.cartProductDisplay, .cartQuantity, .cartTotalDisplay {
	background-color: #ddd;
}
.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;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

#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*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin-right: 30px;
	
}
.categoryIcon {}

.categoryIcon img, .categoryIcon a img {
	margin: 5px;
} 

#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 5px;
	}

/*
h2.centerBoxHeading, .productListing-rowheading {
	margin: 0em;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 1.4em;
	color: #ffffff;
	
	}
*/
.centerBoxWrapper, .tabTable {
	background-color: black;
	padding: 0px;
	height: 1%; /*do not remove- IEhack*/
	margin-bottom: 1em;
	}


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


.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navNextPrevWrapperTop, #navNextPrevWrapperBottom, #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 {
	background-color: #0000CC;
}
#upProductsHeading {
	text-align: left;
	}
#upDateHeading {
	text-align: right;
	}
/*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;
	}
	
	
.gt_about th {
	text-align: left;
	vertical-align: top;
	border-bottom-width : thin;
	border-bottom-style : solid;
}

.gt_about td {
	border-bottom-width : thin;
	border-bottom-style : solid;
}

.gt_employees table {
	margin-right: 10px;
	margin-left: 20px;
}
.gt_employees th {
	text-weight : normal;
	border-bottom-width : thin;
	border-bottom-style : solid;
	padding-top : 3px;
	padding-bottom : 3px;
}
.gt_employees td {
	border-bottom-width : thin;
	border-bottom-style : solid;
	margin-bottom : 8px;
	padding : 10px 20px;
}

.gt_employees img {
	float : left;
	margin : 0px 10px 10px 0px;
}


#shippingInfoMainContent p{
	margin-top : 3px;
	margin-bottom : 5px;
	line-height : 1.5em;
}

#shippingInfo th {
	background-color : #ddd;
	border-width : thin;
	border-style : solid;
	padding : 4px 6px;
	color: black;
}

#shippingInfo td {
	border-width : thin;
	border-style : solid;
	padding : 4px 6px;
}


.navNextPrevWrapper {
	margin-bottom : 10px;
}

#productMainImage {
	float : none;
	clear : both;
	text-align : center;

}


#specialsDefault a img {
	border : 2px solid #FF0000;
}

a img#to-special {
	margin-bottom: 9px;
	padding: 0;
	border: none;
}

.banner_div {
	margin-top : 2px;
	margin-bottom : 3px;
}
.banner_div img {
	margin-bottom: 5px;
	border: none;
	clear: both;
}


td#header_row1 {
	text-align: right;
}

td#header_row2 {
	/* background-image: url(../images/header_bg_notitle.jpg);
  	background-repeat: repeat-x; */
	text-align: right;
	padding: 20px;
}

div#head_title_img {
	width: 100%;
	float: right;
}

td#header_row2 img {
	margin-right: 10px;
	border: none;
}

h1#sales_txt {
	font-size: 0.8em;
	font-weight: bold;
	color: #777;
	margin-top: 20px;
}

#whatsnew, #specialsDefault, .center-cat, #accountLinksWrapper .centerBoxWrapper {
	background-color: black;
	margin: 20px 9px;
	text-align: left;
}



#whatsnew h2 {
	margin: 0;
	padding: 8px 8px;
	font-size: 1.2em;
	border-left: 3px solid #ff9500;
	border-bottom: 2px solid #222;
}

#message_body {
	width: 532px;
	height: 220px;
	background-color: black;
	border: none;
	color: white;
}

#blogbanner-content {
	background-color: white;
}

#blogbanner-content img {
	border: none;
	margin-bottom: 2px;
	margin-top: 2px;
}

#photoframe {
	margin-top: 20px;
	margin-bottom: 20px;
}

h1#ezPagesHeading {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.3em;
}
.photo_link {
	width: 80%;
	background-color: #222;
	line-height: 2.0em;
	font-size: 1.1em;
	text-align: center;
}

#customsideContent {
	text-align: left;
}

div#text_main {
	margin-top: 6px;
	text-align: center;
}

#text_main img {
	margin: 2px 8px;
	border: none;
}

#custombike_banner {
	float: right;
	margin: 4px 4px;
}


/* for input form */


h2.cathead, h2.centerBoxHeading {
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
	background-image: url('../images/bg_gold.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 12px;
	color: white;
}

/* +++ blog banner +++ */

#blogbanner-header {
	width: 183px;
	background-color: #785c1c;
	padding: 0;
	margin: 0;
}
#blogbanner-header img {
	margin: 0;
	padding: 0;
}

.blogbanner-main {
	width: 183px;
	background-color: #fff;
	background-image: url('../images/blog_banner_bg_str');
	background-repeat: no-repeat;
	border: 2px solid #785c1c;
	padding: 4px;
	padding-bottom: 8px;
	margin-bottom: 4px;
}

.blogbanner-main ul {
	margin-left: 15px;
}

.blogbanner-main a {
	background:transparent url(../images/blog_list_arrow.gif) no-repeat scroll 0 0.4em;
	color: #000;
	padding-left: 14px;
	text-decoration: none;
	line-height: 22px;
}

.blogbanner-main a:visited {
	color: #777;
}

#blogbanner-bottom{
	height: 3px;
	background-color: #785c1c;
}

ul#gallery {
	margin-left: 5px;
}
ul#gallery li a {
	background:transparent url(../images/b_y_arrow.gif) no-repeat scroll 0 0.4em;
	color:#fff;
	padding-left:14px;
	text-decoration:none;
	line-height: 28px;
}

#foot {
	width: 100%;
	height: 40px;
	padding-top: 20px;
	background: #850b00;
	color: white;
	text-align: center;
}


#cal_container {
	background-color: white;
}

#cal_container h3{
	padding: 3px 5px;
	font-size: 14px;
	color: #000;
}

#login-form {
	margin-top: 19px;
	background-color: #525252;
	color: white;
}
#login-form h3 {
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	
	background-color: #363636;
	font-size: 12px;
}

#login-form label, #login-form input {
	margin-left: 6px;
	margin-top: 3px;
}

#accountMan {
	font-size: 11px;
	font-weight: bold;
	padding: 10px 10px;
	text-align: center;
}

#submitbutton {
	margin: 3px 5px;
	text-align: right;
}

#mb-head-mid {
	text-align: right;
	padding: 5px 5px;
	border-top: 1px solid red;
}

#utilForm {
	float: right;
}
#utilForm img {
	margin-top: 3px;
}
form#search, form#search input {
	display: block;
	float: left;
}

#searchSubmit {
	margin-top: 3px;
	margin-left: 3px;
}
#serachLabel {
	margin: 5px 3px;
}



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



/*
#indexCategories {
	background-color: #222;
	padding: 8px 4px;
	margin: 0 8px;
}
*/

/*20091207*/
#index-top-banner {
	width: 540px;
	margin: 0 auto;
}

#index-top-banner img {
	border: none;
	/* margin-left: 10px; */
	margin-top: 12px; 
}
/*20091207*/
#index-top-banner img.alignleft {
	float: left;
}
#index-top-banner img.alignright {
	float: right;
}

	

.specialsListBoxContents {
	width: 150px;
	margin-left: 12px;
}


.categoryListBoxContents {
	width: 110px;
	margin: 10px 10px;
	padding-left: 2px; 
}

.categoryListBoxContents img{
	margin-bottom: 3px;
}

.cat-parts {
	float: left;
	width: 90px;
	height: 110px;
	margin: 7px;
}

.cat-parts a img {
	margin-bottom: 8px;
}

.newItemListBoxContents {
	width: 240px;
	margin: 10px 0 5px 10px;
	float: left;
}

.newItemListBoxContents img {
	float: left;
	margin-right: 8px;
}
#headerImage {
	background-color: black;
}
#headerImage a {
	margin: 0;
	padding: 0;
}
#headerImage a img{
	border: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px sold #f00;
}

#cartContentsDisplay, #cartContentsDisplay a, #cartSubTotal {
	color: black;
}




h2#blog_top {
	margin-bottom: 10px;
	text-align: left;
}
.post {
	text-align: left;
}

.post h3, .post h2 {
	background-color: #aaa;
	color: #111;
	font-size: 1.1em;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	border-left: 5px solid #c00;
}

.post h3 a, .post h3 a:visited, .post h2 a, .post h2 a:visited {
	color: #111;
}


.entry p {
	font-size: 1.0em;
	line-height: 1.8em;
}

.aligncenter {
	margin-bottom: 5px;
}

li.multiLine {
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1.4em;
}

h2.list-head {
	padding-left: 10px;
	padding-bottom: 3px;
	margin-top: 20px;
	border-bottom: 2px solid #fea700;
}

ul.dl_list {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.dl_list li {
	background:transparent url(../images/golden_arrow.gif) no-repeat scroll 0 0.3em;
	color:#fff;
	margin-left: 20px;
	padding-left:14px;
	text-decoration:none;
}



#top_discount_info {
	text-align: left;
	margin:5px 9px;
	background-color: #444;
	padding: 8px;
	background:transparent url(../images/dotborder.gif) repeat scroll 0 0;
}

#top_discount_info p {
	margin: 0;
	padding: 3px;
	background-color: #444;
}

#top_discount_info h2 {
	border-left:3px solid #f00;
	padding: 3px;
	padding-left: 5px;
	margin: 0;
	margin-bottom: 8px;
	background-color: #444;
}

.alignleft {
	text-align: left;
}

small.date {
	margin-left: 8px;
}

.right-banner img{
	margin-bottom: 8px;
}

