/* 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, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, button {
margin:0;
padding:0;
border:0;
outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:"Lucida Grande",Arial,Helvetica,Verdana,sans-serif;
	}
:focus {
outline:0;
}
body {
	background:white;
}
p {
	font-size: 16px;
	color: #363636;
	padding: 5px;
}
ul {
	list-style:none;
}

body {
	background: url("/images/bg.png");
	background-repeat: repeat-x repeat-y;
	font-family: 'Verdana', "Lucida Grande", 'Arial', 'sans-serif';
	font-size:11px;
	color:#000;
}
a {
color:#ff7f00;
      text-decoration:none;
}

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

h1 {
	font-size:24px;
	font-weight: normal;
}

h3 {
	font-weight: normal;
	font-size:22px;
	border-bottom: 1px solid #dedede;
}

h2 {
	font-weight: normal;
	font-size:18px;
}

h4 {
	clear: both;
	font-weight: normal;
	font-size:18px;
	border-bottom: 1px dotted #ff7f00;
	margin: 0 0 15px 0;
	line-height: 30px;
}
br {
	height: 10px;
}


html, body {
	height: 100%;
}

#wrapper{
	background: transparent;
	width: 1184px;
	margin: 0px auto !important;
	padding: 8px 0;
}

#inner_wrapper{
	width: 920px;
	margin: 0px auto !important;
	
	border:1px solid #666666;
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	-khtml-border-radius:10px; 
	border-radius:10px; 
	
	background-color: #fff;
	
	min-height: 620px;
	
    padding-bottom: 7px;
}

#logo{
	height:106px;
	margin:0;
	position:absolute;
	top:0px;
	width:162px;
	z-index:9999;
	margin:0 0 0 40px;
}
#head-phone{
	background-image:url("/images/head-phone.png");
	background-repeat:no-repeat;
	height:700px;
	margin:0 auto !important;
	width:1184px;
}

#upper_links{
	margin-left:824px;
	position:absolute;
	top:2px;
	width: 100px;
}

#upper_catchline{
	color:#FFFF00;
	font-size:15px;
	font-weight:bold;
	padding-left:310px;
	position:absolute;
	top:15px;
	width: 470px;
}

#header {
	height: 80px;
	width: 1184px;
	margin: 0px auto !important;
}

#header_inner{
	height: 109px;
	width: 920px;
	margin: 0px auto !important;
}

#footer {
	margin: 30px auto !important;
	clear: both;
	height:60px;
	width: 920px;
	text-align:center;
	font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,sans-serif;
	font-size:13px;
	line-height:17px;
	color:#FFFFFF;
}

#footer a{
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}

#search-bar{
	padding-left:665px;
	position:absolute;
	top:20px;
	width:235px;}

#search-bar .search-button {
	padding: 0;
	margin: 0;
	position: relative;
	left: 205px;
	top: 7px;
	width: 20px;
}

#search-bar .search-input {
	padding: 2px 30px 2px 5px;
	margin: 0 5px 0 0;
	height: 26px;
	width: 171px;
	border: 0 none;
	color: #808080;
	font-size: 12px;
	background:url("/images/search-input.png") no-repeat scroll 0 0 transparent;
}

#top-menu{
	position:absolute;
	top: 48px;
	padding-left:250px;
	height:49px;
	float: right;
	width: 669px;
}

#top-menu .menu_item {
	background-color: #ff7f00;;
	height:40px;
	float:left;
	margin-right: 1px;
	
	
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	-khtml-border-radius:10px; 
	border-radius:10px;
}

#header #top-menu .menu_item {
	height: 30px;
}

#top-menu .menu_item:hover {
	background-color: #ff3600;
}


#top-menu .menu_item.active {
	background-color: #ff3600;	
}

#top-menu .menu_item a {
	display: block;
	font-family:Verdana,Arial,sans-serif;
	font-size:13px;
	margin:0;
	padding:10px 24px;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	line-height: 17px;
	text-shadow:3px 3px 4px #333;
}

#header #top-menu .menu_item a {
	padding:6px 24px;
}

#content_box{
	clear:both;
	padding:10px;
}

strong {
	font-weight: bold;
}

.logo_image {
	border: 0;
	margin: 0;
}

.clear {
	clear: both;
}

.top-song {
	float: left;
	width: 250px;
	background: none repeat scroll 0 0 #FFF;
	border:1px solid #666666;
	margin: 3px;
	padding: 3px 0 0 3px;
	font-family:"Lucida Grande",Arial,Helvetica,Verdana,sans-serif;
	
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	-khtml-border-radius:10px; 
	border-radius:10px;
}

.top-song .icon-container{
	width: 68px;
	height: 72px;
	background-image: url("/images/picture_frame.png");
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
}

.top-song .icon-container div{
	overflow: hidden;
	width: 65px;
	height: 65px;
}
.top-song .track-name {
	width: 175px;
	float: left;
	margin: 5px 0;
	font-size: 12px;
	font-weight: bold;
}

.top-song .track-name a{
	color: #000;
}
.top-song .track-artist{
	width: 175px;
	float: left;
	font-size: 11px;
	font-weight: normal;
	color: #696969;
}

.top-song .icon{
	width: 62px;
	padding: 3px 0 0 3px;

}

.details-column {
	width: 910px;
	padding: 5px 5px 20px 5px;
	margin: 0px auto! important;
	background: none repeat scroll 0 0 #FFF;
}

.details-column .breadcrumb{
	width: 100%;
	margin: 10px 0;
	padding: 0 5px;
	font-size: 12px;
}

.details-column .icon-container{
	width: 126px;
	height: 126px;
	float: left;
	margin-right: 15px;
}

.details-column .track-name {
	width: 700px;
	float: left;
	margin: 5px 0;
	font-size: 18px;
	font-weight: bold;
}

.details-column .track-name a{
	color: #000;
}
.details-column .track-artist{
	width: 700px;
	float: left;
	font-size: 14px;
	font-weight: normal;
	color: #696969;
	margin: 5px 0;
}

.details-column .icon{
	width: 62px;
	padding: 3px 0 0 3px;
}

.details-column h2 {
	border-top:1px dotted #CCCCCC;
	color: #ff5a00;
	font-size:18px;
	line-height:13px;
	margin:20px 0 10px;
	padding:10px 5px;
	font-weight: bold;
}

#album-page .details-column .icon-container{
	width: 174px;
	height: 174px;
}

#artist-page .details-column .track-name {
	float: left;
	width: 100%;
}

#artist-page .details-column .track-list{
	float:right;
	width:575px;
}
#artist-page .details-column .icon-container{
	clear: left;
	width: 100%;
	height: 100%;
	float: left;
	width: 300px;
}

#search-page .details-column .top-song{
	width: 800px;
	border: 0;
	border-bottom:1px dotted #CCCCCC;
	padding-left: 30px;
}

#search-page .details-column .track-artist{
	width: 600px;
}

#search-page .details-column .icon-container{
	width: 68px;
	height: 72px;
}

#track-page .details-column .top-song .top-song,
#home-page .details-column .top-song .top-song{
	background-color: #EEE;
	height: 72px;
}
#track-page .details-column .top-song .icon-container,
#home-page .details-column .top-song .icon-container{
	width: 68px;
	height: 72px;
	float: left;
	margin-right: 5px;
}

#track-page .details-column .top-song .track-name,
#home-page .details-column .top-song .track-name {
	width: 175px;
	float: left;
	margin: 5px 0;
	font-size: 12px;
	font-weight: bold;
}

#track-page .details-column .top-song .track-name a,
#home-page .details-column .top-song .track-name a{
	color: #000;
}

#track-page .details-column .top-song .track-artist,
#home-page .details-column .top-song .track-artist{
	width: 175px;
	float: left;
	font-size: 11px;
	font-weight: normal;
	color: #696969;
	margin: 0;
}

#track-page .details-column .top-song .icon,
#home-page .details-column .top-song .icon{
	width: 62px;
	padding: 3px 0 0 3px;
}

#artist-page .details-column .top-song .icon-container{
	min-height:70px;
	width: 70px;
}

#artist-page .details-column .top-song .icon{
	height: 62px;
	padding: 3px 0 0 3px;
}

#artist-page .details-column .top-song .track-name{
	width: 165px;
}



.download-link {
	position: relative; top:7px; display: block; left: 10px;
}

.download-image {
	width:32px; float:left;
}

.list-advantages li{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}

.track-list-row:hover {
	background-color: #ddd;
}

#twitter-follow { border: 0;position: fixed;  top: 200px; left:0;}



#checkout .inputs_error {
	border: 1px solid #FF0000;
}


#checkout {
	padding: 10px 20px;
	font-size: 14px;
	text-align: left;
	width: 700px;
	margin: 0 auto! important;
}

#checkout input,
#checkout textarea {
border:1px solid #99C5F4;
margin:4px 0 14px;
padding:4px 0 0 4px;
}

#checkout input {
	height:20px;
}

#checkout input.nomargin {
margin:4px 0 4px;
}

#checkout select {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #99C5F4;
height:24px;
margin:4px 4px 0 0;
}

.width150{
	width: 150px;
}

.width75{
	width: 75px;
}

.width280{
	width:280px;
}

.pagination {
	clear: both;
	float: right;
	margin: 5px;
}

/*
.pagination a {
	font-size: 12px;
	border: 1px solid #ff7f00;
	padding: 2px 5px;
	margin: 0 3px;
}

.pagination span{
	border: 0;
	padding: 2px 5px;
	margin: 0 3px;
}

*/
.pagination a {
	border:1px solid #ff7f00;
	color:#000;
	display:block;
	float:left;
	margin:0 3px 0 3px;
	padding:2px 8px;
	text-align:center;
	text-decoration:none;
	font-weight: bold;
}

.pagination a:hover {
	border:1px solid #ff9f30;
	background-color:#ff7f00;
	color:#fff;
}

.pagination span{
	float:left;
	border:0 none;
	color:#000000;
	font-weight:bold;
	padding:2px 6px;
}

#home-page .top-artist {
	float: left;
	width: 160px;
	background: none repeat scroll 0 0 #EEE;
	border:1px solid #666666;
	margin: 3px;
	padding: 3px 0 0 3px;
	font-family:"Lucida Grande",Arial,Helvetica,Verdana,sans-serif;
	
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	-khtml-border-radius:10px; 
	border-radius:10px;
}

#home-page .top-artist .icon-container {
	margin: 0 auto! important;
	padding: 3px 0 0 3px;
	width: 68px;
	height: 72px;
	float: none;
}

#home-page .top-artist .icon {
	margin: 0 auto! important;
	padding: 3px;
	height: 72px;
}

#home-page .top-artist .artist-name {
	width: 150px;
	margin: 5px auto! important;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#home-page .top-artist .artist-name a{
	color: #000;
}

.error {
	background-color:#FF0000;
	display: none;
	visibility: none;
	margin:5px auto 15px !important;
	padding:10px;
	width:500px;
	color: #fff;	
	font-size: 14px;
	
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	-khtml-border-radius:10px; 
	border-radius:10px;
}

#faq-page ol li{
	margin-bottom: 20px;
	padding-bottom:10px;
	border-bottom: 1px dotted #ff7f00;
}

.layover {
	background-color: #FFF;
	width:450px; height:200px;
	border: 1px solid #ff5a00;
	padding: 10px; 
	display: none;
	position: absolute;
	z-index: 9999;
	color: #000;
	
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	-khtml-border-radius:10px; 
	border-radius:10px;
	
}

.laytop {
	color: #ff7f00;
	cursor: pointer;
}
.laytop:hover {
	text-decoration: underline;
}
.laytop:hover .layover {
	display: block;
}

.promo {
	width: 390px;
	height: 143px;
	border: 1px solid #ccc;
	float:left;
	padding: 20px;
	margin: 20px 50px 10px;
	
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	-khtml-border-radius:10px; 
	border-radius:10px;
	
	}
	
	
#tag-page	.top-song {
		float: left;
		width: 250px;
		background: none repeat scroll 0 0 #FFF;
		border:1px solid #666666;
		margin: 3px;
		padding: 3px 0 0 3px;
		font-family:"Lucida Grande",Arial,Helvetica,Verdana,sans-serif;

		-moz-border-radius:10px; 
		-webkit-border-radius:10px; 
		-khtml-border-radius:10px; 
		border-radius:10px;
	}

#tag-page	.top-song .icon-container{
		width: 68px;
		height: 72px;
		background-image: url("/images/picture_frame.png");
		background-repeat: no-repeat;
		float: left;
		margin-right: 5px;
	}

#tag-page	.top-song .track-name {
		width: 175px;
		float: left;
		margin: 5px 0;
		font-size: 12px;
		font-weight: bold;
	}

#tag-page	.top-song .track-name a{
		color: #000;
	}
#tag-page	.top-song .track-artist{
		width: 175px;
		float: left;
		font-size: 11px;
		font-weight: normal;
		color: #696969;
	}

#tag-page	.top-song .icon{
		width: 62px;
		padding: 3px 0 0 3px;
	}
	
#checkout .price-plan {
	width: 100%; background-color: #DDD; padding: 10px;
	height: 50px;
	margin-bottom: 10px;
	
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	-khtml-border-radius:10px; 
	border-radius:10px;
}

.new-search-button{
	background:url("/images/search_box_button_bg.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	height:29px;
	width:32px;
	padding: 0;
	margin: 0;
}

#press-page a{
	font-size: 14px;
}

#press-page li{
	line-height: 24px;
}

.member-download-link {
    left: 10px;
    position: relative;
    top: 7px;
}

.member-download-link-desc {
    left: 10px;
    position: relative;
    top: 7px;
}
.buylinkimage {
	position: relative;
	top: 5px;
}

/*
.icon-container {
    display: none;
}
*/

.blog-post div{
	margin-bottom: 10px;

}

.blog-post-title h3{
	font-size: 14px;
	border-bottom: none;

}

.blog-post-info {
	color: #666;
	font-size: 10px;
}

.blog-post-body{
	font-size: 12px;
	text-align: justify;
	padding-bottom: 10px;
	border-bottom: 1px dashed #666;
}

.blog-post-body img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
.blog-post-body .attachment img {
	max-width: 900px;
}
.blog-post-body .alignleft,
.blog-post-body img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.blog-post-body .alignright,
.blog-post-body img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.blog-post-body .aligncenter,
.blog-post-body img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.blog-post-body img.alignleft,
.blog-post-body img.alignright,
.blog-post-body img.aligncenter {
	margin-bottom: 12px;
}

.ptc p {
	font-size: 11px;
}
