/* Start of CMSMS style sheet 'peerdemanorchideeen_overzicht' */
/*******************************************************************************
 * CSS stylesheet voor Peerdeman Orchideeen        r                                                                      *
 *******************************************************************************/

 /*ALGEMENE INSTELLINGEN*/


img { 
	border: 0px;
	text-decoration: none;
 }
 


 /*ALLEEN VOOR PAGINA PRODUCTOVERZICHT*/

.productoverzicht{
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	font-variant: normal;
	text-align: left; 
} 

table.productoverzicht {
   border-collapse: collapse;
}

table.productoverzicht td {
   text-decoration: none;
}

table.productoverzicht td a{
	color: white;
   text-decoration: none;
}

table.productoverzicht td a:link, table.productoverzicht td a:visited {
	color: white;
   text-decoration: none;
}

table.productoverzicht td a:hover, table.productoverzicht td a:active {
	color: white;
   text-decoration: none;
}

 /*VOOR DE GRIJS RAND BIJ MOUSEOVER*/
.borderOn{
	 border: solid 2px #dffa6c; 
 } 

.borderOff { border:solid 2px black;
} 

.productoverzicht .product {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align:center;
} 

.productoverzicht .omschrijving {
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	font-size: 13px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		text-align:center;
} 
  
table.productdetail {
   border-collapse: collapse;
}

table.productdetail td {
   	text-decoration: none;
   	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size			:11px; 
	color: #56AA1A;
   	font-weight: bold;
}

table.productdetail td a{
	color: white;
  	 text-decoration: none;
}

table.productdetail td a:link, table.productdetail td a:visited {
	color: white;
   	text-decoration: none;
}

table.productdetail td a:hover, table.productdetail td a:active {
	color: white;
  	text-decoration: none;
}

table.productdetail .rand img
{
	border-top		:solid 3px #18481e;
	border-right		:solid 3px #18481e;
	border-bottom		:solid 3px #18481e;
	border-left		:solid 3px #18481e;
} 


/* End of 'peerdemanorchideeen_overzicht' */

