html, body {width:100%; height:100%; margin:0; padding:0;}

body {
 background:#fff;
}

body, th, td, input, textarea {
 font-family:verdana,arial,sans-serif;
 font-size:12px;
 color:#666;
}


/* --- GENERAL --- */
 
div.pre {visibility:hidden; position:absolute; bottom:0; right:0}

img {border:0}

a:link {color:#d8477b; text-decoration:none;}
a:visited {color:#d8477b; text-decoration:none;}
a:hover {color:#658896; text-decoration:underline;}
a:active {color:#658896; text-decoration:none;}


/* --- CONTAINERS --- */

#headerWrapper {
 background:#d9e7f7 url(../images/bg_head.jpg);
 height:155px;
 position:relative;
}

#contentMainWrapper, #logoWrapper, #navCatTabs, #navMain {
 width:900px; 
 margin:0 auto;
}

#contentMainWrapper {padding:20px 0 40px 0}

#navMainWrapper {position:absolute; top:0; left:0; width:100%; z-index:20;}
#navMainWrapper ul, #navCatTabsWrapper ul, #navSuppWrapper ul {list-style-type:none; margin:0; padding:0;}
#navMainWrapper li, #navCatTabsWrapper li {display:inline; padding:0 0.8em}

#navSuppWrapper li {display:inline; padding:0}

#navCatTabsWrapper, #navSuppWrapper {
 background:#658896;
 padding:7px;
 font-weight:bold;
 text-align:center;
 border-top:3px solid #fff;
}

#navCatTabsWrapper, #navCatTabsWrapper a:link, #navSuppWrapper, #navSuppWrapper a:link {color:#fff}
#navCatTabsWrapper a:visited, #navSuppWrapper a:visited {color:#fff}
#navCatTabsWrapper a:hover, #navSuppWrapper a:hover {color:#fdd4dd}
#navCatTabsWrapper a:active, #navSuppWrapper a:active {color:#fdd4dd}

#siteinfoLegal {
 background:#d9e7f7 url(../images/bg.gif);
 text-align:center;
 padding:10px;
 font-size:11px;
}


/* --- INDEX PAGE --- */

.greeting, #indexDefaultHeading {display:none}

.featured {width:325px; float:right;}
#featuredProducts .clearBoth {clear:none}

#whatsNew {width:540px; font-size:11px;}
#whatsNew .clearBoth {clear:left}
#whatsNew h2 {margin-top:0}

.centerBoxContentsNew {padding-bottom:2em}
.newimage, .catimage {height:125px}


/* --- SITE WIDE --- */

.centerBoxHeading {
 background:#fff url(../images/bg_headers.jpg) repeat-y left top;
 text-align:left;
}


/* --- CATEGORY PAGE --- */

.centerBoxContentsProducts {margin-top:2em}
h3.itemTitle {font-size:1em; margin:3px 0; height:2.4em}
.listingBuyNowButton {margin-top:3px}


/* --- ITEM PAGE --- */

#cartAdd {
 padding:10px;
 border:1px solid #d8477b;
 background-color:#fdeaed;
 width:200px;
 margin:2em 0;
}

#productName, #productPrices, #productDescription, #cartAdd, .navNextPrevWrapper {
 margin-left:450px;
}

.navNextPrevWrapper {text-align:center}
.navNextPrevList {display:inline; margin-right:0.5em;}

#productReviewLink {clear:left; padding:2em 0;}

#productAdditionalImages {width:430px; float:left; clear:left; padding-top:1em;}


/* --- CART PAGE --- */

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

#cartImage {margin-right:5px}

.buttonRow {margin:0.5em}


/* --- FORMS --- */

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

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

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

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


/* ------ FOR FORMATTING TEXT ------ */

.floatleft {float:left; margin-right:15px}
.floatright {float:right; margin-left:15px}

.left {text-align:left}
.ctr {text-align:center}
.right {text-align:right}
.justify {text-align:justify}

.small {font-size:10px}

.title {
 font-size:16px;
 font-weight:bold;
}

.notice {
 color:#f00;
 font-weight:bold;
}

.clearBoth {clear: both; font-size:1px;}
.back {float:left}
.forward {float:right}

h1 {font-size:18px;}
h2 {font-size:16px;}
h3 {font-size:15px;}
h4 {font-size:14px;}


.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,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

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

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

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

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

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.important {
	font-weight: bold;
	}

