/* 	Marganza 
		Zwet 32
		9932 AB  Delfzijl
		T. +31 596 - 635 460
		F. +31 596 - 635 469
		E. info@marganza.nl
		I. www.marganza.nl
		The Netherlands */

body {
	margin: 0px;
	text-align: left;
	background-color: #FF00FF;
}

#ccontent {
	margin: 0px auto 0px auto;
	width: 700px;
	height: 300px;
	background-color: #FFFFFF;
}

.product {
	position: relative;
	top: 0px;
	left: 0px;
	width: 178px;
	height: 148px;
	float: left;
	border: 1px solid #d8d8d9;
	cursor: pointer;
}

.productKopBg {
	position: relative;
	top: 2px;
	left: 2px;
	width: 174px;
	height: 25px;
	float: left;
	background-color: #ad1783;
}

.productTitle {
	position: relative;
	top: 2px;
	left: 5px;
	width: 170px;
	height: 23px;
  font-family: Verdana, Arial;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  text-align: left;
  line-height: 20px;
  float: left;
  overflow: hidden;
}

.image {
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	top: 5px;
	left: 22px;
	width: 135px;
	height: 90px;
	float: left;
	background-color: #FF00FF;
}

.imageEnlarge {
	position: relative;
	background-image: url("../images/vergroot.gif");
	background-repeat: no-repeat;
	top: 80px;
	left: 23px;
	width: 17px;
	height: 14px;
	float: left;
}

.imageText {
	position: relative;
	left:2px;
	top: 10px;
	width: 80px;
	height: 20px;
	font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #636466;
  text-decoration: none;
  text-align: left;
  line-height: 20px;
	float: left;
	border-top: 1px solid #d8d8d9;
}

.imagePrice {
	position: relative;
	right:2px;
	top: 10px;
	width: 94px;
	height: 20px;
	font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #636466;
  text-decoration: none;
  text-align: right;
  line-height: 20px;
	float: right;
	border-top: 1px solid #d8d8d9;
}


