/* general */

*{
	margin:0 auto;
	padding:0px;
}

body { 
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
	font-weight:normal;
	line-height:110%;
	font-size:12PX;
	color:#333;
	background-color:#fff;
	margin:0 auto;
}

a, a:visited {
	color: #E93517;
	text-decoration:none;
	border:0;
}

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

.hide   {
   position: absolute;
   left: -9999px;
   top: -9999px;
}

/* text styles */

h1 {
	color:#231f20;
	font-family:Helvetica,Arial,sans-serif;
	font-size:18px;
	margin-bottom:7px;
	font-weight: normal;
	letter-spacing:-.5px;
	line-height:1.1em;
}

h2 {
	color:#231f20;
	font-family:Helvetica,Arial,sans-serif;
	font-size:17px;
	margin-bottom:7px;
	letter-spacing:-.5px;
	line-height:1.3em;
	font-weight: normal;
}

#help h2 {
	color:#393435;
	font-family:Helvetica,Arial,sans-serif;
	font-size:16px;
	line-height:1em;
	letter-spacing:-.5px;
	font-weight: normal;
	margin-bottom:7px;
}

#help h3 {
	color:#3399cc;
	font-family:Helvetica,Arial,sans-serif;
	font-size:14px;
	font-weight: bold;
	letter-spacing:-.5px;
	margin-bottom:7px;
}

h3 {
	color:#3399cc;
	font-family:Helvetica,Arial,sans-serif;
	font-size:14px;
	font-weight: bold;
	letter-spacing:-.5px;
	margin-bottom:7px;
}

h2 .news_heading {
	color:#000;
	font-size:11px;
	padding:5px 0 5px 0;
	font-weight: bold;
}

h2 a, h2 a:visited {
	color:#000;
	text-decoration:none;
}

#tagline {
	text-indent: -5000px;
	background: transparent url(../images/tagline.png);
	height:29px;
	width:427px;
	margin:0;
	padding:0;
	}
	
#valueprop {
	text-indent: -5000px;
	background: transparent url(../images/value-prop.png);
	height:53px;
	width:427px;
	margin:0;
	padding:0;
	}
	
.emphasis {
  color:#3399cc;
  font-weight:bold;
  margin:0;
  padding:0;
}

.project {
	color:#3399cc;
	}
	
/* images */

#picture {
	clear:both;
	background:transparent url(../images/thumb-bg.png) no-repeat scroll 0 0;
	display:block;
	float:left;
	height:82px;
	margin:0 10px 10px 0;
	width:102px;
}

.inline {
	padding:6px;
	height:67px;
	overflow:hidden;
	width:87px;	
}

.featured-sm-picture {
	clear:both;
	background:transparent url(../images/featured-sm-thumb-bg.png) no-repeat scroll 0 0;
	display:block;
	float:left;
	height:68px;
	margin:0 2px 5px 0;
	width:95px;
}


.featured-sm-inline {
	margin:4px 0 0 5px;
	height:59px;
	overflow:hidden;
	width:80px;	
}

.sm-picture {
	clear:both;
	background:transparent url(../images/sm-thumb-bg.png) no-repeat scroll 0 0;
	display:block;
	float:left;
	height:90px;
	margin:0 10px 10px 0;
	width:72px;
}

.sm-inline {
	height:48px;
	margin:4px;
	overflow:hidden;
	width:63px;
}
/* Buttons */

.play_all_songs-button {
  text-transform:uppercase;
  background:transparent url(../images/play-all-bkgrnd.png) no-repeat scroll 0 0;
  height:22px;
	margin-right:3px;
	margin-top:12px;
	padding:5px 0 0 5px;
	text-transform:uppercase;
	width:140px;
}


.play_all_songs-button a, .play_all_songs-button a:visited {
  color:#000; 
}

.play-all-text {
	position:absolute;
	padding:3px 0 0 5px;
	 
	}

.view_cart-button {
	padding:3px 0 0 5px;
	text-transform:uppercase;
}

.play_all_left {
	float:left; 
	padding-left:20px;
}
	/* Blue Functions Buttons */
	
	.bl-button {
		margin:2px;
		padding:0;
		color:#fff;
		float:right;
	}
	
	.bl-button a, .bl-button a:visited {
		color:#fff;
		text-transform:uppercase;
		font-size:11px;
	}
	
	.bl-button .lft {
		background: transparent url(../images/bl-button-lft.png) top right no-repeat;
		width:5px;
		height:22px;
		margin-top:1px;
		float:left;
		}
	
	.bl-button .md {
		background: transparent url(../images/bl-button-md.png) top right repeat-x;
		padding:3px;
		white-space:nowrap;
    	margin-top:1px;
		height:22px;
		float:left;
		color:#fff;
		}
		
	
	.bl-button .rt {
		background: transparent url(../images/bl-button-rt.png) top right no-repeat;
		width:5px;
		height:22px;
		float:left;
        margin-top:1px;
		}
		
	.bl-button a, .bl-button a:visited {
		color:#fff;
	}	
		
	
	/* Blue Functions Buttons */

/* Buttons */


/* Blue Gelly Bars  */

.bar{
    height:37px;
    margin:0 -2px;
    background-image:url(../images/nu_bar.png);
    background-repeat:no-repeat;
    background-position:top left;
}
.bar h1{
    height:30px;
    margin:0 0 0 10px;
    background: transparent url(../images/nu_bar.png) top right no-repeat;
    color:#ffffff;
	font:bold 13px Helvetica, Arial, sans-serif;
    padding:10px 0px 10px 0px;
    font-weight:bold;
    text-transform:uppercase;
	letter-spacing:normal;
}

/* main page structure */

#wrap {
	background:transparent none repeat scroll 0 0;
	padding:2px 14px 0;
	width:800px;
	margin:10px auto;
}

/* header */

#header {
	width:760px;
	height:60px;
	font-size:11px;
}

#header_left {
	float:left;
	width:402px;
	vertical-align:bottom;
}

#header_right {
	float:right;
	width:320px;
	height:24px;
	clear:right;
	margin:32px 24px 0 0;
	color:#333333;
	font-family:"Trebuchet MS","Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:10px;
	letter-spacing:1px;
	padding:10px 0 2px 0;
	text-transform:uppercase;
}

#header_right_inner {
	float:right;
	position:relative;
	text-align:right;
	color:#006699;
}

#header_right a {
	text-decoration:none;
	color:#006699;
}

#header_right a:hover {
	text-decoration:underline;
}
#header_right div.navlink {

	float:left;
	margin-right:6px;
}
#header_right div.navsep {
	float:left;
	padding-top:4px;
	margin-right:4px;

}
#header_right div.navcart {
	float:left;
	padding-bottom:4px;
}



#logo {
	float:left;
	height:56px;
	width:402px;
	margin:5px 0 0 18px;
	
}
#logo a {
	background:transparent url(../images/mls-logo.png) no-repeat scroll left top;
	display:block;
	height:56px;
	width:402px;
	text-indent:-5000px;
}

/* navigation */

#nav {
	clear:both;
	background:transparent url(../images/header.png) no-repeat scroll left bottom;
	height:100px;
	width:780px;
	display:block;
	
}

#nav_left {
	float:left;
	width:320px;
	margin:8px 0 0 50px;
	font-family:Helvetica, Arial, Sans-Serif;
}

#mainNav {
	left:40px;
	position:absolute;
	top:70px;
}

#nav_right {
	float:left;
	width:342px;
	height:75px;
	margin:0 0 0 50px;
}

/* Search Form */

fieldset    {
    width: 350px;
    margin:0;
	border:0;
	height:15px;
    }
		
#nav_right #search {
	border:thin solid #e4ab75;
	background:#FFFFFF url(../images/back_field.png) repeat-x bottom left;
	font-family: geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	font-size:105%;
	margin-top:20px;
	padding:5px;
	width:285px;
	height:20px;
	}
	
#nav_right #search :hover    {
    border-color: #ef9300;
    border-width: 1px;
    }	
	
#searchlinks, #searchlinks a, #searchlinks a:visited {
	text-transform:uppercase;
	text-decoration:none;
	color:#006699;
	font-size:90%;
	margin:30px 0 4px;
}

#searchlinks:hover {
	color:#006699;
}

/* Forms */

#textfields {
	background:#FFFFFF url(../images/back_field.png) repeat-x scroll left bottom;
	border:thin solid #aca9a9;
	font-family:geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	font-size:12px;
	margin-top:2px;
	margin-bottom:5px;
	padding:3px;
}

.dropdown {
	font-size:10px;
	}
	
	/* Log In Pop-Up */
	.login_dialog {
	text-align:left;
	width:350px;
	z-index:100001;
	}
	
	.login_dialog .login_content {
	background:transparent none repeat scroll 0 0;
	max-height:430px;
	width:280px;
	padding:30px 13px 10px 20px;
	}
	
	.login_dialog .login_body {
	background:transparent url(../images/log-in.png) repeat scroll 0 0;
	
	}

	.login_dialog .login_dialog_tray {
	text-align:left;
	background:transparent none repeat scroll 0 0;
	border-top:1px solid #CCCCCC;
	padding:10px 20px;
	margin:30px 0 0 9px;
	text-align:left;
	width:260px;
}

	.login_dialog .login_foot {
	background:transparent url(../images/log-in.png) repeat scroll 0 100%;
	height:23px;
	}
	
	.login_dialog .login_foot a, .pop-up_body a.close {
	display:block;
	height:36px;
	position:absolute;
	right:2px;
	text-decoration:none;
	top:2px;
	width:36px;
}

  #pop-up_curtain {
    background-color:#ccc;
  }


	/* Big Pop-Up */
	#pop-up-big {
	text-align:left;
	width:480px;
	z-index:100004;
	}

	
	#pop-up-big .top{
	background:transparent url(../images/big-pop-up-top.png) no-repeat 0 0;
	height:39px;
	width:480px;
	padding:0;
	margin:0;
	}
	
	#pop-up-big .md {
	background:transparent url(../images/big-pop-up-md.png) repeat-y top left;
	width:480px;
	padding: 0 10px 0 10px;
	margin:0;
	clear:both;
	}
	
		#pop-up-big .md .details {
		padding: 0 20px 0 20px;;
		}
		
		#pop-up-big .md .details a:link {
		color:#E93517;
		text-decoration:underline;
		}
	
	#pop-up-big .btm {
	clear:both;
	background:transparent url(../images/big-pop-up-btm.png) no-repeat 0 0;
	height:39px;
	width:480px;
	padding:0;
	margin:0;
	
	}
	
	#pop-up-big .btm a {
	display:block;
	height:36px;
	position:absolute;
	right:2px;
	text-decoration:none;
	top:2px;
	width:36px;
}


	#pop-up-link a:link {
	color:#E93517;
	text-decoration:underline;
	
}
/* Container */

#container {
	clear:both;
	margin-left:22px;
	margin-top:0px;
	width:760px;
}

/* Column Containers */
#container .colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* holy grail 3 column settings */
#container .colmid {
	float:left;
	width:200%;
	margin-left:-162px; 	/* Width of right column */
	position:relative;
	right:100%;
	background:transparent;    	/* Centre column background colour */
}
#container .colleft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:330px;         	/* Left column width + right column width */
}
#container .col1wrap {
	float:left;
	width:50%;
	position:relative;
	right:166px;       	/* Width of left column */
	padding-bottom:0.2em; 	/* Centre column bottom padding. Leave it out if it's zero */
}



#center_content {
	width:420px;
	height:510px;
}

#container #left_col, #container #sidebar {
  width:164px;
  float:left;
  margin-right:15px;
  
}

#container #center_col, #container #main {
  width:580px;
  overflow:hidden;
  float:left;
}

#container #right_col, #container #sidebar {
  width:164px;
  float:left;
  margin-left:15px;
}

#container .col1 {
	margin:0 169px 0 169px;     	/* Centre column side padding:
							Left padding = left column width + centre column left padding width
							Right padding = right column width + centre column right padding width */
	position:relative;
	left:200%;
	overflow:hidden;
}
#container .col2 {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:162px;        	/* Width of left column content (left column width minus left and right padding) */
	position:relative;
	right:0px;         	/* Width of the left-had side padding on the left column */
}
#container .col3 {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:154px;        	/* Width of right column content (right column width minus left and right padding) */
	margin-right:6px;
	margin-left:16px;       /* Width of right column right-hand padding + left column left and right padding */
	position:relative;
	left:50%;
}


/* Blue Modules With Tabs Start */

.content-explorer {
	margin:0;
	width:158px;
}

.content-explorer ul.tabs {
	list-style: none;
	width:158px;
	padding-left:4px;
	background: url(../images/menu_top.png) left top no-repeat;
	height:30px;
	
}

.content-explorer ul.tabs li {
	float: left;
	background: url(../images/right.png) right top no-repeat;
	text-align: center;
	overflow: hidden;
	height:22px;
	margin: 8px 0 0 0; 
	color:#333333;
	font-family:"Trebuchet MS","Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:11px;
	letter-spacing:1px;
	padding-right:2px;
	text-transform:uppercase;
}
.content-explorer ul.tabs li a {
	display: block;
	background: url(../images/left.png) left top no-repeat;
	padding:6px 5px 5px 6px;
	font-weight:bold;
	color:#000;
	margin:0;
	height:19px;
	text-transform:uppercase;
	
}
.content-explorer ul.tabs li.selected {
	background: url(../images/right_cur.png) right top no-repeat;
}
.content-explorer ul.tabs li.selected a {
	background: transparent url(../images/left_cur.png) left top no-repeat;
	color:#000;
	display:block;
	text-decoration:none;
}

.content-explorer ul.tabs li a:hover {
	color:#0088CC;
	text-decoration:none;
}

.newslug { font-family: "american typewriter"; font-size:1.2em; } 
   
          
 div.curve {
  height:6px;
  background: url(../images/menu_curve.png) left top no-repeat;
  padding: 0;
  margin:0;
  
}
div.yui-content {
	background: url(../images/menu_mid.png) left top repeat-y;
	font-weight:normal;
	padding: 4px 10px 10px 10px;
	margin:0;

	height:150px; 
	overflow:hidden; 
}
div.bottom {
	background: url(../images/menu_bottom.png) left top no-repeat;
	height:25px;
	width:158px;
	padding: 10px 0 6px 5px;
	margin:0;
}

div.bottom_left {
	float:left;
	width:130px;
}

div.bottom_right {
	float:left;
	width:22px;
}

div.bottom a {
	font-family:"Trebuchet MS","Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:11px;
	letter-spacing:1px;
	padding:0 0 8px;
	text-transform:uppercase;
	float:left;
	color:#fff;
}
	
/**
 *  Lists
*/
div.rowlist {
	position:absolute; 
	top:-5px;
	left:10px; 
	width:136px;
}

div.playrow {
	color:#ff9900;
	font-size:.95em;
	font-weight:normal;
	width:138px;
	line-height:13px;
	text-align:left; 
}

div.playrow a, div.playrow a:visited {
	width:138px;
	display:block;
	text-decoration:none;
	border-top:1px dashed #eae4e4;
	margin-bottom:.8em;
	padding-top:1.2em;
	font-weight:normal;
	
}

div.playrow a:hover {
	text-decoration:underline;
}


/* override for featured carousels */

#discovery-content-explorer.content-explorer {
	margin:0 auto;
	width:420px;
	height:171px;
	line-height:normal;
	background: transparent url(../images/thisweek_discover_bg.png) no-repeat 0 0; 
	position:relative;
	z-index:10;
}

#discovery-content-explorer.content-explorer .inside {
	padding:1px;
	overflow:hidden;
	text-align:left;
}

#discovery-content-explorer .pcarousel-list li.pcarousel-item {
	width:145px;
	height:110px;
	margin:10px 4px;
	border:1px solid #ccc;
	padding:2px 2px 4px;
}

#discovery-content-explorer  .pcarousel-list {
	left:-46px;
}

#discovery-content-explorer  .next-horizontal {
    position: absolute;
    top: 4px;
    right: -1px;
    width: 32px;
    height: 158px;
    cursor: pointer;
    background: transparent url(/images/slider/big-arrow-rt.png) no-repeat 0 0; 
    float:none;
    z-index:30;
}

#discovery-content-explorer  .prev-horizontal {
    position: absolute;
    top: 4px;
    right:390px;
    width: 32px;
    height: 158px;
    cursor: pointer;
    background: transparent url(/images/slider/big-arrow-lft.png) no-repeat 0 0; 
    float:none;
    z-index:30;
}

#discovery-content-explorer .next-disabled-horizontal,
 #discovery-content-explorer .next-disabled-horizontal:hover,
 #discovery-content-explorer .next-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}

#discovery-content-explorer .prev-disabled-horizontal,
 #discovery-content-explorer .prev-disabled-horizontal:hover,
 #discovery-content-explorer .prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}

#discovery-content-explorer .panel {
	font-size:0.7em;
	margin:3px;
}

#discovery-content-explorer .panel h2 {
	padding:0;
	margin-bottom:3px;
	font-family:"Trebuchet MS","Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:11px;
	letter-spacing:2px;
	text-transform:uppercase;
}

#discovery-content-explorer .panel p {
  display:inline;
  font-size:10px;
  line-height:1.2em;
}

#discovery-content-explorer .panel h2 {
	letter-spacing:normal;
	margin:2px 0 2px 0;
}

#discovery-content-explorer .panel .pcarousel-image {
	overflow:hidden;
	width:176px;
	height:62px;
  padding:0px;
}

#discovery-content-explorer .panel .pcarousel-image img {
  margin:0px;
}

/* END */


#thisweek {
	margin:10px auto 20px;
	width:420px;
}

.this_week_top {
	height:70px;
}

.this_week_playlist {
	width:420px;
	height:195px;
	margin:15px 0;
	background: url(/images/thisweek_playlist_bg.png) 0 0 no-repeat;
}

.this_week_playlist_rows {
	margin:15px 6px 6px;
	padding-top:0;
	color:#000000;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	letter-spacing:-.5px;
	text-transform:none;
} 

.this_week_playlist_rows a {
  display:block;
  width:390px;
  height:20px;
  overflow:hidden;
  white-space:nowrap;
}

.playlist_row_alt, .playlist_row {
	height:20px;
	line-height:20px;
	margin:0 2px 5px;
	padding:5px 4px;
}          

.playlist_row {
	
}

.playlist_row a {
	color:#000;
}

.playlist_row_alt, .playlist_row_alt a {
	color:#000;
}

#search_right {
	float:right; 
	margin: 5px 0 0 0; 
	position:absolute; 
	padding-left:6px;
	
}

#search_left {
	float:left;
	width:100px;
	margin: 5px 0 0 0; 
	position:absolute; 
	padding-left:6px;
	
}

/* Blue Modules */

/* Song Details */

.results {
	width:568px;
	display:block;
	margin-bottom:10px;
	padding:0;
}

.results .details {
	width:550px;
  padding:4px 4px;
  font-size:10px;
  line-height:1.4em;
}

.cart .details {
	padding:4px 4px;
  font-size:10px;
  line-height:1.4em;
  margin-bottom:10px;
}

.titlebar {
	width:580px;
	height:42px;
	display:block;
}

.titlebar a, .titlebar a:visited {
	color:#0095D3;
	text-decoration:underline;
}

.titlebar a:hover {
	color:#E93517;
	text-decoration:underline;
}
.titlebar .song {
	float:left;
	margin:2px 5px 0 0;
	width:340px;
	color:#000;
}



.titlebar .song .inline_play_button, .titlebar .song .play_button {
  float:left;
  width:330px;
  white-space:nowrap;
}

.titlebar .title-lft {
	float:left;
	width:9px;
	height:42px;
	margin:0;
	padding:0;
	background: transparent url(../images/blue-curve-lft.png) no-repeat top left;
}

.titlebar .title-md {
	float:left;
	width:545px;
	height:42px;
	margin:0;
	padding:0;
	background-color: #c5dfed;
}

.titlebar .title-rt {
	float:left;
	width:9px;
	height:42px;
	margin:0;
	padding:0;
	background: transparent url(../images/blue-curve-rt.png) no-repeat top left;
}

/* Cart Details */

#cart {
	width:580px;
	display:block;
	margin-bottom:10px;
	padding:0;
}

.cart_row_alt {
  background:#C5DFED;
}

.cart .details {
	width:550px;
  padding:4px 4px;
  font-size:10px;
  line-height:1.4em;
}


.cart .titlebar {
	width:358px;
	height:28px;
	display:block;
	padding:2px;
	float:left;
	overflow:hidden;
}


.cart .titlebar .song {
	float:left;
	margin:2px 5px 0 0;
	width:340px;
}

.cart_song_title {
  overflow:hidden;
  white-space:nowrap;
  color:#000;
}

.cart .titlebar a {
	color:#000;
	height:28px;
	padding:5px 0 0 25px;
}

.cart .titlebar .song .artist_title {
  overflow:hidden;
  display:block;
  text-decoration:underline;
  margin-top:3px;
  line-height:1.4em;
  white-space:nowrap;
}

.cart .titlebar .song .song_index {
  display:block;
  margin: 0 5px 0 0;
  font-size:.9em;
  padding:0;
  float:left;
}

.cart .titlebar .song .inline_play_button, .cart .titlebar .song .play_button {
  float:left;
}


.cart .titlebar .title-md {
	float:left;
	width:560px;
	height:28px;
	margin:0;
	padding:0;
}

#divider, .divider {
	height:10px;
	display:block;
	border-bottom:1px solid #ccc;
}



/* More Module Styles */

#content-artists {
	width:158px;
	height:121px;
	background: transparent url(../images/submit_big.png) no-repeat top left; 
	text-indent: -5000px;
}

#content-cloud {
	width:150px;
	height:220px;
	overflow:hidden;
	font-size:80%;
	line-height:1.73em;
	margin-left:5px;
	margin-bottom:10px;
	
}

#content-generic {
	width:150px;
	font-size:80%;
	line-height:1.5em;
	margin:5px;
	color:#8C8D8E;
	}

#content-generic h1 {
	text-transform:uppercase;
	font-size:12px;
	color:#d82001;
}

.subheader,.subheader a, .subheader a:visited {
	padding:0;
	color:#0095D3;
	font-size:12px;
	line-height:1.2em;
	text-decoration:none;
	}
	
#submit-graphic {
	background: transparent url(../images/submit-how-it-works.png) no-repeat top left;
	display:block;
	width:590px;
	height:183px;
	color:#8c8d8e;
	
	
}

#submit-graphic a{
	color:#ffa21f;
}


#submit-graphic1, #submit-graphic2, #submit-graphic3  {
	float:left;
	width:174px;
	padding:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	line-height:1.5em;
	margin-top:90px;
	
}

#songlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
#songlist li {
	margin: 0px;
	padding: 0px;
	}
	
#contact {
	color:#5e5c5c;
	}

#contact h1 {
	font:12px normal Helvetica,Arial,sans-serif;
	height:5px;
	color:#E93517;
	line-height:normal;
	margin:2px 0 10px 5px;
	letter-spacing:normal;
	text-transform:none;
	padding-bottom:5px;
}

#contact h1 a {
	text-decoration:none;
	color:#CA3411;
	font:12px normal Helvetica,Arial,sans-serif;
}

#contact p {
	line-height:1.5em;
	margin:5px 0 10px 5px;
	font-size:10px;
}

#contact a {
	font-size:10px;
	margin:1px 0 20px;
	padding:5px 0 0 0;
	text-align:right;
}

#phone  {
	font-size:11px;
	color:#ade4ff;
	height:15px;
	margin:2px 0 0 15px;
}

ul{
	list-style-type:none;
}
table{
	border-collapse:collapse;
}
img {
	border:none;
	
}

#intro {
	float: left;
	margin-top: 150px;
	padding: 20px;
	font-size: 16px;
	line-height: 1.3em;
	color: #FFF;
}

#intro a:link {
	color: #BD6329;
	text-decoration: none;
}

#intro a:visited {
	color: #BD6329;
	text-decoration: none;
}

#intro a:hover {
	color: #FFF;
	text-decoration: none;
}

#intro a:active {
	color: #BD6329;
	text-decoration: none;
}

#landing_nav_links{
	position:absolute;
	top:242px;
	left:38px;
}
#landing_nav_links p{
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	margin-bottom:5px;
}
#landing_nav_links a{
	padding-right:22px;
	text-decoration:none;
	font-weight:bold;
}
#menu{
display:none;
}
#image_map{
	position:absolute;
	top:20px;
	right:25px;
	height:187px;
	width:210px;	
}
#image_map a{
	display:block;
	height:54px;
	text-decoration:none;
	margin-bottom:10px;
}
#link1 span, #link2 span, #link3 span{
	visibility:hidden;
}

#image_map2{
	position:absolute;
	top:160px;
	left:28px;
	height:25px;
	width:420px;

}
#image_map2 a{
	display:block;
	height:54px;
	text-decoration:none;
	margin-bottom:10px;
}
#link4 span{
	visibility:hidden;
}
/* end navigation */

/* breadcrumb */
#breadcrumb{
	margin:2px 5px 10px 21px;
	font-size:10px;
}	
/* end breadcrumb */

/* container */

#container label{
	display:block;
	margin-bottom:3px;
}

#container p{
	font-family:"Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:11px;
	line-height:1.6em;
	margin-bottom:10px;
}

/*
#container ul{
	font-weight:bold;
}
#container li{
	margin-bottom:5px;
}*/
/* end container */

/* footer */
#footer {
	clear:both;
	height:80px;
	padding-top:15px;
	margin-top:45px;
	background: transparent url(../images/footer.png) top center no-repeat;
	color:#000;
	font-size:11px;
	text-align:center;
	position:relative;
}
#footer a, #footer a:visited {	
	color:#2379a4;
	margin-right: 3px;
}
#footer_links li {
	display:inline;
	margin-right:3px;
}
#footer_contact{
	margin-top:5px;
}
#footer_contact li{
	margin-bottom:3px;
}
#footer_contact .highlight{
	color:#fdc259;
	font-size:11px;
	font-weight:bold;
}
#submit_music{
	position:absolute;
	bottom:20px;
	right:19px;
}
#subscribe{
  position:absolute;
  bottom:24px;
  left:40px;
}
/* end footer */



/* misc. */

.home_feat_mid {
	padding: 0px 11px;
	}

.center {
	text-align: center;
	}

p.intro {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #0065A4;
	line-height: 1.5em;
}

.clearer{
	clear:both;	
}
.divider{
	border-bottom:1px solid #e1e1e1;
	height:10px;
	margin-bottom:15px;
}
.img_default{
	float:left;
	margin:0px 10px 5px 0px;
}
.right{
	text-align:right;
}
.top {
	float:right;
	width:200px;
	text-align:right;
	margin:3px 13px 0 0;
	padding:15px 0 0 5px;
}

/* end misc. */


#snews_main {
	font-size:11px;
	line-height:150%;
	margin-bottom:0 !important;
	padding:2px 0 0;
}

/* search results page*/
#search_form{
	width:166px;
	font-size:11px;
	line-height:1.7em;
	
}
#search_form table{
	margin-top:0;
}
#search_form td{
	padding:0;
}
#search_results{
	line-height:1.2em;
	background: url('../images/results-bkgrnd.png') no-repeat top left;
	width:580px;
	padding:8px 3px 0;
	margin:0;
	height:45px;
	}
	
#search_results tr{
	vertical-align:middle;
}
#search_results a{
	width:280px;
	overflow:hidden;
	
}

#search_results a:hover {
}

#search_results_header{
	padding-bottom:5px;
	margin:5px 13px 0 0;
    height:22px;
}

#search_results_header h1 {
	font-family:Helvetica,Arial,sans-serif;
	font-size:18px;
	font-weight:normal;
	margin-bottom:5px;
	text-transform: none;
}

#search_results iframe {
       display:none;
}

/* these all have to be classes and not ID's because there will be more than one of them on a page.  
  There can never be more than one element with the same ID on the same page, 
  that goes for templates that will be used  repeatedly as well */

.results_playbutton {
	float:left;
	width:24px;
	margin:2px 5px 0 0;
}

.results_song {
	float:left;
	width:360px;
	margin:5px 5px 0 0;
	color:#000;
}

.results_buttons {
	color:#fff;
	padding:2px 2px 0 0;
	width:147px;
	vertical-align:top;
	white-space:nowrap;
	text-align:right;
	float:right;
	
}
.results_buttons a, .results_buttons a:visited  {
	color:#fff;
	text-decoration:none;
	display:inline;
}

.results_functions {
	float:left;
	padding:5px 2px 0 0;
	width:80px;
}

.artist {
	font-size:.8em;
	color: #333;
}

.song_title {
	float:left;
 	overflow:hidden;
 	white-space:nowrap;
 	width:336px;
}

.results_song .song_index {
	float:left;
  margin-right:4px;
}

.titlebar .song .artist_title {
  overflow:hidden;
  display:block;
  text-decoration:underline;
  margin-top:3px;
  line-height:1.4em;
  white-space:nowrap;
  width:110px;
  text-align:left;
}


#pagination_top {
	float:left;
	font-size:1.1em;
	height:22px;
	margin:12px 0 5px 15px;
	padding:0;
	text-transform:uppercase;
	width:140px;
	text-transform:uppercase;
	width:220px;
}

#pagination_top a, #paging_bottom a, #pagination_btm a {
color:#3399CC;	
}


#pagination_btm {
	float:left;
	font-size:1.1em;
	height:22px;
	margin:12px 0 5px 15px;
	padding:0;
	text-transform:uppercase;
	width:140px;
	text-transform:uppercase;
	width:220px;
}

.icons{
	margin-top:7px;
}

/* confirmation */

.confirmation td{
	padding:2px;
}
/* end confirmation */


/* contact */
.contact td{
	padding:5px 0 5px 0;
}
/* end contact */


.account_register td{
  padding-right:7px;
  padding-bottom:7px;
  
}
.advanced_search td{
  padding-right:7px;
  padding-bottom:7px;
}
.edit_account td{
  padding-right:7px;
  padding-bottom:7px;
}
.lost_password td{
  padding-right:7px;
  padding-bottom:7px;
}
.email_song td{
  padding-right:7px;
  padding-bottom:7px;
  line-height:19px;
}
.email_song label{
	display:block;
	margin-bottom:3px;
}
.help ul{

}
.help ul ul{
 margin:10px; 
}


.song_detail td{
  padding-bottom:7px;
  padding-right:7px;
}
.song_detail a{
  font-weight:bold;
	text-decoration:none;
}

.order_form table{
	margin-bottom:10px;
}
.order_form td{
	padding:5px;
	
}
.order_form input, .order_form textarea{
	margin-top:3px;
}

.select concepts{
	padding: 0px;
	margin: 0px;
}

.rate_calc td{
  padding:5px;
}

/* shopping cart */

/* cart tabs */
#tab {
	margin: 13px 0px 0px 1px;
	padding: 0px;
	height:30px;
}

#tab ul, #tab li	{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}
#tab a{
	text-align:center;
	width:84px;
	height:30px;
	background-image: url('../images/tab_off.png');
	background-repeat:no-repeat;
	color: white;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	float: left;
	margin-right: 0px;

}
#tab a:hover	{
	background-image: url('../images/tab_on.png');
	background-repeat:no-repeat;
}
.nav1 #tab li#nav-1 a,
.nav2 #tab li#nav-2 a, 
body.section-2 #tab li#nav-2 a,
body.section-3 #tab li#nav-3 a,
body.section-4 #tab li#nav-4 a ,
body.section-5 #tab li#nav-5 a {
	background-image: url('../images/tab_on.png');
	background-repeat:no-repeat;
}
.tabName{
	margin-top:7px;
}

/* end cart tabs */

#container.nav1, #container.nav2 {
  width:180px;
  margin:0 0 0 10px;
}

.cart_blue{
  width:170px;
  margin:0;
}

#cart{
  color:#fff;
  padding:11px 11px 11px 11px; 
  width:147px;
  background-color:#0065A4;
}
#cart a{
 color:white;
 text-decoration:none; 
}
#cart h1{
  font-size:12px;
  margin-bottom:5px;
}
#cart h2{
  margin:10px 0px 2px 0px;
  color:white;
  font-size:10px;
}
#cart ul{
  font-weight:normal;  
  margin-bottom:5px;
}
#cart li{
  list-style-type:disc;
  margin-left:13px;
  /* padding-left:-10px; */
  margin-bottom:5px;
}
#cart textarea{
  margin-bottom:10px;
}
#list{
  margin:10px 0;
  color:#3f8bba;
  font-size:10px;
   border:1px solid #cccccc;
}

#list td{
padding:3px;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
} 
#list .btn{
  margin:1px;
}
.odd{
  background-color:white;
}
.even{
  background-color:#d6efff;
}
/* end shopping cart */

.bullets{
  font-family:"Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:11px;
	line-height:1.6em;
	margin-bottom:10px;
	margin-left:17px;
}
.bullets li{
 list-style-type:disc; 
}
.keywords:hover{
color:#da5e26;
}
#stupid select{
  width:90%;
}
.cartImg img{
  width:100%;
}

/***** New Styles *****/


div.news {
	/* margin: 0 0 0 0px; */
	margin-bottom: 10px !important;
	padding: 2px 0px 0px 0px;
	font-size: 11px;
	line-height:150%;
	}

div.news p {
	margin-bottom: 0px !important;
}

p.newsdate {
	font-weight:bold;
	margin-bottom:2px !important;
	font-size:10px;
}
	
.right_link_rule {
	margin: 1px 0px 20px 0px;
	padding: 5px;
	text-align: right;
	font-size:10px;
/* 	border-bottom: 1px solid #85B9DE; */
	}
	
#labels {
	padding: 0px;
	margin: 0px;
	}

#labels li {
	padding: 5px 0px 5px 0px;
	list-style-type: none;
	border-bottom: 1px solid #85B9DE;
	color: #0065A4;
	}
	
.bands {
	margin: 0;
	padding: 0px 5px;
	border: none;
	}
	
.feat_bands_box {
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 400px;
	height: 130px;
	border: none;
	}

.feat_albums_box {
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 400px;
	height: 210px;
	border: none;
	}

#feat_album_b {
	float: left;
	width: 75px;
	height: 95px;
	margin: 0px 2px 10px 2px;
	padding: 0px;
	border: none;
	text-align: center;
	}
	
#feat_label_b {
	width: 75px;
	height: 140px;
	margin: 0px auto;
	padding: 0px;
	border: none;
	text-align: center;
	}
	
.home_side_blue {
	background-color: #d6efff;
	padding: 11px;
	margin-bottom: 10px;
	width: 139px;
	height: 432px;
}

#subnav {
	margin: 0px;
	padding: 5px 0px 10px 10px;
	list-style-type: none;
	}
	
#subnav li {
	display: block;
	margin: 0px;
	padding: 0px;
	border: none;
	color: #0065A4;
	}
	
#subnav li a {
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
	color: #0065A4;
	}
	
#subnav li a:hover {
	text-decoration: none;
	}
	
.entry_meta {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 11px;
	color: #DA5E26;
	font-weight: bold;
	}
	
.label {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 11px;
	color: #DA5E26;
	text-align: center;
	}
	


.playlist_res {
	background: #FABD64;
}


.newslug {
margin:7px 0;
font-size:12px;
/* font-family:rockwell; */
}

.newdesc {
font-variant: small-caps;
font-size:12px;
}

.newsrow {
	padding:10px 0 8px 0;
	text-align:left;
	line-height:1em;
	margin:0;
	
}

.newsdate {
	font-size:10px;
}

.tags-full {
  border:1px solid #CCC;
  width:200px;
  padding:3px 5px 5px 3px;
  position:absolute;
  background:#FFF;
}

.drag_handle {
  width:8px;
  float:left;
  margin:4px;
  background:url(/images/playlist__item-handle.png) 0 0 repeat-y;
  cursor:move;
}

