text-decoration: none;
	text-decoration: nonell;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	text-decoration: none;
}

.menuPoint {
	color: #ffffff;
}

.headerWebshop {
	color: #f2f5f9;
	border-color: #97a659;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	font-size: 9pt;
	text-decoration: none;
}

/********************************/ 
/*                              */
/*       List                   */
/*                              */
/********************************/
.list {
	background: /*#a4cfef;*/ #f2f5f9; 
	color : #000000;
	border-color: #a4cfef;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
}

.list a {
	color: #0080a0;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	font-size: 12pt;
	text-decoration: none;
}

.list a:hover {
	color: #ce570f;
}

h3 {
	color: #000000;
}

/********************************/ 
/*                              */
/*    Product list item         */
/*                              */
/********************************/

.product_list_item {
	width: 200px; /* real widt is width + padding */
	min-height: 250px;
	background: #ffffff; /*#f2f5f9;*/
	/*position: relative;
	padding-left: 100px;/* this should be equal to product image width ! */  
}

.product_list_item .product_name {
	font-size: 
}


.product_list_item .product_image {
	width: 100px;
	height: 100px;
	border: 1px solid yellow;
		
}


.product_list_item .description {
	
}

.product_list_item .price {
	
}

.product_list_item .buy_button {
	
}

.product_list_item .view_button {
	
}

/********************************/ /*                              */
	/*         Promo            */ /*                              */
	/********************************/
.promo {
	background: #f3f6f9;
	border-color: #a4cfef;
}

.promo p {
	color: #d92638;
}

.promo a {
	color: #000040;
}

.promo a:hover {
	color: #ce570f;
}

.list_footer {
	color: #ffffff;
	border-color: #834302;
}