/* GLOBAL STYLES */

html,body{margin:0;height:100%;color:#464457;width:100%;padding:0;font-size:13px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;background-color:#000;}

a,a:visited{cursor:pointer;color:#2c5fbd;text-decoration:none;font-weight:bold;}

a:hover{color:#455059;text-decoration:underline;}

:focus{outline:none;}

:active{outline:none;}

button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"]>input[type="button"]::-moz-focus-inner{border:none;}

h1,h2,h3,h4,h5,h6{color:#333;margin:0;font-style:normal;}

p {margin-bottom:30px;}

ul{margin:0;padding:0;}

li{padding:0;list-style-type:none;margin:0;}

img{border-style:none;}

.bold {font-weight:bold;}

.clear {clear:both;}


.left {width:504px;padding-top:30px;padding-right:45px;padding-bottom:30px;float:left;}
.left h3{margin-bottom:14px;font-size:20px;line-height:24px;}
.left h4{margin-bottom:10px;font-size:14px;line-height:24px;}
.left ul{margin-bottom:30px; margin-left:30px;}
.left li{padding-top:4px;padding-bottom:4px;list-style-position:inside;list-style-type:square;}
.left ol{margin-left:-30px; margin-bottom:20px;float:left;}
.left ol li{padding-top:4px;padding-bottom:4px;list-style-position:inside; list-style-type:decimal-leading-zero;}

.right {width:176px;min-height:300px;float:right;padding-left:45px;background:url(../images/bg/rightBG.png) no-repeat;padding-bottom:60px;}
.right h3{margin-bottom:14px;font-size:16px;}
.right li{width:176px;float:left;padding-top:2px;padding-bottom:2px;list-style-type:square;list-style-position:inside;font-weight:normal;}



/* STRUCTURE */

#area{background:#f5f5f5;width:100%;margin-left:auto;float:left;margin-right:auto;}

#area .inner{width:770px;margin-right:auto;margin-left:auto;background-repeat:no-repeat;}


#intro{background: #1b2b3f url(../images/homeIntro.png) no-repeat; width:770px;height:200px;float:left;margin-top:6px;}

#intro #text{width:476px;height:280px;float:left;}

.licensing {
	color:#000;
	font-weight:bolder;
	background:#ccc;
	border:1px solid #aaa;
	padding:10px 10px 0 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom:20px;
}

.roundedContainer{
	margin-top:20px;
	
	background:#FFFFFF;
	border:1px solid #E0E0E0;
	padding:10px;
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
}



/* ABOUT PAGE PICTURE */
.headshot{-moz-border-radius:2px;-webkit-border-radius:2px;padding:20px;background-color:#fff;float:left;margin-bottom:-1px;border:1px solid #e0e0e0;margin-top:15px;}


/* RED BOLD TEXT CLASS */
.emphasis {font-weight:bold; color:#600;}
.error {color:#900;}
.success {color:#060;}
.blueText {color:#06C;font-size:11px;}

/* HEADER & LOGO */

#head{width:100%;height:140px;float:left;background-color:#000;background-image:url(../images/bg/headBG.png);}

#headHome{width:100%;float:left;background-color:#000;}

#head .inner, #headHome .inner {width:770px;margin-right:auto;margin-left:auto;}

h1#logo{width:500px;height:76px;color:#fff;float:left;margin-left:10px;margin-top:10px;margin-bottom:0px;background:url(../images/logo.png) no-repeat;}

h1#logo a{width:500px;height:54px;text-indent:-9000px;font-size:1px;display:block;}




/* NAVIGATION */

ul#nav{font:13px "Lucida Grande",Lucida,Verdana,sans-serif;width:770px;float:left;height:50px;margin-top:5px;}

ul#nav a{width:108px;height:44px;text-align:center;line-height:44px;margin-left:2px;background-image:url(../images/bg/navBG.png);color:#fff;float:left;font-weight:normal;font-style:normal;}

ul#nav a:hover{background-position:0 -44px;text-decoration:none;}

ul#nav a.current,ul#nav a:hover.current{color:#000;height:50px;position:relative;background-position:0 -88px;}





#splash{width:100%;float:left;background-color:#e6e6e6;border-bottom:1px solid #e0e0e0;margin-top:-6px;}

#splash .inner{min-height:20px;width:770px;margin-right:auto;margin-left:auto;text-align:center;background:url(../images/bg/splashBG.png) no-repeat;}

#splash h2{color:#2e2e2e;text-shadow:#fff 0 2px 4px;font-size:20px;font-weight:normal;font-style:normal;line-height:60px;}

#splashIntro{width:100%;float:left;background-color:#fff;border-bottom:1px solid #e0e0e0;margin-top:-6px;}

#splashIntro .inner{min-height:20px;width:770px;margin-right:auto;margin-left:auto;text-align:center;}






/* INDEX LOWER IMAGES */
.frontImage{font-size:13px;width:338px;float:left;height:276px;margin-top:24px;}

.frontImage img{-moz-border-radius:2px;-webkit-border-radius:2px;padding:20px;background-color:#fff;width:298px;height:180px;float:left;margin-bottom:-1px;border:1px solid #e0e0e0;}

.frontImage p{width:340px;font-size:11px;text-align:center;padding-top:10px;float:left;}

#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:160px;
float:left;
margin-top:4px;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:160px;
}
#stylized input{
float:left;
font-size:20px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:475px;
margin:2px 0 20px 10px;
}




body#customErrors_section #area .left{min-height:200px;}

body#customErrors_section #area .right{min-height:200px;}



/* ALBUM SUBSCRIBE BUTTON */
input.small_button:hover{background-position:-167px -24px;}

input.small_button:active{background-position:-167px -48px;}





body#home_section #area .left{min-height:0;width:770px;padding:0px 0 0 0;}

body#home_section #area .left h3{margin-bottom:7px;}

body#home_section #area .right{min-height:250px;float:left;padding:20px 0 0 20px;}

body#home_section #area .right h3{margin-bottom:0px;font-size:20px;line-height:24px;}




body#tracks_section #area h2 {margin-top:30px;}

div.homeTrackNav {padding:20px 0 40px 0;}
div.homeTrackNav a {float:left;text-decoration:none;display:block;width:128px;height:48px;}

div.homeTrackNav .allTracks a {background:url(../images/buttons/home/allTracks.png) 0 0 no-repeat;}
div.homeTrackNav .allTracks a:hover {background-position: 0 -48px;}

div.homeTrackNav .newTracks a {background:url(../images/buttons/home/newTracks.png) 0 0 no-repeat;}
div.homeTrackNav .newTracks a:hover {background-position: 0 -48px;}

div.homeTrackNav .mensTracks a {background:url(../images/buttons/home/maleVoiceTracks.png) 0 0 no-repeat;}
div.homeTrackNav .mensTracks a:hover {background-position: 0 -48px;}

div.homeTrackNav .womensTracks a {background:url(../images/buttons/home/femaleVoiceTracks.png) 0 0 no-repeat;}
div.homeTrackNav .womensTracks a:hover {background-position: 0 -48px;}

div.homeTrackNav .mixedTracks a {background:url(../images/buttons/home/mixedVoiceTracks.png) 0 0 no-repeat;}
div.homeTrackNav .mixedTracks a:hover {background-position: 0 -48px;}

div.homeTrackNav .holidayTracks a {background:url(../images/buttons/home/holidayTracks.png) 0 0 no-repeat;}
div.homeTrackNav .holidayTracks a:hover {background-position: 0 -48px;}

div.homeTrackNav .orderTracks a {background:url(../images/buttons/home/customTrackOrder.png) 0 0 no-repeat;}
div.homeTrackNav .orderTracks a:hover {background-position: 0 -48px;}

div.homeTrackNav .inquireTracks a {background:url(../images/buttons/home/customTrackInquiry.png) 0 0 no-repeat;}
div.homeTrackNav .inquireTracks a:hover {background-position: 0 -48px;}


.tracksHomeNav {margin-top:15px;}
.tracksHomeNav a {padding-top:20px; color:#566275; text-decoration:none;font-size:35px; font-weight:normal;}

.newTracksCount, .mixedTracksCount,
.maleTracksCount, .tracksByArrangerCount, .allTracksCount, 
.femaleTracksCount, .holidayTracksCount {text-align:center;width:230px;height:140px;}

.mixedTracksCount, 
.holidayTracksCount  {float:right;}

.newTracksCount, .femaleTracksCount, 
.maleTracksCount, .tracksByArrangerCount, 
.allTracksCount {float:left;}

.femaleTracksCount, .allTracksCount,
.tracksByArrangerCount {margin-left:40px;}

.newTracksCount {background:url(../images/buttons/tracks/newTracksBG.png) 0 0 no-repeat;}
.allTracksCount {background:url(../images/buttons/tracks/allTracksBG.png) 0 0 no-repeat;}
.maleTracksCount {background:url(../images/buttons/tracks/maleTracksBG.png) 0 0 no-repeat;}
.femaleTracksCount {background:url(../images/buttons/tracks/femaleTracksBG.png) 0 0 no-repeat;}
.mixedTracksCount {background:url(../images/buttons/tracks/mixedTracksBG.png) 0 0 no-repeat;}
.tracksByArrangerCount {background:url(../images/buttons/tracks/byArrangerTracksBG.png) 0 0 no-repeat;}
.holidayTracksCount {background:url(../images/buttons/tracks/holidayTracksBG.png) 0 0 no-repeat;}


body#about_section #area .left{width:504px;}

body#about_section #area .right {width:176px;}

body#about_section #area .right li{float:left;padding-top:2px;padding-bottom:2px;list-style-type:square;list-style-position:inside;font-weight:normal;}

body#about_section #area .right h3{margin-top:30px;float:left;font-size:14px;}


input.cart {background:none;cursor:pointer;float:right;height:80px;width:128px;border-style:none;margin:8px 0 10px 22px;padding-left:36px;}
input.cart:focus {background:none;}

input.addCart {background:url(../images/buttons/purchase.png);cursor:pointer;border-style:none;margin:0 auto; margin-left:10px; padding:0; width:86px; height:25px;overflow:hidden;}
input.addCart:hover, input.addCart:focus {background:url(../images/buttons/purchase.png) 0 -25px;}

input.addAllCart {background:url(../images/buttons/purchaseAll.png);cursor:pointer;border-style:none;margin:0 auto; margin-left:2px; padding:0; width:50px; height:25px;overflow:hidden;}
input.addAllCart:hover, input.addAllCart:focus {background:url(../images/buttons/purchaseAll.png) 0 -25px;}

input.addFullmixCart {background:url(../images/buttons/purchaseFullmix.png);cursor:pointer;border-style:none;margin:0 auto; margin-left:2px; padding:0; width:50px; height:25px;overflow:hidden;}
input.addFullmixCart:hover, input.addFullmixCart:focus {background:url(../images/buttons/purchaseFullmix.png) 0 -25px;}


div.trackNav {margin-left:20px;}
div.trackNav a {float:left;margin:10px 0 20px 0;padding:0 5px 0 0;text-decoration:none;width:64px;height:80px;}

div.trackNav .allTracks a {background:url(../images/buttons/allTracks.png) 0 0 no-repeat;}
div.trackNav .allTracks a:hover {background-position: 0 -80px;}

div.trackNav .newTracks a {background:url(../images/buttons/newTracks.png) 0 0 no-repeat;}
div.trackNav .newTracks a:hover {background-position: 0 -80px;}

div.trackNav .mensTracks a {background:url(../images/buttons/maleVoiceTracks.png) 0 0 no-repeat;}
div.trackNav .mensTracks a:hover {background-position: 0 -80px;}

div.trackNav .womensTracks a {background:url(../images/buttons/femaleVoiceTracks.png) 0 0 no-repeat;}
div.trackNav .womensTracks a:hover {background-position: 0 -80px;}

div.trackNav .mixedTracks a {background:url(../images/buttons/mixedVoiceTracks.png) 0 0 no-repeat;}
div.trackNav .mixedTracks a:hover {background-position: 0 -80px;}

div.trackNav .holidayTracks a {background:url(../images/buttons/holidayTracks.png) 0 0 no-repeat;}
div.trackNav .holidayTracks a:hover {background-position: 0 -80px;}

div.trackNav .orderTracks a {margin-left:73px;background:url(../images/buttons/customTrackOrder.png) 0 0 no-repeat;}
div.trackNav .orderTracks a:hover {background-position: 0 -80px;}

div.trackNav .inquireTracks a {background:url(../images/buttons/customTrackInquiry.png) 0 0 no-repeat;}
div.trackNav .inquireTracks a:hover {background-position: 0 -80px;}

div.filterBoxTracks {float:right;}
div.filterBoxTracks .clearButton {cursor:pointer;color:#666;border:0;background:transparent url(../images/bg/clearBG.png);padding:0;margin:0;width:34px;height:34px;}
div.filterBoxTracks .textField {color:#666;margin-top:3px;margin-right:4px;line-height:19px;font-size:14px;}
div.filterBoxTracks span {float:left;color:gray;font-size:10px;margin:9px 5px 0 0;}

.filterByArrangerButton {float:right;}
.filterByArranger {float:right;font-size:14px;margin:10px 5px 9px 0;}

table.tracks {clear:both;color:#000; margin-left:auto; margin-right:auto;margin-bottom:20px; margin-top:10px; width:730px;border:1px solid #e0e0e0;}
table.tracks td {padding:5px; border-bottom:1px solid #e0e0e0;}
table.tracks td.alt {text-align:center;}
table.tracks td.rightAlign {text-align:right;}
table.tracks td.example {text-align:center;}
table.tracks thead tr {cursor:pointer;line-height:30px; font-size:12px;font-weight:bold;color:white;}
table.tracks thead tr th {padding:0 10px 0 5px;text-align:left;background:#364155 url(../images/tables/bg.gif) no-repeat center right;}
table.tracks tr.alt{background-color:#dcdcdc;}
table.tracks tr{font-size:14px;background-color:#ececec;}
table.tracks a:link, .tracks a:visited {font-size:11px;font-weight:normal; color:#06C;}
table.tracks td.arranger {font-size:11px;font-weight:normal; color:#333;}
table.tracks a:hover{color:#999; text-decoration:underline;}
table.tracks thead tr .headerSortUp {background: url(../images/tables/asc.gif) no-repeat center right;}
table.tracks thead tr .headerSortDown {background: url(../images/tables/desc.gif) no-repeat center right;}
table.tracks thead tr .headerSortDown, table.tracks thead tr .headerSortUp {background-color: #333;}
table.tracks tbody tr.odd td {background-color:#dcdcdc;}
table.tracks td.title {text-align:right;}




table.addInfo {color:#000; font-size:10px; margin-bottom:15px; margin-top:15px; width:550px;border:1px solid #e0e0e0;}
table.addInfo td {text-align:center; padding:5px; border-bottom:1px solid #e0e0e0;}
table.addInfo Align {text-align:right;}
table.addInfo td.leftAlign {text-align:left;}
table.addInfo tr.thead {line-height:10px; font-size:10px;font-weight:bold;color:white; background-color:#364155;}
table.addInfo tr{font-size:10px;background-color:#ececec;}
.addInfo h3 {font-size:16px;margin:5px 0 0 0;padding:0;color:#333;margin-bottom:5px;}
.addInfo p {margin:0 0 10px 0;color:#333;}
.addInfo span {font-weight:bold;color:#91bfdc;}
.addInfo .arranger {margin-left:10px;font-weight:normal;color:#91bfdc;font-size:14px;}


/* track pay buttons */
.tracksBuy, .tracksBuyNO {width:85px; height:23px; display:inline-block;font-size:11px;border:none; color:#79C4FF; font-family:Verdana, Geneva, sans-serif;}
.tracksBuy {background:url(../images/buttons/trackBuy.png) no-repeat; cursor:pointer;}
.tracksBuy:hover {background-position:bottom;}
.tracksBuyNO {background:url(../images/buttons/trackBuyNo.png) no-repeat;color:#DDD;}
.tracksBuyNO p {margin:5px 0 0 0;padding:0;}
	



.icons {margin:0 auto; padding:0; width:20px; height:20px; display:inline-block;background:url(../images/icons/icons.png) no-repeat; overflow:hidden;text-indent:-9999px;}
.emailON {background-position:0 0;}
.emailOFF {background-position:0px -20px;cursor:not-allowed;}
.homeON {background-position:-20px 0;}
.homeOFF {background-position:-20px -20px;cursor:not-allowed}
.infoON {background-position:-40px 0;cursor:pointer;}
.infoOFF {background-position:-40px -20px;cursor:not-allowed}
.searchON {background-position:-60px 0;}
.searchOFF {background-position:-60px -20px;cursor:not-allowed}
.addON {background-position:-80px 0;}
.addOFF {background-position:-80px -20px;cursor:not-allowed}
.yes {background-position:-100px 0;}
.no {background-position:-100px -20px;}


/* Society Stock Number Main Table */
.socSubmit {background:none; border: 0; font-size:11px;font-weight:normal; color:#06C; cursor:pointer;}
.socSubmit:hover {color:#09F; text-decoration:underline;}
.socStockNO {margin-left:3px;background:none; border: 0; font-size:11px;font-weight:normal; color:#aaa; cursor:not-allowed;}
	

/* TRACK INFO POPUP */

.trackInfo {
	background:transparent url(../images/buttons/trackInfo.png) no-repeat scroll 0 0;
	display:block;
	height:24px;
	overflow:hidden;
	text-indent:-999em;
	width:82px;
	cursor:pointer;
}
 
/* mouseover state */
.trackInfo:hover {
	background-position:bottom;
}
 
/* tooltip styling  */
.tooltip {
	display:none;
	color:#fff;
	padding: 10px 10px 10px 10px;
	width:550px;
	text-align:left;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 0 10px #999;
	-moz-box-shadow: 0 0 10px #999;
	border: 1px solid #bbd4fd;	
}



/* SAMPLE PLAYER, SINGLE */

.jplayer {
	margin:auto;
	width:20px;
	height:20px;
	overflow:hidden;
}

.jplayerAlbum {
	width:20px;
	height:20px;
	overflow:hidden;
}
 
.controller ul {
	list-style-type:none;
}
.controller li {
	overflow:hidden;
	text-indent:-9999px;
	display: block;
	position: relative;
}
.play {
	background: url(../images/icons/mediaControl.png) 0 -20px no-repeat;
	width:20px;
	height:20px;
	cursor:pointer;
}
.play:hover {
	background-position: -20px -20px;
}
.playNo {
	margin:auto;
	background: url(../images/icons/mediaControl.png) -40px -20px no-repeat;
	width:20px;
	height:20px;
}

.playNoAlbum {
	background: url(../images/icons/mediaControl.png) -40px -20px no-repeat;
	width:20px;
	height:20px;
}

.stop {
	background: url(../images/icons/mediaControl.png) 0 0 no-repeat;
	width:20px;
	height:20px;
	cursor: pointer;
}
.stop:hover {
	background-position: -20px 0;
}




table.album td {padding-right:3px;}


body#prices_section #area .left{width:504px;}

body#prices_section #area .right {width:176px;padding-top:30px;}




/* FAQ */

body#faq_section #area .left{width:470px;}

body#faq_section #area .right{min-height:400px;float:left;width:231px;padding-top:30px;font-size:12px;line-height:22px;}

body#faq_section #area .right h3{margin-bottom:14px;float:left;font-size:20px;line-height:24px;width:231px;}

body#faq_section #area .right h4{margin-bottom:2px;float:left;font-size:14px;line-height:24px;width:231px;}

body#faq_section #area .right ul{margin-bottom:30px;float:left;}

body#faq_section #area .right li{width:230px;float:left;padding-top:4px;padding-bottom:4px;font-weight:bold;list-style-position:inside;list-style-type:square;}

.instructionContainer {
	font: 10px normal Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	width: 500px;
	margin: 0 auto;
}

h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(../images/faq/h2_trigger_a.gif) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 450px;
	font-size: 2em;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover {
	color: #ccc;
}
.instructionContainer h2.active {background-position: left bottom;}

.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(../images/faq/toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 500px;
	clear: both;
}

.orderNum {
	float:left;
	width:25px;
	margin:9px 15px 15px 15px;
	color:#555;
	font-size: 3em;
}

.orderNote, .orderNoteAlt {
	float:left;
	width:25px;
	margin:18px 20px 25px 10px;
	color:#555;
	font-size: 1em;
	font-weight:bold;
}

.orderNoteAlt {
	margin-top:26px;
}

.orderText {
	padding:15px 5px 5px 5px;
	clear:left;
	float:left;
	width:490px;
	color: #333;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.6em;
	border-bottom:1px solid #c3c3c3;
	height:48px;
}

.orderTextAlt {
	padding:10px 5px 5px 5px;
	clear:left;
	float:left;
	width:490px;
	color: #333;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.6em;
}

.orderLast {
	background: url(../images/faq/toggle_block_btm.gif) no-repeat left bottom;
}

.helpBox {background:#FFF;float:left;border:1px solid #999; padding:8px; width:200px; margin-bottom:20px;}

.backTop {font-size:10px; float:right;}




body#arrangers_section #area .left{width:770px;}



body#downloads_section #area .right h3{margin-top:30px;float:left;font-size:14px;}

body#admin_section #area .left h4{color:#036;font-weight:normal;}
body#admin_section #area .right h3{margin-top:30px;float:left;font-size:14px;}



div.filterBox {float:right;margin-bottom:0px;}
div.filterBox .clearButton {cursor:pointer;color:#666;margin-left:5px;border:0;background:transparent url(../images/bg/clearBG.png);padding:0;margin:0;width:34px;height:34px;}
div.filterBox .textField {color:#666;margin-top:3px;margin-right:4px;line-height:19px;font-size:14px;}
div.filterBox span {float:left;color:gray;font-size:10px;margin:9px 5px 0 0;}


table.arrangers {clear:both;margin-left:auto; margin-right:auto;margin-bottom:20px; margin-top:15px; width:700px;border:2px solid #e0e0e0;}
table.arrangers td {padding:5px;border-bottom:1px solid #e0e0e0;}
table.arrangers td.alt {text-align:center;}
table.arrangers thead tr {cursor:pointer;background:#364155 url(../images/tables/bg.gif) no-repeat center right;line-height:25px; font-size:12px;font-weight:bold;color:white;}
table.arrangers thead tr th {padding:0 10px 0 5px;text-align:left;}
table.arrangers tr.alt{background-color:#dcdcdc;}
table.arrangers tr{font-size:14px;background-color:#ececec;}
table.arrangers thead tr .headerSortUp {background: url(../images/tables/asc.gif) no-repeat center right;}
table.arrangers thead tr .headerSortDown {background: url(../images/tables/desc.gif) no-repeat center right;}
table.arrangers thead tr .headerSortDown, table.arrangers thead tr .headerSortUp {background-color: #333;}
table.arrangers tbody tr.odd td {background-color:#dcdcdc;}


table.arrangersMod {
	clear:both;
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 10pt;
	width: 100%;
	vertical-align:middle;
	text-align: left;
}
table.arrangersMod thead tr th, table.arrangersMod tfoot tr th {
	line-height:15px;
	color:#FFF;
	background-color: #364155;
	font-size:10pt;
	font-weight:bold;
	padding: 5px;
}
table.arrangersMod thead tr .header {
	background:#364155 url(../images/tables/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.arrangersMod tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #ececec;
	vertical-align: middle;
}

table.arrangersMod td.alt, table.arrangersMod thead th.alt {text-align:center;}
table.arrangersMod td.rightAlign {text-align:right;}

table.arrangersMod tbody tr.odd td {
	background-color:#dcdcdc;
}
table.arrangersMod thead tr .headerSortDown, table.arrangersMod thead tr .headerSortUp {
background-color: #333;
}

table.arrangersMod thead tr .headerSortUp {
	background-image: url(../images/tables/asc.gif);
	background-position:right;
	background-repeat:no-repeat;
}
table.arrangersMod thead tr .headerSortDown {
	background-image: url(../images/tables/desc.gif);
}


table.arrangersMod a:link, .tracks a:visited {font-size:11px;font-weight:normal; color:#06C;}
table.arrangersMod td.arranger {font-size:11px;font-weight:normal; color:#333;}
table.arrangersMod a:hover{color:#09F; text-decoration:underline;}
table.arrangersMod td.title {vertical-align:middle;}

body#albums_section #area .right li{float:left;padding-top:2px;padding-bottom:2px;list-style-type:square;list-style-position:inside;font-weight:normal;}

body#albums_section #area .right h3{margin-top:30px;float:left;font-size:14px;}

body#albums_section #area .left{min-height:300px;width:504px;}

body#albums_section #area .left ul{margin:0;}
body#albums_section #area .left li{padding:0;}

body#albums_section #area .left ol{margin-left:-30px; margin-bottom:20px;float:left;}
body#albums_section #area .left ol li{padding-top:4px;padding-bottom:4px;list-style-position:inside; list-style-type:decimal-leading-zero;}


body#albums_section #area .right{min-height:250px;width:176px;background:url(../images/bg/rightBGsm.png) no-repeat;}

body#albums_section #area input.small_button{cursor:pointer;border:none;float:left;height:24px;color:#424242;width:74px;font-size:10px;font-weight:bold;margin-top:0px;margin-left:0px;background:url(../images/bg/backgrounds.png) -167px 0;text-align:center;line-height:20px;}

input.small_button{cursor:pointer;border:none;float:left;height:24px;color:#424242;width:74px;font-size:10px;font-weight:bold;margin-top:0px;margin-left:0px;background:url(../images/bg/backgrounds.png) -167px 0;text-align:center;line-height:20px;}


.orderButton, .buynowButton, .downloadButton {
	float:left;
	margin-top:5px;
	text-decoration:none;
	width:95px;
	height:40px;
	border:none;
	cursor:pointer;
}

.orderButton {background:url(../images/buttons/orderButton.png) 0 0 no-repeat;}

.buynowButton {background:url(../images/buttons/buynowButton.png) 0 0 no-repeat;}

.downloadButton {background:url(../images/buttons/downloadButton.png) 0 0 no-repeat;}

.orderButton:hover, .buynowButton:hover, .downloadButton:hover {background-position: 0 -40px;}



.albumComment, .albumCommentALT
{
	margin:10px 5px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border:1px solid #ccc;
	padding:8px 40px 8px 15px;
	background:url(../images/speech_bubble.png) no-repeat 722px;
}
.albumComment 
{
	background-color:#fff;
}
.albumCommentALT 
{
	background-color:#D6F0FF;
}




body#tour_section #video{-moz-border-radius:2px;-webkit-border-radius:2px;width:720px;height:540px;background-color:#fff;margin-top:30px;margin-bottom:60px;padding:24px;border:1px solid #e0e0e0;}







/* CONTACT FORM */

body#contact_section #area .left{min-height:400px;width:396px;float:left;}

body#contact_section #area textarea{float:left;height:100px;width:245px;}

body#contact_section #area .right{min-height:250px;float:left;width:284px;padding-top:30px;padding-left:45px;font-size:13px;line-height:22px;padding-bottom:60px;background:url(../images/bg/rightBG.png) no-repeat;}

body#contact_section #area .right div.sendMessage{float:right; background-color:#fff; border:1px solid #666; padding:30px 10px 0px 10px;}

.menoshow {display:none;}




form{margin:0;float:left;}

input,textarea,select{-moz-border-radius:2px;-webkit-border-radius:2px;resize:none;font:12px "Lucida Grande",Lucida,Verdana,sans-serif;padding:2px;margin:0;border-top:1px solid #8e8e8e;border-left:1px solid #8e8e8e;border-bottom:1px solid #e1e1e1;border-right:1px solid #e1e1e1;float:left;background:#fefefe url(../images/bg/backgrounds.png) repeat-x 0 -188px;}

input.disabled,textarea.disabled{-moz-opacity:0.7;filter:alpha(opacity:0.7);opacity:0.7;}

input:focus,textarea:focus{background-color:#fefeee;}

input.required,textarea.required{background-color:#feecec;}

input.button,x:-moz-any-link{padding-bottom:1px;height:42px;}

input.button:active,x:-moz-any-link{height:43px;padding:0 0 1px;}

.checkbox{-moz-border-radius:2px;-webkit-border-radius:2px;cursor:pointer;margin-right:8px;float:left;width:19px;height:19px;background:#fefefe url(../images/bg/backgrounds.png) -138px 0;border-top:1px solid #8e8e8e;border-left:1px solid #8e8e8e;border-bottom:1px solid #e1e1e1;border-right:1px solid #e1e1e1;}

.checkbox{cursor:pointer;-moz-opacity:0;filter:alpha(opacity:0);opacity:0;padding:3px;z-index:4;width:19px;height:19px;position:relative;margin:0;}

input.button, .button{float:right;cursor:pointer;height:43px;width:128px;border-style:none;background:transparent url(../images/bg/backgrounds.png) 0 0;color:#000;text-align:center;font:bold 12px/40px "Lucida Grande",Lucida,Verdana,sans-serif;}

input.button:hover, .button:hover{background-position:0 -43px;}

input.button:active, .button:active{background-position:0 -86px;}

input.button.disabled, .button.disabled{cursor:default;color:gray;background-position:0 0;text-shadow:0 1px 1px white;}

div.inline{width:396px;margin-bottom:20px;float:left;}

div.inline span{font-size:12px;float:left;width:130px;text-align:right;font-weight:bold;margin-right:10px;margin-top:3px;}

div.inline label{float:right; margin-right:5px;color:#900;}

div.inline input{width:240px;padding:4px;}

div.inline select{width:250px;padding:4px;}

div.inlineTitle{width:248px;float:left; margin-top:.3em;margin-left:.2em;color:#666;font-style:italic;}



div.box{-moz-border-radius:2px;-webkit-border-radius:2px;width:728px;padding:20px;margin-bottom:10px;border:1px solid #999;background-color:#fff;text-align:center;font-size:18px;margin-top:0;}

div.box a,div.box a:visited{font-weight:normal;font-style:normal;}

div.box a:hover{text-decoration:none;}




/* The Props Bubbles */
.props{float:left;width:770px;font-size:13px;line-height:22px;margin-bottom:30px;}

.props.first{margin-top:30px;}

.props .bubble, .props .bubbleALT {width:520px;float:left;}

.props .bubble {background:url(../images/props/props_fill.png) repeat-y;}
.props .bubbleALT {background:url(../images/props/props_fillALT.png) repeat-y;}

.props .bubble_top, .props .bubble_topALT {width:520px;float:left;height:10px;}

.props .bubble_top {background:url(../images/props/props_top.png) no-repeat;}
.props .bubble_topALT {background:url(../images/props/props_topALT.png) no-repeat;}

.props .bubble p, .props .bubbleALT p {padding:10px 20px;width:480px;float:left;}

.props .bubble_bottom, .props .bubble_bottomALT {width:520px;height:10px;float:left;margin-bottom:0;padding:0;}

.props .bubble_bottom {background:url(../images/props/props_bottom.png) no-repeat;}
.props .bubble_bottomALT {background:url(../images/props/props_bottomALT.png) no-repeat;}

.props .author {background:url(../images/props/props_arrowRight.png) no-repeat left 16px;width:211px;float:left;padding-top:16px;padding-left:40px;margin-left:-1px;position:relative;z-index:1;height:40px;font-size:14px;}

.props .author p, .props .author_alt p, .props .authorALT p, .props .author_altALT p {margin-bottom:0;font-size:11px;}

.props .author_alt {background:url(../images/props/props_arrowLeft.png) no-repeat right 16px;width:211px;float:left;padding-top:18px;text-align:right;padding-right:40px;position:relative;z-index:1;margin-right:-1px;height:40px;font-size:14px;}

.props strong {font-size:15px;}


.errorMsg {
	color:#900;
	margin-top:20px;
}



/* BACK TO TOP */

#message a
{
	/* display: block before hiding */
	display: block;
	display: none;
 
	/* link is above all other elements */
	z-index: 999; 
 
	/* link doesn't hide text behind it */
	opacity: .8;
 
	/* link stays at same place on page */
	position: fixed;
 
	/* link goes at the bottom of the page */
	top: 100%;
	margin-top: -60px; /* = height + preferred bottom margin */
 
	/* link is centered */
	right: 10px;
	margin-left: -160px; /* = half of width */
 
	/* round the corners (to your preference) */
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
 
	/* make it big and easy to see (size, style to preferences) */
	width: 100px;
	line-height: 35px;
	height: 35px;
	padding: 5px;
	background-color: #333;
	font-size: 10px;
	text-align: center;
	color: #fff;
	text-decoration:none;
}


/* Footer */
div#foot{width:100%;color:#fff;font-size:11px;float:left;background-color:#000;}

#foot div.inner{width:770px;margin-right:auto;margin-left:auto;background:url(../images/bg/footBG.png) no-repeat;padding-top:10px;height:50px;}

div#foot .leftFoot{width:350px;float:left;font-size:13px;line-height:22px;margin-right:70px;}

div#foot .leftFoot h3 {float:left;}

div#foot .leftFoot img {margin-top:-10px;margin-left:0px;}

div#foot .rightFoot{width:350px;float:left;font-size:13px;line-height:22px;}

div#links{width:350px;font-size:11px;float:left;}

div#links a{margin-right:10px;}



/****************************************/
/*         Footer               */
/****************************************/

div#foot{height:200px;width:100%;color:#fff;font-size:11px;float:left;background-color:#000;}
div#foot h3{margin-bottom:5px;color:#FFF;}
div#foot a{color:#c0ecfc;}
div#foot a:hover{color:#92b4c0;text-decoration:none;}

.footer {height:200px;background:url(../images/bg/footer.jpg2) no-repeat -100px -1px #000;color:#aaa;font-size:1em;padding-top:10px; }
.footer .content {width:800px;margin:0 auto;text-align:left;}
.footer .content .author {float:left; margin-left:0px;width:275px;}
.footer .content .connect {float:left;width:250px;}
.footer .content .partner {float:left; margin-left:25px;width:250px;}

.footer .content span {margin-left:50px;margin-top:10px;}

.footer .content .author h3 {background:url(../images/headers/footerTim.png) no-repeat; text-indent:-999em; height:45px;}
.footer .content .author img {margin:13px 0 0 40px;float:left;}
.footer .content .author p {padding:12px 0 0 8px;float:left;font-family:georgia;width:100px;}

.footer .content .connect h3 {background:url(../images/headers/footerConnect.png) no-repeat; text-indent:-999em; height:45px}
.footer .content .connect img {margin-left:5px;}

div.connectFacebook {float:left;margin-left:55px;}
div.connectFacebook a {text-decoration:none;display:block;width:64px;height:64px;background:url(../images/buttons/facebook.png) 0 -64px no-repeat;}
div.connectFacebook a:hover {background-position: 0 0;}

div.connectFavorites {float:left;margin-left:10px;}
div.connectFavorites a {text-decoration:none;display:block;width:64px;height:64px;background:url(../images/buttons/favorites.png) 0 -64px no-repeat;}
div.connectFavorites a:hover {background-position: 0 0;}

div.connectTwitter {float:left;margin-left:10px;}
div.connectTwitter a {text-decoration:none;display:block;width:64px;height:64px;background:url(../images/buttons/twitter.png) 0 -64px no-repeat;}
div.connectTwitter a:hover {background-position: 0 0;}

div.connectYouTube {float:left;margin-left:55px;}
div.connectYouTube a {text-decoration:none;display:block;width:64px;height:64px;background:url(../images/buttons/youtube.png) 0 -64px no-repeat;}
div.connectYouTube a:hover {background-position: 0 0;}

.footer .content .partner h3 {background:url(../images/headers/footerLinks.png) no-repeat; text-indent:-999em; height:45px}
.footer .content .partner ul {margin:12px 0 0 50px;list-style-image:url(../images/icons/arrow.gif); font-family:georgia;}
.footer .content .partner li {background:url() no-repeat 0 0 transparent; padding:5px 0 5px 0px;}
.footer .content .partner li.last {border-bottom:0}
