#tabs_wrapper{
	padding:15px;
	background: #fff;
	margin:0 0 15px 0;
	width:591px !important;
	width:621px;
}

#tabs_wrapper .clear{
	height:0px !important;
}
#tabs_wrapper .tabs{
	margin:0;
	padding:0;
	margin-top:15px;
	border-bottom:1px solid #EAEBEE;
	height:24px;
}
#tabs_wrapper .tabs_border{
	border-bottom:1px solid #C61839;
}
#tabs_wrapper .tabs a.tab_sw,
#tabs_wrapper .tabs a.tab_sw:link,
#tabs_wrapper .tabs a.tab_sw:visited,
#tabs_wrapper .tabs a.tab_sw:hover{
	display:block;
	float:left;
	background-color:#D6D7DE;
	border-bottom:1px solid #fff;
	margin:0 1px 0 0;
	color:#4B4B4B;
	font-weight:bold;
	overflow:hidden;
	white-space:nowrap;
}
#tabs_wrapper .tab_sw_ojs{
	display:block;
	padding:5px 14px;
	background-color:#D6D7DE;
	border-bottom:1px solid #fff;
	margin:0 1px 10px 0;
	color:#4B4B4B;
	font-weight:bold;
	
}
#tabs_wrapper .tabs a.tab_active,
#tabs_wrapper .tabs a.tab_active:link,
#tabs_wrapper .tabs a.tab_active:visited,
#tabs_wrapper .tabs a.tab_active:hover,
#tabs_wrapper .tabs a.tab_sw:hover{
	padding-bottom:1px;
	border-bottom:0px solid;
	background-color:#C61839;
	color:#fff;
}

#tabs_wrapper .tab_cont{
	padding: 15px 15px 10px;
	border: 1px solid #EAEBEE;
	border-top:0px solid;
	overflow:hidden;
	clear:both;	
}

#tabs_wrapper .infointern,
.tab_infointern{
	padding:5px;
	background:#F9FFD8;
	border: 1px solid #3C7635;
	margin:5px 0;
}
#tabs_wrapper .infointern p,
.tab_infointern p{
	margin:3px;
	font-size:11px;
	color:#444;
}
#tabs_wrapper .infointern .small,
.tab_infointern .small{
	font-size:9px;
	color:#999;
}
#tabs_wrapper .infointern .endinfo,
.tab_infointern .endinfo{
	font-size:11px;
	color:#f00;
}
#tabs_wrapper .infointern .name,
.tab_infointern .name{
	font-weight:bold;
}
#tabs_wrapper .tabs a span{
	margin:5px 14px;
	display:block;
}
#tabs_wrapper table.imagemapTable{
	width:auto;
}