
/* Product list
--------------------------------- */

div.spotlight{
	text-align: center;
	margin: 20px;
	margin-top: 0px;
	display: block;
}

ul.spotlight{
	margin: 0px;
	padding: 0px;
	list-style-type:none;    
	list-style-image:none;    	
}

ul.spotlight li{
	position: relative;
	float: left;
	padding: 0px;
	margin: 4px;
	text-indent: 0px;
	width: 260px;
	height: 180px !important;
	height: 170px;
	overflow: hidden;
}

ul.spotlight li .header{
	display: block;
	height: 36px;
	background: #FFF url("../gfx/spotlight_header.gif") repeat-y 0 0;
}

ul.spotlight li .photo{
	float: left;
	width: 90px;
	height: 110px;
	overflow: hidden;
}

ul.spotlight li b.title,
ul.spotlight li a b.title,
ul.spotlight li a:link b.title,
ul.spotlight li a:visited b.title,
ul.spotlight li a:active b.title{
	position: relative;
	top: 0px;
	left: 5px;
	display: block;
	overflow: hidden;
/*	height: 68px;*/
	margin: 4px;
	margin-top: 0px;
	padding: 2px;
	color: #000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-indent: 0px;
}

ul.spotlight li b.price
ul.spotlight li a b.price,
ul.spotlight li a:link b.price,
ul.spotlight li a:visited b.price,
ul.spotlight li a:active b.price{
	position: absolute;
	top: 125px !important;
	top: 120px;
	right: 5px;
	padding: 0px;
	color: red;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	width: 150px;
}

ul.spotlight li b.extra
ul.spotlight li a b.extra,
ul.spotlight li a:link b.extra,
ul.spotlight li a:visited b.extra,
ul.spotlight li a:active b.extra{
	position: relative;   
	display: block;
	top: 0px;
	margin: 0px;
	padding: 0px;
	color: red;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: right;   
}

ul.spotlight li a,
ul.spotlight li a:link,
ul.spotlight li a:visited,
ul.spotlight li a:active{
	display: block;
	text-align: left;
	padding: 4px;
	height: 126px;
	text-decoration: none;
	background: url("../gfx/spotlight_footer_hover.gif") no-repeat left bottom;
	background: url("../gfx/spotlight_footer.gif") no-repeat left bottom;
}

ul.spotlight li a:hover{
	text-decoration: none;
	background: url("../gfx/spotlight_footer_hover.gif") no-repeat left bottom;
}

ul.spotlight li a:hover b.title{
	color: #000;
	text-decoration: underline;
}

/* News
--------------------------------- */

div.newsList{
	padding: 5px;
	background: #f1f4fa;
	text-align: left;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
}

div.newsList a,
div.newsList a:link,
div.newsList a:visited,
div.newsList a:active{
	display: block;

}

div.newsList a:hover{
	font-weight: bold;
}

div.newsList b.date{
	color: #485e88;
}

div.newsList img.image{
	float: left;
	margin: 2px;
	margin-right: 7px;
}

div.newsList span.summary{
	display: inline;
	font-family: Verdana, Helvetica, Verdana, Arial, sans-serif;
	text-align: left;
	text-indent: 10px;
	font-size: 9px;
	font-weight: normal;
	line-height: 14px;
	padding: 2px;
}

div.newsList div.separator{
	height: 1px;
	overflow: hidden;
	margin: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
}

div.newsList div.separator hr{
	display: none;
}

div.newsList p{
	text-align: justify;
	text-indent: 10px;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	line-height: 16px;
	font-family: "Lucida Grande", Tahoma, Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;	
}

div.newsList p.summary{
	font-weight: bold;
}
