body
{
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #5a5c5d;
  margin: 0px;
	background-image: url(../images/top.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	text-decoration: none;
}

#divContainer
{
	position: relative;
	margin: auto;
	text-align: left;
	width: 1000px;
}


img
{
  border: 0;
}


/************************** BASIS LETTERTYPES **********************/

.basis
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.basisgroot
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
.basisklein
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.basiswit {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.basisgrijs {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
	text-decoration: none;
}

.div_category
{
  display: block;
  float: left;
  margin: 0px 0px 10px 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

.div_category img
{
  margin: 0px 0px 2px 0px;
}

.div_path
{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.div_path a
{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}









/************************* PRODUCT LIST BLOKKEN ************************/

.p_list_blok
{
  border: #aaaaaa;
  position: relative;
  border-style: solid;
  border-width: 1px;
  width: 184px;
  height: 294px;
  float: left;
  display: inline;
  padding: 3px;
  margin: 0 10px 10px 0px;
  line-height: normal;
}

.p_list_blok_feat
{
  border: #aaaaaa;
  position: relative;
  border-style: solid;
  border-width: 1px;
  width: 184px;
  height: 294px;
  float: left;
  display: inline;
  padding: 3px;
  margin: 20px 0px 0px 20px;
  line-height: normal;
}


.p_titel
{
  font-family: Arial;
  font-size: 11px;
  color: #333;
  cursor: pointer;
  height: 58px;
  padding-top: 4px;
  line-height: 14px;
}
.p_titel a:hover
{
  text-decoration:none;
}

.p_list_soldout
{
  margin-top: 145px;
  font-weight: bold;
  font-size: 12px;
  z-index: 1;
  background-image: url(../images/uitverkochtvlak.png);
  text-transform: uppercase;
  width: 184px;
  color: #333;
  padding-top: 5px;
  font-family: Arial;
  position: absolute;
  height: 20px;
  text-decoration: none;
  text-align: center;
}
.p_list_description_price, .p_list_price
{
  background-color: #afa49b;
  margin: 0px;
  padding: 4px;
  width: 167px;
  /*height: 14px;*/
  float: none;
}

.p_list_grey
{
  position:absolute;
  background-color: #afa49b;
  padding: 3px 4px 0px 3px;
  width: 177px;
  height: 17px;
  display:block;
  top:277px;
  left:3px;
  cursor:pointer;
  text-align:right;
  color: #fff;
  font-weight: bold;
}

.p_list_meer
{
  float: left;
  display: inline;
  padding: 0px;
  margin: 0px;
  font-size: 11px;
  text-decoration: none;
  color: #FFFFFF;
}
.p_list_meer a
{
  font-size: 11px;
  text-decoration: none;
  color: #FFFFFF;
}


.p_favoriet_blok
{
  border: #aaaaaa;
  position: relative;
  border-style: solid;
  border-width: 1px;
  width: 184px;
  height: 315px;
  float: left;
  display: inline;
  padding: 3px;
  margin: 0 10px 10px 0px;
  line-height: normal;
}

.p_favoriet_remove
{
  position:absolute;
  padding: 3px 4px 0px 3px;
  width: 177px;
  text-align: center;
  top:300px;
  left:3px;
  cursor:pointer;
  color:#444;
  background-image: url(../gfx/list-remove.png);
  background-repeat:no-repeat;
  background-position: 4px 2px;
}









/************************* MENU ************************/

.menu_1
{
	display: inline;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #ffffff;
	
}
.menu_1_selected
{
	display: inline;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
  font-size : 11px;
	color: #ffffff;
}
.menu_2
{
	display: inline;
	float: left;
}
.menu_2_selected
{
	display: inline;
	float: left;
}


/************************* PAGE NUMBERS ************************/

.pagenr {
	font-size: 12px;
	font-weight: bold;
	color: black;
}
.pagenr_selected {
	font-size: 12px;
	font-weight: bold;
	color: red;
}



/************************* PROMOTIE DINGEN ************************/

#divPromo
{
	position: absolute;
	top: 285px;
	left: 724px;
	width: 1px;
	height: 1px;
}



/************** SHOW MESSAGE **************/
.showMessage_Green
{
	font-family: Arial, Helvetica, clean, sans-serif;
	font-size: large;
	font-weight: bold;
	background-color: #ddd;
	border: solid 1px green;
	color: black;
}




