/* Content - custom/shoehoo/css/original.css*/
/* Tekst kleuren */
body, a, .selectedShop, .even_hover, .oneven_hover, .imageBox, .imageBox td, .productBlock *, #cartProgress .current 
{
  color:#000000;
}
.offerText, .tableHead, .err, hr 
{
  /* color:#ba0017; */
  color:#dc001c;  
}
.imageBoxImg a
{	
  color:#800000;
}
#cart a, #mainDiv a, #mainDiv #col1, #sideMenu select
{
  color:#FFFFFF;
}
#cartProgress td, #cartProgress a 
{
  color:#999999;
}
.menu a, #basketProducts, #basketPrice 
{
  color:#fefefe;
}
#mainDiv #col3 a 
{
  color:#b10116;
}

/* Achtergrond kleuren */
body 
{
  background-color:#666;
}
/* hr, #sideMenuCell, #mainDiv */
hr
{
  /* background-color:#ba0017; */
  background-color:#000;
}
#sideMenu select 
{ 
	color:#000;
	margin:0 0 4px 0;
	background-color:#FFF; 
	border:1px solid #666;
}
#sideMenuCell { width:190px; }
#sidemenu
{
	/*
	width:162px;
	*width:178px;
	margin:0 6px;
	background-color:#cc0033;
	*/
}

.even_hover, .oneven_hover, .button, #crop, .zoomBigC, .zoomPup, #mainDiv #col3
{
  background-color:#FFFFFF;
}
#contentCell { background-color:#CCC; }

/* Border kleuren */
acronym {
  border-bottom:1px dashed black;
}
.even_hover td, .oneven_hover td, .button, .input, .input_text, .input_small, .input_date, #crop, .startImg, .thumb, #img, .zoomBigC, .zoomPup, .imageBox, .productBlock .productImg 
{
  border:1px solid #000000;
}
/* #navigator { border-top:1px solid #000000; } */
#cartProgress .current, #cartProgress .past
{
  border-bottom:1px solid #000000;
}
th 
{
  /* border-bottom: 1px solid #ba0017; */
  border-bottom: 1px solid #dc001c;
}
.total th 
{
  /* border-top: 1px solid #ba0017; */
  border-top: 1px solid #dc001c;
}
.err input, input.err 
{
  border-color:red;
}
.productImg:hover, .startImg:hover
{
  /* border:1px solid #ba0017; */
  border:1px solid #dc001c;
}
/* Background images */
#genders {
  /*background-image:url('../custom/shoehoo/img/top.jpg');*/
  background-color:#000;
}
#logoDiv {
  /* background-image:url('../custom/shoehoo/img/header.jpg'); */
  background:#000 url('') no-repeat;
  height:226px;
}
#legs {
  /* background-image:url('../custom/shoehoo/img/legs.jpg'); */
}
#mainCell {
  background-image:url('../custom/shoehoo/img/main_black.jpg');
}
#contentCell {
  /* background-image:url('../custom/shoehoo/img/main_white.jpg'); */
}
#sideMenuCell {
  /* background-image:url('../custom/shoehoo/img/submenu_bg.jpg'); */
}
#footerCell {
  /* background-image:url('../custom/shoehoo/img/bottom_bg.jpg'); */
}
#mainDiv {
  background-image:url('../custom/shoehoo/img/start_corner1.jpg');
}
#mainDiv #col2 {
  background-image:url('../custom/shoehoo/img/start_bg.jpg');
}
#mainDiv #col3 {
  background-image:url('../custom/shoehoo/img/start_corner2.jpg');
}
.shop {
  background-image: url('../custom/shoehoo/img/shopRound.gif');
  color:white;
}
#commentDiv 
{
  /* border:2px solid #ba0017; */
  background-color:white;
  color:black;
}/* Content - custom/shoehoo/css/style.css*/
* {
  font-family:Arial;
  font-size:11px;
}
a img {
  border:none;
}
select,option,input {
  cursor:pointer;
}
acronym {
  cursor:help;
}

/** LAYOUT **/
body {
  margin:0px;
  overflow-y:scroll;
}
.simple {
  background-color:white;
  margin:10px;
  overflow-y:scroll;
}
form {
  display:inline;
}
label {
  cursor:pointer; 
}
th {
  text-align:left;
}
hr {
  height:1px
}
#mainDiv{
  background-position:top left;
  background-repeat:no-repeat;
}
#mainDiv #nbLink
{
  font-weight:bold;
  text-decoration:none;
  font-size:14px;
}
#mainDiv .link 
{
  font-weight:bold;
  text-decoration:none;
  font-size:16px;
}
#mainDiv #col1
{
  font-style:italic;
  text-align:center;
  width:368px;
  padding-top:15px;
}
#mainDiv #col1 #colText, #mainDiv #col1 #colText a{
  font-size:14px;
}

#mainDiv #col2
{
  width:20px;
  background-repeat:repeat-y;
}
#mainDiv #col3
{
  width:356px;
  background-position:bottom right;
  background-repeat:no-repeat
}
.total th, .total2 th, .total3 th {
  border-bottom:none;
}
#logoDiv {
  /* height: 117px; */
  height:226px;
}
.menu
{
    width:600px;
    margin:14px 0 7px 0;
    padding:0 10px;

    *width:704px;
    *margin:3px 0 6px 0;
}
.menu a{
    font-size:12px;
  font-weight:bold;
  text-decoration:none;
  padding:10px;
}
#legs {
  /*
  background-position:top right;
  background-repeat:no-repeat;
  */
}
#mainCell {
  background-repeat:no-repeat;
  height:651px;
}
#contentCell {
  width:744px;
  background-repeat:no-repeat;
}
#contentCell #marginDiv {
  margin:20px;
}
#sideMenuCell {
  background-position:bottom right;
  background-repeat:no-repeat;
}
#sideMenu select{
  /* width:100px; */
  width:145px;
  *width:138px;
  height:24px;
}
#contentFillTop
{
    height:10px;
    background:#cbcbcb url(../custom/shoehoo/img/cfilltop.jpg) top no-repeat;
}
#contentFill
{
    height:4px;
    background:url(../custom/shoehoo/img/cfillbottom.jpg) top left no-repeat;
    background-color:transparant;
}
#footerMenu
{
    color:#666;
    height:146px;
}
#footerMenu p
{
    padding:0 25px 0 25px;
}
#footerMenu p A
{
    color:#888;
    text-decoration:none;
}
#footerCell {
    /*
  height:75px;
  background-repeat:no-repeat;
  width:115px;
  */
  height:136px;
  background-color:#000;
}
#basketProducts {
  font-size:10px;
  padding-left:4px;
  font-weight:bold;
}
#basketPrice {
  font-size:10px;
  padding-right:4px;
  font-weight:bold;
  text-align:right;
}
#sideMenu {
  /* text-align:center; */
    padding:0 6px 0 8px;
}
#sideMenu img {
  margin: 0px 0px 15px 0px;
}

/** INPUT ETC **/
input 
{
  margin:1px 0px;
}
.input_text {
  width: 250px;
  height:100px;
}
.input_date {
  width: 140px;
}
.input_small {
  width: 50px;
}
.input_radio {
  border:none;
}


.even td, .oneven td {
  border-top:1px solid transparent;
  border-bottom:1px solid transparent;
}
.even_hover, .oneven_hover {
  cursor:pointer;
}
.even_hover td, .oneven_hover td
{
  border-width: 1px 0px;
}
/** IMAGE BLOCKS **/
.imageBox {
  margin:5px;
  position:relative; 
  overflow:hidden; 
  float:left;
  width:255px; 
  text-align:center;
}
.imageBoxImg {
  height:200px;
}
.imageBoxImg a{
  font-size:16px;
  font-weight:bold;
  text-decoration:none;
}
.imageBoxFooter    {
  position:relative; 
  bottom:10px;
}

/** PRODUCT BLOCKS **/
.productBlock {
  float:left;
  /* width:175px; */
  width:170px;
  height:210px;
  text-align:center;
}

.productBlock tr td a { line-height:15px; }
.productBlock tr.description td a { line-height:18px !important; font-size:8.5px; }
.productBlock tr.description td { text-align:center; border:2px solid #ccc; padding:0 7px;
  white-space:nowrap; }
  
.productBlockSmall {
  float:left;
  width:80px;
  height:100px;
  text-align:right;
}
.productBlock .productImg {
  width:150px;
  height:150px;
}
.productBlockSmall .productImgSmall {
  width:70px;
  height:70px;
}
.productBlockSmall img{
  border:1px solid #7D7D7D;
}
.productBlock a,.productBlockSmall a {
  line-height:25px;
  font-size:12px;
  font-weight:bold;
  padding: 0px 2px 2px 0px;
  text-decoration:none;
}
.productBlockSmall a
{
  line-height:15px;
  font-size:10px;
}

/** IMAGE CROPPING **/
#crop
{
  position:absolute;
  float:left;
  font-size:0px;
  height:0px;
  line-height:0px;
  cursor:pointer;

  filter:alpha(opacity=25);
  -moz-opacity: 0.25;
  opacity: 0.25;
}

/** OVERIGE **/
.spacer {
  height:30px;
}
.stock_div {
  width:200px;
}
.stock_div div {
  width:50px;
  float:left;
}

#cart a {
  text-decoration:none;
}
#cart a img {
  margin-bottom:5px;
}

#cartProgress td {
  width:20%; 
  text-align:center;
}
#cartProgress td, #cartProgress a {
    font-size:10px;
  text-decoration:none;
}
#cartProgress {
  margin-bottom:15px;
}
.totalWidth {
  /* width:704px; */
  width:680px;
}
.startImg {
  margin-right:5px;
  width:130px;
  height:130px;
}
#img {
  width:380px;
  height:380px;
}

/*****************START ZOOM *******************/
.zoomSmallC
{
  position: relative;
}

.zoomBigC
{
  overflow: hidden;
  position: absolute;
  z-index: 110;
  visibility: hidden;
}

.zoomBigC img
{
  border: 0px;
}

.zoomPup
{
  z-index: 10;
  visibility: hidden;
  position: absolute;
  opacity: 0.35;
  -moz-opacity: 0.35;
  -khtml-opacity: 0.35;
  filter: alpha(Opacity=35);
  cursor:pointer;
}

.zoomPosition
{
  width:290px;
  height:290px;
  top:0px; 
  left:390px;
}
/******************END ZOOM******************/
.customBlock
{
  width:390px;
  overflow:hidden;
  margin-left:275px;
}
.tableHead
{
  font-size:18px;
  text-align:center;
  font-weight:bold;
}
.shop {
  display:table;
  width:0px;
  height:25px;
  line-height:25px;

  padding-right:13px;
  margin-bottom:11px;

  background-position: right center;
  background-repeat: no-repeat;

  font-size:14px;
  font-family:Arial; 

  cursor:pointer;
  white-space:nowrap;
}
.selectedShop {
  font-weight:bold;
}

#commentDiv 
{
  padding:7px;
  float:right;
}

#homepageButton {
    position:absolute;
    width:124px;
    height:124px;
    margin-left:310px;
    margin-top:80px;
    background-image:url(../custom/shoehoo/img/homepageButtonLeft.gif);
    background-repeat:no-repeat;
    background-position:left center;
    overflow:hidden;
    border-collapse:collapse;
    border:none;
}

#homepageButton td {
  text-align:center;
  cursor:pointer;
  background-image:url(../custom/shoehoo/img/homepageButtonRight.gif);
  background-repeat:no-repeat;
  background-position:right center;
  padding:0px 15px;
}
#homepageButton a
{
    text-decoration:none;
  font-family:'Trebuchet MS', Arial;
  font-size:15px;
  font-weight:bold;
  text-transform:uppercase;
  font-style:normal;
  color:#FFFFFF;
}
 .productsHead1, .productsHead2, .productsHead3
{
  font-size:18px;text-align:center;margin:0px;
}
.productsHead2
{
    font-size:16px;
}
.productsHead3
{
  font-size:14px;
}

#container { width:887px; background:#000 url(../custom/shoehoo/img/bgcontainer.jpg) repeat-y; }
#containerTop { height:11px; background:#666 url(../custom/shoehoo/img/topcontainer.jpg) no-repeat bottom; }
#containerBottom { width:890px; height:14px; background:url(../custom/shoehoo/img/bottomcontainer.jpg) no-repeat; }
#contentWrapper { margin:0 13px 0 9px;}
#lcontent { width:700px; float:left; }
#rcontent { width:160px; float:left; color:white; }
#logo { width:547px; height:110px; background-color:#000; float:left; padding:47px 0 0 0; text-align:center; }
#commentDiv { width:139px; height:110px; padding-top:50px; background-color:#000; float:left; color:#ccc; text-align:left; }
#navigation { background-color:#000; height:29px; width:700px; }
#content { padding:10px; text-align:left; }
#content h1,
#content h2,
#content h3 { padding:0 0 0 8px; color:#707070; font-size:12px; font-weight:bold; }
#content h1 { font-size:14px; }
#content p, #content td, #content th { color:#333333; }
#content div#overviewtext p { padding:0 8px; }
#content ul li { margin:0 10px 0 -18px; color:#707070; }
#content ul li a { color:#707070; }
#footerMenu { background-color:#000; text-align:left; }
/* #navigation a { display:block; min-width:65px; height:30px; background-color:#666; } */
/* #navigation a { height:30px; background-color:#666; } */
#navigation { padding:0 5px 0 10px; background-color:#000; }
#navigation ul { display:inline; margin:0 10px; }
#navigation li { height:17px; margin:0 5px 0 0; padding:7px 27px 5px 27px; float:left; list-style:none; }
#navigation.loggedin li { padding:7px 13px 5px 13px;}
div.lp_wrap { padding:0 10px 0 0; }
div.lp_wrap h1,
div.lp_wrap h2,
div.lp_wrap h3 {  float:left; }
div.lp_wrap table { float:right; margin-top:3px; }
#navigator td.larrow,
#navigator td.rarrow { width:18px; text-align:center; }
#navigator a
{
    color:#707070;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}
#navigator a.paginatorActive
{
    color:#bc0d2b;
}
.navGray { background:#666 url(../custom/shoehoo/img/navbg.jpg) bottom repeat-x; color:#fff; }
.navRed { background:#dc001a url(../custom/shoehoo/img/navbgRed.jpg) bottom repeat-x; color:#fff; }
.navActive { background-color:#ccc; color:#bd1b37; }
#navigation a { text-decoration:none; }
#navigation li.navGray a,
#navigation li.navRed a { color:#fff; }
#navigation li.navActive a { color:#bd1b37;}
#genders {
    /*
  background-repeat:no-repeat;
  height:117px;
  width:219px;
  */

    width:159px;
  padding:0 0 0 5px; 
  *width:164px;
  /**padding:38px 6px 0 0;*/
}
#genders img {
    /*
  margin-top: 59px;
  margin-left: 18px;
  */
}
#genders #login { height:16px; *height:14px; text-align:center; padding:10px 0; }
#genders #login a { color:#FFF; text-decoration:none; }
#gendersBlock
{
    /* height:188px; */
    background-color:#dc001c;
    padding:13px 11px 0 11px;
    text-align:left;
}

#gendersBlock a  
{ 
    padding:6px;
    color:#FFF;
    display:block;
    margin:0 0 5px 0;
    font-weight:normal;
    text-decoration:none;

}
#basketIcon
{
    margin:0px;
    text-align:center;
}

#brandContainer-wrap { float:left; width:660px; }
#brandContainer { background:#fff; width:660px; height:240px; padding:10px 20px; overflow:hidden; position:relative; float:left; background:#fff url(../custom/shoehoo/img/brand_bg_top.jpg) no-repeat top; }
#brandContainer div.img { width:65px; height:75px; margin-right:17px; float:left; position:relative; margin-bottom:5px; }
#brandContainer img { width:65px; position:absolute;top:0;bottom:0;margin:auto; }

.blackBG { background-color:#000; }
.grayBG { background-color:#666; }
.redBG { background-color:#dc001c; }
.realRedBG { background-color:#ff0000; }
.cb { clear:both; }

.customImg
{
float:left;
margin-left:-10px;
margin-top:-20px;
}
.contentHome { padding-top:0px; }

/* ### TRACKINGBOX ### */
.trackingContainer { }
.trackingContainer .trackingInputBox { margin:5px 0px 0px -16px; width: 180px; display:none; position:absolute; background-color:#ccc; padding:0px; border:1px solid #999; text-align:left;}
.trackingContainer label { background-color:#444; color:#fff; display:block; font-weight:bold; padding:5px 10px 5px 10px; }
.trackingContainer input.text { margin:3px 10px 3px 10px; height:20px; padding:2px 4px 2px 4px; width:100%; border:1px solid #aaa; }
.trackingContainer .buttonSet { display:block; padding:0px 10px 5px 10px; }
.trackingContainer a.save { float: left; }
.trackingContainer a.save:hover { text-decoration:none; }
.trackingContainer a.cancel { float:right; color:#666; text-decoration:none;}
.trackingContainer .trackingCode { width:29px; text-align:left;}

.clearB { clear:both; }

td.errMsg { font-weight:bold; background:#fff; border:1px solid #dc001c; border-bottom:0; padding:10px; text-align:left; }
td.errMsgFull { font-weight:bold; background:#fff; border:1px solid #dc001c; padding:10px; text-align:left; }
td ul.errorList { margin-top:15px; } td.ul.errorList li { color:#000 !important; } 
td.errorList { background:#fff; border:1px solid #dc001c; border-top:0;  }


#filterFormDum { margin:0; padding:0; text-align:left; }
#filterFormDum ul { margin:0; padding:0; text-align:left; list-style-type:none; }
#filterFormDum ul li { margin:0; padding:0; line-height:20px; }
#filterFormDum ul.item li { }
#filterFormDum ul.item li .head { display:block; height: 25px; color:#fff; padding-left:5px; line-height:25px; cursor:pointer; border-bottom:1px solid #444; background:#000 url(../custom/shoehoo/img/icon-arrow_down.gif) no-repeat 123px; }
#filterFormDum ul.item-sub { display:none; margin-bottom:5px; }
#filterFormDum ul.item-sub li .head { padding-left:20px; background-color:#333; border-bottom:1px solid #555; }
#filterFormDum ul.item-sub-sub { display:none; margin-bottom:5px; }
#filterFormDum ul.item-sub-sub li { padding-left:20px; }
#filterFormDum ul li a { text-decoration:none; color:#fff; }

#filterFormDum a.search { display:block; padding:5px; text-decoration:none; text-align:left; margin-top:-1px; border-top:1px solid #aaa; border-bottom:1px solid #333; color:#bbb; background:#444 url(../custom/shoehoo/img/icon-magnifier.gif) no-repeat 126px; }
#filterFormDum a.removeFilter { display:block; padding:5px; text-decoration:none; text-align:left; border-bottom:1px solid #aaa; color:#eee; background:url(../custom/shoehoo/img/icon-bin.gif) no-repeat 121px; }

#filterFormDum ul.search li { padding:2px 11px 0 5px; line-height:22px; height:24px; background:#000; }
#filterFormDum input.text  { border:1px solid #444; background:#999; line-height:17px; width:122px; padding-left:7px; color:#fff; padding:0 3px; height:17px; }

div.freeDelivery { font-family:arial; background:#000; padding:12px 5px; margin-bottom:10px; }
div.freeDelivery a { font-weight:bold !important; text-align:center; text-transform:uppercase; font-size:14px; }
div.freeDelivery a .free { font-family:arial; font-size:22px; }

#frontPageDiv
{
    float:left;width:505px;margin-right:10px;
}
#frontPageDiv, #frontPageDiv p
{
            font-size:12px;
            color:#636363;
}

.faq .toggle { display:none; }
.faq a { text-decoration:none; }
/*.faq.customBlock { margin-left:20px; width:400px; }*/
.faq.customBlock h1 { margin:0 0 5px 0; padding:0 !important; }
.faq.customBlock p { margin:0 0 8px 0; padding:0 !important; }
.buttonFaq a { display:block; background:#000; padding:5px; color:#fff; text-decoration:none; }

.buttonFaq a:hover { background:#222; }
.border-top td
{
    border-top:1px solid #999999;
}
.rightAlign
{
    text-align:right;
}
.buttonFaq a:hover { background:#222; }

.newsletter .txt { background:#000; padding:8px 5px; }
.newsletter form { background:#ccc; display:block; padding:10px 5px; margin:0; text-align:left; }
.newsletter form input { border:1px solid #000; height:24px; padding:0 5px; line-height:22px; }


.socialmedia { margin:20px 10px 10px 0; padding-top:20px; padding-left:20px; text-align:left; width:100%; margin-left:0px; font-size:12px; font-weight:bold; }
.socialmedia img { position:relative; margin-bottom:-5px; margin-left:2px; border:0; }
.ilike { float:right; }

.ilike p { display:block; font-size:11px; position:relative; font-weight:bold; font-style:italic; float:left; margin-top:6px; margin-right:15px; }

form#quicksearch { width:100%; text-align:left; margin:0; background:#ccc; }
form#quicksearch .container { padding:4px 10px; background:#000; height:26px; }
form#quicksearch input.text  { border:1px solid #555; line-height:20px; width:165px; padding-left:7px; background:#333; color:#fff; padding:0 3px; height:20px; float:left; margin-right:4px; }
form#quicksearch select { border:1px solid #555; width:85px; color:#fff; background-color:#333; padding:2px; margin-top:1px; float:left;margin-right:4px;  }
form#quicksearch input.submit { height:22px; width:85px; line-height:11px; background:#222; border:1px solid #555; color:#fff; float:left; }
form#quicksearch input.submit:hover { background:#444; }

a.dhk { float:left; }
a.dhk:hover { background:red; }

a.info { cursor:help; color:inherit; text-decoration:none; }
a.info:hover { text-decoration:underline; }

#guestBook
{
}
#guestBook td
{
   padding:2px;
}
#guestBook .gbHeader td
{
   background-color:#999999;
   border-bottom:2px solid #bc0d2b;
}
#guestBook .gbHeader * {
   color:white;
}
#guestBook .spacer {
    height:30px;
}
#guestBookMsg
{
    margin-top:5px;
}
#guestBookMsg textarea, #review
{
    width:475px;
    height:120px;
}

.search-products { background:#000; text-align:left; padding:10px; margin-top:-30px; }
.search-products input.val { border:0; width:400px; line-height:18px; padding:2px 7px; height:18px; }
.search-products input.submit { width:12px; height:12px; background-color:rgb(68, 68, 68); padding:5px 7px; margin-bottom:-7px; }

.search-message { font-size:14px; line-height:22px; }
.search-message ul.search-help { font-size:14px; margin-top:3px; }
.search-message ul.search-help li { color:#000 !important; font-size:14px; }
.search-message strong { font-size:14px; }
.search-message a { font-size:14px; }
.search-message a:hover { color:#000 !important; text-decoration:none; }/* Content - custom/shoehoo/css/calendar.css*/

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}/* Content - css/toggle-hmenu.css*/
/*** Aan te passen ***/
h1.headingspecial {
	font-size: 18px;
	margin: 0px;
}

h2.headingspecial {
	font-size: 14px;
	margin: 20px 0px 0px 0px;
}

p.pspecial {
	margin-top: 0px;
}

#button {
	cursor: pointer;
}

div#toggleList {
	font-size: 12px;
	background: none;
	font-weight: normal;
}

div#toggleList li.linkslistitem a {
	text-decoration: none;
}

div#toggleList li.linkslistitem a:hover {
	text-decoration: underline;
}

/*** Standaard ***/

div#toggleList {
	width: 700px;
	display: block;
}

div#toggleList ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align:center;
}

div#toggleList ul li {
	width: 32%;
	float: left;
}

div#toggleList br.clear {
	border: none;
	height: 0px;
	clear: both;
}

ul#sitemaplist li.linkslistitem {
	list-style-type: none;
}

ul#sitemaplist li.linkslistitem a {
	text-decoration: none;
}

ul#sitemaplist li.linkslistitem a:hover {
	text-decoration: underline;
}

