﻿/* pub */
.thd_tabPage_cls{
      height:0px;
	  overflow:hidden;
	  clear:both;
	  }




/* tabPage */

#thd_tabPage_pPDiv{}

#thd_tabPage_sdPDiv{/* tab parent div *//*内容框样式*/
	padding:10px;
	overflow:hidden;
		 }

#thd_tabPage_menuUl{/* tab ul */
	padding:0px;
	margin:0px;
	overflow:hidden;
	height:25px;
	background-image: url(tab_1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
		 }

#thd_tabPage_menuUl div{/* tab ul > li */
	list-style-type:none;
	cursor:pointer;
	width:94px;
	height:24px;
	text-align:center;
	line-height:24px;
	font-size:14px;
	padding:0px;
	margin:0px;
	float:left;
	background-image: url(tab_1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #666666;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #E9D2B2;
	border-bottom-color:#E9D2B2;
		 }

#thd_tabPage_menuUl div.hover{/* tab ul > li.hover */
	height:27px !important;
	font-weight:bold;
	background-image: url(../images/tab_2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #990000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FF9E64;
	border-right-color: #FF9E64;
	border-bottom-color: #FF9E64;
	border-left-color: #FF9E64;
	 }

#thd_tabPage_menuUl span{/* tab ul > span(the left border of first tabMenu) */
     height:25px;
	 margin-top:2px;
	 float:left;
	 width:1px;
	 }

#thd_tabPage_menuUl .thd_tabPage_lBor{/* tab ul > img(the left border of first tabMenu) */
     margin-top:2px;
	 float:left;
	 border-width:0px;
	 }