/* Sohu Blog Profile Search StyleSheet File
 * Version: 1.0
 * Author: Leeking001 (www.leeking001.com)
 * Created: 2008-02-28
 * Update: 2008-02-28
 * Copyright: Sohu.com (www.sohu.com)
 */


/*** General Styles ***/
h4{border-bottom:1px solid #ccc;padding:5px 0 5px 5px;}
small{font-size:11px;color:#999}
hr {display:block;clear:both;height:1px;margin:7px 0;>margin:0;padding:0;border:0 none;border-top:1px dashed #ccc;line-height:1px;}

/* Form */
form {margin:0;padding:0;border:0 none;}
input,
textarea,
select,
fieldset,
legend {color:#666;font:normal 12px/1.6em Verdana,Arial,sans-serif,"宋体";}
fieldset {padding:10px;}
input.text,
textarea.text,
select.select {border:1px solid #ccc;outline:0 none;color:#333;}
input.text {height:16px;padding:2px;line-height:14px;}
input.popup {width:124px;height:18px;padding:2px 0 2px 5px;border:0;background:url(images/input_popup_bg.gif) no-repeat;cursor:pointer;}
input.find{font-weight:bold;border:1px solid #dfdfdf;background: url(images/btn_find_bg.gif) repeat-x center top;padding:0 20px;height:30px;line-height:30px;}
* html input.find{padding:0 10px;height:30px;line-height:30px;}
*+html input.find{padding:0 10px;height:30px;line-height:30px;}
input.file {height:22px;}
textarea.text {padding:1px 3px;}
select.select {height:20px;width:60px}

/*** Modules ***/

/* list单元 */
.list{margin:0 10px 10px 0;}
	.list h3{color:#555;font:bold 14px/2em "宋体";}
	.list dt{font:bold 14px/1.6em "宋体";}
	.list dt a{text-decoration:underline;}
	.list dt small{padding-left:10px;font:normal 12px/1.6em "宋体";color:#999;}
	.list dd{padding:1px 0;}
	.list dd.playVideo{padding:2px;}
	
/* 分页导航 */
#pageNav, .pageNav {text-align:right;padding-top:10px}
#pageNav span,#pageNav a,.pageNav span,.pageNav a{padding:2px;}
#pageNav span.cur,.pageNav span.cur{font-weight:bold;}

/*** Structure ***/
#mainWrapper{}
#innerMainWrapper{}

/* result */
	#content{
	float:left;
	width:700px;
	}
		#searchBox{
		background:url(http://tag.blog.sohu.com/style/images/tagSearch_bg.jpg) bottom repeat-x;
		text-align:center;
		padding:0 10px;
		}
			#searchForm table{
			margin:0 auto;
			}
		
		#UserSearch{
		}
			#UserSearch .userPic {
			margin:10px 0;
			}
			#UserSearch table td{
			padding:0 10px;
			border-bottom:1px dashed #ccc;
			line-height:170%;
			}
			#UserSearch table td.lastline{
			border-bottom:1px solid #ccc;
			}
			#UserSearch table td a{
			line-height:170%;
			}
			#UserSearch table td.nick{
			border-bottom:0;
			padding:5px 10px;
			font-size:14px;
			}
			#UserSearch table td.nick a{
			font-size:14px;
			font-weight:bold;
			}
			#UserSearch table td .option{
			margin:10px 0 0 0;
			}
			#UserSearch tfoot td{
			border-bottom:0;
			}

	#sidebar{
	float:right;
	width:240px;
	}
	#footer {
	clear:both;
	}
	#innerFooter {
	padding:20px 40px;
	text-align:center;
	}
	#powered, #contact, #copyright {
	margin:5px 0pt;
	}
	
table.popLayer {}
	table.popLayer td {overflow:hidden;}
	table.popLayer .lt,
	table.popLayer .lm,
	table.popLayer .lb,
	table.popLayer .rt,
	table.popLayer .rm,
	table.popLayer .rb {width:4px;font-size:0;line-height:0;}
	table.popLayer .lt,
	table.popLayer .mt,
	table.popLayer .rt,
	table.popLayer .lb,
	table.popLayer .mb,
	table.popLayer .rb {height:4px;font-size:0;line-height:0;}
	table.popLayer .rm,
	table.popLayer .mb,
	table.popLayer .rb {background:#333;filter:alpha(opacity=50);-moz-opacity: 0.5;}
	table.popLayer .rt,
	table.popLayer .lb {border:2px solid #333;filter:alpha(opacity=50);-moz-opacity: 0.5;}
	table.popLayer .lt,
	table.popLayer .mt,
	table.popLayer .lm,
	table.popLayer .mm {border:2px solid #ccc;background:#fff;}
	table.popLayer .lt {border-width:2px 0 0 2px;}
	table.popLayer .rt {border-width:0;>border-width:0 0 2px 0;}
	table.popLayer .mt {border-width:2px 2px 0 0;}
	table.popLayer .lm {border-width:0 0 2px 2px;}
	table.popLayer .mm {border-width:0 2px 2px 0;padding:0 3px 3px 0;}
	table.popLayer .lb {border-width:0 2px 0 0;}
	
.selecter {width:600px;}
.selecter .mod{margin:0 0 10px;}
	.selecter .mod .head {padding:3px 7px;>padding:4px 7px 2px;border-bottom:1px solid #ccc;}
		.selecter .mod .head h3,
		.selecter .mod .head h4 {float:left;margin:0;font:bold 12px/1.6em Verdana,Arial,Helvetica,sans-serif;}
		.selecter .mod .head .option {float:right;}
	.selecter .mod .body {padding:10px 10px 0;}
	.selecter .mod .foot {}