/**
 * 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 3286 2006-03-28 01:14:04Z drbyte $
 */

/*
@font-face {
    font-family: GraublauWeb;
    src: url('graublauweb-webfont.eot');
    src: local('âº'), url("GraublauWeb.otf") format("opentype");
}

@font-face {
    font-family: GraublauWeb;
    font-weight: bold;
    src: url('graublauwebbold-webfont.eot');
    src: local('âº'), url("GraublauWebBold.otf") format("opentype");
}

 A font by Jos Buivenga (exljbris) -> www.exljbris.com */

/*
@font-face {
    font-family: Fontinsans;
    src: url('fontin_sans_r_45b-webfont.eot');
    src: local('âº'), url("Fontin_Sans_R_45b.otf") format("opentype");
}
@font-face {
    font-family: Fontinsans;
    src: url('fontin_sans_b_45b-webfont.eot');
    src: local('âº'), url("Fontin_Sans_B_45b.otf") format("opentype");
    font-weight: bold;
}
@font-face {
	font-family: Fontinsans;
	src: url('fontin_sans_i_45b-webfont.eot');
	src: local('âº'), url('Fontin_Sans_I_45b.otf') format('opentype');
	font-style: italic;
}
@font-face {
	font-family: Fontinsans;
	src: url('fontin_sans_bi_45b-webfont.eot');
	src: local('âº'), url('Fontin_Sans_BI_45b.otf') format('opentype');
	font-style: italic;
	font-weight: bold;
}
@font-face {
    font-family: Fontin;
    src: url('fontin-regular-webfont.eot');
    src: local('âº'), url("Fontin-Regular.otf") format("opentype");
}
@font-face {
    font-family: Fontin;
    font-weight: bold;
    src: url('fontin-bold-webfont.eot');
    src: local('âº'), url("Fontin-Bold.otf") format("opentype");
}
@font-face {
    font-family: Fontin;
    font-style: italic;
    src: url('fontin-italic-webfont.eot');
    src: local('âº'), url("Fontin-Italic.otf") format("opentype");
}
 */
#logoWrapper {
  background: url(/images/bg_top_header.jpg) repeat-x scroll 0 0 transparent;
  height: 125px;
  width: 100%;
/*  width: 750px !important; */
}


.headerNavigation {
  bottom: -1px;
  background-color: #BDD2FF;
/*  height: 4em;  */
border-left: 1px solid #9a9a9a;
border-top: 1px solid #9a9a9a;
border-right: 1px solid #9a9a9a;
/* padding-top: 10px;  */
}

.headerNavigation li {
/*  width: 750px !important; */
  width:15%;
  vertical-align:middle;
  font-family: Arial, Verdana, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color:#666666;	/* the line between Home "|" Login at the top */
  letter-spacing:1px;
  padding: 1px;
}

#indexHomeBody, #indexBody, #productinfoBody, #contactusBody, #pageBody, #shoppingcartBody, #logoffBody, #loginBody, #checkoutshippingBody, #checkoutpaymentBody, #checkoutsuccessBody, #checkoutconfirmationBody, #createaccountBody, #newsarticleBody, #featuredproductsBody, #newsarchiveBody, #newsBody, #documentgeneralinfoBody, #faqsallBody, #faqBody, #faqsnewBody, #faqinfoBody, #faqssubmitBody, #faqssubmitsuccessBody, #documentproductinfoBody {
	background-color: #0; /*#e5edf5;*/
	color: #666666;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
/*	font: 97% Fontin, Arial, Verdana, sans-serif; */
        font: 97% Arial,Helvetica,Sans-serif;
	margin: 0 3%;
	width: 94%;
}

#downloads h4 { font-size: 2em; font-weight: bold; color: red;}

a img {border: none; }


a {
/*  color: black; */
  color: #333333;
  text-decoration: none;
  font-weight : bold;
}

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


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

#navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	  color: #bebebe;
	  text-decoration: none;
	}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}

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

.biggerText {
	font-size: 1.2em;
	}

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

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 #cccccc;
	}
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 { margin: 1px 0 0 0; } 

#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: #ffc;  */
  padding: 5px;
	}

#contentMainWrapper{
  background-color: #ffffff; 
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  padding: 5px;
}


#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 {
	margin: 10px 10px;
	padding: 5px;
	width: 46%;
	}

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


#navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #ffffff;
	font-weight: bold;
	color: #9a9a9a;
	height: 1%;
	width: 100%;
}



#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
  font-size: 1em;

/*  background: url(../images/curve2.gif) bottom left no-repeat;  */

  bottom: -1px;
  color: #ffffff;
  background-color: #eee;
}
#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: #666666;
}

#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;
}
#navBreadCrumb, .breadCrumb {
  font-size: 0.9em;
  font-weight: bold;
  color: #9a9a9a;
  margin-left: 50px;
  margin-right: 50px;
  border-bottom: 1px dotted #9a9a9a;
	}

#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, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

.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;
	}
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	background: url(/images/bg_footer.jpg) repeat-x scroll center center transparent;
	height: 180px;
	margin: 0 0 -6em 0;
	color: #666666;
}
#siteinfoLegal a {
       color: #ffffff; }

/*Shopping Cart Display*/
#cartAdd {
        position: absolute;
        top:  410px;
	float: right;
	text-align: center;
	margin-left: 350px;
	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;
	}
.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;
  	font-weight: bold;
	}

#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: 0em 1em 1em 0em ;
}

#productMainImage {
        margin-top: 7em;
	width: 300px;
        }

.categoryIcon {}
#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments, .ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
  color: #ff0000;
  font-size: 0.8em;
  line-height: 1.0;
  text-align : left;
  font-weight: bold;
  padding-top: 6px;
  border-top: 1px solid #9a9a9a;
}

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

h2.centerBoxHeading, .productListing-rowheading {
	margin: 0em;
/*	background-image: url(../images/tile_back.jpg); */
	font-size: 1em;
	color: #ffffff;
	padding: 0.5em 0.2em;
	border-bottom: 1px solid #9a9a9a;
	}
.centerBoxWrapper, .tabTable {
	padding: 0px;
	height: 1%; /*do not remove- IEhack*/
	border: 1px solid #9a9a9a;
	margin-bottom: 1em;
	}

.sideBoxContent {
	/*background-color: #ffffff;
	padding: 0.4em;*/
	}

.sideBoxContent img {
  width: 130px;
  height: auto;
}

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, .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 {
	background-color: #ffffff;
	}

#map {
	float: left; 
	margin: 10px;
	border: 10px; 
}


#featuredDefault .normalprice,  #featuredDefault .productSpecialPrice,  #featuredDefault .productPriceDiscount{
 font-size: 1.6em;
}

#productPrices, #productName {
  color: #36c;
  font-weight: bold;
}


#productPrices {
  font-size: 1.6em;
  width: 210px;
  margin-top: 2em;
  position: absolute;
  top:  320px;
  left: 580px;
}

#productName {
  font-size: 2em;
  clear: left;
  position: absolute;
  top:  275px;
}

#productDescription {
  clear: both;
  margin-top: 2em;
/*   font-family: Fontin, Arial, Verdana, sans-serif; */
  font-family: Arial,Helvetica,Sans-serif;	
  font-size: 1.1em;
  background: #ffffff;
  border: 1px solid #9a9a9a;
  margin-bottom: 15px;
  padding: 5px;
}

img.log_size {
position: absolute;
top: 18em;
right: 5%;
margin: 1em 1em 1em 0;
border: 0;
}

#freeShippingIcon {
position: absolute;
top: 37em;
margin-left: 380px;
padding: 1em;
border: 0;
}


/*SIDEBOX CSS*/

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

.boxText {
  font-size: 1em;
  line-height: 125%;
}
.leftbox, .rightbox {
  background: white url(../images/logo_small.gif) top right no-repeat;
  margin-top: 15px;
  font-size: 1em;
  border: 1px solid #9a9a9a;
  margin-bottom: 15px;
}

.centerbox, .singlebox {
  margin-top: 15px;
  margin-right: 15px;
/*   font-family: Fontin,Arial, Verdana, sans-serif; */
  font-family: Arial,Helvetica,Sans-serif;
  font-size: 1em;
  border: 1px solid #9a9a9a; 
  margin-bottom: 15px;
}

.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
  font-size: 1em;
  font-weight: bold;
  color: #36c;
  padding: 3px;
  padding-top: 38px;
  height: 1.5em;
  padding-left: 5px;
}

td.leftboxheading a, td.rightboxheading a, td.centerboxheading a, td.singleboxheading a {
  color: blue;
/*  background: white url(../images/logo_small.gif) top right no-repeat; */
}
TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading {
}

td.leftboxheading a:hover, td.rightboxheading a:hover, td.centerboxheading a:hover, td.singleboxheading a:hover {
  color: red;
}

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

.leftboxcontent li {
/*   font-family: Fontin,Arial, Verdana, sans-serif; */
  font-family: Arial,Helvetica,Sans-serif;
  font-size: 1em;
  display: block; 
  padding: 0.25em 0 0.25em 0.5em;
}

.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
  background-color: #abbbd3;
  margin-bottom: 15px;
}

#indexDefaultMainContent, .plainBox, .plainbox-description {
/*   font-family: Fontin,Arial, Verdana, sans-serif; */
  font-family: Arial,Helvetica,Sans-serif;
  font-size: 1.1em;
  background: #ffffff;
  border:1px solid #9a9a9a;
  padding: 5px;
}
.plainBoxHeading, TD.tableHeading {
  font-size: 1.1em;
  font-weight: bold;
  padding: 11px 5px 5px;
}
.productListing-heading {
  background-color: #abbbd3;
  font-size: 0.8em;
  font-weight: bold;
  color: #ffffff;
  padding: 0;
  height: 20px;
}

TD.productlisting {
  border:1px solid #9a9a9a;
}

TD.productListing-data {
  font-size: 0.9em;
  padding: 5px;
}

TD.productListing-data a:hover {
  color: red;
}


/*center main section
-----------------------------------*/
TD.pageHeading, DIV.pageHeading, h1 {
  font-size: 1.4em;
  font-weight: bold;
  color: #36c;
  padding-top: 11px;
    padding-right: 50px;
}

.center_column, .centerColumn {
  padding: 0.8em;
  padding-right: 15px;
  padding-left: 15px;
}

.center_column a,.centerColumn a, #section a {
/*color: #00c; */
color: #333333;
text-decoration: none;
}

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

/**********  center column  ************/

.column_center_pic{
  background: #ffffff;
  padding: 0px;
}



/************* end column center pics ************/

.plainBox, .plainbox-description {
  font-family: Arial, Verdana, sans-serif;
  font-size: 1em;
  background: #ffffff;
  border: 1px solid #9a9a9a;
  margin-bottom: 15px;
  padding: 5px;
}

.plainBoxHeading {
  font-size: 1.1em;
  font-weight: bold;
  padding: 11px 5px 5px;
}
/* footer
--------------*/

TABLE.footer {
  background: #ffc;
  text-align: center;
  font-size: 0.9em;
}

TR.footertop {
  font-size: 1em;
  background: url(../images/curve2.gif) bottom left no-repeat; 
  bottom: -1px;
  background-color: #eee;
}

TD.footertop{
	padding: 5px;
}

TD.footertopimg{
	padding: 0px; border: none;
}

TD.footerbottom {
  padding: 5px;
}

/*miscellaneous areas
-------------------------------------*/
TD.infoBox, SPAN.infoBox {}

TD.cartBox {
   background: #eff4f8;
   font-size: 0.9em;
   padding: 3px;
   border: 1px dotted #ffb062;
}

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

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

.errorBox {   background: #ff797c; color: #ffffff; font-weight: bold; }
.stockWarning {   color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit {   color: #70d250; text-decoration: underline; }

TD.productListing-data {
   font-size: 0.9em;
}

td.pageresults a {
  color: #0000FF;
}

td.pageresults a:hover {
  background: #FFFF33;
}
td.pageresults {
  font-size: 0.9em;
}
TR.subBar {
  background: #f4f7fd;
}

TD.smallText, SPAN.smallText, P.smallText {
   font-size: 0.9em;
}

TD.accountCategory {
  font-size: 1.2em;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 1.1em;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 1.1em;
}

TD.tableHeading {
  font-size: 1.1em;
  font-weight: bold;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 1em;
}

TEXTAREA {
  width: 100%;
  font-size: 1em;
}

.greetUser {
   font-size: 1.1em;
   padding-top: 5px;
   padding-bottom: 5px;
}

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

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

TD.formAreaTitle {
	font: bold 1.1em Arial, Verdana, sans-serif;
}

SPAN.markProductOutOfStock {
	color: #c76170;
	font: bold 1.1em Arial, Verdana, sans-serif;
}

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

SPAN.productSpecialPrice {
  color: #ff797c;
}

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

SPAN.productSalePrice {
  color: #FF0000;
}

SPAN.productPriceDiscount {
  font-size: 0.9em;
  color: #FF0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo {   color: #8c8c8c; }
.checkoutBarCurrent {   color: #000000; }

/* message box */

.messageBox {   }
.messageStackError, .messageStackWarning { background-color: #ff797c; color: #ffffff; padding: 2px; border: 1px solid #9a9a9a; }
.messageStackSuccess {   background-color: #b3ffa8; padding: 2px; border: 1px solid #9a9a9a; }
.messageStackCaution { font-family: Arial, Verdana, sans-serif; font-size: 10px; background-color: #FFFF00; }

/* input requirement */

.inputRequirement {
  color: #ff0000;
  font-size: 0.9em;
}

span.coming {
color: #ff797c;
}

/* 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-subtotal-Amount, TD.ot-cod-fee-Amount, TD.ot-total-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 */



/* 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 Arial, Verdana, sans-serif;
}

/* categories_description */
#categoryDescription {
/*   font-family: Fontin,Arial, Verdana, sans-serif; */
  font-family: Arial,Helvetica,Sans-serif;
  font-size: 1em;
  background: #D0D0D0;
  border:1px solid #9a9a9a;
}

TD.categoriesdescription {
  font-size: 1em;
  line-height: 1.0;
}

/* categories box parent and child categories and extra links */
A.category-top, A.category-links {
  color: #428dff;
  text-decoration: none;
}
A.category-subs, A.category-products {
  color: #428dff;
  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;
}


/*****************************    for footer roundness *********************/

#bot_corner_img {
	padding: 0px;
}
#top_corner_img {
	padding: 0px;
}


/***************************   for the Amazon categories *****************/
TD.smallText, SPAN.smallText, P.smallText {
font-size: 1.2em;
padding: 0px 0px 8px 8px;
}

SPAN.tiny {
font-size: 0.8em;
}

/**************************  space between tables *************************/

.empty_space {
	background-color: #326DB8;
}

/* SLCD text */
img.left_no_border, img.left {
float: left;
margin: 1em 1em 1em 0;
border: 0;
width:  200px;
}

img.left_no_border_nowidth {
float: left;
margin: 1em 1em 1em 0;
border: 0;
max-width: 50%;
}


.right_no_borderBlock {
display: block;
}

.right_no_border {
display: block;
position: relative;
right: 1em;
float: right;
margin: 0 0 5px 1em;
padding: 10px;
width: 250px;
}

img.right_no_border {
width:100px;
height:auto;
border: 0;
}

img.right_no_border:hover {
	width: 230px;
	height: auto;	
	}

img.centre_no_border {
position: relative;
left: 45%;
margin: 1em 1em 1em 0;
border: 0;
}


img.right {
float: right;
border: 1px solid #ccc;
margin: 1em 1em 1em 0;
}

img.banner {
border: 0;
}


.by, .bylast {
clear: left;
color: #999;
padding-bottom: 1em;
/*border-bottom: 2px dotted #ccc;*/
margin: 0 0 1em 0;
}

h2 {
color: #36c;
font-size: 1.2em;
margin: 1em 0 0 0;
}

h2.break {
padding-top: 1em;
border-top: 1px solid #ccc;
clear: left;
}

h2.no_print_break {
padding-top: 0.1em;
border-top: 1px white;
clear: left;
}

h3 {
font-size: 1.1em;
font-style: italic;
margin: 1em 0 0 0;
}

.comment {
border-top: 2px dotted white;
border-bottom: 2px dotted #ccc;
}

.comment h3 {
float: left;
font-size: 1.5em;
padding: 0 0.75em 3px 0;
margin-top: 0.75em;
position: relative;
}

.comment h3 a {
color: #99f;
}

pre {
font-family: monospace,"Lucida Console","Courier New";
}


.note {
background-color: #e1c2c2;
color: #2d1a1a;
padding-bottom: 1em;
border: 1px #cce solid;
margin-top: 1em;
font-size: 0.9em;
position: relative;
width: 50%;
}

#indexProductListCatDescription {
float: left;
display: block;
float: left;
margin: 0;
width: 54%;
}

#productListing {
display: block;
width: 45%;
margin: 0;
float: right;
padding: 0;
}

.infobox-right {
display: block;
width: 30%;
margin: 1em;
float: right;
padding: 2em 1em 1em;
border: 1px solid #9A9A9A;
background: #FFFFCC url(../images/logo_small.gif) top right no-repeat;
font-size: 1.0em;
}

#productsListingBottomNumber, #productsListingListingBottomLinks, #productsListingTopNumber, #productsListingListingTopLinks {
font-size: 1.2em;
}

.flashtour {
width: 80%;
height: 315px;
display: block;
text-align: center;
font-size: 1.1em;
border: 3px #67aab0 solid;
margin: 5px 10%;
}


/* Flyin text box */

body {  behavior: url(includes/csshover.htc);} /* WinIE behavior call */

span.flyin {position: absolute;
	 left: -999em;
}

  
span.flyin {
  width: 140px;
  background: #FFFFCC url(../images/logo_small.gif) top right no-repeat;
  font-size: 1em;
  padding: 2em 1em 1em;
  border: 1px solid #9A9A9A;
}


span a:hover { color : #bebebe;}


span:hover span.flyin {left: auto;
}


.contactbox {
  background: white url(../images/logo_small.gif) top right no-repeat;
  margin-top: 15px;
  margin-right: 15px;
  width: 205px;
  float: left;
  
  font-family: Arial, Verdana, sans-serif;
  font-size: 1em;
  border: 1px solid #9a9a9a;
  margin-bottom: 15px;
}
