body, html {
	color: #494949;
	min-height: 100%;
	_height: 100%;
}
body {
	background: url("../../img/footer_bg.gif") bottom repeat-x;
	padding-bottom: 87px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body.fancy_iframe {
	background: none;
	padding-bottom: 0;
}

.left { float: left; }
.right { float: right; }


.textright { text-align: right; }
.textleft { text-align: left; }
.textcenter { text-align: center; }

.indent-1 { padding-left: 35px; }

a { color: #718902; }
a:hover { color: #718902; text-decoration: none; }

ul { margin-right: 0px; }
ul li { _height: 1px; }
ul.color_2 { color: #ff006c; }

em.color { color: #FF006C; font-style: normal; }

img.image {
	border: 2px solid #eaeaea;
	padding: 1px;
	margin: 0 0 1em 1em;
	float: right;
}

.border-bottom {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}

.show .hide {
	display: block;
}

hr { margin-top: 1.45em; }

table tbody tr.even td,
table tbody tr.even th {
	background: transparent;
}

table tbody tr.odd td,
table tbody tr.odd th {
	background-color: #EBEBEB;
}






.blockUI h1 { color: #FFF; margin: 0; padding: 0; }




/* HEADINGS */

h2,h3,h4,h5 {
	line-height: 1.3em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-size: 1em; }
h2 {
	color: #ff006c;
	font-size: 2.455em;
	margin-bottom: 0.371em;
}
h2 a { color: #FF006C; }
h2 small {
	font-size: .4em;
}
h2 small a {
	color: #393939;
	text-decoration: none;
	text-transform: lowercase;
}
h3 { color: #7d960b; font-size: 1.637em; }
h3 a,
h3 a:hover {
	color: #7d960b;
	text-decoration: none;
}
h4, h4 a, h4 a:hover { color: #494949; text-decoration: none; }

p.indent,
div.indent,
h2.indent { padding: 0 0 0 10px; }

h3.icon {
	background-repeat: no-repeat;
	background-position: left top;
	padding: 1px 0 5px 35px;
	color: #6C6C6C;
}
h3.icon_news 		{ background-image: url("../../img/icon_tv.gif"); }
h3.icon_my_aerea 	{ background-image: url("../../img/icon_man.gif"); }
h3.icon_star 		{ background-image: url("../../img/icon_star.gif"); }
h3.icon_tv 			{ background-image: url("../../img/icon_tv.gif"); }
h3.icon_man 		{ background-image: url("../../img/icon_man.gif"); }
h3.icon_phone 		{ background-image: url("../../img/icon_phone.gif"); }
h3.icon_information	{ background-image: url("../../img/icon_information.gif"); }
h3.icon_arrow 		{ background-image: url("../../img/icon_arrow.gif"); }
h3.icon_paper 		{ background-image: url("../../img/icon_paper.gif"); }
h3.icon_chat 		{ background-image: url("../../img/icon_chat.gif"); }
h3.icon_question 	{ background-image: url("../../img/icon_question.gif"); }
h3.icon_search 		{ background-image: url("../../img/icon_search.gif"); }
h3.icon_arrow_down 	{ background-image: url("../../img/icon_arrow_down.gif"); }



#webpromo {
	margin-bottom: 1.5em;
}





/* CHECKLIST */

ul.checklist {
	margin-left: 0;
	margin-right: 0;
}
ul.checklist li {
	padding: 2px 0 9px 35px;
	background: url("../../img/li_checklist.gif") no-repeat top left;
	list-style-type: none;
}




/* FORM */

fieldset {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
fieldset legend { font-weight: normal; padding: 0 5px; *margin-bottom: 10px; }
input.text, input.title {width:auto;}
textarea { width:auto;height:auto; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em;}
strong.label, label {float: left; width: 175px;padding:5px 10px 0 0;margin:0.5em 1em 0 0;cursor:pointer;clear:left; text-align: right; position: relative;}
strong.label {cursor: default;}
label small,
strong.label small { font-weight: normal; }
strong.label em, label em { position: absolute; right: 0; color: #FF006C;}
label.inline {width:auto;float:none;font-weight:normal; padding-right: 0;}

form {}
form div.field input,
form div.field textarea {
	float: left;
}
form input.error:focus,
form input.error,
form textarea.error:focus,
form textarea.error {
	border-color: #FF006C;
	border-width: 1px;
	background: white;
	color: #494949;
}
form label.error,
form label.error a {
	color: #FF006C;
	padding: 0;
	border: 0;
	background: transparent;
	font-weight: bold;
}
form div.field_radio {
	clear: both;
	padding: 5px 0;
}
form div.field_radio input.radio {
	float: left;
}
form div.field_radio label {
	float: none;
	margin: 0 0 0 30px;
	padding: 0;
	width: auto;
	text-align: left;
	display: block;
	clear: none;
}
form div.even,
form div.odd {
	background-color: #EBEBEB;
	padding: 5px;
	margin: 1px 0 0;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
form div.even {
	background: #F7F7F7;
}
form div.odd .corner  { background-image: url("../../img/contentbox_corners_bg_1.gif") !important; }
form div.even .corner { background-image: url("../../img/contentbox_corners_bg_2.gif") !important; }

form div.odd .corner_tl,
form div.even .corner_tl,
form div.odd .corner_tr,
form div.even .corner_tr {
	top: 0;
}
form div.odd .corner_bl,
form div.even .corner_bl,
form div.odd .corner_br,
form div.even .corner_br {
	bottom: 0;
}
form div.odd .corner_bl,
form div.even .corner_bl,
form div.odd .corner_tl,
form div.even .corner_tl {
	left: 0;
}
form div.odd .corner_br,
form div.even .corner_br,
form div.odd .corner_tr,
form div.even .corner_tr {
	right: 0;
}
form p.button_row {
	line-height: 28px;
}




#subscriptions_adjust div.left,
#subscriptions_adjust div.right {
	width: 50%;
}
#subscriptions_adjust div.right fieldset {
	margin-left: 5px;
}
#subscriptions_adjust div.left fieldset {
	margin-right: 5px;
}
#subscriptions_adjust fieldset h3 {
	border-bottom: 1px solid #E1E1E1;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
}
#subscriptions_adjust fieldset div.field {
	padding: 5px 0;
}
#subscriptions_adjust fieldset div.field strong.label {
	padding: 0;
	width: 140px;
	margin: 0 10px 0 0;
}
#subscriptions_adjust fieldset div.field span {
	display: block;
	margin-left: 150px;
}




/* A | BUTTON GREY */

a.btn_small_grey {
	background: url("../../img/btn_small_grey.gif") left;
	padding-left: 20px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 1.091em;
}
a.btn_small_grey span {
	display: block;
	background: url("../../img/btn_small_grey.gif") right;
	padding-right: 20px;
	line-height: 22px;
}




/* BUTTON | BUTTON COLOR */

a.btn_color,
a.btn,
button.btn_color,
button.btn {
	background: url("../../img/btn_color_grey.gif") no-repeat bottom left;
	border: none;
	margin: 0;
	padding: 0 0 0 15px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	color: #fff !important;
	font-size: 1.3em;
	cursor: pointer;
	*overflow: visible;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
}
a.btn_color,
a.btn,
a.btn_color span,
a.btn span {
	display: block;
	width: auto;
}
a.btn_color span,
a.btn span,
button.btn_color span,
button.btn span {
	height: 30px;
	line-height: 28px;
	overflow: hidden;
	*overflow: visible;
	padding: 0 15px 0 0;
	display: block;
	background: url("../../img/btn_color_grey.gif") no-repeat bottom right;
}
button.btn_color span,
button.btn span {
	position: relative;
}
button.btn_color::-moz-focus-inner,
button.btn::-moz-focus-inner { padding:0; border: 0; }
a.btn_color,
a.btn:hover,
button.btn_color,
button.btn:hover { background-position: top left; color: #fff; }
a.btn_color span,
a.btn:hover span,
button.btn_color span,
button.btn:hover span { background-position: top right; color: #fff; }

a.btn_newsletter span strong,
a.btn_arrow span strong {
	display: block;
	font-weight: normal;
	padding-left: 27px;
	text-align: left;
}

a.btn_arrow span strong { background: url('../../img/btn_arrow.gif') no-repeat left; }
a.btn_newsletter span strong { background: url('../../img/btn_taf.gif') no-repeat left; }

a.btn_newsletter:hover span strong,
a.btn_arrow:hover span strong {
	background-position: -881px center;
}


a.right span,
a.right {
	float: right;
	width: auto;
}
a.left span,
a.left {
	float: left;
	width: auto;
}





/* newsletter */

form.newsletter {}
form.newsletter label,
form.newsletter strong.label {
	width: 95px;
}
form.newsletter .radio_field {
	margin-bottom: 1.5em;
}
form.newsletter .radio_field input {
	display: inline;
	vertical-align: text-bottom;
	margin: 13px 0 0;
}
form.newsletter .button_row {
	text-align: right;
}








/* SUBCOLUMN */

.subcolumn { position: relative; }
.subcolumn a.taf {
	position: absolute;
	top: -30px;
	right: 0;
}
.subcolumn h3 {
	color: #6c6c6c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.subcolumn h3 a:hover,
.subcolumn h3 a {
	color: #6c6c6c;
	text-decoration: none;
}
.subcolumn h4 {
	color: #6c6c6c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.273em;
	margin-bottom: .4em;
}
.subcolumn a { color: #ff006c; }
.subcolumn a:hover { color: #ff006c; }
.subcolumn a.btn_small_grey { color: #fff; }




/* HOME TEASER */
.home_teaser
#home_teaser {
	margin-bottom: 1em;
}
.home_teaser .contentbox,
#home_teaser .contentbox {
	height: 289px;
	font-size: 1.5em;
	background: url("../../img/flash_logo.gif") no-repeat 10px center;
	padding-left: 100px;
}
.home_teaser .contentbox h3,
#home_teaser .contentbox h3 {
	margin-top: 112px;
}
.home_teaser .contentbox small,
#home_teaser .contentbox small {
	font-size: .7em;
}
/*
div.home_teaser {
	height: 309px;
	border:1px solid #515151;
	position: relative;
	padding: 0;
	border-width: 1px 1px 0 1px;
	
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
div.home_teaser a#home_teaser_link {
	display: block;
	text-indent: -1234em;
	width: 100%;
	height: 260px;
	overflow: hidden;
}
div.home_teaser ul {
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	width: 710px;
	border: 1px solid #515151;
	border-width: 1px 0 0 0;
}
div.home_teaser ul li {
	float: left;
	width: 227px;
	margin-right: 10px;
	background-color: #fff;
	list-style-type: none;
	border: 1px solid #b7b7b7;
	border-width: 0 1px 1px 1px;
	font-size: 0.91em;
	background-position: bottom;
	background-repeat: repeat-x;
	
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
div.home_teaser ul li.nr3 {
	margin-right: 0;
	float: right;
}
div.home_teaser ul li img {
	display: none;
}
div.home_teaser ul li a {
	padding: 5px 10px;
	display: block;
	color: #494949;
	text-decoration: none;
	white-space: nowrap;
	outline: none;
}
div.home_teaser ul li a strong {
	display: block;
	font-size: 1.2em;
}
div.home_teaser ul li a:hover {
	color: #718902;
}
div.home_teaser ul li.nr1.active a:hover,
div.home_teaser ul li.nr2.active a:hover,
div.home_teaser ul li.nr3.active a:hover,
div.home_teaser ul li.nr1.active a,
div.home_teaser ul li.nr2.active a,
div.home_teaser ul li.nr3.active a {
	color: #fff;
}
div.home_teaser ul li.nr1.active,
div.home_teaser ul li.nr2.active,
div.home_teaser ul li.nr3.active {
	position: relative;
	top: -1px;
	border-color: #515151;
	padding-top: 1px;
}
div.home_teaser ul li.nr1.active { background-position: 0 -264px; background-repeat: repeat; }
div.home_teaser ul li.nr2.active { background-position: -239px -264px; background-repeat: repeat; }
div.home_teaser ul li.nr3.active { background-position: -481px -264px; background-repeat: repeat; }
*/




.special_offer {
	margin-top: 3em;
}
.special_box {
	background: url(../../img/special_box_bg.gif) repeat-y;
	width: 370px;
	float: left;
	margin-top: 14px;
}
.special_box .content {
	background: url(../../img/special_box_top.gif) no-repeat;
	min-height: 241px;
	padding: 11px 11px 0;
}
.special_box .bottom {
	background: url(../../img/special_box_bottom.gif) no-repeat;
	height: 12px;
	overflow: hidden;
}
.special_box h3 {
	font-weight: bold;
	font-size: 20px;
	color: #ff1a7d;
	margin-bottom: 1em;
	background: url(../../img/special_box_title.gif) no-repeat left center;
	padding-left: 25px;
}
.special_box h4 {
	font-weight: bold;
	color: #5b5b5b;
	font-size: 13px;
	margin-bottom: .5em;
}
.special_box ul {
	margin-bottom: 1.5em;
}
.special_box a.link {
	background: url(../../img/special_box_link.gif) no-repeat;
	height: 60px;
	width: 289px;
	text-align: center;
	padding: 0 55px 0 13px;
	display: block;
	font-size: 24px;
	line-height: 60px;
	text-decoration: none;
	color: #FFF;
	margin: 0 0 0 -5px;
}





#home_teasers { }
.home_teasers .box_teaser,
#home_teasers .box_teaser {
	padding: 10px;
}
.home_teasers .box_action,
#home_teasers .box_action {
	border: 1px solid #c1c1c1;
	margin-bottom: 10px;
	padding-bottom: 40px;
	position: relative;
	_height: 1px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.home_teasers .box_action h2,
#home_teasers .box_action h2 {
	background-color:#BACF22;
	color:#010101;
	font-weight: bold;
	display:inline;
	font-size:19px;
	line-height:26px;
	text-transform: uppercase;
	margin:0 -10px;
	*margin: 0;
	*position: relative;
	*left: -10px;
	padding:0 10px;
	
}
.home_teasers .box_action h2 br,
#home_teasers .box_action h2 br {
	display: none;
}
.home_teasers .box_action p.btn_row,
#home_teasers .box_action p.btn_row {
	position: absolute;
	bottom: 0;
	margin: .5em 0;
}
.home_teasers .box_action p.btn_row a.left span
#home_teasers .box_action p.btn_row a.left span { float: left;}

.home_teasers h4
#home_teasers h4 {
	font-weight: bold;
}
.home_teasers p.date,
#home_teasers p.date {
	margin-bottom: .5em;
}






.home_teasers #box_info,
#home_teasers #box_info {
	padding: 10px;
	margin: 0 -10px;
	border: 1px solid #eaf1bc;
	background: url("../../img/box_info.gif") repeat-x top;
}
.home_teasers #box_info h5,
#home_teasers #box_info h5 {
	margin-bottom: 0.5em;
}
.home_teasers #box_info p,
#home_teasers #box_info p {
	line-height: 1.2em;
}
.home_teasers #box_info p small,
#home_teasers #box_info p small {
	color: #999;
	display: block;
	line-height: 1em;
	margin-top: 0.5em;
}








#ambassadeur ol.list {
	margin-left: 0;
	margin-right: 0;
	list-style-position: inside;
	text-indent: 10px;
}
#ambassadeur ol.list li {
	padding: 4px 0;
	position: relative;
}
#ambassadeur ol.list li span {
	position: absolute;
	right: 10px;
}
#ambassadeur ol.list li.odd {
	background-color: #efefef;
}









.box_home {
	background: url("../../img/box_home_bg.gif") repeat-x bottom;
}








/* HEADER */

div#header {
	position: relative;
}


/* LOGO */

div#header h1#logo {
	margin: 20px 0 0 10px;
	text-indent: -1234em;
	overflow: hidden;
	float: left;
}
div#header h1#logo a {
	display: block;	
	width: 283px;
	height: 56px;
}
div#header h1.logo_en a { background: url("../../img/logo_header_en.gif"); }
div#header h1.logo_nl a { background: url("../../img/logo_header_nl.gif"); }


/* LANGUAGE MENU */

div#header ul#menu_language {
	float: right;
	list-style-type: none;
	position: absolute;
	top: 14px;
	right: 0;
	line-height: 11px;
}
div#header ul#menu_language li {
	float: right;
	height: 11px;
	margin: 0 10px 0 0;
}
div#header ul#menu_language li a {
	display: block;
	width: 16px;
	height: 11px;
	text-indent: -1234em;
	overflow: hidden;
}
div#header ul#menu_language li a.nl { background-image: url("../../img/flag_nl.gif"); }
div#header ul#menu_language li a.en { background-image: url("../../img/flag_en.gif"); }


/* SMALL MENU */

div#header ul#menu_small {
	position: absolute;
	bottom: 0;
	right: 0;
	
	clear: right;
	float: right;
	list-style-type: none;
	margin: 0;
	text-align: right;
	width: 500px;
}
div#header ul#menu_small li {
	border-left: 1px solid #ccc;
	padding: 0 5px;
	display: inline;
}
div#header ul#menu_small li.first {
	border: 0;
	padding-left: 0;
}
div#header ul#menu_small li a {
	color: #494949;
	text-decoration: none;
}
div#header ul#menu_small li a.active,
div#header ul#menu_small li a:hover {
	text-decoration: underline;
}
div#header ul#menu_small li a.active {
	color: #ff006c;
}




/* MENU */

div#menu {
	text-align: left;
	margin: 10px 0 8px;
}
div#menu ul {
	margin: 0;
	height: 40px;
	background: url("../../img/menu_bg.gif");
	padding: 0 19px 0 11px;
}

div#menu ul li {
	float: left;
	list-style-type: none;
}
div#menu ul li.right {
	float: right;
	background: none;
	padding: 0;
}
div#menu ul li a {
	color: #393939;
	text-decoration: none;
	font-size: 1.091em;
	line-height: 36px;
	height: 39px;
	display: block;
	padding: 0 12px;
	float: left;
	background: url("../../img/menu_separator.gif") no-repeat left;
}
div#menu ul li.first a { background: none; }

div#menu ul li a.active { background: url("../../img/menu_active.gif") no-repeat left; }
div#menu ul li.first a.active { background-position: -2px center; }
div#menu ul li form {
	position: relative;
}
div#menu ul li form input {
	position: absolute;
	top: 10px;
	right: 28px;
	border: 0 !important;
	padding: 3px 0 3px 11px !important;
	height: 13px;
	color: #aaa;
	background: url("../../img/search.gif") left top !important;
}
div#menu ul li form input:focus {
	color: #494949;
}
div#menu ul li form button {
	background: transparent none;
	border: 0;
	padding: 0;
	margin: 0;
	height: 19px;
	width: 37px;
	line-height: auto;
	position: absolute;
	top: 10px;
	right: 0;
	cursor: pointer;
	background: url("../../img/search.gif") right;
	text-indent: -1234em;
	overflow: hidden;
}



/* SEARCH ENGINE */

#cse-search-results iframe {
	width: 690px !important;
}




/* CONTENTBOX */

.contentbox {
	border: 1px solid #c1c1c1;
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
	_height: 1px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.corner_box,
.corners {
	position: relative;
	_height: 1px;
}
.corner {
	position: absolute;
	width: 10px !important;
	height: 10px !important;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 1px !important;
	border: 0 !important;
	overflow: hidden;
	background: url("../../img/contentbox_corners.gif");
}
.corner_tl { top: -1px; left: -1px; background-position: 0 0 !important; }
.corner_tr { top: -1px; right: -1px; background-position: -10px 0 !important; }
.corner_bl { bottom: -1px; left: -1px; background-position: 0 -10px !important; }
.corner_br { bottom: -1px; right: -1px; background-position: -10px -10px !important; }



/* CONTENT VARIANTS */

.homecontent {
	margin-top: 2em !important;
}
.homecontent .subcolumn .contentbox {
	height: 218px;
}
.homecontent .subcolumn .contentbox h3 {
	margin-bottom: .5em;
}
.maincontent {
	background: url("../../img/content_bg.gif") top left no-repeat;
	padding: 15px 10px;
	min-height: 444px;
	_height: 444px;
}
.maincontent_small {
	background: url("../../img/content_bg_small.gif") top left no-repeat;
	padding: 15px 10px;
	min-height: 89px;
	_height: 89px;
}
.maincontent_small-24 {
	background: url("../../img/content_bg_small_950.gif") top left no-repeat;
	padding: 15px 10px;
	min-height: 89px;
	_height: 89px;
}
div.maincontent_tabbed {
	margin-top: 45px;
}
.action_item {
	padding: 1px;
}
.action_item .bg_img {
	padding: 15px 10px;
	
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}




/* LIST NEWS */

div.list_news .list_news_item {}
div.list_news .list_news_item h3,
div.list_news .list_news_item h3 a {
	text-decoration: none;
	margin-bottom: .5em;
}
div.list_news h3 a img {
	display: block;
	float: left;
	margin: .7em .5em 0 0;
	border: 2px solid #eaeaea;
	padding: 1px;
}
div.list_news .list_news_item p small {
	color: #7d960b;
}




/* LIST NEWS SMALL */

ul.news_list_small {
	margin: 0;
}
ul.news_list_small li {
	list-style-type: none;
	padding: 0 0 10px 45px;
	position: relative;
}
ul.news_list_small li span.date {
	color: #ff006c;
	font-size: 0.91em;
	position: absolute;
	top: 0;
	left: 0;
}
ul.news_list_small li a {
	color: #494949;
	text-decoration: none;
}
ul.news_list_small li a:hover {
	color: #494949;
	text-decoration: underline;
}




/* SUBMENU */

ul.submenu {
	margin: 0;
}
ul.submenu li {
	list-style-type: none;
}
ul.submenu li a {
	color: #393939;
	text-decoration: none;
	display: block;
	padding: 3px 0;
}
ul.submenu li a:hover {
	color: #393939;
	text-decoration: underline;
}
ul.submenu li.active a {
	color: #FF006C;
	text-decoration: underline;
}
ul.submenu li.active a:hover {
	color: #FF006C;
}




/* LIST PERS */

ul.list_pers {
	margin: 0;
	padding: 0;
}
ul.list_pers li {
	list-style-type: none;
	margin-left: 30px;
}
ul.list_pers li small {
	color: #7d960b;
	float: left;
}
ul.list_pers li a {
	color: #494949;
	text-decoration: none;
	display: block;
	margin-left: 75px;
}
ul.list_pers li a:hover {
	text-decoration: underline;
}
ul.list_pers li.list_pers_item {
	padding-bottom: 20px;
}
ul.list_pers li.list_pers_item small {
	float: none;
}
ul.list_pers li.list_pers_item a {
	display: inline;
	margin: 0;
	color: #7d960b;
}
ul.list_pers li.list_pers_item h4,
ul.list_pers li.list_pers_item h4 a,
ul.list_pers li.list_pers_item h4 a:hover {
	color: #494949;
	text-decoration: none;
}
ul.list_pers li.list_pers_item h4 a img {
	float: left;
	padding: 1px;
	border: 4px solid #e8e8e8;
	margin:  1.25em 1.25em 0 0;
}




/* LIST DOWNLOADS */

ul.downloads {
	margin: 0;
	padding: 0;
}
ul.downloads li {
	list-style-type: none;
	border-top: 1px solid #CBCBCB;
	padding-top: 2em;
	margin-top: 2em;
}




/* NAVIGATION */

ul.navigation {
	list-style-type: none;
	margin: 1em 0 0;
	text-align: center;
}
ul.navigation li {
	display: inline;
	padding: 0 2px;
}
ul.navigation li.arrow_left,
ul.navigation li.arrow_right {
	padding: 0;
}
ul.navigation li.arrow_left { background: url("../../img/nav_arrow_left_inactive.gif") no-repeat left; }
ul.navigation li.arrow_left a { background: url("../../img/nav_arrow_left.gif") no-repeat left; }
ul.navigation li.arrow_right { background: url("../../img/nav_arrow_right_inactive.gif") no-repeat left; }
ul.navigation li.arrow_right a { background: url("../../img/nav_arrow_right.gif") no-repeat left; }
ul.navigation li a {
	text-decoration: none;
}
ul.navigation li strong {
	font-weight: normal;
	text-decoration: underline;
	color: #7d960b;
}




/* SITEMAP */

ul.sitemap {
	margin: 0;
}
ul.sitemap li {
	list-style-type: none;
	background: url("../../img/sitemap.gif") repeat-y left -1px;
	padding: 2px 0 2px 3px;
}
ul.sitemap li a {
	font-size: 1.182em;
	background: url("../../img/sitemap_bullet.gif") no-repeat left 7px;
	padding: 0 0 0 11px;
	color: #FF006C;
	text-decoration: none;
	display: block;
}
ul.sitemap li a:hover {
	text-decoration: underline;
}
ul.sitemap li ul { margin: 0 0 0 15px; }
ul.sitemap li ul li {}
ul.sitemap li ul li a {
	color: #494949;
}





/* IMAGES */

div.images {
	margin-bottom: 2em;
	padding-left: 30px;
}
div.images .contentbox {
	float: left;
	width: 80px;
	margin-right: 10px;
	text-align: center;
}
div.images .contentbox .image_holder {
	width: 80px;
	height: 60px;
	margin: 0 auto;
	line-height: 60px;
	overflow: hidden;
	display: block;
}
div.images .contentbox img {
	vertical-align: middle;
}





#product_teasers { margin-bottom: 50px; z-index: 100; }
#product_teasers .teaser {
	float: left;
	width: 230px;
}
#product_teasers .teaser_1 {
	width: 470px;
}
#product_teasers .teaser .content {
	margin: 0 0 0 10px;
	padding: 10px 0 55px;
	border: 1px solid #c4c4c4;
	background-color: #efefef;
	position: relative;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#product_teasers .teaser_1 .content {
	margin-left: 0;
	border: 0;
	background-color: #FFF;
}
#product_teasers .teaser .content p.btn_row {
	margin: 0;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
#product_teasers .teaser .content p.btn_row .infobox {
	position: absolute;
	top: 30px;
	left: 0;
	padding: 15px;
	border: 1px solid #c4c4c4;
	background-color: #FFF;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#product_teasers .teaser .content p.btn_row .infobox p {
	margin: 0 0 1.5em 0;
}
#product_teasers .teaser .content h2 {
	background-color: #BACF22;
	display: inline;
	padding: 0 10px;
	margin: 0;
	color: #fff;
	font-size: 24px;
	line-height: 34px;
}
#product_teasers .teaser .content h2 br {
	display: none;
}
#product_teasers .teaser .content p {
	margin: 1.5em 10px 0;
}
#product_teasers .teaser .content ul {
	margin: 0 10px;
}
#product_teasers .teaser .content ul li {
	margin-left: 20px;
}
#product_teasers .teaser .content .product_teaser_info {
	display: none;
}

#product_teasers .teaser .grey a.btn_color,
#product_teasers .teaser .grey a.btn,
#product_teasers .teaser .grey button.btn_color,
#product_teasers .teaser .grey button.btn {
	background-image: url("../../img/product_teaser_btn.gif");
}

#product_teasers .teaser .grey a.btn_color span,
#product_teasers .teaser .grey a.btn span,
#product_teasers .teaser .grey button.btn_color span,
#product_teasers .teaser .grey button.btn span {
	background-image: url("../../img/product_teaser_btn.gif");
}

#product_teasers .teaser .corner_tl { background-image: url("../../img/product_teaser_corner_tl.png"); }
#product_teasers .teaser .corner_tr { background-image: url("../../img/product_teaser_corner_tr.png"); }
#product_teasers .teaser .corner_bl { background-image: url("../../img/product_teaser_corner_bl.png"); }
#product_teasers .teaser .corner_br { background-image: url("../../img/product_teaser_corner_br.png"); }

#product_teasers .teaser_id_15 .content,
#product_teasers .teaser_id_12 .content {
	background: #FFF url('../../img/product_teaser_laptop.jpg') no-repeat right;
	padding-right: 250px;
}
#product_teasers .teaser_id_15 .content { background-image: url('../../img/product_teaser_laptop_en.jpg'); }
#product_teasers .teaser_id_16 .content,
#product_teasers .teaser_id_13 .content {
	background-image: url('../../img/product_teaser_dongle.jpg');
	background-repeat: no-repeat;
	background-position: left 118px;
}
#product_teasers .teaser_id_16 .content { background-position: left 150px; }
#product_teasers .teaser_id_17 .content,
#product_teasers .teaser_id_14 .content {
	background-image: url('../../img/product_teaser_park.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}







#boven_prepaid,
#boven_producten {
	margin: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D4D4D4;
}







/* SUBSCRIPTIONS TABLE */

div.subscriptions_table {
	position: relative;
}
div.subscriptions_table a.taf {
	position: absolute;
	right: 0;
	top: -25px;
}
div.subscriptions_table ul {
	margin: 0;
	height: 30px;
	position: absolute;
	z-index: 100;
	top: -30px;
	*top: -31px;
}
div.subscriptions_table ul li {
	border: 1px solid #adadad;
	border-width: 1px 1px 0 1px;
	float: left;
	list-style-type: none;
	white-space: nowrap;
	line-height: 29px;
	font-size: 1.273em;
	padding: 0 10px;
	margin-left: 10px;
	background: #fff;
	position: relative;
	
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
div.subscriptions_table ul li  .corner { background-image: url("../../img/contentbox_corners.gif"); }
div.subscriptions_table ul li.active  .corner { background-image: url("../../img/contentbox_corners_dark.gif"); }
div.subscriptions_table ul li.active {
	padding-bottom: 1px;
	border-color: #515151;
	color: #ff006c;
	background-color: #FFF;
}
div.subscriptions_table ul li.active a {
	color: #ff006c;
	text-decoration: none;
}
div.subscriptions_table .frame {
	border: 1px solid #515151;
	clear: both;
	z-index: 10;
	margin-bottom: 2em;
	padding-top: 2em;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div.subscriptions_table .frame  .corner { background-image: url("../../img/contentbox_corners_dark.gif"); }
div.subscriptions_table table {
	border-collapse: collapse;
}
div.subscriptions_table table thead td {
	text-align: left;
}
div.subscriptions_table table thead th {
	background-color: transparent;
	padding-left: 0;
}
div.subscriptions_table table thead th h3 {
	font-size: 2.5em;
	text-align: center;
	margin: 0 0 .5em;
	color: #9fc009;
	background: url("../../img/table_heading.gif") left top repeat-x;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.subscriptions_table table thead th h3 a {
	outline: none;
	display: block;
}
div.subscriptions_table table thead th h3 span {
	display: block;
	background: url("../../img/table_heading.gif") right top repeat-x;
	line-height: 47px;
	padding-top: 1px;
	padding-right: 10px;
	height: 79px;
}
div.subscriptions_table table thead th h3.focus {
	/* background-image: url("../../img/table_heading_bg_active.gif"); */
	background-position: bottom left;
	border-color: #9fc009;
}
div.subscriptions_table table thead th h3.focus span {
	background-position: bottom right;
}
div.subscriptions_table table thead th h3 small {
	font-size: 0.33em;
	line-height: 31px;
	padding: 0 0 1px;
	white-space: nowrap;
	font-weight: normal;
	color: #fff;
	display: block;
	letter-spacing: 0px;
}
div.subscriptions_table table thead th h3 small strong {
	font-size: 2em;
	font-weight: normal;
}
div.subscriptions_table table tbody th { white-space: nowrap; }
div.subscriptions_table table tbody td { text-align: center; }

div.subscriptions_table table tbody th,
div.subscriptions_table table tfoot th {
	padding: 0 10px;
}
div.subscriptions_table table tfoot td,
div.subscriptions_table table tbody td {
	padding: 0 10px 0 0;
}

div.subscriptions_table table tbody th { padding-left: 20px; }
div.subscriptions_table table tbody tr.odd th,
div.subscriptions_table table tbody tr.odd td { background-color: #ebebeb; }
div.subscriptions_table table tbody tr.even th,
div.subscriptions_table table tbody tr.even td { background: transparent; }
div.subscriptions_table table tbody tr.odd td div { background-color: #f7f7f7; }

div.subscriptions_table table thead tr.top td div {
	height: 10px;
	padding: 0 5px;
	border-width: 1px 1px 0;
}
div.subscriptions_table  table tfoot tr.bottom td div .corner,
div.subscriptions_table  table thead tr.top td div .corner { background-image: url("../../img/contentbox_corners.gif"); }

div.subscriptions_table table tfoot td,
div.subscriptions_table table tbody td {
	text-align: center;
}
div.subscriptions_table table thead td div,
div.subscriptions_table table tfoot td div,
div.subscriptions_table table tbody td div {
	padding: 5px;
	background: #FFF;
	border: 1px solid #d4d4d4;
	border-width: 0 1px;
	width: 100px;
	margin: 0 auto;
}
div.subscriptions_table table thead tr.top td {
	padding: 0 10px 0 0;
}
div.subscriptions_table table thead tr.top td div {
	border-width: 1px 1px 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	padding-top: 10px;
}
div.subscriptions_table table tfoot tr.bottom td div {
	border-width: 0 1px 1px;
	padding-top: 19px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
div.subscriptions_table table td div.focus { border-color: #b2cd3a; }
div.subscriptions_table  table tfoot tr.bottom td div.focus .corner,
div.subscriptions_table  table thead tr.top td div.focus .corner { background-image: url("../../img/contentbox_corners_color_1.gif"); }
div.subscriptions_table table td.check div {
	text-indent: -1234em;
	background: url("../../img/icon_check.gif") center no-repeat;
}

div.subscriptions_table table td button {
	background: url("../../img/btn_color_grey.gif") no-repeat bottom left;
	border: 0;
	margin: 0;
	padding: 0 0 0 15px;
	height: 30px;
	width: 100%;
	color: #fff;
	font-size: 1.3em;
	cursor: pointer;
}
div.subscriptions_table table td button span {
	height: 30px;
	padding: 0 15px 0 0;
	display: block;
	line-height: 30px;
	background: url("../../img/btn_color_grey.gif") no-repeat bottom right;
}
div.subscriptions_table table td button::-moz-focus-inner { padding:0; border: 0; }
div.subscriptions_table table td div.focus button { background-position: top left; }
div.subscriptions_table table td div.focus button span { background-position: top right; }




/* PREPAID TABLE */
div.prepaid_table {
	position: relative;
}
div.prepaid_table a.taf {
	position: absolute;
	right: 0;
	top: -25px;
}
div.prepaid_table ul {
	margin: 0;
	height: 30px;
	position: absolute;
	z-index: 100;
	top: -30px;
	*top: -31px;
}
div.prepaid_table ul li {
	border: 1px solid #adadad;
	border-width: 1px 1px 0 1px;
	float: left;
	list-style-type: none;
	white-space: nowrap;
	line-height: 29px;
	font-size: 1.273em;
	padding: 0 10px;
	margin-left: 10px;
	background: #fff;
	position: relative;
	
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
div.prepaid_table ul li  .corner { background-image: url("../../img/contentbox_corners.gif"); }
div.prepaid_table ul li.active  .corner { background-image: url("../../img/contentbox_corners_dark.gif"); }
div.prepaid_table ul li.active {
	padding-bottom: 1px;
	border-color: #515151;
	color: #ff006c;
	background-color: #FFF;
}
div.prepaid_table ul li.active a {
	color: #ff006c;
	text-decoration: none;
}
div.prepaid_table .frame  .corner { background-image: url("../../img/contentbox_corners_dark.gif"); }
div.prepaid_table .frame {
	border: 1px solid #515151;
	clear: both;
	z-index: 10;
	margin-bottom: 2em;
	padding-top: 2em;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.prepaid_table table {
	border-collapse: collapse;
}
div.prepaid_table table thead th {
	background-color: transparent;
	text-align: center;
	padding-left: 0;
}
div.prepaid_table table thead th h3 {
	font-size:2.5em;
	text-align: center;
	margin: 0 0 .5em;
	color: #9fc009;
	background: url("../../img/table_heading.gif") left top repeat-x;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.prepaid_table table thead th h3 span {
	display: block;
	background: url("../../img/table_heading.gif") right top repeat-x;
	line-height: 47px;
	padding-top: 1px;
	padding-right: 10px;
	height: 79px;
}
div.prepaid_table table thead th h3.focus {
	/* background-image: url("../../img/table_heading_bg_active.gif"); */
	background-position: bottom left;
	border-color: #9fc009;
}
div.prepaid_table table thead th h3.focus span {
	background-position: bottom right;
}
div.prepaid_table table thead th h3 small {
	font-size: 0.4em;
	line-height: 31px;
	padding: 0 0 1px;
	white-space: nowrap;
	font-weight: normal;
	color: #fff;
	display: block;
	letter-spacing: 0px;
}
div.prepaid_table table thead th h3 small strong {
	font-size: 2em;
	font-weight: normal;
}
div.prepaid_table table td a {
	text-decoration: underline;
	color: #494949;
	padding-left: 12px;
	background: url("../../img/arrow_small.gif") no-repeat 3px center;
	color: #7D960B;
}
div.prepaid_table table td a:hover {
	text-decoration: none;
}
div.prepaid_table table tbody th { white-space: nowrap; }
div.prepaid_table table tbody td { text-align: center; }

div.prepaid_table table tbody th,
div.prepaid_table table tfoot th {
	padding: 0 20px ;
}
div.prepaid_table table tfoot td,
div.prepaid_table table tbody td {
	padding: 0 10px 0 0;
}

div.prepaid_table table tbody th { padding-left: 20px; }
div.prepaid_table table tbody tr.even th,
div.prepaid_table table tbody tr.even td { background-color: #ebebeb; }
div.prepaid_table table tbody tr.even td div { background-color: #f7f7f7; }

div.prepaid_table table tbody tr.top td div,
div.prepaid_table table tbody tr.top th { padding-top: 10px; }

div.prepaid_table table tfoot td div,
div.prepaid_table table tbody td div {
	padding: 5px;
	background: #FFF;
	border: 1px solid #d4d4d4;
	border-width: 0 1px;
	width: 100px;
	margin: 0 auto;
}
div.prepaid_table table tbody td div.ktp2060a a {
	color: #FF006C;
	font-weight: bold;
	background: url("../../img/prepaid_star.gif") no-repeat left ;
}
div.prepaid_table table tbody tr.top td div {
	border-width: 1px 1px 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
div.prepaid_table table tfoot tr.bottom td {
	text-align: center;
}
div.prepaid_table table tfoot tr.bottom td div {
	border-width: 0 1px 1px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
div.prepaid_table  table tfoot tr.bottom td div .corner,
div.prepaid_table table tbody tr.top td div .corner { background-image: url("../../img/contentbox_corners.gif"); }





/* SELECTED PRODUCT */

div.selected_product div.field {
	clear: both;
	padding-top: 5px;
}
div.selected_product strong.label {
	width: 100px;
	padding: 0;
	margin-top: 0;
}
div.selected_product span {
	display: block;
	margin-left: 110px;
}






/* samenstellen */

#samenstellen form {
	margin: 0 10px;
}







/* UPSELLING */

#upselling .buttons {
	background: #EFEFEF;
}

#upselling .buttons a.btn_color,
#upselling .buttons  a.btn,
#upselling .buttons  button.btn_color,
#upselling .buttons  button.btn {
	background-image: url("../../img/product_teaser_btn.gif");
}
#upselling .buttons  a.btn_color span,
#upselling .buttons  a.btn span,
#upselling .buttons  button.btn_color span,
#upselling .buttons  button.btn span {
	background-image: url("../../img/product_teaser_btn.gif");
}








/* AANBIEDINGEN */

#action_teaser_main {
	background: #FFF url("../../img/action_teaser_main_bg.gif") repeat-x bottom;
	font-size: 1.0909em;
	padding: 0;
}
#action_teaser_main .bg {
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 13px 10px 20px;
	
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}
#action_teaser_main h2 {
	display: inline;
	background: #bacf22;
	color: #010101;
	font-weight: bold;
	padding: 0 10px;
	line-height: 34px;
	font-size: 24px;
	margin: 1px 0;
	position: relative;
	left: -10px;
	text-transform: uppercase;
}
#action_teaser_main p {
	width: 50%;
	padding: 1.5em 0;
	border-bottom: 1px solid #ccc;
}
#action_teaser_main p.content {
	line-height: 1.667em;
	padding: 2em 0;
	margin-bottom: 2em;
}
#action_teaser_main p.content strong {
	color: #ff006c;
}
#action_teaser_main p.buttonrow {
	padding: 0;
	border: 0;
	font-size: .9166em;
}
#action_teaser_main a.btn_color,
#action_teaser_main a.btn,
#action_teaser_main button.btn_color,
#action_teaser_main button.btn {
	background-image: url("../../img/product_teaser_btn.gif");
}
#action_teaser_main a.btn_color span,
#action_teaser_main a.btn span,
#action_teaser_main button.btn_color span,
#action_teaser_main button.btn span {
	background-image: url("../../img/product_teaser_btn.gif");
}



.action_teasers .corner_tl { background-image: url("../../img/product_teaser_corner_tl.png"); }
.action_teasers .corner_tr { background-image: url("../../img/product_teaser_corner_tr.png"); }
.action_teasers .corner_bl { background-image: url("../../img/product_teaser_corner_bl.png"); }
.action_teasers .corner_br { background-image: url("../../img/product_teaser_corner_br.png"); }


.action_teasers .odd .contentbox { margin-right: 5px; }
.action_teasers .even .contentbox { margin-left: 5px; }
.action_teasers .action_teaser {
	float: left;
	width: 50%;
}
.action_teasers .action_teaser .contentbox {
	background-repeat: no-repeat;
	background-position: right;
	padding: 0;
}
.action_teasers .action_teaser .bg {
	padding: 10px;
}
.action_teasers .action_teaser h3 {
	color: #ff006c;
	font-weight: bold;
	font-size: 1.2727em;
	margin-bottom: .5em;
}
.action_teasers .action_teaser p {
	width: 50%;
}
.action_teasers .action_teaser p.content {
	font-size: .909em;
}
.action_teasers .action_teaser p.price {
	font-size: 1.0909em;
	color: #ff006c;
	font-weight: normal;
	margin-bottom: 1em;
}
.action_teasers .action_teaser p.price small {
	font-size: .75em;
}
.action_teasers .action_teaser p.buttonrow {
	padding-top: 1em;
	border-top: 1px solid #DDDDDD;
}

.action_item h2 {
	display: inline;
	background: #bacf22;
	color: #010101;
	font-weight: bold;
	padding: 0 10px;
	line-height: 34px;
	font-size: 24px;
	margin: 1px 0;
	position: relative;
	left: -10px;
	text-transform: uppercase;
}
.action_item table {
	border-top: 1px solid #e5e5e5;
}
.action_item table tr td {
	border-bottom: 1px solid #e5e5e5;
}
.action_item p.buttonrow {
	padding-top: 1.5em;
	border-top: 1px solid #DDDDDD;
	line-height: 30px;
}
.action_item p.buttonrow a.left {
	margin-right: 10px;
}






/* PAGE 404 */

#page404 {
	text-align: center;
	padding: 20px 0 100px;
}
#page404 h2 {
	color: #ff006c;
	font-size: 5.2em;
	text-transform: uppercase;
	border-bottom: 1px solid #cbcbcb;
}
#page404 h2 span {
	padding-right: 60px;
	background: url("../../img/404.gif") no-repeat right 15px;
}
#page404 p {
	font-size: 1.273em;
	margin: 0 0 5em 0;
}
#page404 p small {
	font-size: 0.667em;
	color: #cbcbcb;
}
#page404 h3 {
	color: #494949;
	font-size: 1.455em;
	margin: 0.5em;
}
#page404 h3 small {
	color: #cbcbcb;
	font-size: 0.688em;
}
#page404 h3 small a {
	color: #cbcbcb;
	text-decoration: underline;
}
#page404 input {
	background: url("../../img/404_search.gif") no-repeat;
	padding:  5px 10px !important;
	margin: 0 !important;
	border: 0  !important;
	height: 14px;
	width: 170px;
}
#page404 form.contentbox {
	width: 320px;
	margin: 0 auto;
}



/* PAGE not_available */
#not_available {
	border-top: 1px solid #E1E1E1;
	padding-top: 2em;
	margin-top: 2em;
}




#meta {
	margin-bottom: -15px;
	padding: 0 10px 0 0;
	text-align: center;
}
a.taf {
	color: #666;
	padding-left: 22px;
	background: url("../../img/icon_taf.gif") no-repeat left;
}
a.taf:hover {
	color: #666;
	text-decoration: underline;
}





/* Tell a friend */

#tell_a_friend label em {
	color: #F32837;
}

#tell_a_friend {
	position: absolute;
	display: block;
	background: #FFF;
	border: 1px solid #C1C1C1;
	width: 500px;
	padding: 25px 25px 15px;
	margin-left: -250px;
	z-index: 2000000000;
	left: 50%;
	top: 200px;
	color: #bbb;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#tell_a_friend fieldset {
	display: block;
	float: none;
	width: 460px;
}

#tell_a_friend .close {
	float: right;
	position: relative;
	top: -20px;
	right: -20px;
	font-weight: bold;
	font-size: 11px;
}

#tell_a_friend_errors {
	border: 2px dotted #F32837;
	margin: 10px;
	padding: 10px;
	color: #F32837;
}
#tell_a_friend_errors ul {
	margin-bottom: 0;
}


#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	z-index: 100;
}




/* FOOTER */

#footer {
	font-size: 0.834em;
	padding: 20px 0 0;
	margin: 20px 0 0;
	border-top: 1px solid #E1E1E1;
}


/* FOOTER LINKS */

#footer ul.footer_links {
	margin: 15px 0 0 10px;
	_margin-top: 30px;
}
#footer ul.footer_links li {
	display: inline;
	padding: 0 5px;
	border-left: 1px solid #494949;
	line-height: 1em;
	list-style-type: none;
}
#footer ul.footer_links li.first {
	border: 0;
	padding-left: 0;
}
#footer ul.footer_links li a {
	color: #494949;
	text-decoration: none;
}
#footer ul.footer_links li a:hover {
	text-decoration: underline;
}
#footer p {
	float: left;
	margin: 5px 0 0 10px;
}


/* FOOTER PARTNER LOGOS */

#footer ul.partnerlogos {
	margin: 0 10px 0 0;
}
#footer ul.partnerlogos li {
	float: right;
	list-style-type: none;
}
#footer ul.partnerlogos li a {
	height: 46px;
	display: block;
	margin: 0 5px;
	text-indent: -1234em;
	overflow: hidden;
}
#footer ul.partnerlogos li a.noindent {
	text-indent: 0;
}
#footer ul.partnerlogos li.intel a {
	background: url("../../img/footer_logo_intel.gif") no-repeat center;
	width: 104px;
}
#footer ul.partnerlogos li.wimax a {
	background: url("../../img/footer_logo_wimax.gif") no-repeat center;
	width: 83px;
}
#footer ul.partnerlogos li.thuiswinkel a {
	background: url("../../img/footer_logo_thuiswinkel.gif") no-repeat center;
	width: 89px;
}
#footer ul.partnerlogos li.visa a {
	background: url("../../img/logo_visa.gif") no-repeat center;
	width: 29px;
	height: 23px;
}
#footer ul.partnerlogos li.ideal a {
	background: url("../../img/logo_ideal.gif") no-repeat center;
	width: 20px;
	height: 23px;
}
#footer ul.partnerlogos li.mastercard a {
	background: url("../../img/logo_mastercard.gif") no-repeat center;
	width: 31px;
	height: 23px;
}

#footer ul.partnerlogos li.visa,
#footer ul.partnerlogos li.ideal,
#footer ul.partnerlogos li.mastercard {
	float: left;
	padding-top: 10px;
}