/* @override http://www.wrecordsbymonkey.com/store/includes/templates/classic/css/stylesheet.css */

/* @override 
	http://www.wrecordsbymonkey.info/store/includes/templates/classic/css/stylesheet.css
	http://www.wrecordsbymonkey.info/store/includes/templates/classic/css/stylesheet.css
	http://www.wrecordsbymonkey.info/store/includes/templates/classic/css/stylesheet_css_buttons.css
	http://www.wrecordsbymonkey.com/store/includes/templates/classic/css/stylesheet.css
*/

/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @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 $
 */

body, html {
	padding: 0;
	margin: 0;
}

body {
	color: #000;
	background: #000;
	font-family: "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	background: #000000 url(http://www.wrecordsbymonkey.com/assets/templates/monkey_three/img/wrecord-background.jpg) repeat fixed -600px -500px;
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #8c0005;
	text-decoration: none;
	}
 
a:visited {
	color: #8c0005;
	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 {
	color: #FF0000;
	}

a:active {
	color: #ff000b;
	} 
	
	a {
	outline: none;
}
	
	h3.itemTitle a {
	color: #000;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
} 
	
	h1, h2, h3, h4, h5, h6 {
		margin: 0.3em 0;
		}

h1 {
	font-size: 25px;
	color: #000;
	text-transform: uppercase; 
	display:block;
	margin-bottom: 20px;
}

#createAcctDefault {
	font-size: 15px;
}

#createAcctDefault input {
	font-size: 15px;
	border-color: #000;
	border-width: 1px;
	padding: 5px;
	margin: 0 0 10px;
}

h2 {
	font-size: 1.4em;
	color: #666;
	margin: 0 0 10px;
}

ul#productDetailsList.floatingBox.back {
	display: none;
}

h3 {
	font-size: 1.3em;
	text-transform: uppercase;
}

h3.itemTitle {
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 40px;
}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 17.5px;
	line-height: 30px;
}

#checkoutPayment form fieldset p {
	margin: 0 0 20px;
	padding: 0;
}

fieldset fieldset {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.biggerText {
	line-height: 150%;
	font-size: 15px;
}



/*  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 {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #e6e6e6;
	}  
	
INPUT, LABEL {
	display:inline;
}	

FIELDSET {
	padding: 0;
	margin: 0.5em 0em;
	border: 0;
	line-height: 150%;
}

LEGEND {
	font-weight: bold;
	display: block;
}

LABEL, h4.optionName {
	padding-left: 0;
	margin: 0;
	line-height: 30px;
}
h4.optionName {
	padding-right: 1em;
	color: #808080;
	padding-left: 0;
	width: 100px;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 120px;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
}

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 {
	font-size: 15px;
	line-height: 150%;
}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #ccc;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 10px;
	border: 1px solid #9a9a9a;
	margin-top: 20px;
	margin-bottom: 20px;
}

fieldset {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#cartContentsDisplay tbody tr td.cartQuantity input {
	border: 1px solid #000;
	font-size: 20px;
}

.messageStackWarning, .messageStackError {
	background-color: #900000;
	color: #ffffff;
	font-size: 15px;
	line-height: 20px;
}

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

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

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 900px;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0;
}
	
#contentMainWrapper {
	background-color: #fff;
}

#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:75px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: 0 auto;
	padding: 0;
} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	padding-bottom: 21px;
	padding-right: 20px;
	padding-left: 0;
}

/* @group My Group */



/* @end */
	
#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%;
	font-size: 15px;
	line-height: 150%;
}

.wrapperAttribsOptions {
	line-height: 20px;
}

/*navigation*/

.navSplitPagesResult {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #7f7f7f;
	margin-top: 30px;
	margin-bottom: 10px;
}
.navSplitPagesLinks {
	font-weight: bold;
	color: #7f7f7f;
	background-color: #000;
	font-size: 20px;
	text-transform: uppercase;
}

#allProductsListingBottomLinks a {
	color: #fff;
}

#productsListingListingBottomLinks {
	float: left;
	clear: both;
}

#productsListingListingBottomLinks a {
	color: #fff;
}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #000;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	display: none;
	}
	
#navSuppWrapper {
	margin-top: 5px;
}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#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, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #000;
	white-space: nowrap;
	}

#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;
	font-size: 15px;
	line-height: 150%;
}

tr.cartTableHeading th {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 10px;
}

div.buttonRow.forward {
	margin: 0;
}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: .7em .8em;
	margin: 0em;
	font: bold 0.95em Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #666;
	display: none;
}
#navBreadCrumb a {
	color: #666;
	text-decoration: underline;
}

#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 {
	
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	}

.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: 10px 10px 10px 20px;
	width: 630px;
	float: left;
	border-right: 1px solid #ccc;
}

#productMainImage a span.imgLink {
	color: #fff;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	text-align: left;
	font-size: 150%;
	font-weight: bold;
	color: #7f7f7f;
	width: 500px;
	float: left;
	clear: both;
	margin-top: 60px;
	margin-bottom: 10px;
}

h3#attribsOptionsText {
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 20px;
	color: #7f7f7f;
}

#productDateAdded {
	display: none;
}

.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: 10px 0em;
	line-height: 20px;
}

div.cartAttribsList ul {
	margin: 0;
	list-style-type: none;
}

#indexDefaultMainContent a img {
	margin-left: -10px;
}

div.information {
	font-size: 13px;
	line-height: 150%;
}
#cartProdTitle {
	color: #000;
	padding-top: 0;
	font-weight: bold;
}
.cartUnitDisplay, .cartTotalDisplay {
	text-align: left;
	padding-right: 0.2em;
	}

div#orderTotals {
	margin-top: 10px;
}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 100px;
	padding-left: 0;
	font-size: 20px;
}

.cartNewItem {	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #000;
	position: relative;
	font-size: 15px;
}

.cartBoxTotal {
	text-align: right;
	color: #666;
	font-size: 25px;
	line-height: 25px;
}

.cartRemoveItemDisplay {
	width: 3.5em;
}

#cartContentsDisplay tbody tr.rowEven td.cartRemoveItemDisplay a img {
	vertical-align: middle;
}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
#productAttributes {
	height: 250px;
	border-bottom-width: 1px;
	float: left;
	margin-top: -100px;
	margin-bottom: 0;
}

#productMainImage a img {
	z-index: 0;
	max-width: 400px;
	height: inherit;
	margin-top: 10px;
}

#productMainImage {
	width: 250px;
	height: 400px;
}

#productListing div.centerBoxContentsProducts.centeredContent.back a {
	display: block;
}

#cartImage img {
	margin-top: -15px;
}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #900000;
}

span.productPriceDiscount {
	font-size: 75%;
	text-transform: uppercase;
	font-weight: bold;
	color: #900000;
}

#productPrices span.productPriceDiscount {
}

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

div#productMainImage.centeredContent.back {
	float: right;
	text-align: right;
}

div#productMainImage.centeredContent.back a {
	color: #ccc;
}

.categoryIcon {}

#cartImage {
	margin: 10px 30px 0 0;
	}

/*Attributes*/
.attribImg {
	display: block;
	margin-right: 10px;
	font-size: 12px;
	padding-left: 0;
	text-transform: uppercase;
}

#productAttributes div.attribImg {
	text-align: center;
}
.attribImg img {
	width: 100px;
	height: inherit;
}

.attribImg img:hover {

}

h2#productPrices.productGeneral {
	text-align: left;
	margin-bottom: 20px;
	font-weight: normal;
	font-style: normal;
	line-height: 125%;
}

h1#productName.productGeneral {
	margin-bottom: 10px;
}
.attribImg:hover {
}


.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	border-top: 1px solid #ccc;
	height: 1%;
	margin: 1.1em 0;
	}

h2.greeting {
	margin-top: 20px;
	display: none;
}

#whatsNew div.centerBoxContentsNew.centeredContent.back a:link {
	color: #000;
	font-weight: bold;
}

#whatsNew div.centerBoxContentsNew.centeredContent.back span.productPriceDiscount {
	display: none;
}

div.centerBoxContentsNew.centeredContent.back {
	line-height: 150%;
	color: #333;
}

#allProductsDefault.centerColumn td.main {
	font-size: 15px;
	line-height: 150%;
	padding: 0 10px;
	vertical-align: middle;
}

#allProductsDefault form table tbody tr td hr {
	margin: 0;
}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #000;
	}
.centerBoxHeading {
	display: none;
}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	color: #000;
	font-size: 15px;
	letter-spacing: 0;
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	font-weight: bold;
	letter-spacing: .1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 10px;
}

.leftBoxContainer, .rightBoxContainer {
	border: none;
	border-bottom: 3px solid #fff;
	margin-top: 10px;
	margin-bottom: 0em;
}

.sideBoxContent {
	padding: 0 0 0 10px;
	text-transform: lowercase;
}

#siteMapList ul {
	padding-left: 20px;
	line-height: 150%;
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	text-decoration: underline;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #000;
	}
.centeredContent {
	text-align: center;
}

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

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
#categoriesContent {
		line-height: 150%;
	color: #ccc;
}

#indexCategories div.categoryListBoxContents a {
	font-size: 20px;
	color: #000;
}

#indexCategories div.categoryListBoxContents a img {
	margin-bottom: 0px;
	border: 1px none #000;
}

A.category-top, A.category-top:visited {
	color: #666;
	text-decoration: none;
	font-size: 125%;
}

A.category-top:hover, A.category-subs:hover, A.category-products:hover {
	color: #000;
}

A.category-links, A.category-links:visited {
	color: #666;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #666;
	text-decoration: none;
	font-size: 90%;
}
SPAN.category-subs-parent {
	font-weight: bold;
	color: #000;
}
SPAN.category-subs-selected {
	color: #000;
	font-weight: bold;
}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

div#productMainImage.centeredContent.back {
	margin: 0;
}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
}

.bold {
	font-weight: bold;
	}

.rowOdd {
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	height: 1.5em;
	vertical-align: top;
	border-bottom: 1px solid #999;
}

#cartContentsDisplay td
{
		border-bottom: 1px solid #999;

}

.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 {
	height: 2em;
	text-transform: uppercase;
}

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
	}

h1#productListHeading, h1#indexCategoriesHeading {
	text-transform: uppercase;
	color: #000;
	display: block;
}

 {
	
}

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

#information a {
	color: #666;
}
#information a:hover {
	color: #000;
}
#siteinfoLegal {
	color: #666;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 0;
	height: 18px;
	margin-top: 1px;
	margin-bottom: 0;
	padding-bottom: 10px;
	background: url(http://www.wrecordsbymonkey.com/assets/templates/monkey_three/img/footer.jpg) no-repeat 0 bottom;
}
#siteinfoLegal a {
	text-decoration: underline;
	color: #666;
}
#categories {
	border-bottom-style: none;
	border-bottom-color: #ff000b;
}
#categoriesHeading {
	padding-left: 10px;
}
#categories hr {
}
#navColumnTwo li {
	line-height: 25px;
	padding: 0;
}



/* paste

}

#container {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
}

*/

/* old styles - you could probably cut these

#header {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	z-index: 5;
	overflow: visible;
	background: url(http://www.wrecordsbymonkey.com/assets/templates/monkey_two/header.gif) no-repeat;
	height: 250px;
}


#header img {
	margin: -20px -15px;
	z-index: 5;
	display: none;
}
#nav {
	width: 100%;
	height: 25px;
	margin-top: .5em;
	margin-bottom: 1em;
	z-index: 100;
	position: relative;
}

#nav ul {
	list-style-type: none;
	padding: 0px;
	width: 900px;
	margin: 0 auto;
}
#nav li {
	float: left;
	height: 15px;
	padding: 5px;
	margin-right: 1em;
}
#nav li.last {
	padding-right: 5px;
}

#nav {
	color: #000;
	text-transform: capitalize;
	font: normal normal normal 2.2em Georgia, "Times New Roman", Times, serif;
}
#nav ul {
	text-align: center;
}
#nav ul a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
}
#nav li:hover a {
	color: #8c0005;
}
#nav li.active {
	font-size: 1.8em;
	line-height: .5em;
	margin-right: .5em;
}
#nav li.active a {
	color: #8c0005;
	font-weight: normal;

}
#nav li.active a:hover {
}


#tellafriend {
	line-height: 1.5em;
	color: #808080;
}
#tellafriendContent {
	font-size: 9px;
	padding-left: 10px;
}
#tellafriend input {
	border: 1px solid #000;
	color: #fff;
	width: 180px;
	margin-bottom: 10px;
}          

.cartOldItem {
	color:#666;
}

input.cssButton.button_tell_a_friend {
	background-color: #000;
}
#shoppingcartHeading {
	font-size: 1em;
}
.buttonRow {
}
#productDetailsList {
	margin-top: 1em;
	margin-bottom: 1em;
}
.optionName {
	width: 50px;
	margin-left: 1em;
}
#attribsOptionsText {
}
.centerBoxContentsProducts {
	margin-bottom: 4em;
}
.categoryListBoxContents {
	font-size: 1.5em;
}

END OLD STYLE */



#wrapper {
	width: 900px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#head {
	height: 150px;
	border-bottom: none;
}

#logo {
	padding: 20px 0 10px 30px;
	float: left;
}

#tag {
	float: right;
	padding: 50px 10px 30px 0;
	display: block;
	opacity: 0.5;
}

#nav {
	float: right;
	line-height: 20px;
}

#nav ul {
	list-style-type: none;
	display: inline-block;
	margin-bottom: 0;
	padding: 0;
	margin: 0;
}

#nav li {
	float: left;
	margin-right: 20px;
}
#nav li.last {
	margin-right: 10px;
}
#nav a {
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	color: #7f7f7f;
	text-transform: uppercase;
}

#nav a:hover {
	color: #fff;
}

#nav li.active a {
	color: #fff;
}

#content {
	background-color: #fff;
	float: left;
	width: 900px;
	font-size: 20px;
	line-height: 150%;
}

#indexCategories div.categoryListBoxContents a {
	font-weight: bold;
	background-color: #000;
	color: #fff;
}

#indexCategories div.categoryListBoxContents a:hover {
	background-color: #8c0005;
}

#indexCategories div.categoryListBoxContents a:hover img {
	border-color: #8c0005;
}

#checkoutPayment form fieldset label.radioButtonLabel {
}

ul.cartAttribsList {
	margin: 0;
	padding-left: 20px;
}

div#checkoutConfirmDefault #cartContentsDisplay {
	font-size: 15px;
}

#cartAdd input {
	border-color: #000;
	margin: 0;
}

#foot {
	color: #4c4c4c;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 0;
	clear: both;
	display: inline-block;
	width: 900px;
	height: 55px;
}
#foot a {
	color: #7f7f7f;
}

#foot div.left {
	float: left;
	line-height: 150%;
	padding-left: 10px;
}

#foot div.left a {
	text-decoration: none;
}

#foot div.right {
	float: right;
	font-size: 20px;
	color: #000;
	padding-top: 5px;
	padding-right: 20px;
}

#foot div.right label {
	display: inline;
}

#foot div.right form {
	margin-bottom: 0;
	padding: 5px;
	background-color: #fff;
	display: block;
}

#foot div.right form input.submit {
	color: #fff;
	background-color: #000;
}

#foot div.right input {
	border: 1px solid #000;
	font-size: 15px;
	color: #7f7f7f;
	background-color: transparent;
	padding: 2px;
}
