/* 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration:none;
}
.clear{
	clear:both;
	}
/*--end reset--*/
body {
	font-family: Helvetica, Arial, sans-serif;
}
.logo{
	text-align:center;
	margin:0 0 10px 0;
}
.copy{
	font-size:10px;
	text-align:center;
	background:#3d3d3d;
	color:#777;
	padding:7px;
}
.copy a{
	color:#eee;
}
.fmenu{
	margin:20px 0 0 0;
}
.fmenu li{
	display:inline;
}
.fmenu ul{
	padding:20px 10px;
	background:#d94625;
}	
.fmenu li a{
	color:#fff;
	margin:0 0 0 5px;
	font-size:12px;
}
/*-------grid------*/
.grid{
	float:left;
	border:1px solid #f4f4f4;
	width:70px;
	padding:7px;
	margin:10px 0 0 7px;
}
.grid a{
	display:block;
}
.grid .preview{
	display:block;
	position:relative;
	z-index:1;
}
.grid .preview img{
	width:70px;
}
.grid img:nth-child(2){
	position: absolute;
	top:42px;
	left:50px;
}
.grid .data a{
	font-weight:bold;
	font-size:12px;
	color:#06F;
	margin:5px 0;
}
.grid .data{
	overflow:hidden;
}
/*-------v-grid------*/
.v-grid{
	float:left;
	padding:7px;
	width:70px;
	margin:10px 0 0 10px;
	border:1px solid #f2f2f2;
}
.v-grid .preview img{
	position:relative;
	display:block;
	width:70px;
}
.v-grid .preview a{
	display:block;
}
.v-grid img:nth-child(2){
	position: absolute;
	top:25px;
	left:35px;
}
.v-grid .preview span {
	font-size: 10px;
	color: white;
	position: absolute;
	bottom:2px;
	left: 0;
	padding: 2px;
	background: rgba(0, 0, 0, .7);
}
.v-grid .data a{
	font-weight:bold;
	font-size:11px;
	color:#06F;
	margin:5px 0;
}
.v-grid .data{
	overflow:hidden;
	width:70px;
	margin:5px 0 0 0; 
}
/*------s-grid------*/
.s-grid{
	float:left;
	border:1px solid #f5f5f5;
	width:90px;
	padding:5px;
	margin:10px 0 0 3px;
}
.s-grid .preview{
	display:block;
	position:relative;
	z-index:1;
}
.s-grid .preview span {
	font-size: 10px;
	color: white;
	position: absolute;
	bottom:2px;
	left: 0;
	padding: 2px;
	background: rgba(0, 0, 0, .7);
}
.s-grid .data a{
	font-weight:bold;
	font-size:11px;
	color:#06F;
	margin:5px 0;
}
.s-grid .data{
	overflow:hidden;
}
.sub-menu{
	background:#aaa;
	font-weight:bold;
	padding:.5em;
	color:#eee;
}
.sub-menu h2{
	float:left;
	line-height:2em;
}
.category{
	float:right;
}
select{
	padding:6px;
	margin:0;
}
.category form select.select {
	color:#eee;
	font-size: 16px;
	font-weight:bold;
}	
/*--mov grid--*/
.m-grid{
	border-bottom:1px solid #ccc;
	padding:8px;
}
.m-grid a{
	display:block;
}
.m-grid .m-preview{
	float:left;
	position:relative;
	z-index:1;
}
.m-grid .m-preview img{
	width:90px;
	height:120px;
	max-width:100%;
}
.m-grid img:nth-child(2){
	position: absolute;
	top:42px;
	left:50px;
}
.m-grid .m-preview span {
	font-size: 10px;
	color: white;
	position: absolute;
	bottom:2px;
	left: 0;
	padding: 2px;
	background: rgba(0, 0, 0, .7);
	-moz-border-top-right-radius: .2em;
	-webkit-border-top-right-radius: .2em;
	border-top-right-radius: .2em;
}
.m-grid .data li:first-child a{
	font-weight:bold;
	font-size:16px;
	color:#06F;
}
.m-grid .data{
	margin-left:10px;
	width:50%;
	float:left;
}
.data li a {
	font-size: 13px;
	line-height: 1.6em;
	color:#555;
}
/*----pagav------*/
.paginate{
	font-size:12px;
	padding:3em 0;
	text-align:center;
}
.paginate li{
	display:inline-block;
}
.paginate a,
.paginate li span{
	border:1px solid #ddd;
	color:#444;
	padding:7px 10px;
}
.paginate a:hover,
.paginate li.current a,
.paginate li span{
	color:#555
	color:#06f;
}
/*--details page-----*/
.details-grid{
	margin:1em auto;
	padding:5px 10px 30px 10px;
	width:280px;
}
.details-grid span{
	color:#06f;
}
.details-grid h3{
	padding:0 0 15px 0;
	font-weight:bold;
}
.details-grid h3 a{
	color:#777;
}
.details-preview{
	float:left;
}
.v-details-data span{
	font-weight:bold;
}
.details-preview img{
	width:100px;
	max-width:100%;
}
.row{
	display:table-row;
}
.col{
	float:left;
	color:#666;
	font-size:12px;
	width:100px;
	padding:0 0 15px 0;
}
.save a{
	color:#999;
	font-size:12px;
	padding:7px 15px;
	background:#1d1d1d;
}
.save{
	margin:20px 0;
}
.buble a{
	display: inline-block;
	background:#00baff;
	font-size:9px;
	color: white;
	margin:4px 0;
	padding:4px 4px;
}
/*--List2--*/
.list2{
	float:left;
	border:1px solid #e9e9e9;
	width:120px;
	margin:1em .4em 0 5px;
}
.list2 .preview{
	width:90px;	
	padding:.7em .7em .7em .7em;
	position:relative;
}
.list2 .data span{
	color:#0066FF;
	font-size:1.2em;
	font-weight:bold;
}
.list2 .data{
	font-size:12px;
	width:90px;
	margin:0 auto;
}
.details-box .preview{
	float:left;
}
.details-box .preview img{
	width:70px;	
}	
.details-box{
	padding:.6em 0 .4em .7em;
	line-height:1.8em;
	font-size:12px;
	color:#666;
	margin:3px;
	border-bottom:1px solid #ddd;
}
/*--song grid--*/
.songs{
	width:95%;
	margin:10px 7px;
}
.song-grid .preview{
	float:left;
	width:20px;
	margin:0 7px 0 7px;
}
.song-grid{
	border-top:1px solid #e2e2e2;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	padding:6px 0;
}
.song-grid:last-child{
	border-bottom:1px solid #e2e2e2;
}
.song-grid .preview a{
	display:block;
}
.song-grid .data {
	float: left;
	width: 150px;
	margin-left:6px;
}
.song-grid .data a{
	color:#06f;
	font-weight:bold;
	font-size:13px;
}
.song-grid span{
	color:#666;
	font-size:11px;
	margin:2px 0 0 0;
}
.down {
	float: right;
	margin:6px 5px 0 0;
} 
.down a {
	font-size: 10px;
	color: white;
	background: #AAA;
	padding:3px 6px;
}
h1{
	font-weight:bold;
	color:#888;
	font-size:14px;
	padding:15px 0 0 10px;
}
.smore, .more{
	margin:.7em auto;
	background:#666;
	text-align:center;
}
.more{
	margin:10px auto;
}
.smore{
	width:100px;
	margin:10px auto;
}
.smore a, .more a{
	font-size:11px;
	padding:10px 0;
	color:#ddd;
	display:block;
}
.video-preview{
	position:relative;
}
.video-preview span{
	background:rgba(0,0,0,0.5);
	position:absolute;
	font-size:12px;
	color:#fff;
	padding:5px;
	bottom:2px;
	left:0;
}
.video-preview img{
	max-width:100%;
	width:200px;
}
.total{
	margin:10px;
}
/*--ring grid--*/
.ring-grid .preview{
	float:left;
	width:50px;
	height:50px;
}
.ring-grid:first-child{
	border-top:1px solid #eee;
}
.ring-grid{
	width:280px;
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	padding:8px;
}
.ring-grid .preview a{
	display:block;
}

.ring-grid .data a{
	color:#06f;
	font-weight:bold;
	font-size:13px;
	margin:0 0 0 10px;
}
.ring-grid span{
	color:#666;
	font-size:11px;
	margin:2px 0 0 10px;
  } 
.cont{
	border:1px solid #ddd;
	margin:10px;
	background:#fff;
}
.form{
	font-size:.8em;
	background:#fff;
}
.form h2{
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#7d7d7d;
	padding:12px;
	border-bottom:1px solid #eee;
}
form label{
	font-weight:bold;
	color:#5d5d5d;
	padding-bottom:5px;
}
form div{
	border-bottom:1px dashed #f2f2f2;
	padding:10px 25px;
}
form span{
	display:block;
	color:#aaa;
}
.form form input[type=text],
form textarea,
form input[type=text].error,
form input[type=password].error,
form select.error{
	padding:5px;
	width:200px;
	font-size:12px;
	margin:10px 0;
	border:1px solid #e5e5e5;
	color:#5d5d5d;
	background:#f9f9f9;
}
.form form input[type=text]:focus,
form textarea:focus,
form select:focus{
	background:#fff;
	outline:none;
	border:1px solid #ddd;
}
.cont form input[type=submit]{
	display:block;
	padding:10px;
	font-size:1em;
	color:#7d7d7d;
	border:1px solid #ddd;
}
.menu ul{
	list-style:none;
	margin:0 15px;
}
.menu li{
	background:#b9b9b9;
}
.menu li a{
	text-align:center;
	padding:0 0 0 10px;	
	line-height:30px;
	font-size:16px;
	display: block;
	height:30px;
	color:#fff;
	margin:6px 0;
}
.menu li.active{
	position:relative;
	color:#fff;
	background:#d8d8d8 url("../high/images/arrow.png") no-repeat right;
}
.menu li.active2{
	position:relative;
	color:#fff;
	background:#b9b9b9 url("../high/images/arrow.png") no-repeat right;
}
.menu li a:hover{
	color:#f6461f;
}
 form textarea{
	height:100px;
	width:200px;
}
.error{
	display:inline;
	font-size:12px;
	font-weight:normal;
	padding:10px 0 0 10px;
	color:#FF0000;
}
select.error{
	padding:0;
}
.wall-data {
	width: 150px;
	float: left;
	margin:0 0 0 10px;
}
.wall-data h4 {
	font-size: 14px;
	color: #D94625;
	letter-spacing: 1px;
}
.wall-data p {
	font-size: 12px;
	line-height: 2.5em;
	color: #777;
}
.download {
	margin-top:20px;
	width: 130px;
}
.download a {
	background: #E8E8E8;
	font-size: 12px;
	color: #666;
	padding: 10px;
	box-shadow: #aaa 2px 2px 1px 1px;
}
.details-data{
	float:left;
	width:150px;
	margin-left:5px;
}
.details-data h3{
	font-size:14px;
	color:#0066FF;
	font-weight:bold;
}
.details-data span{
	color:#06f;
}
.details-data li a{
	color:#666;
}
.details-data li a:hover{
	text-decoration:underline;
}
.v-details-data{
	margin:1em 0;
}

/*---END---*/
.search{
	position:relative;
	margin:5px auto;
	width:90%;
} 
.search form{
	border:1px solid #dcdcdc;
	background:#fff;
 } 
.search input[type=text]{
	font-size:15px;
	border:none;
	color:#888;
	width:90%;
	padding:5px;
} 
.search-box input[type=text],
.search input[type=submit]{
	border:none;
	background:none;
	outline:none;
} 
.search input[type=submit]{
	background:url("../high/images/search.png") no-repeat;
	position:absolute;
	border:none;
	height:26px;
	right:0;
	top:8px;
	width:25px;
}
.latest-search{
	background:#999;
	padding:5px;
}
.latest-search select.select{
	padding:2px;
	width:90px;
	color:#555;
	border:1px solid #999;
	font-weight:normal;
	font-size:10px;
}
.latest-search input[type="text"]{
	width:80px;
	padding:0;
	vertical-align:middle;
}
.latest-search input[type="submit"]{
	vertical-align:middle;
	padding:2px;
	width:30px;
	margin:0;
}
.latest-search p{
	color:#fff;
	font-size:12px;
}

