@import url(form.css);
html, body {
	height: 100%;
	margin: 0 0 0px 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 180%;
	padding: 0px;
	font-size: 75%;
	color: #8d8d8d;
}

/* ----- generic styling ----- */
p {
	margin: 0 0 10px 0;
	padding: 0;
	color: #8d8d8d;
}

h1 {
	margin: 0 0 10px 0;
	font-size: 180%;
}

h2 {
	margin: 0;
}

h3, h4, h5 {
	margin: 0;
	font-size: 100%;
}

ul,
li,
ol {
	margin: 0;
	padding:0px;
}

a { color: #FE7200;}

a, object {outline: none;}

a:hover { color: #088CBD;}

em, i {
	width: 95%;
	font-size: 100%;
}

hr {
}

h1 span {
	display: none;
}

h2 span {
	display: none;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

embed {
	margin: 0px;
	padding: 0px;
}

object {
	margin: 0px;
	padding: 0px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearRight {
	clear: right;
}

.clearLeft {
	clear: left;
}

.clearBoth {
	clear: both;
}

.padding {
	padding: 20px 20px 20px 20px;
}

/*====================================================================================*/
/*	structure																								  */
/*====================================================================================*/
body {
	background: purple;
	background: url('../img/bg_top.jpg') repeat-x 0px 33px;
}
 
body.next {
	background: url('../img/bg_top_next.jpg') repeat-x 0px 33px;
}

div#subNavContainer {
	position: relative;
	width: 960px;
	width: 1000px;
	height: 82px;
	margin: 0px auto 0px auto;
}

div#subNavContainer img {
	position: absolute;
	top: 20px;
	left: 20px;
	margin: 0px;
	padding: 0px;
}

div#subNavContainer h3 {
	position: absolute;
	right: 20px;
	top: 45px;
	width: 400px;
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	color: white;
	font-style: italic;
}

div#subNav{
	float: right;
	text-align: right;
	margin: 5px 20px 0px 0px;
	width: 600px;
	height: 30px;
	color: white;
}

div#mainContainerOuter {
	width: 1000px;
	position: relative;
	margin: 0px auto 0px auto;
	background: url('../img/bg_dropshadow_back.gif') no-repeat;
}

body.next div#mainContainerOuter {
	background: url('../img/bg_dropshadow_back_next.gif') no-repeat;
}

div#mainContainer {
	position: relative;
	display: block;
	margin: 0px 20px 0px 20px;
	padding: 0px;
	width: 960px;
	text-align: left;
	z-index:1;
}

/* navigation */

div#topNav {
	position: relative;
	height: 33px;
	ackground: #dbdbdb;
	background: #dbdbdb url('../img/bg_topnav.gif');
}

div#innerTopNav {
	margin: auto;
	width: 960px;
	padding-top: 5px;
	text-align: right;
}

div#innerTopNavItems {
	float: left;
	width: 750px;
	text-align: right;
}

#header {
	display: block;
	height: 260px;
	width: 100%;
	background: gray;
	
}

body.next #header {
	height: 99px;
}

#headerNavTopBox{
	position: relative;
	height: 33px;
	background: url('../img/bg_header_nav_top.gif');
	z-index: 50;
}

#headerNavTopBox ul {
	margin: 0px 0px 0px 5px;
	list-style: none;
	text-indent: 0px;
}

#headerNavTopBox ul li ul {
	margin: 0px;
}

#headerNavTopBox ul li {
	float: left;
	text-indent: 0px;
	background: url("../img/bg_header_nav_seperator.gif") top right no-repeat;
}

ul#headerNavTop li a {
	position: relative;
	top: 5px;
	left: 0px;
	margin: 10px 0px 0px 0px;
	text-decoration: none;
	font-size: 120%;
	color: white;
}

div#headerImg {
	display: block;
	position: relative;
	height: 227px;
	overflow: hidden;
}

body.next  div#headerImg {
	display: block;
	position: relative;
	height: 66px;
	overflow: hidden;
}

div#headerImg img {
	display: block;
	top: 0px;
	left: 0px;
	z-index: 10;
}

div#headerImgBottom {
	display: block;
	position: absolute;
	top: 161px;
	left: 0;
	width: 960px;
	height: 66px;
	line-height: 1px;
	background: #00aeef;
	filter: alpha(opacity=40);
	-moz-opacity: .30;
	opacity: .30;
	z-index: 10;
}

div.headerContent {
	display: block;
	position: absolute;
	top: 161px;
	left: 0;
	height: 66px;
	color: white;
	z-index: 20;
}

body.next .headerContent {
	position: absolute;
	top: 0px;
	left: 0px;
}

/*sifr*/
div.headerContent h1{
	display: block;
	margin: 12px 0px 7px 20px; /*negative margin to compensate a weird sifr bug */
	padding: 0px 0px 0px 0px;
	font-size: 28px;
	font-weight: normal;

}

div.headerContent h1 a{
	color: white;
	background: none;	
	text-decoration: none;
}

div.headerContent h1 a:hover{
	text-decoration: none;
}

/*sifr*/
div.headerContent h2 {
	display: block;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	font-size: 13px;
	color: #fe7200;
}


div.contentBox h2.sifr {
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 18px;
	color: #299BC6;
}

div.contentBox h2.sifr a {
	color: #299bc6;
	text-decoration: none;
}

div.contentBox h2.sifr a:hover {
	text-decoration: underline
}

div.headerContent h2 a {
	text-decoration: none;
	color: #fe7200;
	padding: 0px 12px 0px 0px;
	background: url('../img/bg_header_sublink.gif') no-repeat right 0.37em ;
}

div.headerContent a:hover {
	text-decoration: underline;
}

div.headerContent img {
	display: inline;
	clear: none;
}

#imageSliderNav {
	position: absolute;
	top: 200px;
	right: 8px;
	float: right;
	height: 18px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	text-align: right;
	z-index: 100;
}

#imageSliderNav a {}

div#wrap {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	min-height: 300px;
	background: #fff;
	z-index:1;
}

body.next div#wrap, 
body.next div#columnRight {
	background: none;
}

#innerWrap {
	padding: 0px 10px 0px 0px;
	background: #fff;
	z-index:1;
}

div#columnRight {
	float: right;
	width: 300px;
	margin: 0px 0px 0px 0px;
	background: #fff;
}

div#innerColumnRight {
	float: left;
	margin-right: 0px;
	padding: 5px 0px 0px 0px;
	width: 300px;
}

body.next #innerColumnRight {
	padding: 10px 0px 0px 0px;
}

/*comumn 1*/
div#columnsLeft {
	float: left;
	width: 630px;
	margin: 0px 0px 0px 0px;
}

/*column 2*/
div#innerColumnsLeft {
	position: relative;
	float: left;
	width: 310px;
	margin-left: 0px;
}

/*column 3*/
div#innerColumnsRight {
	float: right;
	width: 320px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background: #fff;
}

div#wrapStretcher {
	display: block;
	position: relative;
	clear: both;
	width: 100%;
	height: 20px;
	line-height: 1px;
	font-size: 1px;
}

div#footerBox {
	display: block;
	position: relative;
	height: 20px;
	width: 100%;
	background: url('../img/bg_footer.gif') repeat-x;
}

div#innerFooterBox {
	position: relative;
	padding-top: 10px;
	width: 940px;
	height: 200px;
	margin: auto;
	text-align: left;
	font-size: 90%;
}

div#innerFooterBox strong { color: #088cbd;}
div#innerFooterBox a { color: #088cbd;}
div#innerFooterBox a:hover { color: gray;}
#footerLinks { float: right;}
#footerInfo {	float: left;}

/*====================================================================================*/
/*	 Header																									  */
/*====================================================================================*/

div#searchBox {
	position: relative;
	top: 0px;
	right: 0px;
	float: right;
	width: 190px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

div#searchBox form {
	display: inline;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

div#searchBox form input {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 150px;
	height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	background: url(../img/bg_form.gif) no-repeat 0 0;
	border: 1px solid #b2b2b2;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

div#searchBox form input#search_btn {
	position: absolute;
	top: 0px;
	left: 165px;
	width: 25px;
	height: 25px;
	padding: 0px;
	border: none;
	background: none;
}

#imageSliderNav .imageSliderLink {
	display: block;
	float: left;
	width: 18px;
	margin: 0px 2px 0px 2px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #fe7200;
	background: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#imageSliderNav .imageSliderLink.active {
	background: #fe7200;
	color: white;
}

div.headerContent .breadCrumbs {
	margin: 0px 0px 0px 22px;
	color: #fe7200;
	font-size: 11px;
}

div.headerContent .breadCrumbs a {
	display: inline;
	clear: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #fe7200;
	background: none;
}

div.headerContent .breadCrumbs a:hover {
	text-decoration: underline;
}

div#headerNavTopBox ul li { }

div#headerNavTopBox ul li a {
	/* adding-left: 30px;   removed padding an added to specif styles */
	background-repeat: no-repeat;
}

div#headerNavTopBox ul li a.icon1 { padding-left: 30px; background-image: url('../img/bg_menu_icon_1.gif'); }
div#headerNavTopBox ul li a.icon2 { padding-left: 30px; background-image: url('../img/bg_menu_icon_2.gif'); }
div#headerNavTopBox ul li a.icon3 { padding-left: 30px; background-image: url('../img/bg_menu_icon_3.gif'); }
div#headerNavTopBox ul li a.icon4 { padding-left: 30px; background-image: url('../img/bg_menu_icon_4.gif'); }
div#headerNavTopBox ul li a.icon5 { padding-left: 30px; background-image: url('../img/bg_menu_icon_5.gif'); }

div#headerNavTopBox ul li li a.icon1,
div#headerNavTopBox ul li li a.icon2,
div#headerNavTopBox ul li li a.icon3,
div#headerNavTopBox ul li li a.icon4,
div#headerNavTopBox ul li li a.icon5 {
	padding-left: 1em;
}
div#headerNavTopBox ul li a.eplaxisLink{
	cursor: pointer;
}
/*====================================================================================*/
/*	 Footer																									  */
/*====================================================================================*/


/*====================================================================================*/
/*	 Innerstyling																							  */
/*====================================================================================*/
#innerTopNav a {
	display: inline;
	margin: 0px 15px 0px 15px;
	font-size: 110%;
	text-decoration: none;
	olor: #626161;
	color: #0078aa;
}

#innerTopNav a:hover {
	text-decoration: underline;
}

span.subNavItem {
	position: relative;
	margin: 0px 5px 0px 0px;
}

div#subNavContainer .subNavItem img {
	left: 8px;
	position: relative;
	top: 3px;
	margin: 0px;
	padding: 0px;
}

span.subNavItem.last {
	margin: 0px 0px 0px 0px;
}

span.subNavItem a {
	position: relative;
	padding: 0px 0px 0px 8px;
	font-size: 120%;
	text-decoration: none;
	color: #fff;
}

div.contentBox {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

body.next div.contentBox
{
	padding: 20px 10px
}

div.contentBox h2 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 140%;
	color: #299BC6;
}


div.contentBox h3 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 110%;
	color: #299BC6;
}

div#innerColumnsLeft .contentBox {
	margin-left: 10px;
}

div#columnsLeft div.contentBox {
	margin-left: 10px;
}

div#columnsLeft #innerColumnsRight .contentBox {
	margin: 5px 0px 0px 20px;
}

div#columnsLeft hr{
	olor: #DEDEDE;
	border: 0px;
	border-top: 1px solid #DEDEDE;
	margin: 20px 0px 20px 0px;
}

div#innerColumnsRight .contentHeader h2 {
	padding-left: 20px;
}

/* listing news and events */

ul.events,
ul.news {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 1.7em;
	list-style: none;
	list-style-position: outside;
}

ul.news{ }

ul.events li,
ul.news li {
	display: block;
	clear: both;
	height: auto;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-position: outside;
}

ul.events li span, 
ul.news li span {
	position: relative;
}

ul.events li span.itemBox a {
	color: #8D8D8D;
	font-weight: bold;
	text-decoration: none;
}

ul.events li span.itemBox a:hover {
	text-decoration: underline;
}

div.contentHeader {
	display: block;
	height: 38px;
	margin: 0px;
	background: #F1F1F1;
}

body.next span.contentHeader {
}

div.contentHeader h2 {
	padding: 10px 0px 0px 10px;
	font-size: 18px;
	font-weight: normal;
	color: #299bc6;
}

div.contentHeader h2 a {
	color: #299bc6;
	text-decoration: none;
}

div.contentHeader h2 a:hover {
	text-decoration: underline;
}

#innerColumnRight .contentHeader {
	margin: 0px;
	padding: 0px;
	background: none;
}

div#innerColumnRight .contentHeader h2 {
	padding-left: 0px;
}

/* events */
.dateContainer {
	display: block;
	position: relative;
	float: left;
	width: 30px;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	text-align: center;
}

span.dateContainerEmpty{ 
	background-color: #088cbd; 
	width: 10px;
	height: 10px;
	top: 5px;
	left: 10px;
}

span.dateContainer.orange .date{ color: #f6861f; }
span.dateContainer.magenta .date{ color: #f11c4b; }
span.dateContainer.green .date{ color: #2e9626; }

.dateContainer .date {
	display: block;
	width: 30px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	text-align: center;
	color: #088cbd;
}

.dateContainer .date.month {
	font-size: 80%;
	text-transform: uppercase;
}

.dateContainer .date.day {
	font-size: 150%;
	text-transform: uppercase;
	font-weight: bold;
}

span.dateBox {
	font-size: 90%;
}

ul.events li span.itemBox {
	display: block;
	position: relative;
	float: right;
	width: 265px;
	margin: 0px 0px 6px 5px;
	padding: 0px 0px 6px 0px;
	border-bottom: 1px solid #dedede;
	min-height: 2.8em;
}

ul.news li span.itemBox {
	display: block;
	float: right;
	width: 297px;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 6px 0px;
	margin: 0px
	padding: 0px;
	border-bottom: 1px solid #dedede;
}

ul.news li span.itemBox a {
	color: #8D8D8D;
	font-weight: bold;
	text-decoration: none;
}

ul.news li span.itemBox a:hover { text-decoration: underline; }

.contentBox.news .itemContainer .itemBox { }

.contentBox span.date { color: #088CBD; }

/* common items */
div.readMore {
	display: block;
	float: right;
	margin: 0px 0px 10px 0px;
	text-align: right;
}

div.readMore a {
	padding-right: 20px;
	text-align: right;
	text-decoration: none;
	color: #138ab6;
	background: url('../img/bg_readmore.gif') no-repeat right;
}

div.readMore a:hover {
	text-decoration: underline;
}

span.rssBox {
	position: absolute;
	left: 20px;
	float: left;
	clear: right;
}

/* singel images ( news) */

div.imgBox {
	float: right;
	clear: right;
	display: inline;
	margin: 0 0 10px 10px;
}

div.imgBox img {
	padding: 1px;
	border: 1px solid #DEDEDE;
}

/* image slider */
.imageContainer {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 110px;
}

.imageSliderContainer { }

.contentImageSlider {
	position: relative;
	width: 600px;
	height: 285px;
	background: gray;
}

.imageSliderContent {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0px 0px 5px 15px;
	font-weight: bold;
	color: white;
	z-index: 100;
}

#imageSliderBottom {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 600px;
	height: 35px;
	margin: 0px;
	padding: 0px;
	background: #00aeef;
	filter: alpha(opacity=40);
	-moz-opacity: .30;
	opacity: .30;
	z-index: 10;
}

#contentImageSliderNav {
	position: absolute;
	right: 10px;
	bottom: 7px;
	z-index: 100;
}

#contentImageSliderNav .contentImageSliderLink {
	display: block;
	float: left;
	width: 18px;
	margin: 0px 2px 0px 2px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #fe7200;
	background: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#contentImageSliderNav .contentImageSliderLink.active {
	background: #fe7200;
	color: white;
}

.imageContainerBottom {
	display: block;
	position: absolute;
	top: 83px;
	left: 0;
	width: 300px;
	height: 26px;
	margin: 0px;
	padding: 0px;
	background: #00aeef;
	filter: alpha(opacity=40);
	-moz-opacity: .30;
	opacity: .30;
}


/* event selection */

#eventSelectBox {
	margin: 20px 0;
	border: 1px solid #DEDEDE;
	padding: 10px;
}

#eventSelectBox select {
	width: 200px;
}


/* events */
div.eventBox {
	display: block;
	float: left;
	position: relative; /* apply relative to position date later */
	height: 100px;
	min-height: 100px;
}
*> div.eventBox {
	height: auto;
}

span.eventContentBox {
	display: block;
	margin: 30px 0px 10px 100px;
}

span.eventContentBox ul {
	display: block;
	width: 250px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-position: outside;
	line-height: 2em;
}

span.eventContentBox ul li {
	clear: both;
}

span.eventListContentLeft {
	display: block;
	width: 90px;
	float: left;
	font-weight: bold;
	color: #088cbd;
}

span.eventListContentRight {
	display: block;
	width: 160px;
	float: right;
}

span.eventListContentRight img {
	margin: 15px 0px 0px 0px;
}

span.eventPrice {
	padding: 2px 5px 2px 3px;
	color: white;
	background: #01a3df;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

span.eventDate {
	display: block;
	position: absolute;
	top: 35px;
	left: 0px;
	width: 60px;
	height: 60px;
	text-align: center;
	color: white;
	background: #01a6e4 url('../img/bg_event_date.gif') repeat-x 0 0;
}

.magenta span.eventDate {	background: url('../img/bg_event_date_magenta.gif');}
.orange span.eventDate {	background: url('../img/bg_event_date_orange.gif');}
.green span.eventDate {	background: url('../img/bg_event_date_green.gif');}

span.eventDate .date {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 1em;
	font-weight: bold;
}

span.eventDate .date.month {
	clear: both;
	margin: 8px 0px 0px 0px;
	font-size: 16px;
}

span.eventDate .date.day {
	clear: both;
	font-size: 30px;
}

div.ruler {
	display: block;
	height: 20px;
	margin: 0px 0px 20px 10px;
	border-bottom: 1px solid #dedede;
}

/* PAGES FILE BOX */
div.fileBox {
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	background: #f1f1f1;
}

div.fileItem { margin: 10px 0px 0px 0px; padding: 0px 0px 10px 50px; border-bottom: 1px solid #dedede;  }

div.fileItem.last {
	border-bottom: none; /*bug in IE6, these properties will have effect on more "last" classes on the same page like videoItem.last */
}

div.fileItem a{ display: block; color: #088cbd; }

div.fileItem span.fileType { margin: 0px 10px 0px 0px; }


div.fileItem span.fileShortDescription { margin: 0px 10px 0px 0px; clear: both; display: block;}

div.fileItem span { margin: 0px 0px 0px 0px; }

div.fileItem span.fileName,
div.fileItem span.fileSize { margin: 0px 10px 0px 10px; }

div.fileItem { background: url('../img/icon_file.gif') no-repeat 0 0;}
div.fileItem.pdf { background: url('../img/icon_file_pdf.gif') no-repeat 0 0; }
div.fileItem.xls { background: url('../img/icon_file_xls.gif') no-repeat 0 0; }
div.fileItem.doc { background: url('../img/icon_file_doc.gif') no-repeat 0 0; }
div.fileItem.ppt { background: url('../img/icon_file_ppt.gif') no-repeat 0 0; }


/*Right column supnavigation */
ul.navRight {
	margin: 10px 0 0 0;
	padding: 10px 0px;
}

ul.navRight li {
	list-style: none;
	margin: 4px 0;
	padding: 0px;
	line-height: 1.8em;
	height:1.8em;
}

*> ul.navRight li {
	height: auto;
}

ul.navRight li h2 {
	font-weight: bold;
	font-size: 110%;
	color: #299BC6;
	margin-top: 5px;
}

ul.navRight li a {
	display: block;
	color: gray;
	text-decoration: underline;
	padding-left: 5px;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

ul.navRight li a:hover {
	display: block;
	color: #8a8a8a;
	text-decoration: none;
	background: #cdcdcd;	
	background: #F2F2F2;
}

ul.navRight li.active a { background: #01a3df;}

ul.navRight li.active a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

ul.navRight li.active a:hover { color: #fe7200;}


/* PAGES LISTINGS */

div.contentBox ul,
div.contentBox ol {
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 5px;
	list-style-position: outside;
}

div.contentBox ul li,
div.contentBox ol li {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}


/* FAQ page */

h3.faqQuestion {
	text-decoration: underline;
	font-weight:normal !important;
}

h3.faqQuestion:hover{
	color: orange;
	text-decoration: none;
	cursor:pointer;
	font-weight:normal;
}




/*====================================================================================*/
/*	 SEARCH AND SITEMAP						  */
/*====================================================================================*/

ul.sitemap {list-style: none;}

ul.sitemap li {color: #088cbd;}

ul.sitemap li a {	color: #fe7200;}

ul.sitemap li.sitemapIndent0
{
	 	border-bottom: 1px solid #ECECEC;
	 	font-weight: bold;
}

ul.sitemap li.sitemapIndent1 { padding-left: 10px;}
ul.sitemap li.sitemapIndent2 { padding-left: 20px;}
ul.sitemap li.sitemapIndent3 { padding-left: 30px;}


/* search */

.contentBox #search_form {
	background: #00ADEF;
	padding: 10px 15px 10px 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 10px;
}

.contentBox #search_form p {color: white; margin: 0px;}
.contentBox #search_form div { position: relative;	}

.contentBox #search_form input#searchfield {
	width: 400px;
	border: 1px solid white;
	background: url(../img/bg_form_gradient_hor.gif);
	height: 23px;
	line-height: 26px;
}

.contentBox #search_form input#search_btn_2 {
	position: absolute;
	left: 410px;
	top: 0px;
}

/* searchlisting */

ul.searchResult {
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #00aeef;
	margin-top: 10px;
	padding: 10px 0;
}
	
ul.searchResult li {
	list-style: none;
	border-bottom: 1px solid #ECECEC; 
	color: #088cbd;
	clear: both;
	line-height: 30px;
}

ul.searchResult li span.resultCat {
	float: right;
}

ul.searchResult li a.viewResult span {
	display: none;
}

/* JOBS */
dl.jobs {
	padding: 10px;
   line-height: 20px;
}

dl.jobs dt {
	float:left;
	clear:left;
	width:170px;
  	color:#088CBD;
 	font-weight: bold;
 	margin-bottom: 10px;
}

dl.jobs dd a {
  	color:#088CBD;
}

dl.jobs dd a:hover {
  color: #FE7200;
}

 dl.jobs dd {
	margin-left:180px;
	margin-bottom: 10px;
}

/* voorkomen inspringen door ie -3px probleem */ 
* html dl.jobs dd  {
	text-indent: -3px;
}

dl.jobs  dl a {
	text-decoration: none;
}

dl#jobsContact {
	margin-top: 10px;
	background: #F1F1F1;
}

/*====================================================================================*/
/*	 SHOP						  */
/*====================================================================================*/


/* right column order box */
div.orderBox {
	border-top: 1px solid #cdcdcd;	
	border-bottom: 1px solid #cdcdcd;
	padding: 5px 0 10px 0;	
	margin-bottom: 10px;
}

div.orderBox span.price {
	color: #1D96C3;
	font-weight: bold;
}

div.orderBox .btnOrder a {
	margin-top:5px;
	display: block;
	background: url(../img/btn_place_in_cart.gif) no-repeat 0 0;
	height: 26px;
	width: 114px;
	text-indent: -999em;
}

div.orderBox table {
	width: 100%;
}

div.orderBox table th {
	text-align: left;
}

div.orderBox table tr.licenceTableOdd {
	background-color: #f1f1f1;
}


div.screenshot {
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

div.screenshot span {
	display: block;
	width: 145px;
	background-color: #f1f1f1;
}

/*Shop Progress Bar*/
div#progressBar {
	position: relative;
	margin: 20px 20px 10px 20px;
	display: block;
	background:#ececec;
	width: 600px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div#progress {	
	position: absolute;
	width:610px;
	top: 0px;
	left:0px;
	height:30px;
}

div#progress a {
	color: white;
	text-decoration: none;
}

div.bar {
	height: 30px;
	background: #00ADEF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.step {
	display: block;
	width: 150px;
	z-index: 10;
	height: 30px;
	float: left;
	color: black;
	text-indent:5px;
	line-height: 30px;
}

div.step.current {
	font-weight: bold;
	color: white;
	background: url(../img/bg_step_current.gif) no-repeat center bottom;
}
 
div.step.passed { color: white; }
 
/*SHOP CART*/  
div.cartBox { padding: 20px 0 20px 20px; }

div.cartBox h1 {
	color: black;
	font-size: 120%;
}

div.cartBox h2 {
	color: #088cbd;
	font-size: 110%;
}

div.cartBox p  {margin: 0; }

p.shopError,
p.shopMessage  {
 	color: #fe7200;
 	font-weight: bold;
 	background: url(../img/bg_shop_error.gif) no-repeat left 0.2em;
 	text-indent: 20px;
}

div#cartNavigation {
	clear: both;
	margin-top: 10px;
	border-top: 1px solid #ECECEC;
}

a.previousCart,
a.nextCart {
	display: table-cell;
	min-width: 110px;
	height: 26px;
	line-height: 26px;
	color: #088cbd;
	font-weight: bold;
	text-decoration: none;
}

a.previousCart:hover,
a.nextCart:hover { color: gray }

a.previousCart { background: url(../img/bg_btn_prev_cart.gif) no-repeat left center;}

a.previousCart span {
	padding: 10px 10px 10px 30px;
	display: table-cell;
	height: 26px;
	line-height: 26px;
	background: url(../img/bg_btn_prev_cart_inner.gif) no-repeat right center;
}
	
a.nextCart { margin-left: 10px; background: url(../img/bg_btn_next_cart.gif) no-repeat right center;}
a.nextCart span {
	padding: 10px 30px 10px 20px;
	display: table-cell;
	height: 26px;
	line-height: 26px;
	background: url(../img/bg_btn_next_cart_inner.gif) no-repeat left center;
}
	

/*shop products list*/

ul.cartProducts {}

ul.cartProducts li {
	clear: both;
	padding: 5px 0 0 0 !important;	
	border-top: 1px solid #ECECEC;
	padding-bottom: 3px;
	min-height: 2em;
	list-style: none;
	margin:0px !important;
}

ul.cartProducts li.listHeader {
	border-top: none;
	clear: both;
	color: #088cbd;
	font-weight: bold;
}

ul.cartProducts li h3 {
	/*float: left;*/
	color: #088cbd;
}

ul.cartProducts li div.productDescription {
	float: left;
	width: 240px;
}

ul.cartProducts li div.licence {

	border-left: 2px solid #088cbd;
	padding-left: 10px;
	margin-bottom: 5px;
}

ul.cartProducts li div.amount {
	float: left;
	width: 60px;
	margin-left: 5px;
}

 ul.cartProducts li div.priceSimple,
 ul.cartProducts li div.priceTotal,
 ul.cartProducts li div.priceVat {
	float: left;
	width: 70px;
	margin-left: 5px;
	
	padding: 0px;
}

 

ul.cartProducts li a.delShopItem {
	float: right;
	width: 66px;
	background: #aeaeae;
	text-align: center;
	color: white;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-decoration: none;
}

/* move row down*/
ul.cartProducts li.product div.priceSimple,
ul.cartProducts li.product div.priceTotal,
ul.cartProducts li.product div.priceVat,
ul.cartProducts li.product div.amount
{
	padding-top: 1.7em;
}

ul.cartProducts li.product a.delShopItem  
{
	margin-top: 1.7em;
}


.cartTotalBox {
	width: 610px;
	padding-top: 10px;
	margin-top: 10px;
	display: block;
	clear: both;
	border-top: 1px solid #8d8d8d;
	text-align: right;
}

.cartTotalBox h3 {
	float: left;
	width: 240px;
	text-align: left;
	color: #088cbd;
	font-weight: bold;
}

.cartTotalBox p.title {color: #088cbd;}
.cartTotalBox p.title span { font-weight: bold; }

.cartTotalBox p {margin: 0px; }

/* CART PERSONAL INFORMATION */

#loginLeft {
	float: left;
	width: 290px;
	border-right: 1px solid #b2b2b2;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow-x: hidden;
}


#loginLeft form {	margin:0px !important; border: none !important; padding: 0px!important;}
#loginLeft form ul li{	margin:5px 5px 5px 0 !important; border: none !important; padding: 0px!important;}
#loginLeft form div.section{	margin:0px !important; border: none !important; padding: 0px!important;}
#loginLeft form ul li.required { 	background: none !important;
}
#loginLeft form input.text,
#loginLeft form input.password {width: 250px !important;}
#loginLeft form input.submit { width: auto;}

#loginLeft form  div.label {
	float: none !important;
	position: inherit !important;
}

#loginLeft form  div.contents {
	left: 0px !important;
	z-index: inherit !important;
}

#loginRight {
	float: left;
	width: 290px;
	padding: 0 0 10px 20px;
	margin-bottom: 10px;
}


/*cart confirm */

div#shopConfirmProducts {
	border-top: 1px solid #8d8d8d;
	margin-top: 0px;
} 

div#shopConfirmTotal {
	width: 610px;
	padding-top: 10px;
	margin-top: 10px;
	display: block;
	clear: both;
	border-top: 1px solid #8d8d8d;
	text-align: right;
}

div#shopConfirmTotal h3 {
	float: left;
	width: 240px;
	text-align: left;
	color: #088cbd;
	font-weight: bold;
}

div#shopConfirmTotal p.title {color: #088cbd;}
div#shopConfirmTotal p.title span {
	float: right;
	display: block;
	width: 70px;  	
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
	text-align: left;
}

div#shopConfirmSettings {
	width: 610px;
	padding-top: 10px;
	display: block;
	clear: both;
	text-align: left;
}

div#shopConfirmSettings h3,
div#shopConfirmPersonal h3,
div#shopConfirmConfirm h3 {
	border-bottom: 1px solid #8d8d8d;
	color: black;
	font-weight: bold;
	font-size: 120%;
	margin-top: 10px;
}

.submitCoupon {
	position: relative;
	height: 26px;
}

.submitCoupon input.coupon
{
 	position: absolute;
 	left: 0px;
 	top: 3px;
 	width: 400px;
 	background: url(../img/bg_form_gradient_hor.gif) no-repeat left top;
 	border:1px solid #1984c5;
}
 
 .submitCoupon input.image {
 	position: absolute;
 	left: 410px;
 	top: 0px;
}

#discount {
	display: none;
}

#discountHeader {
	cursor: pointer;
}
#discountHeader span {
	margin-left: 10px;
}

#couponInfo {
	color: #FE7200;
	display: inline;
	position: relative;
	z-index: 3;
	cursor: help;
}

#couponInfo span.couponTitle{
	text-decoration: underline;
}

#couponInfo img {
	float: right;
	cursor: pointer;
}

#couponInfoSpan {
    position:absolute;
	margin-top: 20px;
	left: 0px;
	color:#8d8d8d;
	text-decoration: none;
	padding: 10px;
	padding-bottom: 20px;
	display: none;
	width:250px;
	background-color: #fff;
    border:1px solid #088cbd;
	z-index: 3;
}
	

div#shopConfirmPersonal ul {
	margin: 10px 0;
	list-style: none;
}

div#shopConfirmPersonal ul h3 {
	color: #088cbd;
	border: none;
	border-bottom: 1px solid #ECECEC;
	font-size: 90%;
}

div#shopConfirmConfirm form {
	width: 100%;
	border: none;
	padding: 0px;
}

div#shopConfirmConfirm #btn_confirm { float: right; }
  
  
  
  
  /*====================================================================================*/
  /*	 		Updates																						  */
  /*====================================================================================*/
  
ul.updates {
	list-style: none;
}
ul.updates li div.fileBox {
	padding: 1px 10px 0px 10px;
}
  
ul.updates li h3.updateTitle {
	cursor: pointer;
	color: #f37321;
	font-weight: normal;
	display: block;
	position: relative;
	loat: left;
	idth: 400px;
}

ul.updates li h3.updateTitle .right {
	float: right;
	text-decoration: underline;
	display: inline;
}
  
ul.updates li {
	border-bottom: 1px solid #10a2dd;
	margin: 15px 0px 10px 0px;
}

ul.updates li li{
	border: 0px;
}
  
ul.updates li span.fileDownload a{
	display: block;
	float: right;
	padding: 0px 0px 0px 30px;
	text-decoration: none;
	color: #f37321;
	font-weight: bold;
	font-size: 110%;
	background: url(../img/bg_file_download.gif) 0px 3px no-repeat;
}

ul.updates li span.fileDownload a:hover{
	text-decoration: underline;
}

  /*====================================================================================*/
  /*	 		ePlaxis										  */
  /*====================================================================================*/
  
.dateContainer .date.year {
	font-size: 100%;
}

.dateContainer .date.month{
	font-size: 115%;
	font-weight: bold;
}

span.eplaxisIcon{
	background: transparent url(../img/eplaxisIcon.png) center center no-repeat;
	width: 45px;
	height: 45px;
	top: 8px;
	left: 7px;
	position: absolute;
	display: block;
}

span.eventDate .year {
	font-size: 120%;
	font-weight: normal;
	margin-top: 5px;
}

.emagBox{
	margin-left: 0px;
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #DEDEDE;
}

#emagLink{
	float: right;
	margin-left: 20px;
	margin-right: 20px;
	height: 202px;
	width: 158px;
	background: transparent url(../img/epaperFramePortait.jpg) left top no-repeat;	
	/*padding-left: 19px;
	padding-top: 19px;*/
	position:relative; /* IE fix */
}

#pdfLink{
	float: right;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	height: 202px;
	width: 276px;
	background: transparent url(../img/pdfFrame.jpg) left top no-repeat;	
	/*padding-left: 19px;
	padding-top: 19px;*/
	position:relative; /* IE fix */
}

.emagHead{
	color: #299BC6;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 10px;
}

#emagText{ margin-left: 15px; }

.emagLink{
	top: 20px;
	left: 20px;
	position: relative;
	overflow: hidden;
	display: block;
	width: 119px;
	height: 170px;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
}

.fileBox .emagLink{
	top: 14px;
	left: 13px;
	width: 255px;
	height: 183px;
}
.emagHead{
	border-top: 1px solid #DEDEDE;
	padding-top: 15px;
	margin-top: 5px;
}
.emagHead.first{
	border-top: 0;
}

#corner{
	position: absolute;
	top: 170px;
	left: 242px;
}