/* 表格-列表
-------------------------------------------------------------------*/
table.list {
	border-spacing: 1px;
	 
	color: #666;
	width: 100%;
}
.clbutn{
color: #fff;
background: #8f0759;
vertical-align: top;
height: 63px;
width: 100px;
border: 0px;
}
.clickbuy{
border:1px solid #eee !important;display:inline-block;padding:0px 7px;margin-left:2px}
table.list td, table.list th {
	padding: 3px;
	white-space: nowrap;
}
table.list thead th {
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	background-color:#8f0759;
	/*border-bottom: 1px solid #acd98c;
	border-left: 1px solid #fff;*/
}
table.list thead a:hover {
	text-decoration: none;
}
table.list thead th img {
	vertical-align: middle;
}
table.list tbody th {
	font-weight: bold;
}
table.list tbody tr {
	background-color: #fff;
	text-align: left;
}
table.list tbody tr td {
	height: 25px;
	background: #fff;
	border: 1px solid #fff;
	line-height: 25px;
}
table.list tbody tr.click td {
	background-color: #ffc;
}
table.list tbody tr.hover td, table.list tbody tr.row0:hover td, table.list tbody tr.row1:hover td {
	 
}
 
 
table.list tfoot tr {
	color: #333;
}
table.list tfoot td, table.list tfoot th {
	background-color: #FBFBFB;
	 
}
.blin{border-bottom:1px solid #a2a2a2 ;margin-bottom:10px}
.blin span{font-size:15px}
/* 表格-提交
-------------------------------------------------------------------*/
table.submit {
	border-spacing: 1px;
	background-color: #fff;
	color: #000;
	width: 100%;
}
table.submit td, table.submit th {
	padding: 4px;
}
table.submit thead th {
	text-align: left;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	background-color: #E9DAAB;
}
table.submit thead a:hover {
	text-decoration: none;
}
table.submit thead th img {
	vertical-align: middle;
}
table.submit tbody th {
	font-weight: bold;
}
table.submit tbody tr {
	background-color: #fff;
	text-align: left;
}
table.submit tbody tr td {
	/*height: 25px;*/
	line-height: 25px;
}
table.submit tbody tr.click td {
	background-color: #ffc;
}
table.submit tbody .row1 {
	background: #F7FDF0;
	border-top: 1px solid #fff;
}
table.submit tbody .row1 td {
	background: #EBEBEB;
	border-top: 1px solid #FFF;
}
table.submit tfoot tr {
	color: #333;
}
table.submit tfoot td, table.submit tfoot th {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F6F6F6;
}

/* 图集列表,待完善
-------------------------------------------------------------------*/
.litPic {
	padding: 1px;
	float: left;
	margin-right: 8px;
	border: 1px solid #CCCCCC;
}
/* 踩踩的弹出框
-------------------------------------------------------------------*/
.menuBox {
	color: #2F2F2F;
	font-weight: normal;
	margin-left: 20px;
	font-size: 14px;
}
.menuBox a {
	margin-right: 10px;
	margin-left: 10px;

}
/* 弹出框
-------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {
	background: url("macFFBgHack.png") repeat;
}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
	position: absolute;
 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background: #fff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}
* html #TB_window { /* ie6 hack */
	position: absolute;
 margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption {
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow {
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#TB_closeAjaxWindow {
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle {
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	font-weight: bold;
}
#TB_title {
	background-color:#e8e8e8;
	height:27px;
}
#TB_ajaxContent {
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal {
	padding:15px;
}
#TB_ajaxContent p {
	padding:5px 0px 5px 0px;
}
#TB_load {
	position: fixed;
	display:none;
	height:32px;
	width:32px;
	z-index:103;
	top: 50%;
	left: 50%;/*margin: -6px 0 0 -104px;  -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
	position: absolute;
 margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect {
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
	position: absolute;
 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent {
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/* 表单验证
-------------------------------------------------------------------
.onShow, .onFocus, .onError, .onSuccess, .onLoad {
	padding-left:25px;
}
.onShow {
	background:url("reg1.gif") no-repeat left center;
}
.onFocus {
	background:url("reg2.gif") no-repeat left center;
}
.onError {
	background:url("reg3.gif") no-repeat left center;
}
.onSuccess {
	background:url("reg4.gif") no-repeat left center;
}
.onLoad {
	background:url("load.gif") no-repeat left center;
}*/
