/*
//
// +----------------------------------------------------------------------+
// |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-color: #e5edf5;
	color: #000000;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
   font: 13px Verdana, Arial, sans-serif;
}
A img {border: none; }

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

TD.main, P.main {
  font-size: 12px;
  line-height: 1.5;
}

A {
  color: #3A2C82;
  text-decoration: underline;
}

A:hover {
  color: Red;
  text-decoration: none;
}

a img {border: none; }

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}


CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM {
	display: inline;
}

/*HEADER CSS*/

TABLE.header {
  background: #ffffff;
  width: 750px !important;
  background-color: #ffffff;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}

TABLE.headerNavigation {
  background: #abbbd3;
  background-image: url(../images/header_06.gif);
  background-color: #ffffff;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  width: 100% !important;
}

TD.headerNavigation {
  width: 750px !important;
  position: relative;
  vertical-align:middle;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color:#000000;
  letter-spacing:1px;
  padding: 5px;
}

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

TD.headerNavigation A, TD.headerNavigation A:visited, .sideBoxHeading A, .sideBoxHeading A:visited, .sideBoxHeading A:active, td.footertop A, .centerboxheading A  {
  font-weight: bold;
  color: #000000;
  font-size: 11px;
  padding-bottom: 4px;
}

td.footertop A:active, td.footertop A:visited {
	color: black;
}
TD.headerNavigation A:hover, .sideBoxHeading A:hover, td.footertop a:hover, .centerboxheading A:hover  {
  color: Red;
  font-size: 11px;
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}
	
input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

	
/*SIDEBOX CSS*/

.column_box_spacer_left {
  height: 6px;
}

.column_box_spacer_right {
  height: 6px;
}

.column_box_spacer_single {
  height: 6px;
}

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

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

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

.biggerText {
	font-size: 1.2em;
	}

	.bold {
	font-weight: bold;
	}

	.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

	.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}
.cartProductDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}
	
	.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

	.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, 
	.centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	float: left;
	text-align: center;
	}

div.categoryListBoxContents A, div.centerBoxContentsFeatured A {
	text-decoration: none;
	}
	
	
.cartQuantity {
	width: 4.7em;
		padding: 0.5em 0em;
	}
	
	.cartRemoveItemDisplay {
	width: 3.5em;
	}


div .sideBoxContent, div .centerboxcontent {
  line-height: 125%;
  padding: 4px;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  font-size: 11px;
}


.smallText,  #siteinfoCredits, #siteinfoStatus {
	font-size: 0.9em;
	}
	
	#siteinfoLegal {
		  background: #ffffff;
  text-align: center;
  font-size: 10px;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
	}
	
#siteinfoIP {
  background: #ffffff;
  text-align: center;
  font-size: .6em;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;	}
	
	.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

	 .tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

	.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

div.wrapperAttribsOptions {
	margin: 0;
	padding: 0;
	}

h4.optionName {
	margin: 0px, 5px, 0px, 5px;
	padding: 0px, 5px, 0px, 5px;
	font-size: 1.1em;
	border: 1px, solid, green;
	}


	h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

	h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}

	h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
	}

	h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFF00;
	}

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

	LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

	LABEL.inputLabel {
	width: 11em;
	float: left;
	}

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

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

	TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

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

	
.sideBox, .centerbox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  border:1px solid #9a9a9a;
  margin-bottom: 15px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TD.sideBoxHeading, TD.centerboxheading {
  height: 20px;
  padding-left: 5px;
}

.sideBoxHeading, .productListing-heading, .centerboxheading {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  padding: 3px;
}

TR.sideBoxHeading, TD.productListing-heading, TR.centerboxheading {
  background: #abbbd3;
  background-image: url(../images/header_06.gif);
}

.sideBoxFooter, .centerboxfooter {
 background: #abbbd3;
 background-image: url(../images/header_06.gif);
}

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

/*center main section
-----------------------------------*/
TD.pageHeading, DIV.pageHeading, h1 {
  font-size: 16px;
  font-weight: bold;
  color: Navy;
  padding-top: 11px;
}

.middlestuff {
   padding: 6px 5px 5px 5px;
   }

	
.copyrightstuff {
	font-size: 1.2em;
}
div.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	width: 100%;
	}

.clearBoth {
	clear: both;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

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

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

.plainBoxHeading {
  font-size: 12px;
  font-weight: bold;
  padding: 11px 5px 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/header_06.gif);
  font-size: 11px;
}

TD.footertop, TD.footerbottom {
  padding: 5px;
}

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

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

TR.accountHistory-odd, TR.Book-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;
}

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

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

.errorBox {   background: #ff797c; color: #ffffff; font-weight: bold; }
.stockWarning {   color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit {   color: #70d250; text-decoration: underline; }
.productListing-heading {
  border-bottom: 1px solid #9a9a9a;
}

TD.productListing-data {
   font-size: 10px;
}

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

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

TD.smallText, SPAN.smallText, P.smallText {
   font-size: 10px;
}

A.CatLink
{text-decoration:none;

}

.CatLink a:hover
color: Red;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

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

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

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}
/*
TEXTAREA {
  width: 100%;
  font-size: 11px;
}
*/
TEXTAREA {
/*	float: left; */
	margin: auto;
	display: block;
	width: 95%;
	}

P, ADDRESS {
	padding: 0.5em;
	}

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

	.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
	
	.amount {
	width: 5.5em;
	}
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}
.back {
	float: left;
	}


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

.gvBal {
	float: right;
	}
	
	.important {
	font-weight: bold;
	}
	
	.leftBoxContainer {
	border: 1px solid #ffffff;
	margin-top: 1.5em;
	}

	.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
  background: #abbbd3;
  background-image: url(../images/header_06.gif);
  font-weight: bold;	
	  font-size: 12px;
  color: #000000;
  padding: 3px;
	}

	.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

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

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

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

SPAN.markProductOutOfStock {
	color: #c76170;
	font: bold 12px Verdana, Arial, 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: 10px;
  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 {
	background-color: #FFFF66;
	color: #000000;
	}
	
	.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}
	
	.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

	.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

	.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

	.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

	.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}

	.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

	.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

	

/* input requirement */

.inputRequirement {
  color: #ff0000;
  font-size: 10px;
}

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

.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
  color: #ff0000;
  font-size: 9px;
  line-height: 1.0;
  text-align : left;
  font-weight: bold;
  padding-top: 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;
}

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

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

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

/* categories box parent and child categories and extra links */
A.category-top, A.category-links {
  color: #271D58;
  text-decoration: none;
}
A.category-subs, A.category-products {
  color: #9847C1;
  text-decoration: underline;
}


.sideBoxContent a:link
{
  text-decoration: none;
}

.sideBoxContent a:visited
{
  text-decoration: none;
}

.sideBoxContent a:active
{
  text-decoration: none;
}

.sideBoxContent a:hover
{
  text-decoration: none;
color: red;
}


.category-top a:hover
{
color: Red;
}

.category-links a:hover
{
color: Red;
}

.category-subs a:hover
{
color: Red;
}

.category-products a:hover
{
color: Red;
}

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

p.HeaderAddress {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	padding-right: 25px;	
}

 /* Show Header Page Links */
TR.HeaderPageLinksLeft, TD.HeaderPageLinksLeft, P.HeaderPageLinksLeft {
  background-image: url(../images/button_blank_left.gif);
}
TR.HeaderPageLinksRight, TD.HeaderPageLinksRight, P.HeaderPageLinksRight {
  background-image: url(../images/button_blank_right.gif);
}
TR.HeaderPageLinks, TD.HeaderPageLinks, P.HeaderPageLinks {
  background-image: url(../images/button_blank_middle.gif);
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}

A.HeaderPageLinks:link, A.HeaderPageLinks:active, A.HeaderPageLinks:visited {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
}

A.HeaderPageLinks:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: Red;
  text-decoration: underline;
}

#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}
	
.cartAttribsList {
	margin-left: 1em;
	}
	
#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}
#cartImage {
	margin: 0.5em 1em;
	}
#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}
#headerWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	background: White;
	}
	
	#contentMainWrapper {
	margin: 0em;
	padding: 0em;
	background: White;
	border-right: 1px solid #9a9a9a;
   border-left: 1px solid #9a9a9a;
	}
#mainWrapper {
	background-color: #E5EDF5;
	text-align: left;
	width: 100%;
	vertical-align: top;
	}
#mediaManager {
width: 50%; 
margin: 0.2em;
padding: 0.5em;
}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 


	#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em 0.5em 0em 0.5em;
	}

#navColumnOne {
	background-color: White;	
  vertical-align: top;
	}

#navColumnTwo {
	background-color: White;
  vertical-align: top;
	}

	#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

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

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}
#navEZPagesTop {
	background-color: #ffff33;
	}

	#navMainWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}	
	
	#navSuppWrapper {
	margin: 0em;
	background-color: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	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;
	background: #abbbd3;
  background-image: url(../images/header_06.gif);
  font-size: 11px;
  color: Black;
    border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
	}

#navSupp ul li a {
  color: White;
	text-decoration: underline;
	background-color: Black;
	}
	
	
#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: #ffffff;
	white-space: nowrap;
	}
#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

	#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

	#scUpdateQuantity {
	width: 2em;
	}

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

	#siteMapList {
	width: 90%;
	float: right;
	}

	#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

	#upDateHeading {
	text-align: right;
	}

	#upProductsHeading {
	text-align: left;
	}


	LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}
  
	#navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF0000;
	}

	#navEZPagesTOC ul li a {
	color: #3A2C82;
	text-decoration: none;
	}
 
h2.productGeneral {
font-size: 1.3em;
}

.itemTitle
{
font-size: 1.2em;
}

.greeting
{
	text-align: center;
}

h1 #productListHeading {
margin-top: 0px;
margin-bottom: 0px;
}


div.centerColumn {
margin-top: 0px;
}

#navMainSearch {
	float: right;
	}

.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

#cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance {
	text-align: center;
	}

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

