@charset "gb2312";
.title01{
	background: url(../images/card/title01.gif) no-repeat bottom;
	height: 20px;
	width: 69px;
	color: #2A669D;
	font-weight: bold;
	padding-left: 12px;
	padding-top: 2px;
	float: left;
}

/*
开始说明：以下为深黄色超链接样式
*/
a.yellow1:link {
	color: #D65000;
	text-decoration: none;
	line-height: 18px;
}

a.yellow1:visited {
	color: #D65000;
	text-decoration: none;
	line-height: 18px;
}

a.yellow1:active {
	color: #D65000;
	text-decoration: none;
	line-height: 18px;
}

a.yellow1:hover {
	color: #D65000;
	text-decoration: underline;
	line-height: 18px;
}

/*标题TAB开始*/
.menu_over{
	background: url(/images/card/menu_over.gif) no-repeat bottom;
	width: 109px;
	height: 22px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding-top: 3px;
	cursor: pointer;
}

.menu_out{
	background: url(/images/card/menu_out.gif) no-repeat bottom;
	width: 40px;
	height: 22px;
	text-align: center;
	color: #444444;
	padding-top: 3px;
	cursor: pointer;
}

.cardBlock{
	width: 49.6%;
	float: left;
	margin: 1px;
}

/*
ul.cardTypeListRight{ clear: both; list-style: none; background: url(/images/common/line_bg2.gif) left top; width: 100%; }
ul.cardTypeListRight li{ float: left; width: 45%; line-height: 24px; height: 20px; padding-top: 4px; background: url(/images/common/arrow_black.gif); background-repeat: no-repeat; background-position: left center; padding-left: 8px; font-weight: bold; }
ul.cardTypeListRight li a, ul.cardTypeListRight li a:link, ul.cardTypeListRight li a:visited{ color: #3D98C7; line-height: 24px; text-decoration: none; }
ul.cardTypeListRight li a:hover{ color: #3D98C7; line-height: 24px; text-decoration: underline; }
*/
#idCardTypeListRight{
	padding: 10px;
}

#idCardTypeListRight .t{
	clear: both;
	list-style: none;
	width: 96%;
	line-height: 20px;
	height: 16px;
	padding-top: 2px;
	background: url(/images/common/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	font-weight: bold;
	margin: 0px auto;
}

#idCardTypeListRight .split{
	background: url(/images/common/listline.gif);
	height: 5px;
	line-height: 5px;
	font-size: 1px;
	width: 100%;
	background-repeat: repeat-x;
	clear: both;
}

#idCardTypeListRight .t a, #idCardTypeListRight .t a:link, #idCardTypeListRight .t a:visited{
	color: #3D98C7;
	line-height: 24px;
	text-decoration: none;
	font-size: 14px;
}

#idCardTypeListRight .t a:hover{
	color: #3D98C7;
	line-height: 24px;
	text-decoration: underline;
	font-size: 14px;
}

#idCardTypeListRight .s a, #idCardTypeListRight .s a:link, #idCardTypeListRight .s a:visited{
	color: #000000;
	line-height: 20px;
	text-decoration: none;
	font-size: 14px; /*	padding-right: 8px;*/
	padding-right: 8px;
}

#idCardTypeListRight .s a:hover{
	color: #3D98C7;
	line-height: 20px;
	text-decoration: underline;
	font-size: 14px; /*	padding-right: 8px;*/
	padding-right: 8px;
}

/* show Pager 样式 */
.cardLeftBlock{
	width: 260px;
	float: left;
}

.cardRightBlock{
	width: 730px;
	float: right;
}

#idCardShowBlock{
}

#idCardShowBlock h3{
	color: #FF0000;
	font-size: 18px;
	font-family: "黑体";
	margin: 5px auto;
	text-align: center;
	padding: 10px 0px;
}

#idCardShowBlock h4{
	font-size: 18px;
	font-family: "黑体";
	margin: 5px auto;
	padding-top: 10px;
	padding-left: 5px;
}

#idCardShowBlock .split{
	border-bottom: 1px solid #D2D2D2; /*
background-color:#D2D2D2;
height: 1px;
line-height: 1px;
font-size: 0px;
width: 100%;
padding: 0px;
margin: 0px;
border: 0px;
*/
}

#idCardShowBlock .infoBlock{
	background: url(/images/common/line_bg2.gif) left top;
	clear: both;
	margin: 0px 0px;
}

#idCardShowBlock .infoBlock li{
	line-height: 28px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	clear: both;
}

#idCardShowBlock .infoBlock li address{
	float: left;
}

#idCardShowBlock .titlebar{
	background: url(/images/common/arrow.gif) no-repeat left center;
	height: 24px;
	line-height: 24px;
	margin-top: 4px;
	font-weight: bold;
	color: #000000;
	padding-left: 15px;
}

#idCardShowBlock .readme{
	font-size: 14px;
	line-height: 180%;
	width: 90%;
	margin: 0px auto;
}

/* list pager 样式*/
#idCardNavBar{
	background: url('/images/card/tabbar_back1.gif');
	height: 29px;
}

#idCardNavBar a, #idCardNavBar a:hover{
	float: left;
	background: url(/images/card/menu_out.gif) no-repeat bottom;
	width: 70px;
	height: 22px;
	text-align: center;
	color: #444444;
	padding-top: 3px;
	cursor: pointer;
}

#idCardNavBar a.active{
	background: url(/images/card/menu_over.gif) no-repeat bottom;
	width: 70px;
	height: 22px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding-top: 3px;
	cursor: pointer;
}

#idOperBar{
	background: url('/images/card/tabbar_back.gif');
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
}

#idOperBar form{
	padding: 0px;
	margin: 0px;
}

#idCardList{
	width: 98%;
	margin: 0px auto;
}

/* 普通 */
#idCardList .t{
	font-size: 14px;
	padding: 10px 5px 0px 20px;
	clear: both;
	font-weight: bold;
	background: url(/images/common/arrow_yellow.gif)  no-repeat;
	background-position: 5px 15px; /*line-height: 28px; padding-left: 20px; padding-right: 5px; padding-top: 0px; padding-bottom: 0px; margin: 0px;*/
}

#idCardList .t a, #idCardList .t a:visiter{
	color: #333333;
}

#idCardList .r{
	padding: 10px 5px 5px 5px;
	clear: both;
	color: #666666;
	text-indent: 24px;
	line-height: 150%;
}

#idCardList .o{
	padding: 5px;
	clear: both;
	color: #666666;
}

#idCardList .o div{
	float: left;
	width: 33.3%;
}

#idCardList .split{
	border-bottom: 1px dotted #CCCCCC;
	padding: 4px 0px;
	clear: both;
}

/* 推荐 */
#idCardList .CmdSign{
	width: 98%;
	margin: 0px auto;
	clear: both;
}

#idCardList .CmdSign{
	width: 98%;
	margin: 0px auto;
}

#idCardList .CmdSign .p{
	width: 160px;
	float: left;
	padding: 5px 0px;
}

#idCardList .CmdSign .block{
	width: 520px;
	float: right;
}

#idCardList .CmdSign .block div{
	color: #990000;
	font-size: 14px;
}

#idCardList .CmdSign .t a, #idCardList .t a:visiter{
	color: #FF6633;
}

#idCardList .r{
	text-indent: 2em;
}

/* post 页样式 */
#idPostBlock {
}

#idPostBlock th{
	width: 100px;
	background-color: White;
	text-align: right;
	font-size: 12px;
	padding-right: 20px;
}

#idPostBlock td{
	background-color: White;
}

#idPostBlock .input{
	border: solid 1px #CBCBCB;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
}

#idPostBlock textarea{
	width: 550px;
	border: solid 1px #CBCBCB;
	background-color: #FFFFFF;
	line-height: 18px;
	padding: 2px;
	font-size: 12px;
}

#idPostBlock LABEL{
	padding-left: 2px;
}

/*#idPostBlock .radio *{	border:0px;}*/
#idPostBlock .operBar{
	padding: 4px;
	text-align: center;
}

#idPostBlock .operBar .send{
	padding: 4px;
	text-align: center;
	width: 164px;
	height: 36px;
	border: 0px;
}

/*头部文件*/
#idAreaNavBar{
}

#idAreaNavBar a:link {
	float: left;
	width: 36px;
	text-align: center;
	color: #3D98C7;
	text-decoration: none;
	line-height: 18px;
}

#idAreaNavBar a:visited {
	float: left;
	width: 36px;
	text-align: center;
	color: #3D98C7;
	text-decoration: none;
	line-height: 18px;
}

#idAreaNavBar a:active {
	float: left;
	width: 36px;
	text-align: center;
	color: #3D98C7;
	text-decoration: none;
	line-height: 18px;
}

#idAreaNavBar a:hover {
	float: left;
	width: 36px;
	text-align: center;
	color: #3D98C7;
	text-decoration: underline;
	line-height: 18px;
}

#idAreaNavBar .split {
	float: left;
	width: 5px;
	background: url('/images/card/line.gif') center center;
}

