.inputstxt { border: 1px solid #bf0000; background-color: #ffffff; color: #000000; }
.tabhead { border-left: 1px solid #ffd486; border-top: 1px solid #ffd486; border-right: 1px solid #b46e00; border-bottom: 1px solid #b46e00; }
.mpchkbox { color: #ffffff; font-size: 9px; }
.zoekbold { color: #00000; font-size: 10px; font-weight: bold; }

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
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 on hover*/
visibility: visible;
top: -185px;
left: 60px; /*position where enlarged image should offset horizontally */

}

span.description
{
  font-weight: normal;
  text-align: left;
  color:#454556;
  width: 275px;
  padding: 5;
  border-top : 1px solid #FFFFFF;
  border-left : 1px solid #FFFFFF;
  border-bottom : 1px solid #4C4C70;
  border-right : 1px solid #4C4C70;
  background-color:#F9F9F9;
  background-repeat: repeat-x;
}
a.info
, a.info_left
{
  display: block; /* 'bug ???' in firefox 0.8, mozilla? (not in 1.7.2) -> als niet block dan crasht de tooltip op de background-image. :-D uren zoeken :-D */
  position:relative;
  z-index:24; 
  text-decoration:none;
  font-size: 10px; color: #000000; text-decoration: none;}

a.mod_info
{
  display: block;
  position:relative;
  z-index:24;
  text-decoration:none;
  color:#58587E;
}
a.info:hover, a.info_left:hover
{
  text-indent: 0; /* nodig voor IE-bug (cf : http://www.webmasterworld.com/forum83/1189.htm */
  z-index: 25;
  text-decoration: none;
  color: #002;
  background-color: #ddf; /*** eee ***/
}
a.mod_info:hover
{
  text-indent: 0; /* nodig voor IE-bug (cf : http://www.webmasterworld.com/forum83/1189.htm */
  z-index: 25;
  text-decoration: none;
  color: #002;
}

a.info span, a.mod_info span, a.info:visited span, a.mod_info:visited span
, a.info_left span, a.info_left:visited span
{
  display: none;
} 
a.info:hover span, a.mod_info:hover span
{
  display: block;
  height: auto;
  position: absolute;
  top:31px; left: 15px;
}
a.info_left:hover span
{
  display: block;
  height: auto;
  position: absolute;
  top:31px; left: -80px;
}

.toplink { font-size: 10px; color: #124490; text-decoration: none; }
.toplink a { font-size: 10px; color: #124490; text-decoration: underline; }
.toplink a:hover { font-size: 10px; color: #124490; text-decoration: none; }


.bordermenu  { 
	border-left: 1px solid #ff9c99;
	border-top: 1px solid #ff9c99;
	border-right: 1px solid #cc1a2b;
	border-bottom: 1px solid #cc1a2b;
	}
.mainmenu {font-size: 10px; font-weight: bold; color: #FFFFFF; }
.mainmenu a {font-size: 10px; font-weight: bold; color: #FFFFFF; text-decoration: none;}
.mainmenu a:hover { font-size: 10px; font-weight: bold; color: #FFFF33;}


  #navsubcategory a
   {
   display: block;
   color: #000000;
   background-color: #ffe74f;
   width: 178px;
   padding: 3px 3px 3px 6px;
   text-decoration: none;
   border-bottom: 1px solid #fff;
   font : 10px Verdana, Helvetica, sans-serif;
   }
   
   #navsubcategory a:hover
   {
   background-color: #ffff99;
   color: #cc0000;
   border-bottom: 1px solid #fff;
   }


/* GLOBAL classes - skin & pages */
td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
input { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
hr {border: 1px solid #cccccc;}

/* Alert fonts*/
.redfont {color: FF0000;}
.greenfont {color: #006600;}
.bluefont {color: #0000CC;}
.alertfont {color: #FF0000;}

/* Feedback fonts*/
.positive {color: #009933;}
.neutral {color: #666666;}
.negative {color: #FF0000;}

/* SYSTEM classes - skin & pages */

/* payment gateways table */
.paymenttable {border: 1px solid #666666; background-color: #FFFFFF;}
.paytable1 {background-color: #FFFFFF;}
.paytable2 {background-color: #F8F8F8;}
.paytable3 {background-color: #f0f0f0;}
.payactive {color: blue;}


.sell {font-size: 10px; font-weight: bold; color: #FFFFFF; }
.sell a {font-size: 10px; font-weight: bold; color: #FFFFFF; }
.sell a:hover { font-size: 10px; font-weight: bold; color: #FFFF00; text-decoration: none; }


.item { font-size: 10px; color: #484848; text-decoration: none;}
.item a { font-size: 10px;  font-weight: bold; color: #484848;  text-decoration: none; }
.item a:hover { font-size: 10px; color: #000000; text-decoration: none; }

.bolditem { font-size: 10px; font-weight: bold; color: #000000; text-decoration: none;}
.bolditem a { font-size: 10px; font-weight: bold; color: #000000; text-decoration: underline; }
.bolditem a:hover { font-size: 10px; font-weight: bold; color: #FF0000; text-decoration: none; }

.hlitem { font-size: 10px; color: #000000; text-decoration: none; }
.hlitem a { font-size: 10px; text-decoration: underline; color: #000000; background: #00CCFF; }
.hlitem a:hover { font-size: 10px; color: #FFFFFF; text-decoration: none; background: #00CCFF;}

.hlbolditem {background-color: #FFE114; font-size: 10px; font-weight: bold; color: #000000; text-decoration: none; }
.hlbolditem a {background-color: #FFE114; font-size: 10px; font-weight: bold; text-decoration: underline; color: #000000; }
.hlbolditemad {background-color: #FFE114; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none; }

.hlbolditem a:hover { font-size: 10px; font-weight: bold; color: #000000; text-decoration: none; background: #FFE114;}

.smallfont { font-size: 10px; color: #484848; text-decoration: none;}
.smallfont a { font-size: 10px;  font-weight: bold; color: #484848;  text-decoration: none; }
.smallfont a:hover { font-size: 10px; color: #000000; text-decoration: none; }

.smallfonthl { font-size: 10px; color: #000000; text-decoration: none;}
.smallfonthl a { font-size: 10px; color: #000000; text-decoration: underline; background: #FFE114;}
.smallfonthl a:hover { font-size: 10px; color: #006699; text-decoration: none; background: #FFE114;}

.smallfonthp { font-size: 9px; color: #000000; text-decoration: none;}
.smallfontmarkt { font-size: 9px; color: #ffffff; text-decoration: none;}

.contentfont { font-size: 11px; color: #000000; text-decoration: none; }
.contentfont a { font-size: 11px; color: #003366; text-decoration: underline; }
.contentfont a:hover { font-size: 11px; color: #006699; text-decoration: underline; }

.submenu {font-size: 10px; font-weight: bold; color: #FFFFFF; text-decoration: none;}
.submenu a {font-size: 10px; font-weight: bold; color: #FFFFFF; text-decoration: underline;}
.submenu a:hover { font-size: 10px; font-weight: bold; color: #FFFF00; text-decoration: none; }

.membmenucell {background-color: #FFFFFF;}
.membmenu {background-color: #e9e9eb;}

/* SYSTEM classes - auctiondetails.php */
.topitempage { background-color: #FFFFE1; border: 1px dashed #CFCFCF; margin-bottom: 5px; padding: 6px; line-height: 18px; }
.topitempage a { font-size: 11px; color: #000000; text-decoration: underline; }
.topitempage a:hover { font-size: 11px; color: #FF0000; text-decoration: underline; }
.topitempageh { background-color: #FFFFE1; border: margin-bottom: 5px; padding: 6px; line-height: 18px; }
.itemid { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; font-weight: bold;}
.itemidend { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; font-weight: bold;}
.subitem { background-color: #f6f6f6; border: 1px solid #cccccc;}
.counter {background-color: #FF9900; color: #FFFFFF; font-weight: bold; font-size: 12px;}
.picselect { background-color: #F0F0F0; font-weight: bold;}
.picselectmain { background-color: #F8F8F8;}
.leftborder {border-left: 1px solid #cccccc;} 
.counterview {background-color: #ffd674; color: #FFFFFF; font-weight: font-size: 8px;}

.gradient {border: 1px solid #cccccc; background-color: #FFFFE1; } /* featured items images bg */

/* SYSTEM classes - border for Steps in sell item pages */
.sellsteptab { border-left: 1px solid #cccccc; border-bottom: 1px solid #cccccc; border-right: 1px solid #cccccc;}

/* SYSTEM classes - font in Members area  */
.boldgrey { font-size: 10px; color: #666666; font-weight: bold; text-decoration: none;}
.boldgrey a { font-size: 10px; color: #666666; font-weight: bold; text-decoration: underline;}
.boldgrey a:hover { font-size: 10px; color: #666666; font-weight: bold; text-decoration: none;}

.membutt {font-size: 9px; font-weight: bold; color: #003399; text-decoration: none;}


/* SYSTEM classes - links color in categories headers */
.cathead { font-size: 10px; font-weight: normal; color: #FFFFFF; text-decoration: none; }
.cathead a { font-size: 10px; color: #FFFFFF; text-decoration: underline; }
.cathead a:hover { font-size: 10px; color: #FFEE00; text-decoration: none; }

/* SYSTEM classes - error & alert message */
.errormessage { background-color: #FFFFE1; border: 1px dashed #CFCFCF; margin-top: 8px; margin-bottom: 16px; padding: 6px; line-height: 18px; }

/* V5 & system classes &  - main colors */
.c1 {background-color: #f58a00; color: #FFFFFF; font-weight: bold;} /* blue */
.c1 a {color: #FFFFFF; font-weight: bold;}
.c1 a:hover {color: #FFFFFF; font-weight: bold;}
.c2 {background-color: #FEFBD6;} /* lightgray light */
.c3 {background-color: #FCEC94;} /* lightgray middle*/
..c3b {background-color: #f58a00;} /* lightgray middle*/
.c4 {background-color: #ffd674;} /* lightgray dark */border: 
.c5 {background-color: #666666;} 
.c6 {background-color: #EEF2F9; color: #003399;}
.c7 {background-color: #f58a00; color: #ffffff;} /* bluegray admin area */
.c1hp {background-color: #f58a00; color: #FFFFFF; font-size: 9px; font-weight: bold; text-align: center;} /* blue */
.c1catg {background-color: #f58a00; color: #FFFFFF; font-weight: bold;} /* blue */
.c4mm {background-color: #f58a00;} /* lightgray dark */border: 
.c2x {background-color: #FFFFFF} /* lightgray light */

/* SYSTEM classes - register.php */
.creg2 {background-color: #F8F8F8;} /* lightgray light */
.creg3 {background-color: #F0F0F0;} /* lightgray middle*/
.creg4 {background-color: #ffffff;} /* inside bg for tables */
.creg5 {background-color: #cccccc;} /* block tables */
.regborder {background-color: #ffffff; border: 1px solid #cccccc;}
.regsignup {background-color: #FF9900; color: #FFFFFF; font-weight: bold; font-size: 12px;}
.reguser { font-size: 9px; background-color: #FFFFFF; color: #666666;} /* small text for comments*/
.pintext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #666666; }

.border {border: 1px solid #cccccc;}

/* V5 classes - featured items colors in main page */

.feat1 { font-size: 10px; background-color: #FF6600; color: white; font-weight: bold; }
.feat2 { font-size: 10px; background-color: #0F3F79; color: white; font-weight: bold;}
.feat3 { font-size: 10px; background-color: #FFCC00; color: black; font-weight: bold;}
.feat3 a { font-size: 10px; background-color: #FFCC00; color: black; font-weight: bold;}
.feat3 a:hover { font-size: 10px; background-color: #FFCC00; color: black; font-weight: bold;}

/* V5 classes - featured items colors in main page */
a.hidelayer:link {font-size: 11px; color: #ffffff; font-weight: bold; text-decoration: none;}
a.hidelayer:visited {font-size: 11px; color: #ffffff; font-weight: bold; text-decoration: none;}

/* V5 classes - main nav menu colors */

.user { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #000000; }

/* V5 classes - other */
.search {font-size: 10px; font-weight: bold; color: #870003; text-decoration: none;}
.search a {font-size: 10px; font-weight: bold; color: #870003; text-decoration: none;}
.search a:hover { font-size: 10px; font-weight: bold; color: #870003; text-decoration: underline; }

.searchl {font-size: 10px; color: #870003; text-decoration: none;}


.welcome { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #003399; }

.categories { font-family: Arial, Helvetica, sans-serif; color: #004685; font-size: 11px; text-decoration: none;}
.categories a { font-family: Arial, Helvetica, sans-serif; color: #004685; font-size: 11px; text-decoration: none;}
.categories a:hover { font-family: Arial, Helvetica, sans-serif; color: #004685; font-size: 11px; text-decoration: underline;}

.maintext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
.title { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }

/* V5 classes - footer.php */
.footerfont { font-size: 10px; color: #000000; text-decoration: none; }
.footerfont a { font-size: 10px; color: #000000; text-decoration: underline; }
.footerfont a:hover { font-size: 10px; color: #000000; text-decoration: none; }

.footerfont1 { font-size: 10px; color: #FFFFFF; text-decoration: none; }
.footerfont1 a { font-size: 10px; color: #FFFFFF; text-decoration: underline; }
.footerfont1 a:hover { font-size: 10px; color: #FF9900; text-decoration: none; }

