/*************************************************
 copyright : (C) 2006 - ShopSoft                  
 Web: www.designbox.nl  Mail: info@designbox.nl   
 Rob Seegers / DesignBox / NL                     
 Change date : 14 - 02 - 2008                     
 ************************************************/
 
/* We gaan eerst alls resetten vooral voor FireFox e.d. */
@import "reset.css"; 

/*Body properties of all "tpl" files*/ 
body {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #C3C3C3;
  background-image: url(images/bg_page.jpg);
	background-position: top;
  background-repeat: repeat-x;
  background-attachment: scroll;
	margin: 0 auto;
	margin-bottom: 25px;
	text-align: center;
}

.vergroting {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #313131;
  background-image: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

.message {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  background-image: none;
	background-color: #313131;
	margin-top: 100px;
}

.factuurbody {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  background-image: none;
	background-color: #ffffff;
	margin-top: 50px;
  margin-left: 30px;
}


/*Standard table properties*/
td {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: transparent;
	text-align: left;
}

table {
	background-color: transparent;
}

.table_giftcoupon {
	background-color: transparent;
	width: 100%;
	border: #ffffff 1px solid;
	padding: 10px;
}

img {
	border: 0px solid;
}

a {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border: 0px solid;
}

a:hover {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

hr {
	color: #DBDBDB;
	height: 2px;
	width: 100%;
	border-style: dotted;
}

.hr_blue {
	color: #ffffff;
	height: 1px;
	width: 100%;
  border: solid;
}

b {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

/*Same as <b> tag above, BUT... the WYSIWYG editor uses <strong> tags instead of <b></b>*/
strong {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.boldgrey {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.newstitle {
	color: #b18d53;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.discount {
  color: #A9A9A9;
  font-family: Georgia, Times;
  font-size: 12px;
  font-weight: bold;
}

h1, h2, h3 {
	color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 19px;
	font-weight: normal;
}

.plain {
  color: #ffffff;
  text-decoration:none;
}

.plain:hover {
  text-decoration: underline;
}

.small {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 9px;
}

.small_hello {
	color: #ffffff;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10px;
}

.smallgrey {
  color: #ffffff;
  font-family: Tahoma, Verdana, Arial,Helvetica;
  font-size: 9px;
}

select, {
  font-family: Verdana, Tahoma, Arial,Helvetica;
  font-size:10px;
  height: 18px;
 }

/* Beginning: List with headitems and subitems on homepage etc.  */
#category_list {
width: 135px;
height: auto;
overflow: hidden; 
}

.category {
	color: #b18d53;
	font: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	text-decoration: none;
	padding-left: 0px;
	background-color: transparent;
  /*background-image: url('images/bullet.gif');
	background-repeat: no-repeat;*/
}

.category:hover {
  text-decoration: none;
}

.sub_category {
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  text-decoration:none;
  padding-left: 0px;
  /*background-image: url('images/bullet_small.gif');
	background-repeat: no-repeat;*/
}

.cur_category {   
  color: #DD7C13;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  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 {
	padding-right: 15px;
}

.thumbnail {
  border: 0px solid #999999;
}

/* Begin buttons on top of all pages */
.cat_list_bg {
	background-color: #1774FF;
  background-image: none;
}

.cat_list_bg a {
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	text-decoration: none;
}

.cat_list_bg a:hover {
	color: #DD7C13;
	text-decoration: none;
}
/* End buttons on top of all pages */

.featured {
	text-align: center;
  width: 470px;
	height: 270px;
	border: #ffffff 1px solid;
	/*background: url(images/bg_featured.gif);*/
}

.price {
	color: #ffffff;
	font-size: 23px;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica;
}

/* Begin properties of all the boxes left and right on the page*/
.boxtitle {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	/*background-image: url(images/bg_box_title.gif);*/
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
  
}

.boxtitle_small {
	background-color: #1774FF;
  font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
}

.boxtable {
/*	border: 1px solid;
	border-color: #3B69FB;
  padding: 3px;*/
	background-color: transparent;
	width: 170px;
}

.boxtable_inner {
	/*border-left: 3px solid;
  border-right: 3px solid;
  border-bottom: 3px solid;
	border-color: #008AFF;*/
	background-color: transparent;
	padding: 0px;
	width: 150px;
}

.boxtable_inner_category {
	/*border-left: 3px solid;
  border-right: 3px solid;
  border-bottom: 3px solid;
	border-color: #008AFF;
	background: #E6F0FA;*/
	background-color: transparent;
	padding: 0px;
	width: 150px;
	height: auto;
}

.boxtable_toolbox {
  border: 1px solid;
	border-color: #1A4B8E;
  padding: 0px;
	background-color: transparent;
	width: 150px;
}

.boxtable_new {
	/*border: 1px solid;
	border-color: #1A4B8E;
  border-style: dotted;*/
  padding: 0px;
	width: 100%;
}

.boxtext {
	color: #ffffff;
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: transparent;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
  /*background-image: url(images/bg_boxes.jpg);*/
}

.boxtext_informatie {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: transparent;
	text-align: left;
	padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
	padding-bottom: 0px;
  /*background-image: url(images/bg_boxes.jpg);*/
}

.boxtext_informatie a {
	color: #b18d53;
	font-weight: bold;
}

.boxtext_informatie a:hover {
	color: #999999;
}

.boxtext_browse {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: transparent;
	text-align: left;
	padding-left: 0px;
}

.fotoslide_inner {
	border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
	border-color: #ffffff;
	padding: 0px;
	width: 150px;
  height: 131px;
}

/* End properties of all the boxes left and right on the page*/

.tab_go {
	width: 20px;
	height: 17px;
	border: solid 0px;
	padding-bottom: 1px;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
	font-size: 12px;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  height: 18px;
	border: solid 1px;
	border-color: #ffffff;
  padding-left: 5px;
}

.input110 {
  font-size: 12px;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  height: 18px;
	width: 110px;
	border: solid 1px;
	border-color: #ffffff;
  padding-left: 5px;
}

.input150 {
	font-size: 12px;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  height: 18px;
	width: 150px;
	border: solid 1px;
	border-color: #ffffff;
  padding-left: 5px;
  padding-left: 5px;
}

.input250 {
	font-size: 12px;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  height: 18px;
	width: 250px;
	border: solid 1px;
	border-color: #ffffff;
  padding-left: 5px;
}

.area400 {
	font-size: 12px;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  height: 150px;
	width: 300px;
	border: solid 1px;
	border-color: #ffffff;
  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: #ffffff;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #6D6D6D;
  width: auto;
  background: #8F8F8F;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
  margin-top: 2px;
  margin-bottom: 2px;
  height: 21px;
	cursor: hand;
}

/*Input images lookalike html buttons pixelhack*/
.buttonimage {
  width: 105px;
  height: 19px;
	cursor: hand;
	border: none;
}

.backlite {
	background-color: transparent;
}

.backlite_over {
	color: #000000;
	font-weight: bold;
	cursor: hand;
}

.backlite_select {
	color: #000000;
	font-weight: bold;
}

.pagination {
  font-size: 10px;
  font-family: Tahoma, Arial, Helvetica;
  text-align: center;
}

.pagination2 {
  color: #000000;
  font-size: 10px;
  font-family: Tahoma, Arial, Helvetica;
  text-align: center;
}

.pagination a {
  color: #ffffff;
  text-decoration: none;
  float:left;
  width: 100%;
}

.pagination a:hover {
  color: #DD7C13;
}

#best a {
  color: #ffffff;
  font-size: 10px;
  text-decoration: none;
}

#best a:hover {
  color: #DD7C13;
}

/* alle classes die werken op de tabel van list.tpl */
.tbl_product_list {
	/*background-image: url(images/bg_list.gif);*/
	background-color: transparent;
	width: 655px;
	height: 190px;
	border: #ffffff 1px solid;
}

.td_product_left {
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 380px;
}

.td_product_middle {
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 210px;
}

.td_product_right {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	width: 100px;
}

.footer {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 874px;
}

#nav {
	float: left;
	width: 150px;
	border: #C3C3C3 1px solid;
	background-color: #313131;
	padding: 10px;
}

#midden {
	margin-top: 15px;
	margin-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	width: 876px;
	background-color: #313131;
}

#header {
	margin-top: 0px;
	margin-bottom: 15px;
	height: 359px;
	width: 922px;
	background-color: #313131;
  background-image: url('images/bg_header.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

#bovenin a {
	font-size: 13px;
}
