/*
Tabs styles
*/

#tabs {
	position:relative;
	width:730px;
	height:309px;
	overflow:hidden;
	float: left;
	display: block;
	top: 0px;
	left: 0px;
}

.tabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.tabs_title li {
	float: left;
	cursor: pointer;
	color: #1F1F24;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height:30px;
	width:210px;
	height:30px;
	margin-right:15px;
	text-align:center;
}

.tabs_title li.over {}

.tabs_title li.active {
	background-image:none;
	background-color:#FFFFFF;
}
.tabs_title li#tab_fia_gt1_championship{
	background-image:url(../img/tab_corse_fia_gt1_championship_off.gif);
	background-repeat:repeat-x;
	background-position:left top;
}
.tabs_title li#tab_trofeo_granturismo_mc{
	background-image:url(../img/tab_corse_trofeo_granturismo_mc_off.gif);
	background-repeat:repeat-x;
	background-position:left top;
}

.tabs_title li#tab_fia_gt1_championship.active{
	background-image:url(../img/tab_corse_fia_gt1_championship_active.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#ffffff;}
.tabs_title li#tab_trofeo_granturismo_mc.active{
	background-image:url(../img/tab_corse_trofeo_granturismo_mc_active.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#ffffff;}
#tab_fia_gt1_championship h1, #tab_trofeo_granturismo_mc h1{text-indent:-10000px;margin:0;}

.tabs_panelwrap {
	position: absolute;
	top:28px;
	overflow: hidden;
	width:730px;
	height:278px;
}

.tabs_panel {
	/*position:absolute;
	top:28px;*/
	width:730px;
	height:278px;
	border:1px solid #FFFFFF;
	display:block;
	overflow: hidden;
	background-image:url(../img/bkg_box_tab.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	color:#3F4346;
	clear: both;
	padding: 0;
	margin: 0;
}


.tabs_panel.active {
	display: block;
}

.tabs_panel p {
	margin-left:5px;
}

