/**
 * 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 $
 */
html {
	height:100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #652E2E;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a img {
	border: none;
}
a:link, #navCatTabs ul li a:hover {
	color: #805353;
}
a:hover, a:visited {
	color: #652E2E;
}
#navEZPagesTOC ul li a:link {
	color: #652E2E;
}
#navEZPagesTOC ul li a:hover {
	text-decoration: none;
}
#navMain ul li a:hover, #navSupp ul li a:hover {
	color: #411617;
}
a:active {
	color: #805353;
}
#footer a:link, #footer a:visited {
	color:#CCBCBB;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color:#411617;
}
h1 {
/*font-size: 1.5em;
	color: #9a9a9a;*/
	
	}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.1em;
}
h4, h5, h6, LABEL, h4.optionName, .sideBoxContent, .larger {
	font-size: 1.1em;
}
LEGEND, ADDRESS {
}
.biggerText {
	font-size: 1.2em;
}
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;
}
FORM, SELECT, INPUT {
	font-size: 10px;
	vertical-align:middle;
}
TEXTAREA {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;/*margin: auto;
	display: block;
	width: 95%;*/
}
input:focus, select:focus, textarea:focus {
	background: #A3736F;
	color:#FFF;
}
FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: none;
}
LEGEND {
}
LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0px;
	vertical-align:top;
	margin:0px;
}
LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	font-size:1.2em;
}
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
}
LABEL.inputLabel {
	width: 15em;
	float: left;
	font-size:1.2em;
}
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, li {
	line-height: 1.7em;
	/*font-size: 120%;*/
	margin-top:0px;
	color: #652E2E;
}
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 {
	border:1px solid;
	font-weight:bold;
	padding:10px;
	margin-bottom: 5px;
	padding-left:35px;
}
.messageStackWarning, .messageStackError {
	background:#CD6F77 url(../images/warning.png) no-repeat scroll 5px 50%;
}
.messageStackSuccess {
	background:#F2FFFF url(../images/successful.png) no-repeat scroll 5px 50%;
}
.messageStackCaution {
	background:#F8F7D3 url(../images/important.png) no-repeat scroll 5px 50%;
}
/*wrappers - page or section containers*/
#mainWrapper {
	/*min-height: 100%;
	height: auto !important;
	height: 100%;*/
	background-color: transparent;
	text-align: left;
	width: 910px;
	vertical-align: top;
	border: 0px solid #9a9a9a;
	border-top: 0;
	margin: 0 auto -127px;
}
#footer {
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat;
	background-color: transparent;
	font-size: 1em;
	color: #CCBCBB;
	padding-top: 20px;
	border-top:1px solid #895955;
	height:117px;
}
#footer, .push {
	height: 117px; /* .push must be the same height as .footer */
}
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}
#contentMainWrapper {
	background-image: url(../images/bg-shadow.png);
	background-repeat: no-repeat;
	background-position: center -5px;
	width: 911px;
}
#contentMainTable {
	background-image: url(../images/bg-main-content.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	width:891px;
	padding-bottom: 20px;
}
#logoWrapper {
	background-repeat: repeat-x;
	background-color: transparent;
	height:124px;
	width: 122px;
	position: absolute;
	top: 7px;
	left: 36px;
}
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: auto;
}
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 10px;
	margin-right: auto;
}
#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*/

.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;
}
#navMainWrapper {
	margin: 0 auto;
	background-color: transparent;
	padding: 0 25px;
	font-weight: bold;
	color: #ffffff;
	width: 860px;
	height: 83px;
	position: relative;
}
#navSuppWrapper, #navCatTabsWrapper {
	margin: 0 auto;
	background-color: transparent;
	padding: 0 25px;
	font-weight: bold;
	color: #ffffff;
	width: 860px;
}
#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}
#navMain ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	line-height: 35px;
	height: 35px;
}
#navSupp ul, #navCatTabs ul {
	text-align:center;
}
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
}
#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	font-size: 110%;
}
#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 {
	margin: 0.5em;
}
#navMainSearch {
	float: right;
}
#navBreadCrumb {
	padding: 0.5em 0px 0px 10px;
	background-color: transparent;
	font-size: 0.95em;
	font-weight: bold;
	margin: 1.5em 0 10px;
}
#navEZPagesTop {
	background-color: transparent;
	background-image: url(../images/bg-topnav.png);
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0 25px;
	background-repeat: no-repeat;
	height: 40px;
	width: 860px;
	font-family: Garamond;
	line-height: 40px;
	text-align: right;
	color: #652E2E;
	text-transform: uppercase;
}
#navEZPagesTop a {
	text-decoration:none;
}
#navColumnOne, #navColumnTwo {
	background-color: transparent;
}
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
}
#productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	padding-top:0px;
}
.content {
	font-size:1.2em;
}
.alert {
	color: #FF0000;
	margin-left: 0em;
	font-size: 110%;
}
.advisory {
}
.important {
	font-weight: bold;
}
.notice {
}
.rating {
}
.gvBal {
	float: right;
}
.centerColumn {
	padding:0 10px 0 9px;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
}
.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;
}
.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
}
.tableHeading, #cartSubTotal {
}
#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 {
	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;
}
.cartAttribsList ul {
	list-style: none;
}
#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: #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 2em 1em 0em;
}
.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-bottom:2px dotted #B79A9A;*/
	height: 1%;
	margin: 1.1em 0;
}
h2.centerBoxHeading {
	font-size: 1.3em;
}
/*sideboxes*/
.columnLeft {
}
h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	background-color: transparent;
	background-image: url(../images/bg-sidebox-middle.jpg);
	background-repeat: repeat-y;
	text-align: left;
	width: 192px;
	padding: 5px 15px 10px;
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}
.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0px;
	padding:0px;
}
.leftBoxContainer, .rightBoxContainer {
	margin-top: 1.5em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	background-image: url(../images/bg-sidebox-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 5px 0 0;
	width: 176px;
}
.boxClose {
	background-image:url(../images/bg-sidebox-bottom.jpg);
	background-repeat:no-repeat;
	border:medium none;
	height:5px;
	margin:0px;
}
.sideBoxContent {
	background-color: transparent;
	background-image: url(../images/bg-sidebox-middle.jpg);
	background-repeat: repeat-y;
}
#categoriesContent {
	padding: 5px 15px 0;
	line-height:2em;
}
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, .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;
}
#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 {
	display:none;
}
#upProductsHeading {
	text-align: left;
}
#upDateHeading {
	text-align: right;
}
/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #95716E;
	text-decoration: none;
	font-size: 1.3em;
	border-bottom: 2px dotted #09ACCB;
	display: block;
	margin: 0;
}
A.category-top:hover, A.category-links:hover {
	color: #805353;
}
A.category-links, A.category-links:visited {
	color: #95716E;
	text-decoration: none;
}
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: #F8F8F8;
	height: 1.5em;
	vertical-align: top;
}
.rowEven {
	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 {
}
.productListing-rowheading {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.3em;
	color: #EC5160;
}
.productListing-rowheading th {
	padding-bottom:0px;
}
.productListing-rowheading a:link {
	color: #EC5160;
	text-decoration:none;
}
#siteMapList {
	width: 90%;
	float: right;
}
.ratingRow {
	margin: 1em 0em 1.5em 0em;
}
LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
}
#popup, #popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	background-image:none;
	margin:20px;
}
.information {
	padding: 10px 3px;
	line-height: 150%;
}
#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	margin-top:20px;
}
.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
#seShipTo {
	padding: 0.2em;
}
#categoryImgListing {
	float: left;
	margin-right: 20px;
}
#indexProductListCatDescription {
	padding: 10px 10px 0 0;
	font-size: 1.2em;
	line-height: 1.4em;
}
#indexProductListHeader {
	border-bottom: 2px dotted #B79A9A;
	margin-bottom: 0px;
}
#indexProductListHeaderInner {
	/*background-color: #f9f7f7;*/
	margin: 10px 0;
	border:2px solid #EBE5E3;
}
.productListing-data {
	background-color: #FFFFFF;
	background-image: url(../images/bg-productListBox.jpg);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
	margin: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.2em;
}
#productListHeading, #ezPagesHeading {
	font-family: Garamond;
	font-size: 2em;
	color: #EC5160;
}
h3.itemTitle {
	padding: 0;
	margin: 0;
}
.listingProductImage {
	border: 2px solid #B5908C;
}
#newsletter-header {
	background-image:url(../images/bg_newsletter1.jpg);
	background-repeat:no-repeat;
	left:325px;
	position:absolute;
	width:356px;
	top: 22px;
	color: #411616;
}
#newsletter-header div {
	margin-left: 150px;
	margin-top: 4px;
	margin-bottom: 5px;
}
#newsletter-header form {
	margin-bottom: 10px;
	margin-left:30px;
}
#add-to-bag {
	height: 52px;
	width: 184px;
	position: absolute;
	right: 25px;
	top: 34px;
}
#filter {
	float: right;
}
#indexDefaultTopContent {
	padding: 10px 0;
	text-align: center;
	margin: 0px 0px 10px;
	background-color: #ffffff;
}
#indexDefaultMiddleContent {
	text-align: center;
}
#indexDefaultMiddleContent img {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#productHolder {
	border-bottom: 2px dotted #b5908c;
	padding-top: 10px;
	border-bottom: 2px dotted #b5908c;
	position:relative;
}
#productInfoTable {
	background-color: #FFFFFF;
	background-image: url(../images/bg-productInfoTable.jpg);
	background-repeat: repeat-x;
	margin-bottom: 25px;
}
#productMainImage img, #crossSell img, .centerBoxContentsNew img, #cartImage img, #alsoPurchased img, .smallProductImage img, #featuredDefault img, #featuredProducts img, .danglingCarrotCartDisplayImg {
	border: 2px solid #b5908c;
}
#productMainImage img{
	margin-bottom:50px;
}
.smallProductImage img {
	margin-right:10px;
}
#productDescription { /*half the height of the large product image*/
	font-size: 1.2em;
	line-height: 1.4em;
}
#productInfoTable tr.productInfo {
	font-size: 1.4em;
}
#productInfoTable td {
	padding: 5px;
}
#productInfoTable th {
	padding: 5px;
	border-bottom: 2px solid #a2726f;
}
#productInfoTable ul {
	padding-left: 15px;
	margin:0;
}
h1 {
	border-bottom: 2px dotted #b5908c;
	color:#EC5160;
	font-family:Garamond;
	font-size:2em;
	text-transform:uppercase;
}
legend {
	font-weight:bold;
	font-size:1.2em;
	margin:10px 0;
}
#contactUsNoticeContent {
	float: right;
	margin-right: 25px;
	width: 175px;
}
#contactUsForm {
	float: left;
	width:420px;
}
#indexHomeBody .centerColumn {
	margin:10px;
	padding:0pt;
}
#ezPageDefault div {
	/*padding-left:10px;
	padding-right:10px;*/
	font-size:1.2em;
}
#crossSell div {
	margin: 10px 0;
}
#crossSell a:link, #alsoPurchased a:link {
	text-decoration:none;
}
#advSearchDefault label {
	vertical-align:middle;
}
#scProductsHeading {
	padding-left:10px;
}
#productDescription li {
	margin-left: 20px;
}
#newsletter-header #newsletter_input {
	padding-left:3px;
	position:relative;
	top:1px;
	width:168px;
}
#cartContentsDisplay th {
	padding: 0 10px 0 0;
}
.danglingCarrotCartDisplay td {
	font-size:120%;
	padding:5px;
}
#home_spa_header {
	background-color: #FFFDFD;
	position: relative;
	padding: 10px 0;
}
div#home_spa_header {
	font-size:.9em;
}
#ezPageDefault div.productListing-data {
	font-family:inherit;
	font-size:1em;
	padding: 10px;
	position:relative;
	margin-bottom: 15px;
}
#ezPageDefault div.productListing-data p, #ezPageDefault div.productListing-data h3 {
	margin-left: 158px;
	font-size: 1.2em;
}
#ezPageDefault div.productListing-data img {
	margin-top: 30px;
}
.currentContinuity {
	position:absolute;
	right:0px;
	top:0px;
	z-index:100;
	display:none;
}
div#homespa {
	font-size:1em;
}
div#homespa p {
	line-height: 1em;
}
div#homespa-header-img {
	height: 331px;
	margin-bottom: 10px;
}
.ul-homespa-bottom {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:square;
	margin-left:133px;
}
.ul-homespa-bottom li {
	line-height: 1.6em;
}
div#ics .padded {
	font-size: 0.9em;
	padding: 10px 0;
}
div#ics .padded p {
	line-height:1.3em;
	margin-bottom:5px;
}
div#ics-top {
	padding-left: 7px;
}
div#ics .padded #ics-top p {
	line-height:1.5em;
	margin-bottom:9px;
}
div#ics-basic, div#ics-deluxe {
	background-repeat:no-repeat;
	font-size:1em;
	letter-spacing:-0.1px;
	padding-left:5px;
	padding-right:150px;
	padding-top:78px;
	position:relative;
	width:529px;
}
div#ics-basic {
	background-image: url(../../../../images/mebath/image/ics/product_bg_basic.jpg);
}
div#ics-deluxe {
	background-image: url(../../../../images/mebath/image/ics/product_bg_deluxe.jpg);
}
div#ics-basic ul, div#ics-deluxe ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:24px;
	margin-left:0;
	margin-top:-1px;
	padding-left:0;
}
div#ics-basic ul li, div#ics-deluxe ul li {
	background-position:0 0.5em;
	background-repeat:no-repeat;
	line-height:1.45em;
	padding-left:10px;
}
#ics-basic ul li {
	background-image: url(../../../../images/mebath/image/ics/dot-basic.jpg);
}
#ics-deluxe ul li {
	background-image: url(../../../../images/mebath/image/ics/dot-deluxe.jpg);
}
div#ics-bottom {
	font-size: .9em;
	padding-top: 10px;
	border-top: 1px solid #cbbbb9;
	text-align: center;
}
.ics-button-package-select {
	position:absolute;
	right:8px;
	top:19px;
}
div#ics_footer {
	width: 679px;
	font-size: 1em;
	text-align: center;
}
#productAttributes{
	margin-left:417px;
	margin-top:-30px;
}

