/**
 * 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: "lucida sans unicode", verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 72.5%;  /*was 62.5*/
	color: #ced8f3;
	background-color: #323953;
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: white;
	text-decoration: none;
}
 
a:visited {
	color: white;
	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, #navMainSearch ul li a:hover {  /*added*/
	color: #FF8400;
}

a:active {
	color: #FF8400;
}

h1 {
	font-size: 1.5em;  /*+0.1*/
color: #a7bbf2;
}

h2 {
	font-size: 1.3em;  /*+0.1*/
color: #a7bbf2;
}

h3 {
	font-size: 1.2em;  /*+0.1*/
}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .larger{
	font-size: 1.1em;
}

.biggerText {
	font-size: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.3em 0;
}
h1, h2 {
	font-family: "trebuchet ms", "lucida sans", "lucida sans unicode", verdana, arial, helvetica, 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;
	font-family: "lucida sans unicode", verdana, tahoma, arial, helvetica, sans-serif;
}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
}

/*input:focus, select:focus, textarea:focus {
	background: #effafe;
}*/

FIELDSET {
	padding: 0.5em;
	margin: 0.8em 0em;
	border: 1px solid #606597;
	padding-left: 1em;
	margin-right: 1.5em;
}

FIELDSET FIELDSET {
	border-width: 0px;
	border-top: 1px solid #606597;
	margin-top: 0.8em;
	padding-top: 1em;
}

LEGEND {
	font-family: "trebuchet ms", "lucida sans", "lucida sans unicode", verdana, arial, helvetica, sans-serif;	
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0.1em 0.4em 0.1em 0.4em;
	margin-left: 0.5em;
	color: #e4eeff;
}

FIELDSET FIELDSET LEGEND {
	font-size: 1em;
	margin: 0 0.5em 0.2em 0.5em;
	padding: 0 0.5em 0 0.5em;
	letter-spacing: 0;
}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.3em 0.3em;
}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg, #logo  {
	float: left;
}

LABEL.inputLabel {
	width: 10em;
	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;
}*/

/*P,*/ ADDRESS {
	padding: 0.5em;
}

ADDRESS {
	font-style: normal;
}

.clearBoth {
	clear: both;
}

HR {
	height: 1px;
	margin: 0em;
	border: none;
	border-bottom: 1px solid #afc2d5;
}

/*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;
	font-weight: bold;
}

.messageStackSuccess {
	color: white;
	text-align: center;
	border: none;
	font-family: "trebuchet ms", "lucida sans unicode", verdana, tahoma, arial, helvetica, sans-serif;
	background-image: url(../images/lighttop.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	margin-top: 0.4em;
}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	/*width: 970px;*/
	vertical-align: top;
}

#headerWrapper, #contentMainWrapper, #logoAreaWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}

#headerWrapper {
	background-image: url(../images/header_bg.gif);
}

#contentMainWrapper {
	width: 972px;
	margin: auto;
}

#logoAreaWrapper{
	background-color: transparent;
	width: 972px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	/* NO NEED FOR HEIGHT HACK - SEE BR IN HEADER */
}

#catalogLinkTD {
	text-align: right;
	vertical-align: top;
	width: 150px;
	background-image: url(../images/header_right_bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: 0.5em 0.3em 0 0;
}
	
#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: 47%;
}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
}

/*navigation*/

.navSplitPagesContainer {
	background-image: url(../images/navsplit.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 30px;
	line-height: 27px;
	padding: 0 14px 0 14px;
	margin: 1em 0 0.5em 0;
}

.navSplitPagesResult {
	font-size: 1.1em;
}
.navSplitPagesLinks {
  font-size: 1.2em;
}
.navNextPrevWrapper {
	/*height: 1px;*/
}
.navNextPrevCounter {
	margin: 0em;
	padding: 0em;
	font-size: 0.9em;
}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navSuppWrapper {
	margin: 0em;
	background-color: #323953;
	padding: 0em;
	color: #ffffff;
	height: 1%;
}

#navSupp 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, #navMainSearch ul li {   /*added*/
	display: inline;
}

#navMain ul li a, #navSupp ul li a, #navMainSearch ul li a {   /*added*/
	text-decoration: none;
	padding: 0em 1.4em;
	font-size: 95%;
	margin: 0;
	color: #a7bbf2;
	white-space: nowrap;
	text-transform: uppercase;
}

.highlightLinks a:link, .highlightLinks a:visited, .itemTitle a:link, .itemTitle a:visited{
	color: #ffa200 !important;
}

.highlightLinks a:active, .highlightLinks a:hover {
	color: white !important;
}

#navEZPagesTOCWrapper {
	float: right;
	height: 1%;
	margin: 1.8em 0 0 1em;
  border-left: 1px solid #4e5779;
  padding-left: 1em;
}

#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, #indexProductListCatDescription2 {
	margin: 0.5em;
}

#navMainSearch {
	float: right;
}

#navBreadCrumb {
	padding: 0.3em 0.7em 0em 0.7em;
	background-color: transparent;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
}

/*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;
	font-family: "trebuchet ms", "lucida sans", "lucida sans unicode", verdana, arial, helvetica, sans-serif;	
}

.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 1.5em 0.8em 0.4em;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
}

/*Shopping Cart Display*/
#cartAdd, #cartCheckout {
	float: left;
	text-align: left;
	margin: 1em 0 0 0.5em;
	/*padding: 1em;*/
}

.tableHeading TH {
	border-bottom: 1px solid #323953;
}

.tableHeading, #cartSubTotal {
	background-color: #7984aa;
}

#cartSubTotal {
	border-top: 1px solid #323953;
	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 0.5em 0em; /*change*/
	vertical-align: top; /*add*/
}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
}

#scUpdateQuantity {
	width: 2em;
}

.cartQuantity {   /* CHANGE */
	width: 8em;
}

.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;
}
.mediaTitle {
	float: left;
}
.mediaTypeLink {
	float: right;
}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ffaa00;
	line-height: 1.2em;
	font-weight: bold;
}

.productPriceDiscount {
	font-style: italic;
	font-weight: normal;
	font-size: 90%;
	display: none;   /* change if we want it seen */
}

.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: 10em;
	text-align: right;
	padding: 0.2em;
}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
}

.amount {
	width: 5.5em;
}

.updateButton {
	position: relative;
	top: 4px;
}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 0em 0em ;
}

.categoryIcon {}

#cartImage {
	margin: 0em 1em 0em 3em; /*change*/
}

/*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: none;/*1px solid #9a9a9a;*/
	height: 1%;
	margin: /*1.1em*/ 0;
}

/*sideboxes*/
.columnLeft {
	margin: 0;
	padding: 0;	
}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	text-transform: uppercase;
	color: #ffffff;
	font-family: "trebuchet ms", "lucida sans unicode", verdana, tahoma, arial, helvetica, sans-serif;
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 1em;
	color: #ffffff;
}

#searchHeading label {
	font-size: 15px;
	line-height: 18px;
}

.leftBoxHeading, .rightBoxHeading {
	margin: 0;
	background-color: transparent;
	background-image: url(../images/box_title.png);
	background-position: top;
	background-repeat: no-repeat;
	padding: 13px 3px 6px 12px;
	vertical-align: middle;
}

.leftBoxContainer, .rightBoxContainer {
	margin: 0 0 1.5em 0px;
	background-image: url(../images/box_bg.gif);
}

.sideBoxContent {
	background-image: url(../images/box_title.png);
	background-position: 0px -37px;
	background-repeat: no-repeat;
	padding: 0.4em 12px 0px 12px;
	line-height: 1.3em;
}

.leftBoxBottom {
	height: 14px;
	background-image: url(../images/box_bottom.gif);
	background-position: top;
	background-repeat: no-repeat;	
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FF8400;
	text-decoration: none;
} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #5b819d;
}

.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, .newarrBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, /*.specialsListBoxContents,*/ .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, /*.centerBoxContentsFeatured,*/ /*.centerBoxContentsNew,*/ .gvBal, .attribImg {
	text-align: center;
}

#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;
}

/* categories box parent and child categories */
.category-top {
	font-family: "trebuchet ms", "lucida sans unicode", "lucida sans", verdana, arial, helvetica, sans-serif;
	/*font-weight: bold;*/
	font-size: 1.2em;
	line-height: 1.3em;
}
A.category-subs, A.category-products {
	font-size: 1em;
	line-height: 1.4em;
}
A.category-top, A.category-top:visited, A.category-links, A.category-links:visited, A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #cfdaf8;
	text-decoration: none;
}
A.category-shopby, A.category-shopby:visited {
	font-family: "trebuchet ms", "lucida sans", "lucida sans unicode", verdana, arial, helvetica, sans-serif;	
	color: /*#b8c1e7*/ white;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 2.3em;
}
A.category-top:hover, A.category-top:active, A.category-links:hover, A.category-links:active, A.category-subs:hover, A.category-products:hover, A.category-subs:active, A.category-products:active {
	color: #FF8400;
	text-decoration: none;
}
A.category-shopby:hover, A.category-shopby:active {
	color: #FF0000;
	text-decoration: none;
}
SPAN.category-subs-parent {
	font-weight: bold;
}
SPAN.category-subs-selected a:link, SPAN.category-subs-selected a:visited {
	/*font-weight: bold;*/
	color: red;
}
/* end categories box links */

/*misc*/
.back {
	float: left;
}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
}

.bold {
	font-weight: bold;
}

.rowOdd {
	background-color: #4e597e;
	height: 1.5em;
	vertical-align: top;
}

.rowEven {
	background-color: #5d6992;
	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: #7984aa;
	height: 2em;
}

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
}

#siteMapList {
	width: 90%;
	/*float: right;*/
}

#siteMapList ul {
  padding-left: 2em;
}

.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;
}
.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;
}

/* ADDITIONS */

/* ----- shopping cart page: ----- */

.cartAttribsList ul li {
	margin-left: 3em;
	margin-top: 0em;
	padding-top: 0em;
	margin-bottom: 0em;
	padding-bottom: 0em;
}
.cartAttribsList {
	margin-left: 3em;
	margin-top: 0em;
	padding-top: 0em;
	margin-bottom: 0em;
	padding-bottom: 0em;
}
.cartQuantity {
	text-align: right;
	padding-right: 1em;
	width: 10em;
}
.cartQuantity input {
  width: 6em;
  text-align: right;
}
.cartPageMinUnits {
	font-size: 0.8em;
}
.buttonRow input {
	margin: 0;
}

/* ----- new bottom links: ----- */

#navSupp {
	text-align: center;
}
#navSupp a, #navSupp a:visited, #siteinfoLegal a, #siteinfoLegal a:visited {
	color: #a7bbf2;
}
#navSupp a:hover, #siteinfoLegal a:hover, #navSupp a:active, #siteinfoLegal a:active {
	color: #ff8400;
}

/* ----- new header/nav links: ----- */

#headerWrapper {
	text-align: center;
	background-color: #323953;
}
#firstLineText {
}
#navMainWrapper {
	margin: 0 auto 0 auto;
	background-color: #323953;
	background-image: url(../images/header_top_bg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: white;
	font-weight: normal;
	height: 39px;
	width: 972px;
}
#navMain ul, #navMainSearch ul {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	list-style-type: none;
	text-align: center;
}
#navMainSearch img {  /*flags*/ 
	vertical-align: bottom;
}
#navCatTabsWrapper {
	background-color: #323953;
	background-image: url(../images/header_bottom_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	color: #ffffff;
	height: 42px;
	text-align: center;
}
#navCatTabs {
	margin: 0;
}
#navCatTabs ul {
  font-family: "lucida sans unicode", verdana, helvetica, sans-serif;
	padding: 0;
	margin: 8px 0 0 0;
	list-style-type: none;
	text-align: center;
	font-size: 1px;
}
#navCatTabs ul li a {
	text-decoration: none;
	padding: 0;
	margin: 0 29px 0 0;
	color: #ffffff;
	white-space: nowrap;
	font-size: 1px;
}
/* ----- flags ----- */

#navMainSearch a img {
	border: 1px solid black;
}
#navMainSearch a:hover img {
	border: 1px solid #effafe;
}

/* ----- header search: ----- */

#searchTD {
	width: 300px;
	text-align: center;
}
.headerSearch {
	width: 153px;
	height: 25px;
	background-color: transparent;
	background-image: url(../images/search_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border: 0px solid #96a9b5;
	padding: 3px 0px 1px 10px;
	font-size: 15px;
	font-family: "lucida sans unicode", Arial;
	vertical-align: top;
}
.headerSearchButton {
	padding-top: 1px;
}
#searchHeaderRly {
  padding-top: 8px;
  vertical-align: top;
}

/* ----- content area: ----- */
/*#contentMainWrapper {
	background-image: url(../images/content_top.jpg);
	background-repeat: no-repeat;	
	background-position: top left;
}*/
#indexDefaultHeading {
	margin: 0;
	font-size: 1.3em;
	color: #ced8f3;
	line-height: 1.15em;
}
#newArrivals {
	width:486px;
	height: 109px;
	background-image: url(../images/newarr_box.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
}
#newArrTitle {
	font-size: 1.3em;
	font-weight: bold;
	color: #20415a;
	font-family: "trebuchet ms", "lucida sans", "lucida sans unicode", verdana, arial, helvetica, sans-serif;	
}
#newItemsCatLinksTable TD a img {
  margin-top: 10px !important;
}
#newSubscribeBox {
	width:208px;
	height: 109px;
	background-image: url(../images/nl_box.gif);
	background-repeat: no-repeat;
	font-size: 110%; line-height: 120%;
	padding-top: 12px;
}
#newSubscribeBox form input {margin-top: 10px;}

#newsletterTitle {
	font-size: 1.3em; font-weight: bold;
	color: #20415a;
	font-family: "trebuchet ms", "lucida sans", "lucida sans unicode", verdana, arial, helvetica, sans-serif;
}	
.subscribeInput {
	width: 141px;
	height: 23px;
	background-color: transparent;
	background-image: url(../images/subscribe_input.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border: none;
	padding: 4px 10px 1px 10px;
	margin: 0;
	font-size: 12px;
	font-family: "lucida sans unicode", Arial;
	vertical-align: top;
}

h2.centerBoxHeading, h2.newarrBoxHeading, h1#productListHeading, h1#newProductsDefaultHeading, h1#ezPagesHeading, h1#checkoutShippingHeading, h1#checkoutPaymentHeading, h1#checkoutConfirmDefaultHeading, h1#specialsListingHeading {
	font-family: "lucida sans unicode", verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: white;
	text-align: left;
}

.centerBoxHeading, #productListHeading, #newProductsDefaultHeading, #ezPagesHeading, #checkoutShippingHeading, #checkoutPaymentHeading, #checkoutConfirmDefaultHeading, #specialsListingHeading {
	margin: 0.4em 0;
	background-color: transparent;
	background-image: url(../images/title_bg.jpg);
	background-repeat: no-repeat;
	padding: 0.6em 0.2em 0.7em 0.8em;
}

/* ----- hover images ----- */

.hoverImage1 a:visited img, .hoverImage1 a img, .hoverImage2 a:visited img, .hoverImage2 a img {
	opacity: 1;
	filter:alpha(opacity=100)
}
.hoverImage1 a:active img, .hoverImage1 a:hover img {
	opacity: 0.6;
	filter:alpha(opacity=60)
}
.hoverImage2 a:active img, .hoverImage2 a:hover img {
	opacity: 0.9;
	filter:alpha(opacity=90)
}

/* ----- product listing: ----- */
	
/*.listingDescription {
	line-height: 1.1em;
}*/
.homePageProdDescription {
	width: 155px;
	line-height: 1.2em;
}
.nicePrice {
	font-family: "lucida sans unicode", verdana, "lucida sans", arial, helvetica, sans-serif;
	line-height: 1em;
	font-size: 1.2em;
	color: white;
}
.specialsListBoxContents{
	/*font-size: 1.3em;
	font-weight: bold;*/
	line-height: 1.1em;
}
.centerBoxContentsProducts, .centerBoxContentsFeatured, .centerBoxContentsNew, .centerBoxContentsNewTD, .specialsListBoxContents {
	margin-top: 1em;
	padding-left: 1.2em;
	padding-right: 0.6em;
	line-height: 1.2em;
}
h3.itemTitle {
	margin-top: 0.3em;
	font-size: 1em;
}
.prodInfoLine {
	display: block;
	margin: 0 0 3px 0;
}
.prodInfoLine2 {
	display: block;
	margin: 6px 0 6px 0;
}

.newItemsListingCell a:link img, .newItemsListingCell a:visited img, .centerBoxContentsProducts a:link img, .centerBoxContentsNew a:link img, .centerBoxContentsNew a:visited img, .centerBoxContentsProducts a:visited img, .centerBoxContentsFeatured a:link img, .centerBoxContentsFeatured a:visited img, #newProductsDefault td.main a:link img, #newProductsDefault td.main a:visited img, .specialsListBoxContents a:visited img, .specialsListBoxContents a:link img {
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-left: 1px;
	background-image: url(../images/newshadow.gif);
	background-repeat: no-repeat;
	opacity: 1;
	filter:alpha(opacity=100)
}
.newItemsListingCell a:hover img, .centerBoxContentsProducts a:hover img, .centerBoxContentsNew a:hover img, .centerBoxContentsFeatured a:hover img, #newProductsDefault td.main a:hover img, .specialsListBoxContents a:hover img {
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-left: 1px;
	background-image: url(../images/newshadow2.gif);
	background-repeat: no-repeat;
	background-color: #ffa200;
	opacity: 0.9;
	filter:alpha(opacity=90)
}
/* ----- cat box: ----- */
.currentSection{
	font-family: "trebuchet ms", "lucida sans", "lucida sans unicode", verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;	
	margin: 0.3em 0 0.4em 0;
}
hr.currentSectionHr {
	margin-top: 0.1em;
	margin-bottom: 0.7em; 
	border-color: black;
}

/* ----- info ezPages: ----- */

.paraTop {
	background-image: url(../images/para_top.gif);
	font-family: "trebuchet ms", "lucida sans", "lucida sans unicode", verdana, arial, helvetica, sans-serif;
	background-repeat: no-repeat;
	color: white;
	font-size: 14px;
	width: 100%;
	padding-left: 14px;
	padding-top: 10px;
	padding-bottom: 8px;
}
.paraCenter {
	background-image: url(../images/para_center.gif);
	background-repeat: repeat-y;
	font-size: 12px;
	color: #ced8f3;
	width: 100%;
	padding-left: 14px;
	padding-top: 4px;
}
.PCP {
	padding-right: 36px;
}
.paraBottom {
	background-image: url(../images/para_bottom.gif);
	background-repeat: no-repeat;
	color: #ced8f3;
	width: 100%;
	padding-left: 14px;
	padding-bottom: 10px;
	margin-bottom: 6px;
}
dl {
	padding: 0;
	margin: 0;
}
dd {
	margin-left: 2em;
	padding-bottom: 0.7em;
}
dt {
  font-weight: bold;
}

/* ---- ATTRIBUTE GRID ---- */

#attrib-grid-table TD {
	padding: 2px;
	border-bottom: 3px solid #323953;
}
#attrib-grid-title {
	font-size: 110%;
	/*text-align: center;*/
	color: white;
	font-family: "trebuchet ms", "lucida sans", "lucida sans unicode", verdana, arial, helvetica, sans-serif;
	padding: 13px 2px !important;
}
.attrib-grid-topleft {
	background-color: #7984aa;
	color: white;
	text-align: center;
	border-bottom: 3px solid #323953;
	border-right: 3px solid #323953;
}
.attrib-grid-cell-odd, .attrib-grid-cell-even {
	/*color: black;*/
	padding: 0px !important;
	padding-left: 3px !important;
	padding-right: 3px !important;
	text-align: center;
	width: 5em;
}
.attrib-grid-cell-odd {	background-color: #4e597e; }
.attrib-grid-cell-even { background-color: #5d6992; }
.attribInput {
	width: 54px;
	padding: 0px;
	margin: 0 auto;
	border: 1px solid #7984aa;
}
.attrib-grid-borderhack {
	border-bottom: 2px solid #323953;
}
.attrib-grid-hHeader {
	background-color: #7984aa;
	color: white;
	border-bottom: 2px solid #323953;
	text-align: center;
}
#attrib-grid-opt-nameH {
	background-color: #7984aa;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
}
.attrib-grid-vHeader-odd, .attrib-grid-vHeader-even {
	border-right: 3px solid #323953;
	text-align: left;
}
.attrib-grid-vHeader-odd { background-color: #4e597e; text-align: right; padding-right: 1em !important;}
.attrib-grid-vHeader-even { background-color: #5d6992; text-align: right; padding-right: 1em !important;}

#attrib-grid-opt-nameV {
	background-color: #7984aa;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	vertical-align: top;
	padding-left: 3px !important;
	padding-right: 3px !important;
}
.attrib-grid-header-price {
	font-weight: bold;
	color: white;
}
.attrib-grid-vImages {}
.attrib-grid-hImages {}
.attrib-grid-discounts-odd, .attrib-grid-discounts-even {	font-size: 92%;  border-right: 3px solid #323953; }
.attrib-grid-discounts-odd { background-color: #4e597e; }
.attrib-grid-discounts-even {	background-color: #5d6992; }

/* ---- ATTRIBUTE GRID IMAGES FOR INDIVIDUAL OPTIONS ---- */

#attrib-grid-table td.attrib-grid-vHeader-even.CrystalColor, #attrib-grid-table td.attrib-grid-vHeader-odd.CrystalColor{
	padding-left: 30px;
	background-position: 6px center;
	background-repeat: no-repeat;
}

#attrib-grid-table td.attrib-grid-hHeader.CrystalColor{
	padding-top: 30px;
	background-position: center 6px;
	background-repeat: no-repeat;
}

#attrib-grid-table td.CrystalColor.Clear {background-image: url('../images/crystalcolors/clear.gif')}
#attrib-grid-table td.CrystalColor.Emerald {background-image: url('../images/crystalcolors/emerald.gif')}
#attrib-grid-table td.CrystalColor.Peridot {background-image: url('../images/crystalcolors/peridot.gif')}
#attrib-grid-table td.CrystalColor.OliveGreen {background-image: url('../images/crystalcolors/olive.gif')}
#attrib-grid-table td.CrystalColor.Yellow {background-image: url('../images/crystalcolors/yellow.gif')}
#attrib-grid-table td.CrystalColor.Orange {background-image: url('../images/crystalcolors/orange.gif')}
#attrib-grid-table td.CrystalColor.Topaz {background-image: url('../images/crystalcolors/topaz.gif')}
#attrib-grid-table td.CrystalColor.LightSiam {background-image: url('../images/crystalcolors/lsiam.gif')}
#attrib-grid-table td.CrystalColor.Garnet {background-image: url('../images/crystalcolors/garnet.gif')}
#attrib-grid-table td.CrystalColor.Amethyst {background-image: url('../images/crystalcolors/ame.gif')}
#attrib-grid-table td.CrystalColor.LightAmethyst {background-image: url('../images/crystalcolors/lame.gif')}
#attrib-grid-table td.CrystalColor.Rose {background-image: url('../images/crystalcolors/rose.gif')}
#attrib-grid-table td.CrystalColor.Lavender {background-image: url('../images/crystalcolors/lavender.gif')}
#attrib-grid-table td.CrystalColor.Aquamarine {background-image: url('../images/crystalcolors/aqua.gif')}
#attrib-grid-table td.CrystalColor.BlueZircon {background-image: url('../images/crystalcolors/bluezir.gif')}
#attrib-grid-table td.CrystalColor.LightSapphire {background-image: url('../images/crystalcolors/lsap.gif')}
#attrib-grid-table td.CrystalColor.Sapphire {background-image: url('../images/crystalcolors/sap.gif')}
#attrib-grid-table td.CrystalColor.Jet {background-image: url('../images/crystalcolors/jet.gif')}
#attrib-grid-table td.CrystalColor.CrystalColor.AB {background-image: url('../images/crystalcolors/ab.gif')}
#attrib-grid-table td.CrystalColor.ABSapphire {background-image: url('../images/crystalcolors/absap.gif')}
#attrib-grid-table td.CrystalColor.ABRose {background-image: url('../images/crystalcolors/abrose.gif')}
#attrib-grid-table td.CrystalColor.ABLightSiam {background-image: url('../images/crystalcolors/ablsiam.gif')}


/* ----- more additions: ----- */

.ezBoxSection {
	letter-spacing: 0px;
	font-size: 1.1em;
	font-family: "trebuchet ms", "lucida sans", "lucida sans unicode", verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: white;
	line-height: 2.3em;
}
#ezpagesContent ul li a, #ezpagesContent ul li a:visited{
	font-size: 1em;
	color: #cfdaf8;
	line-height: 1.4em;
}
#ezpagesContent ul li a:hover {
	color: #ff8400
}
.ezContent table {
	width: 100%;
}
.ezBigTable td {
	background-color: #5d6992;
	text-align: center;
}
.ezBigTableTitle td {
	color: white;
	background-color: #7984aa;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}
.ezSizeTableDef {
	font-weight: bold;
	background-color: white;
}
.ezSizeTableVal {
	background-color: #ecf3f5;
}
.ezContent {
	font-size: 1.1em;
}
.ezContent p {
	margin-top: 2px;
	margin-bottom: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
div.ezContent p a {
	font-weight: bold;
}
#productMainImage img {
	border: 1px solid black;
}
#cartAdd input {
	margin: 0;
}
.centerBoxContentsProducts input, input.cartAddQty {
	background-color: #ced2e3;
	border: 1px solid black;
	font-size: 95%;
}

/* qty discounts: */

#qtyDiscsBlurb {
	font-size: 130%;
	text-align: center;
	color: white;
	font-family: "trebuchet ms", "lucida sans", "lucida sans unicode", verdana, arial, helvetica, sans-serif;
	padding: 13px;
}
#productQuantityDiscounts table {
	border-width: 0px;
}
#qtyDiscsTitle {
	border-width: 0px;
	padding: 0px;
	width: 380px;
	height: 30px;
	background-color: #5d6992;
	color: white;
	font-size: 110%;
}
#qtyDiscsFooter {
	border-width: 0px;
	padding: 0px;
	width: 380px;
	height: 30px;
	background-color: #5d6992;
}
.qtyDiscsTd, .qtyDiscsTdFirst {
	background-color: #7984aa;
	padding: 6px 6px 10px 6px;
	border-top: 3px solid #323953;
	border-bottom: 3px solid #323953;
}
.qtyDiscsTd {
	border-left: 3px solid #323953;
}
#max_display {
  float: left;
}
.sideboxInput {
	width: 153px;
	height: 25px;
	background-color: transparent;
	background-image: url(../images/sidebox_input.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border: 0px solid #96a9b5;
	padding: 5px 0px 1px 10px;
	font-size: 12px;
	font-family: "lucida sans unicode", Arial;
	vertical-align: top;
}
h1#productName, h2#productPrices {
	display: inline;
	color: #FF8400;
	padding-left: 0.5em;
}
#tdToFixProdImg {
	width: 330px;
}
#productGeneral form, #checkoutShipping form, #checkoutPayment form{
	position: relative;
	top: -1.6em;
}
.mainText {
	font-size: 95%;
}
#checkoutShipping h2, #checkoutPayment h2, #checkoutBillto h2, #checkoutShipto h2 {
	margin-top: 1em;
}




/* down for maintenance: */
#maintenanceDefaultHeading {color: orange;}
#maintenanceDefaultMainContent {
	font-weight: normal;
}
