ul.offers
{
	display: block;
	position: relative;
	float: left;
	width: 611px;	
	margin: 0px;
	padding: 0px;	
	/*overflow: hidden;*/
	border: 1px solid #515151;
	border-bottom: 0px;
	text-align: left;
	color: #227700;
}

ul.offers li
{
	display: block;
	float: left;
	clear: left;
	list-style-type: none;
	height: 18px;
	line-height: 18px;
	width: 611px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #515151;
	overflow: hidden;
}

ul.offers li form
{
	clear: both;	
	display: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 0px;
	height: 0px; 
}

ul.offers li ul
{
	display: block;
	position: relative;
	float: left;
	width: 611px;	
	margin: 0px;
	padding: 0px;
	height: 18px;
	overflow: hidden;
}

ul.offers li ul.unavailable
{
	display: block;
	position: relative;
	float: left;
	width: 611px;	
	margin: 0px;
	padding: 0px;
	height: 18px;
	overflow: hidden;
	text-decoration: line-through;
}

ul.offers li ul.header
{
	background-color: #227700;
	color: #ff5500;
}

ul.offers li ul li
{
	display: block;
	float: left;
	clear: none;
	list-style-type: none;
	height: 18px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border-right: 1px solid #515151;
	text-indent: 5px;
}

ul.offers li ul li.latinName
{	
	width: 300px;
}

ul.offers li ul li.latinName a
{
	display: block;
	width: 100%;
	height: 100%;
	color: #227700;
	background-color: #cccccc;
}

ul.offers li ul li.latinName a:hover
{
	
	color: #cccccc;
	background-color: #227700;
}

ul.offers li ul li.sex
{
	width: 40px;
	text-align: center;
	text-indent: 0px;
}

ul.offers li ul li.molts
{
	width: 45px;
}

ul.offers li ul li.size
{
	width: 60px;
}

ul.offers li ul li.maturityAndDate
{
	width: 85px;
}

ul.offers li ul li.price
{
	width: 75px;
	border-right: 0px;
}

ul.offers li ul.header li a
{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #227700;
	color: #ff5500;
}

ul.offers li ul.header li a:hover
{
	color: #227700;
	background-color: #ff5500;
}
