* {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
	color:#5e6568;
}

body,html {
	width:100%;
	height:100%;
}

img {
	display:block;
}

input {
	height:24px;
	width:200px;
	border:1px #dce7ed solid;	
	background:url('../images/input-bg.gif');
}

.search {
	height:29px;
	width:169px;
	border:0;	
	background:url('../images/search-bg.gif');
	padding-left:33px;
	padding-top:13px;
	color:#c2c2c2;
}

textarea {
	height:83px;
	width:200px;
	border:1px #dce7ed solid;	
	background:url('../images/textarea-bg.gif');	
}

h1 {
	color:#30393d;
	font-family:arial;
	font-size:32px;
}

#header {
	position:relative;
	width:100%;
	height:173px;
	background:url('../images/header-bg.gif');
}

#header-wrapper {
	margin:0 auto;
	position:relative;	
	width:910px;
	height:178px;

}

#logo {
	position:absolute;
	left:0px;
	margin-top:50px;	
}

#counter {
	text-align:right;
	position:absolute;
	margin-top:70px;	
	right:40px;
	font-family:Georgia;
	font-size:14px;
	color:#ffffff;
}

#promotion-wrapper {
	width:1040px;
	margin:0 auto;
}

#feature {
	float:left;
	margin-right:20px;
	text-align:center;
}

.counter-num {
	font-family:Georgia;
	font-size:35px;
	color:#ffffff;
}


#top-menu {
	width:100%;
	height:36px;
	background:url('../images/menu-bg.gif');
}

.top-menu li {
	display:inline;
}

.top-menu li a {

	font-weight:bold;
	text-decoration:none;
	font-size:13px;
	float:left;
	display:block;
	padding:10px 17px 0 17px;
	height:25px;
}

.top-menu li a:hover {
color:#3e3e3e;
text-decoration:underline;
}

#active-menu {
background:url('../images/menu-hover.jpg');
color:#ffffff;
}

#active-menu:visited {
color:#ffffff;
}

#active-menu:hover {
color:#ffffff;
}

#top-menu-wrapper {
	margin:0 auto;
	width:910px;
}

#promotion {
	width:100%;
	height:240px;
	background:url('../images/main-large-bg.gif');

}

#main {
	width:100%;
	background-color:#edecec;
	padding-top:10px;
	padding-bottom:20px;
}

#main-wrapper {
	position:relative;
	width:910px;
	margin:0 auto;
}

#left-column {
	width:596px;
	float:left;
	margin-right:12px;
}

#right-column {
	width:298px;
	float:left;
}

#footer {
	width:100%;
	height:290px;
	background:url(../images/bottom_bg.gif) repeat-x;
}

#footer-wrap {
	position:relative;
	width:900px;
	height:251px;
	margin:0 auto;
	padding-top:39px;
}

#footer-left {
	position:absolute;
	bottom:25px;
	font-size:11px;
	color:#424242;
}

#footer-right {
	position:absolute;
	bottom:25px;
	right:0;
	font-size:11px;
	color:#424242;
}

#footer-hello {
	position:absolute;
	top:62px;
	right:30px;
	width:210px;
	font-size:11px;
}

a.hello {
	color:#5897d6;
}

a.hello:hover {
	color:#ffffff;
	text-decoration:none;
}

a.hello:visited {
	color:#5897d6;
}

#clr {
	clear:both;
}

#success {
	position:relative;
	width:421px;
	height:110px;
	background:url(../images/success.gif) no-repeat;
}

#success-wrap {
	position:absolute;
	left:91px;
	top:51px;
	border:1px #accc00 solid;
	background-color:#cce196;
	height:12px;
	padding:3px;
	color:#646c86;
}

#err {
	border:1px #ff0000 solid;
	background-color:#f4c0c0;
}

#categories {
	width:298px;
	background:url('../images/category-bg.gif');
}

#categories ul li {
	list-style:none;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:30px;
}

#categories ul li a {
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#646364;
}

#categories ul li a:hover {
	text-decoration:underline;
}

#post-box {
	border:1px #ffffff solid;
	background-color:#fdfefe;
}

#post-box-top {
	background:url('../images/post-box-top.gif');
	height:22px;
}

#post-box-wrapper {
	padding:30px;
}

#form-cat {
	
}

#form-cat label {
	display:block;
	padding:0.5em;
	padding-left:32px;
	background-position:8px center; 
	background-repeat:no-repeat; 
	border:1px solid #FFF;
	clear:both;
	cursor:pointer
}

.checked{
	background-color:#ecf6dd;
	background-image:url(../images/chk_on.png); 
	font-size:11px;
}

.unchecked{
	background-color:#fbfbfb;
	background-image:url(../images/chk_off.png); 
	font-size:11px;
}

#category-list {
	position:relative;
	float:left;
	width:600px;
	height:90px;
	border-bottom:1px #dddddd solid;
	margin-bottom:5px;
	background-color:#f1f0f0;
}

div.cd_case_container {
	float: left;
	margin: 10px 15px 0 10px;
}

div.cd_case_container a.cd_case {
	background: url(../images/cd_case.png) no-repeat;
	position: relative; 

	width: 62px;
	height: 67px;
	display: block;
}

#list-info {
	margin-top:10px;
	position:relative;
	float:left;
	color:#ff0000;
}

.playlist-head {
	font-family:arial;
	font-weight:bold;
	font-size:14px;
	color:#77af08;
}

.playlist-head a {
	font-family:arial;
	font-weight:bold;
	font-size:14px;
	color:#77af08;
	text-decoration:none;
}

.playlist-head a:hover {
	color:#6d980d;
}

.playlist-head-feature {
	position:relative;
	font-family:arial;
	font-weight:bold;
	font-size:14px;
	color:#77af08;
	float:left;
	margin-bottom:4px;
	text-align:center;
	width:190px;
}

.playlist-head-feature a {
	font-family:arial;
	font-weight:bold;
	font-size:14px;
	color:#77af08;
	text-decoration:none;
}

.playlist-head-feature a:hover {
	color:#6d980d;
}

.playlist-info {
	color:#a8a7a7;
	font-family:arial;
	font-size:11px;
	margin-top:3px;
	display:block;
}

.playlist-info a {
	color:#6f9c15;
}





* html div.cd_case_container a.cd_case {
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="../images/cd_case.png", sizingMethod="crop");
}

div.cd_case_container img {
position: absolute;
margin: 1px 0px 0px 5px;
width: 56px;
height: 56px;
padding: 0px;
overflow: hidden;
}

#play-now {
	right:20px;
	top:30px;
	position:absolute;
}

#admin {
	padding:20px;
}

div.cd_case_container_middle {
	margin: 10px 0 0 0px;
}

#feature-wrap {
	width:195px;
	float:left;
	margin-right:10px;

}

div.cd_case_container_middle a.cd_case_middle {
	background: url(../images/album_case.png) no-repeat;
	position: relative; 
	z-index: 5;
	width: 188px;
	height: 174px;
	display: block;
}

* html div.cd_case_container_middle a.cd_case_middle {
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="../images/cd_case-big.png", sizingMethod="crop");
}

div.cd_case_container_middle img {
	position: absolute;
	margin: 4px 0px 0px 22px;
	width: 158px;
	height:158px;
	padding: 0px;
	overflow:hidden;
}


div.cd_case_container_big {
	float: left;
	margin: 10px 0 0 0px;
}

div.cd_case_container_big a.cd_case_big {
	background: url(../images/cd_case-big.png) no-repeat;
	position: relative; 
	width: 287px;
	height: 267px;
	display: block;
}

* html div.cd_case_container_big a.cd_case_big {
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="../images/cd_case-big.png", sizingMethod="crop");
}

div.cd_case_container_big img {
	position: absolute;
	margin: 8px 0px 0px 30px;
	width: 243px;
	height: 241px;
	padding: 0px;
	overflow:hidden;
}

#left-column-65 {
	width:65%;
	min-height:40px;
	float:left;
	padding-bottom:10px;
	margin-bottom:10px;
}

#right-column-35 {
	width:35%;
	min-height:30px;
	float:left;
	text-align:right;
	padding-bottom:10px;
	padding-top:10px;
	margin-bottom:10px;
}

.old-style {
	font-family:Georgia;
	color:#81888d;
}

#left-column-50 {
	width:60%;
	float:left;
}

#right-column-50 {
	width:40%;
	float:left;
}

#comments {
	position:relative;
	margin:50px 0px 50px 0px;
	padding:20px;
	border-top:1px #ffffff solid;
	border-left:1px #ffffff solid;
	border-bottom:1px #cfdbe1 solid;
	border-right:1px #cfdbe1 solid;
	background-color:#f3f8fa;
	min-height:75px;
}

#comment-form form input {
	width:254px;
}

#comment-form form textarea {
	width:254px;
	height:85px;
}


#comment-label {
	position:absolute;
	left:-15px;
	top:-15px;
	background-color:#84c520;
	font-size:22px;
	font-weight:bold;
	color:#ffffff;
	padding:10px 20px 10px 20px;
}

#toplist {
	width:296px;
	border:0px 1px 1px 1px #e2e2e2 solid;
	background-color:#f9f9f9;
	margin-bottom:7px;
}

#toplist-obj {
	width:260px;
	margin-left:10px;
	border-bottom:1px #e2e2e2 solid;
	padding:6px 10px 3px 0px;
}

.addplaylist-btn {
	border:0;
	margin:0;
	cursor:pointer;
	color:#666;
	font-weight:bold;
	padding:0;
	width:198px;
	height:46px;
	background:url(../images/addplaylist-btn.png) repeat-x left top;
	vertical-align:middle;
}

.addplaylist-btn:hover {
	background:url(../images/addplaylist-btn-hover.png) repeat-x left top;
}

.comment-btn {
	border:0;
	margin:0;
	cursor:pointer;
	color:#666;
	font-weight:bold;
	padding:0;
	width:264px;
	height:46px;
	background:url(../images/comment-btn.png);
}

.comment-btn:hover {
	background:url(../images/comment-btn-hover.png);
}

.comment-width {
	width:254px;
}

.green {
	font-weight:bold;
	color:#84c520;
	text-decoration:underline;
}

.green:hover {
	font-weight:bold;
	color:#000000;
	text-decoration:none;	
}

.nav-list {
	font-weight:bold;
	margin-right:5px;
}

.nav-list:hover {
	color:#a1a1a1;
}

#nav-list {
	padding-left:19px;
	padding-top:10px;
}



.playlist-info a {
	font-family:Arial;
	font-size:11px;
	color:rgb(168, 167, 167);
	text-decoration:none;
}

.playlist-info a:hover {
	text-decoration:underline;
}

#playnow-btn {
	margin:0 auto;
	margin-top:4px;
	width:80px;
	height:22px;
	background:url('../images/play-now.png');
}

#playnow-btn:hover {
	background:url('../images/play-now-on.png');
}

#playnow-btn-left {
	margin:0;
	margin-top:4px;
	width:80px;
	height:22px;
	background:url('../images/play-now.png');
}

#playnow-btn-left:hover {
	background:url(../images/play-now-on.png);
}



.pagination-num {
	float:left;
	margin-right:5px;
	margin-bottom:10px;
	border:1px #cbcbcb solid;
	padding:5px;
	font-size:9px;
	background-color:#ffffff;
	color:#424242;
	text-decoration:none;
}

.pagination-num-dots {
	float:left;
	margin-right:5px;
	margin-bottom:10px;
	padding:5px;
	font-size:9px;
	color:#424242;
}

.pagi-highlight {
	border:1px #a1d208 solid;
}



div.pagination {
padding: 3px;
margin: 3px;
text-align:center;
}

div.pagination a {
padding: 5px;
margin: 2px;
border: 1px solid #cbcbcb;
font-size:10px;
text-decoration: none; /* no underline */
color: #424242;
	background-color:#ffffff;
}

div.pagination a:hover, div.digg a:active {
border: 1px solid #a5a5a5;

color: #000;
}

div.pagination span.current {
padding: 5px;
margin: 2px;
border: 1px solid #a1d208;
background-color: #efefef;
color: #000;
}

div.pagination span.disabled {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #EEE;

color: #DDD;
}