/* FIA ETCC Globa stylesheet */
body, html {
	margin:0;
	padding:0;
}

body {
	background: #a5a5a5 url(../img/bg-body.gif) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	margin-top: 0;
	margin-bottom: 2px;
}

a,
a:link,
a:active,
a:visited {
	color: #ff5a00;
}

/* Common classes */
.clear-both {
	clear:both;
	height: 0px;
	line-height:0px;
	font-size:0px;
	margin: 0;
	padding: 0;
	background: red;
}

.text-disabled {
	color: #888888;
}

/* Layout */
#page-wrapper {
	width: 1004px;
	margin: auto;
}

.page-content {
	margin: 0 22px 0 22px;
	padding-bottom: 22px;
}

/* Layout --> header */
#header {
	width: 1004px;
	height: 211px;
}
#header-container {
	height: 211px;
}

#header-date {
	color: #ffffff;
	height:35px;
	line-height:35px;
	text-align: right;
	margin-right:10px;
}

#header-bg-t,
.block-bg-t {
	background: url(../img/shadow-header-t.png) no-repeat center top;
	height: 3px;
}

#header-bg-b,
.block-big-bg-b {
	background: url(../img/shadow-header-b.png) no-repeat center bottom;
	height: 29px;
}
#header-bg-r {
	background: url(../img/shadow-header-r.png) repeat-y right;
	width: 1004px;
	height: 179px;
}
.block-bg-r {
	background: url(../img/shadow-header-r.png) repeat-y right;
}
#header-bg-l {
	background: url(../img/shadow-header-l.png) repeat-y left;
	width: 1004px;
	height: 179px;
	margin-top:0px;
}
.block-bg-l {
	background: url(../img/shadow-header-l.png) repeat-y left;
}
#header-content {
	background: #ffffff;
	height: 179px;
	width: 996px;
	margin: 0 4px;
}

#header-menu {
	height: 52px;
	position: absolute; 
	top: -75px;
	left: 4px;
	z-index: 13;
}

#header-menu ul {
	display: block;
	text-align:center;
}

#header-menu ul,
#header-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header-menu li {
	display: inline;
}

#header-menu li ul {
	display: inline-block;
}

#header-menu li a,
#header-menu li a:link,
#header-menu li a:active,
#header-menu li a:visited {
	display: inline-block;
	height: 52px;
	line-height: 52px;
	padding: 0 23px;
	color: #000000;
	font-size:15px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../img/bg-headermenu.gif) repeat-x center 60px;
}

#header-menu li a:hover {
	background-position: center bottom;
}

#logo {
	width:114px;
	height:97px;
	display:block;
	margin-left:54px;
	margin-top:20px;
	float: left;
	background: url(../img/logo.gif) no-repeat center top;
}

#header-scroller {
	height:127px;
	width:650px !important;
	float: right;
}
#header-scroller ul,
#header-scroller li {
	width:650px;
	list-style: none;
	height:127px;
}

#header-other-logos {
	float: left;
	width: 68px;
	margin:10px 0 0 79px;
}

#logo-fia-header {
	width: 67px;
	height:45px;
	display:block;
	background: url(../img/logo-fia.gif) no-repeat center top;
}

#logo-fia-eurosport {
	width: 68px;
	height:65px;
	display:block;
	background: url(../img/logo-eurosport.gif) no-repeat center top;
}

/* Layout --> footer */
#footer {
	width: 1004px;
	text-align:center;
}

#footer ul,
#footer li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li {
	display: inline;
}
#footer li a,
#footer li a:link,
#footer li a:active,
#footer li a:visited {
	color: #ffffff;
	line-height: 32px;
	font-size: 14px;
	padding: 0 10px;
}

#copyright {
	background: url(../img/bg-footer.png) no-repeat center top;
	height: 52px;
	line-height: 52px;
	text-align:center;
	font-size: 14px;
	color: #626262;
}

/* Layout --> main */
#main-container {
	margin-top:29px;
	position: relative;
}

/* Layout --> main --> left */
#left-container {
	width: 668px;
	position: absolute;
	top: 4px;
	left: 0;
	z-index: 2;
}
#left-container .block-bg-r {
	width: 668px;
}
#left-container .block-bg-l {
	width: 668px;
}
#left-container .block-bg-b {
	background: url(../img/shadow-left-b.png) no-repeat center bottom;
	height: 29px;
}
#left-container .block-bg-t {
	background: url(../img/shadow-left-t.png) no-repeat center bottom;
	height: 4px;
}
#left-content,
.left-more-content {
	background: #ffffff;
	width: 660px;
	margin: 0 4px;	
	color: #343434;
}

/* Layout --> main --> right */
#right-container {
	width: 343px;
	float: left;
	position: absolute;
	top: 4px;
	right: 0;
	z-index: 2;
}
#right-container .block-bg-r {
	width: 343px;
}
#right-container .block-bg-l {
	width: 343px;
}
#right-container .block-bg-b {
	background: url(../img/shadow-right-b.png) no-repeat center bottom;
	height: 29px;
}

#right-content {
	background: #ffffff;
	width: 335px;
	margin: 0 4px;
}

.other-block-right .box-title {
	margin-left:10px;
}


/* Contents */
.box-title {
	color: #6f6f6f;
	font-size: 18px;
	font-weight: bold;
	text-transform:uppercase;
	line-height: 49px;
	padding: 0 0 0 20px;
}

a.box-title,
a.box-title:link,
a.box-title:active,
a.box-title:visited { 
	color: #6f6f6f;
	text-decoration: none;
}

.page-title {
	color: #0039a3;
	font-size: 18px;
	font-weight: bold;
	text-transform:uppercase;
	line-height: 49px;
	padding: 0 0 0 20px;
}

h1 a {
	text-decoration: none;
	line-height: 22px;
	font-size: 18px;
	text-transform:uppercase;
}

/* Contents --> News */
.newsbig-photo {
	width: 330px;
	
	display:block;
	float: left;
	text-align:right;
	background-color: #D8D8D8;
	background-position: center top;
	background-repeat: no-repeat;
}

.newsbig-text {
	margin:-32px 0px 0 14px;
	width: 280px;
	float: left;
	font-size: 15px;
}

#newsbig-home-title {}

.newsbig-text h1 a,
a.newsmedium-title,
a.newssmall-title {
	font-weight: bold;
	font-size: 14px;
	color: #0039a3;
	text-transform:uppercase;
	text-decoration: none;
}


.newsbig-text h1 {
	margin: 10px 0;
}

.newsbig-readmore {
	display: block;
	margin-top: 18px;
	text-align:right;
	text-decoration: none;
}

.content-newsmedium-item {
	background: url(../img/bg-news-home.gif) repeat-x top;
	border-top: 1px solid #444444;
	height: 127px;
}

.newsmedium-photo {
	width: 194px;
	height: 127px;
	display:block;
	float: left;
	text-align:right;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #D8D8D8;
}

.newsmedium-text,
.newssmall-text {
	margin:10px 10px 0 8px;
}
.content-newsmedium-item p {
	margin-right: 14px;
}

.content-newssmall-item {
	background: url(../img/bg-newssmall-home.gif) repeat-x bottom;
	border-top: 1px solid #444444;
	height: 61px;
}

.content-newssmall-item p {
	margin-top: 6px;
}

#content-news-archive,
.page-navbar {
	background: url(../img/bg-newsarchive-bar.gif) repeat-x bottom;
	line-height: 30px;
	text-align:center;
	color: #ffffff;
}

p.page-navbar {
	margin: 0;
}

#content-news-archive a,
#content-news-archive a:link,
#content-news-archive a:active,
#content-news-archive a:visited,
.page-navbar a,
.page-navbar a:link,
.page-navbar a:active,
.page-navbar a:visited {
	color: #ffffff;
	text-decoration: none;
	line-height: 30px;
}
#content-news-archive a img,
.page-navbar a img {
	vertical-align: middle;
	line-height: 30px;
}

span.page-navbar-num {
	border:1px solid #ffffff;
	padding: 0 3px;
	background: #ffffff;
	color: #0000CC;
}

a.page-navbar-num,
a.page-navbar-num:active,
a.page-navbar-num:visited,
a.page-navbar-num:link {
	padding: 0 3px;
	border:1px solid #0055ff;
}
a.page-navbar-num:hover {
	background: #0055ff;
}

#container-morenews {
	width:280px;
	margin-left:22px;
	border:1px solid #dddddd;
	float: left;
}
#container-morenews h3 {
	font-size: 13px;
	margin: 0; 
	padding: 0 0 0 6px;
	line-height: 20px;
	background: url(../img/bg-standings-dark.gif) repeat-y left;
	color: #ffffff;
}

#container-morenews h3 a,
#container-morenews h3 a:link,
#container-morenews h3 a:active,
#container-morenews h3 a:visited {
	text-align: right;
	color: #ffffff;
	font-size:11px;
	padding-left:10px;
}

#read-news .page-title {
	float: none;
	display: block;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
	line-height:25px;
}

.readnews-text {
	margin:20px;
}

.readnews-morenews {
	display: block;
	border-top: 1px solid #dddddd;
	padding: 3px;
	font-size: 10px;
	text-decoration: none
}

.readnews-morenews.row-odd {
	background: #f2f2f2;
}

.readnews-morenews span {
	text-decoration: none;
	color: #333333;
}

.readnews-text font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.readnews-text span {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
}

/* Contents --> Partners */
#partners-mask-container {
	position: relative;
	margin-left: 20px;
}

.partners-mask {
	position: absolute;
	z-index: 55;
	top: -18px;
	left: 0;
}

#partners-scroller,
#partners-scroller ul,
#partners-scroller li {
	height: 102px;
	width: 241px;
	margin: 0; 
	padding: 0;
}

#partners-scroller {
	margin: 0px 0 0 35px;
}

#gallery-home {
	width: 674px;
	background: url(../img/bg-gallery-home.png) no-repeat center top;
	padding-top:3px;
	height: 109px;
}

#container-gallery-home {
	height: 80px;
	display: inline-block !important;
	float: left;
}

#container-gallery-home ul {}

#container-gallery-home li { height: 80px !important; 
margin-right:1px;}

#gallery-home .gallery-prev {
	display: inline-block;
	height: 27px;
	width: 27px;
	margin: 30px 6px 0 0;
	background: url(../img/prev-next-buttons.png) no-repeat 0 0;
	vertical-align: top;
	float: left;
	text-decoration: none;
}
#gallery-home .gallery-prev:hover { background-position: 0 -27px; }

#gallery-home .gallery-next {
	display: inline-block;
	height: 27px;
	width: 27px;
	margin: 30px 0 0 4px;
	background: url(../img/prev-next-buttons.png) no-repeat -27px 0;
	vertical-align: top;
	float: left;
	text-decoration: none;
}

#gallery-home .gallery-next:hover { background-position: -27px -27px; }

#standings-title {
	line-height: 50px;
	height: 50px;
	display: inline-block;
}

.standings-content {
	background: #ff6600;
	height: 238px;
	overflow: hidden;
	border-top:1px solid #ffffff;
}

.standings-list {	
	font-size: 10px;
	line-height: 19px;
	vertical-align:middle;
	background: url(../img/bg-row-dark.gif) repeat-y left;
}

.standings-list-head { color: #ffffff; }

.standings-list-num {
	display: inline-block;
	width: 24px;
	margin-left: 10px;
}
.standings-list-name {
	display: inline-block;
	width: 170px;
}
.standings-list-flag {
	display: inline-block;
	width:28px;
	margin-right: 10px;
	text-align:center;
}
.standings-list-flag img { vertical-align:middle; }
.standings-list-points {
	display: inline-block;
	width:38px;
	text-align:center;
}

.standings-list .item-row-even {
	background: url(../img/bg-row-even.gif) repeat-y left;
}

.standings-list .item-row-odd {
	background: url(../img/bg-row-odd.gif) repeat-y left;
}

.standings-list-class {
	display: inline-block;
	line-height: 29px;
	margin-left:20px;
	margin-right:10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size:13px;
	
}

.standings-list-message {
	text-align:center;
	padding: 15px;
	width:120px;
	color: #000000;
	border:1px solid #ffffff;
	background: url(../img/bg-row-odd.gif) repeat-y left;
	margin: 58px auto;
}

/* Contents --> Gallery page */
.gallery-list {
	list-style: none;
	margin: 0 0 0px 38px; 
	padding: 0;	
	text-align:center;
}
.gallery-item {
	display: inline-block;
	list-style: none;
	border:1px solid #dddddd;
	height: 180px;
	width: 174px;
	text-align:center;
	float: left;
	margin: 0 22px 22px 0;
	background: #f2f2f2;
}

.gallery-thumb {
	display: block;
	width: 154px;
	height: 106px;
	margin:8px 8px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ffffff;
	border:1px solid #dddddd;
}
.gallery-thumb:hover {
	border-color: #ff6600;
}

.gallery-name,
.driver-name {
	display: block;
	font-weight: bold;
	line-height: 28px;
	background: #dddddd;
	text-decoration: none;
}

.driver-name {
	line-height: 18px;
	height: 36px;
}

.driver-name span {
	float: left;
	display: block;
	font-size:11px;
	color: #333333;
	padding-left:5px;
	width: 27px;
	height: 36px;
	margin: 0;
	border-right: 1px solid #eeeeee;
}

.gallery-name:hover,
.driver-name:hover,
.driver-name:hover span {
	background: #ff6600;
	color: #ffffff;
}

.gallery-count {
	font-size: 11px;
	display: block;
	margin-top:6px;
	line-height: 24px;
}

.data-table,
.links-table {
	background: #dddddd;
}
.links-table th {
	text-align:left;
}

.event-table th {
	text-align:left;
	vertical-align:top;
}

.data-table tr.row-even td {
	background: #ffffff;
}
.data-table tr.row-even th{
	background: #f2f2f2;
}

.data-table tr.row-odd td {
	background: #ffffff;
}
.data-table tr.row-odd th {
	background: #dddddd;
}

/* Contents --> Drivers */
#drivers-list, #drivers-list li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#drivers-list {
	margin-left:20px;
	margin-bottom:20px;
	padding-bottom:20px;
	
}
#drivers-list li { 
	float: left;
	width: 145px;
	text-align: center;
	border:1px solid #dddddd;
	margin:4px;
	background: #f2f2f2;
}

#drivers-list li div {
	font-size: 10px;
	height:27px;
	text-align:left;
	padding:5px 8px 0 8px;
	line-height: 11px;
	border-top: 1px solid #dddddd;
}
#drivers-list li div strong {
	color: #FF6600;
}

.drivers-thumb {
	height: 168px;
	width: 120px;
	display: inline-block;
	margin:8px;
	background-position: center center !important;
	background-color: #ffffff;
	background-repeat: no-repeat;
	border:1px solid #dddddd;
}
a.drivers-thumb:hover {
	border-color: #ff6600;
}
#content-driversdetails {
	float: left;
	margin: 10px 0 0 11px;
	text-align: center;
	padding: 0;
}
#content-driversdetails ul,
#content-driversdetails li {
	list-style: none;
	margin: 0; 
	padding: 0;
}

a.driver-namedetails {
	background: url(../img/bg-standings-dark.gif) repeat-y left;
	display: block;
	line-height: 26px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	margin-bottom: 15px;
}

#table-driversdetails {
	float: left;
	border:1px solid #dddddd;
	margin: 10px;
	width:380px;
}

#table-driversdetails span,
#table-calendadetails span {
	display: block;
	border-top: 1px solid #dddddd;
	clear: both;
}
#table-driversdetails span h3,
#table-driversdetails span h4,
#table-calendadetails span h3,
#table-calendadetails span h4 {
	font-size: 13px;
	margin: 0;
	padding: 0;
	display: inline-block;
	padding: 5px 8px;
}

#table-driversdetails span h3{
	float: left;
	width: 150px;
	background: #f2f2f2;
}

#table-driversdetails span h4 {
	float: left;
	width: 180px;
}
#title-driverdetails {
	color: #0039a3;
	font-size: 18px;
	font-weight: bold;
	text-transform:uppercase;
	line-height: 49px;
	padding: 0 0 0 20px;
}

a.drivers-bigphoto {
	width: 240px;
	height: 400px;
	display: block;
	border:1px solid #dddddd;
	background-position:center center;
	background-repeat: no-repeat;
}

span.drivers-bigphoto-loader {
	background: url(../img/ajax-loader.gif) no-repeat center center;
	
}

#Table-DriversDetailsRacingCareer,
.page-content-box {
	border: 1px solid #dddddd;
	display: block;
	float: left;
	margin: 0 14px 14px 14px;
	width: 630px;
}
.event-content-box ul {
	margin: 0;
	padding: 0;
}
.event-content-box ul li {
	display: block;
	border-top: 1px solid #dddddd;
	margin: 0;
	padding:5px;
}

#Table-DriversDetailsRacingCareer span,
.page-content-box span,
.page-content-box div {
	padding-left:10px;
	line-height: 24px;
	border-top: 1px solid #dddddd;
}

#Title-DriverDetailsHystory,
.page-content-box-title {
	background: url(../img/bg-newsarchive-bar.gif) repeat-x;
	color: #ffffff;
	font-weight: bold;
	line-height: 30px !important;
	border: none !important;
}

#Table-DriversDetailsRacingCareer span {
	display: block;
	width: 630px;
	background: none !important;
	border: none !important;
	margin: 0;
	padding: 0;
}
#Table-DriversDetailsRacingCareer h3,
#Table-DriversDetailsRacingCareer h4 {
	float: left;
	font-size: 13px;
	border-top: 1px solid #dddddd;
	min-height: 24px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
}

#Table-DriversDetailsRacingCareer h3 {
	width: 80px;
	padding-left: 8px;
}
#Table-DriversDetailsRacingCareer h4 {
	width: 542px;
	font-weight: normal;
}


/* Contents --> Events */
.calendar-winners-row {
	background: url(../img/bg-newsarchive-bar.gif) repeat-x;
	line-height: 20px;
	color: #ffffff;
}

.calendar-rounds {
	background: #00208A url(../img/bg-newsarchive-bar.gif) repeat-x !important;
	line-height: 20px;
	color: #ffffff;
}

.event-trackpic {
	border:1px solid #dddddd;
	padding: 5px;
	display: inline-block;
	margin: auto;
	text-align: center;
}
a.calendar-bigphoto {
	width: 320px;
	height: 200px;
	display: block;
	border:1px solid #dddddd;
}
#table-calendadetails {
	float: left;
	border:1px solid #dddddd;
	margin: 10px;
	width:300px;
}

#title-calendadetails {
	color: #0039a3;
	font-size: 18px;
	font-weight: bold;
	text-transform:uppercase;
	line-height: 21px;
	padding: 14px 0 14px 20px;
}

#table-calendadetails span h3 {
	float: left;
	width: 100px;
	background: #f2f2f2;
}
#table-calendadetails span h4 {
	float: left;
	width:150px;
	font-weight: normal;
	font-size: 12px;
}
