/* =============== CSS RESET =============== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

 ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	
	
}

body{
	margin:0 0 10px 0;
	padding:0;
	background:url(/Images/TEMPLATE/bodyBkg.jpg );
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
	line-height: 18px;
}

#container{
	margin:0 auto;
	width:919px;
}
#contentContainer{
	margin:0 auto;
	background:url(/images/template/contentBkg.gif) repeat-y;
	width:919px;
	padding-top:4px;
}
#sectionHeader{
	width:919px;
	height:308px;
	/*height:258px;*/
	margin-top:4px;
	clear:both;
}
#sectionHeader a{display:block; width:540px; height:50px; text-indent:-9999px;}
.sectionHeader_home{
	background:url(/Images/TEMPLATE/br_headerHome_new.jpg);
	}
.sectionHeader_about{
	background:url(/Images/TEMPLATE/br_headerAbout1.jpg);
	}
.sectionHeader_tour{
	background:url(/Images/TEMPLATE/br_headerTour.jpg);
}
.sectionHeader_music{
	background:url(/Images/TEMPLATE/br_headerMusic.jpg);
}
.sectionHeader_gallery{
	background:url(/Images/TEMPLATE/br_headerGallery.jpg);
}
.sectionHeader_community{
	background:url(/Images/TEMPLATE/br_headerCommunity.jpg);
}
.sectionHeader_news{
	background:url(/Images/TEMPLATE/br_headerNews_new.jpg);
}
.sectionHeader_store{
	background:url(/Images/TEMPLATE/br_headerStore.jpg);
}
#content{
	float:left;
	width:596px;
	padding:6px 12px;
	margin-left:25px;
	margin-bottom:20px;
	height:300px;
	height:auto;
	min-height:300px!important;
	_padding:6px;
	_margin-left:12px;

}
#sideBar{
	float:left;
	width:230px;
	margin-left:15px;
	margin-bottom:15px;
}
#footer{
	background:url(/images/template/br_footer.gif) no-repeat;
	width:919px;
	height:38px;
	clear:both;
	color:#fff;
	font-size:10px;
	clear:both;
}
	#footerLinks{
		padding-top:2px;
		margin-left:50px;
		float:left;
		width:600px;
		_margin-left:25px;
	}
	#copyright{
		padding-top:2px;
		float:right;
		width:230px;
	}
	#footer a{
		color:#fff;
	}

.clear{
	clear:both;
}

#OCC a {
    background: url(http://officialcommunity.com/images/OCCLogo_Footer.png) no-repeat scroll right top transparent;
    color: #000;
    display: block;
    height: 39px;
    padding-right: 90px;
	padding-top:2px;
    width: 70px;
	float:right;
	margin-right:30px;
	font-size:9px;
	}

/*NAVIGATION STYLES*/
#nav{
	float:left;
	width:500px;
	position:relative;
	top:80px;
	margin-left:30px;
}
	#nav ul{
		margin:0;
	}
	#nav ul li{
		float:left;
		display:block;
	}
	#nav ul li a{
		height:20px;
		display:block;
		background-position:0 0;
		text-indent:-10000px;
	}
	#nav ul li a#nav_news{
		background:url(/images/template/nav/br_nav_news.jpg);
		width:53px;
	}
	#nav ul li a#nav_about{
		background:url(/images/template/nav/br_nav_about.jpg);
		width:62px;
	}
	#nav ul li a#nav_music{
		background:url(/images/template/nav/br_nav_music.jpg);
		width:64px;
	}
	#nav ul li a#nav_tour{
		background:url(/images/template/nav/br_nav_tour.jpg);
		width:62px;
	}
	#nav ul li a#nav_gallery{
		background:url(/images/template/nav/br_nav_gallery.jpg);
		width:78px;
	}
	#nav ul li a#nav_community{
		background:url(/images/template/nav/br_nav_community.jpg);
		width:112px;
	}
	#nav ul li a#nav_store{
		background:url(/images/template/nav/br_nav_store.jpg);
		width:64px;
	}
	#nav ul li a#nav_news:hover,
	#nav ul li a#nav_about:hover,
	#nav ul li a#nav_music:hover,
	#nav ul li a#nav_tour:hover,	
	#nav ul li a#nav_gallery:hover,
	#nav ul li a#nav_community:hover,
	#nav ul li a#nav_store:hover,	
	#container .newsOn ul li a#nav_news,
	#container .aboutOn ul li a#nav_about,
	#container .musicOn ul li a#nav_music,
	#container .tourOn ul li a#nav_tour,
	#container .communityOn ul li a#nav_community,
	#container .galleryOn ul li a#nav_gallery,
	#container .storeOn ul li a#nav_store{background-position:0 20px;}
	
/*sub nav styles */	
#subNav,#subNavGallery,div#toursubNav{
	background:url(/images/template/br_leaf.gif) no-repeat;
	height:22px;
	background-position:0 0;
	padding-left:18px;
	margin-bottom:2px;
}
#subNav{
	clear:both;
}
div#toursubNav {
	margin-top: 10px;
	line-height: 24px;
	height: auto;
}
div#toursubNav a{
	color: #313D45;
	padding: 3px 5px;
}
div#toursubNav a:hover, div#toursubNav a.toursOn {
	color: #808E05;
	background: #EDEAD8;
}
#tieryNav{
	height:22px;
	padding-left:5px;
	margin-bottom:2px;
}
	#subNav a,#tieryNav a,#subNavGallery a{
		display:block;
		float:left;
		text-indent:-10000px;
		height:22px;
		background-position:0 0;
	}
	#subNav a:hover, #tieryNav a:hover,#subNavGallery a:hover{
		background-position:0 22px;
	}
	/*tour sub nav*/
	a#tourTour{
		background:url(/images/template/titles/br_tour_tour.gif);
		width:89px;
	}
	a#tourShowReviews{
		background:url(/images/template/titles/br_tour_showReviews.gif);
		width:107px;
	}
	a#tourSubmitReviews{
		background:url(/images/template/titles/br_tour_submitReviews.gif);
		width:121px;
	}
	a#tourSubmitPhotos{
		background:url(/images/template/titles/br_tour_submitPhotos.gif);
		width:151px;
	}
	a#tourArchive{
		background:url(/images/template/titles/br_tour_Archive.gif);
		width:107px;
	}
	/*music sub nav*/
	a#musicDisc{
		background:url(/images/template/titles/br_music_disc.gif);
		width:100px;
	}
	a#musicSolo{
		background:url(/images/template/titles/br_music_solo.gif);
		width:185px;
	}
	a#musicDvds{
		background:url(/images/template/titles/br_music_dvd.gif);
		width:47px;
	}
	a#musicDegree{
		background:url(/images/template/titles/br_music_oneDegree.gif);
		width:91px;
	}
	a#musicRingtones{
		background:url(/images/template/titles/br_music_ringtones.gif);
		width:84px;
	}
	/*news sub nav*/
	a#news2011{
		background:url(/images/template/titles/br_news_2011.gif);
		width:44px;
	}
	a#news2010{
		background:url(/images/template/titles/br_news_2010.gif);
		width:44px;
	}	
	a#news2009{
		background:url(/images/template/titles/br_news_2009.gif);
		width:44px;
	}	
	a#news2008{
		background:url(/images/template/titles/br_news_2008.gif);
		width:44px;
	}	
	a#news2007{
		background:url(/images/template/titles/br_news_2007.gif);
		width:44px;
	}	
	a#news2006{
		background:url(/images/template/titles/br_news_2006.gif);
		width:45px;
	}	
	a#news2005{
		background:url(/images/template/titles/br_news_2005.gif);
		width:45px;
	}	
	a#news2004{
		background:url(/images/template/titles/br_news_2004.gif);
		width:46px;
	}
	a#news2003{
		background:url(/images/template/titles/br_news_2003.gif);
		width:46px;
	}	
	a#news2002{
		background:url(/images/template/titles/br_news_2002.gif);
		width:44px;
	}	
	a#news2001{
		background:url(/images/template/titles/br_news_2001.gif);
		width:42px;
	}	
	a#news2000{
		background:url(/images/template/titles/br_news_2000.gif);
		width:44px;
	}
	a#gallery2011{
		background:url(/images/template/titles/br_gallery_2011.gif);
		width:44px;
	}	
	a#gallery2010{
		background:url(/images/template/titles/br_news_2010.gif);
		width:44px;
	}	
	a#gallery2009{
		background:url(/images/template/titles/br_news_2009.gif);
		width:44px;
	}	
	a#gallery2008{
		background:url(/images/template/titles/br_news_2008.gif);
		width:44px;
	}	
	a#gallery2007{
		background:url(/images/template/titles/br_gallery_2007.gif);
		width:44px;
	}	
	a#gallery2006{
		background:url(/images/template/titles/br_gallery_2006.gif);
		width:44px;
	}	
	a#gallery2005{
		background:url(/images/template/titles/br_gallery_2005.gif);
		width:44px;
	}	
	a#gallery2004{
		background:url(/images/template/titles/br_gallery_2004.gif);
		width:44px;
	}	
	a#gallery2003{
		background:url(/images/template/titles/br_gallery_2003.gif);
		width:44px;
	}	
	a#gallery2002{
		background:url(/images/template/titles/br_gallery_2002.gif);
		width:44px;
	}	
	a#gallery2001{
		background:url(/images/template/titles/br_gallery_2001.gif);
		width:42px;
	}	
	a#gallery2000{
		background:url(/images/template/titles/br_gallery_2000.gif);
		width:44px;
	}	
	/*interact sub nav*/
	a#intForums{
		background:url(/images/template/titles/br_forums_subNav.gif);
		width:66px;
	}	
	a#intJoin{
		background:url(/images/template/titles/br_join_subNav.gif);
		width:44px;
	}
	a#intMail{
		background:url(/images/template/titles/br_mailing_subNav.gif);
		width:93px;
	}
	a#intGuitar{
		background:url(/images/template/titles/br_guitarTabs_subNav.gif);
		width:95px;
	}
	a#intVolunteer{
		background:url(/images/template/titles/br_volunteer_subNav.gif);
		width:90px;
	}
	#container .interactVolunteer a#intVolunteer,
	#container .interactForums a#intForums,
	#container .interactJoin a#intJoin,
	#container .interactMail a#intMail,
	#container .news11 a#news2011,
	#container .news10 a#news2010,
	#container .news09 a#news2009,
	#container .news08 a#news2008,
	#container .news07 a#news2007,
	#container .news06 a#news2006,
	#container .news05 a#news2005,
	#container .news04 a#news2004,
	#container .news03 a#news2003,
	#container .news02 a#news2002,
	#container .news01 a#news2001,
	#container .news00 a#news2000,
	#container .gallery11 a#gallery2011,
	#container .gallery10 a#gallery2010,
	#container .gallery09 a#gallery2009,
	#container .gallery08 a#gallery2008,
	#container .gallery07 a#gallery2007,
	#container .gallery06 a#gallery2006,
	#container .gallery05 a#gallery2005,
	#container .gallery04 a#gallery2004,
	#container .gallery03 a#gallery2003,
	#container .gallery02 a#gallery2002,
	#container .gallery01 a#gallery2001,
	#container .gallery00 a#gallery2000,
	#container .tourState a#tourTour,
	#container .archiveState a#tourArchive,
	#container .showReviewsState a#tourShowReviews,
	#container .submitReviewsState a#tourSubmitReviews,
	#container .submitPhotosState a#tourSubmitPhotos,
	#container .discState a#musicDisc,
	#container .soloState a#musicSolo,
	#container .dvdState a#musicDvds,
	#container .oneDegreeState a#musicDegree,
	#container .ringtonesState a#musicRingtones{
		background-position:0 22px;
	}
/*general tags*/
h1,h2{
	color:#3b5366;
	font-size:18px;
	font-weight:normal;
	letter-spacing:1px;
	margin:15px 0 10px 0;
	font-weight:normal;
	line-height:24px;
}
h3{
	color:#3b5366;
	font-size:16px;
	font-weight:normal;
	margin:15px 0 10px 0;
}
h4{
	color:#3b5366;
	font-size:14px;
	font-weight:normal;
	margin:15px 0 5px 0
}
h5,h6{
	color:#3b5366;
	font-size:13px;
	font-weight:normal;
	margin:10px 0 5px 0
}
h2 a, h3 a{display:block;width:100%;}
a{
	text-decoration:none;
	color:#51788d;
}
a:hover{
	color:#669dba;
}
a.smaller{
	font-size:11px;
}
a.submitButton{
	display:block;
	cursor: pointer;
	color:#fff;
	padding:0;
	width:91px;
	height:24px;
	background:url(/images/template/buttons/br_inputButton.jpg) no-repeat;
	background-position:0 0;
	padding:2px 0 0 0;
	margin:8px 4px;
	float:left;
	border:none;
	text-align:center;
}

title{border:0;}
a#submitReview, a.bigLinkReview{
	display:block;
	cursor: pointer;
	color:#fff;
	padding:0;
	width:140px;
	height:24px;
	background:url(/images/template/buttons/br_inputButtonLong.jpg) no-repeat;
	background-position:0 0;
	padding:2px 0 0 0;
	margin-top:5px;
	border:none;
	text-align:center;

}
a.submitButton:hover,a#submitReview:hover{
	color:#bbc4c6;
}
a#shareThis{
	float:right;
	display:block;
	margin:0px 0 5px 0;
	position:relative;
	top:15px;
}
a#rss{
	float:right;
	margin:2px 0 0px 5px;
	display:block;
	background:url(/images/template/buttons/rss.jpg) no-repeat;
	background-position:25px 2px;
	width:45px;
	color:#f69c37;
	font-size:11px;
	font-weight:bold;
	height:18px;
}
a#rss:hover{
	color:#f5b982;
}
a.backToButton{
	background:transparent url(/Themes/default/images/Forum/previoustopic.gif) no-repeat scroll 0 0px;
	display:block;
	float:right;
	margin-top:20px;
	padding:0px 0 0 25px;
}
a.backToTop{
	background:transparent url(/images/template/br_backToTop.gif) no-repeat 0 0px;
	display:block;
	clear:both;
	padding:0 0 0 20px;
	margin:10px 5px;
	font-size:11px;
}
strong{
	font-weight:bold;
}
em{font-style:italic;}
p{
	padding:5px 0px;
}
p.first{
	padding:12px 0 8px 0;
}
p.commentsBar a{
	font-size:11px;
}
p.commentsBar{
	background:url(/images/template/br_commentIcon.gif) no-repeat;
	background-position:0 2px;
	padding:0 0 0 22px;
	margin:10px 0;
	clear:both;
}
span.byline{
	font-size:10px;
	color:#666;
}
ul{
	margin:0px 15px 10px 35px;
}
ul li{
	padding:5px 0;
	list-style:square;
	
}
ol{
	margin:0 0 0 28px;
}
div.hr{
	border:0;
	background:transparent url(/images/template/br_separator.gif);
	height:1px;
	margin:5px 0;
	clear:both;
	overflow:hidden;
}
div.hrBorder{
	border:0;
	background:transparent url(/images/template/br_separator.gif);
	height:1px;
	margin:0px 0;
	clear:both;
	overflow:hidden;
}
div.hrBorderPadded{
	border:0;
	background:transparent url(/images/template/br_separator.gif);
	height:1px;
	margin:0px 0 18px 0;
	clear:both;
	overflow:hidden;
}
hr{
	border:none;
	height:1px;
	margin:0;
	padding:0;
	line-height:1px;
	border-top:1px solid #7d8f03;
}
/* single sign in a search styles*/
#signInBar{
	background:url(/images/template/br_signinbar.gif) repeat-x;
	height:26px;
	width:866px;
	margin:0 auto;
	padding-top:3px;
	font-size:11px;
	color:#fff;
	}
	
	#signIn{
	width:590px;
	float:left;
	padding-left:8px;
	text-transform:uppercase;
	}
	#signIn a{
		color:#fff;
		text-transform:uppercase;
		text-decoration:none;
	}
	#signIn a:hover{
		color:#ccc;
	}
	#signIn a#newsletterLink{
		background:url(/Images/TEMPLATE/buttons/br_newsletterButton.gif) no-repeat;
		background-position:0 2px;
		padding:0 0px 0 18px;
	}
#searchBox{
	float:right;
	width:250px;
	}
	#searchBox input{
		width:129px;
		display:block;
		float:left;
		height:14px;
		font-size:11px;
		padding:1px 2px;
		margin:1px 2px 0 2px;
		border:1px solid #5d6d1e;
	}
	#searchBox input.searchBut{
		background:url(/images/template/buttons/br_searchBut.gif);
		width:26px;
		height:17px;
		border:0;
		margin-top:1px;
		cursor:pointer;
	}
	span#searchTitle{
		background:url(/images/template/titles/br_search.gif);
		display:block;
		float:left;
		width:54px;
		height:12px;
		margin-top:5px;
		margin-right:1px;
		margin-left:10px;
		overflow:hidden;
		}

/*top bar styles*/
#topBar{
	background:url(/Images/TEMPLATE/br_audioBar.gif) repeat-x;
	width:100%;
	height:35px;
}
#topBarContent{
	margin:0 auto;
	width:890px;
	color:#fff;
}
#audioContent{
	width:500px;
	float:left;
	margin-top:7px;

}
#social{
	float:left;
	width:385px;
	margin-top:2px;
}
	#social a{
		display:block;
		float:left;
		background-position:0 0;
	}
	#social a:hover{
		background-position:0 27px;
	}
	a#myspace{
		background:url(/Images/TEMPLATE/br_myspace.jpg);
		width:109px;
		height:27px;
	}
	a#ilike{
		background:url(/Images/TEMPLATE/br_ilike.jpg);
		width:52px;
		height:27px;
	}
	a#facebook{
		background:url(/Images/TEMPLATE/br_facebook.jpg);
		width:72px;
		height:27px;
	}
	a#twitter{
		background:url(/Images/TEMPLATE/br_twitter.jpg);
		width:83px;
		height:27px;
	}
	a#youtube{
		background:url(/Images/TEMPLATE/br_youtube.jpg);
		width:61px;
		height:27px;
	}
	
/* TITLES  image replacement*/

h1#homeLink {
	width:343px;
	margin-left:25px;
	margin-top:43px;
	margin-bottom:6px;
	float:left;
	padding:0;
	_margin-left:12px;
}

a#homeLogo{
	background:url(/images/template/br_logo_new.gif) no-repeat;
	width:342;
	height:80px;
	display:block;
	
	text-indent:-10000px;
}
.titleReplace{
	text-indent:-10000px;
}
h2.titleReplace{
	text-indent:-10000px;
	width:584px;
	height:26px;
	margin-top:15px;
	margin-bottom:10px;
}
#title_latest{
	background:url(/images/template/titles/br_latest.gif);	
}
#title_privacy{
	background:url(/images/template/titles/br_privacy.gif);	
}
#title_terms{
	background:url(/images/template/titles/br_terms.gif);	
}
#title_signIn{
	background:url(/images/template/titles/br_signIn.gif);	
}
#title_reset{
	background:url(/images/template/titles/br_resetPw.gif);	
}
#title_signUp{
	background:url(/images/template/titles/br_signUp.gif);	
}
#title_myAccount{
	background:url(/images/template/titles/br_myAccount.gif);	
}
#title_editAccount{
	background:url(/images/template/titles/br_editAccount.gif);	
}
#title_editProfile{
	background:url(/images/template/titles/br_editProfile.gif);	
}
#title_mailingList{
	background:url(/images/template/titles/br_mailingList.gif);	
}
#title_about{
	background:url(/images/template/titles/br_about.gif);	
}
#title_forums{
	background:url(/images/template/titles/br_forums.gif);	
}
#title_profile{
	background:url(/images/template/titles/br_profileTitle.gif);	
}
#title_gallery{
	background:url(/images/template/titles/br_gallery.gif);	
}
#title_walkOfFame{
	background:url(/images/template/titles/br_walkOfFame.gif);	
}
#title_tour{
	background:url(/images/template/titles/br_tour.gif);	
}
#title_volunteer{
	background:url(/images/template/titles/br_volunteer.gif);	
}
#title_volunteerConfirmation{
	background:url(/images/template/titles/br_volunteerConfirmation.gif);	
}
#title_showReviews{
	background:url(/images/template/titles/br_showReviews.gif);	
}
#title_submitReview{
	background:url(/images/template/titles/br_submitShow.gif);	
}
#title_discography{
	background:url(/images/template/titles/br_discography.gif);	
}
#title_presales{
	background:url(/images/template/titles/presales.gif);	
}
#title_soloWork{
	background:url(/images/template/titles/br_soloWork.gif);	
}
#title_oneDegree{
	background:url(/images/template/titles/br_oneDegree.gif);	
}
#title_news{
	background:url(/images/template/titles/br_news.gif);	
}
#title_news11{
	background:url(/images/template/titles/br_news11title.gif);	
	width:80%;display:block;float:left;
}
#title_news10{
	background:url(/images/template/titles/br_news10title.gif);	
	width:80%;display:block;float:left;
}
#title_news09{
	background:url(/images/template/titles/br_news09title.gif);	
	width:80%;display:block;float:left;
}
#title_news08{
	background:url(/images/template/titles/br_news08title.gif);	
	width:80%;display:block;float:left;
}
#title_news07{
	background:url(/images/template/titles/br_news07title.gif);	
	width:80%;display:block;float:left;
}
#title_news06{
	background:url(/images/template/titles/br_news06title.gif);	
	width:80%;display:block;float:left;
}
#title_news05{
	background:url(/images/template/titles/br_news05title.gif);
	width:80%;display:block;float:left;	
}
#title_news04{
	background:url(/images/template/titles/br_news04title.gif);	
	width:80%;display:block;float:left;
}
#title_news03{
	background:url(/images/template/titles/br_news03title.gif);	
	width:80%;display:block;float:left;
}
#title_news02{
	background:url(/images/template/titles/br_news02title.gif);	
	width:80%;display:block;float:left;
}
#title_news01{
	background:url(/images/template/titles/br_news01title.gif);	
	width:80%;display:block;float:left;
}
#title_news00{
	background:url(/images/template/titles/br_news00title.gif);	
	width:80%;display:block;float:left;
}
#title_contact{
	background:url(/images/template/titles/br_contact.gif);	
}
#title_businessInq{
	background:url(/images/template/titles/br_businessInq.gif);	
}
#title_help{
	background:url(/images/template/titles/br_help.gif);	
}
#title_tellYourFriend{
	background:url(/images/template/titles/br_tellYourFriend.gif);	
}
#title_EnterTellYourFriend{
	background:url(/images/template/titles/br_EnterTellYourFriend.gif);	
}
#title_rulesTaF{
	background:url(/images/template/titles/br_rulesTaF.gif);
	height:52px;
	position:relative;
	left:-11px;	
}
h2#title_latest a{display:block;}

h3#title_showReviews{
	background:url(/images/template/titles/br_showReviews.gif) no-repeat;	
	height:	26px;
	margin:25px 0 0px 2px;
	padding:10px 10px 5px 2px;
}
h3#title_showReviews1{
	background:url(/images/template/titles/br_titleshowReviews.gif) no-repeat;	
	height:	26px;
	margin:25px 0 0px 2px;
	padding:10px 10px 5px 2px;
}
h3#subtitle_profile{
	background:url(/images/template/titles/br_profiles.gif) no-repeat;
	height:	26px;
	margin:4px 0 0px 10px;
	padding:0 10px 0 10px;
}
h4#subtitle_jimCuddy{
	background:url(/images/template/titles/br_jimCuddy.gif);
	width:494px;
	height:	26px;
	margin:10px 0 4px 0;
	padding:0;
}
h4#subtitle_theband{
	background:url(/images/template/titles/br_theband.gif);
	width:494px;
	height:	26px;
	margin:10px 0 4px 0;
	padding:0;
}
h4#subtitle_gregKeelor{
	background:url(/images/template/titles/br_gregKeelor.gif);
	width:494px;
	height:	26px;
	margin:10px 0 4px 0;
	padding:0;
}
h4#subtitle_bazilDonovan{
	background:url(/images/template/titles/br_bazildonovan.gif);
	width:494px;
	height:	26px;
	margin:10px 0 4px 0;
	padding:0;
}
h4#subtitle_bobEgan{
	background:url(/images/template/titles/br_bobegan.gif);
	width:494px;
	height:	26px;
	margin:10px 0 4px 0;
	padding:0;
}
h4#subtitle_glenMilchem{
	background:url(/images/template/titles/br_glenMilchem.gif);
	width:494px;
	height:	26px;
	margin:10px 0 4px 0;
	padding:0;
}
h4#title_oneDegree{
	background:url(/images/template/titles/br_onedegreetitle.gif);
	width:146px;
	height:	19px;
	margin:10px 0 4px 0;
	padding:0;
}


.subBar{
	background:url(/images/template/br_subtitlesBkg.jpg);
}
/*CALLOUTS*/

.tourLink {
	display:block;
	width:200px;
	height:30px;
	
}

.galleryLink {
	display:block;
	width:200px;
	height:30px;
	
	
}

#lpStream{	
	background:url(/images/template/br_lpstream.jpg) no-repeat;
	background-position:0 0;
	width:229px;
	height:150px;
	margin:15px 0;
}
#lpStream a{
	display:block;
	width:229px;
	height:150px;
}
#callout_presales{
	background:url(/images/template/br_presalesBkg.jpg) no-repeat;
	background-position:0 0;
	width:229px;
	height:113px;
	margin:15px 0;
}
.presaleTop{
	background:url(/images/template/br_presalesTop.jpg) no-repeat;
	background-position:0 0;
	width:229px;
	height:32px;
	margin:0;
}
#songofDay{
	background:url(/images/template/br_songoftheDay.jpg) no-repeat;
	background-position:0 0;
	width:229px;
	height:52px;
	margin:15px 0;
}
	#sodTrack{
		position:relative;
		top:30px;
		left:35px;
	}
#callout_tour{
	background:url(/images/template/br_tour_callout.jpg) no-repeat;
	background-position:0 0;
	width:229px;
	height:130px;
	margin:15px 0;
	
}
	#callout_tour #tourDates,#callout_ringtones #ringTones{
		position:relative;
		color:#fff;
		font-size:11px;
		/*top:30px;*/
		left:15px;
		width:200px;
	}
	#callout_ringtones #ringTones{
top:30px;
	}
	#callout_tour p{
		margin:0;
		padding:0;
		line-height:15px;	
	}
	#callout_tour a,#callout_ringtones a, #callout_badge a{
		color:#fff;
		text-decoration:underline;
	}
	#callout_tour a:hover,#callout_ringtones a:hover, #callout_badge a:hover{
		color:#ddd;
	}
#callout_ringtones{
	background:url(/images/template/br_ringtones_callout.jpg);
	width:229px;
	height:130px;
	margin-bottom:15px;
}

#callout_ringtones a{ text-decoration:none;}

#callout_badge{
	background:transparent url(/images/template/br_flickrbadgeCallout.jpg) no-repeat top center;
	width:229px;
	height:300px;
	margin-bottom:15px;
}

#callout_badge .flickrPics{
	padding:10px 10px 5px 10px;	
	color:#fff;
	font-size:11px;
}

#callout_badge .flickrPics p{
	padding-left:5px;
}

#callout_search{
	background:url(/images/template/br_search_callout.jpg);
	width:229px;
	height:110px;
	margin-bottom:15px;
}
	#callout_search a{
		display:block;
		width:229px;
		height:110px;
	}
#callout_cbc{
	background:url(/images/template/br_cbc_callout.jpg);
	width:229px;
	height:178px;
	margin-bottom:15px;
}
	#callout_cbc a{
		display:block;
		width:229px;
		height:178px;
		cursor:pointer;
	}
	
#callout_store{
	background:url(/images/template/br_store_callout.jpg);
	width:229px;
	height:130px;
	margin-bottom:15px;
}	
	#callout_store a{
		display:block;
		width:229px;
		height:130px;
	}
#callout_boards{
	background:url(/images/template/br_boards_callout.jpg);
	width:229px;
	height:105px;
	margin-bottom:15px;
}	
	#callout_boards a{
		display:block;
		width:229px;
		height:105px;
	}

#poll{
	width:229px;
	border:1px solid #dbd4ce;
	margin-bottom:15px;
}
	#poll h4{
		background:url(/images/template/titles/pollTitle.jpg);
		width:221px;
		text-indent:-10000px;
		height:28px;
		margin:4px;
	}
	table.pollTable{
		width:221px;
		color:#515152;
		padding:3px 4px;
		font-size:11px;
		margin:0 4px 5px 4px;
		background:url(/images/template/br_pollBkg.gif);
	}
	
	table.pollTable td{
		vertical-align:top;
		padding:1px 2px;
	}
	table.pollTable table table span table{
		margin-top:4px;
	}
	table.pollTable table table td{
		text-align:left;
	}
	table.pollTable table table span table td{
		border:1px solid #2f3b44;
		vertical-align:bottom;
		padding-top:0px;
		margin-top:0px;
	}
	
	.pollTable td.question{
     	 color:#515152;
     	 border-bottom:1px dotted #7d8f03;
     	 padding:4px;
	 	 text-align:left;
    	  font-weight:normal;
	}
	table.pollTable br{clear:both;}
	
		.pollTable input{	
		width:17px;
		text-align:left;
		font-weight:normal;
		margin:6px 0 0 3px;
		padding:2px;
		padding:2px 2px 0 2px;
		border:1px solid #ccc;
		display:block;
		float:left;
		
	}

	.pollTable label{
    	display:inline;
		font-weight:normal;
		margin:0 0 0 0px;
		padding:2px 0px 2px 5px;
		*padding:4px 0px 2px 5px;
		_padding:4px 0px 2px 5px;
		display:block;
		width:184px;
		height:22px;
		height:auto;
		min-height:22px!important;
		text-align:left;
		float:left;
	}
	.pollTable td{
		clear:both;
		text-align:center;
	}
	.pollTable tr{
		clear:both;
		
	}
	.pollTable input.poll_btns{
		background:#4b565e;
		border:1px solid #fff;
		color:#fff;
		cursor:pointer;
		display:inline;
		clear:both;
		float:none;
		font-size:90%;
		font-weight:bold;
		margin:15px 0px 8px 0px;
		padding:2px 5px;
		width:auto;
		text-align:center;
	}
/*home page*/
#headlines{
	width:285px;
	float:left;
	margin-bottom:10px;
}
	#headlines h3{
	margin: 10px 0 15px 0;
	padding:0;
	text-indent:-10000px;
	background:url(/images/template/titles/br_headlines.gif);	
	width:243px;
	height:22px;
}
	#headlines h3 a{display:block;}
	#headlines h4{
		margin: 10px 0 0px 0;
		padding:0;
	}
#oneDegreeHome{
	float:left;
	width:285px;
	margin-left:25px;
}

	#oneDegreeHome h3{
		background:url(/images/template/titles/br_oneDegreeHome.gif);	
		width:273px;
		text-indent:-10000px;
		height:22px;
		margin:10px 0 15px 0;
		padding:0;
	}
	#oneDegreeHome h3 a{display:block;}
	#oneDegreeHome p{
		padding:0;
	}
#oneDegreeFlash{
	margin-top:12px;
}	a.cleaveandersoncleaveanderson,a.jannardenjannarden,a.JillBarberJillBarber,a.BarneyBentallBarneyBentall,a.JimBrysonJimBryson,a.NekoCaseNekoCase,a.CashBrothersCashBrothers,a.CowboyJunkiesCowboyJunkies,a.CrashVegasCrashVegas,a.CufftheDukeCufftheDuke,a.BurtonCummingsBurtonCummings,a.LukeDoucetLukeDoucet,a.KathleenEdwardsKathleenEdwards,a.GreatBigSeaGreatBigSea,a.GreatLakeSwimmersGreatLakeSwimmers, a.SarahHarmerSarahHarmer,a.ReidJamiesonReidJamieson,a.ChrisLeDrewChrisLeDrew, a.AnneLindsayAnneLindsay, a.MelissaMcCellandMelissaMcCelland,a.ShannonLyonShannonLyon,a.SarahMcLachlanSarahMcLachlan,a.MattMaysMattMays,a.OhSusannahOhSusannah,a.PollyannasPollyannas,a.JimmyRankinJimmyRankin,a.JustinRutledgeJustinRutledge,a.TheSadiesTheSadies,a.RonSexsmithRonSexsmith,a.SarahSleanSarahSlean,a.SkydiggersSkydiggers,a.TragicallyHipTragicallyHip,a.RichardUnderhillRichardUnderhill,a.theWhitlamstheWhitlams,a.WilcoWilco,a.BobWisemanBobWiseman,a.LoriYatesLoriYates, a.JohnBorraJohnBorra, a.MollyJohnsonmollyjohnson, a.KirstenJoneskirstenjones{
		background:#e6eed5;
	}
#inDiscussion{
	float:left;
	width:285px;
	margin-left:25px;
	margin-bottom:10px;
}
	#inDiscussion h3{
		background:url(/images/template/titles/br_indiscussion.gif);	
		width:243px;
		text-indent:-10000px;
		height:22px;
		margin:10px 0 15px 0;
		padding:0;
	}
	#inDiscussion h3 a{display:block;}
	a#boardButton{
		display:block;
		background:url(/images/template/br_boardsHomeButton.jpg) no-repeat;	
		width:75px;
		text-indent:-10000px;
		height:75px;
		margin:0 0 15px 0;
		padding:0;
		float:left;
	}
	#inDiscussion p{
		float:left;
		width:192px;
		margin-top:0;
		padding:0 0 6px 0;
		margin-left:8px;
	}
#newsletterCo{
	float:left;
	
	margin-left:25px;
	margin-bottom:10px;
	
	width:281px;
	height:97px;
}
#newsletterCo h3{
	background:url(/images/template/titles/br_newsletter.gif);	
		width:243px;
		text-indent:-10000px;
		height:22px;
		margin:0px 0 15px 0;
		padding:0;
	}
	#newsletterCo h3 a{display:block;}
#newsletterCo a#callout{
	background:url(/images/template/br_newsletterCo.jpg) no-repeat;
	width:281px;
	display:block;
	height:97px;
	}
#storeFeatured{
	
}
	#storeFeatured h3{
		background:url(/images/template/titles/br_featuredItems.gif);	
		width:243px;
		text-indent:-10000px;
		height:22px;
		margin:10px 0 10px 0;
		padding:0;
	}
	#storeFeatured h3 a{
		display:block;
	}
	#storeFeatured div#storeItemHome{
		width:592px;
		margin-bottom:10px;
		background:url(/images/template/br_storefeatured.jpg);
		height:151px;
	}
	#storeFeatured img{
		float:right;
		display:block;
		margin:20px 10px 10px 10px;
		
	}
	 #featuredItem{
		 position:relative;
		width:375px;
		top:5px;
		right:15px;
		float:right;
	}
	#featuredItem h4{font-weight:bold;}
	#featuredItem h4 a{color:#3b5366}
/*privacy and terms*/

#legal h3{
	color:#3b5366;
	font-size:16px;
	font-weight:normal;
	margin:15px 0 10px 0
}
#legal ul {
	list-style:square;
}
#legal dl dt{
	color:#3b5366;
	font-size:14px;
	margin:15px 0 4px 0;
	font-weight:normal;
}
#legal dl dd{
	margin-bottom:20px;
}
/*account buttonws*/
a#accountButtonStore{
	display:block;
	float:right;
	width:140px;
	background:url(/images/template/buttons/br_inputButtonLong.jpg) no-repeat;
	background-position:0 0;
	padding:2px 0 0 0;
	height:24px;
	color:#fff;
	text-align:center;
}
a#accountButtonHome{
	display:block;
	float:left;
	width:140px;
	background:url(/images/template/buttons/br_inputButtonLong.jpg) no-repeat;
	background-position:0 0;
	padding:2px 0 0 0;
	height:24px;
	color:#fff;
	text-align:center;
}
a.backToAccount{
	margin:40px 0 30px 0;
	display:block;
	background:url(/images/template/buttons/accountBack.gif) no-repeat;
	background-position:2px 1px;
	padding:0 0 0 30px;
	text-decoration:underline;
}
/*bio styles*/
.bios{
	width:70px;
	margin-right:10px;
	margin-left:10px;
	margin-top:20px;
	float:left;
}
	.biosLast{
		margin-right:0px;
	}
	.bios a#bioBand,.bios a#bioJim,.bios a#bioGreg,.bios a#bioDonovan,.bios a#bioBob,.bios a#bioGlen{
		display:block;
		width:70px;
		height:70px;
		margin-bottom:2px;
		border:2px solid #aebcbf;
	}
	.bios a#bioBand:hover,.bios a#bioJim:hover,.bios a#bioGreg:hover,.bios a#bioDonovan:hover,.bios a#bioBob:hover,.bios a#bioGlen:hover{
		border:2px solid #a5b43c;
	}
	.bios a.on{
		border:2px solid #a5b43c!important;
		}
	
	.bios a.names{
		display:block;
		float:left;
		width:70px;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		text-align:center;
		overflow:hidden;
		margin-bottom:10px;
	}
	.bios a#bioBand{
		background:url(/images/about/br_aboutBand.jpg);
	}
	.bios a#bioJim{
		background:url(/images/about/br_aboutJim.jpg);
	}
	.bios a#bioGreg{
		background:url(/images/about/br_aboutGreg.jpg);
	}
	.bios a#bioDonovan{
		background:url(/images/about/br_aboutDonovan.jpg);
	}
	.bios a#bioBob{
		background:url(/images/about/br_aboutBob.jpg);
	}
	.bios a#bioGlen{
		background:url(/images/about/br_aboutGlen.jpg);
	}
p.directions{
	font-style:italic;
	font-size:11px;
	padding:0 5px;
	color:#333;
}
#bioBkg{
	background:url(/images/about/br_bioBkg.jpg);
	padding:6px 17px;
}
/*PRESALES #########################*/
.preLocHolder{padding:4px 0;border-bottom:1px dotted #7d8f03;}
.preLoc{float:left; width:80%;}
.preLoc span.preVenue{display:block; font-size:18px;float:left;line-height:38px;padding:0 0px;}
.preLoc span.preCity{display:block; font-size:18px;float:left;line-height:38px;padding:0 5px 0 10px;}
.preLoc span.cal{
	display:block;
	margin-top:2px;
	background:url(/images/tour/br_calendarDate.jpg) no-repeat;
	width:35px;
	height:37px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:4px 5px 0 5px;
	line-height:16px;
	float:left;

}
.preInfo{float:right; line-height:38px; color:#51788D;}

a.seeAllPre{display:block;padding:5px 0;}

ul#jtourPresales{display:none;margin:0 15px;padding:0;}

ul#jtourPresales.showMe{display:block;}
ul#jtourPresales li{list-style:none; }

.presalesBody{color:#fff;padding-top:30px; font-size:13px;font-weight:bold;}
.presalesBody a,.presalesBodyLong a{color:#fff;text-decoration:underline;font-size:11px;font-weight:normal;}
.presalesBody a:hover, .presalesBodyLong a:hover{color:#ddd;}

.presalesBody .presaleInfo a, .presalesBodyLong a{display:block;}


.presalesBodyLong{
	background:url(/images/template/presalesBot.jpg) bottom;
	
	width:229px;
}
.presalesBodyLong ul{margin:0 15px; list-style:none;padding-bottom:20px;border-top:1px dotted #fff;}
.presalesBodyLong ul li{list-style:none;color:#fff;font-weight:bold; border-bottom:1px dotted #fff;}
#jtourPresales_counter{
	font-size:90%;
	text-align:center;
}


.qp_counter {
	margin:  10px;
			}
			
pre {
	margin: 20px 0 10px 0;
	background: #ccc !important;
	padding: 10px;
}
			
a.qp_disabled {
	display:none;
}
/*##########################*/


#latestNews,.coloredBox{
	background:url(/images/about/br_bioBkg.jpg);
	padding:6px 17px;
}
.highlightBox{
	background:url(/images/about/br_bioBkg.jpg);
	padding:6px;
}
#bioBkg img{border:2px solid #fff;}
img.alignLeft{
	display:block;
	float:left;
	margin:8px 10px 4px 0;
}
img.alignRight{
	display:block;
	float:right;
	margin:8px 5px 4px 10px;
}
/*help section */
.faqHelp{display:none;}

.faqHelpOn{display:block;}

.storeHelp{display:none;}
.storeHelpOn{display:block;}
.forumHelp{display:none;}
.forumHelpOn{display:block;}

#HelpNav{
	background:url(/images/template/br_leaf.gif) no-repeat;
	height:22px;
	background-position:0 0;
	padding-left:18px;
	margin-bottom:2px;
}
#HelpNav a{
	text-transform:uppercase;
	font-size:11px;
	display:block;
	float:left;
	height:20px;
	padding:0 10px;
	margin:0 1px;
}
#HelpNav a:hover{
	color:#b1c504;
	background-color:#e8ebd7;
}
#HelpNav a.on{
	color:#b1c504;
	background-color:#e8ebd7;
}

#ForumHelp table tr td{
	vertical-align:middle;
	padding-right:3px;
}

/*tour table */
#tourBanner{
	background:url(/images/tour/br_smallMiracles_banner.jpg);
	width:596px;
	height:91px;
	margin:12px 0;
}
#tourTable, #tellYourFriend{
	padding:4px;
	margin-top:5px;
	width:100%;
	clear:both;
	border:none;
	border-collapse:separate;
	/*background:url(/images/template/br_tour_tableBkg.jpg);*/
}
#tourTable th, #tellYourFriend th{
	background:url(/images/template/br_calendarBkg.jpg);
	color:#fff;
	padding:2px 5px;
	text-align:left;
}

#tourTable td, #tellYourFriend td{
	padding:5px;
	vertical-align:top;
}
#tourTable tr, #tellYourFriend tr{
	background:transparent url(/images/template/br_separator.gif) repeat-x;
	background-position:bottom;
}
#tourTable tr:hover, #tellYourFriend tr:hover{
	background:#efefef;
}
#tourTable td span.cal{
	display:block;
	margin-top:2px;
	background:url(/images/tour/br_calendarDate.jpg) no-repeat;
	width:35px;
	height:37px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:4px 5px 0 5px;
	line-height:16px;
}

.rsvpBut a {
    background: url("/images/template/rsvp.png") no-repeat scroll 0 0 transparent;
    height: 36px;
    width: 68px;
	display:block;
	margin-top:4px;
}

#cdPanel{
	width:201px;
	float:left;
	margin-top:15px;
	margin-bottom:20px;
	font-size:11px;
	
}	
#cdPanelText{
	margin:0px;
	
	padding:0 4px;
}
	#cdPanel a.submitButton{
		display:block;
		cursor: pointer;
		color:#fff;
		padding:0;
		width:91px;
		height:24px;
		background:url(/images/template/buttons/br_inputButton.jpg) no-repeat;
		background-position:0 0;
		padding:2px 0 0 0;
		margin:8px 2px;
		float:left;
		border:none;
		text-align:center;
}
	#cdPanel h3{
		margin-top:0;
		text-transform:uppercase;
	}

	#cdPanel img.oneDegreeImg{
		display:block;
		border:2px solid #7f9006;
	}
	#cdPanel ul{
		padding:0;
		margin:0;
	}
	#cdPanel ul li{
		list-style:none;
		padding:1px 5px;
		font-size:11px;
		margin:0;
	}
	#cdPanel ul li a{padding:2px;}
	#cdPanel ul li a:hover{
		background:#e6eed5;
		
	}
	#cdPanel p{
		padding:4px;
		clear:both;
		font-size:11px;
	}
	/*#cdPanel span{
		padding:1px;
		border:1px solid #3b5366;
		float:left;
		display:block;
		margin:8px 7px 2px 4px;
	}*/
#cdDetails{
	width:370px;
	float:left;
	margin-top:5px;
	margin-left:20px;
	margin-bottom:20px;
}	
	#cdDetails h2{
		color:#3b5366;
		font-size:16px;
		font-weight:normal;
		margin:10px 0 15px 0;
		text-transform:uppercase;
	}
	#cdDetails h3{
		color:#3b5366;
		font-size:14px;
		font-weight:normal;
		margin:10px 0 15px 0;
		text-transform:uppercase;
	}
	#cdDetails h4{
		text-indent:-10000px;
		width:257px;
		height:24px;
		margin:4px 0 4px 0;
		padding:0;
	}
	
table#tracklistings,table.tracklistings2{
	width:370px;
	width:100%;
	padding:0 4px;
	border-collapse:separate;
	margin-bottom:10px;
}
#tracklistings th,table.tracklistings2 th{
	background:url(/images/template/br_calendarBkg.jpg);
	color:#fff;
	padding:2px 5px;
	text-align:left;
	border-right:1px dotted #fff;
}
#tracklistings th.last, table.tracklistings2 th.last{
	background:url(/images/template/br_calendarBkg.jpg);
	color:#fff;
	padding:2px 5px;
	text-align:left;
	text-align:center;
	border:none;
}
table#tracklistings td{
	vertical-align:middle;
	line-height:30px;
}
table.tracklistings2 td{
	vertical-align:middle;
	line-height:30px;padding:4px 10px;}


table#tracklistings td.audio,table#tracklistings td.trackname,table#tracklistings td.lyrics, table#tracklistings th.audio,table#tracklistings th.tracknameTh,table#tracklistings th.lyrics{
	background:url(/images/template/br_tdSeparators.gif) repeat-y;
	background-position:right;
	
}
table#tracklistings td.audio,table#tracklistings td.affliates,table#tracklistings td.lyrics{
	text-align:center;
	margin:0 auto;
}
td.affliates{padding:2px 0 0 0;}

a.audioIcon{
	display:block;
	width:100%;
	text-align:center;
	height:20px;
	background:url(/images/template/br_audioIcon.gif) no-repeat;
	background-position:center;
}
a.lyricsIcon{
	display:block;
	width:100%;
	text-align:center;
	height:20px;
	background:url(/images/template/br_lyricsIcon.gif) no-repeat;
	background-position:center;
}
a.iTunesIcon{
	display:inline;
	padding:2px;
	margin:0 3px;
	background:#ddd;
	border:1px solid #ddd;
	text-align:center;	
}
a.readMore{
	font-size:11px;
	padding:0 5px 0 0px;
	display:block;
	text-align:right;
}
#reviews{
	margin-top:8px;
}
#reviews img{
	padding:3px;
	margin:5px;
	
}
#reviews h4{
	font-variant:small-caps;
	border-bottom:0 none;
	font-variant:small-caps;
	letter-spacing:1px;
	margin:0;
	padding:4px;
	text-align:left;
}
.postdate, .reviewDate{
	font-size:10px;
	padding:0 3px;
}
p.postdate{
	font-size:10px;
	padding:0 3px;
	color:#999;
}
#cs_subBar{
	width:600px;
	padding:0 12px;
	float:left;
}
/*one degree*/
.oneDegree{
	text-align:center;
	width:148px;
	float:left;
}
	.oneDegree h4{
		text-transform:uppercase;
		font-size:11px;
	}
	.oneDegree a{
		display:block;
		margin-top:4px;
	}
	.oneDegree a img{
		border:2px solid #AEBCBF;
	}
	.oneDegree a:hover img{
		border:2px solid #A5B43C;
	}

#quotes{
	font-size:11px;
	border-bottom:1px dotted #7f9006;
	padding-bottom:10px;
	clear:both;
}	
#quotes h4{
	background:url(/images/template/titles/br_quotes.gif);
}
#quotes p{
	font-style:italic;
	background:url(/images/about/br_bioBkg.jpg);
	padding:6px;
	margin-bottom:5px;
}
#relationship{
	font-size:11px;
	padding-bottom:10px;
	margin-top:5px;
	
	border-bottom:1px dotted #7f9006;
	clear:both;
}
#relationship h4{
	background:url(/images/template/titles/br_relationship.gif);
}

#biography{
	padding-bottom:10px;
	clear:both;
	border-bottom:1px dotted #7f9006;
}
#biography h4{
	background:url(/images/template/titles/br_biography.gif);
}
#getMusic{
	padding-bottom:10px;
	border-bottom:1px dotted #7f9006;
	background:url(/images/about/br_bioBkg.jpg);
	}
#getMusic h4{
	background:url(/images/template/titles/br_getmusic.gif);
}
#getMusic img{
	border:1px solid #7f9006;
	display:block;
	float:left;
	margin:0 0px 10px 7px ;
}
#oneDegreeCredits p{
	width:49%;
	padding:0;
	margin-bottom:20px;
	display:block;
	font-size:11px;
	float:left;
}
#oneDegreeCredits p.right{
	float:right;
}
.contactColsFull{
	font-size:11px;
}
.contactCols{
	font-size:11px;
	width:25%;
	margin-right:10px;
	float:left;
	margin-bottom:10px;
}
.contactColsMid{
	font-size:11px;
	width:34%;
	margin-right:10px;
	float:left;
	margin-bottom:10px;
}
.contactCols a, .contactColsMid a{
	font-size:10px;
}
/*profile styles*/

#MemberProfile{
	border:1px solid #c00;
}
p.profileLinks{
	text-align:right;
	margin:10px 0;
	padding:0;
	font-size:90%;
}
h3.titlesProfile{
	background:transparent url(/images/template/br_calendarBkg.jpg) repeat scroll 0 0;
	color:#FFFFFF;
	font-size:14px;
	font-variant:small-caps;
	font-weight:bold;
	letter-spacing:1px;
	margin:0;
	padding:5px;
}


#ProfileHeader{
	margin:8px 0 0 10px;
}
	#ProfileHeader p{
		margin:0;
		padding:2px 0;
		clear:both;
	}
.Member{
	width:220px;
	float:left;
}
	.Member h2{
		margin:0px 0;
		padding:0;
		text-transform:uppercase;
		font-size:1.6em;
		letter-spacing:1px;
		font-weight:normal;
	}
	.Member span{
		display:block;
		width:100px;
		float:left;
	}
	.Member span.memDate{
		display:block;
		float:left;
	}
	div.stats{
		padding:10px 0 10px 0;
		line-height:14px;
		display:block;
		clear:both;
	}
#quickLinks{
	float:left;
	width:220px;
	margin-top:4px;
	font-size:90%;
	height:70px;
	border-left:1px solid #c1beaa;
}	
	#quickLinks a{
		color:#56554A;
		font-size:11px;
		display:block;
		margin-bottom:7px;
		background:url(/images/template/profile/profile_arrow.gif);
		background-repeat:no-repeat;
		background-position:0 0px;
		text-decoration:none;
		padding:0 0 0 18px;
	}
	#quickLinks a:hover{
		color:#747263;
	}
	#quickLinks ul{
		margin:0;
		padding:0 0 0 10px;
		
	}
	#quickLinks li{
		list-style:none;
		margin:0;
		padding:0;
		font-family:arial,tahoma,sans-serif;
		font-size:1px;
	}
.Avatar{
	width:100px;
	float:left;
}
	.Avatar img.avatar{
	border:2px solid #7f9006;
	width:80px;
	height:80px;
}
	.Avatar div.role{
		font-size:0.1em;
	}
.MemberIcons{border:1px solid #99ccff;}
#favPosts{margin-bottom:20px;}
#favPosts ul,#recentPosts ul{
	margin:10px 0 10px 10px;
}

	#favPosts ul li,#recentPosts ul li{
		background:url(/images/template/profile/postIcon.gif);
		background-repeat:no-repeat;
		background-position:0 2px;
		padding:3px 0 3px 22px;
		margin:0;
		width:95%;
		list-style:none;
		line-height:18px;
		border-bottom:1px dotted #7f9006;
	}
	#favPosts ul li h4,#recentPosts ul li h4{
		color:#000;
		margin:0;
		padding:0;
	}
	
#recentPosts p.postdate{
	font-size:90%;
	color:#666;
	margin:0;
	padding:0;
	text-align:right;
}
span.postdate{
	font-size:90%;
	color:#999;
	margin:0;
	padding:0;
	padding:3px 15px;
	display:block;
	clear:both;
}
div.CommonSearchResultDetails{
	font-size:90%;
}
div#newsArchiveEntries span.postdate{
	width:auto;
	float:left;
}

div#newsArchiveEntries li{
	clear:both;
	list-style:none;
}

#MemberBio{
	
	margin-left:8px;
	margin-top:20px;
	margin-bottom:0px;
	font-size:11px;
}
#MemberBio h4,#MemberDetails h4,#profile_friends h4{
	background:transparent url(/images/template/br_calRevBkg.jpg) repeat scroll 0 0;
	border-bottom:0 none;
	font-size:14px;
	font-variant:small-caps;
	font-weight:bold;
	letter-spacing:1px;
	margin:10px 0 0 0;
	padding:4px;
	text-align:left;
	}
#MemberBio p{
	margin:0;
	padding:3px 8px;
}
#MemberDetails{
	font-size:90%;
	margin-top:0;
	margin-left:8px;
	margin-bottom:0px;
}

	#MemberDetails a {
		
		text-decoration:underline;
	}
	#MemberDetails a:hover{
		
	}
	#MemberDetails ul{
		
		margin:4px 0 0px 10px;
		padding:0;
		/*width:250px;*/
		margin-bottom:8px;
	}
	#MemberDetails ul li{
		padding:1px 0;
		list-style:none;
		margin:0;
		line-height:16px;
		clear:left;
	}
	#MemberDetails ul li.sites{
		clear:left;
		display:block;
		padding-top:10px;
	}
	#MemberDetails ul li span.label{
		display:block;
		width:70px;
		float:left;
	}
span.MemberSites{
	display:block;
	background-image:url(/images/template/profile/profile_arrow.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	float:left;
	margin:0 6px 0 0;
}
	span.MemberSites a{
		display:block;
		margin-left:16px;
	}

#profile_friends{
	font-size:90%;
	margin:0px 0 8px 8px;
}

#signature{
	margin-bottom:15px;
	clear:both;
	width:570px;

}
	#signature p{
		margin:5px 0;
		padding:0 4px;
		overflow:auto;
	}
	#signature img{
		display:block;
	}
.contactIcons{
	margin:7px 0;
	padding:4px 0;
	height:20px;
	color:#a53a2c;
	font-weight:bold;
	border-top:1px solid #7f9006;
	border-bottom:1px solid #7f9006;
}
.contactIcons img{
	padding:0px 5px;
	vertical-align:bottom;
}

 #profile_friends a{display:block;float:left;width:40px;margin:2px;padding:0;}
 #profile_friends a img{border:1px solid #7f9006; width:40px;height:40px;}
 #profile_friends_avatars {margin:0 auto; width:200px;}
  #profile_friends_avatars p{margin:0;padding:2px 0;}
  

dl#contactIconBubbles{margin-left:10px;margin-top:0px;font-size:10px;}
dl#contactIconBubbles dt{position: absolute;display: none; }
dl#contactIconBubbles dd{ 
	margin:0; 
	display:block; 
	padding: 0; 
	position:absolute ; 
}
dl#contactIconBubbles dd a{
	position: absolute; 
	display:block;
	float:left;
	width: 32px; 
	height: 20px; 
	color:#4e4d42;
	text-decoration: none; 
	cursor: pointer;
	font-size:90%;
	font-weight:normal;
}
dl#contactIconBubbles dd a:hover{
	position: absolute; top: 0px; left: 0px;
}
dl#contactIconBubbles dd a span{
	display:none;
}
dl#contactIconBubbles dd a:hover span{
	display:block;
	text-indent: 0;
    position:absolute;
	font-weight:normal;
	background:url(/images/template/profile/contactBubble.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	padding-top:7px;
	padding-left:10px;
	width:203px;
	height:38px;
	bottom:10px;
	overflow:hidden;
	left:11px;
	
}	
dl#contactIconBubbles dd#profEmail{margin-left:0px;}	
dl#contactIconBubbles dd#profAol{margin-left:32px;}	
dl#contactIconBubbles dd#profYahoo{margin-left:64px;}	
dl#contactIconBubbles dd#profMsn{margin-left:96px;}	
dl#contactIconBubbles dd#profIcq{margin-left:128px;}	
/*============================*/

#newsContent img{display:block;padding:5px; float:left;}
#submitReview textarea{
	width:360px;
	height:80px;
}
.trackNums{
	display:block;
	float:left;
	padding:0px;
	text-align:left;
	width:22px;
	font-size:11px;
	line-height:15px;
}
span.trackTitle {
	float:left;
	width:130px;
	line-height:15px;
	padding:0 5px;
}

.long span.trackTitle{
	float:left;
	width:190px;
	line-height:15px;
	padding:0 5px;
}

.album-thumbnail{
	width:125px;
	text-align:center;
	
	float:left;
}
/* styles for ASJAV audio player */
#hiddenPlayer{
	
	height:1px;
	margin:0;
	padding:0;
	line-height:1px;
}
div.clipHolder{}
div.assigned{}
span.play a{
	background:url(/images/template/buttons/audioPlayBut.gif) no-repeat;
	background-position:0 0px;
	margin:0 auto;
	width:21px;
	height:16px;
	display:block;
}
span.play a.hover{
    background:url(/images/template/buttons/audioPlayBut.gif) no-repeat;
	background-position:0 -16px;
}
span.stop a.hover{
     background:#000;
     color:#fff;
	}
span.stop a{
     display:none;
	}
div.assigned span.play a{display:none;}

div.assigned span.stop a{
    background:url(/images/template/buttons/audioPlayStop.gif) no-repeat;
	background-position:0 0px;
	margin:0 auto;
	width:21px;
	height:16px;
	display:block;
  }
div.assigned span.stop a:hover{
	background:url(/images/template/buttons/audioPlayStop.gif) no-repeat;
	background-position:0 -16px;
}

/* END styles for one click audio player */

/* VOLUNTEER FORM*/

#volunteerForm{margin:20px 0;}

#volunteerForm textarea{width:400px;height:80px;}

#volunteerForm .volunteerSubmit{position:relative;left:-10px;}

/*#volunteerForm .inputs span.DESVALRequiredFieldMarker img{vertical-align:top;}*/

/*END VOLUNTEER FORM*/

/* TELL YOUR FRIEND */

div#yourInfo{
	/*background-color:#eaeaea;*/
	padding-bottom:20px;
}

div#yourInfo div, div.friends div{
	padding:8px 0;
	clear:both;
}

div#yourInfo label, div.friends label{
	display:block;
	float:left;
	width:200px;
	text-align:right;
	padding-right:6px;
	font-size:14px;
}

div#yourInfo input, div.friends input{
	background-color:#EFEFEF;
	border:1px solid #DDDDDD;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	margin-right:6px;
	padding:4px 4px 6px;
	width:190px;
}

div.friends, div#yourInfo, div#join{
	background:url("/images/template/br_separator.gif") repeat-x center bottom transparent;
	padding-bottom:35px;
}

ul.DESVALSummaryErrors{
	margin-top:10px;
}

#yourInfo .DESVALRequiredFieldMarker, .friends .DESVALRequiredFieldMarker{
	position:relative;top:3px;margin-right:4px;
	float:left;
}

#terms .DESVALErrorText, #terms label, #terms input, #terms .DESVALRequiredFieldMarker{
	display:block;
	float:left;
}

#terms .DESVALErrorText{
	position:relative;
	top:-3px;
	left:4px;
}

#terms label{
	width:560px;
}

#terms{
	padding:20px 0 40px 0;
}

div#join{
	padding-bottom:15px;
}
div#join h3{
	text-transform:none;
	padding:15px 0 10px 0;
}

div#join ul{
	margin:0;
}

div#join ul li{
	list-style:none;
}

.twitter-share-button{
	position:relative;
	top:-50px;
}

/* END TELL YOUR FRIEND */

/* styles for TOOLTIPS */

a.tooltip{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    text-decoration:none}

a.tooltip:hover{z-index:25; background:transparent}

a.tooltip span{display: none}

a.tooltip:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-210px; left:0; width:200px;
    border:1px solid #c9c8c8;
    background-color:#fff;
    text-align: center
}

/* END styles for TOOLTIPS */


/*V4.1 Styles*/
.Visible_False { display:none;}

div.canceled_True {text-decoration:line-through;}

span.VenueVisible_False, a.Visible_True {display:inline;}

span.VenueVisible_True, a.Visible_False, a.rsvp_False {display:none;}

span.DetailsVisible_False, a.Visible_True {display:inline;}

span.DetailsVisible_True, a.Visible_False {display:none;}     

.sku_True{display:inline;}

.sku_False {display:none;}
                                           



/*END V4.1 Styles*/

#productSpecials{
	margin-bottom:15px;
	background:url(/Images/TEMPLATE/br_product_sidebar.jpg);
	background-position:bottom;
	width:229px;
	padding:0;
}
	#productSpecials h3{
		text-indent:-10000px;
		background:url(/Images/TEMPLATE/br_prodSpecials_calloutTop.jpg);
		width:229px;
		height:31px;
		margin:0;
		padding:0;
	}
div#productSpecials a img{
	width:80px;
	height:80px;
}
div#productSpecials a.prodCoImage{
	float:left;
	border:2px solid #745145;
	margin:4px;
	display:block;
	width:80px;
	height:80px;
	background:#333;
	overflow:hidden;
}
div#productSpecials span.specialsText{
	width:112px;
	padding:0px;
	color:#fff;
	margin:2px 0 0 4px;
	font-size:110%;
	line-height:16px;
	display:block;
	float:left;
}
span.specialsText span{
	font-weight:bold;
	display:block;
	margin-bottom:5px;
	}
div#productSpecials a{
	text-decoration:none;
	color:#fff;
}
div#productSpecials ul{
	padding:4px;
	margin:0 0 0 5px;
}

div#productSpecials ul li{
	list-style:none;
	display:none;
	margin:0;
	padding:0;
}
div#productSpecials ul li.showMe{
	display:inline;
}

.hide{
	visibility:hidden;
}


/** New Help Layout ********************/

#GenStore p, FAQ p, ForumHelp p{padding:4px 0;}
ul.contactUSLinks{margin:0 0 5px 40px;}
ul.contactUSLinks li{padding:4px 0;}
ol.help li ul {
	margin:0!important;
	padding:0!important;	
}

ol.help li {
	list-style-position:outside;
	list-style-type:decimal;
	}

ol.help li ul li {
	margin:0!important;
	margin-top:5px!important;
	padding:0 2px 10px 2px!important;
	font-size:1.0em;
	width:550px;
	
	list-style:none;
}
ol.help li ul ul{
	margin:5px 0 5px 30px!important;
	padding:0px 0!important;
}
ol.help li ul ul li{padding:0!important; margin:0!important;}

ol.help li ul li ul{display:block!important; }

ol.help li ul li ul li{
	list-style-type:square!important;
	list-style-position:outside!important;
	margin:5px 0!important;
	}

ol.help {
	margin:0;
	margin-top:20px;
	margin-bottom:20px;
	padding:0;
}
ol.help li{
	margin:0;
	margin-top:3px;
	margin-left:45px;
	padding:0;	
}
ol.help li a{
	cursor:pointer;
	
}


ol.help li ul li a{display:inline;}

.returnsContactLinks{
	

	display:block;
	margin-left:0!important;
	padding-left:0!important;
	padding:3px 0;
	
	}
 .returnsContactLinks:hover{
	text-decoration:none;
	}
ol.help li ul li ul#show {
	display:block!important;
	
}

ol.help li ul li ul li{
	width:auto!important;
	}

ol.help li ul li ul#show li {
	list-style-type:circle;
}

#Returns, #ContactUs{
	list-style:none;
	}	

#Returns a.Questions, #ContactUs a.Questions{
	font-size:16px;
	padding:10px 0 0;
	margin-left:0!important;
	text-decoration:underline;
	}


ol.help li#Returns, ol.help li#ContactUs{
	margin:0;
	}

