
/**
 * Acadame CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2007 iChoze Internet Solutions
 * @copyright Copyright 2003-2006 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 5349 2006-12-22 20:34:40Z birdbrain $
 */

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }

.clear { clear: both; }

body {
	margin: 0;
	font-family: arial, sans-serif, verdana, helvetica;
	font-size: 50%;
	color: #000000;
	background:#EDF0FA url(../images/backgroundE.gif) repeat-x scroll center top;
}

a img { border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #336699;
	text-decoration: none;
}

a:visited {
	color: #336699;
	text-decoration: none;
}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navCatTabs ul li a:hover {
	color: #003366;
	text-decoration: underline;
}

#navSupp ul li a:hover {
	color:#EEEEEE;
	text-decoration: underline;
}

a:active { color: #0000FF; }

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	margin: 0 0 5px 0;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #336699;
}

h2 {
	font-size: 1.4em;
	color: #669933;
}

h3 {
	font-size: 1.2em;
	font-weight:normal;
}

h4, h5, h6, h4.optionName, LEGEND, .sideBoxContent, .larger {
	font-size: 1.1em;
	font-weight:normal;
}

LABEL {
	font-weight: bold;
	line-height: 1.4em;
}

#contactUsDefault ADDRESS {
	background-color:#CCCCFF;
	width: 300px;
	font-size: 1.3em;
}

.biggerText { font-size: 1.2em; }

h1, h2, h3, h4, h5, h6 { margin: 0.3em 0; }

P {
	line-height: 1.5em;
	font-size: 1.1em;
	font-family:Helvetica, Arial, sans-serif;
}

/*  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;
}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	line-height: 1.4em;
}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
}

input:focus, select:focus, textarea:focus { background: #E4FEF5; }

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	background-color:#dddddd;
	border: 30px solid #dddddd;
	font-size: 14px;
}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
}

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: 9em;
	float: left;
}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
}

#checkoutPayment LABEL.radioButtonLabel { font-weight: bold; }

ADDRESS { padding: 0.5em; }

ADDRESS { font-style: normal; }

.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: #ff0000;
	color: #ffffff;
}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 1030px;
	vertical-align: top;
	background: url(../images/bgContent.png) repeat-y;
}

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}

#contentMainWrapper {
	margin: 0;
	padding:0 10px 0 10px;
	font-size: 1.5em;
}

#headerWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1030px;
	padding: 0em;
	background:url(../images/bgHeader.png) top no-repeat;
}

#topBarWrap { /*background:#EEEEEE;*/ }

#topBar {
	width: auto;
	height: 30px;
	margin: 0 30px 0 0;
	color:#2C2C2C;
	font-weight:normal;
	float: right;
	font-size: 1.1em;
	text-transform: uppercase;
}

.topBarLeft, .topBarRight {
	float: left;
	display: block;
	width: 30px;
	height: 30px;
}

.topBarMiddle {
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	background: url(../images/bgUtility.gif) repeat-x;
}

.topBarLeft { background: url(../images/bgUtilityLeft.gif) no-repeat; }

.topBarRight { background: url(../images/bgUtilityRight.gif) no-repeat; }

#topBar a {
	float: left;
	margin: 0 15px;
	font-weight: bold;
	color: #336699 !important;
}

#topBar a img {
	margin: 0 3px 0 0;
	vertical-align: middle;
}

.topBox {
	float:left;
	padding: 0 5em 0 5em;
	height:3em;
}

#lang_header {
	border-right:1px solid #9a9a9a;
	padding-left:12em;
}

#currency_header { border-right:1px solid #9a9a9a; }

#cart_header {
	background:url(../images/cart_bg.gif) 5em 0 no-repeat;
	padding:.2em 0 0 11em;
	float: right;
	margin-right: 20px;
}

#logoWrap {
	margin:auto;
	background-color: #ffffff;
	border-bottom:.5em solid gray;
	height: 115px;
}

#topLinks {
	float:right;
	background:#900000;
	margin: .9em auto;
	width:74%;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper { margin: auto; }

#navColumnOneWrapper, #navColumnTwoWrapper { float: 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; }

/*navigation*/

.navSplitPagesResult { }

.navSplitPagesLinks { }

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
}

.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
}

#navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #CCCCFF;
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #909090;
	border:2px solid white;
	width:750px;
	height: 1%;
	margin-top:15px;
}

#navSupp {
	width:750px;
	margin:auto;
}

#navSupp a { color:black; }

#paymentsWrap {
	margin:auto;
	width:50%;
}

#payments {
	float:left;
	background:url(../images/payments.gif) 1.5em 2em no-repeat;
	width:30%;
	padding:1em 0 0 18em;
}

#bottomNav { margin:auto; }

#bottomNav a, #bottomNav a:visited {
	color:#9a9a9a;
	text-decoration:underline;
}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#top_cat_table td { text-align:center; }

#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, #navSupp ul li a:visited, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: gray;
	white-space: nowrap;
}

#navSupp ul li a:hover {
	color:#EEEEEE;
	text-decoration:underline;
}

#navCatTabs ul li a { color: #9a9a9a; }

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
}

#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;
}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription { margin: 0.5em; }

#navMainSearch { float: right; }

#navBreadCrumb {
	padding: 0.5em 2em;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
}

#navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0;
	padding: 1.5em 0 1.7em .5em;
	color:#ffffff;
}

#navEZPagesTop a:link, #navEZPagesTop a:visited {
	color:#ffffff;
	padding:0 1em 0 .8em;
}

#navEZPagesTop a:hover { text-decoration:underline; }

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	display: none;
}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .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;
}
    
.envAlert {
	color: #FF0000;
	font-weight: bold;
	font-size: 2em;
	margin:10px auto;
    background-color: #faebe7;
    border: 1px solid #ff0000;
    display: block;
    width: 600px;
}

.advisory { }

.important { font-weight: bold; }

.notice { }

.rating { }

.gvBal { float: right; }

.centerColumn {
	width:960px;/**/
	margin-left: auto;
	margin-right: auto;
}

#bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix { padding: 0 0 0 .6em; }

#bannerOne {
	padding:0;
	margin: .5em 0 0 0;
}

.banners img { padding:0; }

.centerColumn { padding-top:0; }

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP { font-size: 0.9em; }

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	background-color: #CCCCFF;
}

.tableHeading TH { border-bottom: 1px solid #9a9a9a; }

.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;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
}

.normalprice, .productSpecialPriceSale { text-decoration: line-through; }

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount { color: #ff0000; }

.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;
	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; }
span.imgLink {width: 100%; text-align: center; display: block;}

#productPrices {font-size: 1.8em; margin: 0.5em 0;}

.categoryIcon { }

#cartImage { margin: 0.5em 1em; }

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments { }

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew { margin: 1em 0em; }

.centerBoxWrapper {
	border-left: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	border-bottom: 4px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
}

h2.centerBoxHeading {
	font-size: 1.5em;
	color: #ffffff;
}

/*sideboxes*/
.columnLeft { }

h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #ffffff;
}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding:.5em 0 .7em 1em;
	background:#9a9a9a url(../images/catboxHeadingbg.gif) repeat-x;
}

.centerBoxHeading {
	margin: 0em;
	padding:.3em 0 .4em 2em;
	background:#5D7FA4 url(../images/centerboxHeadingbg.gif) repeat-x;
}

#categoriesHeading {
	background:#9a9a9a url(../images/centerboxHeadingbg.gif) repeat-x;
	font-size:1.5em;
	padding:.2em 0 .4em 1em;
}

#whatsnewHeading {
	background:#7EA65A url(../images/brownboxHeadingbg.gif) repeat-x;
	font-size:1.2em;
	padding:.4em 0 .5em 1em;
}

#bestsellersHeading {
	background:#A99A71 url(../images/greenboxHeadingbg.gif) repeat-x;
	font-size:1.3em;
	padding:.4em 0 .5em 1em;
}

#categories ul {
	padding:0;
	margin:0;
	list-style:none;
}

.category-top li {
	padding:0;
	margin:0;
	background: #EEEEEE;
	vertical-align:middle;
}

li.category-top a {
	padding:.4em 0 0 1.5em;
	margin:0;
	color:#333333;
	font-weight:bold;
	display:block;
	height:1.8em;
	border-bottom:1px solid #9a9a9a;
	background:#EEEEEE url(../images/boxlistbg_drops.gif) .4em 0.5em no-repeat;
}

li.category-products a {
	padding:.4em 0 0 1.5em;
	margin:0;
	color:#333333;
	font-weight:bold;
	display:block;
	height:1.8em;
	border-bottom:1px solid #9a9a9a;
	background:#EEEEEE url(../images/boxlistbg_drops.gif) 1.2em 0.5em no-repeat;
}

li.category-top a:hover {
	background:#333333 url(../images/boxlistbg_drops.gif) .4em 0.5em no-repeat;
	color:#EEEEEE;
}

li.category-products a:hover {
	background:#333333 url(../images/boxlistbg_drops.gif) 1.2em 0.5em no-repeat;
	color:#EEEEEE;
}

#categoriesContent {
	padding:0;
	margin:0;
}

#bestsellersContent {
	color:#333333;
	font-weight:bold;
}

#informationContent a:link, #informationContent a:visited, #bestsellersContent, #bestsellersContent a:link, #bestsellersContent a:visited {
	color:#333333;
	font-weight:bold;
}

#extralinks { padding: .5em 0 .5em 1em; }

.leftBoxContainer, .rightBoxContainer {
	margin: 0 0 1em 0;
	border-left: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	border-bottom: 4px solid #9a9a9a;
}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
}

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited { color: #FFFFFF; }

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg { text-align: left; }

#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;
}

.ic { display:none; }

#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 {
	color: #008000;
	text-decoration: none;
}

A.category-links, A.category-links:visited {
	color: #333333;
	font-weight:bold;
}

A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
}

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; }

.bold { font-weight: bold; }

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	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: #cacaca;
	height: 2em;
}

.productListing-rowheading {
	background-image: url(/includes/templates/securepersonalcare/images/centerboxHeadingbg.gif); /*url(../images/centerBoxHeadingbg.gif);*/
	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; }

/***IMAGE HANDLER SUPPORT ***/

#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 220px;
	height: 0px;
	z-index: 1000;
}

#trailimageid div {
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #888;
	text-align: center;
}

#trailimageid h1 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 2px 0px;
	text-align: left;
	width: 100%;
}

#trailimageid img {
	margin: 2px;
	border: none;
}

/* Additions */
.horizontal_rule {
	width: 400px;
	height: 1px;
	background-color:#00B3EB;
}

#topBarWrap ul {
	list-style: none;
	margin:0 0 20px 0;
	padding: 0;
}

#topBarWrap ul li {
	float: left;
	padding-right: 20px;
}

/*header changes */
#cartArea {
	border:1px solid black;
	display:table;
	height:107px;
	margin:5px;
	padding:8px;
	vertical-align:bottom;
	float: right;
}

#cartArea a { color: black; }

#logo { margin: 0 0 0 40px; }

#logoWrapper {
	position: relative;
	clear: both;
	background-color: transparent;
	height: 120px;
	font-size:1.8em;
}

.freeShipping {
	position: absolute;
	top: 10px;
	left: 350px;
}

.searchBox {
	position: absolute;
	top: 30px;
	right: 50px;
}

.searchBox .searchField {
	float: left;
	width: 200px;
	padding: 0 0 0 10px;
	height: 30px;
	line-height: 30px;
	border: none;
	margin: 0;
	background: url(../images/bgSearch.gif);
}

.searchBox .btnSearch {
	float: left;
	display: block;
	width: 40px;
	height: 30px;
	border: none;
	margin: 0;
	text-indent: -9999px;
	background: url(../images/btnSearch.gif);
}

ul.mainMenu {
	position: absolute;
	top: 70px;
	right: 35px;
	list-style: none;
}

ul.mainMenu li {
	float: left;
	margin: 0 0 0 10px;
}

ul.mainMenu li a {
	float: left;
	display: block;
	padding: 3px 7px;
	font-size: 1em;
	font-weight: bold;
}

ul.productMenu {
	margin: 0 0 0 15px;
	padding: 0;
	width: 1001px;
	list-style: none;
}

ul.productMenu li { float: left; }

ul.productMenu li a {
	float: left;
	position: relative;
	display: block;
	width: 142px;
	height: 175px;
	text-align: center;
	background: url(../images/productMenu.jpg) no-repeat;
}

ul.productMenu li a span {
	position: absolute;
	top: 125px;
	left: 0;
	width: 125px;
	font-size: 1.6em;
	font-weight: bold;
}

ul.productMenu li a:hover span { color: #006699; }

ul.productMenu li#pm1 a { background-position: 0 0; }

ul.productMenu li#pm2 a { background-position: -125px 0; }

ul.productMenu li#pm3 a { background-position: -250px 0; }

ul.productMenu li#pm4 a { background-position: -375px 0; }

ul.productMenu li#pm5 a { background-position: -500px 0; }

ul.productMenu li#pm6 a { background-position: -625px 0; }

ul.productMenu li#pm7 a { background-position: -750px 0; }

ul.productMenu li#pm8 a { background-position: -875px 0; }

ul.productMenu li#pm1 a:hover { background-position: 0 -175px; }

ul.productMenu li#pm2 a:hover { background-position: -125px -175px; }

ul.productMenu li#pm3 a:hover { background-position: -250px -175px; }

ul.productMenu li#pm4 a:hover { background-position: -375px -175px; }

ul.productMenu li#pm5 a:hover { background-position: -500px -175px; }

ul.productMenu li#pm6 a:hover { background-position: -625px -175px; }

ul.productMenu li#pm7 a:hover { background-position: -750px -175px; }

ul.productMenu li#pm8 a:hover { background-position: -875px -175px; }

#navOptions {
	float: right;
	margin-top:13px;
	width:450px;
}

#navOptions a {
	color: #007B82;
	float: right;
}

#topBarWrap {
	background: none !important;
	padding-left:20px;
	height: 28px;
	font-size:1.4em;
}

#top_round {
	width:1030px;
	height: 10px;
	clear: both;
	margin-left:auto;
	margin-right:auto;
	background: url(../images/bgContentTop.png) no-repeat;
}

#bottom_round {
	width:1030px;
	height: 20px;
	clear: both;
	margin-left:auto;
	margin-right:auto;
	background: url(../images/bgContentBottom.png) no-repeat;
}

.aside {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px dotted #cccccc;
	margin: 10px 0 0 0;
}

.aside > div {
	float: left;
	width: 25%;
	text-align: center;
	padding: 20px 0;
}

/*sideboxes */
#ezpagesContent ul li a { font-weight: bold; }

/*category pages */
.level_2_category_desc_content .bullet_info { }

.level_2_category_desc_content ul { font-size: 1.3em; }

.level_2_category_desc_content .showcase_image {
	float: right;
	text-align: center;
}

.level_2_category_desc_content .showcase_image .diaper_image { width:200px; }

.level_2_category_desc_content .desc_text { float:left; }

/* category list */
.navSplitPagesResult, .navSplitPagesLinks { font-size:14px; }

.productListing-rowheading, .productListing-rowheading a {
	color: white;
	margin-left: 10px;
}

.productListing-odd a, .productListing-even a { color: black; }

.productListing-odd, .productListing-even {
	height:105px;
	padding:10px;
}

.productListing-data {
	padding-left: 10px;
	padding-top: 15px;
	vertical-align: top;
	border-bottom:2px solid #007b82;
}

.tabTable {
	border: 1px solid;
    color: black;
    margin-top: 10px;
	margin-bottom: 10px;
}

.categoryListBoxContents { text-align: center !important; }

/* Products info page */
.sidebox_small {
	width:290px;
	margin-top:30px;
}

.navNextPrevList_wrapper { margin:0 auto; width:200px; }

#productName {
	color:#336699;
	font-size: 1.8em;
}

.productListing-data, .productListing-rowheading th { text-align:center; }

.productListing-odd { }

.product_listing_absorbancy { float: left; }

.item_title_wrapper {
	width: 500px;
	margin-left:auto;
	margin-right:auto;
}

.itemTitle_div { float: left; }

.buy_now { }

/* Home Page */
#font_cat_menu_wrapper { border: 1px solid rgb(0, 0, 0); }

#front_right_cat_menu ul {
	list-style: none;
	margin-left: 15px;
	padding:0;
}

#front_right_cat_menu ul li { line-height:30px; }

#front_right_cat_menu img { width:auto; }

.home_content_main { float: left; }

.home_content_main a { font-weight: bold; }

.home_content_main .adult_incontinence {
	float: right;
	padding-left: 10px;
	margin-bottom:10px;
	padding-bottom: 10px;
	border-left: solid thin gray;
	border-bottom:solid thin gray;
}

.adult_incontinence { margin-left: 10px; }

.home_content_main .adult_incontinence img { width: 200px; }

#front_right_cat_menu a.category-top:hover { text-decoration: underline; }

/*Testimonials*/
.testimonials_thanks { }

.customer_testimonies_main {
	margin-top: 20px;
	float: left;
}

.customer_testimonial_item { font-style:italic; }

.customer_testimonial_item p {
	margin-bottom:0.3em;
	font-size: 1.5em;
}

.customer_testimonies_brief {
	float: right;
	border: solid thin gray;
	padding: 10px;
	margin-left:15px;
	margin-bottom:15px;
	background-color: #CCCCFF;
	line-height: 1.5em;
}

.add_your_testimonial {
	text-align: center;
	font-size:1.2em;
	font-weight: bold;
}

.customer_testimonies_brief h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #900000;
}

.customer_testimonies_brief ul {
	list-style: none;
	margin:0;
	padding: 0;
	font-size: 1.2em;
	width:190px;
}

.customer_testimonies_brief ul li { margin-bottom: 1.5em; }

/* FAQs */

#questionsMainContent h2 { margin-top: 15px; }

#questionsMainContent .faq_item { margin-top:30px; }

#questionsMainContent .faq_item h3 { font-style:italic; }

.return_to_top {
	margin-bottom:10px;
	font-size:1.3em;
	color: #900000;
}

/* footer */
#navSuppWrapper { font-size: 1.8em; margin: 10px auto; }

/* Contact us */
#contactUsForm { }

/*Shipping Info*/
.shipping_item h3 { font-weight:bold; }

p.credits { font-size: 12px; }
.footer-post {text-align: center;}
