/**
 * 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 nifty_zen v1.3 2006-Oct-29 jettrue $
 */
 
/* Site centering instructions for this template are found under #outermainWrapper*/

* {
	margin:0;
	padding:0;
	}
	
body {
	font-family: arial, verdana, helvetica, sans-serif;
        font-size: .8em;	
        color: #000000;
	margin:15px 0;
	background:#fff;
     
    	}

a img {
	border: none; 
	}

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

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

a:active {
	color: #000;
	}

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

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

.biggerText {
	font-size: 1em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 3px;
	}
	
	
CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}
	
FORM, SELECT, INPUT {
	font-size: 1em;
	margin: 1px;
        padding: .1em;
	}
	
.navMainSearch INPUT {
	font-size:12px;
	}

form {
	display:inline;
	margin-top:0px;
	margin-bottom:0px;
	}

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 {
	padding: 0.1em;
        margin:0;
        line-height: .95em;
           
 }


LABEL.checkboxLabel, LABEL.radioButtonLabel {
	font-size: 0.95em;
	margin: 0.2em 0.5em;
	width: 20px;
	}


#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
	
#logo {
	margin-left:px;
        margin-top: 5px;
        margin-bottom: 0;
        padding: 0;}
#logosideboxContent img {
        margin-left; 5px;
        padding-left: 5px;
}
#indexDefaultHeading {
font-weight: normal;
}

.greeting{
margin-top: 2em;
font-weight: normal;
}

LABEL.inputLabel {
	font-size: 0.95em;
	width: 10em;
	float: left;
	}

#checkoutPayment .inputLabel {
	width:85%;
	}

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

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

P, ADDRESS {
	padding: 0.5em;
	}
	
ADDRESS {
	font-size: 1em;
        text-align: left;
	}
	
.clearBoth {
	clear: both;
	}
	
HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px dashed #FF8C00;
        width: 50%;
        margin: 1em auto;
	}
	
/*warnings, errors, messages*/

.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}
	
.messageStackWarning, .messageStackError {
	background-color: #933;
	color: #ffffff;
	}
	
.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}
	
.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	}

#navColumnOneWrapper, #navColumnTwoWrapper{
	background:#FFE4B5;
	}
	
#tagline {
    color:#333;
	font-size: 1.4em;
    text-align : center;
	padding:20px 5px 0 0;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #csNotifications, #navEZPagesTOCWrapper {
	margin: 10px 0px;
	width: 100%;
	}


/*navigation*/

.navSplitPagesResult {
	margin: 0.5em;
	font-size: 0.9em;
	}
	
.navSplitPagesLinks {
	margin: 0.5em;
	font-size: 0.9em;
	}
	
.navNextPrevCounter {
	font-size: 0.9em;
	}
	
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper {
	color: #000;
	width: 100%;
	height: 25px;
	} 
	
#navCatTabsWrapper {
	color: #000;
	width: 100%;
	line-height:1.3;
	font-size: 1.3em;
	}
	
/*This section controls the top tab links */
div#navMain {
	float:left;
	height:0;
	background: #990000; /*background color behind tabs, should match logo color (blue default)*/
}
#navMain li {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 10pt;
text-transform: uppercase;
font-weight: bold;
font-style: italic;
padding: 0;
}
        
ul#back,ul#back li {
	list-style-type:none;
	}
	
ul#back {
	margin-left: 1.5em;
	font-size:13px;
	}
	
ul#back li {
	float:left;
	margin-right: 3px;
	text-align: center;
	}
	
ul#back a { 
	float:left;
	width: 7em;
	padding: 5px;
	background: #ff9933;
	text-decoration:none;
	color: #990000;  /*color of top tabs and text color (grey default)*/
	} 
	
ul#back a:hover {
	background: #FFE4B5;
	color: #8B4513; /*color of top tabs and text color when you hover over them (red default) */
	} 
	
/*end top tab links */

/*wrappers - page or section containers*/

#outermainWrapper {
	background-color: #ff9933; /*this controls the color of the small outermost strip of background border (grey border default)*/
	width: 100%;
	max-width: 95%;
		text-align:center;
	margin:8px auto;
	padding:8px; /*to center this site, uncomment these, and erase the padding:8px 8px 8px 0; above. Then open up includes/templates/nifty_zen/jscript/jscript/niftyalayout.js and follow instructions there*/
	}

#mainWrapper {
	background-color: #990000; /*this controls the color of the inner rounded edges, both top right and bottom right (blue default)*/
	text-align: left;
	width: 100%;
	max-width:100%;
background-image: url(http://www.oddbodkin.com/shop/includes/templates/nifty_zen/images/tile2.jpg);
	}

#contentMainWrapper {
	border-top:1em solid #ff9933; /*color of border below the tabs (red default)*/
	color: #990000;
	background: #FFFFF0;
        background-image: url(http://www.oddbodkin.com/shop/includes/templates/nifty_zen/images/stripe2.gif); 
	font-size:110%;
	position:relative;
	}
	


#navSuppWrapper {
	border-top:1em solid #ff9933; /*color of border above the footer (red default)*/

	}
	
#navSupp {
	background:#ff9933; /*color of footer where the Home link is (blue default)*/
	}

#navColumnOne {
	padding: 0;
	background:#FFE4B5; /*background color of left sidebox (light blue default */
	border-right:5px solid #ff9933;  /* left sideboxes border (default grey) */
	}
	
#navColumnTwo {
	padding: 0;
	background:#FFE4B5; /*background color of right sidebox (light blue default */
	border-left:5px solid #ff9933; /* right sideboxes border (default grey) */
	}
	
h3.leftBoxHeading, h3.rightBoxHeading{
	background:#990000; /* background color behind sidebox heading (blue default) */
	padding:0;
	margin-top:3px;
	width:96%;
color: #FFE4B5;
	}
	
h3.rightBoxHeading a:hover, h3.rightBoxHeading a, h3.leftBoxHeading a:hover, h3.leftBoxHeading a{
	color: #FFE4B5; /* text color of sidebox heading */
	text-decoration: none;
	}
#bannerboxallHeading {
background: transparent;
}
	
#navSupp ul, #navCatTabs ul  {
	padding: .2em .5em;
	list-style-type: none;
	text-align: center;
        margin-left: 2em;
        margin-right: 2em;
	}
	
#navSupp ul li, #navCatTabs ul li {
	display: inline;
	}
	
#navSupp ul li a{
	text-decoration: none;
	padding: 0 0.5em;
	color: #990000;
	white-space: nowrap;
        font-variant: small-caps;
	}
	
#navCatTabs ul li a {
	text-decoration: none;
	padding: 0 0.3em;
	color: #FFE4B5;
	white-space: nowrap;
        font-family: arial;
        font-size: 11pt;
	}
	
#navCatTabs ul li a:HOVER, #navEZPagesTop a:hover{
	color: #fff;
	font-weight:normal;
	}
	
#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}
	
#navEZPagesTOC ul  {
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}
	
#navEZPagesTOC ul li {
	white-space: nowrap;
	}
	
#navEZPagesTOC ul li a {
	padding: 0 0.5em;
	}

#ezPageDefault dl {
        width: 95%;
}
#ezPageDefault dd {
        margin-left: 1em;
                padding: .2em;
}
#ezPageDefault dt {
        font-weight: bold;
        padding: .5em;
        border-top: .01em #ff9933 solid;        
}
#ezPageDefault {
background: transparent;   
}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
margin:0 0.5em;
}

#navMainSearch {
float: right;
}
	
#navEZPagesTop {
	font-size: 12pt;
	font-weight: normal;
	margin-bottom:0em;
	padding: 0em 0em;
        text-align: center;       
}
#navEZPagesTop a{
        color: #FFE4B5;
}
	
#navBreadCrumb {
	font-size: 1em;
	font-weight: bold;
	padding: 0.5em;
	background:#fff;
	}
	
.leftBoxContainer {
	padding:0;
	}

/* Price Breakdown */
#updaterSB {
}
#updaterSBContent {
font-size: 8pt;
background: #fffff0;
color: black;
}
#updaterSBContent img {
height: 70px;
}



/*The main content classes*/

#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	width: 95%;
	}
#indexDefaultMainContent ul{
        list-style: none inside ;
        margin-left: 20px; 
}
#indexDefaultMainContent li{
      /*  font-weight: normal; */
        font-size: .8em;
}
#indexDefaultMainContent {
        margin-top: 2em;
}
#indexDefaultMainContent H2,H3 {
       /* font-weight: normal; */
}

.shippingEstimatorWrapper {
	padding: 0.5em;
	}
.content ul {
        list-style: circle inside;
        text-indent: 20px;     
}

/* Product Info Description Information */

#productDescription, #indexProductListCatDescription {
        clear: both;
        border: .2em dashed #ff9933;
        padding: .5em;
        margin: .5em auto;
       	width: 90%;
	    background: #FFFFF0;
        font-family: georgia, serif;
        line-height: 1.2em;

}
#productDescription a, #productdescription {
       /* text-decoration: underline; */
        background: #ffe4b5;
}


 
#ezPageDefault {
        margin: auto;
        clear: both;
	font-size: 1.1em;
       /* font-variant: small-caps; */
        padding: .1em;
        width: 80%;

        }

/* Friend Links */

#ezPageDefault ul li {
margin-left: 3em;
}
#ezPageDefault ul li a{
color: #007700;
font-weight: bold;
font-size: 1.2em;
}
#ezPageDefault ul li a:hover {
color: #00BB00;
}
#ezPageDefault ul ul li {
margin-left: 6em;
}

/* Sales Flier */
/* #ezPageDefault .map table {
   border: #ff9933 .7em solid;
   position: relative; 
   top: 1px; 
   left: -3em;
   width: 35em;
   height: 28em;
   margin: 0 auto;
} */
/* #ezPageDefault .salesflier {
   border: #993333 .5em solid;
   text-align: center;
   vertical-align: middle;
   color: #3399FF;
   padding: .5em;
   height: 9em;
   width: 9em;
 } 
#ezPageDefault .salesflier a:hover {
color: #3399ff;
} */

/* navigation table */
.salesflier img {
width: 75px;

}
#indexDefault .map table, #ezPageDefault .map table {
   border: #ff9933 7px solid;
   position: relative; 
   top: 1px; 
   margin: 0 auto;
   
}
#indexDefault .salesflier, #ezPageDefault .salesflier {
   border: #993333 5px solid;
   text-align: center;
   vertical-align: middle;
   padding: .5px;
   height: 100px;
   width: 100px;
   font-size: 14px;
 }
#boxone {
background: #cc4c19;
color: white;
}
#boxone a{
color: #fffff0;
}
#boxtwo {
background: #ffe4b5;
}
#boxtwo a{
color: #cc4c19;
}
#boxthree {
background: #fffff0;
color: #cc4c1;
}
#boxthree a{
color: ;
}
#boxfour {
background: #ff9933;
}
#boxfour a{
color:
}
#indexDefault .salesflier a:hover, #ezPageDefault .salesflier a:hover {
color: #3399ff;
}
#indexDefault .salesflier a {

}

#indexProductListCatDescription img {
        float: right;
        padding: .5em;
}
#productDescription ul, #indexProductListCatDescription ul{
        list-style-position: inside;
}

#productDescription li, #indexProductListCatDescription li{
        line-height: 1.5em;
        font-size: 9pt;
}

#productDescription ul li ul li, #indexProductListCatDescription ul li ul li{
        text-indent: 2em;
        line-height: 1.5em;
        font-size: 9pt;
}

#productDescription table, #indexProductListCatDescription table, #ezPageDefault table, #popup table {
        margin: 0em auto;
        margin-top: 2em;
        padding: 0em;
        width: 95%;
                background: #FFFFF0;
}
#productDescription th, #ezPageDefault th, #indexProductListCatDescription th, #popup th{
        font-size: 1.1em;
        border-bottom: .1em solid #ff9933;
        border-right: .1em solid #ff9933;
        border-left: none;
        border-top: none;
        padding: .1em;
        text-align: left;
}
#productDescription td, #indexProductListCatDescription td, #ezPageDefault td, #popup td{
        border-bottom: .1em solid #ff9933;
        border-right: .1em solid #ff9933;
        border-left: none;
        border-top: none;
        padding: .1em;
        letter-spacing: .1em;
}
#productDetailsList {
        margin-left: 2em;
}
.alert {
	color: #933;
	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 {
	padding: .1em;
	background: transparent;
/*	background-image: url(http://www.oddbodkin.com/shop/includes/templates/nifty_zen/images/stripe2.gif); */
	}

.centerColumn {
	line-height: 1.1;
	}

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

/*Shopping Cart Display*/

#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: .2em solid #ff9933;
	padding: 1em;
        position: relative;
    background-color: #FFE4B5;
	}

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

.cartTableHeading, #cartSubTotal {
	background-color: #FFE4B5;
	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, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity {
        background-color: #FFFFF0;
        
}
#cartContentsDisplay th{
background-color: #990000;
color: #FFE4B5;
}



.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
    
}
	
#scUpdateQuantity {
	width: 2em;
	}
	
#cartBoxEmpty, #cartBoxVoucherBalance {
  	font-weight: bold;
  	}

.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;
	}
	
.cartsList {
	margin-left: 1em;
	}

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

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

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	padding: 0.2em 0em;
        	} 
	
.orderHistList {
	margin: 1em;
	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;
	}
#prevOrders th {
background-color: #990000;
color: #FFE4B5;
}

#accountHistInfo th {
background-color: #990000;
color: #FFE4B5;
}

/*Image Display*/

#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
        padding: 1em;
	}
#productAdditionalImages {
float: center;
width: 90%; 
font-size: 80%;
position: relative;
top:-1em; 
border: .2em dashed #ff9933;
padding: .5em;
margin: 2.5em;
}	
#productAdditionalImages img {
border: .2em;
} 

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/

/***************BOF Attribute Rollovers CSS**************/
/*default attribute image*/
a.attribRoll img {border:0; cursor:default; width:70px; height: 70px;}
/*link*/
a.attribRoll:hover {text-decoration:none; position:relative; cursor:default;}
/*currently hidden attribute image*/
a.attribRoll i {display:block; position:absolute; left:-9999px; opacity:0;
	-moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, .5);
	 box-shadow: 10px 10px 10px rgba(0, 0, 0, .5);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	 border-radius: 10px; }
/*revealed attribute image*/
a.attribRoll:hover i {top:-260px; left:45px; padding:10px; border:1px solid #aaa; background:#fff; opacity:1.0;}
a.attribRoll:hover i img {width:200px; height:200px;}
/***************EOF Attribute Rollovers CSS**************/

.wrapperAttribsOptions {
	margin: 0.1em 0em;
        padding: .1em;
        clear: both;
        width: 95%;
	}

.wrapperAttribsOptions h4 {
	
}

.attribsInput, h4.optionName {
        font-family: georgia;
        font-size: 10pt;
        width: 20em;
}
.attribImg label {
        font-family: georgia;
        font-size: 10pt;
        }

.wrapperAttribsOptions div {
        clear: both;
        margin-left: 3em;
        font-family: georgia;
        font-size: 9pt;
}

h3.attributesComments {
        font-family: georgia;
        font-size: 10pt;
        width: 35em;
        padding-top: 1em;
        padding-bottom: 1em;
}
.info {

}
 


div#productAttributes {
        padding: .5em;
        margin: .5em auto;
        background: #FFFFF0;
        border: .2em dashed #FF9922;
        /* font-variant: small-caps; */
        width: 90%;
        }
h3#attribsOptionsText {
        
        
}

.attribImg {
	width: 8em;
       	margin: 0.01em 0em; 
}
.attribImg img { 
        width: 100px;
        height: 100px;
        cursor: pointer; 
        cursor: hand; 
}
.attributesComments {
        clear: both;
       /* border-top: .2em solid #FF8C00; */
}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: .1em 0em;
	}
h2.centerBoxHeading, .productListing-rowheading {
	color: #FFE4B5;
	padding: 0.5em 0.2em;
	border-bottom: 1px solid #9a9a9a;
    font-weight: normal;
	margin: 0;
	}
.centerBoxHeading {
background: #990000
}
.centerBoxWrapper, .tabTable {
	padding: 0px;
	height: 1%; /*do not remove- IEhack*/
	border: 1px solid #9a9a9a;
	margin-bottom: 1em;
	}

.sideBoxContent {
	padding: 0.4em;
	}

.rightBoxContent {
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navNextPrevWrapperTop, #navNextPrevWrapperBottom, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .rightBoxHeading, .centerBoxHeading, .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;
	}
	
#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 {
	} 

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

.hiddenField {
	display: none;
	}
.visibleField {
	display: inline;
	}
.legalCopyright {
        color: #FFE4B5;
}
.legalCopyright a{
        color: #FFFFF0;
}



/*HOVER POPUP LINKS*/

/*hoverpopups type 1*/

#popup { color: #000; background-color: transparent; }
#popup {
padding: 0px;
margin: 0;

}
#popup a, #popup a:visited {
position: relative;
display: block;
margin-left: 0em;
text-decoration: none;
font-size: 1em;

background: transparent;
}

#popup a span {display: none;}

#popup a:hover { background-color: #ffffff; }

/* the IE correction rule */
#popup a:hover	{
color: #990000; 
background-color: transparent;
text-indent: 0px; /* added the default value */
}

#popup a:hover span{
display: block;
position: absolute;
top: 15px;
left: -40px;
width: 600px;
margin: 0px;
padding: 10px;
background: #FFFFF0;
text-align: center;
}

#popup span ul{
float: left;
display: inline;
border-bottom: 1px solid #FF9933;
border-left: 1px solid #FF9933;
list-style-type: none;
}
#popup span li{
float: left;
width: 10em;
background: #FFFFF0;
border-right: 1px solid #FF9933;
padding: .5em;
font-size: 8pt;
font-family: arial, sans-serif;
}

ul#heading {
font-weight: bold;
border-top: 1px solid #FF9933;
}

/* News Box Manager */
.newsInfo {
  text-align: left;
  font-style: normal;
}

.newsContent {
font-size: 1.0em;
margin-left: 1em;
margin-right: 1em;
padding: 0;
background: #FFFFF0;
}
.newsContent ul{
margin-left: 2em;
}

.newsContent li{
margin-top: .1em;
margin-bottom: .1em;

#newsArchivTitleHeading {
	text-align: left;
	}

#newsArchivDateHeading {
	text-align: right;
	}

