/* Mademoiselle M. website CSS - Copyright 2007 Apropo Media  */

html {height:100%} /*Sets the window height*/

body {
	min-height: 101%; /*Sets the minimum page height to greater than the window height to force Netscape & Firefox to display vertical scrollbars, thereby preventing content jumping on fixed width pages. IE doesn't understand min-height and totally ignores this setting.*/
	font:100.01%/130% Verdana, Helvetica, sans-serif;
	/*font: 80% Verdana, Geneva, Helvetica, Arial, sans-serif; *//* Font-sizes relative to allow scaling */
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: white;
	text-align:center; /* IE 5.5 hack */
	line-height: 160%;
	background: black url(/mademoiselle_m/includes/templates/mm/images/body_bg.gif) repeat;
}

a img {
	border: none;
}

a {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
h2, h3, h4, h5, h6 {
	/*font-family: georgia;*/
	color: #FFFFFF;
}
h1 {
	margin: 0px 0px 15px 0px;
	/*text-align: center;*/
	font: 150% georgia, helvetica, sans-serif;
	color: #fff;
	letter-spacing: 2px;
	font-variant: small-caps;
	/*border-bottom: 1px solid #000;*/
	/*clear: both;*/
}
h2 {
	font-size: 130%;
	margin: 0;
	font-family:"Times New Roman", Times, serif;
	font-variant:small-caps;
}
h3 {
	font-size: 100%;
}
ul, ol {
	margin: 0 0 1.5em 0;
}
p {
	line-height:1.5em;
	
}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 100%;
	font-size: 80%;

}
#headerWrapper {
}
#contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0;
	padding: 0;

}

#contentMainWrapper {
	background-color:#000000;
	border-bottom:#CCCCCC;
	border-bottom-style:double;
	border-bottom-width:medium;
	border-top-color:#CCCCCC;
	border-top-style:double;
	border-top-width:medium;
	padding-bottom: 20px;
}

#logoWrapper{
	/*background-color: #444;*/
	float: left;
	margin: 0;
	padding: 0;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: 0 0.5em;
}
	
#tagline {
	/*padding: 1em 0 0 0;*/
	text-align : center;
	color: #ccc;
	font-style: italic;
}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
}

.floatingBox, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
}

#navMainWrapper/*, #navSuppWrapper, #navCatTabsWrapper*/ {
	margin: 0;
	padding: 0.2em 0 0.1em 0;
	/*background-color: #444;*/
	/*border-bottom: 1px solid #222;*/

}
#navCatTabsWrapper {
	background-color: #333;
	/*display: none;*/
	border-top: 1px solid #222;
}
#navMain {
	margin-top: -1px;
}
#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0 .5em;
	padding: 0;
	list-style-type: none;
	position: relative;
}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	position: relative;
}
#navSupp {
text-align: center;
font-size: 90%;
}

#navMain ul li a/*, #navSupp ul li a*/ {
	padding: 0.2em 0.2em 0.1em 0.1em;
	margin: 0;
	color:#FFFFFF;
	font-variant:small-caps;
}

#navMain ul li a:hover/*, #navSupp ul li a:hover, #navCatTabs ul li a:hover*/ {
	color:#666666;
	text-decoration:none;
	font-variant:small-caps;
}

#navSupp ul li a {
color: white;
}

#navSupp ul li a:hover {
text-decoration: none;
color: #999999;
}
#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;
}

#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	/*margin: 0.5em;*/
}
#navMainSearch {
	float: right;
	padding-right: 10px;
	}
#navMainSearch input[type="text"], input[type="password"] {
	background-color: #000000;
	border: 1px solid #ffffff;
	font: inherit;
	color: #FFFFFF;
	padding: 3px 3px;
	margin-bottom:4px;
}	
	
#navBreadCrumb {
	padding: 2px;
	width: 600px;
	margin:auto;
	font-size: 80%;
}
#navBreadCrumb a{
	color:#999999;
}
#navBreadCrumb a:hover{
	color:#FFFFFF;
	text-decoration: none;
}

#navEZPagesTop {
	background-color: #444;
	padding: 0.5em;
	border-top: 1px solid #222;
}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
}
code {
	/*font-family: arial, verdana, helvetica, sans-serif;*/
}

form, select {
	display: inline;
	margin: 0.1em;
}

textarea {
	margin: auto;
	padding: 0 3px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #222;
	color: #000000;
	font: inherit;
}
fieldset {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #222;
}

legend {
	padding: 0.3em;
	color:#FFFFFF;
	font-variant:small-caps;
}

label, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
}

label.checkboxLabel, label.radioButtonLabel {
	margin: 0.5em 0.3em;
}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
}
input {
	width: auto !important; /*hack for Zen Cart resizing buttons, grr */
}
input[type="text"], input[type="password"] {
	background-color: #FFFFFF;
	border: 1px solid #222;
	font: inherit;
	color: #000000;
	padding: 0 3px;
}

/*input[type="text"], input[type="password"] {
	background-color: #555555;
	border: 1px solid #222;
	font: inherit;
	color: #fff;
	padding: 0 3px;
}*/
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 #222;
}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	padding: .2em .5em;
	border: 1px solid #000;
}

.messageStackWarning, .messageStackError {
	background-color: #ff9;
	color: #c00;
	padding: 0 .5em;
	margin-bottom: .5em;
}
.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img {
	display: none;
}
.messageStackSuccess {
	background-color: #9f9;
	color: #070;
}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
}

/*The main content classes*/
#navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*padding: 0.5em;*/
}

.shippingEstimatorWrapper {
	background-color:#000000;
	color:#FFFFFF;
	margin-top: 25px;
	border-bottom:#FFFFFF double medium;
	border-top:#FFFFFF double medium;
	text-align: left;
}
.alert {
	color: #f99;
}
.advisory {}
.important {
	font-weight: bold;
}
.notice {}
.rating{}
.gvBal {
	float: right;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	/*padding: 0.8em;*/
}
.centerColumn {
	padding: 3px;
	text-align:left;
	width: 600px;
	margin: auto;
	background-color:#000000;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	border: 1px solid #000;
	padding: 1em;
}

.tableHeading th {
	background-color:#000000;
	border: 1px solid #ffffff;
	font-variant:small-caps;
	font-weight:normal;
}

.tableHeading, #cartSubTotal {
	background-color: #000000;
	border: #FFFFFF 1px solid;
}

#cartSubTotal {
	border-top: 1px solid #222;
	font-weight: bold;
	text-align: right;
	font-variant:small-caps;
	line-height: 2.2em;
	padding-right: 3.5em;
}

.tableRow, .tableHeading, #cartSubTotal {
	/*height: 2.2em;*/
}

#cartInstructionsDisplay, .cartTotalsDisplay{
	padding: 0.5em 0em;
	}
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity {
	background-color: #ffffff;
	padding: 0.5em 0em;
	color:#000000;
	border:#e0e0e0 solid 1px;
}
.cartRemoveItemDisplay a {
	color:#333333;
	text-decoration:none;
}
.cartRemoveItemDisplay a:hover {
	color: #000000;
	text-decoration:none;
}
#cartProdTitle {
	color:#000000;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
}

#scUpdateQuantity {
	width: 2em;
}

.cartQuantity {
	width: 4.7em;
}

.cartNewItem {
	color: #FFFFFF;
	position: relative;  /*do not remove-fixes stupid IEbug*/
}

.cartOldItem {
	position: relative;  /*do not remove-fixes stupid IEbug*/
}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
}

.cartRemoveItemDisplay {
	width: 3.5em;
}

.cartAttribsList {
	margin-left: 3em;
	line-height: 1em;
}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #333;
	border: 1px solid #222;
}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	/*color: #ff0000;*/
	font-weight: bold;
}

.orderHistList {
	margin: 0 1em;
	padding: 0.2em 0em;
} 

#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 ;
}

.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: 1px solid #222;*/
	margin: 1.1em 0;
	height: 1%;
}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
	margin: 0;
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	font-family: georgia,helvetica,sans-serif;
	font-weight: normal;
	letter-spacing:2px;
	padding: 3px;
	/*font-weight: bold;
	border-bottom: 1px solid #222;*/
	font-variant: small-caps;
	font-size: 120%;
}
.centerBoxHeading {
	margin-bottom: 20px;
}

.leftBoxContainer, .rightBoxContainer {
	border: 1px solid #222;
	margin: 0 0 1em 0;
}

.sideBoxContent {
	background-color: #393939;
	padding: 0.4em;
}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
}
#cartEmptyText {
	font-family: georgia, helvetica, sans-serif;
	font-variant:small-caps;
	font-weight:normal;
	font-size: 150%;
	padding: 15px 0;
}
#bestsellers ol {
	padding: 0;
	margin: 0 0 0 1.5em;
}

#upProductsHeading {
	text-align: left;
}

#upDateHeading {
	text-align: right;
}

/* categories box parent and child categories */
span.category-subs-parent {
	font-style: italic;
}
span.category-subs-selected {
	font-style: italic;
}
/* end categories box links */

/*misc*/
.back {
	float: left;
}

.forward {
	float: right;
}
.center {
	margin:auto; 
}

.bold {
	font-weight: bold;
}

.rowOdd {
	background-color: #444;
	vertical-align: top;
}

.rowEven {
	background-color: #494949;
	vertical-align: top;
}

caption {
	/*display: none;*/
}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
}

tr.tableHeading {
	background-color: #333;
}
#prevOrders td {
	border-bottom: 1px solid #222;
	padding: 0 .5em 0 0;
}
.productListing-rowheading {
	font-variant:small-caps;
	font-family:"Times New Roman", Times, serif;
}
.productListing-data {
	padding: .5em 0;
}
.productListing-data h3 {
	margin: 0 0 1em 0;
	padding-left: 10px;
	font-variant:small-caps;
	font-size: 110%;
	font-family:"Times New Roman", Times, serif;
}
#siteMapList {
	width: 90%;
	float: right;
}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
}

label#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
}

#popupAdditionalImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #444;
}

/*#popupShippingEstimator,{}*/

#popupSearchHelp1 {
	background-color:#000000;
	text-align: left;
	padding: 15px 10px;
}
#popupImage {
	background-color:#000000;
	}
	
/*added my me*/

/*to clear the cross sell module in the check out page from the estimate shipping*/
#crossSell {clear:both}

/*hide the category box on the sub-category listing display */
#categoryImgListing {
display:none;
}

#siteinfoLegal {
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 80%;
	}
/* display bullets and indents in IE for sitemap*/	
#sitemapBody ul {margin-left:15px;}

/*notice at the top of the acc creation page - defined to fix IE font sizing issue*/
#createAcctDefaultLoginLink {
	font-size: 100%;
	}

/*for the curency and language in the header*/	
navCurrenciesWrapper {
float: right;
margin: 0;
}
#navCurrenciesWrapper a {
color: #ffffff;
text-decoration: none;
}

#navCurrenciesWrapper a:hover {
color: #000000;
text-decoration: none;
}

/*product listing description*/
.listingDescription {
	padding-left: 10px;
}
