/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce
  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #006666; text-decoration: underline; }

BODY { background: #666666; color: #000000; margin: 26px 0px 0px; }

/* Customizations */
.CenterShop { border: 1px solid #000000; background-color: #B1B13A; font-family: Verdana, Arial, sans-serif; }

/* LINKS */
A  	  {color: #1A1A1A; text-decoration: none;}
A:hover {color: #006666; text-decoration: underline;}

A.navCategories	      {font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; color: #1A1A1A; background: #999933; font-weight: bold; display: block; padding: 6px 0px 8px 12px; vertical-align: top; margin: 0; bottom-border: 1px solid; border-color: #1A1A1A; font-variant: small-caps; letter-spacing: .1em; text-decoration: none;}
A.navCategories:hover {font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; color: #000000; background: #7E7E29; font-weight: bold; display: block; padding: 6px 0px 8px 12px; vertical-align: top; margin: 0; bottom-border: 1px solid; border-color: #1A1A1A; font-variant: small-caps; letter-spacing: .1em; text-decoration: none;}

A.smLinks 		{color: #006666; font-size: 10px; text-decoration: none; }
A.smLinks:hover {color: #cccccc; font-size: 10px; text-decoration: underline;}

FORM {display: inline;}

TR.header {

}

.headerBox {
	background: #333333;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #000000;
}

TR.headerNavigation {
	background: #1A1A1A;
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight : bold;
	color: #CCCCCC;
	background: #1A1A1A;
	height: 27px;
	vertical-align: bottom;
	padding-bottom: 5px;
	border-top: 1px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
}

A.headerNavigation { color: #CCCCCC; }
A.headerNavigation:hover { color: #999933; }

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, 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: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
}

TD.footer {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	text-align: center;
}

/* Lists */
ul {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	list-style-type: disc;
	line-height: 1.5;
	}

li {
	padding: 0;
	}

/* INFO BOXES */
.ColumnBoxContents {
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
.ColumnRight {
  	background: #999933;
	border-left: 1px solid #000000;
	font-size: 10px;
}

.infoBoxHeadingShoppingCart {
  	background: #006666;
  	background-image: url('images/infobox/hd_cart.gif'); 
  	background-repeat: no-repeat;
  	height: 28px;
	width: 180px;
	border-bottom: 1px solid #000000;
	color: #006666;
}
.infoBoxHeadingCartArrow {
	background: #006666;
	height: 28px;
	border-bottom: 1px solid #000000;
	color: #006666;
	vertical-align: middle;
}
.ShoppingCartBox {  
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.ShoppingCartBoxContents {  
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.CategoriesBoxHeading {
	background: #006666;
	background-image: url('images/infobox/hd_collections.gif');
	background-repeat: no-repeat;
	height: 29px;
	width: 180px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #006666;
}
.CategoriesBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.infoBoxHeadingSpecials {
  	background: #006666;
  	background-image: url('images/infobox/hd_specials.gif'); 
  	background-repeat: no-repeat;
    height: 29px;
	width: 180px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #006666;
}
.SpecialsBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #7E7E29;
}
.SpecialsBoxContents {
  background: #7E7E29;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxHeadingArrow {
  	background: #006666;
  	height: 28px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.infoBoxHeadingSearch {
 	background: #006666;
 	background-image: url('images/infobox/hd_search.gif'); 
 	background-repeat: no-repeat; 
  	height: 29px;
	width: 180px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #006666;
}

.InformationBoxHeading {
  	background: #006666;
  	background-image: url('images/infobox/hd_info.gif'); 
  	background-repeat: no-repeat;
    height: 29px;
	width: 180px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #006666;
}
.InformationBox {  
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 14px;
}
.InformationBoxContents {  
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

.OrderHistoryBoxHeading {
  	background: #006666;
  	background-image: url('images/infobox/hd_history.gif'); 
  	background-repeat: no-repeat;
    height: 29px;
	width: 180px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.OrderHistoryBoxContents {  
  font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}
.OrderHistoryBox {  
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 14px;
}
.OrderHistory {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.infoBoxHeadingLogin {
  	background: #006666;
  	background-image: url('images/infobox/hd_login.gif'); 
  	background-repeat: no-repeat;
    height: 29px;
	width: 180px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #006666;
}

/* CONTENT BOXES*/
.contentBoxHeading {
  	background: #006666;
  	height: 28px;
	border-top: 1px solid #000000;
	border-right: 0px;
	border-bottom: 1px solid #000000;
	border-left: 0px;
	color: #F5EFE2;
}

.contentBoxHeadingSearch {
	background: #006666;
	background-image: url('images/infobox/hd_searchadv.gif');
	background-repeat: no-repeat;
	height: 28px;
	border-top: 1px solid #000000;
	border-right: 0px;
	border-bottom: 1px solid #000000;
	border-left: 0px;
	color: #F5EFE2;
}

.contentBoxHeadingNewProducts {
	background: #006666;
	background-image: url('images/infobox/hd_newproducts.gif');
	background-repeat: no-repeat;
	height: 28px;
	border-top: 1px solid #000000;
	border-right: 0px;
	border-bottom: 1px solid #000000;
	border-left: 0px;
	color: #F5EFE2;
}

.LoginNewBoxHD {
 	color: #006666;
 	background: #006666;
  	background-image: url('images/infobox/hd_newcustomer.gif'); 
  	background-repeat: no-repeat;
  	height: 28px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.LoginBoxNewContents {
  background: #999933;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  height: 110px;
}

/* LOGIN */
.LoginReturnBoxHD {
  	background: #006666;
  	background-image: url('images/infobox/hd_returncustomer.gif'); 
  	background-repeat: no-repeat;
  	height: 28px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #006666;
}
.LoginBoxReturnContents {
  background: #999933;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-bottom: 1px solid #000000;
  height: 123px;
}


TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #006666;
  color: #ffffff;
}
TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
.infoBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
.infoBoxContents {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.infoBoxNotice {
  background: #FF8E90;
}
.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/* EOF BOXES */


TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #A9A938;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #999933;
}

TABLE.productListing {
  border: 0px;
  border-style: solid;

}

.listpic{
	padding-left: 20px;
}

TD.productListing-heading {
	font-family: Verdana, Arial, sans-serif;
  	background: #006666;
  	height: 28px;
	border-top: 1px solid #000000;
	border-right: 0px;
	border-bottom: 1px solid #000000;
	border-left: 0px;
	color: #1A1A1A;
	font-size: 10px;
	font-weight: bold;
}

TD.productListing-heading a {
	color: #1A1A1A;
	font-size: 10px;
	font-weight: bold;
}
TD.productListing-heading a:hover {
	color: #cccccc;
	font-size: 10px;
	font-weight: bold;
}

/* No Products In Category */
TD.productListing-nodata {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 4px;
  padding-left: 18px;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding-top: 10px;
  padding-bottom: 12px;
}
td.productListing-data img { border: 1px solid #000000; }
td.productListing-data a:hover img { border: 1px solid #404040; }

table.infoBoxContents td.smalltext img { border: 1px solid #000000; }
table.infoBoxContents td.smalltext a:hover img { border: 1px solid #404040; }

/*.infoBoxContents img { border: 1px solid #000000; }
.infoBoxContents a:hover img { border: 1px solid #404040; }*/

.FeaturedProds img { border: 1px solid #000000;	margin-bottom: 4px; }
.FeaturedProds a:hover img { border: 1px solid #404040; }

.FeaturedBoxContents img { border: 1px solid #000000; margin-bottom: 4px; }
.FeaturedBoxContents a:hover img { border: 1px solid #404040; }

.MainFeatured img {
	border: 1px solid #000000;
	margin-bottom: 4px;
}
.MainFeatured a:hover img { border: 1px solid #404040; }

/*TD.smallTextProd, SPAN.smallTextProd, P.smallTextProd {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
td.smallTextProd img { border: 1px solid #000000; }
td.smallTextProd a:hover img { border: 1px solid #404040; }*/

/* Products Info Page Styles */
#productsBox {
	width: 617px;
	margin-right: 20px;
}
.productsPicsBox {
	padding-left: 22px;
	padding-right: 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
}
td.productsPicsBox img         { border: 1px solid #000000; }
td.productsPicsBox a:hover img { border: 1px solid #404040; }

.productsSpecsBox {
	vertical-align: top;
	margin-top: 4px;
	width: 100%;
}
.productsSpecs {
	vertical-align: top;
}

.productsText {
	font-family: Verdana, Arial, sans-serif;
	color: #1A1A1A;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.05em;
	vertical-align: top;
	line-height: 15pt;
	padding: 0px;
}
.productsInfoHD {
	font-family: Verdana, Arial, sans-serif;
	color: #1A1A1A;
	font-size: 10.5px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.05em;
	vertical-align: top;
	line-height: 15pt;
	width: 40px;
}

.productsInputText {
	font-family: Verdana, Arial, sans-serif;
	color: #005959;
	font-size: 11px;
	font-weight: bold;
	padding-left: 8px;
	vertical-align: top;
	line-height: 15pt;
}
.productsInputText SELECT {
	color: #005959;
	font-size: 11px;
	font-weight: bold;
  /*background: #C0C03F;
    background: #A9A938;*/
}

.productsDescText  {
	font-family: Verdana, Arial, sans-serif;
	color: #1A1A1A;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	line-height: 13pt;
}
.productsFrameDetail {
	font-family: Verdana, Arial, sans-serif;
	color: #1A1A1A;
	font-size: 10px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.05em;
	vertical-align: top;
	line-height: 15pt;
	padding-left: 14px;
}
.PriceHD {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16.5px;
	font-weight: bold;
	color: #1A1A1A;
	padding-right: 10px;
}
.NOPriceHD {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.contentBoxHeadingFamilyProducts {
	background: #006666;
	background-image: url('images/infobox/hd_family.gif');
	background-repeat: no-repeat;
	height: 28px;
	border-top: 1px solid #000000;
	border-right: 0px;
	border-bottom: 1px solid #000000;
	border-left: 0px;
	color: #F5EFE2;
}

A.pageResults { color: #1A1A1A; }
A.pageResults:hover { color: #999933; background: #006666;}

TD.pageHeading, DIV.pageHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #1A1A1A;
	line-height: 2.1;
	padding-left: 12px;
}

/*TR.subBar {
  background: #f4f7fd;
}*/
TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

.infoPagesHD {
  background: #999999;
}

.indexGreetHD {
  background: #999999;
}
.indexGreet {
  background: #999999;
  padding-right: 10px;
  padding-left: 16px;
  font-size: 11px;
  line-height: 1.5;
}


TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  padding-right: 16px;
  padding-left: 16px;
}

.button {
  padding-bottom: 10px;
  padding-right: 16px;
  padding-left: 16px;
}

/* Additional Pages */
.contentMain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  padding-right: 30px;
  padding-left: 22px;
  color: #1A1A1A;
}
.contentHD {
	font-size: 14;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#contentBody {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #1A1A1A;
	margin-left: 8px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

SPAN.clickEnlarge {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	margin-top: 5px;
	padding-top: 10px;
	line-height: 25px;
}

.clickEnlarge {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	margin-top: 5px;
	padding-top: 10px;
	line-height: 25px;
	letter-spacing: .01em;
}

/*.MoPics {
	padding-bottom: 20px;
	vertical-align: bottom;
	text-align: left;
}*/
#IndexAD {
	width: 100%;
	text-align: center;
	border-top: 1px solid #333333;
	background-color: #CCCCCC;
}
.MainFeatured {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: .01em;
	font-weight: bold;
}
.FeaturedProds {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 4px;
	letter-spacing: .01em;
	font-weight: bold;
}
.FeaturedProds a:hover{
  color: #005555;
}

.ModelFeatured {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 4px;
	letter-spacing: .01em;
	font-weight: bold;
	font-variant: small-caps;	
}

.SubCategoryMain {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin-top: 8px;
	padding-bottom: 4px;
	letter-spacing: .01em;
	font-weight: bold;
}

.modelText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	padding-left: 15px;
	font-weight: bold;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #a1a1a1;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #004242;
  font-weight: bold;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
	width: 95%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin-left: 16px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #1A1A1A;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #993333;
  font-weight: bold;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D0CE71; cursor: pointer; cursor: hand; }
.moduleRowSelected {
	background: #9B9933;
}

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */
.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #FFFFFF; background: #000000;}
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */
.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #FFCC00; }

.CartAddBox {
	height: 22px;
	font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}
.HDlegend {
	color: #006666;
}

/* SPECS */
.specsBox {
	background: #B1B13A;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #333333;
	width: 100%;
}

TD.specsBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #006563;
	color: #EFEFEF;
	padding: 5px 4px 3px 3px;
	border-bottom: 1px solid #000000;
}
.specsBox-odd {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.specsBox-odd a {
	display: block;
	text-align: left;
	background-image: url(images/acroread_c.gif);
	background-repeat: no-repeat;
	background-position: 1em;
	padding-left: 3.0em;
	padding-top: .5em;
	padding-bottom: .5em;
	background-color: #C0C03F;
}
.specsBox-odd a:link    {color: #3B3B3B; text-decoration: none;}
.specsBox-odd a:hover   {color: #FFFFFF; background-color:#8F8F30;}
.specsBox-odd a:visited {color: #FFFFFF; text-decoration: none;}
.specsBox-odd a:active  {color: #006563; background-color:#8F8F30;}

.specsBox-even {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.specsBox-even a {
	display: block;
	padding: 2px 2px 2px 2px;
	text-align: left;
	background-image: url(images/acroread_a.gif);
	background-repeat: no-repeat;
	background-position: 1em;
	padding-left: 3.0em;
	padding-top: .5em;
	padding-bottom: .5em;
	background-color: #A9A938;
}
.specsBox-even a:link    {color: #3B3B3B; text-decoration: none;}
.specsBox-even a:hover   {color: #FFFFFF; background-color:#8F8F30;}
.specsBox-even a:visited {color: #FFFFFF; text-decoration: none;}
.specsBox-even a:active  {color: #006563; background-color:#8F8F30;}
/* SPECS eof */

/* PROMO PRODUCTS */
div#promo a.img{ border: 0; }
div#promo a:focus { outline: 0; }
div#promo a {
	display: block;
	text-decoration: none;
	text-indent: -6000em;
	}
div.one a {
	height: 145px;
	width: 617px;
	background: url(graphics/promo_products1.png) no-repeat 0px 0px;
	}
div.two a {
	height: 84px;
	width: 617px;
	background: url(graphics/promo_products2.png) no-repeat 0px 0px;
	}
div.thr a {
	height: 137px;
	width: 617px;
	background: url(graphics/promo_products3.png) no-repeat 0px 0px;
	}
div.fou a {
	height: 186px;
	width: 617px;
	background: url(graphics/promo_products4.png) no-repeat 0px 0px;
	}
div.fiv {
	float: left;
	height: 263px;
	width: 292px;
	background: url(graphics/promo_products5.png) no-repeat 0px 0px;
	}
div.fiv a {
	height: 263px;
	width: 292px;
	background: url(graphics/promo_products5.png) no-repeat 0px 0px;
	}
div.six {
	float: left;
	height: 263px;
	width: 325px;
	background: url(graphics/promo_products6.png) no-repeat 0px 0px;
	}
div.six a {
	height: 263px;
	width: 325px;
	background: url(graphics/promo_products6.png) no-repeat 0px 0px;
	}
div.six a:hover {
	background: url(graphics/promo_products6_ov.png) no-repeat 0px 0px;
	}