/*   ---------------------   algemene layout   ---------------------   */
/**,html,body {
	margin: 0;
	padding: 0;
	font-family: Ubuntu, Helvetica, sans-serif; */
}
#main_offer, #main, #main_login {
	font-family: Ubuntu, Helvetica, sans-serif;
}

.mobileShow {
	display:none;	
}

/* #menu,#navigationBar,#contentRight {
	font-size: 12px; */
}

img {
	border: none;
}

body {
	text-align: center;
}

#frame {
	width: 795px;
	margin-right: auto;
	margin-left: auto;
	margin: 0px auto 0px auto;
	padding: 25px 0px 0px 0px;
	text-align: left;
	/*overflow: hidden;*/
}

.noTop {
	margin-top: 0px !important;
}

/*a {
	color: #013b7b;
	text-decoration: underline;
} */

/*   ---------------------   header styling   ---------------------   */
#header {
	background: #fff;
	height: 46px;
}

#header img.logo {
	float: left;
}

#navigationBarEnd {
	margin: 0px;
	width: 5px;
	background: url('/i/topbar_end.png');
	height: 34px;
	float:left;
}

#navigationBarBegin {
	margin: 0px;
	width: 5px;
	background: url('/i/topbar_begin.png');
	height: 34px;
	float:left;
}

#navigationBar {
	margin-left: 170px;
	width: 610px;
	background: url('/i/bg_oranje_topbar.gif') repeat-x;
	height: 34px;
}

#navigationBarContent {
	width: 600px;
	height: 34px;
	float:left;
	white-space: nowrap;
}
	

#navigationBar #home:hover, #navigationBar #becomember:hover, #navigationBar #favorites #favo:hover, #navigationBar #privacy:hover, #navigationBar #notUser:hover, #navigationBar #showLogin:hover{
	background: url('/i/bg_blue_hover_topbar.gif');
}

#navigationBar #favorites #favo.clicked{
	background: url('/i/bg_blue_hover_topbar.gif');
}

#navigationBar #becomember, #navigationBar #favorites #favo, #navigationBar #search, #navigationBar #privacy, #navigationBar #notUser, #navigationBar #showLogin {
	padding: 8px 12px 0px 12px;
	float: left;
	height: 26px;
	font-weight: normal;
}

#navigationBar #home{
	width:27px;
	text-align: center;
	padding: 8px 6px 0px 6px;
	float: left;
	height: 26px;
	font-weight: normal;
}

#navigationBar #notUser {
	width:83px;
	overflow: hidden;	
}

#navigationBar .t-autocomplete-menu {
	margin:25px 0 0 0;
	background:none;
	background-color:#FFF;	
}

	#navigationBar .t-autocomplete-menu ul{
		background:none;
		background-color:#FFF;	
		border:1px solid #ff9a00;
		margin:0px;
		padding:0px;
	}
	
	#navigationBar .t-autocomplete-menu ul li{
		color:#00387b;
		border:none;
		margin:0px;
		padding: 2px 0 0 6px;
	}
	
	#navigationBar .t-autocomplete-menu ul li.selected {
		color:#FFF;
		background-color:#ff9a00;
	}
	
#navigationBar #search {
	padding: 3px 20px 0px 20px;
}

#navigationBar #searchIcon {
	height:36px;
	width:38px;
	padding: 0;
	margin: 0;
	float: left;
}

#navigationBar #favo{
	margin-left: 1px;
}

#navigationBar  a{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;	
}


#searchTopWrapper {
	background: url('/i/topbar_search.png') no-repeat;	
	height:36px;
	width:217px;
}

#searchTextWrapper {
	
	float:left;
	position: relative;
}

#searchTextWrapper IMG.t-autoloader-icon {
	position: absolute;
	top:4px;
	left:110px;
}
#searchTopWrapper button p {
	display: none;
}

#searchText {
	padding:0px;
	width:134px;
	margin:4px 0 0 0px;
	background: none;
	border:none;
	outline:none;
	color:#ff9a00;
}

#searchTopWrapper button{
		color:#FFF;
		background:none;
		border:none;
		cursor:pointer;
		padding:3px 0 0 5px;
	}
	
/*
#searchInputBegin {
	background: url('/i/topbar_search_begin.png') no-repeat;	
	width:36px;
	height:27px;
	float:left;
}

#searchInputEnd{
	background: url('/i/topbar_search_end.png') no-repeat;	
	width:42px;
	height:27px;
	float:left;
}

	#searchInputEnd button{
		color:#FFF;
		background:none;
		border:none;
		cursor:pointer;
		padding:2px 0 0 2px;
		float:left;
	}

#searchText {
	float:left;
	height:27px;
	background: url('/i/topbar_search_bg_input.png') repeat-x;	
	border:none;
}
*/
/*
#navigationBar {
	margin-left: 170px;
	width: 610px;
	border-bottom: 4px solid #add8f5;
	height: 27px;
}

#navigationBar input.veld {
	margin:2px 0 0 0 ;
	padding-top: 2px;
	padding-left: 2px;
	width: 130px;
	height: 16px;
	font-size: 11px;
	color: #f90;
	float: left;
}
*/

/*
#navigationBar input.zoek {
	width: 65px;
	height: 22px;
}


#button.zoek {
	background: url('/i/search_button.png') no-repeat;
	width: 72px;
	height: 21px;
	border: none;
	color: #fff;
	font-weight: bold;
	padding: 0px;
	margin: 3px 0px 0 4px; 
	text-align: center;
	cursor: pointer;
}

	.zoek p {
		padding: 0px 0 1px 0;
		margin: 0px;
	}

#navigationLinks {
	background: url(/i/blue_topleftcorner.gif) top left no-repeat #add8f5;
	float: right;
	height: 28px;
	text-align: center;
	padding-left: 9px;
	width: 380px;
}

.navEnd {
	float: right;
	width: 11px;
	height: 11px;
	background: url(/i/blue_toprightcorner.gif) top right no-repeat;
}

table.tblNavigationLinks  {
	margin:5px auto 0px auto;
}
*/

.borderPaddingLinks {
	padding: 0px 6px;
	border-left: 1px solid #000;
}

.borderPaddingLinksRight {
	padding: 0px 6px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.paddingLinks {
	padding: 0px 6px;
}


.paddingLinksFirst {
	padding: 0px 6px 0px 0px;
}

table.tblNavigationLinks a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	/* margin-left: 4px;
	margin-right: 4px;*/
}

table.tblNavigationLinks a:hover {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

/*   ---------------------   menu styling   ---------------------   */
#menu {
	width: 140px;
	padding: 0px;
	float: left;
	background: #fff;
	margin-top: 15px;
}

/*   --   main menu links   --   */
#menu #country {
	border: 0 none;
	margin-bottom: 10px;
	margin-top: 0;
}

#menu #country #be {
	background-image: url(/i/flag_be.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 22px;
}

#menu #country #nl {
	background-image: url(/i/flag_nl.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 22px;
}

#menu #country #de {
	background-image: url(/i/flag_de.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 22px;
}

#menu #country #uk {
	background-image: url(/i/flag_en.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 22px;
}

#menu #country #pl {
	background-image: url(/i/flag_pl.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 22px;
}

#menu #country #fr {
	background-image: url(/i/flag_fr.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 22px;
}

#menu #country a {
	font-family: Ubuntu, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

#menu .mainMenu li {
	font-weight: bold;
	color: #013b7b;
	margin-top: 8px;
	padding-bottom: 4px;
	border-bottom: 1px solid #f90;
	list-style: none;
}

#menu .mainMenu li a:link,#menu .mainMenu li a:visited,#menu .mainMenu li a:active
	{
	text-decoration: none;
	color: #013b7b;
}

#menu .mainMenu li a:hover {
	color: #f93;
}

#menu .mainMenuHasSub {
	margin-bottom: 5px;
}

#menu li.mainMenuSelected {
	color: #f93;
}

#menu #twitter {
	margin:10px 0 0 0 ;
	width: 140px;
}

#menu #facebook {
	width: 140px;
	margin:10px 0 0 0 ;
}

#menu #twitter li {
	list-style: none;
	line-height: 12px;
}

#menu #facebook li {
	list-style: none;
	line-height: 12px;
}

#menu #twitter li a {

}

#menu #facebook li a {

}

/*   --   submenu links   --   */
#menu .subMenu li {
	font-size: 11px;
	background: url(/i/subm_border.gif) 0 15px no-repeat;
	margin-top: 2px;
	padding-bottom: 2px;
	list-style: none;
}

.subMenu a,.subMenu a:visited,.subMenu a:active {
	font-size: 11px;
	color: #959595;
	text-decoration: none;
}

.subMenu a:hover {
	font-size: 11px;
	color: #f93;
}

/* #subMenuSelected  { color: #f93; font-weight: bold; }*/
.subMenuSelected {
	color: #f93;
	font-weight: bold;
}

.subItemMenu, .subItemMenuSelected{
	padding-left:10px;
}
.subItemMenuSelected {
    color: #FF9933;
    font-weight: bold;
}

/*   ---------------------  center content  ---------------------   */
#contentCenter {
	width: 405px;
	padding: 0;
	float: left;
	margin: 0px 20px 0 30px;
}
#contentToolbar h1, #contentCenter h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 14px;
	color: #f93;
}

#contentCenter h2 { /* blauwe balk */
	font-size: 16px;
	font-weight: bold;
	margin-top: 28px;
	color: #013b7b;
	width: 405px;
	height: 26px;
	background: url(/i/heading_balk_blauw.gif) no-repeat;
	padding-top: 6px;
	padding-left: 5px;
	margin-bottom: 12px;
}

#contentCenter h5 { /* oranje balk */
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	color: white;
	width: 390px;
	height: 30px;
	background: url(/i/heading_balk_oranje.gif) no-repeat;
	padding-top: 6px;
	padding-left: 20px;
	margin-bottom: 12px;
	margin-right: -5px;
}

#contentCenter h5 img {
	margin-right: 10px;
}

#contentCenter h5 a {
	color: white;
	font-size: 16px;
	text-decoration: none;
}

#contentCenter h5 a:hover {
	text-decoration: underline;
}

#contentCenter .notFound table {
	margin: 0;
}
#contentCenter .notFound p {
	padding: 10px;
	line-height: 16px;
	font-size: 12px;
}

#contentToolbar p, #contentCenter p {
	color: #013b7b;
	font-size: 12px;
	line-height: 16px;
}

#contentToolbar table, #contentCenter table {
	color: #013b7b;
	font-size: 12px;

}
#contentToolbar table {
	margin: 10px 0 0 10px;
}
#contentCenter .validation-error {
	color: #CC1515;
	font-weight: bold;
}

#contentCenter .validation-error li {
	color: #CC1515;
	font-weight: bold;
}

#contentCenter .divider{
	height:2px; 
	width:100%; 
	background-color: #E1F1FB;
}

#contentCenter .content{
	padding: 10px 0px 10px 0px;	
}

#contentCenter .content a{
	font-weight: bold	
}

#contentCenter .content img{
	margin: 0px 5px 0px 5px;	
}
.uitloggen {
	color: #FF0000;
	font-size: 14px;
}

/*   --   partner blok--   */
.partner {
	padding: 0px;
}

.partner .logo{
	text-decoration: none;
	color:#000;
	font-weight: bold;
}
.partner h3 {
	font-size: 14px;
	color: #f93;
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0;
}

.partner h3 a:link,.partner h3 a:active,.partner h3 a:visited {
	color: #f93;
	font-size: 16px;
	text-decoration: none;
}

.partner h3 a:hover {
	color: #f93;
	text-decoration: underline;
}

.partner h4 {
	font-size: 16px;
	color: #f93;
	font-weight: bold;
	display: inline;
	margin-left: 5px;
}

.partner .reward {
	float: right;
}

.partner .overflow {
	clear: both;
	height: 30px;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 2px;
}
/*
.partner p {
	clear: both;
	color: #013b7b;
	font-size: 12px;
	line-height: 16px;
}
*/
.partner li {
	color: #013b7b;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	margin-bottom: 5px;
	padding-left: 10px;
}
.partner table {
	margin: 10px 0 8px 0;
}

/***********************
	Standaarden
************************/
.pr10{
	padding-right: 10px;
}

.pr5 {
	padding-right: 5px;	
}

.pl5 {
	padding-left: 5px;	
}

.pl12 {
	padding-left: 12px;	
}

.pb5 {
	padding-bottom: 5px;	
}
.pt10 {
	padding-top: 10px;	
}

.pb10 {
	padding-bottom: 10px;	
}

.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt18{
	margin-top: 18px;
}
.mr15{
	margin-right: 15px;
}

.mr10{
	margin-right: 10px;
}

.ml10 {
	margin-left: 10px !important;
}

.ml5 {
	margin-left: 5px ;
}

.mt10 {
	margin-top:10px !important;	
}
	
h6.uitroep {
	background: url(/i/icon_uitroepteken.gif) no-repeat 5px 5px;
}

h6.toegevoegd {
	background: url(/i/icon_toegevoegd.gif) no-repeat 5px 5px;
}

h6.verwijderd {
	background: url(/i/icon_verwijderd.gif) no-repeat 5px 5px;
}

/*   --   partner overzicht links  -- */
#partnerSortLinks {
	margin-bottom: 8px;
}

#partnerSortLinks a:link,#partnerSortLinks a:visited,#partnerSortLinks a:active
	{
	width: 100%;
	padding: 3px 9px;
	margin-right: 12px;
	text-decoration: none;
	background-color: #E1F1FB;
}

#partnerSortLinks a#arrowDown {
	background: url(/i/sortarrow_down.gif) right center no-repeat;
	padding-right: 16px;
	background-color: #add8f5;
}

#partnerSortLinks a.arrowDown {
	background: url(/i/sortarrow_down.gif) right center no-repeat;
	padding-right: 16px;
	background-color: #add8f5;
	font-weight: bold;
}

#partnerSortLinks a#arrowUp {
	background: url(/i/sortarrow_up.gif) right center no-repeat;
	padding-right: 16px;
	background-color: #add8f5;
}

#partnerSortLinks a.arrowUp {
	background: url(/i/sortarrow_up.gif) right center no-repeat;
	padding-right: 16px;
	background-color: #add8f5;
	font-weight: bold;
}

#partnerSortLinks a:hover {
	background-color: #add8f5;
}

.partnerPageLinks p {
	color: #f93;
	margin-bottom: 15px;
	margin-top: 9px;
}

.partnerPageLinks a:link,.partnerPageLinks a:visited,.partnerPageLinks a:active
	{
	color: #f93;
	margin: 0 2px;
	text-decoration: underline;
}

.partnerPageLinks a:hover {
	color: #f93;
	text-decoration: underline;
	font-weight: bold;
}

.partnerPageLinks a.selected,.partnerPageLinks  p.selected,.partnerPageLinks span.selected
	{
	font-weight: bold;
	color: #f93;
}

.reward span {
	font-size: 12px;
	color: #bfbfbf;
}

/*   ---------------------  content right  ---------------------   */
#contentRight {
	width: 186px;
	padding: 0px;
	float: left;
	background: #fff;
}


.questions {
	background-color: #f93;
	background-image: url(/i/blok_rechts_vragen_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.questionsStart {
	background: url(/i/blok_rechts_oranje_top.gif) no-repeat top left #f93;
}


.welcome p{
	padding: 11px 4px 10px 0px;
}
.welcome .welcomeBodyText {
	padding-bottom: 18px;
}
.orange {
	color: #FF9933;
	 font-weight: bold; 
}
.orangeBlock p {
	padding: 0 10px;
	margin-bottom: 10px;
	color: white;
}

.orangeBlock h4 {
	padding: 10px;
	font-size: 16px;
	color: white;
}

.orangeBlock table {
	color: white;
	margin: 0 0 10px 10px;
}

.orangeBlock .bar {
	background: url(/i/bar_bg.gif) no-repeat;
	width: 161px;
	height: 17px;
	margin-left: 10px;
	padding: 2px;
	margin-top: -5px;
}

.granted {
	background: url(/i/zakgeld_bg.gif) no-repeat;
	width: 186px;
	/* height: 94px; */
	height: 84px;
	text-align: right;
	padding: 25px 0 0 0;
}



/*   ---------------------  center content WIDE  ---------------------   */
#contentCenterWide {
	width: 610px;
	padding: 0;
	float: left;
	margin: 0 0 0 30px;
}

#contentCenterWide h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 14px;
	color: #f93;
}

#contentCenterWide h2 {
	font-size: 16px;
	font-weight: bold;
	color: #013b7b;
}

#contentCenterWide #blue ul {
	margin-left: 15px;
	padding-left: 2px;
}

#contentCenterWide #blue ol {
	margin-left: 15px;
	padding-left: 2px;
}

#contentCenterWide #blue li {
	margin-bottom: 5px;
	padding-left: 10px;
}

#contentCenterWide p {
	padding: 10px;
	line-height: 16px;
	font-size: 12px;
}

#contentCenterWide table {
	margin: 10px;
}

#contentCenterWide td {
	vertical-align: top;
}

/*
#contentCenterWide td {
	height: 16px;
	vertical-align: top;
	line-height: 16px;
}
*/

#contentCenterWide input.textfield {
	height: 14px;
	padding: 2px;
	margin-bottom: 8px;
}

#contentCenterWide input.textfieldWide {
	height: 14px;
	width: 320px;
	padding: 2px;
	margin-bottom: 2px;
}

#contentCenterWide input.radio {
	padding: -2px;
	margin: -2px;
}

#contentCenterWide textarea {
	padding: 2px;
	margin-bottom: 8px;
	width: 320px;
	font-size: 11px;
}

#contentCenterWide .select {
	width: 150px;
}

#contentCenterWide .select option {
	padding-left: 5px;
}

#contentCenterWide input.date {
	height: 16px;
	padding: 1px 0 0 2px;
	width: 100px;
}


#contentCenterWide .btnSpace {
	
}

#contentCenterWide .validation-error {
	color: #CC1515;
	font-weight: bold;
}

#contentCenterWide .validation-error li {
	color: #CC1515;
	font-weight: bold;
}

#contentCenterNoStyle {
	clear: right;
	width: 610px;
	float: none;
	margin: 0 0 0 30px;
	font-size: 12px;
	padding-left: 30px;
}

.faq{
	float: left;
	width:295px; 
	overflow: hidden;
}

.faq.right{
	margin-left:15px;
}
.loginBlock {
	background: url(/i/inloggen_bg.jpg) no-repeat;
	width: 605px;
	height: 178px;
	font-size: 12px;
	color: #013b7b;
	padding: 10px 0 0 10px;
}

#contentCenterWide p.loginLinks {
	padding: 4px 0 2px 25px;
	background: url(/i/arrow2.gif) no-repeat 9px 6px;
}

/*   ---------------------  footer  ---------------------   */
#footer,#footerPopup {
	border-top: 4px solid #FF9933;
	margin-left: 170px;
	margin-top: 10px;
	font-size: 11px;
	margin-bottom: 15px;
	padding-top: 5px;
	color: #013b7b;
	clear: all;
}

#footerPopup {
	margin-left: 0px;
}

#footer a,#footerPopup a {
	color: #013b7b;
	font-size: 11px;
	text-decoration: underline;
}

/* */
.smallFont {
	font-size: 11px;
}

.normalFont #light_orange p {
    line-height: 16px;
    padding: 10px;
}

	.normalFont {
		font-size: 12px;
	}
	
	.normalFont #light_orange table {
		margin: 0 0 0 10px;
	}
	
	

.imgFloatLeft {
	float: left;
	margin: 0 5px 2px 0;
}

.imgFloatRight {
	float: right;
	margin: 0 0 2px 5px;
}

.imgFloatCenter {
	margin: 0 0 0px 20px;
}

.lh16 {
	line-height: 22px;
}

.gray {
	color: gray;
}

.odd {
	background: white;
}

.even {
	background: #ebf6fc;
}

.f1TeamHeader {
	border: solid 1px gray;
	font-family: Ubuntu, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-color: #EEEEEE;
	height: 10px;
	text-align: center;
}

.f1TeamCar {
	border-bottom: solid 1px gray;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	height: 60px;
}

.f1PilotLeft {
	border-right: solid 1px gray;
	border-left: solid 1px gray;
	border-bottom: solid 1px gray;
}

.f1PilotRight {
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
}

.f1PilotDescription {
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
	font-family: Ubuntu, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 21px;
}

.selectedPilotDescription {
	font-family: Ubuntu, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 21px;
	height:46px;
	width:122px;
	text-align:center;
	float:left;
}

.selectedPilotImg {
	height:46px;
	width:43px;
	float:left;
}

.f1PilotDescription A:link {
	text-decoration: underline;
	color: #000000;
}

.f1PilotDescription A:visited {
	text-decoration: underline;
	color: #000000;
}

.f1PilotDescription A:active {
	text-decoration: underline;
	color: #000000;
}

.f1PilotDescription A:hover {
	text-decoration: underline;
	color: #000000;
}

.field-label {
	color: # #013B7B;
}

.field-label-required {
	color: #013B7B;
	font-weight: bold;
}

.invalid-field {
	color: #CC1515;
	font-weight: bold;
}

.validation-error li {
	color: #CC1515;
	font-weight: bold;
}

.validation-error {
	color: #CC1515;
	font-weight: bold;
}

label.t-error {
	color: #CC1515;
}
.uitloggen {
	color: #FF0000;
	font-size: 14px;
}

.sendToFriend {
	background: transparent url(/i/favorieten_bg.gif) no-repeat scroll 0 0;
	height: 24px;
	margin-bottom: 15px;
	padding-left: 12px;
	padding-top: 6px;
	width: 280px;
}

.sendToFriend a {
	color: gray;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#breadcrumb {
	margin-bottom: 10px;
}
#contentCenterWide #breadcrumb p{
	padding-left: 0px;
}
#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
	font-size: 11px;
	display: none;
	background: #333;
	text-align: left;
	opacity: 0.9;
}

#unitip small {
	color: #ddd;
}

#unitippoint,#unitipmid,#unitipcap {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	display: block;
}

#unitippoint {
	overflow: hidden;
}

#unitipmid {
	height: auto;
	padding: 5px;
}

#unitipcap {
	overflow: hidden;
}

.tidySummary {
	position: absolute;
	width: 300px;
	top: 0;
	left: 50%;
	margin-left: -150px;
	font-size: 12px;
	border: 1px solid #bbb;
	border-top-width: 0;
	background: #FFFFE1;
	padding: 3px 0;
	background-repeat: no-repeat;
	background-position: 5px 2px;
}

.tidySummaryERROR {
	background-image: url(/images/cross-button.png);
}

.tidySummaryWARNING {
	background-image: url(/images/exclamation-button.png);
}

.tidyMessages {
	border: 1px solid #bbb;
	background: #FFFFE1;
	text-align: left;
	margin: 10px;
	padding: 10px;
	list-style: none;
	font-size: 12px;
}

.tidyMessages li {
	background-repeat: no-repeat;
	background-position: 2px left;
	padding: 2px 0 2px 24px;
}

.tidyMessages li .lineinfo {
	color: #666;
}

.tidyMessages li.WARNING {
	background-image: url(/images/exclamation-button.png);
}

.tidyMessages li.ERROR {
	background-image: url(/images/cross-button.png);
}

.tidyMessages li.INFO {
	background-image: url(/images/information-button.png);
}

.tidyMessages li.SUMMARY {
	background-image: url(/images/question-button.png);
}

.nowrap, .nowrapMobile {
	white-space: nowrap;
}


#partnerSortLinks .selected{
	font-weight: bold; 
}
		
.underline{
	text-decoration: underline;
}

#blue .claimAdd h4{
 	padding: 0px 7px 0px 0px !important;
 	font-weight: normal !important;
 	font-size: 12px !important;
 }
#blue .claimAdd .descr span{
 	padding: 0px 7px 0px 0px !important;
 	font-weight: normal !important;
 	font-size: 12px !important;
 } 
 /* Main properties voor panelclix */
 
 .oranje_veld {
	margin-top:14px;
	color:#013B7B;
	font-family:Ubuntu, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	width: 605px;
	background-image:url(/images/panelclix/oranje_top.gif);
	background-repeat: no-repeat;
	margin-bottom:10px;
}

.oranje_veld h1 {
	margin-top:10px;
	margin-left:9px;
}

.oranje_veld #next  {
	margin-left:7px;
}  
.no_margin {
	margin:0px !important;	
}

.oranje_veld ul {
	list-style: none;
	margin-left:20px ;
}

.oranje_veld_onder {
	width: 605px;
	height: 7px;
	background-image:url(/images/panelclix/oranje_onderkant.gif);
	background-repeat: no-repeat;
}

.lijst_tips {
	margin-top: -20px;
}

.onderzoek {
	width: 605px;
	margin-top:14px;
	float:left;
}




#plaatje {
	float:right;
	margin-top: -5px;
}

#tabel td {
	height: 8px;
}

#tabel2 td {
	height: 8px;	
}

.resetHeight {
	font-size: 1px ;
	line-height: 1px !important;
}

#contentCenterWide .oranje_veld table { margin: 0px 0px 10px 10px;  }
#contentCenterWide .orangeBlockWide2 { background: url(/images/panelclix/oranje_top.gif) top left no-repeat; color: #013b7b; width: 605px; color: #013b7b; margin-bottom: 15px;}
#contentCenterWide .orangeBlockWideEnd2 { background: url(/images/panelclix/oranje_onderkant.gif) no-repeat bottom left; width: 605px; height: 5px; }
.imgFloatRight2 { float: right; margin: 13px 3px 2px 0px; }
#personalMessageWrap {overflow:hidden;}
#personalMessageWrap p {
	width:430px;	
}

/* PercentBox */
.completion {
	width: 226px;
	height:	21px;
	border:1px solid #cadfec;
	margin:0 0 0 10px;
}

	.completion .percent {
		height:	19px;
		background-color: #e1f1fb; 	
		text-align: center;
		padding:2px 0 0 0;	
	}
	
	.completion .percent span {
		display: none;
		font-weight: bold;	
	}
	
div.panelclix_popup {
	text-align:left;
	margin-left:10px; 
	margin-right:10px;
	margin-top:20px; 
	font-family:Ubuntu, Helvetica, sans-serif; 
	font-size:12px; 
	color: #013B7B;
	width:500px;
	float:left;
}

	div.panelclix_popup ul {
		margin:0 0 0 40px;	
	}
	
	.panelclix_popup_logo {
		margin-top:10px;
		margin-left:10px; 
		display: block;	
	}

.leftBorderQuestions {
	background: url('/images/panelclix/tabel_04.gif') repeat-y;	
}

.rightBorderQuestions {
	background: url('/images/panelclix/tabel_06.gif') repeat-y;	
}

.disabled-download img {
    opacity: .40; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=40); /* IE lt 8 */
    -ms-filter: "alpha(opacity=40)"; /* IE 8 */
    -khtml-opacity: .40; /* Safari 1.x */
    -moz-opacity: .40; /* FF lt 1.5, Netscape */
}

.disabled-download * {
	cursor: default;
}


.left{
	float: left;
}

.right{
	float: right;
}

td.terms .termsText {
	width:170px;
	float:left;
	margin: 0 0 20px 0;	
}

.addFavorite a, .removeFavorite a {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding-left: 12px;
}
.addFavorite a{
	color: #86B558;
}
.addFavorite a:hover,.removeFavorite a:hover{
	text-decoration: underline;;
}
.removeFavorite a {
    color: #F05A18;
}

#breadcrumb{
	color: #013b7b;
}
#contentCenterWide p.noPadding{
	color: #013b7b;
	padding: 10px 10px 10px 0px;
}

.rightHeader{
	margin-bottom: 5px;
}

.searchPageWrapper {
	float: left;
	overflow: hidden;
	width: 250px;
	margin-top: 14px;
}

	.searchPageWrapper p {
		margin:2px 0 0 0;
	}

.searchIncludeWrapper {
	float: right;
	overflow: hidden;
	width:140px;
}

	.searchIncludeWrapper img {
		padding:0px;
		margin: 0px;
		width:20px;
		height: 20px;
		float: right;
	}
	
	*+html .searchIncludeWrapper input {
		margin: 0px 1px 0 0!important;
	}
	
	.searchIncludeWrapper input {
		padding:0px;
		margin: 5px 4px 0 4px;
		float: right;
	}

	.searchIncludeWrapper p {
		font-family: Ubuntu;
		font-size: 11px !important;
		float: left;
		margin: 5px 0px 0 0;
		padding: 0px;
	}
	
.searchTypeWrapper {
	width:140px;
	float: right;
}

	.searchTypeWrapper #sort {
		width:140px;
	}

	.searchTypeWrapper p {
		margin: 0px;
		padding: 0px;
		font-family: Ubuntu;
		font-size: 11px !important;
	}

.searchClear {
	clear: both;
}
	
.searchSeperator {
	border-bottom: 1px solid #cfe4f1;
	height: 1px;
	width:405px;
	margin: 4px 0px 0px 0px;
}

#contentCenter h1.float {
	float: left;
	margin-bottom: 2px;
}

.offer_small {
	width:195px; 
	margin:0px; 
	padding:0px;	
	
}
.offer_small p{
	margin-left: -2px;
}
.mb5 {
	margin-bottom: 5px;
}

.mt5 {
	margin-top: 5px;
}

a.href_blue_orange {
	background: url(/i/button_blue_orange.png) no-repeat;
	border: none;
	display:block;
	width: 85px;
	height: 15px;
	color:white;
	text-decoration: none;
	padding:0px 0 0 5px;
	margin:0px;
	font-size: 12px;
	font-weight: bold;
	font-family: Ubuntu;
}

.offerWrapper .ExtendedAddThis {
	float: left;	
}

.offerWrapper .mb5 {
	margin-top: 10px;	
}

/*
.popularOfferHeader {
	margin: 10px 0 5px 0;
	text-align: center;
}

	.popularOfferHeader p {
		font-size: 15px;
		font-weight: bold;
		font-family: Ubuntu;
		margin: 0px;
		padding: 0px !important;
	}
*/
	
.margin_right5 {
	margin-right: 5px;
}

.margin_left2 {
	margin-left: 2px;
}


div.greyBracket span{
	color: #808080;
	font-weight: bold;
	font-size: 12px;
	font-family: Ubuntu;
}
.greyBracket ul{
	list-style: none;
}
.greyBracket li{
	background: url("/i/brackets_grey.png") 0px 5px no-repeat;
	padding-left:15px;
	color: #808080;
	font-size: 11px;
	font-family: Ubuntu;		
}

#longtailZone {
	/*
	display:block;
    position:absolute;
    left:25%;
 
   */
}

.partnerdetailPageLinks a:link, .partnerdetailPageLinks a:visited, .partnerdetailPageLinks a:active {
 	color: #808080;
    font-family: Ubuntu;
    font-size: 11px;
    margin: 0 2px;
    text-decoration: underline;
}

.minWidth200 {
	min-width: 200px;
}

#campaign-tip {
	margin:20px 0 10px 0;	
}


div.offerWrapper p.valueClixHeader {
	font-weight: bold;	
	color:#013b7b;
}

div.tellusEarnClix p{
	margin: 15px 0 0 0;
	padding: 0px;
}

.noOverflow {
	overflow: hidden;	
}

.partner p {
	line-height: 14px !important;	
}

.couponCodeWrapper {
	background-color: #f2f2f2;
}

	.couponCodeWrapper a {
		margin-left: 8px;
		font-weight: bold;
	}
	
	.couponCodeWrapper p {
		margin-left: 8px;
	}
	
.addthis_default_style .at15t_expanded, .addthis_default_style .at15t_compact {
	margin: 0px;	
}

	.exchangeWrapper p {
		font-weight: bold;
		font-size: 12px;
		padding-bottom: 4px !important;
	}
	
	.exchangeWrapper td {
		font-size: 12px;
	}
	
.topMemberWrapper {
	overflow: hidden;
	margin:0px 0px 21px 0px;
}

#menu #facebook {
	background: url(/i/facebook_menu.png) no-repeat;
	margin-top: 5px;
	display: block;
	width: 145px;
	height: 50px;
}
#contentRight .contentCell {
	padding: 2px 0 0 3px;
}

#lbClose.orange {
	background: url('/i/longtail/cross-button.png') no-repeat !important;
	position: absolute;
	display: block;
	top:10px;
	right:10px;
    height: 16px;
    width: 16px;
}

div#lbOuterContainer {
	border: 2px solid #fe9900 !important;
}

span#lbCaption, span#lbNumberDisplay {
	display: none;
}

#lbOverlay.orange { background-color: #000000; }

.noBorder {
	border: none;
	text-decoration: none !important;
}

.text-align-left {
	text-align: left;
}

.facebooklike {
	width: 190px;
	height:25px;
}

.facebooklikebox {
	width: 189px;
	position: relative;
	padding-top: 15px;
}

#fb-like-container {
	position: relative;
	width: 130px;
	text-align: center;
	border-radius: 7px;
	-moz-border-radius: 7px;
	padding: 13px 5px;
	background: #ffffff;
	font-family: 'lucida grande',tahoma,verdana,Ubuntu,sans-serif;
	font-size: 11px;
	color:#333;
}

#fb-like-header {
	position:relative;
	background:	#ffffff;
	padding: 10px 0;
	font-size:14px;
	font-weight:bold;
	color:#3b5998;
	border-radius:7px;
	-moz-border-radius:7px;
	z-index: 1;
}

#fb-like-logo {
	position:relative;
	text-align:center;
	background:	#ffffff;
	z-index: 1;
}

#linkfacebooklike {
	position:relative;
	color:#3b5998;
	text-decoration: none;
	font-size: 14px;
	display:block;
	width: 100%;
	padding: 5px 0 0 0;
	text-align: center;
}

#fb-like-widget_1 {
	position: relative;
	text-align: center;
	background: #ffffff;
	z-index: 1;
	height: 75px;
	padding: 10px 0 0 0
}

#fb-like-widget_2 {
	position: relative;
	text-align: center;
	background: #ffffff;
	z-index: 0;
	margin: -97px 0 0 3px;
	overflow: hidden;
	width: 115px;
	max-height: 211px;
}

.pluginBoxDividerGray {
	display:none !important;
}

.phm {
	display:none !important;	
}

#fb-like-footer {
	position: relative;
    width: 139px;
    height: 18px;
    background: #ffffff;
    margin: -12px 0 20px 0;
}

.twitterlike {
	width: 140px;
	position: relative;
	padding-top: 5px;
}

.twitter-container {
	width:140px;
	position: relative;
}

#moodLink {
  position: fixed;
  z-index:1;
  top:0;
  left:0;
  right:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center center;
}
 
#frame {
 position:relative;
 z-index:2;
}
	#balances_overview{
		background: url(/i/saldo_background.png) no-repeat; 
		width:384px; 
		height: 124px; 
		padding:7px 2px 10px 2px;
		float: left;
		overflow: hidden;
	}
	#balances_overview TABLE{
		margin:0px;
		width:379px;
		padding:0px;
	}

	#balances_overview TD{
		padding:0px 0px 0px 7px;
		font-size: 12px;
   		color: #013B7B;
   		white-space: nowrap;
   		line-height: 18px;
   		height: 18px;
	}
	#balances_overview .pr10{
		padding-right: 10px;
	}
	.balances_even{
		background-color: #e1f1fb;
	}
	.balances_odd{
		background-color: #FFF;
	}
	
	.balances_select{
		width:251px; 
		font-size: 12px; 
		color:#013B7B
	}
	#balancegrid table{
		border-spacing: 0px;
		padding-bottom: 10px;
		margin:0px;
		
	}
	 table.balancetable{
		font-size: 12px;
		width:610px;
	}
	
	.balancetable a{
		font-size: 12px;
		text-decoration: none;
	}
	.balancetable TH{
		vertical-align: top;
		text-align: left;
		font-weight: normal;
		padding:0px 0px 5px 5px;
	}
	
	.balancetable TH.t-first{
		padding-left: 2px;
	}
	.balancetable TH.balanceType{
		width: 82px;
	}
	.balancetable TD{
		color: #013B7B;
		padding-right: 3px;
	}
	.balancetable TD{
		border-left:#acd8f5 solid 2px;
		padding-left: 3px; 
	}
	
	.balancetable TD.createdTimestamp{
		border-left:none;
		white-space: nowrap;
	}
	
	.balancetable .t-sort-icon{
		float: right;
	}
	
	.balancetable TD.createdTimestamp{
		width: 73px;
	}
	
	.balancetable TD.nwpartName{
		width: 103px;
	}

	.balancetable TD.displayName{
		width: 180px;
	}

	.balancetable TD.clix{
		width: 48px;
	}

	.balancetable TD.balanceType{
		width: 100px;
	}
	
	.balancetable TD.nwactionId{
		width: 103px;
	}

	
.registrationEmailActivation p.floatLeft{
	float:left;	
	width:400px;
	margin:0px 0 0 10px;
}

.registrationEmailActivation input.floatLeft{
	float:left;	
}
	
#registeredTransaction p {
	color: #013B7B;
	margin:0px;
	padding:0px 0 10px 0;
}

.submitButtonDynamic {
	border:none;
	background:none;
	height:25px;
	display: block;
	cursor:pointer;
	overflow:hidden;
}
	
	span.submitButtonDynamicBegin {
		background:url('/i/button_style_begin.png') no-repeat;
		width:4px;
		height:25px;
		float:left;
	}
	
	span.submitButtonDynamicMiddle {
		background:url('/i/button_style_middle.png') repeat-x;
		height:25px;
		float:left;
	}
	
	span.submitButtonDynamicEnd {
		background:url('/i/button_style_end.png') no-repeat;
		width:4px;
		height:25px;
		float:left;
	}

	.submitButtonDynamic p{
		font-size:15px !important;
		margin:0px !important;
		padding:3px 4px 0 4px !important;
	}
	
#registeredbalancegrid th.balanceType{
	display:none;
}

#registeredbalancegrid td.balanceType{
	width:20px;
	text-align: center;
}

#registeredbalancegrid .balancetable {
	margin:0px;	
	border-spacing: 0;
}
.baStyle TD{
	padding: 0px 5px;
}

.wantsCommercialMail1Label {
	padding-left:5px;
}

.calendar{
	z-index:999;
}

.goExtraLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	margin: 0 5px;
	background: url('/i/go_button.png') no-repeat bottom;
	text-indent: -99999px;
}
.goExtraLink:hover {
	background-position: 0 0;
}

.goExtraText {
	float: right;
	margin: 3px 0px 0px 0px;
}

#forgotWrapper input {
	margin: 0 0px 0 10px;	
	float:right;
}

#forgotWrapper input.ck-kaptcha {
	margin: 29px 0px 0 10px;
}

#spacingWrapper {
	display:block;
	width:186px;
	height:51px;	
}

.relative {
	position:relative;
}

#rozetSurvey {
	position:absolute;
	bottom:-10px;
	right:-10px;
}

div#panelclixSoftwarePc {
	background:url('/images/panelclix/desktop_both.png');
	width:171px;
	height:158px;
}

div#panelclixSoftwarePcQuestionmark {
	background:url('/images/panelclix/desktop_vraagteken_both.png');
	width:171px;
	height:158px;
}

div#panelclixSoftwarePcInstalled {
	background:url('/images/panelclix/desktop_groen_both.png');
	width:171px;
	height:158px;
}

div#panelclixSoftwarePcError {
	background:url('/images/panelclix/desktop_x_both.png') 0px 0px;
	width:171px;
	height:158px;
}

a:hover div#panelclixSoftwarePc {
	background-position:0px 158px;
}

a:hover div#panelclixSoftwarePcError {
	background-position:0px 158px;
}

a:hover div#panelclixSoftwarePcInstalled {
	background-position:0px 158px;
}

a:hover div#panelclixSoftwarePcQuestionmark {
	background-position:0px 158px;
}

#panelClixSoftwareNotInstalledWrapper {
	padding:10px 10px 10px 10px;		
}

#panelClixSoftwareGrid th.t-first, #panelClixSoftwareGrid th.description {
	border-right: 2px solid #ACD8F5;
}

#panelClixSoftwareGrid th {
	padding:3px 5px 0px 5px;
	height:20px;	
}

#panelClixSoftwareGrid table {
	width:605px;
	margin:0px;	
	border-spacing:0;
  	border-collapse:collapse;
}

#panelClixSoftwareGrid table tr {
	margin:0px;
	padding:0px;
}

#panelClixSoftwareGrid .validation-error {
	padding-top:10px !important;	
}

#panelClixSoftwareWrapper #headerGrid p {
	line-height: 24px !important;	
}

#softwareLastActivityError{
	color:#ff0000;
	padding:5px 5px 5px 5px;	
}

#softwareLastActivityError a {
	color:#ff0000;
}

p.softwareSaldoLink {
	padding:2px 0 0 4px !important;	
}

.loginBlock table{
	float:left;	
}
#loginSeparator {
	width:1px;
	height:160px;
	border-right:1px solid #fff;	
	float:left;
}

#facebookLoginWrapper {
	float:left;
	width:200px;
}

	.facebookLoginDefault p {
		font-weight:bold;
	}

#fb-login:hover, #fb-registrate:hover {
	cursor:pointer;	
}

#fb-login span, #fb-registrate span{
	display:none;
}

.floatLeft{
	float:left;	
}

.floatRight{
	float:right;	
}

.width20 {
	width:20px;	
}

#fb-login:hover, #fb-registrate:hover {
	cursor:pointer;	
}

#fb-login span, #fb-registrate span{
	display:none;
}

#RegistrateFacebookLongTail p {
	padding:0px !important;
	width:auto !important;
}

#facebookLoginRegistrate #registrationForm{
	width:400px;
}

#facebookLoginRegistrate #fb-registrate { 
	margin-left:25px;	
}

#facebookLoginRegistrate ul {
	margin:0 0px 10px 11px;	
}

#facebookLoginRegistrate td.contentCell{
	padding:18px 11px 18px 11px;	
}

#facebookLoginRegistrate input, #facebookLoginRegistrate select{
	height:18px;
}

#facebookLoginRegistrate td.contentCell P{
	padding:0px;	
}

#facebookLoginRegistrate div.textWrapper ul {
	list-style: none;	
	margin:27px 0 8px 0;
}

#facebookLoginRegistrate div.textWrapper li {
	margin:10px 0 0px 0;
}
	
	 
#facebookLoginRegistrate div.textWrapper li {
	background:url('/i/arrow.png') no-repeat;
	padding-left:25px;
	line-height: 16px;
}

#facebookLoginRegistrate .facebookLogoSmall {
	width:24px;
	height:20px;
	float:left;
	background:url('/i/facebook_small.png') no-repeat;
	margin: 0 0 0 5px;
}

#facebookLoginRegistrate #firstName {
	float:left;
}

#facebookLoginRegistrate .acceptTerms #terms {
	float:left;
	margin: 0 5px 0 0;
}

#facebookConnectEditProfile {
	padding: 10px 10px 10px 0px;	
}

#facebookConnectEditProfile p {
	float:left;	
}

#facebookConnectEditProfile a {
	font-size:11px;
	margin-left:15px;	
}

	#facebookConnect span {
		display:none;
	}

	#facebookConnect:hover {
		cursor:pointer;
	}

.facebookExtraSmall {
	width:19px;
	height:15px;
	background:url('/i/facebook_extra_small.png') no-repeat;
}	

.mb10 {
	margin-bottom:10px;
}

#dealyDealsWrapper h3 {
	color:#ff9933;	
}

#dealyDealsWrapper .commissionWrapper, #dealyDealsWrapper .overviewlink {
	font-weight:bold;
}

#dealyDealsWrapper .image{
	height:150px;
	width:150px;
	margin:10px auto 0px auto;
}

#dealyDealsWrapper .price{
	display:block;
	overflow:hidden;
	margin:8px 0 0 0;
}

#dealyDealsWrapper .priceNow{
	font-weight:bold;
	font-size:15px;
}

#dealyDealsWrapper .priceFrom, #dealyDealsWrapper .priceNow, #dealyDealsWrapper .shippingCost{
	margin:2px 0 0 0;
	padding:0px;
}

#dealyDealsWrapper .earn{
	display:block;
	overflow:hidden;
	margin:8px 0 0 0;
}

#dealyDealsWrapper .category{
	overflow:hidden;
	/* margin:5px 0 0 45px; */
	margin:5px auto 0 auto;
	text-align:center;
}

#dealyDealsWrapper .category a {
	text-decoration:none;	
}

#dealyDealsWrapper .category img {
	border:none;
	margin:0 15px 0 0;
}

#dealyDealsWrapper .buttons{
	display:block;
	overflow:hidden;
	margin:7px 0 0 0;
	width : 170px;
	
}

#dealyDealsWrapper .psRelative {
	position:relative;
}

#dealyDealsWrapper .bottom {
	position:absolute;
	bottom:5px;
}

#dealyDealsWrapper .bottom .left {
	margin:7px 0 0 0;	
}

#mobileMenu {
	display:none;
}

.dealCategory {
	zoom:1;
	display: inline-block;
}

	.dealCategory h3, .dealCategory p, .priceFrom, .priceNow, .shippingCost, .earn {
		background-color:#fff
	}

#contentCenterWide p.ibanExplanation{
	position:absolute;
	right:0px;
	top:0px;
	width:190px;
	margin:0px;
	padding:0px !important;
	font-size:11px;
}	

p.ibanExplanation {
	font-size:11px;	
	width:200px;
	margin:0px;
	padding:0px !important;
}

input#bankAccount {
	/* width:200px; */	
}

#lotteryFrame {
	height:610px;
	width:590px;
	border:none;
	margin:0px;
	padding:0px;	
}

#priceWinners {
	height:610px;
	width:590px;
	border:none;
	margin:0px;
	padding:0px;	
}

.faqList #light_orange ul {
	margin:0px;
	list-style:none;	
	padding: 10px;
}

.faqList #light_orange li {
	margin:1px 0 0 0;
	padding:0px;	
}

#contentCenterWide.smartSwitchWrapper p {
	color:#013b7b;
}

#contentCenterWide.smartSwitchWrapper p.top {
	padding-left:0px;
}

#contentCenterWide.smartSwitchWrapper p.middle {
	padding:10px;
}

#contentCenterWide.smartSwitchWrapper h1{
	margin-bottom:0px;	
}

#smartSwitchHeaderImage {
	widht:609px;	
}

#contentCenterWide .mailQuest{
	padding:10px 0 40px 10px;
}
#contentCenterWide .mailQuest p{
	float:left;
	font-weight: bold;
	
}
.compareContentWrapper {
	overflow:hidden;	
}

.compareWrapper {
	overflow:hidden;
	width:196px;	
	float:left;
	margin:20px 0 0 5px;
	text-align:center;
}

.compareWrapper a.goEarnText {
	font-size: 12px;
	font-weight:bold;
    color: #013B7B;
    /*text-decoration: underline;*/
    margin: 3px 0 0 40px;
    display:block;
    float:left;
}

.compareWrapper a.goEarnLink {
    background: url("/i/go_button.png") no-repeat scroll center bottom transparent;
    height: 22px;
    margin: 0 5px;
    text-indent: -99999px;
    width: 22px;
    float:left;
}

.compareWrapper a.goEarnLink:hover {
	background-position: 0 0;
}

.compareWrapper a.noUnderline {
	text-decoration:none;	
}

.compareBlock {
	width:192px;
	height:159px;
	background-repeat: no-repeat;
}

	div#energy.compareBlock {
		background:url('/i/compare_icon_energy_both.png') center 0px;
	}

	div#gas.compareBlock {
		background:url('/i/compare_icon_gas_both.png') center 0px;
	}
	
	div#car_insurance.compareBlock {
		background:url('/i/compare_icon_car_insurance_both.png') center 0px;
	}
	
	div#health_insurance.compareBlock {
		background:url('/i/compare_icon_health_insurance_both.png') center 0px;
	}
	
	div#telecom.compareBlock {
		background:url('/i/compare_icon_telecom_both.png') center 0px;
	}

		div#energy.compareBlock:hover, div#car_insurance.compareBlock:hover, div#health_insurance.compareBlock:hover, div#telecom.compareBlock:hover,div#gas.compareBlock:hover {
			background-position:center 159px;
			cursor: pointer;
		}

	#contentCenterWide.smartSwitchWrapper .compareHeader p {
		padding:10px 0 5px 0;
		color:white;	
		margin:0px;
		font-weight:bold;
		font-size:13px;
	}

#contentCenterWide.smartSwitchWrapper .compareBottom {
	margin:75px 0 0 0;
}

	#contentCenterWide.smartSwitchWrapper .compareBottom p {
		font-weight:bold;
		padding:10px 0 0 0;
		margin:0px;
	}

.raceTeamWrapperChoose {
	display:block;
	overflow:hidden;	
	width:565px;
	background:url('/images/f1clix/achter.gif')
}

.raceTeamItem  {
	overflow:hidden;	
}

.raceTeamWrapper {
	display:block;
	overflow:hidden;	
}	

.recruiteAffiliatePointWrapper {
	overflow: hidden;	
	float:left;
	width:287px;
	margin:0 5px 5px 0;
}

#contentCenterWide textarea.recruiteaffiliateTextArea {
	width:500px;
}

.RaceHelpPopup {
	font-size: 12px; 
	/*FONT-FAMILY: Ubuntu, Helvetica, sans-serif;*/ 
	text-align: justify"
}

div.emailSettings table table{
	float:left;
	width:320px;	
}
	
.emailSettings div.description {
	float:left;
	overflow:hidden;
	width:265px;	
	padding:0 5px 0 0;
}	

div#balanceTableTransactions {
	overflow:hidden;
}

div#balanceTableTransactions table.tableLeft { 
	margin:10px 20px 0 0;
}

	div#balanceTableTransactions table.tableLeft td.label {
		width:110px;
	}
	
	div#balanceTableTransactions table.tableLeft td.input {
		width:130px;
	}
	
div#balanceTableTransactions table.tableRight {
	margin:10px 0 0 0;
}

/*
div#balanceTableTransactions table.tableLeft td, div#balanceTableTransactions table.tableRight td {
	padding:0 0 10px 0px;
}
*/
div#balanceTableTransactions input.date, div#balanceTableTransactions select {
	margin:0 0 10px 0px;
}

div#balanceTableTransactions input#submit_1 {
	margin:10px 0 0px 0px;
}

div#balanceTableTransactions td.font11 {
	font-size:11px;
}

div#balanceTableTransactions div.balanceRight {
	overflow:hidden;
	width:320px;
	float:left;
}

div#balanceRegistratedTransactions {
	overflow:hidden;
}

div#balanceRegistratedTransactions div.boxLeft {
	overflow:hidden;
	margin-top:15px;
	float:left;
}

div#balanceRegistratedTransactions div.boxRight {
	overflow:hidden;
	margin:50px 3px 15px 0;
	float:right;
}

div.longtail-left td.terms {
	width:200px;	
}

#contentCenterWide.formErrorWrapper {
	margin: 0 20px 0 170px;
}


/*********************
	Full Page
*********************/
img.backToMenu {
	display:none;	
}

body.fullsize img.backToMenu {
	display:inherit;
	float:left;	
}

body.fullsize h1 {
	float:left;
	margin: 5px 0px 0 23px;	
}

body.fullsize div#menu {
	display:none;	
}

body.fullsize table#blue {
	width:780px !important;	
}

body.fullsize #contentCenterWide {
	float:none;
	margin:0px;
	width:auto;	
}

body.fullsize div#footer {
	margin-left:0px;
}

body.fullsize div#breadcrumb {
	margin-left:170px;
}

.fontSize10 {
	font-size:10px;	
}

div.mobileEditProfile a {
	display:block;
}	

.flowHidden {
	overflow:hidden
}

.pcsftml{
	margin-left: 28px;
}
