﻿.product-listex
{
	width:100%; list-style:none;
	margin-left:-25px; margin-bottom:30px;
}
li.productex
{
	width:240px; float:left; padding-bottom:29px;
	height:250px; margin-left:50px; margin-bottom:45px; 
	background:url('img/shadow.png') no-repeat;
	background-position:center bottom; cursor:pointer;
}
li.productex > div
{
	border: 1px solid #DBDBDB;
	height: 255px;
	position: relative;
}
li.productex > div > div 
{
	padding:10px 15px;
	position:relative;
}
li.productex .caption
{
	position: absolute;
	bottom: 0;
	padding: 5px 0px 5px 0px;
	background-color: #E5E5E5;
	display: block;
	width: 100%;
}
.caption > .name 
{
	text-transform:uppercase; color:Gray;
	font-weight:bold; padding-left:9px; margin-bottom:8px;
}
.caption > .longdesc
{
	padding-left: 9px;
	color: #006600;
	margin-top: 3px;
	display: block;
}

li.productex:hover > div {background-color: #CCFFCC;
}
.shortdesc  
{
	color:Gray; display:block; padding:4px; font-weight:bold;
}