html
{
  width: 100%;
  height: 100%;
  background: #ccdcf2 url(../img/body_bg.gif);
}

body
{
  margin: 0;
  padding: 0;
  font-family: Lucida Sans Unicode, Arial;
  font-size: 12px;
  color: #444444;
  background: url(../img/wrapper_bg.gif) repeat-y center top;
}

#mcWrapper
{
  position: relative;
  margin: 0px auto;
  padding: 0px 0px 0px 35px;
  width: 785px;
  background: url(../img/wrapper_bg.gif) repeat-y center top;
}

#mcHeader
{
  position: relative;
  width: 750px;
  height: 325px;
  padding: 0px;
  background: #FFFFFF url(../img/header_bg.gif) no-repeat left top;
}

#mcTop
{
  position: absolute;
  top: -3px;
  left: 0;
  width: 820px;
  height: 3px;
  background: url(../img/top.jpg) no-repeat center top;
}

#mcLogo
{
  position: absolute;
  top: 0px;
  left: 527px;
  width: 223px;
  height: 113px;
  z-index: 10;
  cursor: pointer;
}


#mcDemo
{
  position: absolute;
  right: -18px;
  bottom: -10px;
  z-index: 10;
  cursor: pointer;
}

#jubileum
{
  position: absolute;
  top: 25px;
  left: 17px;
  width: 109px;
  height: 79px;
  z-index: 10;
  cursor: pointer;
}

#balonnen
{
  position: absolute;
  top: 35px;
  left: 77px;
  width: 105px;
  height: 56px;
  z-index: 10;
  color: #FFF;
  font-size: 13px;
  cursor: pointer;
}

#mcMenu
{
  position: absolute;
  margin: 0px;
  padding: 75px 0 0 0; /* original: 25,0,0,0 */
  top: 6px; /* original: 86px */
  left: 0px;
  width: 210px; 
  height: 242px; /* original: 214px */
  background: #005ebe;
  z-index: 5;
  border: #005ebe 1px solid;
  border-top-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  border-bottom-left-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#mcMenu a, #mcMenu a:visited
{
  display: block;
  height: 24px;
  margin: 0px;
  padding: 7px 0px 0px 20px;
  background: url(../img/menu_bg.gif) repeat-x left top;
  font-family: Lucida Sans Unicode, Arial;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
}

a.menu:first-letter {font-size: 18px; }

#mcMenu a:hover, #mcMenu a:active
{
  background: #FFFFFF;
  color: #005ebe;
}

#mcImage
{
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 86px;
  left: 235px;
  width: 515px;
  height: 239px;
}

#mcImageHome
{
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 17px;
  left: 215px;
  width: 515px;
  height: 307px;
}

/* ########### SUBMENU ############# */


#nav
{
  position: relative;
  color: #FFFFFF;
  display: block;
  height: 27px;
  margin: 0;
  margin-top: 15px;
  z-index: 50;
  width: 750px;
  _border-top: 15px solid #FFFFFF;
  background: #A6CAE8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

#nav a
{
  height: 27px;
  _height: 27px;
  margin: 0;
  color: #444444;
}

#nav ul
{
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 50;
}

#nav ul li
{
  display: block;
  float: left;
  list-style: none;
  padding: 0px;
  margin: 0px;
  position: relative;
  width: auto;
  z-index: 50;
}

#nav ul li a
{
  height: 23px;
  display: block;
  width: auto;
  text-decoration: none;
  text-align: left;
  padding: 4px 10px 0 20px;
  top: 0px;
  margin: 0;
  float: left;
  font-size: 1.1em;
  font-weight: normal;
}

#nav ul li a:hover,
#nav ul li a.hover
{
  background: url(../images/menuhover.jpg) repeat-x left top;
  color: #fff;
  text-decoration: none;
}

/* same as above, but internet explorer < 7 chokes on the > */
#nav ul li:hover > a 
{
  background: url(../images/menuhover.jpg) repeat-x left top;
  color: #fff;
  text-decoration: none;
}

#nav ul ul li a
{
  background: #A6CAE8;
  color: #444;
  padding: 5px 10px 5px 20px;
  width: 195px;
  font-size: 1.1em;
  font-weight: normal;
  background: none;
  text-transform: none !important;
}

#nav ul ul li a:hover
{
  background: #005ebe;
  color: #FFFFFF;
}

#nav ul ul
{
  background: #A6CAE8;
  display: none;
  left: 0px;
  top: 27px;
  width: 225px;
  position: absolute;
}

#nav ul ul ul,
#nav ul ul ul ul
{
  background: #A6CAE8;
  display: none;
  left: 215px;
  top: 0px;
  width: 225px;
  position: absolute;
}

#nav ul li:hover ul
{
  display: block;
  position: absolute;
  top: 27px;
  left: 0;
}

#nav ul li:hover ul ul,
#nav ul li:hover ul ul ul
{
  display: none;
}

#nav ul ul li:hover ul,
#nav ul ul ul li:hover ul
{
  display: block;
  left: 215px;
  top: 0px;
  color: #005ebe;
}

#nav ul ul li
{
  display: block;
  float: left;
  top: 0;
  height: auto;
}

#nav ul ul li a
{
  display: block;
  float: left;
  width: 195px;
  height: auto;
}

li>ul {
  top: auto;
  left: auto;
}


/* ########### CONTENT ############# */


#mcContent
{
  position: relative;
  float: left;
  width: 515px;
  margin: 15px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#mcContent a, #mcContent a:visited
{
  color: #005ebe;
  text-decoration: underline;
}

#mcContent a.thumbnail
{
	text-decoration: none;
}

#mcContent a:hover, #mcContent a:active
{
  text-decoration: none;
}

#mcSubmenu
{
  position: relative;
  float: left;
  color: #005ebe;
}

#mcSubmenu a, #mcSubmenu a:visited
{
  color: #444444;
  text-decoration: underline;
}

#mcSubmenu a:hover, #mcSubmenu a:active
{
  color: #005ebe;
  text-decoration: none;
}

#mcSubmenu .selected
{ 
	color: #005ebe !important;
	text-decoration: none;
}

/* ########### RIGHT ############### */

#mcPanel
{  
  float: right;  
  width: 193px;
  margin: 15px 35px 10px 0px;
  _margin: 15px 18px 10px 0px;
  padding: 10px 10px 30px 10px;
  background: #a6cae8;
  min-height: 400px;
  _height :400px;
  border: #a6cae8 1px solid;
  border-top-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  border-bottom-left-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
} 

#mcPanel a
{
  color: #222222;
}

#mcPanel img
{
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px 0px 10px;
  width: 190px;
}

#mcAdres, #mcOccasions, #mcNieuws, #mcTyros
{
  position: relative;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  width: 193px;
  text-align: right;
}

#mcAdres p
{
  margin: 0px;
  padding: 0px;
  border: none !important;
}

#mcFooter
{
  clear: both; 
  width: 700px;
  height: 20px; 
}

.news
{
  float: left;
  position: relative;

}

.list
{
  padding: 6px;
  margin: 0 -6px 15px -6px;
  border: 2px solid #FFF;
  border-left: 2px solid #DDD;
  width: 512px;
}

.list:hover
{
	border: 2px solid #DDD;
	cursor: pointer;
	background: #EFF5FB;
}

#mcContent .news a.more
{
	position: relative;
	float: right;
	text-align: right;
	font-weight: bold;
	text-decoration: none; !important
}

#mcContent .news.list img
{
	position: relative;
	float: right;
	margin-left: 3px;
}

hr
{
	float: left;
	position: relative;
}

p.newsdate
{
	font-size: 10px;
	margin-top: -5px;
	line-height: 1px;
}

#mcAanbiedingen p
{
  margin: 0px;
  padding: 15px 0px 5px 0px;
  border-bottom: 1px dashed #FFFFFF;
}

.readmore
{
  display: block;
  float: right;
  height: 25px;
  padding-right: 20px;
  margin-bottom: 15px;
  text-decoration: none;
  font-weight: bold;
  background: url(../img/readmore.gif) no-repeat right 3px;
}

#mcContent a.goback
{
  display: block;
  float: right;
  height: 25px;
  padding-right: 5px;
  margin-bottom: 15px;
  margin-top: -55px;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none;
}

#mcContent a.goback:hover
{
	text-decoration: underline;
}

#openingstijden td
{
  padding: 2px 20px 2px 0px;
}

.stats
{
	_display: none;
	position: relative;
	float: right;
	font-size: 10px;
	color: #999;
	text-align: right;
}

#occasions
{
  width: 100%;
  margin-bottom: 15px;
  border-style:
}

#occasions td
{

}

#occasions tr
{
	cursor: pointer;
}

#occasions thead
{
  background: #005ebe;
  color: #FFFFFF;

}

#occasions tr
{
	cursor: pointer;
}

#occasions tr.alt
{
	background-color: #EEEEFF;
	cursor: pointer;
}

#occasions tr.over
{
	background-color: #A6CAE8;
	cursor: pointer;
}



.tda {width: 25%;}
.tdb {width: 23%;}
.tdc {width: 35%;}
.tdd {width: 17%; font-weight: bold;}



/* ########### COMMON ############# */

h1
{ 
  margin: 0px 0px 10px 0px;
  padding: 0px;
	font-family: Lucida Sans Unicode, Arial;
  font-weight: normal;
  font-size: 34px;
  color: #005ebe;
  letter-spacing: -2px;
}

h1.panel
{
  margin: 0px 0px 0px 0px;
  padding: 0px;
	font-family: Lucida Sans Unicode, Arial;
  font-weight: normal;
  font-size: 28px;
  text-align: right !important;
  color: #FFFFFF;
}

h2
{
	font-family: Lucida Sans Unicode, Arial;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  color: #37536f;
  margin: 0px 0px 10px 0px;
  padding: 0px;  
}

h5
{
	font-family: Lucida Sans Unicode, Arial;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  color: #005ebe;
  margin: 0px 0px 10px 0px;
  padding: 0px;  
}

h3
{ 
  margin: 0px 0px 10px 0px;
  padding: 0px;
	font-family: Lucida Sans Unicode, Arial;
  font-weight: normal;
  font-size: 24px;
  color: #005ebe;
  letter-spacing: -2px;
}

#result a
{
	text-decoration: none;
}

h4
{ 
  margin: 0px 0px 10px 0px;
  padding: 0px;
	font-family: Lucida Sans Unicode, Arial;
  font-weight: normal;
  font-size: 16px;
  color: #005ebe;
/*  letter-spacing: -2px;*/
}

hr
{
	color: #CCC;
	background-color: #CCC;
	width: 90%;
	height: 1px;
	border: 0;
}

/* OCCASION ITEMS */
.price
{
	color: #005ebe;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.pictures
{
	border: 2px solid;
	border-color: #CCC;
	text-align: left;
	float: left;
	margin: 0 5px 200% 0;
	
}
.picture
{
	

}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer
{
position: relative;
/*float: left;
text-align: left;*/
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img
{
border: 2px solid #CCC;
margin: 8px 5px 5px 8px;
}

.thumbnail:hover
{
background-color: transparent;
}

.thumbnail:hover img
{
_border: 2px solid white;
}

.thumbnail span
{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid grey;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img
{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span
{ /*CSS for enlarged image*/
visibility: visible;
margin-top: -150px;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/* BUDGET ITEMS */


.budgetbg
{
  margin: 20px 0 0 0;
  padding: 0 10px 0 0;
  height: 500px;
}

#budgetline .item
{
  display: block;
  float: left;
  width: 228px;
  _margin: 0 10px 5px 0;
  padding: 3px;
  border: 1px solid #bbbbbb;
  _background: #f5f5f5;
  background: #FFF;
  min-height: 230px;
  _height: 230px;
}

#budgetline .right
{
  margin: 0 0 15px 0;
  float: left;
}

#budgetline .item .image
{
  width: 225px;
  height: 170px;
  margin: 7px 0 5px 0;
  _border: 1px solid #dddddd;
  overflow: hidden;
}

#budgetline .item .title
{
  position: relative;
  _float: left;
  width: 220px;

  _padding: 7px 5px 0 5px;
  padding: 0px;
  margin: 0px;
  font-family: Lucida Sans Unicode, Arial;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -1px;
  color: #333333;
  text-align: left;
}

#budgetline .item .text
{
  float: left;
  width: 135px;
  padding: 5px 5px 0 3px;
  _padding: 0px;
  margin: 0px;
  font-family: Lucida Sans Unicode, Arial;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0px;
  color: #333333;
  text-align: left;

}

#budgetline .item .price
{
  float: right;
  width: 81px;
  padding: 2px;
  line-height: 20px;
  font-family: Lucida Sans Unicode, Arial;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: -1px;
  _color: #a71a23;
  color: #000;
  _background: #005EBE;
  text-align: right;
  white-space: nowrap;
}

#budgetline .item .price .digits
{
	background: #005EBE;
	color: #FFF;
	padding: 2px 5px;
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
	
}

#budgetline .item .oldprice
{
  float: right;
  width: 81px;
  padding: 2px;
  font-family: Lucida Sans Unicode, Arial;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0px;
  color: #333333;
  text-align: right;
  white-space: nowrap;
}


/* ########### AANBIEDINGEN ############### */
.topDiv
{
	width: 459px;
	border-right: solid;
	border-right-width: 10px;
	border-right-color: #005ebe;
}

.slideDiv
{
	
	background-repeat: no-repeat;
	background-position: left;
	height: 285px;
	width: 200px;
	border-top: solid;
	border-top-width: 10px;
	border-top-color: #005ebe;
	border-left: solid;
	border-left-width: 10px;
	border-left-color: #005ebe;
	border-right: solid;
	border-right-width: 10px;
	border-right-color: #005ebe;
	border-top-left-radius: 10px 10px;
	position: relative;
	
}

.title
{
	position: absolute;
	top: 5px;
	left: 5px;
	text-align: left;
	color: #009;
	font-size: 18px
}

.mcDesc
{
	position: absolute;
	bottom: 30px;
	right: 15px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	color: #000;
	background-color: #FFF;
}

.mcPrice
{
	position: absolute;
	bottom: 0px;
	right: 10px;
	font-size: 26px;
	font-weight: bold;
	color: #006;
}




/* ASSORTIMENT */



#assortiment .item
{
  display: block;
  padding: 10px;
  margin: 0 0 15px 0;
  border: 1px solid #bbbbbb;
  background: #f5f5f5; 
}

#assortiment .right
{
  float: left;
  margin: 0;
}

#assortiment .item .image
{
  float: left;
  width: 200px;
  margin: 0;
  padding: 10px;
  border: 1px solid #dddddd;
  background: #FFFFFF;
}

#assortiment .item .image img
{
  width: 200px;
}

#assortiment .item .text
{
  float: left;
  width: 250px;
  padding: 0 0 0 10px;
  font-family: Lucida Sans Unicode, Arial;
}

#assortiment .item .text h4
{
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -1px;
  color: #333333;  
}

#assortiment .item .price
{
  float: right;
  margin: 10px 0 0 0;
  font-family: Lucida Sans Unicode, Arial;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: -1px;
  color: #a71a23;
  text-align: right;
  white-space: nowrap;
}



.blue
{
  color: #005ebe;
}

.bold
{
  font-weight: bold;
}

.clear
{
  clear: both;
}

.alignleft
{
  margin: 1px 20px 15px 0px;
}

.alignright
{
  margin: 1px 0px 3px 15px;
}

#hidden
{
	 display:none;
}

.clearfix:after 
{
 	content: ".";
	 display: block;
	 clear: both;
	 visibility: hidden;
	 line-height: 0;
	 height: 0;
}
 
.clearfix 
{
	 display: inline-block;
}
 
html[xmlns] .clearfix 
{
 	display: block;
}
 
* html .clearfix 
{
	 height: 1%;
}

/* ######## Pagination ######### */
div.pagination {
	padding: 3px;
	margin: 3px;
	text-align: center;
	clear: both;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
		
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	
	color: #DDD;
}
	
/* ######### Admin section ########## */
.admintable
{
  width: 750;
  margin-bottom: 15px;
  font-size: 11px;
}

.admintable td
{
	padding: 2px 2px 1px 0px;
}

.admintable tr
{
	background: #F9F9F9;
}

.admintable tr:hover
{
	background-color: #DDD;
	cursor: pointer;
}

.admintable thead td
{
  background: #005ebe;
  color: #FFFFFF;
  padding: 0px;
}

.cat_select
{
	float: right;
	margin-right: 35px;
}

