/* --------------------------------------------------- ALGEMENE DECLARATIES ---------------------------------------------------*/

*
{
	margin: 0;
	padding: 0;
	border: 1;
}

img
{
	/*behavior: url("http://URL.TO/pngbehavior.htc");*/
}

body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #F5F6F9;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	color: #D96B11;
	background-color: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	color: #333;
	background-color: transparent;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
}
h3 {
	color: #333;
	background-color: transparent;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 5px 0px;
}
h4 {
	padding: 0px 0px 0px 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #333;
	background-color: transparent;
	font-size: 18px;
	font-weight: normal;
}
h5 {
	color: #333;
	background-color: transparent;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h6 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #D96B11;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
}
h6 a {
	color: #D96B11;
	background-color: transparent;
	text-decoration: underline;
}
h6 span {
	color: #666;
	background-color: transparent;
}
h6 span a, h6 span a:link, h6 span a:visited {
	color: #666;
	background-color: transparent;
	text-decoration: none;
}
h6 span a:hover, h6 span a:active {
	color: #000;
	background-color: #FFFFCC;
	text-decoration: underline;
}
p {
	padding: 0px;
	line-height: 150%;
	margin: 15px 0px 0px 0px;
}

a:link, a:visited {
	color: #D96B11;
	background-color: transparent;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
	background-color: #FFFFCC;
	text-decoration: none;
}

/*--------------------------------------------------- DIV: OUTER ---------------------------------------------------*/

div#outer
{
	position: relative;
	margin: 0 auto; 
	padding: 0 0 0 0;
	width: 900px;
}

/*--------------------------------------------------- DIV: HEADER ---------------------------------------------------*/

div#header
{
	float: left;
	display: inline;
	height: 166px;
	width: 900px;
	vertical-align: middle;
	text-align: center;
	background: url(templateimages/header.jpg) no-repeat;

}

/*--------------------------------------------------- DIV: NAVIGATION ---------------------------------------------------*/
div#navigation
{
	float: left;
	display: inline;
	height: 31px;
	width: 900px;
	padding-left: 50px;
}

#navigation {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url("/templateimages/topnavigation.jpg");
	background-repeat: no-repeat;
}
#navigation ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	white-space : nowrap;
}
#navigation ul li {
	float:left;
	display: block;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
#navigation ul li a {
	color : #fff;
	background-color: transparent;
	text-decoration : none;
	font-weight: bold;
	display: block;
	border-style:none;
}
#navigation ul li a:link, #navigation ul li a:visited {
	background: url(/templateimages/topnav_button.jpg) no-repeat;
	height: 31px;
	width: 95px;
	line-height: 31px;
	padding-top: 0px;
}
#navigation ul li a:hover, #navigation ul li a:active {
	background: url(/templateimages/topnav_button_A.jpg) no-repeat;
}
#navigation ul li.actief a:link, #navigation ul li.actief a:visited {
	background: url(/templateimages/topnav_button_A.jpg) no-repeat;
}

#navigation ul li.actief a:hover, #navigation ul li.actief a:active {
	background: url(/templateimages/topnav_button_A.jpg) no-repeat;
}

/**** SUBNAVIGATION ****/

#navigation li:hover ul li a, #nav li ul li a{
	height: auto;
	color: #5F5F5F;
	width: 12em;
	padding: 0.2em;
	background: none;
}

#nav li:hover ul li a:hover, #nav li ul li a:hover{
	background-color: #d4e28a;
	border-left: 2px solid white;
	color: #4b75b3;
	text-decoration : none;
	background: none;
}

#navigation li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	background: none;
	background-color: #d4e28a;
}

#navigation li ul li{
	text-align: left;
	background-color: #d4e28a;
	background: none;
}

#navigation li:hover ul{
	left: auto;
	background: none;
	background-color: #d4e28a;
}

#navigation ul li.nietactief a:link, #navigation ul li.nietactief a:visited
{
	left: auto;
	background: none;
	background-color: #d4e28a;
}

#navigation ul li.actief2 a:link, #navigation ul li.actief2 a:visited, #navigation ul li.actief2 a:hover, #navigation ul li.actief2 a:active
{
	left: auto;
	background: none;
	background-color: #d4e28a;
}

/*
#navigation li:hover ul li a, #nav li ul li a{
	height: auto;
	color: #5F5F5F;
	width: 12em;
	padding: 0.2em;
}

#nav li:hover ul li a:hover, #nav li ul li a:hover{
	background-color: white;
	border-left: 2px solid #F45912;
	border-bottom: 2px solid #F45912;
	text-decoration : none;
}

#navigation li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#navigation li ul li{
	text-align: left;
	background: #E6E6E6;
}

#navigation li:hover ul{
	left: auto;
}
*/

/*--------------------------------------------------- DIV: CONTENTOUTER ---------------------------------------------------*/

div#contentouter
{
	float: left;
	display: inline;
	width: 900px;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	background: url(templateimages/body_pixel.jpg) repeat-y;
}

/*--------------------------------------------------- DIV: LEFTCOL ---------------------------------------------------*/

div#leftcol
{
	clear: left;
	float: left;
	display: inline;
	width: 180px;
	margin: 8px 18px 0px 22px;
	vertical-align: middle;
	text-align: left;
	background-color: #FFF;
	border: 1px solid #D9DCDD;
}

/*--------------------------------------------------- DIV: SUBNAVIGATION ---------------------------------------------------*/

div#subnavigation
{	
	width: 214px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}

#subnavigation li
{
	width: 150px;
	line-height:25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	list-style:none;
	color:#8A9B9A;
	background-color:#FBFBFB;
	border-bottom: 1px solid #ECECEC;
}

#subnavigation li a
{
	margin: 0px 8px 0px 8px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: #8A9B9A;
	background: url(templateimages/subnavigation_indicator.jpg) no-repeat center left;
}

#subnavigation li a:hover
{
	width: 198px;
	line-height:30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #00ADCF;
	font-weight: normal;
	background-color:#666;
}

#subnavigation a.active
{
	width: 198px;
	line-height:30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #00ADCF;
	font-weight: normal;
}


div#subnavigation_hdr
{
	width: 198px;
	height: 21px;
	line-height:21px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	background: url(templateimages/subnavigation_bullet.jpg) no-repeat;
	font-family: "Trebuchet MS";
	font-size: 22px;
	text-decoration: none;
	color: #D9D064;
}

/*--------------------------------------------------- DIV: NEWS ---------------------------------------------------*/
.newsblock_outer
{
	background-color: #fff;
	padding: 4px;
	color: #333;
	margin-top: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

.newsblock_inner
{
	background-color: #FFFFCC;
	border: 1px solid #F0DC7A;
	margin: 5px 5px 5px 5px;
	padding: 15px 5px 0px 5px;
}

.newsblock_inner h1
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 17px;
	font-weight: normal;
	text-decoration: underline;
	color: #000;
}

.newsblock_inner ul
{
	list-style: none;
	margin: 15px 0 0 -5px;
	padding: 0px 5px 5px 5px;
}

.newsblock_inner li
{
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	list-style:none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #D96B11;
}

.newsboxbody
{
	font-style: italic;
}

ul.newsblock_inner li a
{
	color: #333;
	background-color: transparent;
	text-decoration: none;
}

ul.newsblock_inner li a:hover, ul.action li a:active
{
	color: #D96B11;
	background-color: transparent;
	text-decoration: none;
}

div#newsblock_divider
{
	float: left;
	display: inline;
	height: 10px;
	width: 198px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	background: url(templateimages/news_divider.jpg) no-repeat;
}

ul.gotonieuwsoverzicht
{
	list-style: none;
	margin: 0px 0px 0px -5px;
}

ul.gotonieuwsoverzicht li a
{
	padding: 0px 0px 5px 18px;
	text-decoration: none;
	color: #0099ff;
	background-color: transparent;
	background: url(templateimages/arrow_yellow.gif) no-repeat;
}

ul.gotonieuwsoverzicht li a:hover, ul.action li a:active
{
	color: #990000;
	background: url(templateimages/arrow_yellow.gif) no-repeat 0 -24px;
	text-decoration: none;
}

/*--------------------------------------------------- DIV: NEWSLETTER ---------------------------------------------------*/

div#newsletterblock_outer
{
	width:180px;
	background-color: #fff;
	padding: 4px;
	color: #000;
	margin-top: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

div#newsletterblock_inner
{
	color: #666;
	background-color: #D4E385;
	border: 1px solid #C7D57D;
	margin: 5px 5px 5px 5px;
	padding: 15px 5px 0px 5px;
}

div#newsletterblock_title
{
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #000;
	background-color: transparent;
	font-size: 17px;
	font-weight: normal;
	text-decoration: underline;
}

div#newsletterblock_text
{
	width: 180px;
	vertical-align: middle;
	margin: 10px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
}

div#newsletterblock_inner a
{
	display: block;
	height: 26px;
	width: 129px;
	vertical-align: middle;
	margin: 10px 10% 5px 10%;
	background: url(templateimages/newsletterbox_button.jpg) no-repeat;
}

/*--------------------------------------------------- DIV: PROJECTSBOX ---------------------------------------------------*/

div#projectsbox_outer
{
	width:180px;
	background-color: #fff;
	padding: 4px;
	color: #333;
	margin-top: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

div#projectsbox_inner
{
	color: #666;
	background-color: #EDEBD6;
	border: 1px solid #DFD6B5;
	margin: 5px 5px 5px 5px;
	padding: 15px 5px 0px 5px;
}

div#projectsbox_title
{
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #000;
	background-color: transparent;
	font-size: 17px;
	font-weight: normal;
	text-decoration: underline;
}

ul.projectsbox
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dotted #D96B11;
}

ul.projectsbox li a
{
	line-height: 20px;
	padding: 0px 0px 5px 18px;
	text-decoration: none;
	font-size: 11px;
	color: #D96B11;
	background-color: transparent;
}

ul.projectsbox li a:hover, ul.action li a:active
{
	color: #990000;
	text-decoration: none;
}

.projectstatus_startup
{
	background: url(templateimages/projectstatus_startup.gif) no-repeat;
}

.projectstatus_busy
{
	background: url(templateimages/projectstatus_busy.gif) no-repeat;
}

.projectstatus_finished
{
	background: url(templateimages/projectstatus_finished.gif) no-repeat;
}

ul.gotoprojectsoverzicht
{
	list-style: none;
	margin: 10px 0px 10px 0px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #D96B11;
}

ul.gotoprojectsoverzicht li a
{
	padding: 0px 0px 5px 18px;
	text-decoration: none;
	font-size: 11px;
	color: #0099ff;
	background-color: transparent;
	background: url(templateimages/arrow_yellow.gif) no-repeat;
}

ul.gotoprojectsoverzicht li a:hover, ul.action li a:active
{
	color: #990000;
	background: url(templateimages/arrow_yellow.gif) no-repeat 0 -24px;
	text-decoration: none;
}

/*--------------------------------------------------- DIV: RIGHTCOL ---------------------------------------------------*/

div#rightcol
{
	clear: right;
	float: left;
	display: inline;
	width: 626px;
	margin: 8px 8px 8px 8px;
	vertical-align: middle;
	text-align: left;
	/*background-color: #FFF;
	border: 1px solid #D9DCDD;*/
}
/*--------------------------------------------------- DIV: CONTENT ---------------------------------------------------*/

div#content
{
	float: left;
	display: inline;
	width: 615px;
	margin: 23px 8px 8px 8px;
	vertical-align: middle;
	font-family: arial;
	text-align: left;
	font-size: 12px;
	font-weight: normal;

}

ul.introtable
{
	list-style: block;
	margin: 0px 0px 0px 15px;
}

li.introtable
{
	margin: 0px 0px 5px 0px;
}

/*--------------------------------------------------- PROJECTS LAYOUT ---------------------------------------------------*/

#projectouterframe
{
	width: 431px;
	\width: 431px;
	w\idth: 431px;
	border: 1px solid #DFD6B5;
	margin: 0px 0px 6px 14px;
	padding: 5px 20px 20px 30px;
	background-color: #fff;
	color: #6D634B;
	font-family: Arial, Helvetica, Sans;
	font-size : 11px;
}

#projectouterframe h1
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	color: #D96B11;
	background-color: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #DFD6B5;
}

.projectinnerframe
{
	margin: 190px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	width: 420px;
	background-color: #FFFEF1;
}

.thumb
{
	float: left;
	display: inline;
	vertical-align: middle;
	text-align: center;
	width: 200px;
	height: 170px;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	border: 2px solid #F3F0E9;
}

.projectlist
{
	float: right;
	display: inline;
	width: 180px;
	margin: 0px 0px 0px 0px;
}

.projectlisttext
{
	width: 170px;
	list-style-image: url(../templateimages/list.gif);
	padding-bottom: 4px;
	border-bottom: 1px solid #F3F0E9;
}

/*--------------------------------------------------- NEWSITEMS LAYOUT ---------------------------------------------------*/

#newsitemouterframe
{
	width: 600px;
	\width: 600px;
	w\idth: 600px;
	border: 1px solid #DFD6B5;
	margin: 0px 0px 6px 10px;
	background-color: #fff;
	color: #6D634B;
	font-family: Arial, Helvetica, Sans;
	font-size : 11px;
}

#newsitemouterframe h1
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	color: #D96B11;
	background-color: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #DFD6B5;
}

.newsitemdate
{
	margin: 0px 0px 0px 10px;
	color: #6D634B;
	font-family: Arial, Helvetica, Sans;
	font-size : 11px;
	text-align: right;
}

.newsitemtext
{
	width: 535px;
	\width: 535px;
	w\idth: 535px;
	padding: 5px 20px 20px 30px;
	color: #6D634B;
	font-family: Arial, Helvetica, Sans;
	font-size : 11px;
	
}

.newsitemtext img
{
	border: 2px solid #DFD6B5;
	margin: 0px 0px 0px 10px;
	padding: 3px 3px 3px 3px;
	background-color: #FFF;
}

/*--------------------------------------------------- PAGE LAYOUT ---------------------------------------------------*/

#pageouterframe
{
	width: 580px;
	\width: 580px;
	w\idth: 580px;
	border: 1px solid #DFD6B5;
	margin: 0px 0px 6px 10px;
	padding: 10px 10px 10px 0px;
	background-color: #fff;
	color: #6D634B;
	font-family: Arial, Helvetica, Sans;
	font-size : 11px;
}

#pageouterframe h1
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	color: #D96B11;
	background-color: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #DFD6B5;
}

.pagetext
{
	width: 535px;
	\width: 535px;
	w\idth: 535px;
	padding: 5px 20px 20px 28px;
	color: #6D634B;
	font-family: Arial, Helvetica, Sans;
	font-size : 11px;
	
}

.pagetext img
{
	border: 2px solid #DFD6B5;
	margin: 0px 0px 0px 10px;
	padding: 3px 3px 3px 3px;
	background-color: #FFF;
}

/*--------------------------------------------------- CONTACTFORM LAYOUT ---------------------------------------------------*/

div#form
{
	border: 1px solid #333;
	padding: 10px 10px 10px 10px;
	background-color: #EDEBD6;
	border: 1px solid #DFD6B5;
	
}

.label{
	display: block;
	width: 110px;
	float: left;
	margin-bottom: 5px;
	font-weight: bold;
}

.input {
	text-align: right;
	width: 75px;
	padding-right: 15px;
	font-size: 10px;
	margin-bottom: 5px;
}

.input img
{
	margin: 0px 0px 0px 0px;
}

#errortitle
{
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	color: Red;
	background-color: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

br {
	clear: left;
}

/*--------------------------------------------------- DIV: FOOTER ---------------------------------------------------*/

div#footer
{
	float: left;
	display: inline;
	height: 43px;
	width: 900px;
	vertical-align: middle;
	background: url(templateimages/footer.jpg) no-repeat;	
}

.footerstyle, .footerstyle a
{
	width: 900px;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0px 0px 0px;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	background-color: transparent;
}

/*--------------------------------------------------- ORDERS WEBHOSTING ---------------------------------------------------*/
table.services h2 {
	display: inline;
}

table.services {
	width: 473px;
	empty-cells: show;
	border-spacing: 2px;
}

table.services th {
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	padding-bottom: 3px;
}

table.services th.left {
	text-align: left;
	width: auto;
}

table.services th.left img {
	position: relative;
	top: 2px;
	left: 10px;
}

table.services td {
	text-align: right;
	white-space: nowrap;
	line-height: 16px;
}

table.services td.left {
	text-align: left;
	width: auto;
}

table.services td.button {
	width: 62px;
	height: 19px;
	padding: 2px 3px 0px;
}

table.services td.status {
	padding-left: 11px ! important;
	text-align: center;
	background: url("/static/images/global/greenlight.gif") no-repeat center left;
}

table.services tr.taken td.status {
	background: url("/static/images/global/redlight.gif") no-repeat center left;
}

table.services td.h-divide {
	height: 1px;
	background: #999;
	padding: 0;
}

table.services td.v-divide {
	width: 1px;
	background: #999;
}

table.services td.v-white {
	width: 1px;
}

table.price {
	width: 400px;
	empty-cells: show;
	border-spacing: 2px;
	margin: 0px 0px 30px 20px;
}

table.price td {
	white-space: nowrap;
}

table.price td.right {
	text-align: right;
}

table.price td.h-divide {
	height: 1px;
	background: #FFF;
}

table.price tr.total td {
	font-weight: bold;
}

/*--------------------------------------------------- Definitions for browser image during ordering ---------------------------------------------------*/
#browser {
	width: 465px;
	height: 49px;
	background: url("/templateimages/browser.gif");
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#browser DIV {
	position: relative;
	top: 31px;
	left: 78px;
	color: #333;
}

/* buy_customer */
#invalidVatNo {
	border:1px solid #cccccc;
	padding:10px;
	margin:4px 0;
	color:red;
}
	
#invalidVatNo table {
	border:none;
	width:100%;
}	

#invalidVatNo td {
	padding-top:10px;
	padding-right:15px;
}	

#invalidVatNo #more_info {
	margin-bottom:0;
}	

#invalidVatNo a {
	color:red;
	text-decoration:underline;
	display:block;
	margin:0;
}
	
#invalidVatNo p {
	margin:10px 0;
}

#innercontent.buycustomer #browser {
	margin-bottom: 14px;
}

#innercontent.buycustomer label, #innercontent.buycustomer select, #innercontent.buycustomer input.border {
	float: left;
	display: inline;
	width: 200px;
	margin: 0 5px 2px 0;
	padding: 1px;
}

#innercontent.buycustomer label {
	width: 195px;
	padding: 2px 0px;
}

#innercontent.buycustomer div.error {
	margin: 0px 0px 5px 0px;
	clear: left;
}

#innercontent.buycustomer form img {
	margin: 4px 0px;
}

#customerCountry, #registrantCountry {
	width: 205px ! important;
}

#customerZip, #registrantZip {
	width: 45px ! important;
}

#customerCity, #registrantCity {
	width: 146px ! important;
}

#customerPhoneCode, #registrantPhoneCode {
	width: 45px ! important;
}

#customerPhone, #registrantPhone {
	width: 146px ! important;
}

#customerFaxCode, #registrantFaxCode {
	width: 45px ! important;
}

#customerFax, #registrantFax {
	width: 146px ! important;
}

#innercontent.buycustomer div.choice {
	margin-bottom: 5px;
}

#innercontent.buycustomer div.choice input {
	position: relative;
	top: 3px;
}

#innercontent.buycustomer div.choice span {
	margin: 0px 30px 0px 5px;
}

#innercontent.buycustomer p {
	margin-bottom: 5px;
}

#innercontent.buycustomer #forwardback, #innercontent.buycustomer #waitMessage {
	margin-bottom: 20px;

}

#innercontent.buycustomer #forwardback {
	padding-top:5px;
}

#buy_registrant_form_registrant {
	position: relative;
	top: 1px;
	margin-left: 11px;
	
}

form.noscript #orderFormPrivateLabel, form.noscript #customerCode, form.noscript #registrantCode {
	background-color: #FFD;
}

form.noscript #orderFormCompanyLabel, form.noscript #customerCompany, form.noscript #customerVatNo, form.noscript #registrantCompany, form.noscript #registrantVatNo {
	background-color: #DDF;
}

#innercontent.buycustomer div.choice label, #ownerIdenticalYesLabel, #ownerIdenticalNoLabel {
	display: inline;
	width: auto;
	float: none;
	margin: 0px 30px 0px 5px;
	padding: 2px;
}

form.noscript img {
	visibility: hidden;
}

form.noscript #forwardback img {
	visibility: visible;
}

.hideform .noscript {
	visibility: hidden;
}

/* Fading Tooltips By Dustin Diaz*/
body div#toolTip {
	position:absolute;
	z-index:1000;
	width:250px;
	background:#000;
	border:1px solid #fff;
	text-align:left;
	padding:5px;
	min-height:1em;
}
body div#toolTip p {
	margin:0;
	padding:0;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
}
body div#toolTip p em {
	display:block;
	margin-top:3px;
	color:#ff9900;
	font-style:normal;
	font-weight:bold;
}
body div#toolTip p em span {
	font-weight:bold;
	color:#fff;
}

/*--------------------------------------------------- LIGHTBOX ---------------------------------------------------*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../templateimages/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; display: inline;}
#nextLink { right: 0; float: right;	display: inline;}
#prevLink:hover, #prevLink:visited:hover { background: url(../templateimages/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../templateimages/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left;	display: inline; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;	display: inline;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
/*--------------------------------------------------- END ---------------------------------------------------*/

div#rowwrapper
{
	width: 530px;
	height: 15px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px dotted #DFD6B5;
}

.left
{
	float: left;
	width: 450px;
	text-align: left;
}

.right
{
	float: right;
	width: 70px;
	text-align: left;
}

div#rowwrapper2
{
	width: 530px;
	height: 25px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #DFD6B5;
}

.left2
{
	float: left;
	width: 230px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}

.left2h2
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #333;
	background-color: transparent;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
}

.right2
{
	float: right;
	width: 80px;
	text-align: right;
	padding: 0px 10px 0px 0px;
	margin: 5px 0px 0px 0px;
}

div#rowwrapper3
{
	width: 530px;
	height: 15px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 3px 0px;
}

.left3
{
	float: left;
	text-align: left;
	line-height: 15px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
	width: 250px;
}

.right3
{
	float: right;
	text-align: right;
	line-height: 15px;
	width: 80px;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #DFD6B5;
}

.rowwrapper4
{
	width: 492px;
	height: 25px;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px dotted #DFD6B5;
	background: url(templateimages/red.gif) no-repeat center right;
}

.rowwrapper4b
{
	width: 492px;
	height: 25px;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px dotted #DFD6B5;
	background: url(templateimages/green.gif) no-repeat center right;
}

.label4
{
	float: left;
	display: block;
	width: 270px;
	padding: 4px 0px 0px 0px;
	margin-bottom: 5px;
	font-weight: bold;
}

.input4
{
	text-align: right;
	width: 75px;
	padding-right: 15px;
	font-size: 10px;
	margin-bottom: 5px;
}

/*--------------------------------------------------- LOGIN FORM ---------------------------------------------------*/

.loginformouter
{
	width: 535px;
	\width: 535px;
	w\idth: 535px;
	padding: 5px 20px 20px 28px;
	color: #6D634B;
	font-family: Arial, Helvetica, Sans;
	font-size : 11px;
	background: url(bluecitrus/templateimages/bluecitrus_screen.jpg) no-repeat center right;
}

div#loginform
{
	width: 337px;
	border: 1px solid #333;
	padding: 0px 0px 0px 0px;
	background-color: #EDEBD6;
	border: 1px solid #DFD6B5;
}

div#loginheader
{
	width: 337px;
	height: 43px;
	background: url(bluecitrus/templateimages/headerlogo.gif) no-repeat;
}

.loginlabel
{
	display: block;
	width: 60px;
	float: left;
	margin: 0px 0px 5px 60px;
	font-weight: bold;
}

.logininput
{
	text-align: right;
	width: 75px;
	padding-right: 15px;
	font-size: 10px;
	margin-bottom: 5px;
}

/*
.inputstatus
{
	width: 9px;
	height: 9px;
	background: url(templateimages/red.gif) no-repeat 0 0;
}

.rowwrapper4 img
{
	margin: 0px 0px 0px 0px;
	background-color: #FFF;
}
*/

/*--------------------------------------------------- KALENDER ---------------------------------------------------*/

#CMS_calendar
{
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

#CMS_calendar th
{
	padding:5px;
	background-color: #B4C950;
	//background-image: url(images/hbg.gif);
	//background-repeat: repeat-x;
	color:#fff;
}

#CMS_calendar td
{
	border:1px solid #ddd;
	color:#555;
	padding:3px;
	text-align:right;
	background-color: #FFFFFF;
}

#CMS_calendar .month
{
	width:160px;
	//float:left;
	border:1px solid #ccc;
	margin-bottom:8px;
	border-collapse:collapse;
}

#CMS_calendar .days
{
	background-color:#f1f1f1;
}

#CMS_calendar .actday
{
	//background-image: url(images/hbg.gif);
	//background-repeat: repeat-x;
	background-color: #D4E385;
	color:#fff;
	font-weight:bold;
}

#CMS_calendar .eventday
{
	//background-image: url(images/hbg.gif);
	//background-repeat: repeat-x;
	background-color: #FFFFCC;
	color:#666;
	font-weight:bold;
}

#CMS_calendar .act_event_day
{
	//background-image: url(images/hbg.gif);
	//background-repeat: repeat-x;
	background-color: #D4E385;
	color: yellow;
	font-weight:bold;
}


.kalendertext
{
	width: 535px;
	\width: 535px;
	w\idth: 535px;
	padding: 0px 20px 20px 28px;
	color: #6D634B;
	font-family: Arial, Helvetica, Sans;
	font-size : 11px;
	
}

.kalendertext img
{
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
}

.kalender_tijdstip
{
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 20px;
	
}

