@charset "utf-8";
.tab_header {
	overflow:hidden;
	float:left;
	width:100%;
}

.tab_content{
	clear:both;
	display:none;
	color:#F4FAF2;	
	padding:10px;
	min-height:250px;
	height:303px !important;
	height:310px;
	width:555px;
	overflow:auto;
}

.tab_footerLine{
	background-color: #F4FAF2;
	overflow:hidden;
	float:left;
	width:100%;
	height:3px;   
}

.tab_act_block{
   float:left;
   margin:0px 1px 0px 2px;
}

.tab_act_block .tab_left{
	background-image: url(images/tab_act_left.gif);
	background-repeat: no-repeat;
	background-position: left top;   
	width:3px;
	height:17px;
	float:left;
}

.tab_act_block .tab_center{
   float:left;
   border-top:1px solid #e3b889;
   background-color:#F4FAF2;
   padding:2px;
	text-transform:uppercase;
	text-decoration:none;
	font-size:9px;
   color:#2c4021;
   cursor:pointer !important;
   cursor:hand;   

}

.tab_act_block .tab_right{
	background-image: url(images/tab_act_right.gif);
	background-repeat: no-repeat;
	background-position: left top;   
	width:3px;
	height:17px;
	float:left;
}

.tab_act_block .tab_link{
	text-transform:uppercase;
	text-decoration:none;
	font-size:9px;
   color:#2c4021;
}

.tab_block{
   float:left;
   margin:0px 1px 0px 2px;
}

.tab_block .tab_left{
	background-image: url(images/tab_left.gif);
	background-repeat: no-repeat;
	background-position: left top;   
	width:3px;
	height:17px;
	float:left;
}

.tab_block .tab_center{
   float:left;
   border-top:1px solid #e3b889;
   background-color:#2c4021;
   padding:2px;
	text-transform:uppercase;
	text-decoration:none;
	font-size:9px;
   color:#F4FAF2;
   cursor:pointer !important;
   cursor:hand;   
}

.tab_block .tab_right{
	background-image: url(images/tab_right.gif);
	background-repeat: no-repeat;
	background-position: left top;   
	width:3px;
	height:17px;
	float:left;
}

.tab_block .tab_link{
	text-transform:uppercase;
	text-decoration:none;
	font-size:9px;
   color:#F4FAF2;
}

.tabHeight350{
    height: 493px !important;
    min-height:440px;
}
