#tab_overflow{
	position:relative;
	overflow:hidden;
}
#tab_container{
	position:relative;
	white-space:nowrap;
        width:100% !important 

}
#tab_body_container{
	position:relative;
	overflow:hidden;
}


/*************************tabs***********************/
/** tab_1 **/
#tab_1{
	position:relative;
}
#tab_1 #tab_overflow{
	width:430px;
}
#tab_1 #tab_body_container{
	width:430px;
}
.tab{
	background:url(images/tab-bg.gif) left bottom repeat-x;
	color:#555555;
	cursor:pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	left:10px;
	margin-left:3px;
	padding:3px;
	position:relative;
	border-top:1px solid #dbdbdb;
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	height:35px;
	line-height:35px;
	margin-top:3px;
}
.tab:hover{
	background:url(images/tab-active.gif) left top repeat-x #ffffff;
	color:#444444;
	border-top:1px solid #dbdbdb;
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;

}
.active_tab:hover{
	background:url(images/tab-active.gif) left top repeat-x #ffffff;
	color:#444444;
	border-top:1px solid #f6f3d8;
	border-left:1px solid #f6f3d8;
	border-right:1px solid #f6f3d8;

}
.tab_body{
	padding:10px;
	font-family:Arial;
	font-size:10pt;
	color:#555555;
	border:1px solid #f6f3d9;
	/*background:url(images/cnt-tab-bg.gif) right bottom no-repeat;*/
	height:240px;
	min-height:240px;
}
.active_tab{
	background:url(images/tab-active.gif) left top repeat-x #ffffff;
	color:#3f3c13;
	border-top:1px solid #f6f3d8;
	border-left:1px solid #f6f3d8;
	border-right:1px solid #f6f3d8;
	height:38px;
	line-height:38px;
	font-weight:bold;
	margin-top:0px;
}
/*******************************************************************************/
/** tab_2 image tabs**/
#tab_2{
	position:relative;
	top:20px;
}
#tab_2 #tab_overflow{
	width:430px;
}
#tab_2 #tab_body_container{
	width:430px;
}
#tab_2_outer_container{
	position:absolute;
	top:670px;
	left:0px;
	height:500px;
	width:430px;
	border:2px solid #555555;
	background:#EEEEEE;
}
.img_tab{
	position:relative;
	left:20px;
	color:#CACACA;
	border:3px solid #CACACA;
	margin-left:3px;
	cursor:pointer;
}
.img_tab:hover{
	color:#FFFFFF;
	border:3px solid #F6B442;
}

.img_tab_body{
	/*background:#FFFFFF;*/
	margin-top:5px;
	width:430px;
}
.img_tab_body img{
	position:relative;
	margin:0 auto;
}

/*******************************************************************************/
/** tab_3 vertical tabs **/
#tab_3 #tab_overflow{
	height:175px;
}
#tab_3 #tab_body_container{
	width:175px;
}
#tab_3 .tab{
	width: 90px;
	height:30px;
	margin-top:3px;
}
#tab_3 .tab_body{
	height:150px;
	margin:0;
}
#tab_3{
	position:absolute;
	top:460px;
	width:400px;
}

.tab-arrow {background:url(images/tab-arrow.gif) 3px 8px no-repeat; color:#444444; font-size:12px; padding:4px 0 4px 15px; font-family:Verdana, Arial, Helvetica, sans-serif;text-align:left}
.tab-arrow a{color:#0d0e0e; text-decoration:underline}
.tab-arrow a:hover{color:#0d0e0e; text-decoration:none}
