@charset "UTF-8";
/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 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.css 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	margin: 0;
	font-family : 'Trebuchet MS', simhei, 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #504946;
	background-color: #fff;
	line-height: 150%;
	}

a img {border: none; }

a:hover img {
}

a:link {
	color: #665d59;
	text-decoration: none;
	}
 
a:visited {
	color: #665d59;
	text-decoration: none;
	}

a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #4496d3;
	}

a:active {
	color: #4496d3;
	}

h1 {
	color: #4496d3;
	font-size: 24px;
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 12px;
	margin-left: 1px;
	line-height: 150%;
	font-weight: bold;
	}

h2 {
	font-size: 18px;
	color: #665d59;
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: 8px;
	margin-left: 1px;
	font-weight: bold;
	}

h3 {
	color: #665d59;
	font-size: 14px;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 4px;
	margin-left: 1px;
	font-weight: normal;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .larger{
	color: #303030;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	line-height: 150%;
	}

#indexCategoriesHeading {
	text-align: left;
	margin-left: 30px;
}

.sideBoxContent {
}

#categoriesContent, #documentcategoriesContent, #ezpagesContent, #moreinformationContent {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 20px;
	color: #303030;
}

.ezpagesContent, A.ezpagesContent {
	color: #303030;
}

A.ezpagesContent:HOVER {
	color: #0095d9;
}

.biggerText {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	}

.biggerText a {
	text-decoration: underline;
	}

h4, h5, h6 {
	margin-top: 0.5em;
	margin-right: 3px;
	margin-bottom: 0.5em;
	margin-left: 3px;
}

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

FORM, SELECT, INPUT {
	display: inline;
	vertical-align: middle;
	font-size: 12px;
	}

SELECT {
color:#666666;
width:160px; 
background-color: #ffffff;
border:1px solid #cccccc;
}

TEXTAREA {
	/*	float: left;*/
	margin: auto;
	display: block;
	width: 620px;
	height: 88px;
	left: auto;
	top: auto;
	}

select:focus {
	background-color: #ffffff;
	}

FIELDSET {
	padding: 20px;
	border: 1px solid #999999;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	background-color: #ffffff;
	position: relative;
	height: auto;
	}

LEGEND {
	padding: 0.3em;
	color: #666666;
	}

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

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

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 10em;
	float: left;
	text-align: right;
	}

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: 2px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
	margin-bottom: 4px;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.5em;
	padding: 1em;
	}

.messageStackWarning, .messageStackError {
	background-color: #d4dcd6;
	color: #9a493f;
	}

.messageStackSuccess {
	background-color: #d4dcd6;
	color: #583822;
	}

.messageStackCaution {
	background-color: #d4dcd6;
	color: #583822;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 960px;
	vertical-align: top;
	position: relative;
	}


#headerWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#logoWrapper {
	position: relative;	
	}

#contentMainWrapper {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#contentcenter {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
	}

#mainWrapper {
	margin: auto;
	} 

#navColumnOneWrapper {
	text-align: left;
	margin-right: 15px;
	margin-left: 15px;
	}
	
#navColumnTwoWrapper {
	text-align: left;
	} 

#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, #navEZPagesTOCWrapper {
	margin: 0;
	width: 42%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

#ezPageDefault {
	font-size: 12px;
	line-height: 180%;
	letter-spacing: 1px;
}

/*navigation*/

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

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #504946;
	height: 1%;
	width: 100%;
	}

TD.cartheader_0 {
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
	background-image: url(../images/cart_0.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
}

TD.cartheader_1 {
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
	background-image: url(../images/cart_1.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
}

/* categories box parent and child categories */
A.category-top, A.category-links {
	text-decoration: none;
	color: #303030;
	padding-left: 0px;
	}
A.category-links:hover, A.category-top:hover {
	color: #0095d9;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	text-decoration: none;
	}
SPAN.category-subs-parent {
	}
SPAN.category-subs-selected {
	}
/* end categories box links */

TABLE.bodytop_bg {
	background-color: #FFFFFF;
	background-image: url(../images/bodytop_bg.gif);
	background-repeat: repeat-x;
	padding: 0px;
	height: 15px;
	width: 980px;
}

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

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #000000;
	white-space: nowrap;
	}

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

#navEZPagesTOC ul {
	margin: 0;
	list-style-type: none;
	line-height: 1.5em;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 35px;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 10px;
	}

.buttonRow_shoppingcart {
	display: block;
	height: 30px;
	width: 198px;
	position: relative;
}

#continue {
	position: absolute;
	left: 0px;
	top: 0px;
}


#checkout {
	position: absolute;
	top: 0px;
	right: 0px;
}

#navBreadCrumb {
	background-image: url(../images/templates/bread_03.png);
	background-repeat: repeat-x;
	height: 32px;
	}

#navBreadCrumb {
	font-size: 12px;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
	letter-spacing: 1px;
	color: #FFFFFF;
	white-space: nowrap;
	}

#navColumnOne {
	background-color: #f5f5f5;
	padding-top: 12px;
	padding-left: 0px;
	padding-right: 0px;
	}

#contentColumnMain {
	background-color: #FFFFFF;
}

#navColumnTwo {
	background-color: #FFFFFF;
	}

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

#productDescription, .shippingEstimatorWrapper {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	}

.content {
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 1px;
	text-align: left;
	}

#productPrices {
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	padding: 0px;
	margin-bottom: 10px;
}

.columnPrice {
	font-weight: bold;
	font-size: 10px;
	color: #a9a9a9;
	padding: 0px;
	margin-top: 2px;
	line-height: 13px;
}

#productnotes {
	font-size: 10px;
	padding: 0px;
	font-weight: normal;
	margin-bottom: 10px;
}

.alert {
	color: #FF6600;
	margin-left: 0.5em;
	}
.advisory {
	color: #FF6600;
	font-size: 12px;
	line-height: 18px;
	margin: 10px;
	}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}

.centerColumn {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	position: relative;
	}
#bannerOne, #bannerTwo, #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0em;
	}
#bannerThree {
	padding-top: 0px;
	padding-left: 10px;
	}
	
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

#productName {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0095d9;
	padding-bottom: 4px;
	margin-bottom: 4px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
}

.tableHeading TH, .cartTableHeading TR, .cartTableHeading TH {
	font-size: 14px;
	LETTER-SPACING:1px;
	color: #666666;
	padding: 8px;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	white-space: nowrap;
	}

.tableHeading, #cartSubTotal {
	 }

#cartSubTotal {
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	margin-right: 63px;
	white-space: nowrap;
	}

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

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity {
	padding: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	}

#orderTotals {
	white-space: nowrap;
	padding: 0.5em;
}

#ccTaxHeading, #ccTotalHeading{
	text-align: right;
}

#ccProductsHeading {
	text-align: left;
	padding-left: 20px;
}

.cartUnitDisplay, .cartTotalDisplay, #scUnitHeading, #scTotalHeading {
	text-align: right;
	padding-right: 10px;
	}

#scProductsHeading {
	text-align: left;
	padding-left: 80px;
}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #FF6600;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #333333;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

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

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale {
	color: #FF6600;
	}

.productPriceDiscount {
	color: #a9a9a9;
	}

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

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

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

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

.totalBox {
	width: 8em;
	text-align: right;
	padding: 0.2em;
	font-weight: bold;
	white-space: nowrap;
	}

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

.amount {
	width: 8em;
	white-space: nowrap;
	}

/*Image Display*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

#productMainImage {
	margin: 0em 0em 0em 0em;
	}

.categoryIcon {}

#cartImage {
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 0em;
	margin-left: 1em;
	border: 1px solid #999999;
	}

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

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	}

.additionalImages {
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #999999;
}

/*sideboxes*/
.columnLeft, .columnRight {}

.dot {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
}

h2.centerBoxHeading, h2.centerBoxHeading a, h2.generalBoxHeading, h2.generalBoxHeading a {
	font-size: 14px;
	}

h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 14px;
	color: #504946;
}

.leftBoxHeading, .rightBoxHeading {
	font-size: 14px;
	LETTER-SPACING:2px;
	margin: 0em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: 504946;
	padding-top: 0.2em;
	padding-right: 0em;
	padding-bottom: 0.2em;
	padding-left: 20px;
	text-align: left;
	margin-bottom: 5px;
}

.centerBoxHeading {
	font-size: 14px;
	LETTER-SPACING:1px;
	color: #454545;
	padding-left: 15px;
	padding-bottom: 2px;
	text-align: left;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	background-color: #FFF;
	background-image: url(../images/centerback.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-top: 4px;
	height: 18px;
	}

.generalBoxHeading {font-size: 14px;
	LETTER-SPACING:2px;
	color: #999999;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	text-align: left;
	margin-bottom: 0px;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	text-decoration: none;
	padding-top: 0px;
	} 

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	}

.sideBoxContent {
	padding: 0em;
	margin-bottom: 25px;
	}

.rightBoxContent {
	margin-bottom: 1em;
	}

TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartBoxGVBalance, .rightBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .gvBal, .attribImg, #manufacturersContent {
	text-align: center;
	}

.categoryListBoxText {
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
}

.centerBoxWrapper {
	margin: auto;
	}

#specialsDefault, #featuredProducts, #whatsNew {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: block;
}

.centeredContent {
	text-align: left;
	}

#bestsellers .wrapper  {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 25px;
	line-height: 16px;
	}
#bestsellers A {
}

#bestsellers A:HOVER {
	color: #0095d9;
}

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

#informationContent {
	font-size: 12px;
	line-height: 21px;
	padding-right: 5px;
	padding-left: 20px;
}

/*misc*/
.back {
	float: left;
	}

.centered {
	float: none;
	}

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

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #f5f5f5;
	vertical-align: top;
	}

.rowEven {
	background-color: #FFFFFF;
	vertical-align: top;
	}

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

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 {
	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;
	background-image: none;
	padding: 20px;
	}
	
.information {
	line-height: 150%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}


/*OSC_ecentre_store*/

/*
  $Id: stylesheet.css,v 1.1.1.1 2003/08/14 07:58:33 nickle Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText,  A.boxText {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}

#breadcrumb, #breadcrumb_extra {
	width: 685px;
	margin-bottom: 5px;
	margin-left: 10px;
}

TD.breadcrumb_begin {
	color: #303030;
	background-image: url(../images/templates/bread_01.png);
	background-repeat: no-repeat;
	height: 32px;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 0px;
}

TD.breadcrumb_trail {
	color: #303030;
	background-image: url(../images/templates/bread_02.png);
	background-repeat: no-repeat;
	height: 32px;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 0px;
}

TD.breadcrumb {
	color: #303030;
	background-image: url(../images/templates/bread_03.png);
	background-repeat: repeat-x;
	height: 32px;
	vertical-align: middle;
	letter-spacing: 0px;
}

TD.breadcrumb_end {
	color: #303030;
	background-image: url(../images/templates/bread_04.png);
	background-repeat: no-repeat;
	height: 32px;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 0px;
}

#headerTop {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	}

.headerNavigation2, #headerNavigation2, A.headerNavigation2, A.headerNavigation2:hover {
	color: #fff;
	}

#headerNavigation, A.headerNavigation { 
  color: #fff; 
}

A.headerNavigation:hover { 
  color: #39f; 
}

TR.headerError {
  background: #ff0000;
}

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

TR.footer {
	background-color: #ffffff;
	background-image: none;
}

TD.footer {
	font-size: 10px;
	color: #303030;
}

A.footer, A.footer:visited {
  font-size: 10px;
  color: #303030;
}

A.footer:hover {
	text-decoration: underline;
	color: #0095d9;
}

TABLE.infoBox {
	margin-bottom: 12px;
}

.infoBoxContents {font-size: 11px;
}

.infoBoxNotice {
	background-color: #FF3300;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

TD.infoBoxHeading {font-size: 14px;
	LETTER-SPACING:5pt;
	color: #303030;
	background-image: url(../images/infobox/infoBox_content_02.gif);
	background-repeat: repeat-x;
}

TD.infoBox_01 {
	background-image: url(../images/infobox/infoBox_01.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

TD.infoBox_02 {
	background-image: url(../images/infobox/infoBox_02.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

TD.infoBox_03 {
	background-image: url(../images/infobox/infoBox_03.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

TD.infoBox_04 {
	background-image: url(../images/infobox/infoBox_04.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

TD.infoBox_05 {
	background-image: url(../images/infobox/infoBox_05.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

TD.infoBox_06 {
	background-image: url(../images/infobox/infoBox_06.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

TD.infoBox_07 {
	background-image: url(../images/infobox/infoBox_07.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

TD.infoBox_08 {
	background-image: url(../images/infobox/infoBox_08.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

TD.infoBox_09 {
	background-image: url(../images/infobox/infoBox_09.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

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

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

TABLE.productListing {
	border-spacing: 1px;
	background-color: #666666;
}

TH.productListing-heading {font-size: 14px;
	LETTER-SPACING:1px;
	color: #999999;
	padding: 8px;
	background-color: #f5f5f5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	white-space: nowrap;
}

TD.productListing-data {font-size: 12px;
	padding: 15px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.productListing-data {font-size: 12px;
	padding: 2px;
	vertical-align: top;
}

#listCell0-0 {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


/* BOF: Additional Images */
.imagesBoxContents {font-size: 10px;
}

.imgLink, .imgLinkAdditional {
	text-align: right;
	cursor: e-resize;
}
/* EOF: Additional Images */

.newsInfo {
	text-align: right;
	font-style: normal;
	float: right;
}

.newsContent {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
#newsArchivTitleHeading {
	text-align: left;
	}

#newsArchivDateHeading {
	text-align: right;
	}

#moreNewsHeading, #newsArchivHeading{
	font-size: 20px;
	letter-spacing: 2px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#newsArchivTable {
	font-size: 12px;
	letter-spacing: 1px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#contactUsForm {
	position: relative;
}

#new_customer_button, #login_button {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#login-email-address, #login-password, #email-address, #password-new, #password-confirm, #company, #firstname, #lastname, #postcode, #state, #city, #street-address, #telephone, #contactname, #email-address {
	font-size: 12px;
	height: 14px;
	width: 268px;
}

#country, #stateZone {
	font-size: 12px;
	width: 268px;
}

#ezpages {
	display: block;
	}