/* =============== 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 {
	}
	
html{
	min-height: 101%;
	}

body{
	height:100%;
	margin:0;
	padding:0;
	background:#7b0009;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 18px;
}
/* ANCHORS AND BUTTONS*/
a{
	text-decoration:none;
	color:#edae1c;
	
}
	a:hover{
		color:#db8703;
	}
	a.toTop{
		display:block;
		font-style:italic;
		font-weight:bold;
		background:url(/images/template/top.gif) no-repeat;
		background-position:0 3px;
		padding-left:20px;
		margin-top:2px;
		font-size:11px;
	}
	a.backToSite{
		background:url(/images/template/buttons/backtosite.gif) no-repeat;
		width:121px;
		height:34px;
		display:block;
		float:left;
		margin-bottom:10px;
		text-indent:-10000px;
	}
	
	a.backToStore{
		background:url(/images/template/buttons/backtostore.gif) no-repeat;
		width:121px;
		height:34px;
		display:block;
		float:right;
		margin-bottom:10px;
		text-indent:-10000px;
	}
	a.backTo{
		background:url(/images/template/buttons/backto.gif) no-repeat 0 18px;
		display:block;
		padding-left:24px;
		font-weight:bold;
		font-style:italic;
		float:left;
		padding-top:15px;
	}
	a.backTo2{
		background:url(/images/template/buttons/backto.gif) no-repeat 0 3px;
		display:block;
		padding-left:24px;
		font-weight:normal;
		font-style:italic;
		float:right;
		padding-top:0px;
	}
	a.backToProducts{
		background:url(/images/template/buttons/backto.gif) no-repeat 0 3px;
		display:block;
		padding-left:24px;
		font-weight:normal;
		font-style:italic;
		float:right;
		padding-top:0px;
	}
	a.external{
		display:inline;
		font-size:13px;
		background:url(/images/template/buttons/externalLink.gif) no-repeat 0 6px;
		padding:5px 0 0 16px;
	}
	a.readMore{
		font-weight:bold;
		font-style:italic;
		display:block;
		float:left;
		margin:8px 0 5px 0;
	}
	a.readAll{
		font-weight:bold;
		font-style:italic;
		display:block;
		float:left;
		padding:15px 0px 0 0px;
	}
	a.rss{
		background:url(/images/template/rssIcon.jpg) no-repeat right 10px;
		padding:15px 38px 0 0px;
		display:block;
		font-weight:bold;
		font-style:italic;
		height:28px;
		text-align:right;
		float:right;
	}
.clear{
	font-size:0.11em;
	height:0.11em;
	margin:0;
	padding:0;
	overflow:hidden;
	clear:both;
	display:block;
}
h1,h2,h3,h4,h5,h6{line-height:normal;letter-spacing:0.3px;}

h2{
	font-size:21px;
	padding:14px 0 5px 0;
}

h3, h4{
	font-size:16px;
	padding:10px 0 0px 0;
	font-weight:bold;
	letter-spacing:0.3px;
}
h4.compiled{width:80%;float:left;}

h3 a, h4 a{color:#fff;}
h5{
	font-size:14px;
	line-height:18px;
	margin-bottom:8px;
	clear:both;
}
h5.otherAff{
	float:left;
	width:250px;
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{
	color:#eedadc;
}
p{
	padding:5px 0;
}
p.leading{
	font-size:16px;
	padding-bottom:10px;
}
p.siteLinks{
	width:50%;
	float:left;
	font-size:15px;
	padding:0 0 15px 0;
}
	p.siteLinks a.external{
		display:block;
	}
p.nextShow{
	font-size:14px;
	clear:both;
	padding:12px 0;
}
p.titleSm{
	font-size:11px;
	padding:0;
	margin:0;
}
strong{
	font-weight:bold;
	letter-spacing:0.2px;
}
em{font-style:italic;}
span.dropCap{
	font-size:16px;
}
span.comments{
	float:right;
	margin-top:8px;
	font-weight:bold;
	font-style:italic;
}
span.shareThis{
	float:right;
	display:block;
	margin-bottom:3px;
}
span.newsDate{
	font-size:11px;
}
ul{
	padding:4px 0px 4px 40px;
	list-style:square;
}
ol{
	list-style:decimal;
	padding:4px 0px 4px 40px;
}
li{
	padding:4px 0;
}
dl{
	padding:4px 0;
}
dt{font-weight:bold;letter-spacing:1px;}
dd{
	margin-bottom:10px;
}
hr{
	border:0;
	border-bottom:1px solid #8d1c0e;
	height:1px;
	clear:both;
}
img.alignRight{
	float:right;
	margin:3px 10px 10px;
	padding:2px;
}
img.alignLeft {
	float:left;
	margin:3px 10px 10px;
	padding:2px;
}
img.borderImage{
	display:block;
	border:1px solid #fff;
	margin-bottom:8px;
}
iframe{
	border:none;
	padding:0px;
	/*background:#7b0009!important;*/
}

#header{
	background:url(/images/template/mk_header.jpg) no-repeat;
	width:1051px;
	height:321px;
	margin:0 auto;
}
	a#homeLink{
		display:block;
		width:100%;
		height:280px;
		text-indent:-10000px;
	}
#content{
	width:922px;
	clear:both;
	margin:0 auto;
	margin-top:30px;
	height:350px;
	height:auto;
	min-height:350px!important;
}
#bodyContent{
	width:590px;
	float:left;
}
#sidebar{
	width:300px;
	float:right;
}

#OCCholder {
	padding-top:8px;
	padding-left:35px;
}	
	
#OCC a {
    background: url(http://officialcommunity.com/images/OCCLogo_Footer_dark.png) no-repeat scroll right top transparent;
    color: #FFF;
    display: block;
    height: 25px;
    padding-right: 103px;
	padding-top:2px;
    width: 70px;
	margin-right:10px;
	font-size:9px;
	}

#footer{
	background:url(/images/template/mk_footer.jpg) no-repeat;
	background-position:0 0;
	width:986px;
	padding-top:45px;
	margin:0 auto;
	min-height:82px;
	line-height:20px;
	clear:both;
}
	#footer a{font-size:11px;}
	#copyright{
		margin-left:32px;
		width:480px;
		float:left;
		}
	
	#socials{
		float:right;
		margin-right:32px;
	}
	#socials a{
		height:40px;
		overflow:hidden;
		display:block;
		background-position:0 0;
		float:left;
		text-indent:-10000px;
	}
	#socials a#myspace{
		background:url(/images/template/myspace.jpg);
		width:139px;
	}
	
	#socials a#facebook{
		background:url(/images/template/facebook.jpg);
		width:127px;
	}
	#socials a#flickr{
		background:url(/images/template/flickr.jpg);
		width:95px;
	}
	#socials a#iLike{
		background:url(/images/template/iLike.jpg);
		width:77px;
	}
	#socials a#facebook:hover,#socials a#flickr:hover,#socials a#iLike:hover, #socials a#myspace:hover{background-position:0 40px;}
#signIn{
	width:918px;
	margin:0 auto;
	color:#fff;
	font-family:tahoma;
	font-weight:bold;
	letter-spacing:0.3px;
	margin-top:9px;
	text-transform:lowercase;
}
	#signIn a{
		color:#fff;
		font-size:12px;
	}
	#signIn a:hover, #footer a:hover{
		color:#eccb7c;
	}
	
/**navigation**/	
#navBar{
	background:url(/images/template/navBar.jpg) no-repeat;
	width:995px;
	height:42px;
	margin:0 auto;
}
	#navBar ul{
		margin:0;
		padding:0;
	}
	#navBar ul li{
		display:inline;
	}
	#navBar ul li a{
		display:block;
		margin-top:8px;
		float:left;
		text-indent:-100000px;
		height:22px;
		overflow:hidden;
		background-position:0 0;
	}
	#navBar ul li a#news:hover,
	#navBar ul li a#tour:hover,
	#navBar ul li a#about:hover,
	#navBar ul li a#gallery:hover,
	#navBar ul li a#music:hover,
	#navBar ul li a#links:hover,
	#navBar ul li a#interact:hover,
	#navBar ul li a#store:hover,
	#navBar ul li a#newsletter:hover,
	#navBar ul li a#contests:hover,
	#navBar ul li a#diary:hover,
	#navBar ul li a#video:hover,
	#navBar ul li a#mkdotcom:hover{
		background-position:0 22px;
	}
	
	#navBar ul li a#news{
		background:url(/images/template/nav_news.gif);
		width:70px;
		margin-left:36px;
	}
	#navBar ul li a#tour{
		background:url(/images/template/nav_tour.gif);
		width:75px;
	}
	#navBar ul li a#about{
		background:url(/images/template/nav_about.gif);
		width:94px;
	}
	#navBar ul li a#gallery{
		background:url(/images/template/nav_gallery.gif);
		width:107px;
	}
	#navBar ul li a#music{
		background:url(/images/template/nav_music.gif);
		width:87px;
	}
	#navBar ul li a#links{
		background:url(/images/template/nav_links.gif);
		width:86px;
	}
	#navBar ul li a#interact{
		background:url(/images/template/nav_interact.gif);
		width:113px;
	}
	#navBar ul li a#store{
		background:url(/images/template/nav_store.gif);
		width:93px;
	}
	#navBar ul li a#newsletter{
		background:url(/images/template/nav_newsletter.gif);
		width:201px;
	}
	#navBar ul li a#contests{
		background:url(/images/template/nav_contests.gif);
		width:105px;
		margin-left:36px
	}
	#navBar ul li a#diary{
		background:url(/images/template/nav_guysdiary.gif);
		width:146px;
	}
	#navBar ul li a#video{
		background:url(/images/template/nav_video.gif);
		width:100px;
		margin-left: 10px;
	}
	#navBar ul li a#mkdotcom{
		background:url(/images/template/nav_mkdotcom.gif);
		width:148px;
		margin-left: 430px;
	}
	#newsNav #navBar ul li a#news{background-position:0 22px;}
	#tourNav #navBar ul li a#tour{background-position:0 22px;}
	#aboutNav #navBar ul li a#about{background-position:0 22px;}
	#galleryNav #navBar ul li a#gallery{background-position:0 22px;}
	#musicNav #navBar ul li a#music{background-position:0 22px;}
	#linksNav #navBar ul li a#links{background-position:0 22px;}
	#interactNav #navBar ul li a#interact{background-position:0 22px;}
	#storeNav #navBar ul li a#store{background-position:0 22px;}
	
/*sub navigation*/	
	#subNavBar{
	
		background:#8d1c0e;
		height:25px;
		width:986px;
		margin:0 auto;
		margin-top:-4px;
		padding-top:3px;
	}
	#subNavBar a{
		display:block;
		text-indent:-10000px;
		height:21px;
		float:left;
		}
		
		a#sub_latest{
			background:url(/images/template/subNav_news.gif) 0 0;
			width:80px;
			margin-left:13px;
		}
		a#sub_archived{
			background:url(/images/template/subNav_archived.gif) 0 0;
			width:103px;
		}
		a#sub_zoriah{
			background:url(/images/template/subNav_zoriahPhotos.gif) 0 0;
			width:128px;
			margin-left:15px;
		}
		a#sub_kenSharp{
			background:url(/images/template/subNav_kenSharpPhotos.gif) 0 0;
			width:161px;
		}
		a#sub_fabioLovino{
			background:url(/images/template/subNav_fabioLovinoPhotos.gif) 0 0;
			width:165px;
		}
		a#sub_fans{
			background:url(/images/template/subNav_fanPhotos.gif) 0 0;
			width:106px;
		}
		a#sub_various{
			background:url(/images/template/subNav_variousPhotos.gif) 0 0;
			width:85px;
		}
		a#sub_tour{
			background:url(/images/template/subNav_tour.gif) 0 0;
			width:115px;
			margin-left:22px;
		}
		a#sub_pastTour{
			background:url(/images/template/subNav_pastTour.gif) 0 0;
			width:105px;
		}
		a#sub_guysDiary{
			background:url(/images/template/subNav_guysDiary.gif) 0 0;
			width:103px;
		}
		a#sub_recPolicy{
			background:url(/images/template/subNav_recPolicy.gif) 0 0;
			width:158px;
		}
		a#sub_solo{
			background:url(/images/template/subNav_solo.gif) 0 0;
			width:68px;
			margin-left:15px;
		}
		a#sub_dire{
			background:url(/images/template/subNav_dire.gif) 0 0;
			width:115px;
		}
		a#sub_soundtracks{
			background:url(/images/template/subNav_soundtracks.gif) 0 0;
			width:122px;
		}
		a#sub_affiliated{
			background:url(/images/template/subNav_affiliated.gif) 0 0;
			width:156px;
		}
		
		a#sub_Albums{
			background:url(/images/template/subNav_Albums.gif) 0 0;
			width:83px;
		}
		a#sub_Books{
			background:url(/images/template/subNav_Books.gif) 0 0;
			width:76px;
		}
		a#sub_Clothing{
			background:url(/images/template/subNav_Clothing.gif) 0 0;
			width:91px;
		}
		a#sub_Other{
			background:url(/images/template/subNav_Other.gif) 0 0;
			width:76px;
		}
		a#sub_Tickets{
			background:url(/images/template/subNav_Tickets.gif) 0 0;
			width:87px;
			margin-left:14px;
		}
		
		a#sub_VideoDvd{
			background:url(/images/template/subNav_VideoDvd.gif) 0 0;
			width:97px;
			}
		a#sub_contests{
			background:url(/images/template/subNav__CurrentContests.gif) 0 0;
			width:158px;
			margin-left:14px;
			}
		a#sub_pastcontests{
			background:url(/images/template/subNav_PastContests.gif) 0 0;
			width:135px;
			}
			
		a#sub_archived:hover,
		a#sub_zoriah:hover,
		a#sub_kenSharp:hover,
		a#sub_fabioLovino:hover,
		a#sub_fans:hover,
		a#sub_various:hover,
		a#sub_tour:hover,
		a#sub_pastTour:hover,
		a#sub_guysDiary:hover,
		a#sub_recPolicy:hover,
		a#sub_solo:hover,
		a#sub_dire:hover,
		a#sub_soundtracks:hover,
		a#sub_affiliated:hover,
		#subNavBar a.on,
		#subNavBar a.soloOn,
		
		a#sub_Albums:hover,
		a#sub_Books:hover,
		a#sub_Clothing:hover,
		a#sub_Other:hover,
		a#sub_Tickets:hover,
		a#sub_VideoDvd:hover,
		a#sub_contests:hover,
		a#sub_pastcontests:hover,
		#subNavBar a.on{
			background-position:0 21px;
		}
/**end of navigation**/		
/**Titles**/
h2.titles{
 	width:383px;
	height:31px;
	text-indent:-10000px;
	margin-bottom:12px;
	padding:0;
 }
 h2.titles a,h3.titles a,h4.titles a{display:block; width:90%;}
 


h3.titles{
 	width:383px;
	height:31px;
	text-indent:-10000px;
	margin:15px 0 5px 0;
	padding:0;
 }
h4.titles{
	width:176px;
	height:25px;
	padding:0;
	margin:0;
	text-indent:-10000px;
}

h2#archivednews{background:url(/images/template/titles/ArchivedNews.gif);}
h2#terms{background:url(/images/template/titles/termsofuse.gif)}
h2#privacy{background:url(/images/template/titles/privacy.gif)}
h2#contact{background:url(/images/template/titles/contact.gif)}
h2#help{background:url(/images/template/titles/help.gif)}
h2#search{background:url(/images/template/titles/search.gif)}
h2#login{background:url(/images/template/titles/login.gif)}
h2#resetPw{background:url(/images/template/titles/resetPw.gif)}
h2#createAccount1{background:url(/images/template/titles/createAccount.gif)}
h2#myAccount{background:url(/images/template/titles/myAccount.gif)}
h2#editAccount{background:url(/images/template/titles/editAccount.gif)}
h2#editProfile{background:url(/images/template/titles/editProfile.gif)}
h2#busEn{background:url(/images/template/titles/businessEnquiries.gif)}
h2#links{background:url(/images/template/titles/links.gif)}
h2#about{background:url(/images/template/titles/about.gif)}
h2#news{background:url(/images/template/titles/news.gif)}
h2#gallery{background:url(/images/template/titles/gallery.gif)}
h2#mailingList{background:url(/images/template/titles/mailingList.gif)}
h2#latesttour{background:url(/images/template/titles/tour.gif)}
h2#tourPast{background:url(/images/template/titles/pasttour.gif)}
h2#diary{background:url(/images/template/titles/diary.gif)}
h2#recordingPolicy{background:url(/images/template/titles/recordingPolicy.gif)}
h2#music{background:url(/images/template/titles/music.gif)}
h2#lyrics{background:url(/images/template/titles/lyrics.gif)}
h2#solo{background:url(/images/template/titles/solo.gif)}
h2#soundtracks{background:url(/images/template/titles/soundtracks.gif)}
h2#direStraits{background:url(/images/template/titles/direstraits.gif)}
h2#affiliated{background:url(/images/template/titles/affiliated.gif)}
h2#oops{background:url(/images/template/titles/oops.gif);}
h2#bonus_welcome{background:url(/images/template/titles/bonus_welcome.gif); width: 455px; }
h2#bonus_welcomelanding{background:url(/images/template/titles/bonus_welcomelanding.gif); width: 517px; }
h2#bonus_contests{background:url(/images/template/titles/bonus_contests.gif);}
h2#bonus_guysdiary{background:url(/images/template/titles/bonus_guysdiary.gif);}
h2#bonus_video{background:url(/images/template/titles/bonus_video.gif);}
h2#referafriend{background:url(/images/template/titles/referafriend.gif)}
h2#thankscontest{background:url(/images/template/titles/thankscontest.gif);width:575px;}
h2#rulesreferafriend{background:url(/images/template/titles/rulesreferafriend.gif);width:590px;}
h2#optinreferafriend{background:url(/images/template/titles/optinreferafriend.gif);}

h3#albumDetails{background:url(/images/template/titles/albumDetails.gif);margin:0;}
h3#storeHelp{background:url(/images/template/titles/storeHelp.gif)}
h3#faqsHelp{background:url(/images/template/titles/faqHelp.gif)}
h3#boardsHelp{background:url(/images/template/titles/boardsHelp.gif)}
h3#AN2011{background:url(/images/template/titles/2011.gif)}
h3#AN2010{background:url(/images/template/titles/2010.gif)}
h3#AN2009{background:url(/images/template/titles/2009.gif)}
h3#AN2008{background:url(/images/template/titles/2008.gif)}
h3#AN2007{background:url(/images/template/titles/2007.gif)}
h3#AN2006{background:url(/images/template/titles/2006.gif)}
h3#AN2005{background:url(/images/template/titles/2005.gif)}
h3#searchWin{background:url(/images/template/titles/Searchwin.gif)}
h3#highlights{background:url(/images/template/titles/highlights.gif)}
h3#comingsoon{background:url(/images/template/titles/comingsoon.gif)}
h2#bonus_pastcontests{background:url(/images/template/titles/bonus_pastcontests.gif)}
h3#rulesregs{background:url(/images/template/titles/rulesregs.gif)}
h3#triviacontest{background:url(/images/template/titles/triviacontest.gif)}
h3#guitarstringcontest{background:url(/images/template/titles/guitarstringcontest.gif)}
h3#referafriendcontest{background:url(/images/template/titles/referafriendcontest.gif)}

h4#iTunesLink{background:url(/images/template/titles/iTunesLink.gif) no-repeat; width:103px; height:21px;text-indent:-10000px;}
h4#discographySm{background:url(/images/template/titles/discography_Sm.gif);}
h4#affiliatedSm{background:url(/images/template/titles/affiliatedArtists_Sm.gif);}
h4#forumsSm{background:url(/images/template/titles/forums_Sm.gif);}
h4#newcontests{background:url(/images/template/titles/newcontests.gif);}
h4#guysdiary{background:url(/images/template/titles/guysdiary.gif);}



/*NEWS ITEM STYLES*/
#latestNewsCol h3{font-size:18px;font-weight:normal;letter-spacing:0.4px;}
.newsArchiveEntries ul{
	padding:5px 0 10px 0;
}
.newsArchiveEntries li{
	list-style:none; 
	font-size:15px;
	padding:4px 5px;
	display:block;
	clear:left;
	min-height:18px;
	}
.newsArchiveEntries li:hover{background:#6f0109;}
.newsArchiveEntries li a{color:#edae1c;}

.newsArchiveEntries li span.postdate{
	padding:0 10px 0 0;
	display:block;
	float:left;
	width:70px;
	}
.newsArchiveEntries li span.archivedLink{
	padding:0 0px 0 10px;
	display:block;
	float:left;
	width:75%;
	}
.newsEntries p img{ border:0px solid #fff; margin:0 5px;}
.newsEntries img.border{ border:1px solid #fff; margin:0 5px;}

/*recording policy box*/
#recordingP{
	clear:left;
	padding:3px 0;
	margin:20px 0 25px 0;
	border-top:1px solid #93302e;
	border-bottom:1px solid #93302e;
}
#recordingHolder{
	background:#5a0007 url(/images/misc/recordingPolicyicon.gif) no-repeat 8px 4px;
	min-height:60px;
}
#recordingHolder h4{
	padding:8px 0px 0 75px;
	margin:0;
}
#recordingHolder p{
	padding-left:75px;
}

a#searchAndWinLink{
	display:block;
	margin:8px 0 20px 0;
	background:url(/images/misc/searchandwin.gif) no-repeat;
	width:100%;
	height:75px;
	cursor:pointer;
	text-indent:-10000px;
}
/*HIGHLIGHTS HOME PAGE*/
.highlightsContainer{
	width:187px;
	margin-right:14px;
	margin-bottom:20px;
	float:left;
}
.last{
	margin-right:0px;
}
.highlightsContainer img{border:1px solid #fff;}
a#highlightForums{
	background:url(/images/misc/highlights_forums.jpg);
	width:176px;
	height:66px;
	border:1px solid #fff;
	display:block;
	text-indent:-10000px;
}
a#highlightDiscog{
	background:url(/images/misc/highlights_discog.jpg);
	width:176px;
	height:66px;
	border:1px solid #fff;
	display:block;
	text-indent:-10000px;
}

a#highlightGuy{
	background:url(/images/bonus/bonus_guy.jpg);
	width:78px;
	height:76px;
	border:0px solid #fff;
	display:block;
	text-indent:-10000px;
}

a#highlightPrizes{
	background:url(/images/bonus/bonus_prizeimages.jpg);
	width:271px;
	height:76px;
	border:0px solid #fff;
	display:block;
	text-indent:-10000px;
}

.aff_highlights{
	width:50%;
	float:left; 
	}
.aff_highlights2{
	float:left; 
	padding-left:10px;
	}
.aff_highlights img,.aff_highlights2 img{border:none;}

/*COMING SOON */

.comingsoonContainer{
	width:290px;
	margin-right:40px;
	margin-bottom:20px;
	float:left;
}

.comingsoonContainer2{
	width:260px;
	margin-bottom:20px;
	float:left;
}

/*BONUS VIDEO*/

.videoContainer{
	width:330px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
}

.videoContainer2{
	width:220px;
	margin-bottom:20px;
	float:left;
}

/*GALLERY STYLES */	
#myHolder{height:620px;border:1px solid #8d1c0e; margin-top:10px;}

#picHolder{
	height:600px;
	position:absolute;
	width:588px;
}
#picHolder ul{
	list-style:none;
	margin:0;
	padding:0;
}
#picHolder ul li{
	background:#5a0007;
	float:left;
	height:170px;
	line-height:170px;
	margin:8px 4px 4px 10px;
	text-align:center;
	width:180px;
	display:block;
}
#picHolder ul li a{}
#picHolder ul li a img {
	vertical-align:middle;
	border:1px solid #fff;
}
#picHolder_counter{
		text-align:right;
		position:absolute;
		width:570px;/*same as gallery  - 20px padding*/
		bottom:0px;
		margin:0;
		padding:0px;
		font-size:11px;
		clear:both;
		color:#3c5467;
		}
		 #picHolder_counter span.g_counter{padding:0 5px; color:#fff;}
		 #picHolder_counter span.pageText{padding:0 5px 0 0px;}
		 #picHolder_counter a{font-size:11px; }
		 #picHolder_counter a:hover{}
		 #picHolder_counter  a.g_disabled{display:none;}
		 
/* callouts*/

#ProductSidebar {
	background:url(/images/template/store_callout.gif) 0 0;
	width:299px;
	height:178px;
	margin-top:20px;
}

#FacebookLikeCallout{
	background:url(/images/template/FacebookLike_callout.gif) 0 0;
	width:299px;
	height:61px;
	margin-top:20px;
	margin-left:1px;
	font-size:13px;
}

#getLuckyCallout{
	
	width:300px;
	
	margin-bottom:20px;
}
	#getLuckyCallout a{
		display:block;
		height:340px;
		/*height:330px; - change to 330px when audio player dropped in.*/
		
	}
	#getLuckyCallout div{
		width:260px;
		margin:0 auto;
		color:#000;
	}
/*#tourCalloutEurope{
	background:url(/images/template/europeTour_callout.gif) 0 0;
	width:290px;
	margin-left:5px;
	height:196px;
} */
#tourCalloutEurope{
	width:276px;
	margin-left:7px;
	padding:3px;
	border:2px solid #fff;
} 
	a#tourPage{
		display:block;
		width:270px;
		position:absolute;
		margin-top:10px;
		height:25px;
		
	}
	.tourBody{
		margin:2px auto;
		padding-top:0px;
		color:#171515;
		width:262px!important;
		background: #fff url(/images/template/europeTour_callout2.gif) no-repeat right 0;
		min-height:176px;
		padding:2px 5px;
	}
	.tourBody ul{
		list-style:none;
		margin:40px 0 0 0;
		padding:0;	
	}
	.tourBody ul li{
		border-top:1px solid #7b0009;
		font-size:19px;
		line-height:30px;
		padding:0px 3px;
		clear:left;
	}
	.tourBody ul li span{display:block; float:left;width:110px;}
	.tourBody ul li span.co_city{display:block; float:left;width:140px;}
	.moreDates{
		clear:left;
		display:block;
		padding:4px 0;
		border-top:1px solid #7b0009;
		color:#8d222a;
		font-weight:bold;
		font-style:italic;
	}
#vip{
	background:url(/images/template/vip_callout.gif) 0 0;
	width:299px;
	height:139px;
	margin-top:20px;
	margin-left:1px;
	font-size:13px;
}
	 a#vipPage{
		display:block;
		width:250px;
		margin-top:20px;
		position:absolute;
		height:20px;
		margin-left:20px;
	}
	#vip div{
		padding:45px 25px 0 25px;
		color:#171515;
	}
	.vipLink{
		display:block;
		padding-top:4px;
		color:#8d222a;
		font-weight:bold;
		font-style:italic;
	}
	
#bonuscallout{
	background:url(/images/template/bonus_callout.gif) 0 0;
	width:299px;
	height:123px;
	margin-bottom:20px;
	margin-left:1px;
	font-size:13px;
}
	 a#bonuscalloutPage{
		display:block;
		width:250px;
		margin-top:20px;
		position:absolute;
		height:20px;
		margin-left:20px;
	}
	#bonuscallout div{
		padding:45px 25px 0 25px;
		color:#171515;
	}
	.bonuscalloutLink{
		display:block;
		padding-top:4px;
		color:#8d222a;
		font-weight:bold;
		font-style:italic;
	}	
	
	
#exm{
	background:url(/images/template/exclusivemerch_callout.gif) 0 0;
	width:299px;
	height:139px;
	margin-top:20px;
	margin-left:1px;
	font-size:13px;
}
	 a#exmPage{
		display:block;
		width:250px;
		margin-top:20px;
		position:absolute;
		height:20px;
		margin-left:20px;
	}
	#exm div{
		padding:45px 25px 0 25px;
		color:#171515;
	}
	.exmLink{
		display:block;
		padding-top:4px;
		color:#8d222a;
		font-weight:bold;
		font-style:italic;
	}
	
/*PRODUCT SPECIALS*/

#productSpecials{
	margin-bottom:15px;
	background:url(/Images/TEMPLATE/br_product_sidebar.jpg);
	background-position:bottom;
	width:299px;
	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:#171515;
	font-size:13px;
}
div#productSpecials ul{
	padding:65px 0 0 15px;
	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;
}		
	
/*TOUR TABLE*/

div.canceled_True{text-decoration:line-through;}
.DetailsVisible_False,.VenueVisible_False, a.Visible_True,.sku_True{display:block!important;}
.DetailsVisible_True,.VenueVisible_True, a.Visible_False,.sku_False {display:none!important;}




ul#tourSub, ul#mainTourSub{
	margin:10px 0;
	padding:0;
	list-style:none;
	color:#fff;
}

ul#tourSub{
	position:relative;
	left:-5px;
}

ul#tourSub li, ul#mainTourSub li{display:inline;padding:0 0px 0 0;}

ul#mainTourSub li a{
	color:#fff;
	font-size:17px;
	letter-spacing:0.3px;
}

ul#tourSub li a{
	font-size:11px;
	letter-spacing:0.3px;
	text-transform:uppercase;
	background-color:#8d1c0e;
	padding:2px 6px;
	-moz-border-radius:6px 2px;
	-webkit-border-radius:3px 0;
	border-radius:3px 0;
}

ul#mainTourSub li a:hover, ul#mainTourSub li a.on{
	color:#f89818;
}

ul#tourSub li a:hover, ul#tourSub li a.on{
	background-color:#fff;
	color:#7B0009;
}
	
#mainTourSub{
	clear:both;
}

#mainTourSub li{
}



	
.venueInfo{
	width:350px;
	float:left;
	padding:5px 2px;

}
.dateCity{
	font-size:21px;
	line-height:30px;
}
.detailsInfo{
	float:left;
	margin-top:7px;
	padding:0px 5px;
	text-align:right;
	width:140px;
	font-size:14px;
	font-weight:bold;

}
.rsvpBut{
	float:right;
	width:70px;
	margin-top:7px;
}
.rsvpBut a{
	background:url(/images/template/rsvpBut.gif) 0 0 no-repeat;
	width:68px;
	height:36px;
}
/*MUSIC pages*/
.albumCont{
	float:left;
	width:194px;
	height:220px;
	padding:0 2px 25px 0;
}
	.albumCont a{
		color:#fff;
		display:block;
		padding-top:5px;
		font-size:15px;
	}
	.aff_albumCont{
		float:left;
		width:104px;http://localhost:8030/music/discography/cd/mk_SoloDetails.aspx?AlbumId=cbc3c14f-491b-453c-a14c-5459b6daebcd
		height:98px;
		padding:10px 2px 25px 0;
		font-size:11px;
	}
#pictureCol{

	float:left;
	width:220px;
	
}
#AlbumDetails{
	margin:32px 0 8px 0;
}
#AlbumDetails img{
	display:block;
	float:left;
}
#album-shortdescription{
	float:right;
	text-align:left;
	width:360px;
}
#nextAlbum{
	margin-top:10px;
	text-align:right;
}
#nextAlbum p{display:inline;}
#albumNav{
	border-top:1px solid #93302e;
	border-bottom:1px solid #93302e;
	padding:5px 0 0 0;
	margin-bottom:5px;
	height:75px;
	overflow:hidden;
	clear:both;
}
#albumNav a{
	display:block;
	float:left;
	padding:1px 1px 2px 2px;
	margin:0;
}
#albumNavClose{
	display:none; 
	cursor:pointer;
	text-indent:-10000px;
	background:url(/images/template/buttons/albumsClose.gif) no-repeat 0 0;
	width:65px;
	float:right;
	height:21px;
	}
a#albumNavExpand{
	cursor:pointer;
	float:right;
	display:block;
	text-indent:-10000px;
	background:url(/images/template/buttons/albumsMore.gif) no-repeat 0 0;
	width:65px;
	height:21px;
	}
#showMore{
	text-align:right;
}
#showMore span.show{
	float:right;
	display:block;
	width:100px;
	padding:0 5px;
}
#album-shortdescription h3{
	padding:2px 0 5px 0;
	margin:0;
	font-size:24px;
	font-weight:normal;
	letter-spacing:0.5px;
}

.buyBut,.buyLinks a.Buy, .buyLinks a.buy{
	background:url(/images/template/buttons/buy.jpg) no-repeat;
	display:block;
	margin:20px 10px 10px 0px;
	float:left;
	width:87px;
	height:31px;
	text-indent:-10000px;
}
.downBut, .buyLinks a.Download, .buyLinks a.download{
	background:url(/images/template/buttons/download.jpg) no-repeat;
	display:block;
	margin:20px 10px 10px 0px;
	float:left;
	width:102px;
	height:31px;
	text-indent:-10000px;

}
.amazonUK{
	background:url(/images/template/buttons/amazonUK.gif);
	width:122px;
	height:35px;
	display:block;
	text-indent:-10000px;
	
}

.amazonCA{
	background:url(/images/template/buttons/amazonCA.gif);
	width:101px;
	height:35px;
	display:block;
	text-indent:-10000px;
	
}

.amazonCOM{
	background:url(/images/template/buttons/amazonCOM.gif);
	width:120px;
	height:35px;
	display:block;
	text-indent:-10000px;
	
}

.amazonDE{
	background:url(/images/template/buttons/amazonCOM.gif);
	width:97px;
	height:35px;
	display:block;
	text-indent:-10000px;

}



.buyLinks br{
	display:none;
}
.aff_artists .aff_details{
		float:none;
		width:100%;
		padding-bottom:8px;
		}
	.aff_artists img{
		border:1px solid #fff;
		float:left;
		display:block;
		margin:12px 14px 8px 0;
	}
	.aff_artists p{
		padding:4px 0;
	}
	#affiliatedAlbums{
		background:#5a0007;
		padding:5px 10px;
	}
.trackListing{
	width:100%;
	margin-top:15px;
	border-collapse:collapse;
	
}
.trackListing th{
	background:#660007;
	text-transform:uppercase;
	text-align:left;
	padding:4px;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	letter-spacing:0.5px;
}
.trackListing th#songs{
	text-align:left;
}
	.trackListing td{
		padding:6px 5px 6px 3px;
		vertical-align:top;
	}
	.trackListing td.dark{
		background:#710008;
	}
	td.lyricsButton a{
		vertical-align:top;
		display:block;
		margin-top:3px;
	}
	a.audioBut{
		display:block;
		width:20px;
		height:20px;
		text-indent:-10000px;
		background:url(/images/template/buttons/audioBut.gif) no-repeat;
	}
/* ITUNES HOVER BUBBLE /////////////////////*/
span.itunes{
	background:url(/images/template/buttons/itunes.gif) 0 0 no-repeat;
	width:22px;
	height:22px;
	display:block;
	position:relative;
	margin-left:0px;	
}
	span.itunes:hover{
		cursor:pointer;
		height:22px;

	}
	span.itunes div.itunesHolder{
		display:none;
		position:absolute;
		top:-10px;
		left:12px;
		width:53px;
		height:96px;
		}
	
	span.itunes:hover div.itunesHolder{
		display:block;
		background:url(/images/template/buttons/itunesBubble.png)  no-repeat top left;
		}
	/*div.itunesHolder div{
		height:60px;
		overflow:hidden;
		float:right;
		width:30px;
		display:block;
		margin-top:10px;
		margin-right:6px;
		}*/
	
div.itunesHolder div{
			min-height:30px;
			background:url(/images/template/buttons/itunesBubbleBot.png) 0px bottom no-repeat;
			overflow:hidden;
			float:right;
			width:53px;
			margin-top:10px;
			margin-left:0px;
			display:block;
			padding-bottom:10px;
			padding-left:0px;
		}
	span.itunesBot{
		
		margin:-5px 0 0 0;
		padding:0 0 0 10px;
		color:#000;
		font-size:11px;
		display:block;
	}
	
	div.itunesHolder a{display:block; color:#000;padding:0 0px 4px 12px;}
	div.itunesHolder a.moreItunes{display:block; color:#000;padding:0}
	div.itunesHolder a:hover{color:#db8703}
	
	
a.ieLinkItunes{
	
	display:none!important;
}	
	
 #lyricsContainer{
 	width:380px;
	float:left;
 }
 #lyricsContainer span{
 	color:#fff!important;
 }
 #itunesBox{
 	width:180px;
	float:left;	
}
 #itunesBox img{
 	display:block;
	margin:5px 15px 5px 0;
	float:left;	
}
 #itunesBox div{
 	background:#5a0007;
	padding:5px 10px;
 }
/**profile page**/	
#MemberProfile{
	border:1px solid #c00;
}

h2#Profile{
	background:url(/images/template/titles/profile.gif);
	}


p.profileLinks{
	text-align:right;
	margin:10px 0 0 0;
	padding:0;
	font-size:90%;
}

h3.recentPosts{
	color:#a43426;
	background:url(/images/template/titles/profile_recentPosts.gif);
	background-repeat:no-repeat;
	height:31px;
	margin:5px 0 20px 8px;
	padding:0;
	text-indent:-50000px;
}
h3.favPosts{
	color:#a43426;
	background:url(/images/template/titles/profile_favPosts.gif);
	background-repeat:no-repeat;
	height:31px;
	margin:5px 0 20px 8px;
	padding:0;
	text-indent:-50000px;
}
#ProfileHeader{
	margin:8px 0 25px 10px;
	background:#fff;
	padding:5px;
	color:#000;
}
	#ProfileHeader p{
		margin:0;
		padding:2px 0;
		clear:both;
	}
	#ProfileHeader h2{
		margin:0;
		padding:0;
		float:left;
		width:420px;
		
		}

#ProfileHeader span#Profileheader{
	display:block;
	border:1px solid #93302E;
	padding:10px;
	}
	
	
.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 0 0;
		line-height:16px;
		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:#93302E;
		font-size:11px;
		display:block;
		margin-bottom:7px;
		background:url(/images/misc/profile_arrow.gif);
		background-repeat:no-repeat;
		background-position:0 3px;
		text-decoration:none;
		padding:0 0 0 18px;
	}
	#quickLinks a:hover{
		color:#5A0007;
	}
	#quickLinks ul{
		margin:0;
		padding:0 0 0 10px;
		list-style:none;
	}
	#quickLinks li{
		margin:0;
		padding:0;
		
		font-size:1px;
	}
.Avatar{
	width:100px;
	float:left;
}
	.Avatar img.avatar{
	border:2px solid #575435;
	width:80px;
}
	.Avatar div.role{
		font-size:0.1em;
	}
.MemberIcons{border:1px solid #99ccff;}


#recentPosts{
	margin-bottom:25px;
	}

#favPosts ul,#recentPosts ul{
	margin:-8px 0 0 15px;
	padding:0;
	list-style:none;
}
	#favPosts ul li,#recentPosts ul li{
		background:#5a0007 url(/images/misc/postIcon.gif);
		background-repeat:no-repeat;
		background-position:0 2px;
		padding:3px 0 3px 22px;
		margin:3px 0;
		line-height:18px;
		border-bottom:1px solid #93302e;
		border-top:1px solid #93302e;
	}
	#favPosts ul li h4,#recentPosts ul li h4{
		color:#fff;
		margin:0;
		padding:0;
	}
	
#recentPosts p.postdate{
	font-size:90%;
	color:#666;
	margin:0;
	padding:0;
	text-align:right;
}

span#AboutContainer{
	display:block;
	margin:5px;
	background:#fff;
	padding:5px;
	}

#MemberBio{
	border:2px solid #fff;
	margin-bottom:20px;
	color:#000;
	
}
#MemberBio h4{
	background:url(/images/template/titles/profile_about.gif) no-repeat;
	margin:5px 5px 5px 8px;
	
	text-indent:-5000px;
	height:31px;
	
	padding:0;
	}
#MemberBio p{
	margin:0;
	padding:3px 8px;
}

span#Memberdetails{
	display:block;
	margin:5px;
	background:#fff;
	padding:5px;
	color:#000;
	}

#MemberDetails{
	margin:0 0 20px 0;
	border:2px solid #fff;
}
	#MemberDetails h4{
		background:url(/images/template/titles/profile_details.gif) no-repeat;
		margin:4px 0pt 10px 8px;
		text-indent:-5000px;
		height:31px;
		
		padding:0;
	}
	#MemberDetails a {
		color:#93302E;
		text-decoration:underline;
	}
	#MemberDetails a:hover{
		color:#5A0007;
	}
	#MemberDetails ul{
		list-style:none;
		margin:4px 0 0px 10px;
		padding:0;
		width:250px;
		margin-bottom:8px;
	}
	#MemberDetails ul li{
		padding:1px 0;
		margin:0;
		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/misc/profile_arrow.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	float:left;
	margin:0 6px 0 0;
}
	span.MemberSites a{
		display:block;
		margin-left:16px;
	}

span#Signature{
	display:block;
	margin:5px;
	background:#fff;
	padding:5px;
	color:#000;
	overflow:auto;
	}
	
#signature{
	margin:0 0 20px 0;
	border:2px solid #fff;
	
}
	#signature h4{
		background:url(/images/template/titles/profile_signature.gif) no-repeat;
		margin:4px 0pt 10px 7px;
		text-indent:-5000px;
		height:31px;
	
		padding:0;
	}
	#signature p{		
		margin:5px 0;
		padding:0 4px 0 10px;
		overflow:auto;
	}
	#signature img{
		display:block;
	}
.contactIcons{
	margin:7px 0;
	padding:4px 0 4px 8px;
	height:20px;
	color:#a53a2c;
	font-weight:bold;
	border-top:1px solid #dfddd1;
	border-bottom:1px solid #dfddd1;
}
.contactIcons img{
	padding:0px 5px;
	vertical-align:bottom;
}

span#ProfileFriends{
	display:block;
	margin:5px;
	background:#fff;
	padding:5px;
	color:#000;
	
	}
	
	
 #profile_friends{
 	margin:0 0 20px 0;
	border:2px solid #fff;

 }
 #profile_friends h4{
 	background:url(/images/template/titles/profile_friends.gif) no-repeat;
	margin:4px 0pt 10px 7px;
	text-indent:-5000px;
	height:31px;
	padding:0;
 }
 #profile_friends a{display:block;float:left;width:60px;margin:2px;padding:0;height:60px; overflow:hidden;border:1px solid #575435;}
 #profile_friends a img{ width:60px;}
 #profile_friends_avatars {margin:0 auto; width:264px;}
  #profile_friends_avatars p{margin:0;padding:2px 0;}
  

dl#contactIconBubbles{margin-left:60px;margin-top:-20px;}
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;
	font-size:11px;
	background:url(/images/misc/contactBubble.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	padding-top:5px;
	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;}	

span.findBut  a{background:none;width:200px; height:100px; border:1px solid #fff; display:block;}

div.ceexpand	{
	text-align: center; 
	border: 1px solid #666; 
	border-top: 0;
	background: #efefef url(img/arrow_down.png) top right no-repeat; 
	line-height: 16px;
	width: 200px;
	margin: 0 0 0 auto;
}
div.cecollapse {
	background: #efefef url(img/arrow_up.png) top right no-repeat; 
}
div.cehover {
	background-color: #ccc;
	cursor: pointer;
}

#pushifrm {
margin: 25px 0px 25px 120px;
border: 0px solid green;
float: left;
}

li.songoList{
	list-style:none;
	margin:5px 0;
	border:1px solid #fff;
	display:block;
}

.prize_pic {
	margin: 10px auto;
	width: 500px;
	text-align: center;
}

.prize_pic img {
	border: 3px solid #5a0007;
}

#triviaform { margin: 15px auto; }

#triviaform  .inputs { height: 45px; }

#triviaform  .inputs label { width: 250px; padding-top: 0px;}

/* styles for ASJAV audio player */
#hiddenPlayer{
	position:absolute; 
	top:1px; 
	left:1px; 
	height:1px;
	margin:0;
	padding:0;
	line-height:1px;
}
div.clipHolder{}
div.assigned{}
span.play a{
	background:url(/images/template/buttons/audioBut.gif) no-repeat;
	background-position:0 0px;
	margin:0 auto;
	width:20px;
	height:20px;
	display:block;
}
span.play a.hover{
    background:url(/images/template/buttons/audioBut.gif) no-repeat;
	background-position:0 -20px;
}
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/audioButStop.gif) no-repeat;
	background-position:0 0px;
	margin:0 auto;
	width:20px;
	height:20px;
	display:block;
  }
div.assigned span.stop a:hover{
	background:url(/images/template/buttons/audioButStop.gif) no-repeat;
	background-position:0 -20px;
}

/* END styles for one click audio player */

.imageLeft{
	float:left;
	padding:10px 10px 10px 0;
	}	

ol.Contests{
	margin-left:200px;
	}	
	
/* REFER A FRIEND */

#refer_a_friend_form{
	padding-top:8px;
}

#refer_a_friend_form div{
	clear:both;
	margin-bottom:8px;
}

#refer_a_friend_form label{
	float:left;
	margin:0 0 6px;
	padding:5px 8px;
	text-align:right;
	width:150px;
}

#refer_a_friend_form .terms label{
	width:auto;
	float:none;
}

#refer_a_friend_form h1{
	display:block;
	width:383px;
	height:31px;
	text-indent:-9999px;
	background:transparent url(/images/template/titles/yourfriends.gif) no-repeat 0 0;
}
#refer_a_friend_form h3{
	display:block;
	width:160px;
}

#refer_a_friend_form hr{
	margin-top:24px;
}

#refer_a_friend_form .submit_button input{
	background:transparent url(/images/template/buttons/submitButton.gif) no-repeat scroll 5px 5px;
	border:0 none;
	clear:both;
	cursor:pointer;
	display:block;
	height:34px;
	margin:20px 0 10px 155px;
	text-indent:-10000px;
	width:88px;
}

h3#referafriendcontest a{
	height:44px;
}

#refer_a_friend_form .DESVALRequiredFieldMarker{
	display:none;
}

ul.indent li { margin-left: 80px; }



/**SIMFY LIVE BANNER**************************************/

.simfylive {
	margin:0;
	margin-top:0px;
	*margin-left:0px;
	padding:0;
	width:590px;
	height:100px;
	position:absolute;
	display:block;
	z-index:999;
	background:url(/images/flashbannerBG.gif) no-repeat;
}

/** 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 ul li {
	margin:0!important;
	margin-top:5px!important;
	padding:0 2px 10px 2px!important;
	
	width:500px;
	
	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;
	width:auto!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;
	color:#FFD200;
}
ol.help li a:hover{color:#E8BF02;}

ol.help li a.selected,ul.help li a.selected:hover{color:#E8BF02;}

ol.help li ul li a{display:inline;}

.returnsContactLinks{
	color:#000;
	font-size:130%;
	display:block;
	margin:15px 0 15px;
	padding:3px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.returnsContactLinks:hover{
	text-decoration:none;
	}
ol.help li ul li ul#show {
	display:block!important;
	
}
ol.help li ul li ul#show li {
	list-style-type:circle;
}

#returns{
	margin-bottom:15px;
	}	

#ContactUs{
	margin:20px 0 15px 0;
	}

/** Add this Share **********/

#at20mc div{color:#000!important;}

#shareThis{
	float:right;
	margin-top:15px;
	}
	
