/*
COLORS USED:

donkerblauw: #023675;
lichtblauw: 
*/
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
	color: #000;
	font-family:Arial,sans-serif;
	
	text-align: center; /*** Centers the design in old IE versions ***/
	height: 100%;
	background-image: url(http://www.horecatotaalsluis.nl/images/bg_blue.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color:#CCCCCC;
}

p {
	padding: 7px 0 7px 0;
	line-height: 200%;
	font-size: 13px;
}

.item li{
	/*line-height: 200%; legenda minder hoog*/
	font-size: 13px;
}

form {
	
	padding: 15px;
}

form.bestelformulier{
	padding: 0px;
}

a {
color: #000099;
}
a:hover{
color: #0000FF;
text-decoration: none;
}

h1, h2, h3 {
/*font-family:Trebuchet MS,Arial,Verdana,sans-serif;*/
font-weight: bold;
padding-bottom: 5px;
color: #023675;
}
h1 {
	font-size:16pt;	
	margin:0.5em 0;
	
}
h2 {
	font-size: 18px;
}
h3 {
font-size: 1.3em;
padding-left: 13px;
}
h1 a, #header h2{
color: #fff;
}
.clear { clear: both; }
#mainContainer {
	width: 1006px;
	margin: 0 auto; /*** Centers the design ***/
	min-height: 100%;
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
	padding-bottom: 0px;
	
	
}
* html #mainContainer {
height: 100%; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
margin-top: 0px; /*** Make some space for the header menu ***/
background: #fff;
padding-left: 10px;
padding-right: 10px;
height: 70px;
}

#logo {
float: left;
}

#adres{
float: right;
margin: 0pt auto;
padding-top: 5px;

}

#adres p{
	font-size: 11px;
text-align: right;
color: #023675;
line-height:120%;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 5px;  
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
width: 800px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* html .inner {
width: 80%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 1006px;
margin-left: -5px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
	float: left;
	width: 565px;
}

#content_wide {
	float: left;
	width: 750px;
}

* html #content {
position: relative; /*** IE needs this  ***/
}
.contentWrap{
	padding-left: 0px; /* ruimte tussen content en item*/
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 0px;
}
.contentWrap li {
padding-bottom: 2px;
padding-left:13px;
}
/**************************
RIGHT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
.side{
	float: right;
	width: 197px;
	min-height: 250px;
	padding: 0px;
}
* html #right {
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
height: 250px;
}
.side ul {
list-style: none;
padding-bottom: 4px;
}
.side li {
padding-bottom: 2px;
}



/**************************
MENU
**************************/
#menu {
	height: 40px;
	background-color: #023675;
	font-size:18px;
	letter-spacing: 0.2pt;
	
}
#menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0pt;
	padding-left: 18px;
}
#menu li {
background:transparent url(http://www.horecatotaalsluis.nl/images/but_left.jpg) no-repeat scroll left top;
float:left;
margin:0pt;
padding:0pt 0pt 0pt 17px;
}
#menu a {
	background:transparent url(http://www.horecatotaalsluis.nl/images/but_right.jpg) no-repeat scroll right top;
	color:#A4C8FF;
	display:block;
	float:left;
	text-decoration:none;
	padding-top: 6px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 6px;
	line-height: 140%;
}
#menu a {
float:none;
}
#menu a:hover {
color:#fff;
}
#menu #current {
background-image:url(http://www.horecatotaalsluis.nl/images/but_left_on.jpg);
}
#menu #current a {
background-image:url(http://www.horecatotaalsluis.nl/images/but_right_on.jpg);
color:#023675;
padding-bottom:4px;

}

/**************************
SUBMENU
**************************/
#submenu {
	height: 40px;
	/*background-color: #023675;*/
	font-size:16px;
	letter-spacing: 0.2pt;
	
}
#submenu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0pt;
	padding-left: 18px;
}
#submenu li {
/*background:transparent url(http://www.horecatotaalsluis.nl/images/but_left.jpg) no-repeat scroll left top;*/
float:left;
margin:0pt;
padding:0pt 0pt 0pt 17px;
}
#submenu a {
	/*background:transparent url(http://www.horecatotaalsluis.nl/images/but_right.jpg) no-repeat scroll right top;*/
	color:#023675;
	display:block;
	float:left;
	text-decoration:none;
	padding-top: 6px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 6px;
	line-height: 140%;
}
#submenu a {
float:none;
}
#submenu a:hover {
color:#fff;
}
#submenu #current {
/*background-image:url(http://www.horecatotaalsluis.nl/images/but_left_on.jpg);*/
}
#submenu #current a {
/*background-image:url(http://www.horecatotaalsluis.nl/images/but_right_on.jpg);*/
color:#023675;
padding-bottom:4px;

}



/**************************
ITEMS
**************************/


.item{
	width:565px;
	margin-top:18px;
	background-color:white;
	border: 1px solid #999;
	/*padding: 15px;*/
	background-image:url(http://www.horecatotaalsluis.nl/images/itemgr.jpg);
	background-repeat:repeat-x;
	
	-moz-border-radius: 10px;
}
#content_wide .item{
	width:775px;
}

.side{
	padding-right: 11px;
	padding-left: 11px;
}
.side .item{
	width: 193px;
	margin-left:1px;
}

.item p {
	padding-left: 15px;
	padding-right: 10px;
	
}

.item h2 {
	padding-left:13px;	
	padding-top: 10px;
}


/*.item {
	width:550px;
	background-image: url(http://www.horecatotaalsluis.nl/images/custom_corners_topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:21px;
  } */
  
/* aangepaste breedte voor side item */
/*
#right .item{
	width: 180px;
}
  */
  
  .itemTwo {
  background:  url("http://www.horecatotaalsluis.nl/images/custom_corners_topleft.gif") top left no-repeat;
  width:50%;
  } 
/*.item h2 {
  background:  url("http://www.horecatotaalsluis.nl/images/custom_corners_topright.gif") top right no-repeat;
  font-size:2.0em;
  padding:15px;
  padding-left:0;
  margin:0;
  position:relative;
  right:-14px;
  font-family:"Arial Rounded MT Bold";
  }
.itemBody {
background:url("http://www.horecatotaalsluis.nl/images/custom_corners_right.gif") top right repeat-y;
position:relative;
right:-14px;
margin:-2em 0 0;
padding:15px 15px 15px 0;
}
.itemFooter {
  background:  url("http://www.horecatotaalsluis.nl/images/custom_corners_bottomleft.gif") bottom left no-repeat;
  position:relative;
  top:11px;
  
  }
.itemFooter p {
	background:  url("http://www.horecatotaalsluis.nl/images/custom_corners_bottomright.gif") bottom right no-repeat;
	padding:15px;
	padding-left:0;
	display:block;
	margin:-2em 0 0 0;
	position:relative;
	right:-14px;
	font-style: italic;
	font-size: 9px;
  }*/

p.message{
	margin-left:0px;
	margin-right:0px;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-left:35px;
	padding-right:10px;
	color:#666;
	font-weight:700;
	background:#E9FAD0 url(http://www.horecatotaalsluis.nl/images/icons/error.png) no-repeat 10px 5px;
	border-bottom:1px solid #AEE756;
	border-top:1px solid #AEE756
	}

p.error{
	margin-left:0px;
	margin-right:0px;
	padding-left:35px;
	padding-right:10px;
	color:#666;
	font-weight:700;
	background:#FFE7E7  url(http://www.horecatotaalsluis.nl/images/icons/exclamation.png) no-repeat 10px 5px;
	border-bottom:1px solid #FE8989;
	border-top:1px solid #FE8989
}

/**************************
HOVERITEMS
**************************/
ul.hoverlist{
padding-left: 0px;
padding-right:0px;
list-style: outside;

}

ul.hoverlist img{
padding-right: 5px;	

}

ul.hoverlist li{
display: block;
list-style-type: none;

}

ul.hoverlist li:hover{
background-image:url(http://www.horecatotaalsluis.nl/images/aanbieding_header.jpg);
background-repeat:repeat-x;
background-position:top;
}

ul.hoverlist li a{
text-decoration: none;
    display: block;
	height: 21px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #023675;
	border-top: solid 1px #DFECFF;
	width: 100%-10px;

}

ul.hoverlist li a:hover{
	background-image:url(http://www.horecatotaalsluis.nl/images/arrow.jpg);
	background-position:right;
	background-repeat: no-repeat;
}

span.bluebold{
color:	#023675;
font-weight:bold;
}

span.prijstable{
	color: #000;
}
#content table{
	
	font-weight: normal;
	
	margin-left: 15px;
	
}

table #assortiment{
	color: #999;
}
span.date {
	color: #999;
	font-weight: normal;
}


/**************************
FOOTER
**************************/

#footer {
width: 1006px;
margin: 0 auto; /*** Since the footer is outside the #mainContainer we also need to center the footer ***/
text-align: center;
background-color:#023675;
height: 40px;
margin-top:20px;
}

#footer #links {
float: left;
color: white;
padding-top: 12px;
}

#footer #links ul{
padding-left: 15px;
padding-top: 0px;

}

#footer #links ul li{
border-left: 1px solid #A4C8FF;
padding-left: 4px;
display: inline;
}

#footer #links ul li.first{
border: none;
}

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

#footer a:hover{
color: #A4C8FF;
}


#footer #copyright {
float: right;
color: white;
padding-top: 12px;
padding-right: 15px;
}

/**************************
AANBIEDINGEN
**************************/
h4.toggler{
	background-color:#FFFFFF;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url(http://www.horecatotaalsluis.nl/images/aanbieding_header.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #023675;
	cursor:pointer;
}

.element{
	
	border-top: medium none; border-bottom: medium none; overflow: hidden; padding-top: 0px; padding-bottom: 0px;}

.prijs{
	font-size: 26px;
	/*border-top: 1px solid #023675;*/
	/*border-bottom: 1px solid #023675;*/
	float: right;
	color: #023675;
	font-weight: bold;

	
}

.omschrijving{
	float: left;
	color: #666;
	width: 100%;
	
}


/* AANBIEDING FOLDER
*/

#folder{
	
	width: 775px;
	margin-left:22px;
	
}
#folder .fleft{
	width: 380px;
	float:left;
	
}

#folder .fright{
	width: 380px;
	float: right;
/*	margin-left:8px;*/
	
}

.folderitem_small{
	width: 380px;
	background-color: white;
	/*height: 154px;*/
	margin-top:13px;
	padding-right:0px;
	-moz-border-radius: 10px;
	border: 1px solid #999;
}

.folderitem_big{
	width: 380px;
	background-color: white;
	height: 328px;
	margin-top:20px;
	-moz-border-radius: 10px;
}

.folderitem_line{
	width:380px;
	background-color: white;
	height: 67px;
	margin-top: 20px;
	-moz-border-radius: 10px;
	}

p.folderitem{
	font-size:18px;
	color: #023675;
	font-weight: bold;
	padding:0px;
	padding-left:10px;
	padding-top:5px;
	line-height: 20px;
}

img.folderitem{
	margin-left:25px;	
/*	height:120px;
	width:120px;*/
	float:left;
	text-align:center;
}

.element img{
	margin-left:15px;
}

p.folderprijs{
	float: right;
	padding: 0px;
	font-size:50px;
	clear: right;
	line-height: 55px;
	margin-right: 10px;
	color: #023675;
	
}
p.folderinfo{
	float: right;
	padding:0px;
	font-size:12px;
	color: grey;
	clear:right;
	margin-right: 10px;
}
p.folderbeschrijving{
	color: #FFCC00;	
	float: right;
	font-size:28px;
	margin-right: 10px;
	line-height: 50px;
	padding:0px;
}


/**************************
FORM DESIGN
**************************/


/*#right input 
{

background: #fff;
border: 1px solid #023675;
background-image:url(http://www.horecatotaalsluis.nl/images/aanbieding_header.jpg);
height: 25px;
margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	color: #023675;
	float: left;
}*/

tr.blue{
	
	background-color: #EAEAEC; 
	color: #666;
	font-size:10px;
	height: 10px;
}

tr.blue a{
	color: #666;
}

tr.blue a:hover{
	color: #023675;
}


tr.hoofdcat{
	background-color: #023675; 
	font-size:12px;
	color:white;
}

tr.topcat{
	background-color:#023675; 
	font-size:16px;
	font-weight: bold;
	color: white;
}

tr.yui-dt{

}

tr.yui-dt-odd{
	background-color:#EDF5FF;
	background-repeat: repeat-x;
		
}
tr.yui-dt-even{
	background-color:#fff;
	background-repeat: repeat-x;
}

tr.yui-dt-selected{
	background-color:#023675;
	color:#FFF;
} 
tr.yui-dt-highlighted{
	
	background-color:#CEE1FF;
}
.yui-dt-liner{
	margin:0;
	padding:0;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-color: #ff0000;
	border-spacing:0px;
}

.yui-checkbox-button-checked{
	background-image:url(http://www.horecatotaalsluis.nl/images/icons/tick.png);
	background-repeat:no-repeat;
	
}

.yui-checkbox-button{

}
yui-button-checked{
	
}
yui-button{
	
}

/**************************
BUTTONS
**************************/
a.bestellink {
	background-color:#E1EDFF;
	color:#023675;
	padding-right: 2px;
	white-space : nowrap; 
	display: inline;
	font-weight: bold;
	text-decoration: none;
	font-size:13px;
}
a.button {
    background: transparent url('http://www.horecatotaalsluis.nl/images/button_a.gif') no-repeat scroll top right;
    color: white;
    display: block;
    float: left;
    font: bold 15px arial, sans-serif;
    height: 24px;
    margin-right: 8px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('http://www.horecatotaalsluis.nl/images/button_span.gif') no-repeat;
    display: block;
    padding: 2px 0px 5px 18px;
} 

a.button img{
position:relative;
top: 2px;
left: -4px;
}

a.button:hover{
	color: #D9E9FF;
}

.floatbut { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.buttonheader{
padding: 21px 21px 0px 21px;
}

/*

TEST*/

.topmessage{
	position: fixed;
	width: 559px;
	border: solid 1px #e1e1e1;
	vertical-align: middle;
	left: 50%;
	margin-left: -284px; /* - (width/2)  */
	text-align: center;
	top: -1px;
	background-color: #FFC;
	border: 1px solid  #FC0;
	line-height: 20px;
	padding: 3px;
	visibility:hidden;

}

#besteltooltip{
	/*position: fixed;*/
	width: 200px;
	border: solid 1px #e1e1e1;
	vertical-align: middle;
	/*left: 0px;*/
	margin-left: -250px; /* - (width/2)  */
	text-align: center;
	/*top: 0px;*/
	background-color: #FFC;
	border: 1px solid  #FC0;
	line-height: 20px;
	padding: 3px;
	

	
}

#dialog {
	width: 250px;
	height: 200px;
	text-align:left;
	background-color: #999;
	z-index: 900;
	position: absolute;
	
}

table.bestel{
	width: 100%;
	border: none;
	padding: 0px;	
}

th.bestel{
	background-color:#023675;
	/*background-image:url(http://www.horecatotaalsluis.nl/images/aanbieding_header.jpg);*/
	color:#023675;
	font-weight:bold;
	line-height: 180%;
}
th.bestel a{
	
	color:white;
	
}
td.bestel{
	height: 18px;
	background-color:#F2F9FF	
}




/* foto's */

.werknemer{
	
}


/* FROMS */

label {
float:left;
font-weight:bold;
width:120px;
color: #023675;
}
input, textarea {
	border:1px solid #AECEFF;
	margin-bottom:5px;
	
	height: 18px;
	color: #023675;
	font-weight:bold;
}
textarea {
height:150px;
width:400px;
}
.submitbutton {
background-color:#023675;
border:1px solid #023675;
color:white;
/*margin-left:120px;*/
margin-left:10px;
margin-top:5px;
width:90px;
height: 20px;
	cursor: pointer;
}
#right input, textarea{
	width: 150px;
}
#right .submitbutton{
margin-left: 0px;	
	
}
/* FOTOS */


div.fotofloat {
  float: left; padding: 5px;
  margin: 5px;
  border: 1px solid #999;
  background: #fff;
  }
  
div.fotofloat p {
   text-align: center;
  
   }
div.fotocontainer {
	padding: 5px;
	
  
  }
div.fotospacer {
  clear: both;
  }



/**/

#bestellijst th {
	padding-left:10px;
	padding-top:2px;
}

#bestellijst {
	color: #888888;
}



table td {
	height: 20px;
/*	 vertical-align: top; */
	
}

/*tijdelijke oplossing voor img in infoitems*/
img.padloos {
	margin-left: -15px;
	margin-top: -15px;
	margin-bottom: 0px;	

}

th a{
	color:white;
	text-decoration: none;
}

tr.yui-dt-first th{
	background-color: #023675;
	color: white;
}

th.yui-dt-desc{
	background:transparent url(http://yui.yahooapis.com/2.6.0/build/datatable/assets/skins/sam/dt-arrow-dn.png) no-repeat scroll right center;
	
}

th.yui-dt-asc{
	background:transparent url(http://yui.yahooapis.com/2.6.0/build/datatable/assets/skins/sam/dt-arrow-up.png) no-repeat scroll right center;
	
}

#cal1Container { display:none; position:relative; left:96px;  z-index:2} 

#bestelbut{
	width: 107px;
	height: 24px;
	border: none;
	float:right;
}

.radiobut{
	width: 15px;
}




a.button2 {
    background: transparent url('http://www.horecatotaalsluis.nl/images/bg_button_a.gif') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 8px; /* sliding doors padding */
    text-decoration: none;
    font-weight: bold;
    
}


a.button2 span {
    background: transparent url('http://www.horecatotaalsluis.nl/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 16px;
    padding: 6px 0 2px 10px;
} 
a.button2 img{
    margin-top:-2px;
    margin-right:2px;
 
}


a.button2:active {
    background-position: bottom right;
    color: #fff;
    font-weight: bold;
    outline: none; /* hide dotted outline in Firefox */
}

a.button2:active span {
    background-position: bottom left;
    padding: 6px 0 2px 10px; /* push text down 1px */
} 

#sidebesteloverzicht p{
	font-size: 11px;
	padding-right: 0px;
	padding-left: 10px;
	line-height: 120%;
	height: 320px;
	
}

#sidebesteloverzicht {
	height: 450px;
}

#inhbesteloverzicht{
	overflow-y: auto; 
	overflow-x: no;
	
}
.buttonbestel{
	cursor:pointer;
}



#popupcontent{
	position: fixed;
	visibility: hidden;
	overflow: hidden;
	border:1px solid #CCC;
	background-color:#fff;
	border:1px solid #333;
	padding:5px;
	left:50%;
	top:50%;
	height: 255px;
	width: 255px;
	margin-left: -127px;
	margin-top: -127px;	
}

.link{
	cursor: pointer;
	

}
