@charset "iso-8859-1";
/*************************tabs***********************/
/** tab_1 **/
#tab_1{
	position:relative;
}
#tab_1 .tab_overflow{
	width:730px;
	background-color: #3f3f3f;
}
#tab_1 .tab_body_container{
	width: 730px;
}
#tab_1 .tab{
	margin-right:2px;
	color:#FFF;
	background-color:#9ed043;
	cursor:pointer;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	left:0px;
	position:relative;
	border-width:0px;
	border-style:solid;
	border-color:#f6f4ee;
}
#tab_1 .tab div{
	border-top:2px solid #3f3f3f;
	padding:5px 8px 3px 8px;
}
#tab_1 .tab div:hover{
	border-top:2px solid #FFFFFF;
	font-size:12px;
	
}
#tab_1 .tab_body{
	padding:10px;
	font-family:Arial;
	font-size:12px;
	color:#000000;
	/*border-width:1px;
	border-top:0;
	border-style:solid;
	border-color:#f6f4ee;
	 content border **/
}
#tab_1 .tab.active_tab div{
	border-top:3px solid #000000;
	color: #000000;
}
#tab_1 .tab.active_tab{
	color:#000000;
	background-color: #84c4ea;
}
/*******************************************************************************/
/** tab_2 image tabs**/
#tab_2{
	position:relative;
	top:20px;
}
#tab_2 .tab_overflow{
	width:475px;
}
#tab_2 .tab_body_container{
	width:475px;
}
#tab_2_outer_container{
	position:absolute;
	top:710px;
	left:0px;
	height:500px;
	width:475px;
	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:475px;
}
.img_tab_body img{
	position:relative;
	margin:0 auto;
}

/*******************************************************************************/
/** tab_3 vertical tabs **/
#tab_3{
	position:relative;
	top:50px;
	left:100px;
}
#tab_3 .inner_tab_overflow{
	position:relative;
	overflow:hidden;
	height:175px;
}
#tab_3 .inner_tab_container{
	position:relative;
	white-space:nowrap;
}
#tab_3 .inner_tab_body_container{
	width:175px;
	position:relative;
	overflow:hidden;
}
#tab_3 .inner_tab{
	margin-bottom:1px;
	color:#000000;
	background-color:#c7cad1;
	cursor:pointer;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	position:relative;
	width: 90px;
	height:30px;
}
#tab_3 .inner_tab div{
	border-left:2px solid #FFFFFF;
	padding:3px 5px 3px 5px;
	height:24px;
}
#tab_3 .inner_tab div:hover{
	border-left:2px solid #F6B442;
}
#tab_3 .inner_tab_body{
	padding:10px;
	border-width:1px;
	border-left:0;
	border-style:solid;
	border-color:#CACACA;
	height:150px;
	margin:0;
}
#tab_3 .inner_tab.active_tab div{
	border-left:2px solid #F6B442;
}
#tab_3 .inner_tab.active_tab{
	color:#292c44;
	background:#FFFFFF;
}


/*************************body/containers*******************/


#container {
	position:relative;
	margin:0 auto;
	width:730px;
	background-color: #2c2c2c;
}
#content{
	position:relative;
	margin:0px;
	width:730px;
}
