div.column {
	float: left;
}

div#rightcolumn {
 	margin-left: 10px;
	width: 380px;
}

div#leftcolumn {
	width: 300px;	
}

div.rightbnr {
	margin-left: auto;
	margin-right: auto;
	width: 120px;
}

div#topDownload div.header {
	background-color:#35383A;
	color:#C4EF40;
	font-size:12px;
	font-weight:bolder;
	height:25px;
	line-height:25px;
	margin-bottom:3px;
	text-align:center;
	width:370px;
	margin-left: auto;
	margin-right: auto;
}

div#topDownload div.content {
	background-color:#35383A;
	color:#C4EF40;
	margin-bottom:3px;
	width:370px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/tabs/bgeffect-large.gif");	
	overflow: auto;
	min-height: 464px;
}

div.song {
	margin-top: 5px;	
}

div.song div {
	float: left;
}

div.song div.number {
	color:#A2A3A4;
	float:left;
	font-family:verdana;
	font-size:18px;
	font-weight:bold;
	height:35px;
	line-height:35px;
	text-align:center;
	width:45px;
}

div.song div.separator {
}

div.song div.details {
	font-family:verdana;
	padding-left: 5px;
}

/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	 	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	font-size:13px;
	display:block;
	/*padding:5px 30px;*/
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 5px;	
	text-decoration:none;
	border:1px solid #666;	
	border-bottom:0px;
	height:17px;
	background-color:#34383a;
	color:#777;
	margin-right:2px;
	border-radius-topleft: 4px;
	border-radius-topright:4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius:4px;
	position:relative;
	top:1px;	
}

ul.css-tabs a:hover {
	background-color:#34383a;
	color:#ccc;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#34383a;
	border-bottom:2px solid #34383a;	
	color:#ccc;	
	cursor:default;
}

	
/* tab pane */
div.css-panes div.content-pane {
	display:none;
	/*border:1px solid #666;*/
	border-width:0 1px 1px 1px;
	min-height:200px;
	/*padding:15px 20px;*/
	padding-top: 5px;
	margin-top: 0px;
	background-color:#34383a;	
	background-image: url("../images/tabs/mainbg.png");
	background-repeat: repeat-x;	
	border-radius-bottomleft: 4px;
	border-radius-bottomright:4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	
}
div.record {
	overflow: auto;
	padding-bottom: 2px;
}

div.line {
	background-image: url("../images/tabs/line-tabs.gif");
	width: 100%;
	height: 2px;
	clear: both;
}

div.record div {
	padding-right: 5px;	
	float: left;
}

div.record div.number {
	padding-left: 5px;
}

div.record div.title a{
	color: white;	
}

div.record div.title {
	padding-left: 10px;	
	color: white;
}

div.record div.artist {
	color: #CBE90B;
}

div.newsitem {
	margin-left: 5px;
}

div.newsitem .title{
	font-weight: bold;
	color: #ccc;
	font-size: 13px;
}

