/* @override http://www.fim-live.com/fileadmin/templates/fim/css/fim.css */

/* Global */
*{
	margin:	0px;
	padding:0px;
}

.cw_clearfloat {
	clear:both;
	visibility:hidden;
	height: 0px;
	font-weight: normal;
	line-height:0px;
}
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:#F5F5F5;
	color: #40425c;
	background-image: url(../images/bg_page.jpg);
	background-repeat: repeat-x;
}
form {
	margin: 0px;
	padding: 0px;
}
input, textarea, select {
	background-color: #FFFFFF;
	color: #cf0000;
	border: 1px solid #cccccc;
	font-size: 1em;
}
p{
	margin-bottom:12px;
}
a {
	COLOR: #000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	margin-top:0px;
	font-size:16px;
	padding:2px 10px 20px 10px;
	text-transform:uppercase;
}
h2 {
	margin-top:0px;
	font-size:1.5em;
}
h3 {
	margin-top:0px;
	font-size:1.2em;
}
h4 {
	padding: 0px;
	font-size:1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h5 {
	margin-top:0px;
	font-size:0.9em;
}
h6 {
	margin-top:0px;
	font-size:0.8em;
}
img{
	border-width:0px;
}
.cw_showalllbox{
	margin-top:10px;
	text-align:center;
	background-color:#f2f2f3;
}
.cw_showalllink{
	background-color:#f2f2f3;
	color:#afbdc8;
	font-size:10px;
	text-transform:uppercase;
	background-image:url(../images/puce_showalllink.gif);
	background-repeat:no-repeat;
	background-position:10px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.cw_highlighttext{
	font-weight:bold;
	color:#cf0000;
}
/* @group Main Container */
#cw_container {
	width: 960px; /* changes in this value must be matched in cw_footergroup */
	min-width: 960px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
}
/* @end */

/* @group POP UP */
#cw_pop{}
#cw_pop #cw_container{
	width:750px;
	min-width: 750px;
}
#cw_pop #cw_centercolumn{
	width:740px;
	margin: 0px auto 0px auto;
}
#cw_pop .cw_box{
	margin-bottom:5px;
}

/* @end */

/* @group Left Column */
#cw_leftcolumn {
	width:240px;
	height:100%;
	float:left;
	margin-left:2px;
}	
.cw_leftmenu {
	list-style-type: none;
	width:100%;
	margin: 0px;
	padding: 0px;
}
.cw_leftmenutitle{
	text-transform:uppercase;
	font-size:14px;
	padding:5px;
	font-weight:bold;
}
.cw_leftmenu li {
	display: inline;
}
.cw_leftmenu a {
	display: block;
	width: 198px;
	text-decoration: none;
	color: #40425c;
	background-image:url(../images/puce_menu.gif);
	background-repeat:no-repeat;
	background-position:10px;
	padding:5px 2px 5px 30px;
	font-weight:bold;
}
.cw_leftmenu li li a {
	padding:2px 0px 2px 30px;
	width: 198px;
	font-size:13px;
	background-image:none;
	text-transform:none;
}
.cw_leftmenu li ul {
	background-color:#f2f2f2;
	border-bottom:1px solid #cccccc;
	margin:0px 0px 10px 0px;
	padding:10px 0px 10px 0px;
}
.cw_leftmenu li ul ul{
	background-color:#f2f2f2;
	border-bottom:0px solid #cccccc;
	margin:0px;
	padding:0px;

}
.cw_leftmenu li li li a {
	width: 178px;
	padding-left:50px;
	font-size:11px;
	background-image:url(../images/puce_leftmenu.gif);
	background-repeat:no-repeat;
	background-position:30px;
}
.cw_leftmenu li li li a {
	width: 178px;
	padding-left:50px;
	font-size:11px;
	background-image:url(../images/puce_leftmenu.gif);
	background-repeat:no-repeat;
	background-position:30px;
}
.cw_leftmenu li li li li a {
	background-image:none;
	padding-left:60px;
	width:168px;
	background-position:40px;
}
.cw_leftmenu a:hover {
	text-decoration:underline;
}

.cw_leftmenu a:active { 
}
.cw_leftmenu .cw_itemact a {
	background-color:#d7dee3;
	background-image: url(../images/puce_menu_on.gif);
}
.cw_leftmenu ul .cw_itemact a {
	background-color:#f2f2f2;
	color:#cf0000;
	background-image: none;
}
.cw_leftmenu ul ul .cw_itemact a {
	background-image: url(../images/puce_leftmenu.gif);
}
.cw_leftmenu .cw_itemcur a {
	color:#cf0000;
	background-color:#d7dee3;
	background-image: url(../images/puce_menu_on.gif);
}
.cw_leftmenu ul .cw_itemcur a {
	color:#cf0000;
	background-color:#f2f2f2;
	background-image:none;
}
.cw_leftmenu ul ul .cw_itemcur a {
	color:#cf0000;
	background-color:#f2f2f2;
	background-image: url(../images/puce_leftmenu.gif);
}
.cw_leftmenu ul ul ul .cw_itemcur a {
	background-image: none;
}
/* @end */

/* @group Left Content */
#cw_leftcontent {
	margin: 0px;
	padding: 0px;
}
/* @end */

/* @group Content Container */
#cw_contentcontainer {
	background-image:url(../images/bg_content.jpg);
	background-repeat:repeat-x;
	margin-top: 2px;
}
/* @end */

/* @group GENERAL BOX */
.cw_box{
	border: solid 1px #CCCCCC;
	margin-bottom: 12px;
	background-color: #FFFFFF;
}
.cw_innerbanner300bloc .cw_box{
	margin-bottom: 0px;
}

.cw_boxtitlebloc{
	background-color:#cf0000;
	height: 41px;
	background-position: right;
	color:#FFFFFF;
}
.cw_boxtitle{
	font-size:18px;
	line-height:41px;
	text-transform:uppercase;
	font-weight:bold;
	padding:0px 0px 0px 10px;
}
.cw_secondlevel .cw_boxtitle {
	font-weight:bold;
	font-size:15px;
	line-height:18px;
	text-transform:none;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.cw_boxcontent{
	background-color:#FFF;
	padding:10px;
}
.cw_titlesponsorsbloc{
	float:right;
	height:36px;
	width:170px;
	text-align:right;
	margin-right:5px;
	padding-top: 5px;
}
.cw_titlessortingbloc{
	float:right;
	height:27px;
	width:200px;
	text-align:right;
	margin-left:30px;
	color:#FFFFFF;
	font-weight:bold;
	z-index: 5;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.cw_box table{
	width:auto;
	width:100%;
}
/* @end */


/* @group TABLE BOX */


.cw_tablebox .cw_boxcontent{
	background-color:#FFF;
	padding:5px;
}
.cw_tablebox tr.firstline th, .cw_tablebox thead th, .cw_tablebox thead td, .standard tr.firstline th, .standard thead th, .standard thead td {
	font-weight:normal;
}
.cw_tablebox tr.firstline td, .cw_tablebox tr.firstline th, .cw_tablebox thead th, .cw_tablebox thead td, .standard tr.firstline td, .standard tr.firstline th, .standard thead th, .standard thead td {
	padding:5px;
	color:#ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color:#000000;
	vertical-align:top;
}
.cw_tablebox tr.oddline td, .standard tr.oddline td {
	background-color: #f2f2f3;
	padding:5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	vertical-align:top;
	font-size:12px;
}
.cw_tablebox tr.evenline td, .standard tr.evenline td  {
	background-color: #ffffff;
	padding:5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	vertical-align:top;
	font-size:12px;
}
.cw_countryflag img{
	border:#CCCCCC solid 1px;
}
.cw_countryflag{
	text-align:center;
}
.cw_tabledatecell{
	color:#cf0000;
}
ul.cw_files {
	margin-top: 4px;
	border: 1px solid #999;
	list-style: none;
	font-size: 0.9em;
	padding: 4px 4px 0;
}
#cw_centercolumn ul.cw_files li {
	margin-bottom: 4px;
}
/* @end */

/* @group HOME 3 columns BOX */
.cw_3colbox{
	background-color:#d00707;
	height:250px;
	margin-bottom:12px;
	
	_width:639px;
	_height:248px;
	_background-color:#F5F5F5;
	_margin-bottom:8px;
}
.cw_1colbox{
	margin-bottom:12px;
	_width:639px;
	_height:248px;
	height:250px;
	_margin-bottom:8px;	
}
.cw_3col{
	height:248px;
	width:210px;	
	background-color:#8e8e8e;
	float:left;
	border: 1px solid #FFFFFF;
	_width:200px;
	_overflow:visible;
	_height: 1%;
}
.cw_3colbox .cw_3col div{
	_display:inline;
}
.cw_3colbox div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image{
	margin:0;
	padding:0;
}
.cw_3colbox div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image dt img{
	height:248px;
	width:210px;
	_width:209px;
}

/* @end */

/* @group Social Links */

#cw_home #cw_rightcolumn .cw_box_red {
	background: url(../../../../uploads/tx_templavoila/bg_titles01_21.jpg) no-repeat -300px;
	width: 300px;
	height: 42px;
	font-size: 12px;
	line-height: 42px;
	text-transform:uppercase;
	font-weight:bold;
	padding:0px;
	margin-bottom: 5px;
}

#cw_home #cw_rightcolumn .cw_box_red .cw_box_content {
	width: 300px;
	height: 50px;
}
#cw_home #cw_rightcolumn .cw_box_red p {
	margin-top: 7px;
	float: right;
	margin-right: 5px;
}
#cw_home #cw_rightcolumn .cw_box_red a {
	padding-left: 5px;
}
#cw_home #cw_rightcolumn .cw_box_red div {
	float: left;
	}

#cw_home #cw_rightcolumn .cw_box_red h3 {
	float: left;
	color: white;
	padding:0 0 0 10px;
	font-size:14px;
}

/* @end */



/* @group 2 columns BOX */
.cw_2colbox{
	margin-bottom:12px;
}
td.cw_2colbox {
	vertical-align:top;
	border-width:1px 1px 0px 1px;
	border-color:#cccccc;
	border-style:solid;
}
.cw_2colbox td.cw_showalltd{
	border-width:0px 1px 1px 1px;
	border-color:#cccccc;
	border-style:solid;
}
.cw_2colbox .cw_boxtitle{
	font-size:15px;
	line-height:18px;
	text-transform:none;
	padding-top: 2px;
}
.cw_2colbox .cw_box{
	margin-bottom:0px;
	border:0px;
}

/* @end */


/* @group REDGRADIENTBOX */
.cw_redgradientbox{
	background-image:url(../images/bg_smallredbox.gif);
	margin-bottom:12px;
	color: #FFFFFF;
}
.cw_redgradientboxtitle{
	color:#FFFFFF;
	font-size: 10px;
	text-transform:uppercase;
	letter-spacing:3px;
	font-weight:bold;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.cw_redgradientboxcontent{
	padding:6px 1px 6px 1px;
}
#cw_content .cw_redgradientboxcontent{
	padding:6px 5px 6px 5px;
}
.cw_redgradientbox .cw_morelink a{
	background-image:url(../images/puce_morelink_red.gif);
	color:#FFFFFF;
}

/* @end */

/* @group NEWSBLOC */
.cw_newsbloc{
	width:147px;
	float:left;
	padding:1px;
	text-align:left;
}
#cw_content .cw_newsbloc{
	padding:1px 5px 1px 1px;
	width:149px;
}

#cw_content .cw_newsbloc .cw_newsblocdate img{
	border:0px;
	padding:0px 5px;
}
.cw_newsblocdate{
	font-size:0.8em;
	padding:4px 4px 0px 4px;
	text-align:left;
}
#cw_content .cw_newsblocdate{
	color:#cf0000;
}
#cw_content .cw_redgradientbox .cw_newsblocdate{
	color:#ffffff;
}
.cw_newsblocline{
	clear:both;
}
.cw_newsbloctitle{
	padding:4px;
	font-weight:bold;
	text-align:left;
}
.cw_newsbloccontent{
	padding:0px 4px 10px 4px;
	text-align:left;
}
.cw_newsbloccategory{
	text-transform:uppercase;
	padding:20px 5px 5px 5px;
	color:#cf0000;
	font-weight:bold;
}
.cw_newsdetails .cw_newsblocline {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:147px;
}
.cw_newsdetails .cw_newsbloc{
	padding:0px;
}
#cw_content .cw_newsblocdate.cw_newsdetails{
	font-size:1em;
	padding:8px 4px 5px 10px;
	font-weight:bold;
	color: #40425C;
}
.cw_newslist{
}

#cw_content  .cw_newsbloc.cw_newslist{
	padding:1px 7px 15px 10px;
	width:620px;
	clear:both;
}
#cw_content  .cw_newsbloc.cw_newslist img{
	float:left;
	margin:5px 5px 5px 0px;
}
#cw_content  .cw_newsbloc.cw_newslist div.cw_newsbloccontent{
	margin: 5px 5px 5px 160px;
}
.cw_newsbloc.cw_newslist .cw_newsblocdate{
	padding:0px 4px 0px 4px;
}

/* @end */

/* @group RESULTS */

.cw_resultscategory{
	text-transform:uppercase;
	padding: 5px;
	color:#cf0000;
	font-weight:bold;
}
.cw_itemcur a{
	color:#cf0000;
}
.cw_resultdetailstable{
	margin-bottom:10px;
}
.cw_resultdetailstable td{
	padding:0px 5px 5px 0px;	
}
.cw_resultdetailstable td.cw_separator{
	width:60px;	
}
.cw_resultdetailsbottomlinks{
	text-align:right;
	padding:5px 0px 5px 0px;
}

/* @end */

/* @group INNERBANNERBLOC */
.cw_innerbanner300bloc{
	margin-bottom:12px;
}
.cw_innerbanner300blocleft{
	width:393px;
	float:left;
	margin-right: 6px;
}
.cw_innerbanner300blocright{
	width:300px;
	float:right;
	margin-left: 6px;
}
.cw_innerbanner300bloc .cw_redgradientbox{
	height:250px;
	margin-bottom:0px;
}

/* @end */

/* @group SHADOWBOX */

.cw_shadowbox{
}
.cw_shadowbox_top{
	height:4px;
	font-size:1px;
}

.cw_shadowbox_middle{
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
}
.cw_shadowbox_content{
	border:1px solid #FFFFFF;
}
.cw_shadowbox_bottom{
	height:4px;
	font-size:1px;
	background-position:bottom;
}

/* @end */

/* @group SHADOWBOX 240 */
.cw_shadowbox240{
	width:240px;
	margin-bottom:6px;
}
.cw_shadowbox240 .cw_shadowbox_top{
	background-image:url(../images/box/SHADOWBOX_top_240.png);
}
.cw_shadowbox240 .cw_shadowbox_middle{
	background-image:url(../images/box/SHADOWBOX_middle_240.png);
}
.cw_shadowbox240 .cw_shadowbox_bottom{
	background-image:url(../images/box/SHADOWBOX_bottom_240.png);
}

/* @end */

/* @group Center Column */
#cw_2col #cw_centercolumn {
	width:706px;
	float: left;
	padding-right: 7px;
	_padding-right: 5px; /* IE 6 */
	padding-bottom:7px;
	padding-left: 5px;
}
#cw_3col #cw_centercolumn {
	width:540px;
	float: left;
	padding-right: 7px;
	padding-bottom:7px;
	padding-left: 5px;
}
#cw_home #cw_centercolumn {
	width:636px;
	float: left;
	padding-left: 8px;
	padding-right: 7px;
	padding-bottom:7px;
	padding-top: 0px;
}
#cw_centercolumn li {
	margin-bottom:10px;
	font-size:1em;
}
/* @end */

/* @group Breadcrumb Trail */
#cw_breadcrumb {
	color: #999999;
	font-size: 10px;
	margin-bottom: 5px;
	background: url(../images/bg_breadcrumb.gif) 0px 2px repeat-x;	
	height: 15px;
	line-height: 15px;
}
#cw_breadcrumb a {
	color:#999999;
	font-weight:normal;
	text-decoration:none;
}
#cw_breadcrumb a:hover {
	text-decoration: underline;
}
.cw_breadcrumbcontent{
	background-color:#EFEFEF;
	padding-left:10px;
	padding-right:10px;	
}
/* @end */

/* @group Page title group */
#cw_pagetitlegroup{
	position:relative;
	height: 55px;
}
#cw_pagetitlegroup_detail{
	position:relative;
}
#cw_pagetitle{
}
#cw_subtitle{
	min-height:15px;
	text-transform:uppercase;
	padding-left:10px;
	letter-spacing:3px;
	font-weight:bold;
	font-size:11px;
	white-space:nowrap;
}
.cw_pagetitledate{
	color:#cf0000;
	border-right:1px solid #40425c;
	padding-right:10px;
	margin-right:5px;
}
/* @end */

/* @group Sorting Tools */

.cw_sortingtoolsbox td{
	padding:0px 0px 10px 0px;
}
.cw_sortingtoolsbox .cw_boxcontent{
	padding:10px 10px 0px 10px;
}
/* @end */


/* @group Content Tools */
#cw_contenttools {
	text-align:right;
	font-size:11px;
	position:absolute;
	width:220px;
	right:10px;
	top:9px;
}
#cw_contenttools img {
}
/* @end */

/* @group Main Content Area */
#cw_content p { 
	font-size:1em;
	margin-top:0px;
	margin-bottom:20px;
	padding-left:10px;
}
#cw_content h1, #cw_content h2, #cw_content h3, #cw_content h4, #cw_content h5, #cw_content h6{
	padding-left:10px;
}
#cw_content .indent {
	margin-left: 40px;
}
#cw_content .align-left {
	text-align: left;
}
#cw_content .align-right {
	text-align: right;
}
#cw_content .align-justify {
	text-align: justify;
}
#cw_content .align-center {
	text-align: center;
}
#cw_content img {

}
#cw_content hr {
	height: 1px;
	margin:5px 0px 5px 0px;
	border:0px;
	border-top:1px solid #FFFFFF;
}
#cw_content ul {
	margin-left: 30px;
}
#cw_content .csc-textpic ul{
	margin-left:0px;
}
#cw_content ol {
	margin-left: 40px;
}
/* General Styles (referenced for RTE use) */

.small {
	font-size: 0.85em;
}
.medium {
	font-size: 0.95em;
}
.large {
	font-size: 1.2em;
}

/* Content Table */
table.standard {
	width:100%;
}
table.standard td {
}
tr.firstline td {
	
}
tr.oddline td {
	
}
tr.evenline td {
	
}
/* @end */

/* @group Right Column */
#cw_rightcolumn {
	float: left;
	width: 160px;
	padding-top:55px;
}
#cw_home #cw_rightcolumn {
	float:left;
	width:300px;
	padding-top:0px;
}
#cw_rightcolumn p{
	margin-bottom:12px;
}
/* @end */

/* @group Bannerzone */
#cw_bannerzone_01{
	width:300px;
	height:250px;
	margin-bottom:12px;
}


/* @end */

/* @group Bottom Zone */
#cw_bottomzone{
	background-color:#000000;
	clear:both;
	color:#FFFFFF;
}
#cw_bottomzone div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image{
	margin:0;
}
.cw_bottomzonebloc{
	width:120px;
	float:left;
	padding:20px;
}
.cw_bottomzonebloctitle{
	font-size:1.2em;
	margin-bottom:10px;
	text-transform: uppercase;
}
.cw_bottomzonebloc a{
	color:#cf0000;
}
.cw_bottomzonebanner{
	clear:both;
	width:930px;
	height:100px;
	padding:15px;
}

#cw_bottomzone ul, #cw_bottomzone li{
	list-style: none;
}
#cw_bottomzone li{
	display:block;
	padding: 0px 5px 5px 10px;
	background-image:url(../images/puce_bottomzone_liste.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

/* @end */

/* @group Footer */
#cw_footergroup{
	bottom: 0;
}
#cw_footer {
	text-align: center;
	padding: 10px;
}
#cw_footer a {
}
#cw_footer a:hover {
}
.cw_mfooter a {
	color:#FFFFFF;
}
.cw_mfooter a:hover {
	
}
/* @end */

/* @group Signature */
#cw_signature {
	text-align: center;
	font-size: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F5F5F5;
}
/* @end */

/* @group Flexible Contents */
.cw_2columns tr, .cw_3columns tr, .cw_4columns tr {
	vertical-align: top;
}
.cw_sep_left {
	padding-left: 5px;
}
.cw_sep_right {
	padding-right: 5px;
}
.cw_column {
	padding: 0px;
}
table.cw_3columns{
}
.cw_3columns .cw_column {
	width: 33%;
}
.cw_2columns .cw_column {
	width: 50%;
}
.cw_4columns .cw_column {
	width: 25%;
}
/* @end */

/* @group Blocks */
.cw_frame_indentleft {
	margin-left: 30px;
}
.cw_frame_indentboth {
	margin-left: 30px;
	margin-right: 30px;
}
.cw_frame_rulerabove {
	border-top: 1px solid #ccc;
}
.cw_frame_rulerbelow {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 0px;
}
#cw_content .cw_frame_rulerbelow p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.cw_frame_highlight {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 20px;
	background-color: #F5F5F5;
}
#cw_content .cw_frame_highlight p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/* @end */

/* @group Indexed Search */
.tx-indexedsearch-browsebox TD {
	padding:10px;
}
.tx-indexedsearch-percent {
	font-weight:bold;
}
.tx-indexedsearch-secHead {
	padding-top:20px;
}
.tx-indexedsearch-secHead TD {
	font-weight:bold;
}
.tx-indexedsearch-title A {
	font-weight:bold;
}
/* @end */

/* @group Login Box Macmade */
.tx-loginboxmacmade-pi1-error {
	color:#BE0027;
}
TABLE.tx-loginboxmacmade-pi1-loginTable {
	margin-top:10px;
}
.tx-loginboxmacmade-pi1-loginTable TD {
	padding:0px;
	vertical-align:top;
	font-size:1em;
}
TD.tx-loginboxmacmade-pi1-labelCell {
	background-color:#0C1651;
	padding: 5px;
	font-weight:bold;
	color:#FFFFFF;
}
TD.tx-loginboxmacmade-pi1-fieldCell {
	background-color: #B5D6F6;
	padding:5px;
}
/* @end */

/* @group Site Map */
.cw_sitemap li {
	list-style-type: square;
	font-weight: bold;
	color: #FFFFFF;
}
.cw_sitemap li a {
	font-size: 15px;
}
.cw_sitemap li li {
	list-style-type: square;
}
.cw_sitemap li li a {
	font-size: 11px;
}
.cw_sitemap li li li{
	list-style-type: square;
}
.cw_sitemap li li li a {
	font-size: 10px;
}
/* @end */

/* @group Photo Book */
#tx-fotoboek img {
	margin:0px;
	border:1px solid black;
}
#tx-fotoboek table {
	width:100%;
}
.tx-fotoboek-nav {
	background-color:#0C1651;
	padding: 6px;
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
}
.tx-fotoboek-nav a {
	padding:3px;
	color: #FFFFFF;
	text-decoration : none;
}
.tx-fotoboek-nav a:hover {
	background: #0066cc;
	color: #FFFFFF;
}
.tx-fotoboek-nav a:active {
	background: #CCCCCC; 
}
/* @end */

/* @group Input Forms */
.cw_formtitlegroup{
	background-image:url(../images/bg_formtitelgroup.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:25px;
}
.cw_formtitle{
	background-image:url(../images/bg_formtitel.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:20px;
	padding:5px 15px 0px 15px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}
.cw_formgroup {
	clear: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#cw_content .cw_formcontent{
	border: 1px solid #5F81AA;
	margin-bottom: 20px;
	padding: 5px 15px 15px 15px;
	background-color: #E8EBF2;
}
.cw_formseparator {
	border-bottom: 1px solid #000;
	margin-top: 4px;
	margin-bottom: 4px;
}
.cw_formitem {
	float: left;
	padding: 0px;
	margin: 0px;
}
.cw_formwrap .cw_formlabel {
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 0px;
	margin: 0px;
}
label {
	padding: 4px;
}
.cw_radio_label {
	font-size: 12px;
}
.cw_formfield {
	padding-right: 6px;
	padding-bottom: 0px;
}
.cw_formfield .cw_formlabel {
	display: inline;
}
.csc-mailform-check, .csc-mailform-radio {
	width: auto;
}
.cw_formwrap h2 {
	margin-top: 4px;
	margin-bottom: 4px;
}
.cw_slimform { display: inline; }
/* @end */

/* @group Quick Poll */
.tx-quickpoll-pi1 h2 {
	font-size:13px;
	font-weight:bold;
	text-align:left;
	margin-bottom:0px;
}
.pollquestion, .pollresulttext {
	font-size:11px;
	text-align:left;
}
.polltotal {
	font-weight:bold;
}
.pollanswer {
	background-color: transparent;
}
.pollpercentbar {
	background-color:#B5D6F6;
}
input.pollsubmit {
	width:auto;
	height:25px;
	background-color: #DBDBDB;
	border-top:1px outset #eeeeee;
	border-left:1px outset #bbbbbb;
	border-right:1px outset #dddddd;
	border-bottom:1px outset #cccccc;	
}
input.pollsubmit:hover {
	background-color: #E0EEFC;
	border-top:1px solid #93a2bb;
	border-left:1px solid #93a2bb;
	border-right:1px solid #93a2bb;
	border-bottom:1px solid #93a2bb;
}
input.pollsubmit:active {
	border-top:1px inset #dce1e9;
	border-left:1px inset #dce1e9;
	border-right:1px inset #dce1e9;
	border-bottom:1px inset #dce1e9;
}
/* @end */

/* @group News */
.cw-news-archive ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.cw-news-archive li {
	padding: 0px;
	margin: 0px;
	padding-left: 6px;
}
.cw-news-archive .news-amenu-item-year {
	font-weight: bold;
}
/* @end */

/* @group gallery */

.cw_thumb{
	border:1px solid #CCCCCC;
	display: inline;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.cw_gallery{
	margin-top:20px;

}
/* @end */


/* @group Top Bar */

/* @group Homelink */

#cw_homelink {
	display: block;
	
	width: 193px;
	height: 90px;
	position: absolute;
	z-index: 3;
	
	/*left: 78px;
	top: 135px;
	*/
	margin:127px 0 0 -4px;
	border:none;
}

#cw_homelink span{
	display: none;
}
#cw_homelink  img{}
/* @end */

/* @group TopTitle */

/* @group FIM */
#cw_toptitles{
	font-family:Verdana;
	font-size:11px;
}
#cw_toptitles span{
	color: #ffffff;
	text-transform: uppercase;
	text-align: right;
	position: absolute;
	top: 17px;
	_top: 12px;
	z-index: 1;		
	
	padding: 5px;
}

#cw_toptitles .background{
	background-color: #000000;	
	color: #ffffff;
	text-transform: uppercase;
	text-align: right;
	
	top: 17px;
	_top: 12px;
	z-index: 1;
	position: absolute;	
	
	padding: 5px;
	opacity: 0.20;
	filter: alpha(opacity = 20);
	width: 350px;
	height: 13px;
}

/* @end */

/* @group Admin Access */

#cw_toptitles #cw_admintitle span{	
	text-align: left;	
	padding: 5px 5px 5px 15px;
	color: #666666;
	width: 300px;
	font-size:13px;
}

#cw_toptitles #cw_admintitle .background{
	text-align: left;	
	width: 300px;	
}

/* @end */

/* @group Main Title */
#cw_toptitles #cw_maintitle .background{
	margin-left:600px;
}
#cw_toptitles #cw_maintitle span{
	margin-left:600px;
	width: 350px;
	text-align:right;
	font-size:13px;
}
/* @end */

/* @end */


#cw_topbargroup{
	background-color:#e4e4e3;
	height: 30px;
	width: 960px;
	margin-bottom: 2px;
	position: absolute;
	top: 40px;
	
	font-family:Verdana;
}
#cw_topbar {
	position: relative;
	width:960px;
	color: #CCCCCC;
	font-size:10px;
}
#cw_topbarbloc1{
	position: absolute;
	width:400px;
	margin-left:10px;
	padding-top: 3px;		
	height: 26px;
}
#cw_topbarbloc2{
	position: absolute;
	right: 352px;
	width:120px;
	padding-top: 4px;	
}

#cw_topbarbloc2 div{
	position: relative;
}
#cw_topbarbloc3{
	position: absolute;
	right: 170px;
	width: 185px;
	padding-top:4px;	
	height: 26px;
	text-align: right;
}
#cw_topbarbloc4{
	position: absolute;
	right: 0px;
	_right: -1px;
	width:150px;
	text-align: right;	
	height: 30px;	
	overflow: hidden;
}

#topbar_carousel li.jcarousel-item {
    padding: 0;
}

#cw_topbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
} 
#cw_topbar li {
	padding: 0px;
	padding-right: 50px;
	float:left;
}
#cw_topbar li a{
	color:#999999;
	text-decoration:none;
	margin-top:3px;
}
#cw_topbar li a:hover{
	text-decoration:underline;
}

#cw_topbar input {	
	color: #999999;
	padding: 1px;
	margin-top: 1px;
}
#cw_topbar  .tx-loginboxmacmade-pi2 input{
	border:1px solid #AAAAAA;	
	color:#C0C5C9;
	
	width:93px;
	height:16px;
}
#cw_topbar  .tx-loginboxmacmade-pi2 .cw_buttonicon{
	background-color: transparent;
	height:auto;
	width:auto;
	_height:19px;
	_width:19px;
	border:none;
}

#cw_topbar #searchform input {
	color: #ffffff;
	padding: 3px;
	background-color: #999999;
	border: 0px;
	height: 14px;
	width:130px;
	font-size: 11px;
}
#cw_topbar #searchform input.cw_buttonicon{
	width:auto;
	_width:19px;
}
#cw_topbar #searchform input.cw_buttonicon,
#cw_topbar input.cw_loginbtnicon {
	background-color: transparent;
	border: 0px;
	margin: 0;
	padding: 0;
	height: 19px;
}
.cw_loginbtnicon {
	width: 19px;
	height: 14px;
	background-color: transparent;
	
}
/* @end */

/* @group Language Menu */
#cw_langmenu {
	position: absolute;
	height:  23px;
	width: 120px;
	background: url(../images/lang_bkg.gif);
}

#cw_langmenu div{
	position: absolute;
	top: 0px;
	left: 40px;
	padding: 0px 15px 0px 0px;
	height: 23px;
	line-height: 23px;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	background: url(../images/lang_bkg.gif) 100%;
	color: #ffffff;
	text-transform: uppercase;
	width: 70px;
	text-align: center;
	
	_width: 90px;
	_padding:0;
}

#cw_langmenu img{
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 5px;
}

#cw_langmenu a,
#cw_langmenu a:hover{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;	
}

#cw_langmenu a{
	display:block;
	float:left;
	height:23px;
	padding-left:7px;
	position:absolute;
	top:0;
	width:30px;
	
	_padding-left:0px;
}
#cw_langmenu div a{
	width:80px;
	padding:0;
	
	_float:none;
	_left:0px;
	.position:absolute;
	.left:0px;
}
/* @end */

/* @group Header */
#cw_headergroup{
	background-color:#FFFFFF;
}
#cw_header {
	height: 95px;
	background-color: #FFFFFF;
	background-image: url(../images/accroche.gif);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	width:100%;
	text-align: right;
}
#cw_header img {
	border: 0px;
}
/* @end */


/* @group Top Group */
#cw_topmenugroup{
	position:relative;
	top: 70px;
	height: 208px;
	margin-bottom: 74px;
	
	font-family:Verdana;
}
#cw_topmenuillustrationgroup {
	position: absolute;
	height:285px;
	width:960px;
}

#cw_topmenulogo {
	height: 280px;
	position: absolute;
	}

#cw_topmenulogo img{
	height: 280px;
	}
	
#cw_topmenuillustration {
	height:285px;
	text-align:right;
}

/* @end */

/* @group Top Menu */
#cw_topmenu {
	color: #FFFFFF;
	font-size: 12px;
	position:absolute;
	top: 00px;
	width: 704px;
	height: 24px;
	background-color: #535353;
	right: 0;
	_right: -1px;
	_width: 704px;
}

#cw_topmenu ul {
	list-style-type: none;
	margin: 0;
	padding-bottom: 1px;
} 
#cw_topmenu li {
	display: block;
	white-space:nowrap;
	padding:0;
	float:left;
}
#cw_topmenu a {
	display: block;
	padding: 5px 30px 4px;
	color: #aaaaaa;
	text-transform: uppercase;
	text-decoration: none;
}

#cw_topmenu span a {
	text-transform: uppercase;
	text-decoration: none;
}

#cw_topmenu .cw_itemact a,
#cw_topmenu .cw_itemcur a {
	color:#FFFFFF;
	font-weight: bold;
}

#cw_topmenu .sfHover span a {
	height: 18px;
	display: inline-block;
	background-color: #666666;
	padding-top: 5px;
	opacity: 0.9;  
	filter: alpha(opacity =90);
	color: #fff;
}

#cw_topmenubottomwhitespace{
	height:30px;
	background-color:#FFFFFF;
	clear:both;
}
/* @end */

/* @group DHTML Menu */

#cw_dhtmlmenu {
	position: absolute;
	width: 704px;
	_width: 708px;
	height: 24px;
}

#cw_dhtmlmenu, #cw_dhtmlmenu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#cw_dhtmlmenu li div { /* second-level lists */
	position : absolute;
	top : 27px;
	left : 0;
	margin: 0;
	background-color: #666666;
	padding: 1px 1px 12px;
	display: none;
	width: 702px;
	_width: 702px;
	opacity: 0.9;
	filter: alpha(opacity = 90);
}
#cw_dhtmlmenu li div

#cw_dhtmlmenu li.sfHover,
#cw_dhtmlmenu li.sfHover div { /* second-level lists shown */
	display: block;
	
}

#cw_dhtmlmenu li ul.cw_menucol { /* colonnes */
	background:none;
	float: left;
	width: 187px;
	margin-top: 10px;
	list-style-type: disc;
	list-style-image: none;
	list-style-position: outside;
	_margin-right: -7px;
}

#cw_dhtmlmenu li li {	
	background: none;
	padding-left: 10px;
}

#cw_dhtmlmenu li li a {
	background: none;
	color:#fff;
	padding: 3px 0 3px 15px;
	width: 170px;
	border: 0px;
	font-size: 11px;
	display: block;
	margin-bottom: 0px;
	margin-top: 0;
	margin-left: 0;
	text-transform: none;
}


#cw_dhtmlmenu li li a:hover {
	background-color: #d00707;
}

#cw_topmenu .cw_subitemact a,
#cw_topmenu .cw_subitemcur a {
	background-color: #333333;
	color:#FFFFFF;
	font-weight: bold;
}

/* @end */
/* @group padding removal */
#cw_content .cw_innerbanner300bloc p{	padding-left:5px;	}
#cw_content  .cw_redgradientbox p{	padding-left:5px;	}
#cw_content  .cw_box p {	padding-left:5px;	}
#cw_content .cw_newsbloccontent p{	padding:0px; }
#cw_content .news-list-container p{	padding:0px; }

#cw_content .cw_innerbanner300bloc h1, #cw_content .cw_innerbanner300bloc h2, #cw_content .cw_innerbanner300bloc h3, #cw_content .cw_innerbanner300bloc h4, #cw_content .cw_innerbanner300bloc h5, #cw_content .cw_innerbanner300bloc h6 {	padding-left:5px; }
#cw_content  .cw_redgradientbox h1, #cw_content  .cw_redgradientbox h2, #cw_content  .cw_redgradientbox h3, #cw_content  .cw_redgradientbox h4, #cw_content  .cw_redgradientbox h5, #cw_content  .cw_redgradientbox h6{	padding-left:5px;	}
#cw_content  .cw_box h1,#cw_content  .cw_box h2,#cw_content  .cw_box h3,#cw_content  .cw_box h4,#cw_content  .cw_box h5,#cw_content  .cw_box h6 {	padding-left:5px;	}

#cw_content .news-list-item h1, #cw_content .news-list-item h2, #cw_content .news-list-item h3, #cw_content .news-list-item h4, #cw_content .news-list-item h5, #cw_content .news-list-item h6{	padding-left:0;	}
/* @end */

#cw_debug {
  background-color: #FFAA00;
  color : #EEEEEE;
  font-weight: bold;
  padding-left: 10px;
  padding-bottom: 5px;
	padding-top: 5px;
  margin-bottom: 5px;
	margin-top: 5px;
}
/* @group search result */
.tx-indexedsearch{
	padding: 0px 10px 0px 10px;
}
td.tx-indexedsearch-title.title {
	padding-bottom: 5px;
}
td.tx-indexedsearch-descr.descr{
	padding:0px 0px 5px 5px;
}
td.tx-indexedsearch-info.info{
	padding-left: 5px;
	font-size: 0.8em;
}
ul.browsebox{
	margin: 20px 0px 20px 0px;
	padding: 0px;
	height: 40px;
}
ul.browsebox li{
	float: left;
	list-style: none;
	margin: 0px 5px 0px 0px;
	padding: 0px 5px 0px 0px;
	border-right: 1px solid #cccccc;
}
.tx-indexedsearch-res{
	clear: both;
}
#cw_content .tx-indexedsearch-browsebox p{
	padding-left: 0px;
}
#cw_content .tx-indexedsearch ul{
	margin-left:0px;
}
#cw_content .tx-indexedsearch-searchbox p{
	padding-left: 0px;
	font-size: 0.95em;
}
/* @end */

/* @group Page browser */
#cw_content .tx-pagebrowse {
	width: auto;
}
#cw_content .tx-pagebrowse-pi1 ul{
	margin:0px;
}
#cw_content .tx-pagebrowse-pi1 ol{
	margin:0px 10px 0px 10px;
}
.tx-pagebrowse a{
	color:#CF0000;
}
/* @end */

.cw_tablescrollarea{
	overflow: auto;
  width: 694px;
}

.tx-dropdownsitemap-pi1 a, .tx-dropdownsitemap-pi1 a:link, .tx-dropdownsitemap-pi1 a:visited, .tx-dropdownsitemap-pi1 a:hover, .tx-dropdownsitemap-pi1 a:active {
	color: #000 !important;
}

.tx-dropdownsitemap-pi1 div.expAll {
	background-color:#FFF;
	border:1px solid #CCC;
	color:inherit;
	padding:5px;
}

.td-score-hidden {
	display: none;
}


/* @group PERFORM TV */

/* @group general */

#tx_fimperformtv_container {
	padding: 0;
	position: relative;
	background-color: #000;
	overflow: hidden;
}

#tx_fimperformtv_thumbnails,
#tx_fimperformtv_boxelements,
#tx_fimperformtv_screenshots {
	position: absolute;
	}
	
#tx_fimperformtv_container,
#tx_fimperformtv_screenshots {
	width: 634px;
	height: 310px;
}


#tx_fimperformtv_container li,
#tx_fimperformtv_container ul,
#tx_fimperformtv_container img {
	margin: 0;
	padding: 0;

}

#tx_fimperformtv_container ul {
	list-style-type: none;
}

#tx_fimperformtv_container li {
	_display:inline-block;
    _float: left;
    _clear: left; 
}


/* @end */

/* @group thumbnails */

#tx_fimperformtv_thumbnails {
	margin-top: 45px;
	margin-left: 3px;
}

#tx_fimperformtv_thumbnails li {
	height: 46px;
	_height: 43px;
	margin-bottom: 7px;
	_margin-bottom: 5px;
}
#tx_fimperformtv_container a {
	margin : 0px;
	padding : 0px;
}

#tx_fimperformtv_thumbnails img {
	border: 1px solid #000;
	margin: 0;
	padding: 0;
}

#tx_fimperformtv_thumbnails li.item_sel img {
	border: 2px solid #fff;
	margin: -1px -1px -1px 10px;
	_border: 1px solid #fff;
	_margin: 0px 0px 0px 10px;
}



/* @end */

/* @group box elements */

#tx_fimperformtv_boxelements img {
	position: absolute;
}


/* @end */

/* @group screenshots */
#tx_fimperformtv_screenshots {
	left : 62px;
	top : 0;
}
#tx_fimperformtv_screenshots li {
	position: relative;
    height:310px;
}
#tx_fimperformtv_screenshots div {
	position: absolute;
	left : -62px;
	width: 635px;
	height: 41px;
	top : 0px;
	overflow:  hidden;
}

#tx_fimperformtv_screenshots div span{
	margin-left: 105px;
	font-size: 18px;
	color: #fff;
	display: block;
	line-height: 41px;
}
#tx_fimperformtv_screenshots div.tx_fimperformtv_videotitle span {
    height:41px;
    overflow:hidden;
    position:absolute;
}
#tx_fimperformtv_screenshots img.tx_fimperformtv_el_play {
    position : absolute;
	top: 90px;
	left: 220px;
}
#tx_fimperformtv_screenshots img.tx_fimperformtv_el_bottom {
	position: absolute;
	top: 0px;
}
/* @end */


/* @end */


/* @group Google Mini */

div.gsa_results {
	margin: 10px;
}

/* @group Résultat de recherche */
p.g span.l {
	font-size: 16px;
	color: #212121;
}

p.g td.s {
	color: #212121;
	padding-left: 15px;
}
/* @end */

/* @group Navigation */

.gsa_navbar {
	margin-bottom: 15px;
}

/* @group Navigation du haut */
span.s a {
	color: #212121;
	font-size: 15px;
	padding-right: 5px;
	padding-left: 5px;
}
/* @end */

/* @group Navigation du bas */
div.n span.b a {
	color: #212121;
	font-size: 15px;
	padding-right: 5px;
	padding-left: 5px;
}
/* @end */

/* @end */

.gsa_results input,
.gsa_results textarea,
.gsa_results select {
	color: #cf0000;
	border: 1px solid #cccccc;
	font-size: 1em;
	padding: 8px;
	margin:8px;
}
.gsa_results input.cw_buttonicon {
	background: none;
	border: none;
	padding: 0px;
}

.gsa_search_box .gsa_search_box_3 font a {
	font-size: 15px;
}

.gsa_top_separation_bar {
	margin-bottom: 15px;
}
.gsa_top_separation_bar_1 {
	margin-bottom: 15px;
	color: #5e5e5e;
}

/* Countdown fce */
#scrl_box{
	height:0px;
}
#scrl_item {
	position: relative;
	overflow: hidden;
	height: 41px;
	width: 463px
}
#scrl_item li {
	position: absolute;
	top: 41px;
	left: 5px;
	height: 41px;
	list-style-type:none;
}
.cw_tablebox_cntdwn{
	height:41px;
}
.cw_tablebox_cntdwn .cw_titlesponsorsbloc {
    float: left !important;
    height: 41px;
    padding-top: 0 !important;
    text-align: center;
    width: 166px;
}
.cw_tablebox_cntdwn .cw_boxcontent{
	display:none !important;
	padding:0px;
	margin:0px;
}
.eventname {
    line-height:12px;
	margin-right:5px;
    margin-left:0px;
    padding-top:7px;
    width:290px;
	height:33px;
}
.eventname a{
	color:#FFFFFF;
	font-size:12px;
}
.cntdwnbg_0,.cntdwnbg_{
	background:url(../images/fim-countdown-bg-fr.png) left 5px no-repeat !important;
	height:40px;
	width:150px;
	color:#FFFFFF;
	font-size:14px;
	letter-spacing:5px;
	padding-left:4px;
	line-height:33px;
	float:right;
}
.cntdwnbg_1{
	background:url(../images/fim-countdown-bg-en.png) left 5px no-repeat !important;
	height:40px;
	width:150px;
	color:#FFFFFF;
	font-size:14px;
	letter-spacing:5px;
	padding-left:4px;
	line-height:33px;
	float:right;
}
.tgh_day{
	padding-right:9px;
}
.tgh_hr{
	padding-right:10px;
}
.tgh_min{
	padding-right:10px;
}
.tgh_sec{
	padding-right:2px;
}
.milliCount{
	font-size:14px;
	padding-left:0px;
}
/* @end */

.cw_addthis{
	position: absolute;
	right:0px;
	bottom:0px;
	width:300px;
	height: 30px;
}
#cw_pagetitlegroup{
	height: 80px;
}

/* @group New Homepage News Carousel */

#tx_fimhomenews_container {
	border-color: black;
	height: 247px;
	position: relative;
	background-image: url(../images/homepage_news/background.gif);
}
#tx_fimhomenews_maintitle {
	z-index: 3;
	position: absolute;
	color: #fffeff;
	right: 425px;
	top: 40px;
}

#tx_fimhomenews_container #tx_fimhomenews_titles
 {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#tx_fimhomenews_container #tx_fimhomenews_titles
 li {
	position: absolute;
	top: 60px;
	width: 200px;
	font-size: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #4f4f4f;
	border-bottom: 1px solid #4f4f4f;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	left: 10px;
	display: none;
	height: 85px;
	overflow: hidden;
}

#tx_fimhomenews_container #tx_fimhomenews_titles
 li a {
	color: #cf0000;
}
#tx_fimhomenews_container #tx_fimhomenews_titles
 li a:hover {
	color: #cf0000;
	text-decoration:none;
}

#tx_fimhomenews_container div#tx_fimhomenews_background {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

#tx_fimhomenews_container #tx_fimhomenews_images {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin-left: 181px;	
}

#tx_fimhomenews_container #tx_fimhomenews_images li {
	width: 453px;
	display: none;
	overflow: hidden;
	height: 247px;
	text-align: center;
}


#tx_fimhomenews_container  #tx_fimhomenews_titles li.item_sel,
#tx_fimhomenews_container  #tx_fimhomenews_images li.item_sel
{
	display: block;
}


#tx_fimhomenews_container #tx_fimhomenews_nav {
	list-style-type: none;
}

#tx_fimhomenews_container #tx_fimhomenews_nav li {
	position: relative;
	z-index: 2;
	float: left;
	width: 17px;
	height: 17px;
	top: 210px;
	left: 40px;
	padding-right: 2px;
	background: url(../images/homepage_news/homenews_dotunselected.gif) no-repeat;
}
#tx_fimhomenews_container #tx_fimhomenews_nav li.item_sel {
	background-image: url(../images/homepage_news/homenews_dotselected.gif);
}



/* @end */

/* @group My Group */

#cw_livetracking {
	margin-left: 5px;
}

/* Livetracking frame */
#cw_liveframe {
	width: 960px;
	height: 380px;
	border: 0px;
	margin: 0px;
	overflow: hidden;
	margin-left: -10px;
}

.tx-fimlivetracking-pi1 {
    margin-bottom: 15px;
}

.tx-fimlivetracking-pi2 iframe {
    height: 930px!important;
    border: 0;
}

.cw_trackintel_loading {
	width: 100%;
	height: 60px;
	background-image: url(../images/trackintel_loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#cw_trackintel_table_results td {
	min-width: 40px;
}

/* @end */




/* @group Newsletter Link on homepage */

#cw_home #cw_newsletterLink a {
	background: url('../images/subscribeFR.png');
	width:300px;
	height:135px;
	display:block;
}

#cw_home #cw_newsletterLink.en a {
	background: url('../images/subscribeEN.png');
}

#cw_home #cw_newsletterLink span {
	display:none;
}

/* @end */

#c4070{
    _display:none;
}
