﻿/* @override 
	/static/lexrus/styles/play.css
*/
.northwest {background: url(corner/northwest.jpg) no-repeat top left;padding: 13px;}

input{ border-width: 1px; }
h3 {font-size:12px;}

.main{
	width: 510px;
	margin-bottom: 15px;
}
	.main .caption {
		padding:10px;
		color:#000;
		margin-bottom:10px;
	}
.sortrec{
	float: right;
	width: 90px;
}
	.sortrec div{
		margin: 5px 0 0 0;
	}
	.sortrec img{
		width:80px;height:60px;padding:4px;
		border:1px solid #dfdfdf;
	}
	.sortrec ul{
		color:#000;
	}
		.sortrec li{
			list-style: none;
			text-align:center;
		}
.side{
	width: 310px;
	line-height: 1.5em;
	margin-left:0;
	float:right;
}
	.side ul{
		color:#000;
		margin: 0;
	}
		.share li{
			list-style: none;
			padding-top:4px;
		}
		.side b{
			color:#444;
			font-weight:normal;
		}
.box {
	background:#fff;
}

#side, #comment {
	min-height:100px;
*	height:100px;
	background: #fff url(/static/lexrus/styles_images/global/loading.gif) no-repeat  center 45px;	
}
	div>#comment, div>#side {height:auto;}

/* @group snippets */

.snippets{
	height: 100px;
	background:#fff url(/static/lexrus/styles_images/programs/digBefore.gif) no-repeat 88px 15px;
	padding-right:20px;
}
	.snippets ul {}
	.snippets ul li {
		float:right;
		background-position: center 20px;
		background-repeat: no-repeat;
		text-align:center;
	}
		.snippets ul a {
			display:block;
			width:70px;
			margin-top:20px;
			padding-top:40px;
			color:#478FC9;
			height:auto !important;
		}
		.snippets a {text-decoration: none;}
	.snippets .ranks{
		width:150px;
		margin-top:30px;
		margin-bottom:30px;
		text-align:center;
	}

	.digBtn{ position:absolute;margin:18px 0 0 25px;}
	.digBtn a{ display:block;cursor:hand;}
	.diged { background-image:url(/static/lexrus/styles_images/programs/digedback.gif) !important;color:#444;cursor:default;}
	.appendBtn { background-image:url(/static/lexrus/styles_images/playlist/ico_addtolib.gif) }

	.downloadBtn { background-image:url(/static/lexrus/styles_images/playlist/ico_download.gif) }
	.addfaovrBtn { background-image:url(/static/lexrus/styles_images/playlist/ico_add2favor.gif) }
	.addGroupBtn { background-image:url(/static/lexrus/styles_images/playlist/ico_add2group.gif) }
	.buryingBtn {
		position:relative;
		background-image:url(/static/lexrus/styles_images/playlist/ico_bury.gif);
	}
	.buryingBtn a {
		color:#ccc !important;
		width:40px !important;
	}
	.buryingBtn div{
		position: absolute;display:none;
		top:80px;left:-85px;
		background:url(/static/lexrus/styles_images/index/burybg.gif);
		width:139px;height:115px;
		padding:13px 10px 7px 10px;
		line-height:150%;
		text-align:left;
	}
	.buryingBtn div a {
		display:inline;border:none;padding:0;
		padding-left:16px;
		line-height:200%;color:#818181 !important;
		background:url(/static/lexrus/styles_images/playlist/icon_arrow_red.gif) no-repeat 5px 5px;
	}
	.buryingBtn div a:hover {
		border:none;color:#666;
		background:url(/static/lexrus/styles_images/playlist/icon_delele.gif) no-repeat 3px 4px;
	}
	.dropBurying {
		background:none !important;
	}
	.dropBurying img {
		margin-top:15px;
		margin-left:35px;
	}

	#appendToList{
		background:url(/static/lexrus/styles_images/global/loading_ico.gif) no-repeat 10px 10px !important;
	}
	.shareButton {
		position:absolute;z-index:5;
		background:#fff url(/static/lexrus/styles_images/programs/share.gif) no-repeat 5px 0;
		margin:18px 0 0 90px;
		width:120px;
		display:none;
	}
		.shareButton a {
			display:block;
			width:65px;
			padding-top:50px;
			margin-left:20px;
			color:#478FC9;text-decoration:none;
		}
	.shareIM {
		position:absolute;z-index:6;
		background:#fff url(/static/lexrus/styles_images/programs/im.gif) no-repeat 0 0;
		margin:3px 0 0 90px;padding:18px 0 0 85px;
		width:220px;
		height:70px;
		display:none;
	}
		.shareIM a {
			position:absolute;top:10px;right:11px;
			padding:8px 10px;width:1px;height:1px;
		}
		.shareIM b {display:none;}

/* @end */

/* @group share */
.share {}
	.share .container{padding-left:20px;}
	.share label{
		display: block;
		margin: 4px 0;
	}
	.share span {
		font-family:Arial, sans-serif;
		font-size:9px;
	}
	.share input {
		border:1px solid #ccc;
		background:#fafafa;
		color:#666;
		font-family:Arial, sans-serif;
		font-size:11px;
		padding:1px;
	}
.codes { margin:15px 0; }
	.codes ul { margin:0;padding:0 0 0 40px; }
	.codes li { clear:none; margin:0 16px 8px 0;padding:0; }
	.codes i {display:none;}
	.codes a {
		float:left; width:80px; height:31px;
		border:1px solid #CCC;
	}
	.codes a:hover { border:1px solid #666; }
		.codesMSN a { background: url("/vivian/images/programs/codesharing_button_msn.jpg"); }
		.codesSINA a { background: url("/vivian/images/programs/codesharing_button_sina.jpg"); }
		.codesQQ a { background: url("/vivian/images/programs/codesharing_button_qq.jpg"); }
		.codesMOP a { background: url("/vivian/images/programs/codesharing_button_mop.jpg"); }
		.codesSOHU a { background: url("/vivian/images/programs/codesharing_button_sohu.jpg"); }
		.codesBLOGCN a { background: url("/vivian/images/programs/codesharing_button_blogcn.jpg"); }

#codes {}
#codes .share {
	position:absolute;
	display:none;
	margin-left:25px;
	width:437px;height:291px;
	background:#fff url(/static/lexrus/styles_images/programs/floatback.gif);
}
	#codes .share .caption {background:none;margin:9px 0 0 5px;}
	#codes .share .caption h3 {font-weight:normal;color:#fff;width:200px;}
	#codes .share .caption span a {
		display:block;height:20px;width:20px;margin-right:5px;
	}

#faq{display:block;	background:#fff url(/static/lexrus/styles_images/programs/floatback2.gif) !important;}
#faq a {color:#478FC9;}
#faq p {margin:7px 0;color:#666;line-height:150%;}
	#faq p span {color:#000;font-size:12px;}
	#faq .container {padding:0 15px;}

.commentArea .caption {
	background-position: 0 top;
	margin-top:10px;
	padding-bottom:0;
}

/* @end */

/* @group clips */
.publishTime {color:#666;}

.pack_clip {
	width:245px;
	height:90px;
	padding:8px 12px;
}
	.pack_clip .quickList {float:left;}
	.pack_clip ul {float:right;width:130px;}
	.pack_clipImg {float:left;width:100px;height:75px;}

.pack_list {
	width:260px;
	height:auto;
	padding:10px 0 10px 10px;
	min-height:190px;
*	height:190px;
	margin:0;
}
	.pack_list ul {}
		.pack_list li {line-height:180%;}
	.pack_listImg {float:left;margin-right:10px;width:106px;height:81px;}
	.pack_listDesc {color:#999;padding:5px 0;height:48px;}

.list {float:right;width:195px;margin-top:-85px; }
	.list ul {float:none;margin-left:25px;}
		.list li {list-style:none;background:url(/static/lexrus/styles_images/icons/getPlay.gif) no-repeat 0 5px;padding-left:20px;}
		.list .nonestyle {list-style:none;background:none;}
			.list .nonestyle a {color:#f60;}
/* @end */
