ul#category_products{
	width:640px;
	height:auto;
	margin-left:-3px;
	padding:0 !important;
}

ul#category_products li{
	width:135px;
	height:235px;
	margin-left:4px;
	float:left;
	background:url('./images/category_product_bg.jpg') no-repeat;
	padding:10px;
	position:relative;
	list-style-type:none;
}
ul#category_products li div.frame{
	width:135px;
	height:235px;
}
ul#category_products li p.art_nr{
	position:absolute;
	bottom:10px;
	right:15px;
	font-size:10px;
}



ul#category_products li h3{
	font-size:12px;
	text-transform:none;
	font-weight:bold;
	margin:0;
	padding:0;
}
ul#category_products li a h3{
	text-decoration:none;
	color:#EA223D;
}
ul#category_products li p{
	margin:0;
	padding:0;
}
ul#category_products li table{
	border:none;
}
ul#category_products li div.product_image{
	width:125px;
	height:150px;
	position:absolute;
	bottom:10px;
}
ul#category_products li div.product_image a{
	outline:none;
}


ul#category_products li div.product_image img{
	display:block; /*allows the element to take auto margins*/
	margin:auto auto; /*centers in compliant browsers*/
	text-align:center; /*centers in old versions of IE*/ 
  vertical-align:middle;
}
ul#category_products li.special h3 {
	color:#EA223D;
	font-size:20px;
}
ul#category_products li.special p {
	color:#EA223D;
	font-size:12px;
	position:absolute;
	display:block;
	bottom:10px;
	width:135px;
}