#page-header{background:url(../img/bg/header-media.jpg) no-repeat;}
#m-page-wrap {background:url(../img/bg/subpage-bg-media.jpg) no-repeat #18437c;}

/*Music Page*/
#music-list h2 {
	color: #0391ec;
	font-weight: normal;
	font-size: 22px;
	margin:0 0 20px;
}
#music-list li{clear:both;padding:20px 0;/*border-bottom:dotted 1px #8c8c8c;*/float:left;}
#music-list li div{float:left;width:105px}
#music-list li div+div{width:550px;}
#music-list img{margin-bottom:8px;}
.btn-music-download{width:85px;height:19px;display:block;text-decoration:none;color:#a8f90d;line-height:19px;border:solid 1px #000;text-align:center;clear:both;text-transform:uppercase;
	/*CSS Gradient time! http://www.colorzilla.com/gradient-editor/ */
	background: #575757; /* Old browsers */
	background: -moz-linear-gradient(top, #575757 22%, #313131 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(22%,#575757), color-stop(100%,#313131)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #575757 22%,#313131 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #575757 22%,#313131 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #575757 22%,#313131 100%); /* IE10+ */
	background: linear-gradient(to bottom, #575757 22%,#313131 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575757', endColorstr='#313131',GradientType=0 ); /* IE6-9 */
	
}
.btn-music-download:hover{border-solid:1px solid #484848;
	background: #5f5f5f; /* Old browsers */
	background: -moz-linear-gradient(top, #5f5f5f 22%, #757575 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(22%,#5f5f5f), color-stop(100%,#757575)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5f5f5f 22%,#757575 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5f5f5f 22%,#757575 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5f5f5f 22%,#757575 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5f5f5f 22%,#757575 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f5f5f', endColorstr='#757575',GradientType=0 ); /* IE6-9 */
	
}

/*Wallpaper Page*/
#wallpaper-list {padding:20px 0 0 20px; }
#wallpaper-list li { z-index:1; float:left; width:192px; height:140px; margin:0 20px 15px 0; position:relative; }
#wallpaper-list img { display:block; width:192px; height:140px; }
#wallpaper-list .download-links { display:none; width:192px; height:95px; padding-top:45px; position:absolute; top:0;left:0;background:#000;background:rgba(0, 0, 0, 0.7)}
#wallpaper-list li:hover .download-links { display:block; }
#wallpaper-list a { display:block; color:#fff; text-decoration:none;text-align:center;  }
#wallpaper-list a:hover { color:#a8f90d; }

/*Video Page*/
#lorna-and-pan{position:relative;width:658px;height:83px;border-bottom:dotted 1px #8c8c8c;background:url(../img/bg/lorna-pan.png) 100% 0 no-repeat;margin-bottom:20px;}
#lorna-and-pan p{font-size:12px;padding:47px 147px 0 220px;text-align:right;line-height:16px;}
#btn-watch{position:absolute;top:22px;left:447px;background:url(../img/btn/watch.png) no-repeat;text-indent:-9999px;display:block;width:64px;height:21px;}
#movies-list{float:left;width:658px;;margin-bottom:25px;border-bottom:dotted 1px #8c8c8c;}
#movies-list li{clear:both;height:121px;position:relative;margin-bottom:20px;background:#e9e9e9;text-overflow:ellipsis}
#movies-list a{position:relative;float:left;width:187px;height:121px;margin-right:15px}
#movies-list span{width:187px;height:121px;background:url(../img/bg/video-tn-frame.png) no-repeat;position:absolute;top:0;left:0;z-index:2}
#movies-list a span:hover{background-position:0 100%;}
#movies-list img {position:absolute;z-index:1;margin:1px 0 0 1px;width:185px;height:119px;}
#movies-list .desc {padding:16px 10px 0 0}
	#movies-list .desc h2 {line-height:14px; color:#003745;font-size:14px;margin-bottom:7px; }
	#movies-list .desc a {}
#view-more{clear:both}
#view-more a{
	float:right;
	color:#54abf5;
	text-decoration:none;
	font-size:15px;
	padding:10px 0 0 0;
	margin-right:15px
}
#view-more a:hover{
	background:url(../img/misc/pager-link-underline.png) repeat-x 0 100%;	
}
#view-more .arrow{
	background:url(../img/btn/detail-pager.png) no-repeat;
	width:25px;
	height:41px;
	background-position:-25px -41px;
	float:right;
}
