/* CSS Document - Ecowash Mobile */
/* Last Updated 26 April 2006 */
/* By Isaac Nakhla */

/* GLOBAL SETTINGS */
body {
	background-color:#E7E7E7;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
img{
	border:none;
}
.floatimageright{
	float: right;
	margin: 1em 10px 1em 1em;
	/*border: 1px solid red;	*/
}
.floatimageleft{
	float: left;
	margin: .5em 1em 1em 10px;
	/*border: 1px solid red;*/

}
/* WRAPPERS FOR SHADING */
#wrappershading{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:800px;
	background-color:#FFFFFF;
	background-image:url(../images/background.gif);
}
#wrapper{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:760px;
}
/* HEADER, NAV & BODY TEXT */
#header{
	border-bottom: solid 1px #FFFFFF;
	line-height:0px;
}
#header #banner {
	background: #000 url(../images/top-banner-bg.gif) no-repeat 100% 0;
	width: 732px;
	margin-left: 14px;
}
	#header #banner fieldset {
		border: 0;
		margin: 0;
		padding: 6px 0 6px 20px;
		text-align: left;
	}
	#header #banner fieldset legend {display: none;}
	#header #banner fieldset label {
		color: #fff;
		font: bold 75%/1.3 Arial, Helvetica, sans-serif;
		margin-right: 10px;
	}
	#header #banner fieldset label select {
		font: 90%/1.3 Arial, Helvetica, sans-serif;
		margin-left: 4px;
	}
/*#nav {  See menu.ccss for menu navigation drop down
	border:0px;
	padding:0px 0px 46px 14px;
	text-align:left;
} */
hr{
	background-color: Silver;
	color: Silver;
	height: 1px;
	border: none;
	width: 90%;
	margin-top: 20px; 
}
#galleryimagepanel{
	margin:11px 15px 0px 15px;
	_margin:11px 15px 0px 11px;
	font-size:70%;
	text-align: center;
	line-height: 150%;
}
#galleryimagepanel p{
	font-size:70%;
	text-align:center;
	padding:0px 10px 0px 10px;
	margin:0px 0px 15px 0px;
}
#galleryimagepanel a:link{
	color: #F68800;
	text-decoration: none;	
}
#galleryimagepanel a:visited{
	color: #D2691E;
	text-decoration: none;	
}
#galleryimagepanel a:active{
	color: #EC8200;
	text-decoration: underline;	
	background-color: #FFF6E8;
}
#galleryimagepanel a:hover{
	color: #EC8200;
	text-decoration: underline;	
	background-color: #FFF6E8;
}
#galleryimage{
	border: 1px solid orange;
	padding: 10px;
	background-color: #FFF6E8;	
}
.galleryimage{
	border: 1px solid orange;
	padding: 10px;
	margin: 10px;
	background-color: #FFF6E8;	
	width: 100px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#leftpanel{
	width:468px;
	float:left;
	margin:11px 15px 0px 15px;
	_margin:11px 15px 0px 11px;
	font-size:70%;
	text-align: left;
	line-height: 150%;
}
#leftpanel p{
	/*font-size:70%;*/
	text-align:left;
	padding:0px 10px 0px 10px;
	margin:0px 0px 15px 0px
}
#leftpanel p.center{
	/*font-size:70%;*/
	text-align: center;
	padding:0px 10px 0px 10px;
	margin:0px 0px 15px 0px
}
#leftpanel h1, #panel h1{
	font-size:150%;
	font-weight:bold;
	color:#ED8001;
	text-align:left;
	padding:6px 6px 0px 0px;
	margin:0px 0px 5px 0px;
}
#leftpanel h2{
	font-size:120%;
	font-weight:bold;
	color:#ED8001;
	text-align:left;
	/*padding:0px 10px 0px 10px;
	margin:0px 0px 5px 0px*/
	line-height: 150%;
}
#leftpanel h3{
	font-size:120%;
	font-weight:bold;
	color: black;
	text-align:left;
	padding:0px 10px 0px 10px;
	margin:0px 0px 5px 0px
}
#leftpanel a:link, #panel a:link{
	color: #F68800;
	text-decoration: none;	
}
#leftpanel a:visited, #panel a:visited{
	color: #D2691E;
	text-decoration: none;	
}
#leftpanel a:active, #panel a:active{
	color: #EC8200;
	text-decoration: underline;	
	background-color: #FFF6E8;
}
#leftpanel a:hover, #panel a:hover{
	color: #EC8200;
	text-decoration: underline;	
	background-color: #FFF6E8;
}
#leftpanel ul, #rightpanel ul, #panel ul{
	list-style: none;
	margin: .6em .2em .6em 2em;
	padding: 0;
}

#leftpanel ul li, #rightpanel ul li, #panel ul li{
	background-image: url(../images/bullet2.gif);
	background-position: 0 .45em;
	background-repeat: no-repeat;
	line-height: 140%;
	margin: 1em 0 1em 0;
	padding: 0 0 0 1em;
}
#leftpanel ol{
	list-style: decimal;
	margin: .6em .2em .6em 2em;
	padding: 0;
	/*border: 1px solid orange;*/
}
#leftpanel ol li{
	line-height: 140%;
	margin: 1em 0 1em 1em;
	padding: 0 0 0 0em;
	/*border: 1px solid red;*/
}
#leftpanel table, #panel table{
	border-collapse: collapse;
	/*border: 1px solid green;
	width: 560px;*/
	font-size: .9em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}
#leftpanel table td, #panel table td{
	border: 1px solid #D2D2D2;
	text-align: left;
	padding: .8em;
	margin: 0;
	color: Black;
	vertical-align: top;
}
#leftpanel table th, #panel table th{
	border-collapse: collapse;
	border: 1px solid silver;
	text-align: left;
	padding: 1em;
	font-size: 1em;
	background-color: #FDECDA;
	color: black;
	margin: 0;
	vertical-align: top;
}
#leftpanel table th.orangebkgrd{
	background-color: #f8981c;
}
#leftpanel table tr.alternate{
	background-color: White;
}
#leftpanel table tr, #panel table tr{
	background-color: #FFF8F0;
}

/* Turn off general table rules */
#leftpanel table.no-style {
	text-align: left;
	margin: 0;
	font-size: 1em;
}
#leftpanel table.no-style td {
	border: none;
	padding: 0;
}
#leftpanel table.no-style th {
	border: none;
	padding: 0;
	background-color: #fff;
}
#leftpanel table.no-style tr {background-color: #fff;}

#leftpanel .form table{
	border-collapse: collapse;
	/*border: 1px solid green;*/
	width: 400px;
	font-size: 1em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	background-color: White;
}
#leftpanel .form td{
	/*border-bottom: 1px solid #D2DFD4;*/
	/*border-bottom: 1px solid #D2DFD4;	*/
	text-align: left;
	padding: 1em;
	margin: 0;
	/*color: #003366;*/
	vertical-align: top;
	}
#leftpanel .form .formright, #leftpanel .formright{
	text-align: right;
	/*border-right: 1px solid #D2DFD4;*/
}

input, textarea, reset, submit{
	color: #DF7B00;
	background: #ffffff;
	border: 1px solid #F9D8B0;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;		
	padding: .5em;
	padding: .3em;
	scrollbar-base-color: #FBD7AE;
	scrollbar-arrow-color: #DF7B00;
	scrollbar-3dlight-color: #FBD7AE;
	scrollbar-darkshadow-color: #F7AB57;
	scrollbar-face-color: #FBD7AE;
	scrollbar-highlight-color: #e6e6e6;
	scrollbar-shadow-color: #FBD7AE;
	scrollbar-track-color: #F59D45;
}
input.btn-submit {width: 100px; margin-right: 5px;}
input.btn-reset {width: 100px;}
.noborder input{
	color: #004b78;
	background-color: #e9ebeb;
	background: #e9ebeb;	
	border: none;	
}
.noborder{
	border: none;
	background-color: transparent;
}
.orangetext{
	color: Orange;
	background-color: transparent;
}
#award {
	background-color:#FFF4E6;
	width:100%;
	margin-bottom:15px;
	text-align:left;
}
#award a{
	text-align:right;
	font-size:60%;
	color:#ED8001;
	text-decoration:none;	
	top:-4px;
	left:33px;
	position:relative;
}
#award a:hover{
	text-decoration:underline;	
}
/* RIGHT PANEL */
#rightpanel{
	width:232px;
	float:left;
	text-align:left;
	margin-top:10px;
}
#tools img {
	border: 1px solid #FFFFFF;
}
#toolswhatis { float:left; background-image:url(../images/tool_whatis_over.gif); background-image:none;}
#toolswhatis a { display:block; width:114px; height:39px; margin:1px; padding:0px; background-image:url(../images/tool_whatis.gif); background-repeat:no-repeat;}
#toolswhatis a:hover { background-image:url(../images/tool_whatis_over.gif);}
#toolswhatis a span { display:none }
#toolsvoucher { float:left; background-image:url(../images/tool_voucher_over.gif); background-image:none;}
#toolsvoucher a { display:block; width:114px; height:39px; margin:1px; padding:0px; background-image:url(../images/tool_voucher.gif); background-repeat:no-repeat;}
#toolsvoucher a:hover { background-image:url(../images/tool_voucher_over.gif); }
#toolsvoucher a span { display:none }
#toolsbook { float:left; background-image:url(../images/tool_book_over.gif); background-image:none;}
#toolsbook a { display:block; width:114px; height:39px; margin:1px; padding:0px; background-image:url(../images/tool_book.gif); background-repeat:no-repeat;}
#toolsbook a:hover { background-image:url(../images/tool_book_over.gif); }
#toolsbook a span { display:none }
#toolsreminder { float:left; background-image:url(../images/tool_reminder_over.gif); background-image:none;}
#toolsreminder a { display:block; width:114px; height:39px; margin:1px; padding:0px; background-image:url(../images/tool_reminder.gif); background-repeat:no-repeat; }
#toolsreminder a:hover { background-image:url(../images/tool_reminder_over.gif); }
#toolsreminder a span { display:none }
#toolsnewsletter { float:left; background-image:url(../images/tool_newsletter_over.gif); background-image:none;}
#toolsnewsletter a { display:block; width:114px; height:39px; margin:1px; padding:0px; background-image:url(../images/tool_newsletter.gif); background-repeat:no-repeat;}
#toolsnewsletter a:hover { background-image:url(../images/tool_newsletter_over.gif); }
#toolsnewsletter a span { display:none }
#toolsfriend { float:left; background-image:url(../images/tool_friend_over.gif) background-image:none;;}
#toolsfriend a { display:block; width:114px; height:39px; margin:1px; padding:0px; background-image:url(../images/tool_friend.gif); background-repeat:no-repeat;}
#toolsfriend a:hover { background-image:url(../images/tool_friend_over.gif); }
#toolsfriend a span { display:none }

#toolsprogramme { float:left; background-image:url(../images/tool_programme_over.gif); background-image:none;}
#toolsprogramme a { display:block; width:230px; height:39px; margin:1px; padding:0px; background-image:url(../images/tool_programme.gif); background-repeat:no-repeat;}
#toolsprogramme a:hover { background-image:url(../images/tool_programme_over.gif); }
#toolsprogramme a span { display:none }

#toolfleetmanagement { float:left; background-image:url(../images/fleetmanagement.gif); background-image:none;}
#toolfleetmanagement a { display:block; width:230px; height:39px; margin:1px; padding:0px; background-image:url(../images/fleetmanagement.gif); background-repeat:no-repeat;}
#toolfleetmanagement a:hover { background-image:url(../images/fleetmanagement.gif); }
#toolfleetmanagement a span { display:none }

#toolEnvironment { float:left; background-image:url(../images/environment_btn.gif); background-image:none; margin: 2px 0 20px 0;}
#toolEnvironment a { display:block; width:465px; height:39px; margin:1px; padding:0px; background-image:url(../images/environment_btn.gif); background-repeat:no-repeat;}
#toolEnvironment a:hover { background-image:url(../images/environment_btn.gif); }
#toolEnvironment a span { display:none }




#newscontent{ 
	padding:5px 10px 0px 20px;
	background-color:#FDECDA;
	font-size:65%;
	overflow:auto;
	height:140px;
	width:220px; /* IE 5 & IE IE5.5 Hack */ 
	width:83%;   /* For the overflow width to be 100% on all browsers*/
	scrollbar-base-color: #FBD7AE;
	scrollbar-arrow-color: #ED8001;
	scrollbar-3dlight-color: #FBD7AE;
	scrollbar-darkshadow-color: #F7AB57;
	scrollbar-face-color: #FBD7AE;
	scrollbar-highlight-color: #e6e6e6;
	scrollbar-shadow-color: #FBD7AE;
	scrollbar-track-color: #F59D45;
	border-bottom:5px solid #FDECDA;
	line-height:1.2em;
}
#newspanel{ 
	background-color:#FDECDA;
	width:230px;
	line-height:0px;
}
#gallerycontent{
	padding:5px 10px 0px 20px;
	background-color:#FDECDA;
	font-size:65%;
	/*height:140px;*/
	width:83%;
	text-align:left;
	line-height:1.2em;
}
#gallerypanel{
	background-color:#FDECDA;
	width:230px;
	float:left;
	margin-top:20px;
	line-height:0px;
	}
	#affpanel{
	background-color:#FDECDA;
	width:230px;
	float:left;
	margin-top:20px;
	line-height:0px;
	}
#franchiseecontent{
	padding:5px 10px 0px 20px;
	background-color:#FDECDA;
	font-size:65%;
	line-height:1.2em;
	width:83%;
	text-align:left;
}
#leftpanel #franchiseecontent {font-size: 86%;}
#franchiseepanel{
	background-color:#FDECDA;
	width:230px;
	float:left;
	margin:20px 0px 0px 0px;
	line-height:0px;
	}	
	
#rightpanel a:link{
	color: #F68800;
	text-decoration: none;	
}
#rightpanel a:visited{
	color: #D2691E;
	text-decoration: none;	
}
#rightpanel a:active{
	color: #EC8200;
	text-decoration: underline;	
	background-color: #FFF6E8;
}
#rightpanel a:hover{
	color: #EC8200;
	text-decoration: underline;	
	background-color: transparent;
}
#rightpanel ul{
	list-style: none;
	margin: .6em .2em .6em 0em;
	padding: 0;
}

#rightpanel ul li{
	background-image: url(../images/bullet2.gif);
	background-position: 0 .45em;
	background-repeat: no-repeat;
	line-height: 140%;
	margin: 1em 0 1em 0;
	padding: 0 0 0 1em;
}	
	
/* FORM ALIGNMENT */
div.row {
	clear: both;
	padding-top: 4px;
	width:190px;
}
div.row span.label {
	float: left;
	text-align: right;
	font-size:110%;
}
div.row span.formw {
	float: right;
	text-align: left;
} 
/* FOOTER */
#footer{
	background-color:#E7E7E7;
	background-image:url(../images/footer_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:30px;
	font-size:55%;
	padding:5px 0px 0px 0px;
	color:#FFFFFF;
}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.thumbnail a{
	float: left;	
	border: 1px solid #ffcca6;
	line-height: 1px;
	padding: 10px;
	margin: 10px;
	width: 100px;
}
.thumbnail a:hover{
	border: 1px solid orange;
}
#printpagelogo{
	display: none;
	/*border: 12px solid green;*/
}

/*SHOP*/
.product{
	border-bottom: 1px solid silver;
	margin-bottom: 2em;
	width: 95%;
	/*float: left;*/
	/*overflow: auto;*/
	margin-left:auto;
	margin-right:auto;
	/*text-align:center;*/
}
.product h2{
	background-color: #FFF6E8;
	padding-bottom: 0; 
	margin-bottom: 0;
}
.product h2 a:hover{
	background-color: red;
}
#leftitem{
	float: left;
	text-align: center;
}
.imageleftitem{
	border: 1px solid #F68800;
	padding: 0.5em;
	margin: 0 1em .5em 1em;
	background-color: White;
	line-height: 1px;	

}
.itemcontent{
	float: left;
	background-color: white;
	width: 320px;
	
}
.imageright a{
	float: right;
	margin-bottom: 1.5em;
	border: 1px solid #F68800;
	padding: 0.5em;
	margin-left: 0.3em;
	background-color: White;
	line-height: 1px;	
}
.imageright a:hover{
	border: 1px solid #CA6F00;
}
.product a:hover h2{
	text-decoration: underline;
}
.rightpanelshop{
	background-color: Aqua;
}
#rightpanel table{
	border-collapse: collapse;
	/*border: 1px solid green;
	width: 560px;*/
	font-size: .9em;
	text-align: left;
/*	margin-left: auto;
	margin-right: auto;*/
	margin-top: 1em;
	width: 90%;
}
#rightpanel table td{
	border: 1px solid #D2D2D2;
	text-align: left;
	padding: .8em;
	margin: 0;
	color: Black;
	vertical-align: top;
}
#rightpanel table th{
	border-collapse: collapse;
	border: 1px solid silver;
	text-align: left;
	padding: 1em;
	background-color: #FDECDA;
	color: black;
	margin: 0;
	vertical-align: top;
}
/*#rightpanel{
	font-size: 70%;
}*/

#leftpanel .tablenofill{
	width: 100%;
	background-color: none;
	text-align: left;
}
#leftpanel .tablenofillleft td{
	border: none;
	text-align: left;
	padding: 1em;
	margin: 0;
	vertical-align: top;
	background-color: white;
	
}
#leftpanel .tablenofillright td{
	border: none;
	text-align: left;
	padding: 1em;
	margin: 0;
	vertical-align: top;
	background-color: white;
	width: 100%;
}
input, textarea, reset, submit{
	color: #DF7B00;
	background-color: #FFF6E8;
	border: 1px solid #F9D8B0;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;		
	pad\ding: .5em;
	padding: .3em;
	scrollbar-base-color: #FBD7AE;
	scrollbar-arrow-color: #DF7B00;
	scrollbar-3dlight-color: #FBD7AE;
	scrollbar-darkshadow-color: #F7AB57;
	scrollbar-face-color: #FBD7AE;
	scrollbar-highlight-color: #e6e6e6;
	scrollbar-shadow-color: #FBD7AE;
	scrollbar-track-color: #F59D45;
}
#panel{
	width:700px;
	/*float:left;*/
	margin:11px 15px 0px 15px;
	_margin:11px 15px 0px 11px;
	margin-left: 30px; 
	font-size:70%;
	text-align: left;
	line-height: 150%;
	/*border: 1px solid red;*/
}
.shopdropdown{
	background-color:#FFF6E8;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;		
	color: #DF7B00;
}/* CSS Document - Ecowash Mobile */
/* Last Updated 26 April 2006 */
/* By Isaac Nakhla */

/* GLOBAL SETTINGS */
body {
	background-color:#E7E7E7;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
img{
	border:none;
}
.floatimageright{
	float: right;
	margin: 1em 10px 1em 1em;
	/*border: 1px solid red;	*/
}
.floatimageleft{
	float: left;
	margin: .5em 1em 1em 10px;
	/*border: 1px solid red;*/

}
/* WRAPPERS FOR SHADING */
#wrappershading{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:800px;
	background-color:#FFFFFF;
	background-image:url(../images/background.gif);
}
#wrapper{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:760px;
}
/* HEADER, NAV & BODY TEXT */
#header{
	border-bottom: solid 1px #FFFFFF;
	line-height:0px;
}
/*#nav {  See menu.ccss for menu navigation drop down
	border:0px;
	padding:0px 0px 46px 14px;
	text-align:left;
} */
hr{
	background-color: Silver;
	color: Silver;
	height: 1px;
	border: none;
	width: 90%;
	margin-top: 20px; 
}
#galleryimagepanel{
	margin:11px 15px 0px 15px;
	_margin:11px 15px 0px 11px;
	font-size:70%;
	text-align: center;
	line-height: 150%;
}
#galleryimagepanel p{
	font-size:70%;
	text-align:center;
	padding:0px 10px 0px 10px;
	margin:0px 0px 15px 0px;
}
#galleryimagepanel a:link{
	color: #F68800;
	text-decoration: none;	
}
#galleryimagepanel a:visited{
	color: #D2691E;
	text-decoration: none;	
}
#galleryimagepanel a:active{
	color: #EC8200;
	text-decoration: underline;	
	background-color: #FFF6E8;
}
#galleryimagepanel a:hover{
	color: #EC8200;
	text-decoration: underline;	
	background-color: #FFF6E8;
}
#galleryimage{
	border: 1px solid orange;
	padding: 10px 10px;
	background-color: #FFF6E8;	
}
.galleryimage{
	border: 1px solid orange;
	padding: 10px;
	margin: 10px;
	background-color: #FFF6E8;	
	width: 100px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#leftpanel{
	width:468px;
	float:left;
	margin:11px 15px 0px 15px;
	_margin:11px 15px 0px 11px;
	font-size:70%;
	text-align: left;
	line-height: 150%;
}
#leftpanel p{
	/*font-size:70%;*/
	text-align:left;
	padding:0px 10px 0px 10px;
	margin:0px 0px 15px 0px
}
#leftpanel p.center{
	/*font-size:70%;*/
	text-align: center;
	padding:0px 10px 0px 10px;
	margin:0px 0px 15px 0px
}
#leftpanel h1, #panel h1{
	font-size:150%;
	font-weight:bold;
	color:#ED8001;
	text-align:left;
	padding:6px 6px 0px 0px;
	margin:0px 0px 5px 0px;
}
#leftpanel h2{
	font-size:120%;
	font-weight:bold;
	color:#ED8001;
	text-align:left;
	/*padding:0px 10px 0px 10px;
	margin:0px 0px 5px 0px*/
	line-height: 150%;
}
#leftpanel h3{
	font-size:120%;
	font-weight:bold;
	color: black;
	text-align:left;
	padding:0px 10px 0px 10px;
	margin:0px 0px 5px 0px
}
#leftpanel a:link, #panel a:link{
	color: #F68800;
	text-decoration: none;	
}
#leftpanel a:visited, #panel a:visited{
	color: #D2691E;
	text-decoration: none;	
}
#leftpanel a:active, #panel a:active{
	color: #EC8200;
	text-decoration: underline;	
	background-color: #FFF6E8;
}
#leftpanel a:hover, #panel a:hover{
	color: #EC8200;
	text-decoration: underline;	
	background-color: #FFF6E8;
}
#leftpanel ul, #rightpanel ul, #panel ul{
	list-style: none;
	margin: .6em .2em .6em 2em;
	padding: 0;
}

#leftpanel ul li, #rightpanel ul li, #panel ul li{
	background-image: url(../images/bullet2.gif);
	background-position: 0 .45em;
	background-repeat: no-repeat;
	line-height: 140%;
	margin: 1em 0 1em 0;
	padding: 0 0 0 1em;
}
#leftpanel ol{
	list-style: decimal;
	margin: .6em .2em .6em 2em;
	padding: 0;
	/*border: 1px solid orange;*/
}
#leftpanel ol li{
	line-height: 140%;
	margin: 1em 0 1em 1em;
	padding: 0 0 0 0em;
	/*border: 1px solid red;*/
}
#leftpanel table, #panel table{
	border-collapse: collapse;
	/*border: 1px solid green;
	width: 560px;*/
	font-size: .9em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}
#leftpanel table td, #panel table td{
	border: 1px solid #D2D2D2;
	text-align: left;
	padding: .8em;
	margin: 0;
	color: Black;
	vertical-align: top;
}
#leftpanel table th, #panel table th{
	border-collapse: collapse;
	border: 1px solid silver;
	text-align: left;
	padding: 1em;
	font-size: 1em;
	background-color: #FDECDA;
	color: black;
	margin: 0;
	vertical-align: top;
}
#leftpanel table th.orangebkgrd{
	background-color: #f8981c;
}
#leftpanel table tr.alternate{
	background-color: White;
}
#leftpanel table tr, #panel table tr{
	background-color: #FFF8F0;
}

#leftpanel .form table{
	border-collapse: collapse;
	/*border: 1px solid green;*/
	width: 400px;
	font-size: 1em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	background-color: White;
}
#leftpanel .form td{
	/*border-bottom: 1px solid #D2DFD4;*/
	/*border-bottom: 1px solid #D2DFD4;	*/
	text-align: left;
	padding: 1em;
	margin: 0;
	/*color: #003366;*/
	vertical-align: top;
	}
#leftpanel .form .formright, #leftpanel .formright{
	text-align: right;
	/*border-right: 1px solid #D2DFD4;*/
}

input, textarea, reset, submit{
	color: #DF7B00;
	background: #ffffff;
	border: 1px solid #F9D8B0;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;		
	padding: .5em;
	padding: .3em;
	scrollbar-base-color: #FBD7AE;
	scrollbar-arrow-color: #DF7B00;
	scrollbar-3dlight-color: #FBD7AE;
	scrollbar-darkshadow-color: #F7AB57;
	scrollbar-face-color: #FBD7AE;
	scrollbar-highlight-color: #e6e6e6;
	scrollbar-shadow-color: #FBD7AE;
	scrollbar-track-color: #F59D45;
}
.noborder input{
	color: #004b78;
	background-color: #e9ebeb;
	background: #e9ebeb;	
	border: none;	
}
.noborder{
	border: none;
	background-color: transparent;
}
.orangetext{
	color: Orange;
	background-color: transparent;
}
#award {
	background-color:#FFF4E6;
	width:100%;
	margin-bottom:15px;
	text-align:left;
}
#award a{
	text-align:right;
	font-size:60%;
	color:#ED8001;
	text-decoration:none;	
	top:-4px;
	left:33px;
	position:relative;
}
#award a:hover{
	text-decoration:underline;	
}
/* RIGHT PANEL */
#rightpanel{
	width:232px;
	float:left;
	text-align:left;
	margin-top:10px;
}
#tools img {
	border: 1px solid #FFFFFF;
}
#toolswhatis { float:left; background-image:url(../images/tool_whatis_over.gif); background-image:none;}
#toolswhatis a { display:block; width:114px; height:39px; margin:1px; padding:0px; background-image:url(../images/tool_whatis.gif); background-repeat:no-repeat;}
#toolswhatis a:hover { background-image:url(../images/tool_whatis_over.gif);}
#toolswhatis a span { display:none }
#toolsvoucher { float:left; background-image:url(../images/tool_voucher_over.gif); background-image:none;}
#toolsvoucher a { display:block; width:114px; height:39px; margin:1px; padding:0px; background-image:url(../images/tool_voucher.gif); background-repeat:no-repeat;}
#toolsvoucher a:hover { background-image:url(../images/tool_voucher_over.gif); }
#toolsvoucher a span { display:none }
#toolsbook { float:left; background-image:url(../images/tool_book_over.gif); background-image:none;}
#toolsbook a { display:block; width:114px; height:39px; margin:1px; padding:0px; background-image:url(../images/tool_book.gif); background-repeat:no-repeat;}
#toolsbook a:hover { background-image:url(../images/tool_book_over.gif); }
#toolsbook a span { display:none }
#toolsreminder { float:left; background-image:url(../images/tool_reminder_over.gif); background-image:none;}
#toolsreminder a { display:block; width:114px; height:39px; margin:1px; padding:0px; background-image:url(../images/tool_reminder.gif); background-repeat:no-repeat; }
#toolsreminder a:hover { background-image:url(../images/tool_reminder_over.gif); }
#toolsreminder a span { display:none }
#toolsnewsletter { float:left; background-image:url(../images/tool_newsletter_over.gif); background-image:none;}
#toolsnewsletter a { display:block; width:114px; height:39px; margin:1px; padding:0px; background-image:url(../images/tool_newsletter.gif); background-repeat:no-repeat;}
#toolsnewsletter a:hover { background-image:url(../images/tool_newsletter_over.gif); }
#toolsnewsletter a span { display:none }
#toolsfriend { float:left; background-image:url(../images/tool_friend_over.gif) background-image:none;;}
#toolsfriend a { display:block; width:114px; height:39px; margin:1px; padding:0px; background-image:url(../images/tool_friend.gif); background-repeat:no-repeat;}
#toolsfriend a:hover { background-image:url(../images/tool_friend_over.gif); }
#toolsfriend a span { display:none }

#toolsprogramme { float:left; background-image:url(../images/tool_programme_over.gif); background-image:none;}
#toolsprogramme a { display:block; width:230px; height:39px; margin:1px; padding:0px; background-image:url(../images/tool_programme.gif); background-repeat:no-repeat;}
#toolsprogramme a:hover { background-image:url(../images/tool_programme_over.gif); }
#toolsprogramme a span { display:none }

#toolfleetmanagement { float:left; background-image:url(../images/managementfleet.gif); background-image:none;}
#toolfleetmanagement a { display:block; width:230px; height:39px; margin:1px; padding:0px; background-image:url(../images/managementfleet.gif); background-repeat:no-repeat;}
#toolfleetmanagement a:hover { background-image:url(../images/managementfleet.gif); }
#toolfleetmanagement a span { display:none }





#newscontent{ 
	padding:5px 10px 0px 20px;
	background-color:#FDECDA;
	font-size:65%;
	overflow:auto;
	height:140px;
	width:220px; /* IE 5 & IE IE5.5 Hack */ 
	width:83%;   /* For the overflow width to be 100% on all browsers*/
	scrollbar-base-color: #FBD7AE;
	scrollbar-arrow-color: #ED8001;
	scrollbar-3dlight-color: #FBD7AE;
	scrollbar-darkshadow-color: #F7AB57;
	scrollbar-face-color: #FBD7AE;
	scrollbar-highlight-color: #e6e6e6;
	scrollbar-shadow-color: #FBD7AE;
	scrollbar-track-color: #F59D45;
	border-bottom:5px solid #FDECDA;
	line-height:1.2em;
}
#newspanel{ 
	background-color:#FDECDA;
	width:230px;
	line-height:0px;
}
#gallerycontent{
	padding:5px 10px 0px 20px;
	background-color:#FDECDA;
	font-size:65%;
	/*height:140px;*/
	width:83%;
	text-align:left;
	line-height:1.2em;
}
#gallerypanel{
	background-color:#FDECDA;
	width:230px;
	float:left;
	margin-top:20px;
	line-height:0px;
	}
	#affpanel{
	background-color:#FDECDA;
	width:230px;
	float:left;
	margin-top:20px;
	line-height:0px;
	}
#franchiseecontent{
	padding:5px 10px 0px 20px;
	background-color:#FDECDA;
	font-size:65%;
	line-height:1.2em;
	width:83%;
	text-align:left;
}
#franchiseepanel{
	background-color:#FDECDA;
	width:230px;
	float:left;
	margin:20px 0px 0px 0px;
	line-height:0px;
	}	
	
#rightpanel a:link{
	color: #F68800;
	text-decoration: none;	
}
#rightpanel a:visited{
	color: #D2691E;
	text-decoration: none;	
}
#rightpanel a:active{
	color: #EC8200;
	text-decoration: underline;	
	background-color: #FFF6E8;
}
#rightpanel a:hover{
	color: #EC8200;
	text-decoration: underline;	
	background-color: transparent;
}
#rightpanel ul{
	list-style: none;
	margin: .6em .2em .6em 0em;
	padding: 0;
}

#rightpanel ul li{
	background-image: url(../images/bullet2.gif);
	background-position: 0 .45em;
	background-repeat: no-repeat;
	line-height: 140%;
	margin: 1em 0 1em 0;
	padding: 0 0 0 1em;
}	
	
/* FORM ALIGNMENT */
div.row {
	clear: both;
	padding-top: 4px;
	width:190px;
}
div.row span.label {
	float: left;
	text-align: right;
	font-size:110%;
}
div.row span.formw {
	float: right;
	text-align: left;
} 
/* FOOTER */
#footer{
	background-color:#E7E7E7;
	background-image:url(../images/footer_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:30px;
	font-size:55%;
	padding:5px 0px 0px 0px;
	color:#FFFFFF;
}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.thumbnail a{
	float: left;	
	border: 1px solid #ffcca6;
	line-height: 1px;
	padding: 10px;
	margin: 10px;
	width: 100px;
}
.thumbnail a:hover{
	border: 1px solid orange;
}
#printpagelogo{
	display: none;
	/*border: 12px solid green;*/
}

/*SHOP*/
.product{
	border-bottom: 1px solid silver;
	margin-bottom: 2em;
	width: 95%;
	/*float: left;*/
	/*overflow: auto;*/
	margin-left:auto;
	margin-right:auto;
	/*text-align:center;*/
}
.product h2{
	background-color: #FFF6E8;
	padding-bottom: 0; 
	margin-bottom: 0;
}
.product h2 a:hover{
	background-color: red;
}
#leftitem{
	float: left;
	text-align: center;
}
.imageleftitem{
	border: 1px solid #F68800;
	padding: 0.5em;
	margin: 0 1em .5em 1em;
	background-color: White;
	line-height: 1px;	

}
.itemcontent{
	float: left;
	background-color: white;
	width: 320px;
	
}
.imageright a{
	float: right;
	margin-bottom: 1.5em;
	border: 1px solid #F68800;
	padding: 0.5em;
	margin-left: 0.3em;
	background-color: White;
	line-height: 1px;	
}
.imageright a:hover{
	border: 1px solid #CA6F00;
}
.product a:hover h2{
	text-decoration: underline;
}
.rightpanelshop{
	background-color: Aqua;
}
#rightpanel table{
	border-collapse: collapse;
	/*border: 1px solid green;
	width: 560px;*/
	font-size: .9em;
	text-align: left;
/*	margin-left: auto;
	margin-right: auto;*/
	margin-top: 1em;
	width: 90%;
}
#rightpanel table td{
	border: 1px solid #D2D2D2;
	text-align: left;
	padding: .8em;
	margin: 0;
	color: Black;
	vertical-align: top;
}
#rightpanel table th{
	border-collapse: collapse;
	border: 1px solid silver;
	text-align: left;
	padding: 1em;
	background-color: #FDECDA;
	color: black;
	margin: 0;
	vertical-align: top;
}
/*#rightpanel{
	font-size: 70%;
}*/

#leftpanel .tablenofill{
	width: 100%;
	background-color: none;
	text-align: left;
}
#leftpanel .tablenofillleft td{
	border: none;
	text-align: left;
	padding: 1em;
	margin: 0;
	vertical-align: top;
	background-color: white;
	
}
#leftpanel .tablenofillright td{
	border: none;
	text-align: left;
	padding: 1em;
	margin: 0;
	vertical-align: top;
	background-color: white;
	width: 100%;
}
input, textarea, reset, submit{
	color: #DF7B00;
	background-color: #FFF6E8;
	border: 1px solid #F9D8B0;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;		
	pad\ding: .5em;
	padding: .3em;
	scrollbar-base-color: #FBD7AE;
	scrollbar-arrow-color: #DF7B00;
	scrollbar-3dlight-color: #FBD7AE;
	scrollbar-darkshadow-color: #F7AB57;
	scrollbar-face-color: #FBD7AE;
	scrollbar-highlight-color: #e6e6e6;
	scrollbar-shadow-color: #FBD7AE;
	scrollbar-track-color: #F59D45;
}
#panel{
	width:700px;
	/*float:left;*/
	margin:11px 15px 0px 15px;
	_margin:11px 15px 0px 11px;
	margin-left: 30px; 
	font-size:70%;
	text-align: left;
	line-height: 150%;
	/*border: 1px solid red;*/
}
.shopdropdown{
	background-color:#FFF6E8;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;		
	color: #DF7B00;
}