/******************************************************************************
Dream Weaver CSS

**********************************************************************************/
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	line-height: 150%;
}
.twoColFixRtHdr #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	width: 820px;
	padding: 0;
	margin: 0;
	background-color: #320A19;
} 

#SessionFavourite {
	width: 820px;
	padding: 0;
	margin: 0;
	background-color: #320A19;
} 

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 0px;
	padding-top: 0px;
	
	
}

.twoColFixRtHdr #sidebarmain {
	padding: 0px 5px;
	border-left-color: #ABB1B7;
	border-left-width: 1px;
	border-left-style: solid;
	line-height: 150%;
	font-size: 10px;
	margin-top: 0px;
	text-align: left;
}

.twoColFixRtHdr #mainContent {
	margin: 0 210px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 13px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 150%;
} 
.twoColFixRtHdr #footer {
	background-color: #320a19;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF;
	color: #FFF;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

[if IE 5]>
 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }

<![endif][if IE]>
 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent {
	zoom: 1;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

@import url("helper.css");
@import url("alternative_master1.css");

/* Titles */
.twoColFixRtHdr #aboutbanner {
	height: 35px;
	width: 580px;
	background-image: url(../images/about.png);
}


.twoColFixRtHdr #maincontentbanner {
	height: 35px;
	width: 580px;
	background-image: url(../images/forthcoming_concerts.png);
}

.twoColFixRtHdr #aboutusbanner {
	height: 35px;
	width: 550px;
	background-image: url(../images/aboutus.png);
}

.twoColFixRtHdr #eventsbanner {
	height: 35px;
	width: 580px;
	background-image: url(../images/events.png);
	
}

.twoColFixRtHdr #productbanner {
	height: 35px;
	width: 580px;
	background-image: url(../images/bookaticket.png);
	
}

.twoColFixRtHdr #findamusicianbanner {
	height: 35px;
	width: 580px;
	background-image: url(../images/musiciandirectory.png);
	background-repeat: no-repeat;
	
	
}

.twoColFixRtHdr #addtocartbanner {
	height: 35px;
	width: 580px;
	background-image: url(../images/addtocart.png);
	
}

.twoColFixRtHdr #yourcartbanner {
	height: 35px;
	width: 580px;
	background-image: url(../images/yourcart.png);
	
}

.twoColFixRtHdr #billingaddressbanner {
	height: 35px;
	width: 580px;
	background-image: url(../images/billingaddress.png);
	
}

.twoColFixRtHdr #confirmorderbanner {
	height: 35px;
	width: 580px;
	background-image: url(../images/confirmorder.png);
	
}

.twoColFixRtHdr #getinvolvedbanner {
	height: 35px;
	width: 550px;
	background-image: url(../images/getinvolved.png);
	
}

.twoColFixRtHdr #contactusbanner {
	height: 35px;
	width: 585px;
	background-image: url(../images/contactus.png);
	
}

.twoColFixRtHdr #stayinformedbanner {
	height: 35px;
	width: 550px;
	background-image: url(../images/stayinformed.png);
	
}

.twoColFixRtHdr #multimediabanner {
	height: 35px;
	width: 580px;
	background-image: url(../images/multimedia.png);
	
}

.twoColFixRtHdr #missionstatementbanner {
	height: 35px;
	width: 550px;
	background-image: url(../images/missionstatement.png);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	
}

.twoColFixRtHdr #privacybanner {
	height: 35px;
	width: 580px;
	background-image: url(../images/privacypolicy_main.png);
	background-repeat: no-repeat;

}

.twoColFixRtHdr #refundsbanner {
	height: 35px;
	width: 580px;
	background-image: url(../images/refundspolicy_main.png);
	background-repeat: no-repeat;

}

.twoColFixRtHdr #legalbanner {
	height: 35px;
	width: 580px;
	background-image: url(../images/legal.png);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	
}

.twoColFixRtHdr #sitemapbanner {
	height: 35px;
	width: 580px;
	background-image: url(../images/sitemap.png);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	
}

.twoColFixRtHdr #subscribeemaillistbanner {
	height: 35px;
	width: 580px;
	background-image: url(../images/subscribeemaillist.png);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	
}

.twoColFixRtHdr #accessibilitybanner {
	height: 35px;
	width: 550px;
	background-image: url(../images/accessibility.png);
	margin-top: 13px;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}

.twoColFixRtHdr #membersareabanner {
	height: 35px;
	width: 580px;
	background-image: url(../images/membersarea.png);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}

.twoColFixRtHdr #sponsorshipbanner {
	height: 35px;
	width: 550px;
	background-image: url(../images/sponsorship.png);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}

.twoColFixRtHdr #friendsbanner {
	height: 35px;
	width: 550px;
	background-image: url(../images/friend.png);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}

.twoColFixRtHdr #constitutionbanner {
	height: 35px;
	width: 550px;
	background-image: url(../images/constitution.png);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}

#generictitlebanner {
	height: 34px;
	width: 550px;
	background-image: url(../images/generictitle.png);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #7D2314;
	padding-top: 8px;
	padding-left: 20px;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: left;
	}
	

#banner
{
	border-bottom: 1px solid gray;
	text-align:left;
	height: 100px;
	background:  url('.././images/banner.png') repeat;
	padding:0;
	margin: 0;
	border-top:0;
}






#content
{
	margin-left: 180px;
	margin-right: 180px;
	text-align: left;
	padding: 10px;
	margin-top: 10px;
	
}

.userContent{
	
}

#search_box{
	float: right;
	padding: 1em;
}

#pagetitle{
	color:white;
	clear: both;
	padding-left: 15px;
}

#LHSAdvert{
	background-color:#DDDDDD;
	margin: 10px;
}

#SessionFavourite{
	background-color:#DDDDDD;
	margin: 10px;
}

#bannerHeadingOuter{
	text-align: center;
	width: 100%;
}

#bannerHeading{
	text-align: center;
	color: white;
	font-style : italic;
	font-weight : bold;
	font-size: 24px;
	padding-top: 40px;
	margin-left: auto; 
	padding-left: 200px; 	/* Required I FF to counter site search box,  but removed by IE.css */			
}

/*********************************
	Standard Links
*********************************/
 a:link,  a:visited {
	color :#320a19;
	font-size: 11px;
}

 a:active,  a:hover{
	color:#760710;
	font-size: 11px;
}


/*********************************
	Drop Down Horizontal Menu
	
IMPORTANT: The width solution below does not work for IE.
Instead change the widths in IE.css	
*********************************/
#MainMenuHorizOuter{
	width: 100%;
	background-color: #320a19;
	text-align: center;
}

#MainMenuHoriz 
{
	text-align: center;
	background-color: #320a19;
	border-top:0 ;
	border-bottom:0; 
	border-top-style: none;
	border-bottom-style: none;	
	border-color:#320a19;
	margin-top:0;
	padding: 0;
	display:none;
	margin-left: auto; margin-right: auto; 
	width: 820px;
}



#MainMenuHoriz td{
	background-color: #FFFFFF;
}


#dropDownMenu
{	
	/* margin-left: 17%; */
	padding: 0;
	margin:0;

}


#dropDownMenu li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial
}

#dropDownMenu li a
{	display: block;
	margin: 0 0 0 0;
	padding: 3px 3px;
	width: 96px;
	background: #320a19;
	color: white;
	text-align: center;
	text-decoration: none
}

#dropDownMenu li a:hover
{	
	background: #ABB1B7;
}

#dropDownMenu div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;

}

#dropDownMenu div a
{	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 4px;
	width: 95px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background:#320a19 ;
	color: white;
	font: 12px arial}

#dropDownMenu div a:hover
{	
	background:#ABB1B7;
	color: white;
}




	
/*********************************
	No Script Horizontal Menu
*********************************/

#MainMenuHoriz_noscript
{
	text-align: center;
	background-color: #320a19;
	border-left: 1px solid;
	border-right:1px solid;
	border-top:0 ;
	border-bottom:0; 
	border-top-style: none;
	border-bottom-style: none;	
	border-color:#320a19;
	padding:0;
	margin-top:0;
}

#noscript {
	margin:0;
	padding:0;
}

#noscript table{
	margin:0;
	padding:0;
}

#noscript td{
	background-color: #320a19;
	padding:10px;
	font-size: 12px;
}

.noscript_separator{
	color: #404040;
}

.noscript_label{
	color: silver;
}

#noscript a:link, #noscript a:visited{
	color:#FFFFFF;
}

#noscript a:active, #noscript a:hover{
	color:white;
}


/*********************************
	Vertical Menu
*********************************/

#MainMenuVert{
	background-color: #320a19;
	text-align: left;
	margin: 10px;
}

#MainMenuVert ul li a:link, #MainMenuVert ul li a:visited
{
	line-height:1.6em;
	list-style-type:  none;
	text-decoration: none;
	color: #ffffff;
}

#MainMenuVert ul li a:active, #MainMenuVert ul li a:hover
{
	
	color: maroon;
	line-height:1.6em;
	
}

#MainMenuVert li{
	list-style-type:  none;
}


/*********************************
	Vertical Expandable Menu
*********************************/

#MainMenuVertExpandableDiv{
	
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #320a19;
	padding-right: 5px;
	padding-left: 0px;
}


#MainMenuVertExpandable{
	background-color: #320a19;
	text-align: left;
	padding-left: 10px;
	margin-left: 5px;
}

#MainMenuVertExpandable ul li a:link, #MainMenuVertExpandable ul li a:visited
{
	line-height:1.6em;
	list-style-type:  none;
	text-decoration: none;
	color: #ffffff;
}

#MainMenuVertExpandable ul li a:active, #MainMenuVertExpandable ul li a:hover
{
	color: maroon;
	line-height:1.6em;
	list-style-type:  none;
	text-decoration: none;
}

#MainMenuVertExpandable li{
	list-style-type:  none;
}

.MainMenuItem  a:link, .MainMenuItem  a:visited
{
	line-height:1.6em;
	list-style-type:  none;
	text-decoration: none;
	color: #ffffff;
}

.MainMenuItem  a:active, .MainMenuItem  a:hover
{
	color: maroon;
	line-height:1.6em;
	list-style-type:  none;
	text-decoration: none;
}


.expandableHeading{
	color: #ffffff;
	font-weight : normal;
}

/*********************************
	Footer Menu Links
*********************************/

#footermenu{
padding-top: 5px;
font-size:10px;
}

#footermenu a:link, #footermenu a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#footermenu a:active, #footermenu a:hover{
	color:white;
	 text-decoration: underline;
}


.footermenu_separator{
	color: #FFFFFF;
}

#poweredby{
	float: right;
	width: 200px;
	padding-top: 5px;
	padding-right: 5px;
	text-align:right;
	font-size:10px;
}



#poweredby a:link, #poweredby a:visited {
	color: #404040;
	text-decoration: underline;
}

#poweredby a:active, #poweredby a:hover{
	color:white;
	 text-decoration: underline;
	 font-size:10px;
}

#copyright{
	float: left;
	width: 200px;
	font-size:10px;
	padding-top: 5px;
	padding-left: 5px;
	text-align:left;
	color: #404040;
}

/*********************************
	Accessibility
*********************************/


#accessibility{
	float: left;
	padding: 1em;
}

#accessibility a:link, #accessibility a:visited {
	color: #404040;
	text-decoration: underline;
}

#accessibility a:active, #accessibility a:hover{
	color:white;
	 text-decoration: underline;
}


.accessibilityLink
{
	color: #404040;
}

.accessinilityLinkSeparator{
	color: #404040;
}


/*********************************
	Messages
*********************************/

#error{
	background-color: maroon;
	color: white;
	margin-bottom: 10px;
	text-align: center;
}

#status{
   background-color: maroon;
	color: white;
	margin-bottom: 10px;
	text-align: center;
}

#welcome{
	color: #320a19;
	margin-bottom: 10px;
	text-align: center;
}

/*********************************
	Headings and General Purpose
*********************************/

.stdText{
	font-size: 12px;
}

h2{
	color:#320a19;
	font-size: 11px;
	font-weight : bold;
}

.titleText{
	color:#320a19;
	font-size: 11px;
	font-weight : bold;
}


.centre{
	text-align: center;
}


table{
	font-size: 11px;
}


.table-search-box-outer{
	background-color:#DDDDDD;
	width:100%;
	text-align:center;
	font-size: 12px;
}

.table-search-box{
	display: table;
	margin-left: auto; margin-right: auto; 
	
}

.control-settings{
	font-size:10px;
}

.highlight{
	color:#320a19;
}


.centreDivOuter{
	text-align: center;
	width: 100%;
}

.centreDiv{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.centreDivOuter{
	text-align: center;
	width: 100%;
}



/*********************************
	Forms
*********************************/

fieldset {
		padding: 0 5px 5px 5px;
		border: solid 1px #320a19;
 		border-color: #320a19;
		font-size: 12px;
		margin: 10px;
	}
	
legend {
		padding: 5px;
		color: gray;
	}
	
label {
	padding-right: 10px;
	font-size: 11px;
}
	
select {
	display: block;
	
}

input {
	display: block;
}

input.submit {
	display: inline;
	font-size: 12px;
  	color:#fff;
  	display:block;
   	border:none;
	background-color:#320a19;
	width: 100px;	
	margin: 5px;
	padding: 3px
}

input.submit:hover {
  	color:#D6909A;
}


input.submit-small {
	display: inline;
	font-size: 12px;
  	color:#fff;
  	display:block;
   	border:none;
	background-color:#320a19;
	width: 60px;	
	margin: 5px;
	padding: 3px
}

input.submit-small:hover {
  	color:#D6909A;
}


input.submit-very-small {
	display: inline;
	font-size: 12px;
  	color:#fff;
  	display:block;
   	border:none;
	background-color:#320a19;
	width: 25px;	
	margin: 5px;
	padding: 3px
}

input.submit-very-small:hover {
  	color:#D6909A;
}



#field_set_buttons{
	
	padding: 10px;
	margin: 10px auto;
}



/*********************************
Query Product, Review, News and Events
*********************************/

.product_detail{
	width:100%;
	
}

.subQueryContent{
	
	padding: 10px 0 0 0;
	margin: 0;
	display: table;
}



.subQueryContent h1{
	margin-left: 10px;
	text-align:left;
}


.query{
	width:100%;
	text-align: center;
} 

.queryLine{
	width: 553px;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AC693C;
	background-color: #FFF;
	

}

.queyPageLink{
}

.queyPageLink a:link, .queyPageLink a:visited {
	color : black;
	text-decoration: underline;
}

.queyPageLink a:active, .queyPageLink a:hover{
	color: maroon;
	 text-decoration: underline;
}

.queryLine table{
	font-size: 12px;
}

reviewForm{
	text-align:center;
	margin: 10px auto;
	
}

#addreview{
	text-align:center;
}

#addReviewButton{
	display: table;
	margin: 10px auto;
}


.detailRecord{
	font-size: 12px;
	margin: 10px;
	display: table;
	width:100%;
}



/*********************************
Member AccountLogon and Security
*********************************/


#accountFunctionContainer{
	display: table;
	text-align:left;
	width: 350px;
	padding-right: 10px;
	padding-left: 10px;
}

#accountFunctionContainer h1{
		
}

#accountFunctionContainer a:link,  #accountFunctionContainer a:visited {
	color :#320a19;
	display:inline;
}

#accountFunctionContainer a:active, #accountFunctionContainer a:hover{
	color: maroon;
	display: inline;
}

#newMembers{
	margin-bottom: 30px;
}


#logonPanel{
	text-align:center;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-top: 10px;
	background-image: url(../images/rightpanel_full_generic.png);
	background-repeat: no-repeat;
	
}

.surnameSearch{
	width: 100%;
	text-align:center;
	background-color: #EEEEEE;
}	

.surnameSearchInner{
	margin-left: auto;
	margin-right:  auto;
	display: table;
}	

.memberNotes{
	width: 100%;
	text-align:center;
}

.memberNotesInner{
	margin-left: auto;
	margin-right:  auto;
	display: table;
}



.memberOrders{
	width: 100%;
	text-align:center;
}

.memberOrders{
	margin-left: auto;
	margin-right:  auto;
	display: table;
}

#memberOrderDetail{
	width:100%;
}

.memberOrderInformation{
	background-color:#EEEEEE;
}

.securityViolation{
	width:100%;
}

/*********************************
Shopping Cart and Order Processing
*********************************/
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	font-weight: bold;
	color: #40037F;
}

.order{
	width:100%;
}

.order td {
	font-size: 8pt;
	background-color :#EEEEEE;
	border-width: 1px; 
	border-style: solid; 
	border-color:white;

}
	
.order td.order-detail-heading{		
	font-size: 8pt;
	color: white;
	background-color : gray;
}


.order-detail-money{		
	font-size: 8pt;
	font-family:  Courier;
	color: black;
	
}

.checkout{
	width:100%;
}


.callback{
	width:100%;
	text-align:center;
}

.callback-inner{
	width:70%;
	margin-left: auto; margin-right: auto; 
	margin-top: 200px;
}


/*********************************
	Gallery Image Vuewer
*********************************/


#flashcontentOuter{
	text-align:center;
}

#flashcontent{
	background-color: #320a19;
	width: 520px;
	margin-left: auto; margin-right: auto;
}


/*********************************
	JavaScript
*********************************/
.expanderPromptText{
	color:#404040 ;
	
}

/*********************************
	JavaScript
*********************************/

.threadDivOuter{
	text-align:center;
	width: 100%;
}

.threadDiv{
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.threadItem{
	background-color: #DDDDDD;
}

/*********************************
	Google Map Interface
*********************************/
.tooltip{
	background-color: white;
	border: 1px solid gray;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size: 9px;
	padding:2px;
	width: 120px;
}

.tooltipTitle{
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size: 9px;
}

.tooltipText{
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size: 9px;
}

#mapConsole{
	background-color: white;
	border: 1px solid gray;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size: 9px;
	padding:2px;
	margin: 5px;
}

#mapSearch{
	text-align:center;
	background-color:#DDDDDD;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-top: 10px;	
}	
.footerText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: underline;
}
.eventText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 150%;
}

.DisplayContent {
	padding-left: 15px;
	width: 550px;
	line-height: 150%;
}
#searchBox {
	width: 553px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AC693C;

}

.spacer {
	height: 5px;
	background-color: #320a19;
}

.spacerWhite {
	padding-top: 5px;
	background-color: #FFFFFF;
}

li {
	
	line-height: 150%;
	
}
.socialnetWebPage {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: 550px;
	height: 900px;
}
.lineText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: justify;
	line-height: 150%;
}
#tsotitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	float: right;
	background-color: #320a19;
	width: 820px;
	margin-left: 680px;
	height: 25px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	color: #7d2314;
}
#contentBorder {
	padding-right: 15px;
	padding-left: 10px;
	
}
th {
	background-color: #AC693C;
	color: #FFF;
}

#searchBox th {
	background-color: #D3CCB2;
	color: #320A19;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}


/*********************************
	Right Panel Stuff
*********************************/

#rightpanelticket {
	background-image: url(../images/rghtpanel_ticket.png);
	background-repeat: no-repeat;
	height: 167px;
	width: 185px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ABB1B7;
}

#rightpanelemail {
	background-image: url(../images/rghtpanel_email.png);
	background-repeat: no-repeat;
	height: 151px;
	width: 185px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ABB1B7;
}

#rightpanelmusician {
	background-image: url(../images/rghtpanel_musician.png);
	background-repeat: no-repeat;
	height: 151px;
	width: 185px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ABB1B7;
}

#rightpanelcc {
	background-image: url(../images/cc_logos.png);
	background-repeat: no-repeat;
	height: 330px;
	width: 185px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ABB1B7;
}

#rightpanelcc2 {
	background-image: url(../images/refundpolicy_icon.png);
	background-repeat: no-repeat;
	height: 167px;
	width: 185px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ABB1B7;
}

#rightpanelcc3 {
	background-image: url(../images/privacypolicy_icon.png);
	background-repeat: no-repeat;
	height: 167px;
	width: 185px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ABB1B7;
}

#rightpanelcart {
	height: 115px;
	width: 185px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ABB1B7;
}

#rightpanelcheckout {
	height: 130px;
	width: 185px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ABB1B7;
}

#rightpanelcc4 {
	background-image: url(../images/contactinfo_icon.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 185px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ABB1B7;
}
 
#detailBoxNoBorder {
	padding-right: 20px;
	padding-left: 20px;
}

#logonbackground1 {
	background-image: url(../images/logonbackground1.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 177px;
	padding-top: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ABB1B7;
}

.twoColFixRtHdr #sidebarbanner {
	height: 34px;
	width: 191px;
	background-image: url(../images/booktickets.png);
	border-left-style: solid;
	border-left-color: #ABB1B7;
	border-left-width: 1px;
	padding: 0;
	margin: 0;
	margin-top: 13px;
}

.twoColFixRtHdr #sidebarbanner2 {
	height: 34px;
	width: 191px;
	background-image: url(../images/joinemailist.png);
	border-left-style: solid;
	border-left-color: #ABB1B7;
	border-left-width: 1px;
	padding: 0;
	margin: 0;
}

.twoColFixRtHdr #sidebarbanner3 {
	height: 34px;
	width: 191px;
	background-image: url(../images/findamusician.png);
	border-left-style: solid;
	border-left-color: #ABB1B7;
	border-left-width: 1px;
	padding: 0;
	margin: 0;
}

.twoColFixRtHdr #sidebarbanner4 {
	height: 34px;
	width: 191px;
	background-image: url(../images/memberlogon.png);
	border-left-style: solid;
	border-left-color: #ABB1B7;
	border-left-width: 1px;
	padding: 0;
	margin: 0;
}

.twoColFixRtHdr #sidebarbannercc1 {
	height: 34px;
	width: 191px;
	background-image: url(../images/buy_with_confidence.png);
	border-left-style: solid;
	border-left-color: #ABB1B7;
	border-left-width: 1px;
   margin-top: 13px;

}

.twoColFixRtHdr #sidebarbannercc2 {
	height: 34px;
	width: 191px;
	background-image: url(../images/refundpolicy.png);
	border-left-style: solid;
	border-left-color: #ABB1B7;
	border-left-width: 1px;
  

}

.twoColFixRtHdr #sidebarbannercc3 {
	height: 34px;
	width: 191px;
	background-image: url(../images/privacypolicy.png);
	border-left-style: solid;
	border-left-color: #ABB1B7;
	border-left-width: 1px;
  

}

.twoColFixRtHdr #sidebarbannercc4 {
	height: 34px;
	width: 191px;
	background-image: url(../images/contactinfo.png);
	border-left-style: solid;
	border-left-color: #ABB1B7;
	border-left-width: 1px;
  

}

.twoColFixRtHdr #sidebarbannercart {
	height: 34px;
	width: 191px;
	background-image: url(../images/rightpanel_shoppingcart.png);
	border-left-style: solid;
	border-left-color: #ABB1B7;
	border-left-width: 1px;
   margin-top: 13px;

}

.twoColFixRtHdr #sidebarbannercheckout{
	height: 34px;
	width: 191px;
	background-image: url(../images/rightpanel_checkout.png);
	border-left-style: solid;
	border-left-color: #ABB1B7;
	border-left-width: 1px;
  
}
.fieldsetinnerborder {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
}

.imagefloatLeft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.imagespace {
	padding-right: 10px;
	padding-bottom: 10px;
}
