/**
 * 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.css 3215 2006-03-20 06:05:55Z birdbrain $
 */
html,body {
	font-family: Arial, Verdana, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	color: #000000;
}

body {
	margin: 0;
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #000000
	background: #FFFFFF url('../images/bg.jpg') repeat-x;
	}
#infoShoppingCart div, #popupCVVHelp div {
	margin: 5px;
	background-color: #FFFFFF;
	border: 1px solid black;
	padding: 5px;
}
a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	text-decoration: none;
	}
 
a:visited {
	color: #3300FF;
	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: #FF0000;
	}

a:active {
	color: #0000FF;
	}

h1 {
	font-family:  Arial, Verdana, helvetica, sans-serif;
	font-size: 1.1em;
	}

h2 {
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size: 14px;
	}

h3 {
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size: 0.8em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-family: Arial, Verdana, helvetica, sans-serif; 
	font-size: 13px;
	}

information {
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

content {
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

.biggerText {
	font-size: 14px;
	color: #000000;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 16px;
	color: #666666;
	font-family: Arial, Verdana, helvetica, sans-serif;
	}

CODE {
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size: 12px;
	}

FORM, SELECT, INPUT {
	font-family: Arial, Verdana, helvetica, sans-serif;
	display: inline;
	margin: 0.1em;
	font-size: 12px;
	}
form {
	font-family: Arial;
	margin: 0;
}
TEXTAREA {
	float: left;
	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;
	color: #999999;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: #0000ff;
	}

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

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

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

LABEL.inputLabel {
	font-family: Arial, Verdana, helvetica, sans-serif;
	width: 11em;
	float: left;
	color: #000000
	}

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

.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;
	font-size: 14px;
	position: absolute;
	left: 300px; top: 80px; height: 100px; width: 300px; padding: 1em;
	}

.messageStackWarning a, .messageStackError a, .messageStackSuccess a, .messageStackCaution a {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
	}
.messageStackWarning, .messageStackError {
	background-color: #FFFFFF;
	border: 3px dashed #ff0000;
	color: #ff0000;
	}

.messageStackSuccess {
	background-color: #F4F6FC;
	border: 3px dashed #102C7E;
	color: #102C7E;
	}

.messageStackCaution {
	background-color: #FFFFFF;
	border: 3px dashed #FFFF66;
	color: #FFFF66;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background: transparent url('../images/main-bg.jpg') no-repeat;
	width: 779px;
	margin-left: auto;
	margin-right: auto;
	/*border-bottom: 1px solid red;
	background: maroon;*/
}

#outterWrapper {
	background: #FFFFFF url('../images/outterwrap-bg.jpg') repeat-y;
	width: 779px;
	margin-left: auto;
	margin-right: auto;
}
#body_code {
	clear: both;
}

#shadow-left {
	/*background: transparent url('../images/left-shadow.jpg') 0px 380px no-repeat;*/
	width: 12px;
	float: left;
	height: 100px;
}
#shadow-right {
	float: right;
	/*background: transparent url('../images/right-shadow.jpg') 0px 380px no-repeat;*/
	width: 12px;
	height: 100px;
}

#main {
	float: left;
	width: 755px;
	/*background: pink;*/
}

#header {
	background: transparent url('../images/header-bg.jpg') no-repeat;
	width: 748px;
	height: 72px;
	/*background: green;*/
}

#wrapper-inside {
	width: 748px;
	height: 750px;
	background: green;
}
#left-bar {
	background: transparent url('../images/left-side-top-bg.jpg') no-repeat;
	float: left;
	min-height: 100px;
	/*background: green;*/
	width: 209px;
}
#main-part {
	width: 536px;
	float: left;
}
#nav-head {
	background: transparent url('../images/nav-head-bg.jpg') no-repeat;
	width: 539px;
	height: 76px;
	text-align: center;
}
#content{
	/*width: 539px;*/
	margin-top: 13px;
	color: 000000;
	/*background: blue;*/
}
#headerWrapper {
	background-color: #FFFFFF;
	width: 755px;
}
#center {
	background: transparent url('../images/center-top-bg.jpg') no-repeat;
	/*width: 343px;*/
	width: 540px;
	float: left;
	margin-left: 1px;
	height: 50%;
}
#right-bar {
	background: transparent url('../images/right-side-top-bg.jpg') no-repeat;
	width: 191px;
	float: right;
	padding-top: 15px;
	/*background: maroon;height: 500px;*/
}
#footer {
	clear: both;
	width: 779px;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	background: transparent url('../images/footer-bg.jpg') no-repeat;
	height: 97px;
}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

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

#tagline {
	color:#000000;
	font-size:14px;
	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: 47%;
	color: #006633;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {
	color: #0000ff;
	}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 12px;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

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

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

#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 {
	background-color: #cc9900;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

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

#navColumnOne {
	background-color: #FFCC99;
	}

#navColumnTwo {
	background-color: #00BFBF;
	}

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

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

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

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

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

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

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

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

#mediaManager {
width: 50%; 
margin: 0.2em;
padding: 0.5em;
}
.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	font-family: Arial, Verdana, helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	font-family: Arial, Verdana, helvetica, sans-serif;	
	color: #ff0000;
	font-size: 14px;
	}

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

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

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

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additional../images, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 12px;
	}

.leftBoxHeading, .centerBoxHeading {
	margin: 0;
	}

.leftBoxContainer {
	background: transparent url('../images/box-bg.jpg') bottom no-repeat;
	width: 183px;
	margin-left: auto;
	margin-right: auto;
	border:0;
	border-left: 1px solid #06ABDB;
	border-right: 1px solid #06ABDB;
	padding-bottom: 5px;
}
.rightBoxContainer {
	background: transparent url('../images/box-bg.jpg') bottom no-repeat;
	border-top: 1px dashed #FFFFFF;
	border-left: 1px solid #06ABDB;
	border-right: 1px solid #06ABDB;
	width: 174px; 
/*	width: 220px;  */
	margin-left: 10px;
	padding-bottom: 5px;
}
.leftBoxBottom {
	background: transparent url('../images/box-bottom.jpg') top left no-repeat;
	width: 185px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}
.rightBoxBottom{
	background: transparent url('../images/right-box-bottom.jpg') top left no-repeat;
	width: 176px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	margin-left: 10px;
}
#bestsellersContent {
	border: 0px;
	padding:0;
	margin: 0px;
	overflow: hidden;
	margin-right: 10px;
}
#bestsellersContent a {
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #0000ff;
}
#bestsellersContent a:hover {
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #a4de3e;
}
#bestsellersContent li {
	font-size: 11px;
	color: #06ABDB;
}
.sideBoxContent {
	padding:0;
}

h3.rightBoxHeading, h3.rightBoxHeading a {
	}

.rightBoxHeading {
	margin: 0;

	}

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

TH, #cartEmptyText, #cartBoxGVButton, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additional../images, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

h2.centerBoxHeading {
	display: block;
	text-align: center;
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size: 16px;
	color: #3399ff;
	margin-bottom: 10px;
}
.centeredContent {
	font-family: Arial, Verdana, helvetica, sans-serif;
	text-align: center !important;
	margin-bottom: 10px;
	font-size: 14px;
	color: #000000;
}
.centeredContent a {
	font-weight: bold;
	font-size: 12px;
}

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

#search {
	margin-top: 65px;
	text-align: right;
}
#searchHeading {
	height: 12px;
}
#searchContent {
	text-align: right !important;
	padding-right: 5px;
}
input.search-box {
	background: transparent url('../images/search-box-bg.jpg') no-repeat;
	text-indent: 5px;
	vertical-align: bottom;
	width: 131px;
	height: 22px;
	border: 0px;
}

.leftBoxTopcategoriesHeading {
	background: transparent url('../images/categories-bg.jpg') no-repeat;
	margin-top: 1.5em;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	width: 185px;
	height: 28px;
}
#categoriesContent {
	padding-left: 5px;
	padding-top:10px;
	padding-bottom: 10px;
}
a.category-top {
	font-family: Arial, Verdana, helvetica, sans-serif;
	margin-bottom: 5px;
	display: block;
	background: transparent url('../images/bullet-cat.gif') 8px 5px  no-repeat;
	text-indent: 20px;
	font-size: 12px;
	color: #0000ff;
}
a.category-top:hover {
	margin-bottom: 5px;
	display: block;
	background: transparent url('../images/bullet-cat.gif') 8px 5px  no-repeat;
	text-indent: 20px;
	font-size: 12px;
	color: #a4de3e;
}

#categoriesContent br {
	display: none;
}

.leftBoxToppublishersHeading {
	background: transparent url('../images/publishers-bg.jpg') no-repeat;
	margin-top: 1.5em;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	width: 185px;
	height: 28px;
}
#publishersContent {
	padding-left: 5px;
	padding-top:10px;
	padding-bottom: 10px;
}
#publishersContent br {
	display: none;
}

.leftBoxTopforumsHeading {
	background: transparent url('../images/forums-bg.jpg') no-repeat;
	margin-top: 1.5em;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	width: 185px;
	height: 28px;
}

#forumsContent {
	padding-left: 5px;
	padding-top:10px;
	padding-bottom: 10px;
}

#forumsContent br {
	display: none;
}

.leftBoxToplinksHeading {
	background: transparent url('../images/links-bg.jpg') no-repeat;
	margin-top: 1.5em;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	width: 185px;
	height: 28px;
}

#linksContent {
	padding-left: 5px;
	padding-top:10px;
	padding-bottom: 10px;
	text-align: center;
	line-height: 10px;
}
#linksContent a {
	display: block;
}

#linksContent br {
	display: none;
}

.rightBoxToprelatedProductsHeading { 
	background: transparent url('../images/related-bg.jpg') no-repeat;
	margin-left: 10px;
	margin-right: auto;
	border: 0px;
	width: 176px;
	height: 26px;
}

#relatedproductsContent {
	height: 95px;
	border: 0px;
	padding:0;
	margin: 0px;
	margin-right: 10px;
	padding-top: 5px;
}

.leftBoxToploginboxHeading {
	background: transparent url('../images/login-bg.jpg') no-repeat;
	margin-top: 1.5em;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	width: 185px;
	height: 25px;
}
input.user-box, input.pass-box {
	background: transparent url('../images/login-box-bg.jpg') no-repeat;
	text-indent: 5px;
	vertical-align: bottom;
	width: 169px;
	height: 22px;
	border: 0px;
}
#loginboxContent {
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size: 12px;
	font-smooth: always;
	color: #8F8F8F;
	font-weight: bold;
	padding-left: 5px;
}
#loginboxContent form a {
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #0000ff;
}
#loginboxContent form a:hover {
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #a4de3e;
}

a.loginBoxLinks {
	margin-bottom: 5px;
	display: block;
	background: transparent url('../images/bullet-cat.gif') 8px 5px  no-repeat;
	text-indent: 20px;
	font-size: 12px;
	text-indent: 20px;
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-weight: normal;
	color: #0000ff;
}

a.loginBoxLinks:hover {
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #a4de3e;
}
.login-btn {
	text-align: right;
}
.rightBoxTopbestsellersHeading{
	background: transparent url('../images/best-seller-bg.jpg') no-repeat;
	margin-left: 10px;
	margin-right: auto;
	border: 0px;
	width: 176px;
	height: 26px;
}
#bestsellersContent {
	height: 95px;
}


#navWrapper {
	width: 500px;
	height: 20px;
	float: right;
	margin-top: 30px;
	padding:  0.5em 0em;
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
#navWrapper a {
	color: #FFFFFF;
	font-weight: bold;
}
address.back {
	width: 250px;
}

input.hiddenField {
	display: none;
}

/*banner*/
div#topBanner {
	margin-left: auto;
	margin-right: auto;
	width: 468px;
	height: 60px;
	padding-top: 7px;
}


/*product listing*/
h1#productListHeading, h1#accountHistoryDefaultHeading, h1#accountDefaultHeading, h1#addressBookDefaultHeading, h1#acctNewslettersDefaultHeading, h2#orderHistoryDetailedOrder, h2#orderHistoryStatus, table#prevOrders h2 {
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size: 16px;
	color: #000000
	line-height: 18px;
}

table.tabTable {
	margin-top: 10px !important;
}

th.productListing-heading {
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: #DAEEF5;
	padding: 5px;
}

img.listingProductImage {
	padding: 10px;
}

tr.productListing-odd td {
	background-color: #FAFBFF;
}

td.productListing-data {
	vertical-align: top;
	color: #000000;
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
}

h3.itemTitle {
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

tr.tableHeading th {
	font-size: 15px;
	font-weight: bold;
	background-color: #DAEEF5;
	padding: 5px;
}

tr.rowEven td {
	background-color: #FFFFFF;
}

tr.rowEven td {
	background-color: #FAFBFF;
}

/*account history*/
div#accountHistInfo div.forward {
	margin-bottom: 10px;
}

div#accountHistInfo table td, table#prevOrders td {
	padding: 3px;
}

