/*
//
// +----------------------------------------------------------------------+
// |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.css 1223 2005-04-22 03:46:20Z ajeh $
*/



BODY {
 background: #f1f1f1 url(../images/bg_fade.gif) top left repeat-x;
 color: #000000;
 margin: 0px;
 margin-bottom: 10px;
 margin-top: 0px;
 padding: 0px;
 font: 11px arial, tahoma, sans-serif;
}

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

.centershop {
 padding: 0px;
 margin: 0px auto;
 position: relative;
 text-align: left;
 width: 714px !important;
}

TD.main, P.main {
  font-size: 10px;
  color: #000000;
}

A {
  color: #003F75;
  text-decoration: none;
}

A:hover {
  color: #333333;
  text-decoration: underline;

}
a.yellow_header,a.yellow_header:link,a.yellow_header:active,a.yellow_header:visited {
    text-decoration:none;
    }
a.yellow_header:hover {
    color:#333333;
    text-decoration:underline;
    }

a.cat_menu_red,a.cat_menu_red:link,a.cat_menu_red:active,a.cat_menu_red:visited {
    display:block;
    font-size:1.1em;
    color:#990000;
    font-weight:900;
    text-decoration:underline;
    }
a.cat_menu_red:hover {
    display:block;
    font-size:1.1em;
    color:#ff0000;
    font-weight:900;
    text-decoration:underline;
    }

a.cat_menu,a.cat_menu:link,a.cat_menu:active,a.cat_menu:visited {
    display:block;
    font-size:1.1em;
    color:#333333;
    text-decoration:none;
    }
a.cat_menu:hover {
    display:block;
    font-size:1.1em;
    color:#333333;
    text-decoration:underline;
    }
a.cat_menu_header,a.cat_menu_header:link,a.cat_menu_header:active,a.cat_menu_header:visited {
    display:block;
    margin-bottom:2px;
    font-size:1.1em;
    font-weight:900;
    color:#333333;
    text-decoration:none;
    }
a.cat_menu_header:hover {
    display:block;
    margin-bottom:2px;
    font-size:1.1em;
    font-weight:900;
    color:#333333;
    text-decoration:underline;
    }
div.cat_menu {
    margin-right:3px;
    padding-top:7px;
    padding-bottom:7px;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    }
div.cat_menu_bottom {
    margin-right:3px;
    padding-top:7px;
    padding-bottom:7px;
    border-right:1px solid #cccccc;
    }
.floatingad {
    z-index:2;
    position:absolute;
    left:30px;
    top:20px;
    display:block;
    }
a img {border: none; }

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
}
.banners {
  padding: 15px;
}

/*HEADER CSS*/

TABLE.header {
  background-color: #E9EED4;
}

TABLE.headerNavigation {
  background-color: #E9EED4;
  width: 100% !important;
}

TD.headerNavigation {
  position: relative;
  vertical-align: middle;
  font-size: 11px;
  font-weight: bold;
  color:#000000;
  letter-spacing:1px;
}

.breadCrumb {
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  padding: 2px;
  padding-top: 10px;
}
.breadCrumb A {
    color:#ffffff;
    }

TD.headerNavigation A, TD.headerNavigation A:visited, td.footertop a  {
  font-weight: bold;
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/*SIDEBOX CSS*/

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

.boxText {
  font-size: 11px;
  line-height: 125%;
}

.leftbox {
  font-size: 11px;
  background: #FFFFFF;
  border: 1px solid #e2e2e2;
  border-top: 0px;
  margin-bottom: 2px;
}

.rightbox {
  margin-bottom: 2px;
  border:1px solid #e2e2e2;
  border-top: 0px;
  font-size: 11px;
  background: #FFFFFF;
  /*border: 1px solid  #B4B4B4;*/
}


 .centerbox, .singlebox {
  font-size: 11px;
  background: #FFFFFF;
  border: 1px solid  #B4B4B4;
  border-top: 0px solid #333333;
  margin-bottom: 0px;
}


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



.leftboxheading {
  font-size: 11px;
  color: #ffffff;
  font-weight: bold;
  /*background:#666666 url(../images/bottom_jag.gif) bottom right repeat-x;*/
  background:#666666;
  height:28px;
  width: 186px;
  background-repeat: repeat-x;
  padding-left:15px;
  border-bottom:5px solid #ffffff;
/*
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-bottom: 3px solid #ffffff;
*/
}

/* original right box headers */
/*
.rightboxheading {
  background: url('../images/m97.gif');
  height:28px;
  width: 168px;
  background-repeat: repeat-x;
  padding-left:15px;
  border-top: 2px solid #ffffff;
  font-size: 11px;
  color: #3A3A3A;
  font-weight: bold;
}
*/

/* revised right box headers */
.rightboxheading {
  background: url('../images/red_header_bg.gif');
  width: 168px;
  padding:3px;
  background-repeat: repeat-x;
  padding-left:15px;
  font-size: 11px;
  color: #ffffff;
  font-weight: bold;
/*
  border-top:2px solid #ffffff;
  border-left:2px solid #ffffff;
  border-right:2px solid #ffffff;
*/
}

a.rightbox, a.rightbox:link, a.rightbox:active, a.rightbox:visited, a.rightbox:active {
    color:#ffffff;
    }

.bannernav {
  background: url('../images/red_header_bg.gif');
  padding:3px;
  background-repeat: repeat-x;
  font-size: 11px;
  color: #ffffff;
  font-weight: bold;
  text-align:center;
  }

a.bannernav, a.bannernav:link, a.bannernav:active, a.bannernav:visited, a.bannernav:hover {
  color:#ffffff;
  }

.catDescContent {
    padding-left:3px;
    padding-bottom:2px;
    }

.centerboxheading, .singleboxheading {

  background: url('../images/m999.gif');

  height:28px;
  background-repeat: no-repeat;

 font-size: 11px;
 color: #FFFFFF;
 font-weight: bold;
 border-bottom:0px solid #FFFFFF;
 border-top:0px solid #FFFFFF;
 border-left:0px solid #FFFFFF;
 border-right:0px solid #FFFFFF;

 padding-left: 25px;
}

h2 {
    font-size:12px;
    font-weight:900;
    color:#333333;
    }

h2.centerBoxHeading, h2.productBoxHeading .productListing-rowheading{
        width:400px;
        padding:2px;
        padding-left:15px;
        display:block;
        margin-top:0px;
        margin-right:3px;
        background:#666666;
        font-weight:900;
        text-align:left;
	font-size: 12px;
	color: #FFFFFF;
        border-left:1px solid #ffffff;
	}

/*
.productBoxWrapper {
	padding: 1px;
        margin:2px;
        margin-top:0px;
        margin-bottom:15px;
	height: 1%; /*do not remove- IEhack*/
	/*border: 1px solid #cccccc;*/
	}*/
.productBoxWrapper {
        margin:1px;
        margin-top:0px;
        margin-bottom:15px;
	height: 1%; /*do not remove- IEhack*/
	}

.centerBoxWrapper{
        margin:0px;
        margin-top:0px;
        margin-left:1px;
        margin-right:2px;
        margin-bottom:15px;
	height: 1%; /*do not remove- IEhack*/
	}


td.leftboxheading a {
  color: #000000;
}
 td.rightboxheading a {
  color: #ffffff;
  font-weight:bold;
}
 td.centerboxheading a, td.singleboxheading a {
  color: #000000;
}



TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading {
  background: #F0F7E7;
  /*background-image: url(../images/tile_back.gif);*/
}

.leftboxcontent {
 background-color: #FFFFFF;
  line-height: 125%;


}

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





.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
  background: #8EC740;
  height: 2px;
  display: none;
}



.main2 {
  font-size: 11px;
  background-color: #FFFFFF;
  color: #4F4F4F;
  border:1px solid #B4B4B4;
  padding: 10px;
}


.plainBox, .plainbox-description {
  font-size: 11px;
  color: #4F4F4F;
  background-color: #FFFFFF;

  border:1px solid #B4B4B4;
  padding: 10px;
}
.plainBoxHeading, TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
  padding: 11px 5px 5px;
  background: #ffffff;

}




.productListing-heading {

#border-top:2px solid #FFFFFF solid #00000; 
#border-bottom:2px solid #FFFFFF;  
#border-right:0px solid #FFFFFF;  
  
  font-size: 11px;
  font-weight: bold;
  color: #6780B8;
  padding: 8px;
  background-color: #FFFFFF;
  TEXT-TRANSFORM:UNDERLINE;
  //CART HEADERFOOTER COLOR;
}


TD.productlisting {
  border:3px solid #3769AF;
  background-color: #EBEBEB;

}

TD.productListing-data {
  font-size: 14px;
  COLOR:#628AB3;
  padding: 4px;
font-weight:bold;
}



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

.categoryListBoxContents {
    font-weight:900;
    font-size:12px;
    float:left;
    width:33%;
    text-align:left;
    }

#productDescription, .shippingEstimatorWrapper {
	padding: 0.5em;
}

.alert {
	color: #FF0000;
	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 {
        /*This sets the padding between the three columns*/
	}

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





/*center main section
-----------------------------------*/

TD.pageHeading, DIV.pageHeading {
  background: url('../images/m99.gif');

  height:26px;
  background-repeat: no-repeat;

 font-size: 11px;
 color: #FFFFFF;
 font-weight: bold;
 border-bottom:0px solid #FFFFFF;
 border-top:0px solid #FFFFFF;
 padding-left: 25px;

                            
}

 h1 {
 font-size: 16px;
 font-weight:900;
 color: #C52B2B;
 text-decoration: none; 
 padding-top: 0px;
}

span.red_header {
    display:block;
    font-size: 16px;
    font-weight:900;
    color: #C52B2B;
    text-decoration: none; 
    padding-top: 0px;
    margin-bottom: 10px;
    }

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

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

TABLE.footer {
  background: #ffffff;
  text-align: center;
  font-size: 10px;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}

TR.footertop {
  background: #abbbd3;
  background-image: url(../images/tile_back.jpg);
  font-size: 11px;
}

TD.footertop, TD.footerbottom {
  padding: 5px;
  text-align: center;
}

/*miscellaneous areas
-------------------------------------*/
TD.cartBox {
   /*background: #eff4f8;*/
   font-size: 11px;
   padding: 3px;
   padding-top: 9px;
   padding-bottom: 9px;
   border-top: 1px dotted #555555;
   border-bottom: 1px dotted #555555;
}

TR.productListing-odd, TR.upcomingProducts-odd {
  background: #ffffff;

}

TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
}

.productListing-even {
}


TD.productListing-data-description-odd {
  background: #ffffff;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;

}

TD.productListing-data-description-even {
  background: #FFFFFF;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;

}

td.pageresults a {
  color: #727171;
  font-size:11px;
  font-weight:normal;
  text-decoration:underline;

}
.pageresults a {
  color: #727171;
  font-size:11px;
  font-weight:normal;
  text-decoration:underline;

}

.pageresults a:current {
  color: #727171;
  font-size:11px;
  font-weight:normal;
  text-decoration:underline;
  font-weight:bold;
  text-decoration:none;

}
.pageresults a:hover {
  color: #AF332B;
  font-size:11px;
  font-weight:normal;

}
.pageresults a:visited {
  color: #727171;
  font-size:11px;
  font-weight:normal;
  text-decoration:none;
  font-weight:normal;

}


.pr{
  color: #727171;
  font-size:11px;
  font-weight:normal;
}

.current{
  color: #727171;
  font-size:11px;
  font-weight:bold;
}


td.pageresults a:hover {
   color: #AF332B;
  font-size:11px;
 font-weight:normal;
  text-decoration:none;


}


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 {
   font-size: 12px;
   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;
 font-size: 12px;
 color: #464646;
 font-weight: bold;

}

SPAN.productSpecialPrice, SPAN.productSalePrice, .stockWarning, span.coming {
 font-size: 15px;
 color: #0096C7;
 font-weight: bold;

}

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

SPAN.productPriceDiscount, .inputRequirement {
  font-size: 10px;
  color: #4A8AC8;
}

.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 #9a9a9a;
}
.messageStackSuccess { background-color: #b3ffa8; padding: 2px; border: 1px solid #9a9a9a; }
.messageStackCaution { 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 #9a9a9a;
}
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 {}

.otsubtotal {
    float:right;
    }

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

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


 .pr_name{
 font-size: 11px;
 font-weight: bold;
 color: #003F75;
 text-decoration: none; 


 }


 .pr_price{
 font-size: 15px;
 color: #0096C7;
 font-weight: bold;

 }

  .pr_descr{
 text-align: left;
 font-size: 11px;
 color: #424242;


 }

  .spad{
 padding: 10px;
 
 }









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

/* categories_description */
TABLE.categoriesdescription {
  font-size: 11px;
  background: #D0D0D0;
  border:1px solid #9a9a9a;
  display: none;
}

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

/* categories box parent and child categories */
A.category-top {
}
A.category-links {
  font-size: 11px;
  color: #1D95C0;
}
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 #9a9a9a; */
  float: left;
  padding: 2px;
}







/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
        display:block;
        padding:10px;
	text-align: left;
	width: 734px;
	vertical-align: top;
	}

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

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
}
#navColumnTwoWrapper {
       margin:0px;
}
#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 {
	margin: 10px 0px;
	width: 46%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

.clearBoth {
    clear:both;
    }


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

.sideBoxContent {
	background-color: #ffffff;
	padding: 5px;
	}


td{
 text-align: left;
 font-size: 11px;
 color: #424242;
}

 .ch1{
 font-size: 11px;
 color: #424242;
 }

 .ch2{
 border: #B4B4B4 1px solid;
 }
 .ch22{
 border-left: #B4B4B4 1px solid;
 border-right: #B4B4B4 1px solid;
 border-bottom: #B4B4B4 1px solid;


 }



 .ch3{
 font-size: 11px;
 color: #3A3A3A;
 font-weight: bold;
 }

 .ch4{
 padding-left: 5px;
 }

 .ch5{
 font-size: 14px;
 color: #505050;
 font-weight: bold;
 }

 .ch6{
 font-size: 11px;
 color: #F28300;
 }

 .ch7{
 font-size: 11px;
 color: #FFFFFF;
 font-weight: bold;
 }

 .ch8{
 font-size: 15px;
 color: #0096C7;
 font-weight: bold;
 }

#productPrices {
    float:right;
    margin-right:10px;
    }

#productQty {
    }

.floatBlockLeft {
    }

 .ch9{
 font-size: 11px;
 color: #FFFFFF;
 font-weight: bold;
 }

 .ch10{
 padding-left: 6px;
 }

 .ch11{
 font-size: 11px;
 color: #0095C6;
 }

 .ch12{
 font-size: 11px;
 color: #388504;
 }

/* new */

 .ch13{
 border-left: #929292 1px solid; 
 border-right: #929292 1px solid; 
 }

 .ch14{
 border-left: #929292 1px solid; 
 border-right: #929292 1px solid; 
 border-bottom: #929292 1px solid; 
 }

 .ch_1{
 font-size: 11px;
 color: #5E5D5D;
 }

 .ch_2{
 font-size: 11px;
 color: #727171;
  line-height: 125%;

 }

 .ch_3{
 font-size: 10px;
 color: #727171;
 }

 .se_1{            
 border: #939292 1px solid;
 width: 30px;
 height: 18px;
 text-align: center;
 font-size: 9px;
 color: #939292
 }

 .ml1{
 font-size: 10px;
 color: #004189;
 }

 .ml2{
 font-size: 11px;
 font-weight: bold;
 color: #003F75;
 text-decoration: none; 
 }

 .ml3{
 font-size: 11px;
 font-weight: bold;
 color: #2D2D2D;
 }

 .ml4{
 font-size: 11px;
 color: #6A6A6A;
 }

 .se{            
 width: 103px;
 font-size: 9px;
 color: #565656
 }

 .se2{            
 width: 246px;
 padding:1px;
 border: #818181 1px solid;
 font-size: 9px;
 color: #565656
 }

 .se3{            
 width: 142px;
 font-size: 9px;
 color: #282E3E
 }

 .se4{            
 width: 46px;
 border: #818181 1px solid;
 font-size: 9px;
 color: #565656
 }


 
 
.image_border_ {
border: 1px solid #000000;
}


.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, .specialsListBoxContents,  .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsNew, .gvBal, .attribImg {
text-align: center;
}

#productMainImage {
    float:left;
    margin-right:20px;
    }

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


/* kevin's additions */

.top_nav_black_border {
    /*background-color:#505050;*/
    background-color:#000000;
    }

.top_nav_white_border {
    background-color:#ffffff;
    }

.top_nav_sub_menu {
    background-color:#ffffff;
    padding:3px;
    }

.top_nav_bg_img {
    background-image:url(../images/gray_menu_gradiant.gif);
    }

.top_nav_menu {
    text-align:center;
    margin-bottom:2px;
    color:#cccccc;
    }

a.top_nav_menu {
    padding:7px 12px 7px 12px;
    display:block;
    float:left;
    border-right:1px solid #999999;
    border-left:1px solid #ffffff;
    font-size:11px;
    color:#666666;
    font-weight:700;
    text-decoration:none;
    }

a.top_nav_menu:hover {
    padding:7px 12px 7px 12px;
    display:block;
    float:left;
    background:#ffffff;
    border-right:1px solid #999999;
    border-left:1px solid #ffffff;
    font-size:11px;
    color:#333333;
    font-weight:700;
    text-decoration:none;
    }

.right_col_gray_box {
    background:#333333 url(../images/cart_bg.gif) bottom right no-repeat;
    color:#ffffff;
    padding:5px;
    border-bottom:2px solid #ffffff;
    }

a.right_col_gray_box {
    color:#ffffff;
    text-decoration:none;
    font-weight:900;
 
   }

.bestSellersItem {
    padding-left:5px;
    padding-top:5px;
    margin:0px 10px 0px 10px;
    }

.bestSellersItem A {
    font-weight:bold;
    }

.padding_div {
    padding:10px;
    padding-top:0px;
    }

.buttonRow {
    padding-bottom:3px;
    }

.about_drn {
    padding:0px 15px 5px 15px;
    font-weight:700;
    color: #003F75;
    }

fieldset {
    margin-bottom:10px;
    }

table.cart_options {
    background-color:#eeeeee;
    border:1px solid #cccccc;
    padding:5px;
    }

.cart_options_table {
    background-color:#eeeeee;
    border:1px solid #cccccc;
    margin-left:0px;
    padding:5px;
    width:250px;
    }

.cart_options_table_row1 {
    }

.cart_options_table_row2 {
    }

.listingProductImage {
    float:left;
    margin:15px 10px 20px 0px;
    }

.listingBuyNowButton {
    padding:5px 0px 0px 20px;
    }
