/*************************tabs***********************/
/** tab_1 **/
#tab_1{
	position:relative;
	width: 400;
	
}
#tab_1 .tab_overflow{
	width:400px;
	
}
#tab_1 .tab_body_container{
	width:400px;

}
#tab_1 .tab{
	margin-right:2px;
	color:#333333;
	border-top:2px solid #f56f02;
	cursor:pointer;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	left:10px;
	height:35px;
}
#tab_1 .tab div{
	border-top:2px solid #fff;
	padding:3px 5px 3px 5px;
}
#tab_1 .tab div:hover{
	border-top:2px solid #ac0606;
	background-image:url(../images/redline.gif);
	color:#fff;
	font-size:12px;
	height:30px;
	background-repeat:repeat-x;
}

p.txt { line-height: 15px; *margin: 0px; *padding: 5px 0px; }

h2 { *margin: 0px; *padding: 0px }

#tab_1 .tab_body{
	padding:2px;
	font-family:Arial;
	font-size:10pt;
	color:#555555;
	border-width:2px;
	border-top:0;
	border-style:solid;
	border-color:#fff;
	width:400px;
	line-height:30px;
}
#tab_1 .tab.active_tab div{
	border-top:2px solid #fff;
	background-image:url(../images/redline.gif);
	color:#fff;
	font-size:12px;
	line-height:30px;
	margin-top:2px;
	display:block;
}
#tab_1 .tab.active_tab{
	color:#292c44;
	
	
}

/*************************body/containers*******************/

#container {
	position:relative;
	height:auto;
	margin:0 auto;
	width:400px;
	background:#FFFFFF !important;
}
#content{
	position:relative;
	margin:0 auto;
	width:400px;
	height:auto;
	background-color:#fff;
	
}
.tab-txt {
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#000;
   text-decoration:none;
   display:inline;
   line-height:20px;
   }

