@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, 
body {
	width: 100%;
	height: 100%;
	font: 12px Arial, Helvetica, sans-serif;
	background: #000 url(../images/img_site_bg.jpg) repeat;
}

a,
a:link,
a:active,
a:visited {
	color: #003F70;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background: #003F70;
	height: 100%;
}

#main_container {
	padding-bottom:20px;
	background: #003F70;
	width: 100%;
	float: left;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
}

#main_header {
	background: #003F70 url('../images/img_header_bg.php?color=003F70') repeat-x center bottom;
	float: left;
	width: 100%;
}

#header_ad {
	height: 100px;
	float: left;
	width: 100%;
	border-bottom: solid 1px #FFF;
}

#header_ad p {
	background: #000000 none repeat scroll 0 0;
	border: 1px solid #999999;
	height: 75px;
	margin: 10px auto 0;
	width: 700px;
}

#header_logo {
	float: left;
	padding: 10px;
	width: 400px;
	font-size: 80%;
	color: #FFF;
}

#header_logo p {
	font-size: inherit;
	line-height: inherit;
	margin-bottom: inherit;
}

#header_login {
	float: right;
	margin-top: 60px;
	width: 375px;
}

#header_login a, 
#header_login a:visited, 
#header_login a:hover,
#header_search a, 
#header_search a:visited, 
#header_search a:hover {
	color: #FEFA03;
	font-size: 140%;
}

#header_login ul {
	list-style: none;
	float: right;
}

#header_login ul li {
	float: left;
	margin: 2px 0;
	padding: 0 5px;
}

#header_search {
	float: right;
	width: 375px;
}

#header_search form {
	float: right;
	height: 28px;
}

#header_search form div {
	float: left;
	margin: 5px 2px;
}

#header_search form div input[type=text] {
	width: 150px;
}

#header_search form div input[type=submit] {
	position: relative;
	top: -3px;
}

#header_search form div select {
}

#main_menu {
	background: #333;
	border: solid #FFF;
	border-width: 1px 0;
	float: left;
	width: 100%;
}

#main_menu ul {
	list-style: none;
	font-size: 140%;
}

#main_menu ul li {
	border-right: 1px solid #999;
	float: left;
}

#main_menu ul li:hover {
	background: #003F70 url('../images/img_header_bg.php?color=003F70') repeat-x center bottom;
}

#main_menu a, 
#main_menu a:visited, 
#main_menu a:hover {
	color: #FFF;
	text-decoration: none;
	padding: 10px 23px;
	display: block;
}

#main_body {
	float: left;
	width: 100%;
	min-height:550px;
}

#body_menu {
	float: left;
	background: #FFF;
	border: 1px solid #000;
	margin-left: 10px;
	margin-top: 15px;
	min-height: 240px;
	width: 160px;
}

#body_menu ul {
	list-style: none;
	margin: 5px;
}

#body_menu ul li {
	font-size: 120%;
	margin: 9px 5px;
	font-weight: bold;
}

#body_menu ul li a {
	color: #000;
}

#body_menu ul li ul {
	margin-left: 15px;
}

#body_menu ul li ul li {
	font-size: 90%;
	font-weight: normal;
}

#body_menu ul li ul li a {
	color: #003F70;
}

#body_flash {
	float: left;
	height: 240px;
	margin-left: 5px;
	margin-top: 15px;
	padding-top: 1px;
	width: 610px;
}

#body_chart {
	background: #FFF url(../images/img_site_title.jpg) repeat-x center top;
	border: solid 1px #000;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
	width: 771px;
}

#body_chart h2 {
	font-size: 120%;
	color: #FFF;
	font-weight: normal;
}

#body_chart .column {
	width: 32%;
	float: left;
	padding: 5px;
}

#body_chart .column ul {
	margin-top: 15px;
	margin-left: 5px;
	list-style: none;
	overflow: auto;
	height: 300px;
}

#body_chart .column ul li {
	float: left;
	width: 95%;
	margin: 5px 0;
}

#body_chart .column ul li p.artist {
	width: 75%;
	float: left;
	font-size: 100%;
	font-weight: bold;
}

#body_chart .column ul li p.title {
	width: 75%;
	float: left;
}

#body_chart .column ul li.updated p.title {
	background-color: #003F70;
    color: white;
    display: block;
    padding: 2px 4px;
    width: auto;
}

#body_chart .column ul li p.label {
	width: 75%;
	float: left;
	color: #666;
}

#body_chart .column ul li p.listen {
	float: right;
	width: 25%;
	text-align: right;
}

#body_content {
	background: #FFF url(../images/img_site_title.jpg) repeat-x center top;
	border: solid 1px #000;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
	width: 605px;
}

#body_content h2 {
	font-size: 120%;
	color: #FFF;
	font-weight: normal;
	margin-top: 4px;
	margin-left: 5px;
}

#body_content p {
	font-size: 100%;
	font-weight: normal;
	margin: 10px 5px;
}

.body_content2 {
	background: #FFF url(../images/img_site_title.jpg) repeat-x center top;
	border: solid 1px #000;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
	width: 605px;
}

.body_content2 h2 {
	font-size: 120%;
	color: #FFF;
	font-weight: normal;
	margin-top: 4px;
	margin-left: 5px;
}

.body_content2 p {
	font-size: 100%;
	font-weight: normal;
	margin: 10px 5px;
}

.cp_links a{
	color:#000;
}

div.updated span.updated {
	background-color: #003F70;
	color: #FFF;
	display: block;
	padding: 2px 4px;
}

div.updated span.updated a {
	color: #FFF;
}

div.updated span.indicator.updated {
	background-color: #003F70;
	color: #FFF !important;
	display: inline;
	padding: 0 2px;
}

a.collapsed {
	background-image: url(../images/plus_minus.jpg);
	background-position: 0 0;
	float: left;
	height: 15px;
	width: 15px;
	margin-top: 5px;
}

a.collapsed:hover {
	background-position: -15px 0;
}

a.collapsed span { display: none; }

a.expanded {
	background-image: url(../images/plus_minus.jpg);
	background-position: 0 -15px;
	float: left;
	height: 15px;
	width: 15px;
}

a.expanded:hover {
	background-position: -15px -15px;
}

a.expanded span { display: none; }

#footer{
	background:#333333 none repeat scroll 0 0;
	float:left;
	width:100%;
	min-height:75px;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	margin-bottom: 15px;
}

#footer ul{
	margin: 0 auto;
	text-align:center;
	padding-top:4px;
	width:100%;
	font-size:11px;
}

#footer li{
	border-right: thin solid #fff;
	display:inline;
	padding:0 6px;
}

#footer a, 
#footer a:visited, 
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}

#footer div{
	margin-top:10px;
	text-align:center;
	color:#fff;
	font-size:9px;
} 

.index_new {
	padding:5px;
}

.index_new h1 {
	text-align:center;
	color: #003F70;
	font-size:40px;
}

.index_new p {
	margin:10px 5px 0px;
}

.txt {
	color: #003F70;
}

.info{
	padding-top:10px;
}

.info ul{
	margin-left:45px;
}

.info li {
	list-style:url(../images/bullet.png) outside circle;
	width:150px;
	float:left;
	min-height:33px;
} 

.left{
	float:left;
	width:116px;
	margin:0 15px;
}

.right{
	float:right;
	width:116px;
	margin:0 15px;
	text-align:left;
}

.captcha{
	border: solid 1px #003F70;
}

.contact_submit {
	color:#003F70;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

h2.newrelease {
	color: #003F70;
	float: left;
	width: 95%;
	text-align: right;
	font-size: 18px;
	margin: 25px 0 10px;
}

/* RESIGER PAGE */
#subscription_info {
	width: 100%;
	float: left;
	margin: 10px 0;
}

#subscription_info p {
	padding: 0 15px;
}

#subscription_types {
	width: 100%;
	float: left;
	padding: 15px 0;
}
	
#subscription_types div {
	margin: 0 14px;
	padding: 15px 21px;
	float: left;
	height: 115px;
	text-align: center;
	background-color: #F1F1F1;
	border: solid 1px #CCC;
}
	
#subscription_types div form {
	margin-top: 15px
}

#subscription_types h3 {
	color: #003F70;
	width: 100%;
	font-size: 125%;
}

#subscription_types h4 {
	color: #003F70;
	width: 100%;
	font-size: 200%;
}

.body_content2 p {
	width: 100%;
	float: left;
	text-align: center;
}

.body_content2 p.title {
	font-size: 145%;
	font-weight: bold;
	margin: 15px 0 10px;
	color: #003F70;
}

.body_content2 dl {
	width: 100%;
	float: left;
}

.body_content2 dl dd {
	float: left;
	position: relative;
	
	margin: 10px;
	padding: 10px 9px;
			
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	
	background: none;
	background-color: #003F70;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003F70', endColorstr='#001f38');
	background: -webkit-gradient(linear, left top, left bottom, from(#003F70), to(#001f38));
	background: -moz-linear-gradient(top, #003F70, #001f38);
	
	width: 150px;
	height: 105px;
	
	color: #FFF;
}

.body_content2 dl dd a,
.body_content2 dl dd a:visited,
.body_content2 dl dd a:hover {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 15;
	top: 0;
	left: 0;
}

.body_content2 dl dd a img {
	width: 100%;
	height: 100%;
	position: absolute;
}

.body_content2 dl dd h1 {
	width: 100%;
	text-align: center;
	text-shadow: 2px 2px #444, -1px -1px #444;
	float: left;
}

.body_content2 dl dd h1 span {
	float: left;
	width: 100%;
	text-align: center;
}

.body_content2 dl dd p.fineprint {
	width: 100%;
	float: left;
	text-align: center;
	margin: 10px 0 0;
	font-size: 80%;
}

.body_content2 p a.button,
.body_content2 p a.button:visited,
.body_content2 p a.button:hover {
	color: black;
	
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
	
	top: 12px;
	right: 25px;
	
	padding: 10px 15px;
			
	border: 1px solid #807855;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	
	background: #FFFF66;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF66', endColorstr='#BAB730');
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFF66), to(#BAB730));
	background: -moz-linear-gradient(top, #FFFF66, #BAB730);
}

#main_body .content {
	display: block;
	background-color: white;
	margin: 15px;
	padding: 15px;
	float: left;
	width: 740px;
	min-height: 550px;
}

#main_body .content > form > div {
	width: 100%;
	margin: 5px 0 25px;
	float: left;
}

#main_body .content > form > div h2 {
	color: #000;
	float: left;
}

#main_body .content .search input[type=text] {
	float: left;
	font-size: 25px;
	margin-right: 8px;
	padding: 7px 5px;
	width: 595px;
	color: #333;
	
	border: 1px #999 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	
	-moz-box-shadow: inset 0 1px 2px #AAA;
	-webkit-box-shadow: inset 0 1px 2px #AAA;
	box-shadow: inset 0 1px 2px #AAA;
}

#main_body .content .search input[type=button],
#main_body .content .search input[type=button]:active {
	padding: 11px 20px;
	background-color: #003F70;
	
	border: 1px solid #001f38;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
	
	box-shadow: inset 0 1px 3px #809fb8, inset 0 -5px 15px #001f38, 0 2px 1px black;
	-webkit-box-shadow: inset 0 1px 3px #809fb8, inset 0 -5px 15px #001f38, 0 2px 1px black;
	-moz-box-shadow: inset 0 1px 3px #809fb8, inset 0 -5px 15px #001f38, 0 2px 1px black;
	
	color: #FFF;
	text-shadow: 0 1px #000;
	
	cursor: pointer;
	font-size: 13px;
}

#main_body .content .search input[type=button]:focus {		
	box-shadow: inset 0 1px 3px #809fb8, inset 0 -5px 15px #001f38, 0 2px 5px black;
	-webkit-box-shadow: inset 0 1px 3px #809fb8, inset 0 -5px 15px #001f38, 0 2px 5px black;
	-moz-box-shadow: inset 0 1px 3px #809fb8, inset 0 -5px 15px #001f38, 0 2px 5px black;
}

#main_body .content .options p {
	color: #003F70;
	position: relative;
	top: 6px;
	left: 3px;
}

#main_body .content .options .option_types {
	float: left;
	width: 100%;
	height: 28px;
	overflow: hidden;
}

#main_body .content .options .option_types .type {
	margin: 10px 0 0;
	float: left;
	width: 20%;
	padding: 5px 16px;
	position: relative;
	border-style: solid;
	border-color: #003F70;
	border-width: 0;
	min-height: 100px;
}

#main_body .content .options .option_types .type h4 {
	color: #000;
	margin: 0 0 3px;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
}

#main_body .content .options .option_types .type div {
	padding-left: 5px;
}

#main_body .content .options .option_types .type .more_link {
	float: right;
	margin-right: 3px;
	margin-top: 3px;
}

#main_body .content .options .option_types .type div[id^=more_] {
	position: absolute;
	top: 90px;
	left: 160px;
	z-index: 15;
	
	background-color: #003F70;
	padding: 7px;
			
	-moz-box-shadow: 3px 3px 3px #CCC;
	-webkit-box-shadow: 3px 3px 3px #CCC;
	box-shadow: 3px 3px 3px #CCC;
				
	border: 2px solid #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}

#main_body .content .options .option_types .type div[id^=more_] .more_container {
	width: 195px;
	height: 150px;
	padding: 10px;
	overflow: auto;
	background-color: white;
}
#results_container div[id^="container_"] {
    float: left;
    font-size: 125%;
    margin: 3px 0;
    padding: 10px 0;
    width: 100%;
}

#results_container div[id^="container_"]:hover {		
	background: #FFF;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#f2f5f8');
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f2f5f8));
	background: -moz-linear-gradient(top, #FFF, #f2f5f8);
}

#results_container div[id^="container_"] > div {
     float: left;
     width: 100%;
}

#results_container div[id^="container_"] .left {
	width: 65%;
	float: left;
	margin: 0;
}

#results_container div[id^="container_"] .right {
	width: 35%;
	float: right;
	margin: 0;
	text-align: right;
}

#results_container div[id^="container_"] .main div>* {
	overflow: hidden;
	width: 100%;
}

#results_container div[id^="container_"] .main .artist {
     text-align: left;
	 font-weight: bold;
}

#results_container div[id^="container_"] .main .title {
}

#results_container div[id^="container_"] .main .genre {
     font-size: 80%;
     font-style: italic;
}

#results_container div[id^="container_"] .main .bpm {
     text-align: right;
	 float: right;
	 height: 20px;
}

#results_container div[id^="container_"] .main div[id^="stars_"] {
     float: right;
	 text-align: right;
}

#results_container div[id^="container_"] .main div[id^="stars_"] .stars {
    float: right;
}

#results_container div[id^="container_"] .main .available,
div[id^="collapsed_"] .available {
	float: right;
	text-align: right;
	color: #999;
	font-size: 80%;
}

#results_container div[id^="container_"] .main .available .indicator.on,
div[id^="collapsed_"] .available .indicator.on {
	color: #003F70;
	text-decoration: none;
}

#results_container div[id^="container_"] .main .download {
}

#results_container div[id^="container_"] .main .download a {
	cursor: pointer;
}

#results_container div[id^="container_"] .hidden {
    
}

#results_container div[id^="container_"] .hidden .flash {
    float: left;
    height: 150px;
    margin: 15px 10px;
    width: 350px;    
}

#results_container div[id^="container_"] .hidden div.download {
    float: left;
    margin: 25px;
    width: 320px;
}

#results_container div[id^="container_"] .hidden div.download label {
	width: 100%;
	display: block;
}

#results_container div[id^="container_"] .hidden div.download select {
    margin-right: 5px;
    padding: 3px;
    width: 200px;
}

#results_container div[id^="container_"] .hidden div.download input[type="submit"] {
    padding: 0 15px;
}

#results_container div[id^="container_"] .hidden div.download p.hint {
	width: 100%;
	font-size: 75%;
	font-style: italic;
	margin-top: 3px;
}

#results_container div[id^="container_"] #more_link,
#results_container div[id^="container_"] #more_link:hover {
	padding: 5px 35px;
	background-color: #4d799b;
	
	border: 1px solid #001f38;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
	
	box-shadow: inset 0 1px 3px #809fb8, inset 0 -5px 15px #001f38, 0 2px 1px black;
	-webkit-box-shadow: inset 0 1px 3px #809fb8, inset 0 -5px 15px #001f38, 0 2px 1px black;
	-moz-box-shadow: inset 0 1px 3px #809fb8, inset 0 -5px 15px #001f38, 0 2px 1px black;
	
	color: #FFF;
	text-shadow: 0 1px #000;
	text-decoration: none;
	
	cursor: pointer;
	font-size: 13px;
}

#results_waiting {
	background-color: white;
    float: left;
    height: 100%;
    position: relative;
    text-align: center;
    top: 15px;
    width: 100%;
    z-index: 25;
}

#results_waiting p {
	margin: 5px 0;
}/* Starbox.css 
   Part of http://www.nickstakenburg.com/projects/starbox/
*/

.starbox .stars { background: transparent; }
.starbox .rated .stars { background: transparent; }
.starbox .rated .hover .stars { background: #cccccc; }
.starbox .colorbar { background: #003F70; }
.starbox .hover .colorbar { background: #ffcc1c; } 
.starbox .rated .colorbar { background: #64b2ff; }
.starbox .rated .hover .colorbar { background: #1e90ff; }
.starbox .ghost { background: #a1a1a1; }
.starbox .indicator { clear: both; color: #999999; font-size: 10px; font-style: italic; }

.starbox .dotted .stars,
.starbox .dotted .hover .stars,
.starbox .dotted .rated .stars, 
.starbox .dotted .rated .hover .stars { background: #333 url(images/starbox/pointy-big-back.png) top left repeat-x; }
.starbox .dotted .colorbar { background: #003F70; }
.starbox .dotted .hover .colorbar { background: #ffcc1c; }
.starbox .dotted .rated .colorbar { background: #003F70; }
.starbox .dotted .rated .hover .colorbar { background: #ffcc1c; }
.starbox .dotted .ghost { background: #666666; }

.starbox .pointy .colorbar { background: #ffcc1c; }
.starbox .pointy .hover .colorbar { background: #ff9231; }

.starbox .inverse .stars { float: right; }
.starbox .inverse .indicator { clear: both; display: block; text-align: right; }
