/**
 * 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: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	color: #000000;
	background: #000000 url('../images/back_body.gif') left top repeat;
	}

body#popupShippingEstimator {
	background: #f6f6f6 url('../images/back_contentMain.jpg') left top repeat;
	}

a img { border: none; }

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

a:active {
	color: #333;
	}

h1 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 10px;
	text-transform: uppercase;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 12px;
	}

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

TEXTAREA {
	display: block;
	}

#review-text {
	margin: 0 1px 0 0;
	width: 99%;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 0;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 14px;
	font-weight: 700;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

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

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

LABEL.inputLabel {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;	
/*	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: normal;
	}

P, ADDRESS {
/*	padding: 0.5em;
*/	}

ADDRESS {
	font-style: normal;
	padding-left: 24px;
	}

.clearBoth {
	clear: both;
	}

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

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

.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	background-color: #333;
	color:#FFFFFF;
	font-size:12px;
	width:454px;
	text-align: center;
}

.messageStackWarning img, 
.messageStackError img, 
.messageStackSuccess img, 
.messageStackCaution img {
	position: relative;
	top: 5px;
	padding-right: 3px;
}

/*wrappers - page or section containers*/
#mainPage {
	margin: auto;
	position: relative;
	background: url('../images/back_bird.gif') center no-repeat;
	}

#mainWrapper {
	background-color: #000000;
	text-align: left;
	width: 900px;
	vertical-align: top;
	border: 2px solid #28201e;
	}

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

#contentMainWrapper {
	background: #f6f6f6 url('../images/back_contentMain.jpg') left top repeat-y;
	}

#logoWrapper{
	background: #000000;
	height: 75px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: 0.3em auto;
	}
	
#navColumnOneWrapper, #navColumnTwoWrapper {
	text-align: right;
	}
	
#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, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

#accountLinksWrapper {
	margin: 0;
	}

#accountLinksWrapper ul {
	margin: 0;
	padding: 0;
/*	width: 47%; */
	}

#accountLinksWrapper li {
	list-style: none;
	}

#accountLinksWrapper a {
	text-transform: uppercase;
	text-decoration: underline;
	}

.accountTitle {
	width: 47%;
	}

.accountTitle h2 {
	margin: 0;
	}

.wrapperAttribsOptions {
/*	margin: 0.3em 0em;
*/	margin: 0;
	}
.wrapperAttribsOptions h4 {
	display: inline; 
}

/*navigation*/

.navSplitPagesResult {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: center;
	margin-bottom: 50px;
	}

.navSplitPagesResult a {
	text-decoration: underline;
	}

.navSplitPagesLinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	}

.navSplitPagesLinks a {
/*	color: #000000; */
	}

.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 {
	background-color: #000000;
	margin: 0;
	padding: 0;
	color: #000000;
	height: 1%;
	}

#navSuppWrapper {
	position: relative;
	}

#navMainWrapper {
	background: url('../images/back_header.jpg') left bottom no-repeat;
	}

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

#navSupp {
	background: url('../images/back_footer.jpg') right top no-repeat;
	height: 25px;
	}

#navTiger {
	position: absolute;
	top: -40px;
	right: 0;
	}

#navSmallMan {
	position: absolute;
	background: transparent url('../images/back_talk_content.gif') left top no-repeat;
	top: -320px;
	left: 40px;
	width: 317px;
	height: 330px;
	}

.newstext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	display: block;
	margin: 10px 15px 0 15px;
	}

#smallman {
	top: 170px;
	position: absolute;
	}

#footerLink {
	width: 900px;
	text-align: right;
	margin: auto;
	}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.3em 0 0;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	color: #cccccc;
	font-size: 12px;
	font-weight: normal;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #e0e0e0;
	white-space: nowrap;
	font-family: Westsac, verdana, arial, helvetica, sans-serif;
	}

#navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #ffffff;
	}

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

#indexProductListCatDescription { display: none; }

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #abbbd3;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne {
	background: transparent url('../images/back_content.jpg') left top no-repeat;
	}

#navMainColumnOne {
	background: transparent url('../images/back_main_content.jpg') left top no-repeat;
	}

#navColumnCenterWrapper {
	background: transparent url('../images/back_content.jpg') right top no-repeat;
/*	padding-bottom: 40px; */
	}
#navColumnCenterMainWrapper {
	background: transparent url('../images/main_repeat.jpg') right top no-repeat;
	padding-bottom: 40px;
}

#navColumnOne, #navColumnTwo, #navMainColumnOne {
	width: 360px;
	}

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

.content {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	}

/*.content*/ 
#productDescription { 
	width: 470px; 
	padding: 20px 0.5em 0.5em;
	/*font-size: 1.2em;*/
}

.shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

#checkoutShipping, #checkoutPayment, #checkoutConfirmDefault {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	}

#checkoutShipping h1, #checkoutPayment h1, #checkoutConfirmDefault h1 {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	}

#checkoutShippingHeadingAddress, #checkoutPaymentHeadingAddress, #checkoutConfirmDefaultBillingAddress {
	font-size: 14px;
	font-weight: bold;
	}

#shiptoAddress {
	margin-right: 25px;
	margin-top: 40px;
	width: 42%;
	}

#checkoutAddress {
	margin: 0;
	}
.commentEdit {
	margin-right: 40px !important;
	}

#cartContentsDisplay {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	}
	
#cartContentsDisplay th {
	padding: 5px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: left;
	}

#cartContentsDisplay td {
	padding: 5px;
	border-bottom: 1px solid #ffffff;
	font-weight: normal;
	text-align: left;
	}

#cartContentsDisplay td.cartTotalDisplay {
	font-size: 12px;
	font-weight: bold;
	}

#cartContentsDisplay ul {
	margin: 0;
	padding: 0;
	}

#cartContentsDisplay ul li {
	list-style: none;
	}

#shiptoAddress a, #checkoutAddress a {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	}

#checkoutShippingHeadingMethod, #checkoutShiptoHeading, #checkoutCommentHeadingMethod, 
#checkoutPaymentHeadingTotal, #checkoutPaymentHeadingMethod, #checkoutConfirmDefaultShippingAddress, 
#checkoutConfirmDefaultShipment, #checkoutConfirmDefaultPayment, #checkoutConfirmDefaultHeadingComments,
#checkoutConfirmDefaultHeadingCart {
	font-size: 10px;
	text-transform: uppercase;
	}

.checkoutSeperate, .addressSeperate, .successSeperate {
	clear: both;
	margin: 5px 25px 5px 0;
	border-top: 1px solid #B2B2B2;
	}

.successnotifySeperate {
	clear: both;
	margin: 5px 25px 5px 0;
	border-top: 1px solid #ffffff;
	}

.accountSeperate {
	clear: both;
	border-top: 1px solid #B2B2B2;
	}

#checkoutConfirmDefault #orderTotals, #accountHistInfo #orderTotals {
	margin-left: 160px;
	}

#checkoutShipping label {
	font-size: 12px;
	}

#checkoutShipping textarea, #checkoutPayment textarea {
	margin: 0;
	}

.alert {
	margin-left: 0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	}
.advisory {}
.important {
	font-weight: normal;
	}
.notice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding: 10px 0;
	}
.rating {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	}

.productReviewsDefaultProductMainContent {
	padding: 3px;
	}

.rating img {
	margin-bottom: -2px;
	}

.gvBal {
	float: right;
	}

.centerColumn, .centerItemColumn, .centerProductColumn, .centerMainColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}

.centerColumn, .centerProductColumn {
	margin: 80px 0 0 40px;
	overflow: hidden;
	}

.centerProductDisplayColumn {
	background: transparent url('../images/back_item_content.jpg') right top no-repeat;
	padding: 80px 0 0 40px;
	overflow: hidden;
	}

.centerMainColumn {
	margin: 0;
	padding: 0;
	height: 677px; /* 638px; */
	background: transparent url('../images/back_main_content.jpg') right top no-repeat;
	text-align: right;
	}

.centerColumn {
/*	background: transparent url('../images/back_centerColumn.jpg') left top repeat-y;
*/	padding-bottom: 40px;
	}

.centerItemColumn {
	background: transparent url('../images/back_item_content.jpg') right top no-repeat;
	padding: 80px 0 0 40px;
	text-align: left;
	}

.centerItemColumn h2 {
	text-align: left;
/*	background: transparent url('../images/back_centerColumn.jpg') left top repeat-y;
*/	padding: 20px 0 560px;
	}

.centerItemColumn #itemComment {
/*	background: transparent url('../images/back_centerColumn.jpg') left top repeat-y;
*/
	}

.centerItemColumn form {
	margin: 0;
	}

.productListing-odd td.main a img, .productListing-even td.main a img {
	border: 1px solid #000000;
	margin: 5px;
	width: 110px;
	height: 110px;
	}

.productListing-odd td.main div.productImage, .productListing-even td.main div.productImage, #productMainImage {
	overflow: hidden;
	text-align: center;
	background: transparent url('../images/product_all_list.jpg') left top no-repeat;
	color: #ffffff;
	width: 121px;
	}

#mainItem {
	position: relative;
	}

#mainItem #productMainImage {
	background: transparent;
	padding: 0;
	margin: 0 1em 0 0;
	width: 112px;
	}

#mainItem #productMainImage img {
	margin: 2px 0 0 0;
	}

#mainItem #productMainImage a {
	position: relative;
	}

#mainItem #productMainImage #zoomImage {
	position: absolute;
	right: 1px;
	bottom: 3px;
	width: 24px;
	height: 25px;
	border: 0;
	}

#itemTopBack_top {

	background: transparent url('../images/item_top_border.png') left top no-repeat;
	top: -17px;
	width: 487px;
	height: 17px;
	}

#itemTopBack_top_left {
	background: transparent url('../images/item_large_top_left.png') left top no-repeat;
	left: -1px;
	top: -1px;
	width: 14px;
	height: 13px;
	}

#itemTopBack_left {
	background: transparent url('../images/item_large_left.gif') right top no-repeat;
	left: -1px;
	width: 1px;
	height: 196px;
	}

#addMainItem {
	background-color: #000000;
	border-style: solid;
	border-color: #000000;
	border-width: 2px 0 0 2px;
	height: 265px;
	width: 498px;
	overflow: hidden;
	}

#addMainItem img {
/*	width: 498px;
	height: 498px;
*/	width: 265px;
	height: 265px;
	}

#addItemValue {
	background: #393939;
	color: #CCCCCC;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
	display: block;
	width: 498px;
	border-style: solid;
	border-color: #000000;
	border-width: 0 0 1px 2px;
	position: relative;
	}

#addItemName {
	font-size: 16px;
	width: 320px;
	padding: 12px 12px 0;
	}

#addItemPrice {
	padding: 0 12px 12px;
	}

#addItemAction {
	position: absolute;
	right: 15px;
	bottom: 0px;
	height: 100%;
	}

#addItemSize {
	position: absolute;
	top: -40px;
	width: 135px;
	right: 0;
	height: 35px;
	background: url('../images/item_size.jpg') left top no-repeat;
	}

#productAttributes {
	position: absolute;
/*	top: -80px;
	width: 135px;
	height: 35px;
*/	bottom: 100px;
	width: 200px;
	padding-right: 20px;
	text-align: right;
	right: 0;
	}

#productAttributes .optionName {
	background: #000000;
	color: #ffffff;
	padding: 2px;
	font-size: 11px;
	}

#productAttributes div.back {
	margin-left: 12px;
	margin-top: 5px;
	}

#addItemQuantity {
	position: absolute;
	top: -40px;
	right: 0;
/*	width: 160px;
*/	width: 115px;
	height: 22px;
	background: url('../images/item_quantity.jpg') left top no-repeat;
	text-align: right;
	padding-right: 20px;
	}

#addItemSize select {
	margin-left: 48px;
	margin-top: -1px;
	}
	
#addItemQuantity input {
	margin-left: 73px;
	}

#addItemSize select, #addItemQuantity input {
	background-color: #EEEEEE;
	border: 1px solid #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	}

#productAttributes select, #productAttributes input {
	background-color: #EEEEEE;
	border: 1px solid #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin-left: 10px;
	margin-top: 5px;
	}

#itemAllProducts {
	margin-top: 2px;
	}

#itemProduct {
	float: left;
	position: relative;
	overflow: hidden;
	width: 120px;
	height: 120px;
	margin-right: 3px;
	border: 1px solid #000000;
	}

#itemProduct #cartImage {
	margin: 0;
	padding: 0;
	}

#itemProduct #cartImage img {
	width: 120px;
	height: 120px;
	}

#itemProductZoom {
	position: absolute;
	right: 1px;
	bottom: 1px;
	width: 24px;
	height: 25px;
	}

#itemProductZoom a {
	background: transparent url('../images/item_product_zoom.gif') right top no-repeat;
	display: block;
	width: 24px;
	height: 25px;
	cursor: pointer;
	}

#itemLeftBottom {
	position: relative;
	}

#itemProductLeftBottom {
	background: transparent url('../images/item_all_product_left_bottom.png') left bottom no-repeat;
	position: absolute;
	top: -35px;
	width: 35px;
	height: 35px;
	}

.centerItemColumn p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	}

#itemLink, #alsoPurchased {
	background: transparent url('../images/item_like_back.gif') left top no-repeat;
	height: 110px;
	padding-right: 50px;
	margin-bottom: 50px;
	}

#alsoPurchased {
	padding-top: 15px;
	padding-left: 60px;
	}

#alsoPurchased .centerBoxContentsAlsoPurch {
	width: 85px !important;
	margin: 15px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	text-align:center;
	position: relative;
	}

#alsoPurchased .centerBoxContentsAlsoPurch a {
	text-transform: uppercase;
	text-decoration: underline;
/*	color: #000000; */
	}

#alsoPurchased .centerBoxContentsAlsoPurch a:hover {
/*	color: #999999; */
	}

#alsoPurchased .centerBoxContentsAlsoPurch img {
	border: 1px solid #000000;
	width: 85px;
	height: 85px;
	}

#alsoPurchased .centerBoxContentsAlsoPurch .purchaseLink {
	position: absolute;
	width: 21px;
	height: 21px;
	}

.purchaseLinkLeftTop {
	background: transparent url('../images/product_link_left_top.gif') left top no-repeat;
	}

.purchaseLinkRightTop {
	background: transparent url('../images/product_link_right_top.gif') left top no-repeat;
	left: 66px;
	}

.purchaseLinkLeftTopTop {
	background: transparent url('../images/product_link_left_top_top.gif') left top no-repeat;
	}

.purchaseLinkRightTopTop {
	background: transparent url('../images/product_link_right_top_top.gif') left top no-repeat;
	left: 66px;
	}

.purchaseLinkLeftBottom {
	background: transparent url('../images/product_link_left_bottom.png') left top no-repeat;
	top: 66px;
	}

.purchaseLinkRightBottom {
	background: transparent url('../images/product_link_right_bottom.png') left top no-repeat;
	left: 66px;
	top: 66px;
	}

#itemLink div {
	float: right;
	text-align: center;
	width: 85px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}

#itemLink div a {
	text-decoration: underline;
/*	color: #000000; */
	}

#itemLink div a:hover {
/*	color: #999999; */
	}

#itemLink1 {
	background: transparent url('../images/item_link1.jpg') left top no-repeat;
	margin: 5px 0 0 0px;
	}

#itemLink2 {
	background: transparent url('../images/item_link2.jpg') left top no-repeat;
	margin: 5px 0px 0 20px;
	}

.centerProductColumn .productList {
	float: left;
	width: 121px;
	margin-right: 25px;
	margin-bottom: 15px;
	overflow: hidden;
	text-align: center;
	background: transparent url('../images/product_list.jpg') left top no-repeat;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	}

.centerProductColumn .productList .itemTitle a {
/*	color: #6c6c6c; */
	font-family: Georgia,"Times New Roman",Times,serif;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	}

.centerProductColumn .productList .listingProductImage {
	display: block;
	margin: 4px 4px 0;
	border: 1px solid #000000;
	width: 111px;
	height: 111px;
	}

#bannerTop {
	padding-top: 128px;
	position: relative;
	display: block;
	}

.bannerBack {
	position: absolute;
	}

#bannerTopBack_top {
	background: transparent url('../images/banner_main_1_top.png') right top no-repeat;
	right: 1px;
	width: 461px;
	height: 4px;
	}

#bannerTopBack_top_left {
	background: transparent url('../images/banner_main_1_top_left.png') right top no-repeat;
	right: 460px;
	width: 14px;
	height: 14px;
	}

#bannerTopBack_left {
	background: transparent url('../images/banner_main_1_left.png') right top repeat-y;
	right: 470px;
	top: 137px;
	width: 2px;
	height: 200px;
	}

#bannerTopBack_bottom_left {
	background: transparent url('../images/banner_main_1_bottom_left.png') right top no-repeat;
	right: 458px;
	top: 337px;
	width: 14px;
	height: 14px;
	}

#bannerTopBack_bottom {
	background: transparent url('../images/banner_main_1_bottom.png') right top no-repeat;
	right: 0;
	top: 349px;
	width: 459px;
	height: 2px;
	}

#bannerTopMain {
	margin-top: 4px;
	}

#bannerTopMain img {
	width: 470px;
	height: 217px;
	}

#bannerBottom {
	position: relative;
	display: block;
	}

#bannerBottomBack_top {
	background: transparent url('../images/banner_main_2_top.png') right top no-repeat;
	right: 0;
	width: 459px;
	height: 4px;
	}

#bannerBottomBack_top_left {
	background: transparent url('../images/banner_main_2_top_left.png') right top no-repeat;
	right: 419px;
	width: 14px;
	height: 14px;
	}

#bannerBottomBack_left {
	background: transparent url('../images/banner_main_2_left.png') right top no-repeat;
	right: 431px;
	top: 14px;
	width: 2px;
	height: 196px;
	}

#bannerBottomBack_bottom_left {
	background: transparent url('../images/banner_main_2_bottom_left.png') right top no-repeat;
	right: 419px;
	top: 210px;
	width: 14px;
	height: 14px;
	}

#bannerBottomBack_bottom {
	background: transparent url('../images/banner_main_2_bottom.png') right top no-repeat;
	right: 0;
	top: 220px;
	width: 459px;
	height: 4px;
	}

#bannerBottomMain {
	margin-top: 2px;
	}

#bannerBottomMain img {
	width: 431px;
	height: 220px;
	}

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

.cartTotalsDisplay {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left !important;
	text-transform: uppercase;
	}

#shoppingCartDefault .tableHeading TH, #prevOrders TH, #myAccountOrdersHistory TH {
	border-top: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	padding: 5px;
	text-transform: uppercase;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	}

.tableHeading, #cartSubTotal {
	 }

#cartSubTotal {
	border-bottom: 1px solid #9A9A9A;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	text-transform: uppercase;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartProductImageDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

#scProductImageHeading {
	width: 40px;
	}

.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 {
	font-size: 10px;
	margin-left: 1em;
	}

.cartAttribsList ul {
	margin: 0;
	padding: 0;
	}

.cartAttribsList ul li {
	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;
	}

.checkoutTitle {
	padding: 3px 0;
	width: 45%;
	text-align: left;
	}

#ottotal div {
	font-weight: bold !important;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

#productMainImage a img {
	border: 1px solid #000000;
	margin: 5px;
	width: 110px;
	height: 110px;
	}

.categoryIcon {
	display: none;
	}

.navNextPrevWrapper {
	display: none;
	}

#cartImage {
	margin: 0.5em 1em;
	position: relative;
	}

#cartImage img {
	width: 40px;
	height: 40px;
	border: 1px solid #9C9895;
	}

.cartImageLink {
	position: absolute;
	width: 10px;
	height: 10px;
	}

.cartImageLinkLeftTop {
	background: transparent url('../images/cart_link_left_top.gif') left top no-repeat;
	}

.cartImageLinkRightTop {
	background: transparent url('../images/cart_link_right_top.gif') left top no-repeat;
	left: 32px;
	}

.cartImageLinkLeftBottom {
	background: transparent url('../images/cart_link_left_bottom.gif') left top no-repeat;
	top: 32px;
	}

.cartImageLinkRightBottom {
	background: transparent url('../images/cart_link_right_bottom.gif') left top no-repeat;
	left: 32px;
	top: 32px;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

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

.centerBoxWrapper {
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
/*	color: #ffffff; */
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #abbbd3;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border: 1px solid #9a9a9a;
	border-bottom: 5px solid #336633;
	margin-top: 1.5em;
	}

.sideBoxContent {
/*	padding: 0.4em; */
	background: transparent url('../images/back_category.gif') left center no-repeat;
	}

.sideBoxContent a.cat_back {
	margin-right: 6px;
	}

.sideBoxContent a img {
	margin: 2px 0;
	}

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, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	padding-bottom: 15px;
	}

.ratingRow {
	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 */
A.category-top, A.category-top:visited {
/*	color: #008000; */
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
/*	color: #004080; */
	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;
	}

.next {
	float: right;
	}

.forward, #shoppingCartDefault #PPECbutton {
	text-align: center;
/*	padding-top: 40px;
	padding-right: 100px;
	float: right;
*/	}

div#mainItem div.forward, 
div#checkoutShipping div.forward, 
div#checkoutPayment div.forward, 
div#checkoutConfirmDefault div.forward {
	padding: 0;
}

.bold {
	font-weight: bold;
	}

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

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

#shoppingCartDefault .rowOdd td, #shoppingCartDefault .rowEven td, #prevOrders td, 
#myAccountOrdersHistory td {
	padding: 5px;
	border-bottom: 1px solid #9A9A9A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	}

.rowOdd td a, .rowEven td a {
	text-decoration: underline;
	}

.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: #cacaca;
*/	height: 2em;
	}

.productListing-rowheading {
	background-color: #abbbd3;
	height: 2em;
	color: #FFFFFF;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: bold;
	margin: 1em 0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}

LABEL#textAreaReviews a {
	text-decoration: underline;
	}

div#reviewsWriteReviewsRate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 10px 3px;
	}

div#productReviewsDefaultProductPageLink {
	margin: 70px 0 50px 0;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {
	padding: 10px 3px;
	line-height: 150%;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	}

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

div.reviewSeperate {
	margin: 8px 50px;
	border-top: 1px solid #B2B2B2;
	}

div#reviews_and_friends {
	padding: 0px;
	margin: 0px;
	text-align: right;
}
div#reviews_and_friends span {
	padding: 0px;
	margin: 0px;
}
div#reviews_and_friends span a {
	color: #CCC;
	font-size: 14pt;
}
div#reviews_and_friends span a span {
	background-color: #393939;
	position: relative;
	top: -14px;
	padding: 5px 8px 10px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.loginSeperate, .contactSeperate, .editaccountSeperate, .addaddressSeperate {
	margin: 10px 80px 10px 2px;
	border-top: 1px solid #B2B2B2;
	}

#contactUsForm {
	border: 0;
	}

.loginLabel, .contactLabel, .accountLabel, .addressLabel {
	width: 130px;
	float: left;
	}

#forgotPasswordLink {
	padding: 8px 10px 5px 150px;
	float: left;
	}

#forgotPasswordLink a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: 700;
	text-decoration: underline;
	}

.loginSubmit {
	text-align: left !important;
	}

/* body#popupImage { overflow: scroll; } */
#mainItem { padding-bottom: 40px; }

#productDetailsList, 
#productAdditionalImages, 
#productDateAdded { display: none; }

caption h2, #orderHistoryDetailedOrder {
	margin-left: 0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	}

#myAccountOrdersHistory td a {
	text-decoration: underline;
	}

#accountHistInfo td {
	padding: 5px;
	border-bottom: 1px solid #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	}

#accountHistInfo td.accountProductDisplay {
	font-size: 10px;
	}

#accountHistInfo ul {
	margin: 0;
	padding: 0;
	}

#accountHistoryDefault .navSplitPagesResult {
	text-transform: uppercase;
	font-size: 12px;
	}

#accountHistInfo li {
	list-style: none;
	}

#accountHistInfo h3, #accountHistInfo h4 {
	font-size: 10px;
	text-transform: uppercase;
	}

#myAccountShipInfo, #myAccountPaymentInfo {
	font-size: 12px;
	}

#accountHistInfo TH {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 5px;
	text-transform: uppercase;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	}

#myAccountOrdersStatus TH {
	border-top: 0;
	}

#myAccountOrdersStatus TD {
	border: 0 !important;
	}

#prevOrders a {
	text-decoration: underline;
	}

.accountTotalDisplay {
	font-weight: bold;
	}

#orderHistroyDate {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 3px;
	}

#orderHistoryStatus {
	font-size: 14px;
	font-weight: bold;
	}

#addressBookDefault a {
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	}

#addressBookDefault ADDRESS {
/*	width: 40%;
*/	}

.instructions {
	font-size: 10px;
	text-transform: uppercase;
	margin-left: 50%;
	}

#checkoutSuccessOrderNumber {
	font-size: 10px;
	text-transform: uppercase;
	}

#checkoutSuccess {
	font-size: 12px;
	}

#checkoutSuccessOrderLink a, #checkoutSuccessContactLink a {
	text-decoration: underline;
	}

#checkoutSuccessThanks {
	margin-top: 10px;
	font-size: 14px;
	}