/**
 * 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: Verdana, Arial, Helvetica, sans-serif; font-size: 62.5%; color: #000000; background-image: url(../images/backgrad.jpg); background-repeat: repeat-x; padding: 0; }

/* Rule to fix quirks-mode inheritance behavior - Nick Vrtis 6/8/09 from developer.mozilla.org */
table, caption {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
}

a img {border: none; }

a:link { color: #fd65a2; text-decoration: none; }
a:visited { color: #fd65a2; text-decoration: none; }
#navEZPagesTOC ul li a { color: #fd65a2; font-weight: bold; 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 {

	}

a:active {
	color: #fd65a2;
	}

h1 {
	font-size: 12pt;
	color: #fd65a2;
	}

h2 { color: #463a7c; font-size: 12pt; }

h3 { color: #fd65a2; font-size: 11px; font-weight: normal; }

h4 { font-size: 10pt; font-weight: bold; text-align: right }
h8 { color: #463a7c; font-size: 12pt; font-weight:bold; line-height: 170%; }
h5 { color: #463a7c; font-size: 11px; font-weight: bold; }
h9 { font-size: 8pt; font-weight: bold; padding-top: 4px; padding-bottom: 4px; order-top-style: solid; }
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .larger{
	font-size: 11px;
	}

.biggerText { font-size: 11px; background-color: white; }
.sideBoxContent { font-size: 1.1em; margin-bottom: 15px; }
h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/
CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}
#home_burst { float: right; margin: -8px -8px 3px -3px; }
FORM, SELECT, INPUT { font-size: 10px; vertical-align: middle; margin: 0.1em; display: inline; }

TEXTAREA {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

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

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

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

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

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg { font-size: 11px !important; float: left; }
#logo { width: 740px; height: 67px; float: left; margin-top: 10px; }
LABEL.inputLabel { width: 9em; float: left; }
LABEL.checkOutLabel { float: left; font-size: 10px;}
LABEL.gvlabel { font-size:10px;}

LABEL.checkLabel { font-weight: bold; margin-left: 0; padding-left: 0; }
#cc_number { float: right; }
LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}
P { margin-bottom: 5px; padding: 0; }

ADDRESS { font-style: normal; padding-top: 0.5em; padding-right: 0.5em; padding-bottom: 0.5em; }

.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 #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #d6ebff;
	color: #463a7c;
	}

.messageStackStockError{
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	background-color: #d6ebff;
	color: #463a7c;
	width: 557px;
}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #d6ebff;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper { background-color: #ffffff; text-align: left; width: 750px; vertical-align: top; margin: 0; padding: 0; }
#mainWrapper a:hover {text-decoration:underline;}
#contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0;
	padding: 0;
	}
#centerBoxWrapper a { color: #000; }
#headerWrapper { background-image: url(../images/header_bg.jpg); vertical-align: top; height: 150px; margin: 0; padding: 0; }
#logoWrapper{ vertical-align: top; height:150px; margin: 0; padding: 0; }

#mainWrapper {
	margin: auto;
	}
#navColumnOneWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}


#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}
#sendSpendWrapper { border: solid 1px #cacaca; float: left; margin: 1em 1em 1em 0; padding: 0 5px 5px; }

/* .floatingBox, #accountLinksWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper { */
.floatingBox, #accountLinksWrapper, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}
.floatingPriceR{ width: 42%; float: right; }
.floatingPriceL{ width: 42%; float: left; }

#navEZPagesTOCWrapper { margin: 0; text-align : right; }
#accountLinksWrapper { margin: 0; text-align : left; }
#accountLinksWrapper ul { padding-left: 15px; margin: 0;}

/* #checkoutShipto, #checkoutBillto { margin: 0; text-align : left; width: 100%; } */
#checkoutShipto, #checkoutBillto { margin: 0; text-align : left;}
#confirmShipto, #confirmBillto { margin: 0; text-align : left; width: 48%; }

#checkoutShipto h4, #checkoutBillto h4 { margin: 0; text-align : left; }
#confirmShipto h4, #confirmBillto h4 { margin: 0; text-align : left; }

.modelnumber { text-align: right; }
#productPrices { float: right; }
#productDetailsList { float: right; list-style-type: none; }
.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}
/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks { color: #fd65a2; }
#productsListingListingTopLinks a { color: #463a7c; }
#productsListingListingBottomLinks a { color: #463a7c; }
#allProductsListingTopLinks a { color: #463a7c; }
#allProductsListingBottomLinks a { color: #463a7c; }

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

#navMainWrapper, #navCatTabsWrapper { margin: 0; padding: 0.5em 0.2em; font-weight: bold; color: #ffffff; height: 20px; }
#navSuppWrapper { background-color: #463a7c; }
#navCatTabsWrapper {
	color: #9a9a9a;
	background-image:none;
}

#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, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navSupp ul li a {
color: #000000;
}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

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

#navEZPagesTOC ul { color: #fff; margin: 0; padding: 0.5em 0; list-style-type: none; line-height: 1.5em; }

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

#navEZPagesTOC ul li a { color: white; padding: 0 0.5em; margin: 0; }
#ezPageDefault { font-size: 11px;
font-family: Verdana,Helvetica,Arial,Geneva,sans-serif; margin:8px;
}
#ezPageDefault a { color: #fd65a2; text-decoration: underline; }
#ezPageDefault a:hover { color: #463a7c; text-decoration: underline; }
#ezPageDefault a:visited { color: #fd65a2; }
#ezPageDefault ol {
	list-style:upper-roman;}

#navCategoryIcon, .buttonRow {
	margin: 0.5em;
	}
#indexProductListCatDescription { font-size: 11px; margin-top: 0.5em; margin-right: 0.5em; margin-bottom: 0.5em; }
#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop { color: #fff; font-size: 0.95em; font-weight: bold; margin: -5px 0 0; padding: 0.5em; }

#navEZPagesTop a { color: #463a7c; font-size: 11px; }
#navEZPagesTop a:hover { color: #fff; text-decoration: underline; }
#navEZPagesTop img { margin: 0 0 -5px; padding: 0; }

#navColumnOne, #navColumnTwo {

	}
#ezPagesHeading { text-transform: uppercase; }
/*The main content classes*/
#contentColumnMain, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsNew, .alert { background-color: #fff; vertical-align: top; }
.centerBoxContentsFeatured { background-color: #fff; vertical-align: top; }
.centerBoxContentsFeatured a { color: white; }
#navColumnOne { background-color: #fd65a2; vertical-align: top; }
#navColumnOne a {}
#navColumnOne a:hover { text-decoration: none; }
#navColumnTwo { background-color: #fd65a2; vertical-align: top; }
#navColumnTwo a { color: #fff; }
#navColumnTwo a:hover { color: #fff; text-decoration: underline; }
#navColumnTwoWrapper { position: absolute; top: 150px; }
#featuredHeading { font-size: 9pt; font-weight: bold; margin-top: 12px; }
/*.content,*/ .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}
#productDescription { width: 270px; float: right; margin-left: 0; padding: 0.5em 0.5em 0.5em 0; }
.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix
{ margin: 0; padding-top: 0.8em; padding-bottom: 0.8em; padding-left: 0.8em; }

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

/*Shopping Cart Display*/
#cartAdd { font-size: 10px; float: left; text-align: left; position: relative; width: 218px; margin-left: 10px; }
#cartAdd button { margin-left: 28px; }
#cartAdd input { margin-right: 15px; }
.cart_update { float: left; }
.tableHeading TH { font-size: 9px; color: white; border-bottom: 1px solid #9a9a9a; text-align: left; border-right: 2px solid white; }
.cartTableHeading TH { font-size: 9px; color: white; border-bottom: 1px solid #9a9a9a; text-align: left; border-right: 2px solid white; }
.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal { border-top: 1px solid #cccccc; font-weight: bold; text-align: right; line-height: 2.2em; width: 524px; padding-right: 41px; }
#cartSale { font-size: 10px; text-align: right; line-height: 2.2em; width: 524px; padding-right: 41px; }
.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, #cartInstructionsDisplay, .cartTotalsDisplay { padding-top: 10px; padding-right: 0; padding-left: 0; }
.cartSpecial { background-color: white; padding-top: 10px; padding-right: 0; padding-left: 0; }
.cartProductDisplay { padding-left: 3px; }
.cartQuantity {  }
.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 5px;
	}
.cartModel { padding-top: 10px; }
.c_cartModel { padding-top: 10px; }
.ccPrice { padding-top: 10px; text-align: right; padding-right: 5px;}
.cartProductDisplay a { color: #463a7c; font-weight: bold; }
.cartProductDisplay a hover { color: #fd65a2; text-decoration: underline; }
#scUpdateQuantity {
	width: 2em;
	}

.c_cartQuantity { text-align: center; padding-top: 10px; }

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

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

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

.cartRemoveItemDisplay {
	width: 3.5em;
	}
.cartRemoveItemDisplay a { color: #463a7c; }
.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%;
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {

	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000; margin-bottom:5px;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	}

#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: 5.5em;
	font-size: 10px;
	text-align: right;
	padding: 0.2em;
	}

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

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, { float: right; margin: 0 1em 1em 0 ; }
#productMainImage img { margin-top: 80px; margin-left: 10px; border: solid 1px #000; }
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}
.listingProductImage { margin-bottom: 6px;}
#productListing img { outline: solid 1px #ccc; }
/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}
.categoryListBoxContents a { color: #463a7c; }
.centerBoxContents a { color: #fd65a2; }
centerBoxContents a:visited { color: #fd65a2; }
.centerBoxWrapper { width: 328px; height: 1%; margin: 1.1em 0; }
.itemTitle a { color: #463a7c; }

.centerBoxWrapper a
{
color: #000000;
}

h2.centerBoxHeading { font-size: 11px; color: #fff; margin: 0 0 5px; padding: 0 0 3px; }
.h3.rightboxheading { color: #fff; font-size: pt; font-weight: bold; }
/*sideboxes*/
.columnLeft {}
h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 11px;
	color: #ffffff;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}
#searchHeading { font-size: 0.9em; color: #ffffff; margin-top: 12px; }
.leftBoxHeading, .rightBoxHeading {
	color: #fff;
	font-weight:bold;
	background-color: #463a7c;
	padding: 0.5em 5px;
	margin-bottom: 5px;
}

.centerBoxHeading { color: #fff; font-weight:bold; background-color: #463a7c; margin-bottom: 5px; padding-top: 0.5em; padding-bottom: 0.5em; padding-left: 0.5em; }
.rightBoxContainer { margin-left: 5px; }

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

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}
.rightBoxContainer a { color: white; }
.rightBoxContainer a:hover { color: black; text-decoration: underline; }
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #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, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#siteinfoLegal a {
	color: #000000;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}
#id { }
#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited { font-size: 11px; font-weight: bold; line-height: 100%; text-decoration: none; }
A.category-links, A.category-links:visited {
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited { text-decoration: none; text-align: left; border-color: #563d8a; border-width: 1px; }
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

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

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}
.helpLink{ float: right; margin-right: 5px; }


.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #fddcfa;
		height: 23px;
	vertical-align: top;
	}

.rowEven {
	background-color: #ffffff;
	height: 23px;
	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 {
	background-color: #463a7c;
	height: 2em;
	}

TR.cartTableHeading {
	background-color: #463a7c;
	height: 2em;
	}
.productListing-rowheading {
	background-color: #463a7c;
	height: 2em;
	color: #ffffff;
	}

#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: url('(EmptyReference!)'); padding: 15px; }
.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;
	}
.bodyLeft { line-height: 150%; margin-left: 10px; padding-left: 0; }
.homeBody { }
#indexDefaultMainContent {
	margin:8px;}
#indexDefaultMainContent p { font-size: 11px; margin: 0 0 5px; padding: 0; }
#indexDefaultMainContent p a { text-decoration:underline}

#catBoxDivider { width: 0; height: 0; }
#editablesideboxHeading {
	color: #fff;
	font-weight:bold;
	background-color: #463a7c;
	padding: 2px 5px 1px;
	margin-bottom: 5px;
}
#editablesideboxContent { line-height: 190%;}
#editablesideboxContent a { color: #463a7c; padding-left: 4px }
#editablesideboxContent a:hover { color: #fff; }
.footnav a { text-decoration: underline; }
#navSupp { font-size: 11px; background-color: #fff; text-align: left; border: solid 1px #463a7c; }
#navSupp a { color: black; }
#navSupp a:hover { color: black; text-decoration: underline; }
#navSupp table { text-align: left;}
#product_display{ width:235px; float: left; margin-left: 10px;}
#navColumnTwoProduct { width: 227px; float: right; }
#product_display h1 { color: #463a7c; font-size: 10px; font-weight: normal; width: 220px; float: left; margin-left: 10px; }
#product_display h2 { color: #463a7c; font-size: 10px; font-weight: normal; text-align: left; width: 218px; margin-left: 10px; }
.product_text
{
font-style: normal;

font-weight: normal;

text-align: left;

padding-top: 10px;

padding-right: 10px;

padding-bottom: 10px;

padding-left: 10px;

}
.footLinkHead { padding-top: 8px; padding-bottom: 8px; padding-left: 8px; border-right: 1px solid #463a7c; }
.footLinkHeadRt { padding-top: 8px; padding-bottom: 8px; padding-left: 8px;}

.footNav { padding-left: 8px; border-right: 1px solid #463a7c; list-style-type: none; }
.footNavRt { padding-left: 8px; }
.footNavBtm { padding-bottom: 8px; padding-left: 8px; border-right: 1px solid #463a7c; }
.footNavBtmRt { padding-bottom: 8px; padding-left: 8px;}
.buttonRowCont { float: left; }
.buttonRowCheckout { float: right; margin-right: 5px; }
#crossSell img { outline: solid 1px #ccc; }
#productListing h1 { color: #463a7c; font-size: 12px; }
tr.rowEven{line-height:1px;}
tr.rowOdd{line-height:1px;}
#addButton { float: right; }
#orderTotals { font-size: 10px; padding-right: 4px; background-color: #e9e9e9; border-top: 1px solid #cccccc; }
#logout { text-align: right; width: 228px; z-index: 10; margin-top: 17px; }
#logout a {  }
#indexlogout { text-align: right; position: absolute; width: 300px; z-index: 10; float: right; margin-top: 17px; }
#indexlogout a {  }
.ccinfo { text-align: left; }
.confirmation { width: 563px; }
.checkcart { width: 545px; }
.boldText { font-weight: bold; }
#createAcctDefaultLoginLink { text-align: left; }
#intlShipping{ background-color: #d6ebff; padding: 0.5em; margin: 0.5em 0; border: solid 1px #cccccc; }
.blueBack { font-weight: bold; background-color: #d6ebff; }
#productListing { background-color: white; width: 328px; float: left; margin: 0; padding: 0; }
.unitStock { font-size: 10px; font-weight: bold; float: left; margin-bottom: 5px; margin-left: 10px; list-style-type: none; }
.unitStock li { text-align: left; margin-left: 0; }
#login-email-address { float: left; }
