/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 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 5347 2006-12-22 20:26:09Z birdbrain $
 */

body {
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	color: #333;
	background-color:#9D9FA2;
	background-image:url(../images/background.gif);
	background-repeat: repeat-x;
	}

a img {border: none; }

a {color:#0A81D1;text-decoration:none;}
a:hover {color:#333;text-decoration:none;}

a:link, #navEZPagesTOC ul li a {
	color: #0A81D1;
	text-decoration: none;
	}
 
a:visited {
	color: #0A81D1;
	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: #0000FF;
	}

h1 {
	font-size: 16px;
	}

h2 {
	font-size: 15px;
	}

h3 {
	font-size: 14px;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {

    margin: 0.3em 3px;

}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

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 {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 5px;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	padding:0px;margin:0px;
	}

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 #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 960px;
	vertical-align: top;
	}

#headerWrapper {
	margin: 0em;
	padding: 0em;
	}
#contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#newsscrollbox{
	border:1px solid #ff0000;
	}

#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: 5px;
	list-style-type: none;
	}

#navMainWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

#navSuppWrapper {
	margin: 0em;
	background-color: #fff;
	font-weight: normal;
	color: #333333;
	height: 1%;
	width: 100%;
	}

#navSupp {margin-left:185px;width: 580px;}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:0px;
	padding-top:5px;
	padding-bottom:5px;
	list-style-type: none;
	text-align: center;
color:#0A81D1;
font-family:Arial;
font-size:10px;
font-weight:normal;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	line-height:16px;
	}

#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;
	}

#navSupp ul li a {
	text-decoration: none;
	padding:5px;
	padding-right:6px;
	padding-top:0px;
	padding-bottom:0px;
	margin: 0;
	color: #333;
	white-space: nowrap;
	border-right:1px solid #0098C2;
	}

#navSupp ul li a.LINKS{border-right:0px solid #fff;}

#navSupp ul li a:hover {
	color: #0098C2;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#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;
	}

.RA_buttonRow {
	margin: 0em;
	text-align:right;
	}

.RA_buttonRow_left {
	margin: 0em;
	text-align:left;
	}

.RA_buttonRow_right {
	margin: 0em;
	text-align:right;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	margin:0px;
	padding:5px;
	background-color: #efefef;
	border:1px solid #999999;
	border-bottom:1px dashed #999999;
	height:16px;
	color:#666;
	}

#navEZPagesTop {
	margin:0px;
	padding:0px;
	background-color:#fff;
	text-align:left;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	}

#navEZPagesTop_cont{
	margin-top:7px;
	margin-bottom:15px;
	margin-left:25px;
	padding:0px; 
	}

	#navEZPagesTop_cont a {color:#333;text-decoration:none;border-left:1px solid #ccc;padding-left:3px;padding-right:5px;}
	#navEZPagesTop_cont a:hover {color:#0A81D1;text-decoration:none;border-left:1px solid #0A81D1;}


#navEZPagesTop_cont_group{
	margin-top:7px;
	margin-bottom:15px;
	margin-left:25px;
	padding:0px; 
	}
	#navEZPagesTop_cont_group a {color:#333;text-decoration:none;border-left:1px solid #ccc;padding-left:3px;padding-right:5px;}
	#navEZPagesTop_cont_group a:hover {color:#0A81D1;text-decoration:none;border-left:1px solid #0A81D1;}
	#navEZPagesTop_cont_group a.MAGNUM.GROUP {color:#0A81D1;text-decoration:underline;border-left:1px solid #0A81D1;}

#navEZPagesTop_cont_ra{
	margin-top:7px;
	margin-bottom:15px;
	margin-left:25px;
	padding:0px; 
	}
	#navEZPagesTop_cont_ra a {color:#333;text-decoration:none;border-left:1px solid #ccc;padding-left:3px;padding-right:5px;}
	#navEZPagesTop_cont_ra a:hover {color:#0A81D1;text-decoration:none;border-left:1px solid #0A81D1;}
	#navEZPagesTop_cont_ra a.RA.TECHNOLOGY {color:#0A81D1;text-decoration:underline;border-left:1px solid #0A81D1;}

#navEZPagesTop_cont_lab{
	margin-top:7px;
	margin-bottom:15px;
	margin-left:25px;
	padding:0px; 
	}
	#navEZPagesTop_cont_lab a {color:#333;text-decoration:none;border-left:1px solid #ccc;padding-left:3px;padding-right:5px;}
	#navEZPagesTop_cont_lab a:hover {color:#0A81D1;text-decoration:none;border-left:1px solid #0A81D1;}
	#navEZPagesTop_cont_lab a.RECONE.LAB {color:#0A81D1;text-decoration:underline;border-left:1px solid #0A81D1;}

#navEZPagesTop_cont_raa{
	margin-top:7px;
	margin-bottom:15px;
	margin-left:25px;
	padding:0px; 
	}
	#navEZPagesTop_cont_raa a {color:#333;text-decoration:none;border-left:1px solid #ccc;padding-left:3px;padding-right:5px;}
	#navEZPagesTop_cont_raa a:hover {color:#0A81D1;text-decoration:none;border-left:1px solid #0A81D1;}
	#navEZPagesTop_cont_raa a.RICHARD.ALLAN.AUDIO {color:#0A81D1;text-decoration:underline;border-left:1px solid #0A81D1;}

#navEZPagesTop_cont_acoustic{
	margin-top:7px;
	margin-bottom:15px;
	margin-left:25px;
	padding:0px; 
	}
	#navEZPagesTop_cont_acoustic a {color:#333;text-decoration:none;border-left:1px solid #ccc;padding-left:3px;padding-right:5px;}
	#navEZPagesTop_cont_acoustic a:hover {color:#0A81D1;text-decoration:none;border-left:1px solid #0A81D1;}
	#navEZPagesTop_cont_acoustic a.MAGNUM.ACOUSTIC {color:#0A81D1;text-decoration:underline;border-left:1px solid #0A81D1;}

#navEZPagesTop_cont_organ{
	margin-top:7px;
	margin-bottom:15px;
	margin-left:25px;
	padding:0px; 
	}
	#navEZPagesTop_cont_organ a {color:#333;text-decoration:none;border-left:1px solid #ccc;padding-left:3px;padding-right:5px;}
	#navEZPagesTop_cont_organ a:hover {color:#0A81D1;text-decoration:none;border-left:1px solid #0A81D1;}
	#navEZPagesTop_cont_organ a.MAGNUM.ORGAN {color:#0A81D1;text-decoration:underline;border-left:1px solid #0A81D1;}

#navEZPagesTop_cont_fabrications{
	margin-top:7px;
	margin-bottom:15px;
	margin-left:25px;
	padding:0px; 
	}
	#navEZPagesTop_cont_fabrications a {color:#333;text-decoration:none;border-left:1px solid #ccc;padding-left:3px;padding-right:5px;}
	#navEZPagesTop_cont_fabrications a:hover {color:#0A81D1;text-decoration:none;border-left:1px solid #0A81D1;}
	#navEZPagesTop_cont_fabrications a.MAGNUM.FABRICATIONS {color:#0A81D1;text-decoration:underline;border-left:1px solid #0A81D1;}


#navEZPagesTop_cont_vibgen{
	margin-top:7px;
	margin-bottom:15px;
	margin-left:25px;
	padding:0px; 
	}

	#navEZPagesTop_cont_vibgen a {color:#333;text-decoration:none;border-left:1px solid #ccc;padding-left:3px;padding-right:5px;}
	#navEZPagesTop_cont_vibgen a:hover {color:#0A81D1;text-decoration:none;border-left:1px solid #0A81D1;}

	#navEZPagesTop_cont_vibgen a.VIBGEN {color:#0A81D1;text-decoration:underline;border-left:1px solid #0A81D1;}



#navEZPagesTop_cont_solid{
	margin-top:7px;
	margin-bottom:15px;
	margin-left:25px;
	padding:0px; 
	}

	#navEZPagesTop_cont_solid a {color:#333;text-decoration:none;border-left:1px solid #ccc;padding-left:3px;padding-right:5px;}
	#navEZPagesTop_cont_solid a:hover {color:#0A81D1;text-decoration:none;border-left:1px solid #0A81D1;}

	#navEZPagesTop_cont_solid a.SOLID.SOUND.AUDIO {color:#0A81D1;text-decoration:underline;border-left:1px solid #0A81D1;}


#ezPageDefault h2 {margin:0px;padding:5px;border:0px solid #ff0000;}
#navColumnOne {
	background-color: #FFFFFF;
	}

#navColumnTwo {
	background-color: #FFFFFF;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.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: 8px;
	}



.centerColumn {
	border: 1px solid #999999;
	border-top: 0px solid #999999;
	background-color: #efefef;
	margin-bottom:4px;
	min-height:488px;
}

* + html .centerColumn  {
min-height:514px;
}
* html .centerColumn  {
height:508px;
}

.centerColumn h3 {color:#666:padding:0px;margin:0px;padding:5px;font-size:16px;}
.centerColumn p {color:#666:padding:0px;margin:0px;font-size:12px;line-height:16px;}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

#siteinfoLegal {display:none;}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: left;
	margin: 0px;
	margin-top:25px;
	width:298px;
	height:130px;
	border:1px solid #999;
	}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#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 {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}
.cartNewItem a{color:#0A81D1;}
.cartNewItem a:hover{color:#333;}

.cartOldItem {
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}
.cartOldItem a{color:#0A81D1;}
.cartOldItem a:hover{color:#333;}

.cartBoxTotal {
	text-align: right;
	margin: 0px;
	padding: 0px;
	padding-top:6px;
	padding-right:5px;
	font-size:11px;
	}

.cart_line {
border-top:1px solid #999;
padding:0px;
margin-right:-10px;
margin-left:-10px;
}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
  width: 50%; 
  margin: 0.2em;
  padding: 0.5em;
  }

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	font-size:10px;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #0A81D1;
	font-size:11px;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li {
	margin: 0px;
	border-top:1px dashed #999;
	padding-top:3px;
	padding-bottom:2px;
	padding-left:0px;
	font-size:11px;
	line-height:17px;
	} 

#cartBoxListWrapper li.first{
	padding-top:0px;
	padding-bottom:0px;
	color:#333;
	border:0px dashed #999;
	} 

#cartBoxListWrapper {color: #0A81D1;padding-top:2px;padding-bottom:4px;}

#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 {margin-top:-43px;font-size:14px;margin-bottom:10px;}
.categoryIcon a {color:#ccc;}
.categoryIcon a:hover {color:#333;}

* + html .categoryIcon {margin-top:-30px;font-size:14px;margin-bottom:10px;}

#indexDefault h1 {margin-top:-30px;font-size:14px;margin-bottom:10px;font-weight:normal;color:#ccc;}

* + html #indexDefault h1 {margin-top:-30px;font-size:14px;margin-bottom:10px;font-weight:normal;color:#ccc;border: 0px solid #00ff00;z-index:5;}


#indexProductList h1 {margin-top:-30px;font-size:14px;margin-bottom:10px;font-weight:normal;color:#ccc;}

* + html #indexProductList h1 {margin-top:-30px;font-size:14px;margin-bottom:10px;font-weight:normal;color:#ccc;border: 0px solid #00ff00;z-index:5;}


#indexProductList h1 a {color:#ccc;}
#indexProductList h1 a:hover {color:#333;}

#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;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 14px;
	color: #cccccc;
	text-align:left;
	font-weight:normal;
	padding-left:15px;
	}

label {
	margin:0px;
	padding:0px;
	}

.leftBoxHeading {
	margin: 0px;
	background-color: #0A81D1;
	padding: 5px;
	font-weight:normal;
	}

.centerBoxHeading {
	margin: 0em;
	background-color: #FF6699;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer {
	background-color: #fff;
	margin-bottom:5px;
	}

.rightBoxContainer {
	background-color: #fff;
	margin-bottom:5px;
	}

.sideBoxContent {
	background-color: #efefef;
	padding: 5px;
	padding-left: 10px;
	border:1px solid #999;
	border-top:0px solid #999;
	font-size:11px;
	line-height:17px;
	}

.sideBoxContent a{
	color: #0A81D1;
	padding: 3px;
	text-decoration:none;
	}

.sideBoxContent a:hover{
	color: #333;
	padding: 3px;
	text-decoration:none;
	}

.category-subs-selected {color:#333;}
.category-RA {border-bottom:1px solid #ff0000;}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 14px;
	color: #cccccc;
	text-align:left;
	font-weight:normal;
	padding-left:15px;
	}

.rightBoxHeading {
	margin: 0px;
	background-color: #0A81D1;
	padding: 5px;
	font-weight:normal;
	}

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	text-align:left;
	padding-left:15px;
	font-weight:normal;
	} 


h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	text-align:left;
	padding-left:15px;
	font-weight:normal;
	} 


.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.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 {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #F6F6F6;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #DDDDDD;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

#ccacceptContent 
{
text-align:center; padding:5px 0px; line-height:1.5em; border:0px; background-color:#fff;
}

#ccacceptHeading {display:none;}

.newsInfo {
  text-align: left;
  font-style: normal;

}

#moreNewsDefault {padding:13px;padding-bottom:3px;}
#moreNewsDefault h1 {padding-left:0px;margin-left:0px;}

.newsContent {
font-size: 12px;
line-height:16px;
}

#newsArchivTitleHeading {
	text-align: left;
	}

#newsArchivDateHeading {
	text-align: right;
	}

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;
	}

#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 {padding: 10px 3px; line-height: 150%;}

#header
	{
	margin:0px;
	padding:0px;
	width: 930px;
	margin-left:15px;
	height:180px;
	background-color:#fff;
	}
	#header H1 {margin:0px;padding:0px;float:left;width:755px;height:180px;background-color:#fff;margin-top:0px;}	

#chcategoriesHeading {margin:0px;padding:0px;padding-top:6px;padding-left:15px;background-color:#0A81D1;color:#CCC;font-weight:normal;font-size:14px;height:22px;background-image:url(../images/side_title_blue.gif);}

#bannerbox2Heading {margin:0px;padding:0px;padding-top:6px;padding-left:15px;background-color:#0A81D1;color:#CCC;font-weight:normal;font-size:14px;height:22px;background-image:url(../images/side_title_blue.gif);}

#bannerbox2Content {text-align:left;border:0px solid #00ff00;background:url(../images/bespoke.jpg) no-repeat;height:73px;}

#bannerbox2Content p {margin:0px;padding:0px;border:0px solid #00ff00;font-size:12px;color:#333;width:130px;font-weight:bold;}

#bannerbox2Content a {margin:0px;padding:0px;border:0px solid #ff0000;font-size:10px;text-align:right;margin-left:43px;}

/*Cat sub style*/

span.category-holiday {padding:0px;padding-top:3px;padding-bottom:3px;margin:0px;margin-left:-10px;border-top:1px solid #999;border-bottom:1px solid #999;width:168px;display:block;margin-top:5px;margin-bottom:20px;}

.category-holiday a {padding-left:10px;}
.category-holiday a:hover {padding-left:10px;}

/*Login*/

#loginboxHeading {margin:0px;padding:0px;padding-top:6px;padding-left:15px;background-color:#333;color:#CCC;font-weight:normal;font-size:14px;height:22px;background-image:url(../images/side_title_grey.gif);}

#loginboxContent {margin:0px;padding:0px;background-color:#0A81D1;border:1px solid #0A81D1;border-top:0px solid #FF0000;font-size:10px;background-image:url(../images/login_top.gif);background-position:top;background-repeat:repeat-x
}
#loginboxContent p {margin:0px;padding:0px;padding-left:15px;}
#loginboxContent p input {margin:0px;padding:0px;}
#loginboxContent p.login_text {margin:0px;padding:0px;padding-left:15px;padding-top:5px;color:#ccc;font-size:10px;}
#loginboxContent a {color:#ccc;}

#loginboxlogin {margin:0px;padding:0px;position:relative;height:50px;background-image:url(../images/login_bottom.gif);background-position:bottom;background-repeat:repeat-x;
}
#loginboxlogin p.button {margin:0px;padding:0px;border:0px solid #ff0000;position:absolute;top:10px;margin-left:15px;}
#loginboxlogin p.forgotten {margin:0px;padding:0px;position:absolute;left:60px;top:10px;font-size:10px;}
#loginboxlogin p.create {margin:0px;padding:0px;position:absolute;left:60px;top:26px;font-size:10px;}

* + html #loginboxlogin p.forgotten {width:110px;}
* + html #loginboxlogin p.create {width:110px;}

#loginboxContent p.account {border-bottom:1px solid #075D97;padding-top:4px;padding-bottom:2px;}

#loginboxContent p.account_footer {background-image:url(../images/login_bottom.gif);background-position:bottom;}


/*Shoppinf Cart*/

#shoppingcartHeading {margin:0px;padding:0px;padding-top:6px;padding-left:15px;background-color:#333;color:#CCC;font-weight:normal;font-size:14px;height:22px;background-image:url(../images/side_sub_title_grey.gif);}

#shoppingcartHeading a{margin:0px;padding:0px;color:#CCC;}

/*Special Offers*/

#featuredHeading {margin:0px;padding:0px;padding-top:6px;padding-left:15px;background-color:#333;color:#CCC;font-weight:normal;font-size:14px;height:22px;background-image:url(../images/side_sub_title_grey.gif);}

#featuredHeading a{margin:0px;padding:0px;color:#CCC;}

.specialsProducts {border-bottom:1px solid #999;font-size:10px;width:168px;float:left;padding:0px;color:#333;font-family:arial;line-height:14px;background-color:#efefef;}

.specialsImage {border:0px solid #ff0000;width:41px;float:left;padding:5px;padding-top:10px;padding-bottom:10px;}

.specialsImage p {padding:0px;margin:0px;}
.specialsImage a {padding:0px;margin:0px;}
.specialsImage a:hover {padding:0px;margin:0px;}

.specialsText {border:0px solid #00ff00;width:117px;float:left;padding-top:5px;padding-top:9px;padding-bottom:10px;text-align:left;color:#0A81D1;}

.specialsText p {padding:0px;margin:0px;font-size:14px;}
.specialsText .normalprice {padding:0px;margin:0px;padding-right:5px;}
.specialsText .productPriceDiscount {padding:0px;margin:0px;display:none;}
.specialsText a {padding:0px;margin:0px;color:#333;font-size:10px;color:#333;}
.specialsText a:hover {padding:0px;margin:0px;color:#0A81D1;}

#specialsFooter {padding:5px;margin:0px;line-height:12px;}
#specialsFooter a{color:#333;font-size:9px;font-style:italic;padding:0px;}

/*Search*/

#searchHeading {margin:0px;padding:0px;padding-top:6px;padding-left:15px;background-color:#333;color:#CCC;font-weight:normal;font-size:14px;height:22px;background-image:url(../images/side_sub_title_grey.gif);}

#searchContent {position:relative;margin:0px;padding:0px;background-color:#0A81D1;border:1px solid #0A81D1;border-top:0px solid #FF0000;font-size:10px;background-image:url(../images/login_top.gif);background-position:top;background-repeat:repeat-x;
}
* + html #searchContent {height:65px;}
*  html #searchContent {height:65px;}

#searchContent p.advanced_search {margin:0px;margin-top:10px;padding:10px;background-image:url(../images/login_bottom.gif);background-position:bottom;background-repeat:repeat-x;text-align:right;}

* + html #searchContent p.advanced_search {border:0px solid #ff0000; padding-top:38px; margin-top:0px;}
*  html #searchContent p.advanced_search {border:0px solid #ff0000; padding-top:38px; margin-top:0px;}
#searchContent a {color:#ccc;}

/*Copyright*/

#copyright_new {
background-image:url(../images/copy_bk.gif);
background-repeat:no-repeat;
line-height:12px;
}

/*News*/

#news {margin:0px;padding:0px;margin-left:5px;float:left;width:170px;height:180px;background-color:#333;margin-top:0px;}
#news h2 {margin:0px;padding-top:6px;padding-left:15px;background-color:#0A81D1;color:#CCC;font-weight:normal;font-size:14px;height:22px;background-image:url(../images/news_title.gif);}
#news .link {margin:0px;padding:0px;padding-top:4px;padding-left:15px;
color:#666;font-size:9px;font-style:italic;height:16px;background-image:url(../images/news_bottom.gif);}
#news .link a{color:#666;text-decoration:none;}
#news .link a:hover{color:#ccc;text-decoration:none;}
#news .latest {margin:0px;padding:2px;padding-left:15px;font-size:10px;border-bottom:1px solid #1E1E1E;height:39px;background-image:url(../images/news_bg.gif);}
* + html .latest{line-height:11px;}
* html .latest{line-height:11px;}
#news .date {margin:0px;padding:1px;color:#666;}
#news .title_one {margin:0px;padding:0px;color:#ccc;}
#news .title_one a{color:#ccc;text-decoration:none;}
#news .title_one a:hover{color:#666;text-decoration:none;}
#news .title_two {margin:0px;padding:1px;color:#ccc;}


.special_main {border-bottom:1px solid #999;text-align:left;height:50px;padding:5px;}

/*PAGE HEADER LINKS*/

.solid_sound_audio, .vibgen, .magnum_fabrications, .magnum_organ, .magnum_acoustic, .richard_allan_audio, .recone_lab, .ra_technology, .magnum_group {margin:0px;padding:0px;padding-top:9px;padding-left:10px;background-color:#0A81D1;color:#ccc;font-weight:normal;font-size:10px;height:19px;background-image:url(../images/center_title_blue.gif); z-index:1;}

.solid_sound_audio a, .vibgen a, .magnum_fabrications a, .magnum_organ a, .magnum_acoustic a, .richard_allan_audio a, .recone_lab a, .ra_technology a, .magnum_group a {color:#ccc;border-right:1px solid #ccc;padding-left:5px;padding-right:5px;}

.solid_sound_audio a:hover, .vibgen a:hover, .magnum_fabrications a:hover, .magnum_organ a:hover, .magnum_acoustic a:hover, .richard_allan_audio a:hover, .recone_lab a:hover, .ra_technology a:hover, .magnum_group a:hover {color:#fff;border-right:1px solid #ccc;padding-left:5px;padding-right:5px;text-decoration:underline;}

.solid_sound_audio a.last, .vibgen a.last, .magnum_fabrications a.last, .magnum_organ a.last, .magnum_acoustic a.last, .richard_allan_audio a.last, .recone_lab a.last, .ra_technology a.last, .magnum_group a.last {color:#ccc;border-right:0px solid #ccc;padding-left:5px;padding-right:5px;}

.solid_sound_audio a:hover.last, .vibgen a:hover.last, .magnum_fabrications a:hover.last, .magnum_organ a:hover.last, .magnum_acoustic a:hover.last, .richard_allan_audio a:hover.last, .recone_lab a:hover.last, .ra_technology a:hover.last, .magnum_group a:hover.last {color:#fff;border-right:0px solid #ccc;padding-left:5px;padding-right:5px;text-decoration:underline;}


.sub_header_none {background-color:#0A81D1;color:#fff;padding:5px;}

/*PRODUCTS LISTING*/

#sorter {padding:5px;}

#productsListingTopNumber {padding:5px;}
#productsListingBottomNumber {padding:5px;}
#productsListingListingTopLinks {padding:5px;}
#productsListingListingBottomLinks {padding:5px;}
#productListing .centerBoxContentsProducts {border:0px solid #00ff00;position:relative;}
#productListing .centerBoxContentsProducts a img {border:0px solid #333;position:absolute;left:0px;top:10px;}
#productListing .centeredContent {border-bottom:0px solid #999;position:relative;text-align:left;height:140px;}
#productListing .itemTitle {padding:0px;margin:0px;border:0px solid #999;position:absolute;left:130px;top:10px;}
	#productListing .itemTitle a{color:#0A81D1;font-size:16px;}
	#productListing .itemTitle a:hover{color:#333;font-size:16px;}
#productListing .listingDescription {padding:0px;margin:0px;border:0px solid #999;position:absolute;left:130px;top:30px;}

.listingDescription p {
margin:0px;
padding:0px;
color:#333333;font-family:arial,helvetica,sans-serif;font-size:11px;
}


#productListing .product_price {border:0px solid #999;position:absolute;left:130px;top:110px;color:#0A81D1;font-size:16px;}
#productListing .normalprice {border:0px solid #ff0000;color:#0A81D1;font-size:16px;display:none;}
#productListing .productSpecialPrice {border:0px solid #ff0000;color:#0A81D1;font-size:16px;padding-right:5px;}
#productListing .productPriceDiscount {border:0px solid #ff0000;color:#333;font-size:14px;}
#productListing .product_add {border:0px solid #999;position:absolute;right:0px;top:110px;}
#productListing .add_box {border:1px solid #999;font-size:10px;margin-bottom:4px;display:none;}
#productListing .clearBoth {padding:0px;margin:0px;clear:both;border-bottom:1px solid #999;margin-right:-9px;margin-left:-9px;}
#indexProductList .clearBoth {padding:0px;margin:0px;clear:both;border-bottom:1px solid #999;margin-right:-9px;margin-left:-9px;}

/*PRODUCTS EXPANDED VIEW*/
#productName {border:0px solid #ff0000;padding:0px;margin:0px;color:#333;font-size:16px;}
#productPrices {border:0px solid #ff0000;padding:0px;margin:0px;font-size:18px;color:#0A81D1;margin-top:10px;}
#productGeneral #productPrices span.normalprice {border:0px solid #00ff00;padding:0px;margin:0px;display:block;color:#333;font-size:14px;font-weight:normal;}
#productGeneral #productPrices span.productSpecialPrice {border:0px solid #00ff00;padding:0px;margin:0px;display:block;color:#0A81D1;font-size:16px;}
#productGeneral #productPrices span.productPriceDiscount {border:0px solid #00ff00;padding:0px;margin:0px;display:block;color:#ff0000;font-size:12px;font-weight:normal;}

#productDescription_spacer {clear:both;background-color:#333333;padding:0px;margin-left:-8px;margin-right:-8px;background-image:url(../images/side_sub_title_grey.gif);}

#productDescription_spacer h3 {color:#ccc;font-size:14px;padding:6px 0px 0px 15px;margin:0px;color:#fff;font-weight:normal;height:22px;}


#productDescription_spacer_fix {clear:both;background-color:#333333;padding:0px;margin-left:-8px;margin-right:-8px;background-image:url(../images/side_sub_title_grey.gif);}

#productDescription_spacer_fix h3 {color:#ccc;font-size:14px;padding:6px 0px 0px 15px;margin:0px;color:#fff;font-weight:normal;height:22px;}

* + html #productDescription_spacer_fix h3 {padding-top:0px;padding-bottom:6px;margin-top:-12px;border:0px solid #00ff00;}

/*CROSS SELL*/

#crossSell h2 {
padding:6px 0px 0px 15px;
margin-left:-8px;
margin-right:-8px;
height:22px;
background-color:#333333;
background-image:url(../images/side_sub_title_grey.gif);
color:#fff;
font-size:14px;
font-weight:normal;
text-align:left;
}

#crossSell div.centerBoxContentsCrossSell {
border:0px solid #ff0000;
margin-top:10px;
}

#productDateAvailable {color:#666;font-size:11px;}

#productDateAdded {color:#666;font-size:11px;}

/*PAGE LOGOS*/

.page_logo {
margin:5px;
padding:0px;
position:relative;
width:500px;
height:74px;
}

.page_logo h3{
margin:0px;
padding:0px;
width:74px;
height:74px;
position:absolute;
left:0px;
top:0px;
}

.page_logo h3 span{
display:none;
}

#group_logo {background-image:url(../images/group.gif);width:74px;height:74px;}
#ra_logo {background-image:url(../images/group.gif);width:74px;height:74px;}
#lab_logo {background-image:url(../images/group.gif);width:74px;height:74px;}
#raa_logo {background-image:url(../images/group.gif);width:74px;height:74px;}
#acoustic_logo {background-image:url(../images/group.gif);width:74px;height:74px;}
#organ_logo {background-image:url(../images/group.gif);width:74px;height:74px;}
#fab_logo {background-image:url(../images/group.gif);width:74px;height:74px;}
#solid_logo {background-image:url(../images/group.gif);width:74px;height:74px;}
#vibgen_logo {background-image:url(../images/group.gif);width:74px;height:74px;}


.page_logo p.page_logo_header{
margin:0px;
padding:0px;
position:absolute;
left:85px;
top:27px;
font-size:18px;
}

.page_logo p.page_logo_text{
margin:0px;
padding:0px;
position:absolute;
left:85px;
bottom:8px;
font-size:16px;
}


#acoustic {font-size:12px;width:560px;color:#333;}
#acoustic td.first_top {text-align:left;background-color:#666;color:#fff;width:250px;}
#acoustic td.last_top {text-align:right;background-color:#666;color:#fff;}
#acoustic td.first {text-align:left;background-color:#ccc;}
#acoustic td.last {text-align:right;background-color:#ccc;}

.categoryListBoxContents img{position:absolute;left:0px;top:0px;}
.categoryListBoxContents span{position:absolute;left:15px;top:6px;font-size:14px;}
.categoryListBoxContents span a{color:#CCC;text-decoration:none;}
.categoryListBoxContents span a:hover{color:#0A81D1;text-decoration:none;}

.catDescContent {padding:3px;}
#indexProductListCatDescription {padding:3px;margin:0px;}

.leftBoxContainer #shark {
margin-top:0px;
margin-left:5px;
border:0px solid #333;
font-size:10px;
height:16px;
background:url(../images/shark.gif) no-repeat left;
padding-left:28px;
padding-top:1px;
}

#productAttributes  {

}

#productAttributes h3#attribsOptionsText{
display:none;
}

#productAttributes select{
width:150px;
}


/*ADD TO CART*/

#cart_input {
float:right;
margin:5px;
padding:0px;
border:0px solid #00ff00;
}

#cart_text_qu_in {
float:left;
margin:5px;
padding:4px;
border:0px solid #ff0000;
width:120px;
}

#cart_text_qu {
float:left;
margin:5px;
padding:4px;
border:
0px solid #ff0000;
width:80px;
font-size:12px;
}

#cart_button {
float:right;
margin:5px;
padding:0px;
border:
0px solid #00ff00;
}

.option_name {
float:left;
margin:5px;
margin-bottom:0px;
padding:4px;
border:0px solid #ff0000;
width:90px;
}

.option_select {
float:right;
margin:5px;
margin-bottom:0px;
padding:0px;
border:0px solid #00ff00;
}

#moreNewsDefault h4 {color:#ccc;font-size:14px;font-weight:normal;margin-top:-35px;margin-left:0px;margin-bottom:13px;}
#moreNewsDefault #moreNewsHeading {font-size:16px;font-weight:normal;}

#moreNewsDefault div.newsInfo {font-size:12px;font-weight:normal;}

#newsArchivHeading {color:#ccc;font-size:14px;font-weight:normal;margin-top:-35px;margin-left:0px;margin-bottom:13px;}

#newsArchivTable {font-size:12px;}


/*Checkout Table*/

#checkout_cq {font-size:12px;width:100%;color:#333;}

#checkout_cq input {font-size:11px;color:#333;margin:0px;padding:0px;margin-bottom:5px;}

#checkout_cq td.qty_top {text-align:left;background-color:#ccc;color:#333;width:60px;}
#checkout_cq td.item_top {text-align:left;background-color:#ccc;color:#333;}
#checkout_cq td.qty {text-align:left;background-color:#ccc;vertical-align:top;}

#checkout_cq td.item {text-align:left;vertical-align:top;}

#checkout_cq td.item div {margin:0px;padding:0px;}
#checkout_cq td.item div a img {margin:0px;padding:0px;float:left;margin-right:5px;margin-bottom:0px;}
#checkout_cq td.item div a span {margin:0px;padding:2px;}
#checkout_cq td.item div span.cartAttribsList {margin:0px;padding:0px;font-size:11px;}
#checkout_cq td.item div span.cartAttribsList ul{margin:0px;padding:px;list-style-type:none;}
#checkout_cq td.item div span.cartAttribsList ul li{margin:0px;padding:2px;margin-left:0px;}

#checkout_cq td.qty_center {text-align:center;background-color:#ccc;vertical-align:top;}

#checkout_cq tr.rowEven td {background-color:#E6E6E6;}
#checkout_cq tr.rowOdd td {background-color:#DFDFDF;}


#index_home_banners {padding:0px;margin:0px;height:200px;margin-top:20px;}
#index_home_banners div h2 {margin:0px;margin-bottom:10px;border:1px solid #999;width:168px;font-size:12px;float:left;text-align:center;padding:5px;background-color:#ccc;}
#index_home_banners div h2.middle {margin-left:10px;margin-right:10px;}
#index_home_banners div h2 a {color:#0A81D1;text-decoration:none;}
#index_home_banners div h2 a:hover {color:#fff;text-decoration:none;}

.greeting {padding-top:5px;}

#productDetailsList {font-size:12px;}

#ffscrollbarfix {
	position: absolute;
	top: 0;
	bottom: -0.1px;
	width: 1em;
	z-index: -1;
}



