body {
	margin: 0px;
        padding: 0px;
        text-align: center;
}

.prodpageholder {
     width: 598px;
     /*height: 1000px;*/
     margin: auto; 
     background-color: #ffffff;
     overflow: visible;
}

.prodpageleft {
     width: 310px;
     height: 1000px;
     float: left;
     background-color: #ffcc00;
}

.prodpagerighttop {
     width: 288px;
     height: 300px;
     float: right;
     background-color: #ff9900;
}

.prodpagerightbottom {
     width: 288px;
     height: 650px;
     float: right;
     background-color: #aaaaaa;
     overflow: auto;
}

/* ============= QUICK FONTS ================ */

.needlogin1 {
     font-family: Arial, sans-serif;
     font-size: 14pt;
     color: #333333;
}

/* ============= END OF QUICK FONTS ================ */

#pageSurround {
	width: 990px;
	margin: 0px auto;
	background-color: #ffffff;
        text-align: left;
        overflow: hidden; 	
}
#topHeader {
        width: 990px;
	text-align: center;
	height: 333px;
        background-image: url(../styleImages/header.jpg);
        background-repeat: no-repeat;	
}
.boxTitleLeft, .boxTitleRight {
	color: #FFFFFF;
	background-color: #031074;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	height: 15px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 5px;
}
.boxContentLeft, .boxContentRight {
	border: 1px solid #000000;
	background-color: #EBEDFE;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.contentholder {
     width: 990px;
     margin: auto;
}
.colLeft {
	position: relative;
	z-index:5;
	left: 0px;
	width: 190px;
        height: 1174px;
	float: left;
	background-color: #787978;
}
.colMid {
	position: relative;
	/*width: 403px;*/
	width: 604px;
        height: 1108px;
	float: left;
        margin: 0px 15px 0px 15px;
}
.colRight {
	position: relative;
	z-index:5;
	width: 166px;
        height: 1174px; 
	right: 0px;
        float: right;
	background-color: #787978;
        text-align: center;
}
.addressdetails {
     width: 990px;
     height: 73px;
     margin: 20px auto;
     float: left;
     text-align: center;
     font-family: Verdana, sans-serif;
     font-size: 8pt;
     color: #333333;
}
.boxContent {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-family: 16pt;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	position: inherit
        text-align: left;
        /*height: 100%;*/
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 568px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
        font-family: Verdana, sans-serif;
        font-size: 12pt;
}
#subCats {
	text-align:justify;
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#imgThumbSpace{
	line-height: 0px;		
}
#imgThumbSpace img {
	padding-right: 3px;
	padding-bottom: 3px;		
}

div.latestProds {
	text-align: center;
	width: 131px;
	height: 100px;
	float: left;
	overflow: hidden;
}

/*
Start Cross-Browser DHTML Menu
*/

#mainmenu-nav {
	list-style: none;
	list-style-type: none;
	width: 158px;
	padding: 0px;
	margin: 0px;
}

.li-nav a {
	padding: 2px 1px;
	background-color: #EBEDFE;
	width: 148px;
	display: block;
	text-indent: 2px;
	color: #070F72;
	text-decoration: none;
	margin: 0px;
}
.li-nav a:hover {
	background-color: #FFFFFF;
	color: #FF6600;
}

.ul-nav, .li-nav {
	display: block;
	list-style: none;
}

.ul-nav {
	width: 150px;
	padding: 0px;
}

.li-nav {	
	float: left;
}

.li-nav .ul-nav  {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 4px solid #0858B6;
	z-index: 99;
}

a.hassubmenu {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 143px 6px;
}
/*
End Cross-Browser DHTML Menu
*/

/* ========================== MIKES ADDITIONAL STYLES ===================== */

.menubutton {
     width: 117px;
     height: 51px;
     background-image: url(../styleImages/menubutton.jpg);
     background-repeat: no-repeat;
     text-align: center;
     margin: 15px auto 0px auto;
}

.menulink {
     font-family: Arial, sans-serif;
     font-size: 11pt;
     font-weight: bold;
     color: #ffffff;
     text-decoration: none;
     position: relative;
     top: 17px;
}

.bottomleft {
     width: 190px;
     height: 266px;
     background-image: url(../styleImages/blbg.jpg);
     background-repeat: repeat-x;
     text-align: center;
     padding-top: 10px;
}

.bottomright {
     width: 166px;
     height: 342px;
     background-image: url(../styleImages/brbg.jpg);
     background-repeat: repeat-x;
     background-color: #000000;
     text-align: center;
}

.equiptext1 {
     font-family: Arial, sans-serif;
     font-size: 15pt;
     font-weight: bold;
     color: #ffffff;
     line-height: 27px;
}

.equiptext2 {
     font-family: Arial, sans-serif;
     font-size: 14pt;
     color: #ffffff;
}

.blmorelink {
     font-family: Arial, sans-serif;
     font-size: 10pt;
     color: #FF5A00;
     text-decoration: none;
}

.rockontext1 {
     font-family: Arial, sans-serif;
     font-size: 11pt;
     color: #ffffff;
}

.rockontext2 {
     font-family: Arial, sans-serif;
     font-size: 14pt;
     font-weight: bold;
     color: #ffffff;
}

.topmiddle {
     width: 604px;
     height: 140px;
     margin: 10px auto 0px auto;
     text-align: center;
     font-family: Arial, sans-serif;
     font-size: 11pt;
     color: #888888;
     background-color: #ffffff;
}

.toplink {
     font-family: Arial, sans-serif;
     font-size: 11pt;
     font-weight: bold;
     color: #FF5A00;
     text-decoration: none;     
     position: relative;
     top: 10px;
}

.boxspeakers {
     width: 288px;
     height: 136px;
     background-image: url(../styleImages/speakers.jpg);
     background-repeat: no-repeat;
     float: left;
     margin-bottom: 10px;
}

.boxstarbuy {
     width: 288px;
     height: 136px;
     background-image: url(../styleImages/starbuy.jpg);
     background-repeat: no-repeat;
     float: right;
     margin-bottom: 10px;
}

.boxmosfetsmodules {
     width: 288px;
     height: 136px;
     background-image: url(../styleImages/mosfetsmodules.jpg);
     background-repeat: no-repeat;
     float: left;
     margin-bottom: 10px;
}

.boxamplifiers {
     width: 288px;
     height: 136px;
     background-image: url(../styleImages/amplifiers.jpg);
     background-repeat: no-repeat;
     float: right;
     margin-bottom: 10px;
}

.boxpasystems {
     width: 288px;
     height: 136px;
     background-image: url(../styleImages/pasystems.jpg);
     background-repeat: no-repeat;
     float: left;
     margin-bottom: 10px;
}

.boxmixingdesks {
     width: 288px;
     height: 136px;
     background-image: url(../styleImages/mixingdesks.jpg);
     background-repeat: no-repeat;
     float: right;
     margin-bottom: 10px;
}

.boxpolesstands {
     width: 288px;
     height: 136px;
     background-image: url(../styleImages/polesstands.jpg);
     background-repeat: no-repeat;
     float: left;
     margin-bottom: 10px;
}

.boxcables {
     width: 288px;
     height: 136px;
     background-image: url(../styleImages/cables.jpg);
     background-repeat: no-repeat;
     float: right;
     margin-bottom: 10px;
}

.boxaccessories {
     width: 288px;
     height: 136px;
     background-image: url(../styleImages/accessories.jpg);
     background-repeat: no-repeat;
     float: left;
     margin-bottom: 10px;
}

.boxspares {
     width: 288px;
     height: 136px;
     background-image: url(../styleImages/spares.jpg);
     background-repeat: no-repeat;
     float: right;
     margin-bottom: 10px;
}

.expertadvice {
     font-family: Arial, sans-serif;
     font-size: 19pt;
     font-weight: bold;
     color: #ffffff;
     position: relative;
     top: 275px;
     right: 250px;
}

.phonenumber {
     font-family: Arial, sans-serif;
     font-size: 30pt;
     font-weight: bold;
     color: #ffffff;
     float: right;
     position: relative;
     top: 235px;
     right: 10px;
     letter-spacing: 3px;
}

.searchbox {
     width: 147px;
     height: 45px;
     background-image: url(../styleImages/searchbox.jpg);
     background-repeat: no-repeat;
     margin: auto;     
}

.searchboxinside {
     width: 137px;
     height: 35px;
     margin: auto;     
     position: relative;
     top: 5px;
     left: 5px;
}

.searchtextbox {
     width: 100px;
     height: 15px;
     border: 1px solid #000000;
}

.searchcaption {
     font-family: Arial, sans-serif;
     font-size: 10pt;
     color: #ffffff;
}

.searchbutton {
     width: 23px;
     height: 23px;
     border: none;
     background-image: url(../styleImages/searchgo.jpg);
     background-repeat: no-repeat;     
}

.basketbox {
     width: 147px;
     height: 67px;
     background-image: url(../styleImages/shoppingcartbg.jpg);
     background-repeat: no-repeat;     
     margin: 15px auto 0px auto;
}

.cartempty {
     font-family: Arial, sans-serif;
     font-size: 11pt;
     color: #000000;
     position: relative;
     left: 20px;
     top: 35px;
}

.cartfull {
     font-family: Arial, sans-serif;
     font-size: 11pt;
     color: #000000;
     position: relative;
     left: 20px;
     top: 30px;
}

.loginbox {
     width: 147px;
     height: 197px;
     background-image: url(../styleImages/loginbox.jpg);
     background-repeat: no-repeat;
     margin: 15px auto 0px auto; 
}

.loginboxinside {
     width: 137px;
     height: 197px;
     margin: auto;
}

.logintextbox {
     width: 70px;
     height: 15px;
     border: 1px solid #000000;
     font-family: Arial, sans-serif;
     font-size: 8pt;
     color: #000000;
}

.logincaption {
     font-family: Arial, sans-serif;
     font-size: 9pt;
     color: #ffffff;
}

.loginbutton {
     width: 59px;
     height: 32px;
     border: 0px solid;
     background-image: url(../styleImages/logingo.jpg);
     background-repeat: no-repeat;     
}

.loginboxgo {
     width: 147px;
     height: 197px;
     background-image: url(../styleImages/controlpanel.jpg);
     background-repeat: no-repeat;
     margin: 20px auto 0px auto; 
}

.loginboxgoinside {
     width: 137px;
     height: 197px;
     margin: auto;
}

.breadcrumbs {
     font-family: Arial, sans-serif;
     font-size: 11pt;
     color: #333333;
}

.breadcrumblink {
     font-family: Arial, sans-serif;
     font-size: 11pt;
     color: #0000bb;
     text-decoration: none;
}

.categoryheader {
     width: 598px;
     height: 67px;
     background-image: url(../styleImages/categoryheader.jpg);
     background-repeat: no-repeat;
     font-family: Arial, sans-serif;
     font-size: 30pt;
     color: #ffffff;
     padding-top: 10px;
     text-align: center;
}

.catlistprodtitle {
     font-family: Arial, sans-serif;
     font-size: 16pt;
     color: #FF5A00;
     text-decoration: none;
}

.catlistproddesc {
     font-family: Arial, sans-serif;
     font-size: 13pt;
     color: #5B5B5A;
}

.catlistprodprice {
     font-family: Arial, sans-serif;
     font-size: 14pt;
     color: #5B5B5A;
}

.catlistviewmore {
     font-family: Arial, sans-serif;
     font-size: 12pt;
     color: #000000;
}

.catlistprodcode {
     font-family: Arial, sans-serif;
     font-size: 11pt;
     color: #000000;
}

.prodpagedesc {
     font-family: Arial, sans-serif;
     font-size: 9pt;
     color: #222222;
}

.buynowbutton {
     width: 104px;
     height: 34px;
     border: 0px solid;
     background-image: url(../styleImages/buynowbutton.jpg);
     background-repeat: no-repeat;
}

.catboxtitle, a.catboxtitle {
     font-family: Arial, sans-serif;
     font-size: 12pt;
     font-weight: bold;
     color: #FF5A00;
     text-decoration: none;
}

.catboxbody {
     font-family: Arial, sans-serif;
     font-size: 10pt;
     color: #000000;
     text-decoration: none;
}

.catboxtitlestar {
     font-family: Arial, sans-serif;
     font-size: 18pt;
     font-weight: bold;
     color: #FF5A00;
}

.catboxbodystar {
     font-family: Arial, sans-serif;
     font-size: 10pt;
     font-weight: bold;
     color: #000000;
}

.welcomecaption1 {
     font-family: Arial, sans-serif;
     font-size: 11pt;
     font-weight: bold;
     color: #000000;
}

.welcomecaption2 {
     font-family: Arial, sans-serif;
     font-size: 11pt;
     font-weight: bold;
     color: #000000;
}

.welcomelink {
     font-family: Arial, sans-serif;
     font-size: 11pt;
     font-weight: bold;
     color: #ffffff;
}

.welcomelink:hover {
     color: #cccccc;
     text-decoration: none;
}

.companynumbers {
     font-family: Arial, sans-serif;
     font-size: 8pt;
     font-weight: bold;
     color: #000000;
}

.registerlink {
     font-family: Arial, sans-serif;
     font-size: 8pt;
     font-weight: bold;
     color: #0000bb;
     text-decoration: none;
}

.contactholder {
     width: 590px;
     height: 981px;
     background-image: url(../styleImages/guitar.jpg);
     background-repeat: no-repeat;
     background-position: bottom;
     margin: auto;
}

.contactleft {
     width: 320px;
     float: left;
     font-family: Arial, sans-serif;
     font-size: 15pt;
     font-weight: bold;
     color: #000000;
}

.contactright {
     width: 270px;
     float: right;
     text-align: center;
}

.conadd1 {
     font-family: Arial, sans-serif;
     font-size: 15pt;
     font-weight: bold;
     color: #FF5A00;
     line-height: 30px;
}

.conadd2 {
     font-family: Arial, sans-serif;
     font-size: 15pt;
     font-weight: bold;
     color: #000000;
     line-height: 30px;
}

.concap1 {
     font-family: Arial, sans-serif;
     font-size: 12pt;
     color: #333333;
}

.concap2 {
     font-family: Arial, sans-serif;
     font-size: 9pt;
     font-weight: bold;
     color: #FF5A00;
}

.conbutton {
     width: 61px;
     height: 24px;
     background-image: url(../styleImages/consend.jpg);
     background-repeat: no-repeat;
     border: none;
}
