/*************************************************
 copyright : (C) 2006 - ShopSoft                  
 Web: www.designbox.nl  Mail: info@designbox.nl   
 Rob Seegers / DesignBox / NL                     
 Change date : 19 - 02 - 2008                     
 ************************************************/
 
 /* We gaan eerst alls resetten vooral voor FireFox e.d. */
/*@import "reset.css";*/

/*Body properties of all "tpl" files*/ 
body {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background: #ffffff url('images/bg_header.jpg') top left repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
}

.message {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  background-image: none;
	background-color: #ffffff;
	margin-top: 100px;
}

.factuurbody {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  background-image: none;
	background-color: #ffffff;
	margin-top: 50px;
  margin-left: 30px;
}


/*Standard table properties*/
td {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: transparent;
	text-align: left;
}

.table_giftcoupon {
	background-color: transparent;
	width: 100%;
	border: #8B8B8B 1px solid;
	padding: 5px;
}

img {
	border: 0px solid;
}

#nav_boven a {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	border: 0px solid;
}

#nav_boven a:hover {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	border: 0px solid;
}

a {
	color: #EB008B;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border: 0px solid;
}

a:hover {
	color: #0177FF;
	font-weight: bold;
	text-decoration: none;
}

hr {
	color: #D6D6D6;
	height: 2px;
	width: 100%;
	border-style: dotted;
}

b {
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

/*Same as <b> tag above, BUT... the WYSIWYG editor uses <strong> tags instead of <b></b>*/
strong {
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.boldgrey {
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.discount {
  color: #A9A9A9;
  font-family: Georgia, Times;
  font-size: 12px;
  font-weight: bold;
}

h1, h2, h3 {
	color: #EB008B;
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica;
	font-size: 19px;
	font-weight: bold;
	margin-top:  0px;
	margin-bottom:  10px;
}

.plain {
  color: #000000;
  text-decoration:none;
}

.plain:hover {
  text-decoration: underline;
}

.small {
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 9px;
}

.smallgrey {
  color: #888888;
  font-family: Tahoma, Verdana, Arial,Helvetica;
  font-size: 10px;
	font-weight: normal;
}

select, {
  font-family: Verdana, Tahoma, Arial,Helvetica;
  font-size:10px;
  height: 18px;
 }

/* Beginning: List with headitems and subitems on homepage etc.  */
.category {
	color: #666666;
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	background-color: transparent;
	background-image: url('images/bullet_grey_over.gif');
	background-repeat: no-repeat;	
}

.category:hover {
	color: #EB008B;
	background-image: url('images/bullet_grey.gif');
}

.sub_category {
  color: #000000;
  font-size: 10px;
  font-weight: bold;
  font-family: Verdana,Arial,Helvetica;
  text-decoration:none;
  padding-left: 5px;
  background-image: url('images/bullet_small.gif');
  background-repeat: no-repeat;
}

.cur_category {   
  color: #1A57AA;
  font-size: 10px;
  font-weight: bold;
  font-family: Verdana,Arial,Helvetica;
  text-decoration:none;
  padding-left: 5px;
  background-image: url('images/bullet.gif');
	background-repeat: no-repeat;
}
/* End: List with headitems and subitems on homepage etc.  */

.thumb_gallery {
  border-bottom: solid 3px white;
}

.thumb_gallery:hover {
  border-bottom: solid 3px red;
}

/* Begin buttons on top of all pages */
.cat_list_bg {
	background-color: #000000;
  background-image: none;
}

.cat_list_bg a {
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-weight: bold;
	text-decoration: none;
}

.cat_list_bg a:hover {
	color: #A3FFFF;
	text-decoration: none;
}
/* End buttons on top of all pages */

/* Begin properties of all the boxes left and right on the page*/
.boxtitle {
	background-color: #1A57AA;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	border-bottom: 1px solid;
	border-color: #666666;
}

.boxtitle_small {
	background-color: #1A57AA;
  font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.boxtable {
	border: 1px solid;
	border-color: #666666;
	background-color: transparent;
	padding: 3px;
	width: 100%;
}

.boxtext {
	color: #666666;
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-color: transparent;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.boxtext_browse {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-color: transparent;
	text-align: left;
	padding-left: 7px;
}

.td_boxtable {
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	width: 100%;
	border: #DEDEDE 1px solid;
	padding: 10px;
	margin-bottom: 10px; 
	}

/* End properties of all the boxes left and right on the page*/

.tab_go {
	color: #ffffff;
	font-weight: bold;
	width: 21px;
	height: 18px;
	border: #666666 solid 0px;
	padding-right: 4px;
	margin-bottom: 0px;
	background-color: #EB008B;
	cursor: pointer;
}

form {
	padding: 0px;
	margin: 0px;
}

input {
	font-size: 11px;
  font-family: Tahoma, Verdana, Arial, Helvetica;
  height: 18px;
	border: solid 1px;
	border-color: #666666;
  padding-left: 5px;
}

.input110 {
  font-size: 11px;
  font-family: Tahoma, Verdana, Arial, Helvetica;
  height: 18px;
	width: 110px;
	border: solid 1px;
	border-color: #666666;
  padding-left: 5px;
}

.input110_white {
	border-color: #999999;
}

.input150 {
	font-size: 11px;
  font-family: Tahoma, Verdana, Arial, Helvetica;
  height: 18px;
	width: 150px;
	border: solid 1px;
	border-color: #666666;
  padding-left: 5px;
  padding-left: 5px;
}

.input200 {
	font-size: 11px;
  font-family: Tahoma, Verdana, Arial, Helvetica;
  height: 18px;
	width: 200px;
	border: solid 1px;
	border-color: #666666;
  padding-left: 5px;
  padding-left: 5px;
}

.input250 {
	font-size: 11px;
  font-family: Tahoma, Verdana, Arial, Helvetica;
  height: 18px;
	width: 200px;
	border: solid 1px;
	border-color: #666666;
  padding-left: 5px;
}

.area400 {
	font-size: 11px;
  font-family: Tahoma, Verdana, Arial, Helvetica;
  height: 150px;
	width: 200px;
	border: solid 1px;
	border-color: #666666;
  padding-left: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.area200 {
	font-size: 11px;
  font-family: Tahoma, Verdana, Arial, Helvetica;
  height: 100px;
	width: 200px;
	border: solid 1px;
	border-color: #666666;
  padding-left: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.noborder {
	border: solid 0px;
}

.no {
	width: 16px;
  height: 16px;
  border: solid 0px;
}

.button {
  color: #666666;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 9px;
  font-weight: bold;
  width: 110px;
	border: solid 0px;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
  height: 19px;
	cursor: pointer;
	background-image: url('images/button_new.gif');
	background-repeat: no-repeat;		
}

/*Input images lookalike html buttons pixelhack*/
.buttonimage {
  width: 105px;
  height: 19px;
	cursor: pointer;
	border: none;
}

#button {
  color: #666666;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 9px;
  font-weight: bold;
  width: 110px;
  height: 19px;
  background: #1A57AA;
	border: solid 0px;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
  margin-top: 3px;
  margin-bottom: 3px;
	cursor: pointer;
	background-image: url('images/button_new.gif');
	background-repeat: no-repeat;		
}

.backlite {
	background-color: white;
}

.backlite_over {
	color: #000000;
	font-weight: bold;
	background-color: transparent;
	cursor: pointer;
}

.backlite_select {
	color: #000000;
	font-weight: bold;
	background-color: transparent;
}

.pagination {
  font-size: 10px;
  font-family: Tahoma, Arial, Helvetica;
  text-align: center;
}

.pagination2 {
  color: #ffffff;
  font-size: 10px;
  font-family: Tahoma, Arial, Helvetica;
  width: 15px;
  text-align: center;
}

.pagination a {
  color: #EB008B;
  text-decoration: none;
  float:left;
  width: 100%;
}

.pagination a:hover {
  color: #D1B699;
}

#best a {
  color: #7ABFE0;
  font-size: 10px;
  text-decoration: none;
}

#best a:hover {
  color: #999999;
}

/* td's van outline.tpl */
.td_navigatie {
	padding: 0px;
	margin: 0px;
}

.td_pand_left {
	height: 80px;
	padding-left: 0px;
	border-right: #ffffff solid 1px;
	background-image: url('images/bg_pand.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

.td_pand {
	height: 80px;
	padding-left: 20px;
	border-right: #ffffff solid 1px;
	background-image: url('images/bg_stripes.gif');
	background-repeat: repeat;
	padding-top: 2px;
}

.td_grijs {
	height: 30px;
	padding-left: 20px;
	padding-top: 7px;
	border-bottom: #ffffff solid 2px;
}

.td_groen_links {
	height: 145px;
	padding-left: 20px;
	padding-top: 15px;
	border-top: #ffffff solid 1px;
	border-right: #ffffff solid 1px;
	background: #000180;
	/*background-image: url('images/people_left.jpg');
	background-repeat: repeat-x;	*/
}

.td_groen_payoff {
	height: 145px;
	padding-left: 20px;
	padding-top: 15px;
	border-top: #ffffff solid 1px;
	border-right: #ffffff solid 1px;
	background-image: url('images/people_middle.jpg');
	background-repeat: repeat-x;	
}

.td_groen {
	height: 145px;
	padding-left: 20px;
	padding-top: 20px;
	border-top: #ffffff solid 1px;
	border-right: #ffffff solid 1px;
	background: #0096C4;
	/*background-image: url('images/people_right.jpg');
	background-repeat: repeat-x;	*/
}

.td_content {
	height: 100%;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	border-right: #D6D6D6 solid 1px;
}

.td_content_midden {
	height: 100%;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	border-right: #D6D6D6 solid 1px;
}

.td_content_midden a {
	color: #EB008B;
}

.td_content_midden a:hover {
	color: #0177FF;
}

.footer {
	height: 28px;
	background-color: #ffffff;
	text-align: center;
}

.hr_footer {
	color: #D6D6D6;
	height: 1px;
	width: 100%;
	border-style: solid;	
}

.white {
	color: #ffffff;
	font-weight: normal;
}

.white_bold {
	color: #ffffff;
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 13px;
	font-weight: bold;
	
}

.white_bold_2 {
	color: #EB008B;
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 15px;
	font-weight: bold;
}

.stripes {
	color: #777777;
	font-size: 13px;
	font-weight: bold;
}

/* alle classes die werken op de tabel van list.tpl */
.tbl_product_list {
	border: #D6D6D6 1px solid;
	width: 100%;
}

.td_product_left {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 380px;
}

.td_product_middle {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: auto;
}

.td_product_right {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: auto;
}

.flag {
	margin-left: 8px;
}

.logo_mcs {
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 0px;
}

.newsitems_home {
	background-image: url(images/bg_nieuws.gif);
	background-repeat: no-repeat;
	height: 26px;
	padding-left: 10px;
	margin-bottom: 0px;
}

.newsitems_color {
	color: #666666;
	font-size: 10px;
}

.pageitems_color {
	color: #666666;
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	background-color: transparent;
	background-image: url('images/bullet_grey_over.gif');
	background-repeat: no-repeat;	
}

.pageitems_color:hover {
	color: #EB008B;
	background-image: url('images/bullet_grey.gif');
}

.category_image {
	font-size: 11px;
	background-image: url(images/bg_category.gif);
	width: 370px;
	height: 26px;
	padding-left: 15px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
}

.category_image a {
	font-size: 11px;
}

.banners {
	margin-bottom: 10px;
}

.td_bk_stuur {
	padding-top: 263px;
}

.vergroting {
	background: none;
}
