@charset "gbk";
/*  
SOHU Video Window CSS
(c)2007 SOHU.com
Version: 1.1
Update: 2008-06-24 20:30
*/


/*** HTML Overrides ***/
body{margin:0;padding:0;font:12px/1.6em Geneva,Arial,Helvetica,sans-serif,"宋体";color:#555;background:#fff;}
a{color:#567c8f;text-decoration:underline;}
a:focus,a:hover,a:active{color:#e31469;text-decoration:underline;}
div,img,td,dl,dt,dd,h1,h2,h3,h4{margin:0;padding:0;border:0 none;}
img{border:0 none;}
h1,h2{font-size:16px;font-weight:bold;}
h3,h4{font-size:12px;font-weight:bold;}
h5,h6{font-size:12px;font-weight:normal;}
p{margin:10px 0;text-indent:2em;}
small{font-size:12px;color:#999;}
ol,ul,dl,dd{margin:0;padding:0;list-style:none;}
dt{padding-bottom:5px;font-size:14px;font-weight:bold;}

/* box单元 */
.box{background:#fdfdfd;}

	.bHead{
	height:27px;
	margin:1px;
	padding:0 10px;
	background:#767676 url(images/windowHeader_bg.jpg) bottom repeat-x;
	}
		.bHead h3{
		height:27px;
		color:#fff;
		line-height:27px;
		}
	.bBody{
	margin:2px;
	}
	.bFoot{
	padding:0 10px 5px;
	text-align:right;
	font-family:Verdana,"宋体";
	}

/* 个人档案 */
#myInfoBox{
width:520px;
height:360px;
}
	#myInfoBox .bBody{
	padding:5px 10px;
	background:#fff url(images/window_myInfo_bg.jpg) repeat-x;
	}
	#myInfoBox .guide{
	color:#FC198D;
	}
	#myInfoBox .currentVideo{
	padding:15px 0;
	}
		#myInfoBox .currentVideo strong{
		display:block;
		float:left;
		width:120px;
		}
	#myInfoBox .recMyInfo{
	margin-left:120px;
	padding:5px 0 15px;
	}
		#myInfoBox .recMyInfo a{
		display:block;
		float:left;
		width:105px;
		height:25px;
		background:url(images/btn_recInfoVideo.jpg) top no-repeat;
		text-indent:-1000px;
		}
		#myInfoBox .recMyInfo a:hover{
		background-position:bottom;
		}
		#myInfoBox .recMyInfo small{
		float:left;
		margin-left:10px;
		line-height:25px;
		}
	#myInfoBox .tips{
	color:#5d5d5d;
	text-align:center;
	}
	#playerBox{
	float:left;
	height:200px;
	width:242px;
	}


/* 录制 */
#recBox{
width:560px;
}
	#recBox .bBody{
	background:#fff url(images/window_rec_bg.jpg) repeat-x;
	}
	#toRecOnLine{
	height:115px;
	padding:26px 15px 0;
	}
		#toRecOnLine .cover{
		float:left;
		width:100px;
		}
		#toRecOnLine .cover a{
		display:block;
		height:93px;
		width:93px;
		background:url(images/rec_online.jpg) no-repeat;
		text-indent:-1000px;
		}
		#toRecOnLine dl{
		float:left;
		margin-left:10px;
		}
		#toRecOnLine dt a{
		display:block;
		height:30px;
		width:78px;
		margin:5px 0 10px;
		background:url(images/btn_rec.jpg) top no-repeat;
		text-indent:-1000px;
		}
		#toRecOnLine dt a:hover{
		background-position:bottom;
		}
	#superRec{
	height:200px;}
		#superRec h4{
		margin-bottom:10px;
		padding:0 10px;
		border-bottom:1px dashed #d7d7d7;
		line-height:2em;
		}
		#toRecAudio{
		float:left;
		width:47%;
		padding:10px 0 0 10px;
		}
		#toRecVideo{
		float:right;
		width:47%;
		padding:10px 10px 0 0;
		}
			#toRecAudio .cover,
			#toRecVideo .cover{
			float:left;
			width:56px;
			}
			#toRecAudio dl,
			#toRecVideo dl{
			float:left;
			width:190px;
			margin-left:5px;
			}
			#toRecAudio .cover a,
			#toRecVideo .cover a{
			display:block;
			height:51px;
			width:51px;
			background:transparent url(images/rec_audio.jpg) no-repeat;
			text-indent:-1000px;
			}

/* clear */
.clear:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clear{display:inline-table;}
/* Hides from IE-mac \*/
* html .clear{height:1%;}
.clear{display:block;}
/* End hide from IE-mac */
*+html .clear{min-height:1%;}/* IE7 hack*/
