/* -------------------------------------------------------------- 
  
   What: Styles.css
   Who:	 AnyDecentMusic.com Screen Stylesheet
   How:	 by geckonewmedia.com
   
   TOC
   ----------------------------------
   1. =RESET
   2. =BASE_TYPOGRAPHY
   3. =BASE_STYLES
-------------------------------------------------------------- */

 
/* -------------------------------------------------------------- 
   1. =RESET
-------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* -------------------------------------------------------------- 
   1. =BASE_STYLES/TYPOGRAPHY
-------------------------------------------------------------- */

body {
    /*font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif ;*/
	font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;
}


div#page_container {
    width: 960px;
	padding:0 15px;
    margin:35px auto 0px auto;
    font-size: 1.2em;
	padding-bottom:5px;
	border-bottom: 1px solid #c6c8ca;
}   


h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif ;
}

h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-family: arial,helvetica, sans-serif;
    font-weight: normal;
}

h3 {
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e9672d;
	text-transform:uppercase;
}

p {
    margin-bottom: 1em;
    line-height: 1.2em;
    
}

p.site_into {
    line-height: 1.4em;
    
}

p.subhead {
    margin-bottom: 0px;
    font-weight: bold;
}

p.hello {
	line-height: 1.4em;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif ;
}

p.main_intro {
	font-size: 14px;
	color: #444;
}

span.adm {
	color: #b64026;
}

strong {
    font-weight: bold;
}

a {
    color: #0063b0;
    text-decoration: none;
	font-weight:bold;
}

a.arrowlink {
    background: url(images/linkarrow.gif) right center no-repeat;
    padding-right: 12px;
    color: #000;
    height: 1%;
    width: 288px;
    padding-bottom: 0px;
    line-height: 1;
    font-weight: normal;

}

dd a.arrowlink  {
	/*font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif ;*/
	font-weight:normal;
}

input.labelHighlight {
	color: #666;
}

input.search_button {
	background: #dedddc;
	padding:0px;
	border:none;
	font-size:10px;
	cursor:pointer;
}

div.click_this {
    padding: 6px 0;
    clear: both;
    float: left;
    width: 100%;
    border-top: 1px solid #e4e5e5;
    border-bottom: 1px solid #e4e5e5;
}


div.thin .click_this img{
    float: left;
    margin: 0;
}

div.thick .click_this img{
    float: left;
    margin: 0;
}

ul.mini_album li {
    display:block;
    float: left;
    width: 149px;
}

ul.mini_album li.justtext {
    width: 100%;
}

div.thick ul.mini_album li.albumart,
ul.mini_album li.albumart {
    float: left;
    width: 85px;
    display: block;
}


div.thick ul.mini_album li {
    width: 214px;
}

ul.mini_album li.albumart img{
    width: 75px;
}

ul.mini_album li dt{
    padding-top: 0px !important;
}


div.clear {
	clear: both;
}

dd.social_follow {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

dd.social_follow a{
	margin: 0 4px 0 0;
}

/* -------------------------------------------------------------- 
   1. =HEADER
-------------------------------------------------------------- */ 

div#header {
	overflow-x:hidden;
	overflow-y:hidden;
    height: 195px;
}

div#header h1 {
    height: 169px;
    width: 210px;
    overflow: hidden;
    float: left;
    position: relative;
}

div#header h1 a {
    height: 169px;
    width: 210px;
    overflow: hidden;
    display:block;
    position: absolute;
    top: 0px;
    left: 0px;
    background:#fff url(images/logo.gif) left top no-repeat;
}

img.leaderboard {
    float: right;
}

.header_aff {
	width: 728px;
	height: 90px;
	float: right;
	overflow: hidden;
}

div#header p.tagline {
    width: 308px;
    height: 58px;
    overflow: hidden;
    background: white;
    float: left;
    margin-top: 21px;
    position: relative;
}

div#header p.tagline span{
    display:block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 308px;
    height: 58px;
    overflow: hidden;
    background: white url(images/tagline.gif) left top no-repeat;
    
}

/* -------------------------------------------------------------- 
   1. =COLUMNS
-------------------------------------------------------------- */


div.aside {
    width: 160px;
    float: left;
    margin-right: 50px;
}

div.article {
    float: left;
    width: 466px;
    margin-right: 50px;
}

div.thick {
    margin-right: 0px;
    width: 234px;
}


/* -------------------------------------------------------------- 
   1. =CHART_FILTER
-------------------------------------------------------------- */


div.list_links h3 {
	margin-top: 10px;
	font-size: 17px;
	padding-bottom:3px;
}

div.list_links h3 a {
	color: #e9672d;
}

div.list_links {
	font-family: Arial, Helvetica, sans-serif;	
}


div.list_links p {
	margin-bottom: 2px;
}


fieldset.chart_filter {
    float: left;
    font-family: arial, helvetica, sans-serif;
    margin-top: 20px;
    height: 55px;
	color: #000;
	text-transform:uppercase;
	font-size:14px;
    padding: 0;
    width: 442px;
    overflow: hidden;
    line-height: 1;
    position: relative;
}



fieldset.chart_filter ul,
fieldset.chart_filter ul li{
    margin: 0 !important;
    padding: 0;
    float: right;
    position: relative;
   
}
fieldset.chart_filter ul {
	width: 442px;	
}
 

fieldset.chart_filter ul li{
    float: right;
    clear: both;
	text-align:left;
    width:436px;
    margin: 0 0 0 0;
  
}

fieldset.chart_filter ul li label {
	margin: 0 1px 0 0 ;
	padding: 0 ;
	color: #878888;
	cursor:pointer;
	font-size: 14px;
}

fieldset.chart_filter ul li label input {
	margin: 0;
}



fieldset.chart_filter input {
	position: absolute; 
	left: -9999em; 
}

fieldset.chart_filter label{
	background: url(images/radioforms.gif) 0px 3px no-repeat;
    padding-left: 15px !important;
}

fieldset.chart_filter label.hover, fieldset.chart_filter label.focus {
	background-position:0px -57px ;	
}

fieldset.chart_filter label.focus { outline: 1px dotted #ccc; }
fieldset.chart_filter label.checked{
	background-position:0px -27px ;
}

fieldset.chart_filter ul li.filter_head {
	padding-left: 7px;
	text-align:left;
    color: #777;
    padding: 0 0 4px 0;
}

fieldset.chart_filter ul li {
    padding: 0 0 3px 0;
}


a.back_to_chart {
    margin-left: 0px;
    background: url(images/back_arrow.gif) left center no-repeat;
    padding-left: 19px;
     color: #00adef;
}

dl.back_to_chart_wrapper dt {
    display:none;
}

dl.back_to_chart_wrapper a {
    text-transform:uppercase;
	font-size: 15px;
	cursor:pointer;
}

fieldset.chart_filter ul li.filter_head a {
    color: #00adef;
}

div.back_to_chart_links {
    float: left;
    line-height: 1;
    clear: left;
    //padding: 10px 0 16px 160px;
}

div.back_to_chart_links a{
    display: block;
	margin: 0 0 5px 0;
       text-transform: uppercase;
	font-size: 14px;
	color: #00adef;
}


img.genre_disabled {
	margin-top: 1px;
	margin-bottom: -2px;
}

img.time_disabled {
	margin-top: 1px;
}

a.change_button {
	background-color: #F29127;
	font-size: 12px;
	color: #ffffff;
	padding:2px;
}

/* -------------------------------------------------------------- 
   1. =SIDEBAR_ELEMENTS
-------------------------------------------------------------- */


div.content_box {
    border-top: 7px solid #657e8f;
    padding-top: 0px;
    margin: 0 0 15px 0;
    clear: both;
    float: left;
    width: 100%;
}

div.content_box h2 {
    line-height:1;
}


div.content_box p.tagline {
    font-family: arial, helvetica, sans-serif;
    margin-bottom: 0px;
}


dt {
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: bold;
	padding-top:2px;
}

dl dt strong {
    font-size:13px;
    color: #f04940;
    display:block;
    padding-bottom: 3px;
    text-transform: uppercase;
    font-family: arial, helvetica, sans-serif;
}

dl a {
	color: #000;
}

a.full_album {
	display: block;
	margin: 10px 0;
}

dl dt strong a {
	color: #f04940;
}

dl  dd {
    font-size: 11px;
}    

dl dd ul {
    font-size: 11px;
}

.content_box dd dl.sidebar_list ul li{
    margin-bottom: 2px;
}

.content_box p.tagline {
    margin-bottom: 5px;
}

.content_box a {
   font-family: arial, helvetica, sans-serif;
    font-weight: bold;
}

fieldset.goto {
	padding-bottom: 0px;
}

fieldset.search {
	clear: both;
}


/* -------------------------------------------------------------- 
   1. =MAIN_LIST
-------------------------------------------------------------- */


h2.page_title {
    background: #c6c8ca;
    font-size: 28px;
    font-weight: bold;
    color: white;
	line-height:1;
	margin:0 0 5px 0;
	min-height:50px;
    padding: 2px 5px 4px 5px;
}

h2.page_title span.chart_timeframe {
	color: #989898;
}

h2.page_title span.chart_subhead {
	display:block;
	font-size: 20px;
}

ol.album_chart {
}

ol.album_chart li {
    background: #e8e5df;

    margin:0 0 1px 0;
    display:block;
    clear: left;
    float: left;
    width: 436px;
    padding: 15px;
}

ol.album_chart_small li {
	padding: 10px;
}

ol.album_chart li:hover {
}

ol.album_chart li p  {
    margin-bottom: 4px;
    font-size: 1em;
    font-family: arial, helvetica, sans-serif;
}

p.score,
ol.album_chart li p.score {
    float: left;
	color: #808284;
    font-family: georgia, times, serif;
    width: 60px;
    height: 60px;
    font-size: 36px;
	letter-spacing: -2px;
	line-height:1;
    text-align: center;
    margin: 0 15px 0 0;
	overflow:visible;
}

ol.album_chart_small li p.score  {
	margin-right: 10px;
	width:50px;
	height:50px;
	line-height:30px;
	padding:0;
	font-size: 30px;
}

p.score span,
ol.album_chart li p.score span {
    font-size: 11px;
    background: transparent;
    display: block;
    padding-top: 3px;
    line-height: 1;
    text-align: left;
    letter-spacing: normal;
    color: #222;
    font-family: arial, helvetica, sans-serif;
}

/*ol.album_chart li:first-child p.score,*/
ol.album_chart li.top_album p.score,
div.section_left p.score {
	background: #0e6564;
    color: white;
	line-height: 60px;
}

/*ol.album_chart_small li:first-child p.score,*/
ol.album_chart_small li.top_album p.score  {
line-height: 50px;
}

ol.album_chart li a.cover {
    float: left;
    margin-right: 15px;
    display:block;
    width: 90px;
    height: 90px;
    position: relative;
    overflow: hidden;
}

ol.album_chart_small li a.cover  {
	margin-right: 10px;
}

ol.album_chart li  a.cover_small,
ol.album_chart li  a.cover_small img {
	height: 75px;
	width:75px;
}

ol.album_chart li a.cover img.new {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 50px;
    width: 50px;
}

ol.album_chart li div.album_info{
    float: left;
    width: 256px;
}

ol.album_chart_small li div.album_info{
    float: left;
    width: 276px;
}

ol.album_chart li h4 a {
    color: #ef3d33;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.3em;
}

ol.album_chart li h5  {
    margin-bottom: 3px;
}

ol.album_chart li h5 a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.1em;
}

ol.album_chart li p {
    margin-bottom: 0;
}

ol.album_chart li p small  {
    font-size: 9px !important;
    text-transform: uppercase;
}

ol.albumpaging {
    float: right;
    margin: 10px 0;
    padding: 0;
}

ol.albumpaging li {
    display:block;
    float: left;
}

ol.albumpaging li a {
    display:block;
    float: left;
    color: #0063b9 !important;
    padding: 3px 5px;
    margin-right: 2px;
}

ol.albumpaging li.current {
	font-weight: bold !important;
	color: #e9672d !important;
	display:block;
    float: left;
    padding: 3px 5px;
    margin-right: 2px;
}


/* -------------------------------------------------------------- 
   1. =MAIN_LIST
-------------------------------------------------------------- */



ol.mini_chart {
    font-family: arial, helvetica, sans-serif;
    margin: 10px 0;
}

ol.mini_chart li {
    clear: left;
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
}


ol.mini_chart li span.score{
    display:block;
    float: left;
    font-weight: bold;
    color: #b64026;
    width: 26px;
}

ol.mini_chart li p{
    float: left;
    width: 208px;
    margin: 0;
}

ol.mini_chart li p a {
    color: #000;
    font-weight: normal;
}



ul.chart_pager {
    padding: 15px 0;
    float: right;
    font-family: arial, helvetica, sans-serif;
}

ul.chart_pager li{
    display:inline;
}


ul.chart_pager li a{
    font-weight: normal;
}

ul.chart_pager li.current a{
    font-weight: bold;
}



/* -------------------------------------------------------------- 
   1. =FOOTER
-------------------------------------------------------------- */


div.footer {
    width: 780px;
    padding: 10px 0px 40px 180px;
    margin: 0 auto;
    position: relative;
}


p.built_by {
    position: absolute;    
    top: 5px;
    right: 0px;
    font-size: 10px;
}

div.footer ul {
    padding: 0px;
	margin:0px;
}

div.footer ul li{
    display: inline;
	font-size: 20px;
}

div.footer ul li a{
    color: #000;
    
}

div.footer ul li.current a{
    color: #e9672d;
    font-size: 20px;
}


/* -------------------------------------------------------------- 
   1. =ALT
-------------------------------------------------------------- */



body.alt div.thin {
    width: 120px;
    overflow-x:hidden;
    margin-right: 35px;
}

body.alt div.article{
    margin-right: 35px !important;
}


body.alt div.thick {
    width: 300px;
    overflow-x:hidden;
    margin-right: 0px;
}


body.alt2 div.thin {
    width: 160px;
	margin-right:20px;
}

body.alt2 div.article{
	width: 460px;
	overflow-x:hidden;
    margin-right: 20px !important;
}


body.alt2 div.thick {
    width: 300px;
    overflow-x:hidden;
    margin-right: 0px;
}

body.alt2 div.thick div.click_this img{
    width: 300px;
   
}



/* -------------------------------------------------------------- 
   1. =ARTICLES
-------------------------------------------------------------- */


div.columns {
	background: url(images/article_bg_dark.gif) top left repeat-y;
}

img.article_head {
    width: 430px;
    border: 15px solid #f5f6f0 !important;
    margin-bottom: 1px;
    float: left;    
}

div.section_left {
    width: 120px;
    padding: 10px 15px 15px 15px;
    float: left;
    margin-right: 1px;
    background: #e8e5df;
}

div.article div.section_left  img.related {
	width: 24px;
	margin: 0 3px 3px 0;
}

div.section_right {
    width: 279px;
    float: left;
    padding: 10px 15px 15px 15px;
    background: #e8e5df;
}

div.section_right  h3 {
    font-family: georgia, times, serif;
    text-transform: none;
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 10px;
}

div.section_right p {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.3;
}

div.section_right ol,
div.section_right ol li {
	list-style : none;
	list-style-type: none;
}

div.video {
	/*margin-bottom: 18px;*/
	/*clear: left;
	*/
	border-top: 15px solid white;
}

div.video object {
	margin: 0 auto;
}

/* -------------------------------------------------------------- 
   1. =COMMENTS
-------------------------------------------------------------- */

div.comments {    
    clear: left;
    border-top: 15px solid white;
}   

div.comments fieldset{
    padding: 0;
    margin: 0;
} 

div.comments fieldset label{
    display:block;
    padding-bottom: 1px;
    margin-top: 5px;
} 

div.comments .comment_subject,
div.comments .comment_reply {
    border: none;
    width: 270px;
        padding: 4px;
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
}
 

div.comments input.input_submit {    
    float: right;
    margin-top: 10px;

}   


div.comments div.section_left h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-family: arial,helvetica, sans-serif;
    font-weight: normal;
}


ol.commentlist li  {
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}


p.comment_account {
     margin: 0;
}

p.comment_account span {
    font-weight: bold;    
}

p.comment_account span.comment_date {

    font-weight: normal;
}

ol.commentlist li h3 {
    margin: 5px 0 0px 0;
    padding: 0;
    font-size: 20px;
}

p.report_comment {
    font-size: 11px;
    font-weight: normal;
}


p.report_comment a {
    font-weight: normal;
}

div.formFeedback {
    margin: 10px 0;
   font-weight: bold;
}

/* -------------------------------------------------------------- 
   1. =REVIEW
-------------------------------------------------------------- */

div.review_head {
    background: #e8e5df;
    border-bottom:1px solid white;
    float: left;
    width: 430px;
    padding: 15px;
}

div.review_head div {
    float: left;
    width: 285px;
}

div.review_head div.review_image {
     float: left;
     width: 145px; 
}

ol.album_review li{
    
}

div.review_head h2,
div.review_head h3 {
    font-family: georgia, times, serif;
    text-transform: none;
    font-size: 26px;
}

div.review_head h2 {
    color: #e9672d; 
}

div.review_head h3 {
    color: #000; 
}

div.review_head p {
    margin-bottom: 0px; 
}

div.album_review {
    padding: 0px;
}

div.album_review ol.album_chart li {
    width: 288px;
	padding:10px;
}

div.album_review ol.album_chart li h4 {
    font-size: 20px;
    line-height: 1;
    padding-bottom: 5px;
}

div.album_review ol.album_chart li span {
    color: #e9672d;   
}

div.album_review ol.album_chart li  p{
}


dl.review_album_info dt,
dl.review_album_info dd{
    display: block;
    clear: left;
    padding: 0;
    margin: 0;
}


dl.review_album_info dt.average_rating {
    font-size: 11px;
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    padding-bottom: 4px;
}

dl.review_album_info p.score {
    min-width: 72px;
    height: 80px;
    font-size: 50px;
    line-height: 80px;
    margin-bottom: 5px;
	padding:0 6px;
   width: auto;
}



div.reviewpage div.section_left {
    width: 150px;
padding-left: 0;
    padding-right: 0;
}


div.section_left dl.sidebar_list,
dl.listen_now  {
    margin-top: 15px;
    clear: left;
}


div.reviewpage  div.section_left dl.sidebar_list,
div.reviewpage  dl.listen_now  {
    margin-top: 15px;
    padding: 0 15px 15px 15px;
    clear: left;
    border-bottom: 1px solid white;
    
}

div.reviewpage p.seven_digital {
	margin: 15px;
}

div.reviewpage div.comments div.section_left {
	width: 120px;
	padding-left: 15px;
	padding-right: 15px;
}


div.reviewpage  div.section_left dl.review_album_info {
    padding: 0 15px ;
}





div.section_left dl.sidebar_list dt {
    margin-bottom: 0px;
}

dl.sidebar_list dd {
    line-height: 1.4;
    font-size: 12px;
}

ol.listen_now {
    padding-left: 18px;
}

ol.listen_now li {
    list-style-type:decimal;
    font-size: 11px;
    font-weight: normal;
    font-family: arial, helvetica, sans-serif;   
}

ol.listen_now li {
    padding-bottom: 3px;  
}

ol.listen_now li strong{
    display:block;
}

ol.listen_now li a {
    font-weight: normal;
    font-size: 9px;
}

ol.listen_now li strong{
    display:block;
}

ol.listen_now li span {
    display:block;
    margin-left: -18px;
}

p.seven_digital {
	font-size: 11px;
	font-style: italic;
	padding-top: 25px;
	background: url(images/download_7digital.jpg) bottom left no-repeat;
	padding-bottom: 50px;
}

img.album_art {
	height: 130px;
	width:130px;
}

/* -------------------------------------------------------------- 
   1. =SEARCH_RESULTS
-------------------------------------------------------------- */

div.search_results h3 {
    font-family: georgia, times, serif;
    text-transform: none;
    line-height: 2em;
    font-size: 20px;
    color: #000;
}

div.search_results ul {
    /*background: url(images/article_bg_dark.gif) top left repeat-y;*/
		background-color: #e9672d;
    /*float:left;*/
    /*width: 460px;*/
    margin-bottom: 15px;
}

div.search_results ul li {
  display:block;
  clear: left;
  float: left;
  width: 460px;
	background-color:#E8E5DF;
}

div.search_results ul li.search_result_album {
	border-bottom:1px solid white;
}

div.search_results h4 {
    padding-bottom: 5px;
	color: #E9672D; /*#ef3d33;*/
    font-weight: bold;
    text-decoration: none;
    font-size: 1.3em;
}

div.search_results h5 {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

div.search_results ul li div.results_left {
    float: left;
    width: 120px;
    padding: 10px;
}

div.search_results ul li div.results_right {
  float: left;
  width: 440px;
  padding: 10px; /*10px;*/ /*15px 15px 15px 25px;*/	
}

div.search_results ul li div.closer {
	padding-bottom: 0px;
}

div.search_results ul li div.results_right img {
	float:left;
	padding-right:10px;
}

div.search_results ul li div.results_right h2,
div.search_results ul li div.results_right h3,
div.search_results ul li div.results_right p {
	text-transform: none;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 	12px;
	color: #000;
	padding: 0px;
	line-height: 1em;
}

div.search_results ul li div.results_right h2 {
  color: #e9672d;
}

div.search_results ul li div.results_right p {
	font-weight: normal;
}

div.search_results ul li div.results_right p.album_artist {
	color: Black;
	font-weight: Bold;
	margin: 1px;
}

div.search_results p.score {
    width: 120px;
    padding: 0;
    font-size: 30px;
}

div.search_results ul li div.results_reviews {
	padding: 8px 0 0 25px;
}

div.search_results ul li div.results_reviews  h4  {
	padding: 0;
}

div.search_results ul li div.results_reviews p {
	margin-bottom: 0.75em;
}

/* -------------------------------------------------------------- 
   1. =MODAL FORMS
-------------------------------------------------------------- */

ul.form_fields  {
    padding: 15px;
    background: #e8e5df;
    font-size: 12px;    
}

ul.form_fields li {
    margin-bottom: 5px;
}

ul.form_fields li label {
    display: block;
}


li.form_signuplink {
    padding-top: 10px;
}

ul.form_fields h4 {
    margin-bottom: 15px;
    color: #e9672d;
    font-size: 20px;
}



/* -------------------------------------------------------------- 
   1. =TEXTPAGE
-------------------------------------------------------------- */

div.textpage {
	background: #e8e5df;	
}

div.textpage_inner {
	padding: 15px;
	clear: left;
	float: left;
}


/*div.video {
    padding: 16px;
    background: #e8e5df;
}*/

div.share_widget {
    clear: both;
    padding: 10px 10px 10px 163px;
}

.footerClick {
	width: 460px;
	overflow: hidden;
	border-top: 16px solid white;
	border-bottom: 16px solid white;
	float: left;
}



/* -------------------------------------------------------------- 
   7DIGITAL_DOWNLOAD
-------------------------------------------------------------- */

div.album_listen {
    border-bottom: 7px solid #657e8f;
	margin-top: 15px;
}

div.album_listen p {
	margin-bottom:0.5em;
	margin-top:0.3em;
}

ul.album_listen_list {
    margin: 0;
    padding: 0;
    width: 300px;
    list-style: none;
}



ul.album_listen_list li {
    margin: 0;
    padding: 0;
    width: 300px;
    list-style: none;
    border-top: 1px solid #e8e5df;
    float: left;
    width: 100%;
	line-height: 1.6em;
	position: relative;
}

ul.album_listen_list li span {
    floaT: left;
    display:block;
    padding: 1px 0;
}

ul.album_listen_list li span object,
ul.album_listen_list li span embed{
    padding: 2px 0 2px 0;
    /*padding: 0;*/
    position: absolute;
    /*bottom: 1px;*/
}

ul.album_listen_list li span.play_button {
    margin-right: 0px;
}

ul.album_listen_list li span.track_number {
    width: 22px;
    /*padding-top: 3px;*/
    text-align: right;
    margin: 0 5px 0 18px;
}

ul.album_listen_list li span.track_name {
    width: 197px;
    /*padding-top: 3px;*/
}

ul.album_listen_list li a.track_download {
    display:block;
    float: left;
    width: 46px;
	text-align:right;
    /*padding-top: 3px;*/
    padding-right: 10px;
    background: url(images/linkarrow.gif) right center no-repeat;
}

ul.album_listen_list li.provided_by {
    text-align: right;
    padding: 5px 0 5px 0;
}

ul.album_listen_list li.download_full_album span {
	font-weight: bold;
	width: 242px;
}




































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
