/*PRODUCT WIDGET ON HOMEPAGE
****************************************************/

div#productNewsWidget {
	width: 669px;
	height: 300px;
}

div#productNewsWidget p.more a:link, div#productNewsWidget p.more a:visited {
	width: 140px;
	height: 28px;
	display: block;
	text-indent: -5000px;
	background: transparent url('../images/buttons/btnMoreOrange.gif') 0px 0px no-repeat;
}

div#productNewsWidget p.more a:hover,div#productNewsWidget p.more a:active {
	background-position: 0px -28px;
}

div.currentProduct {
	width: 399px;
	background-color:#fff;
	position:absolute;
	padding: 35px 10px 0px 20px;
}

img#imgProductNews {
	float: left;
}

div#productNewsWidget h3 {
	color: #003078;
	font-size: 20px;
	line-height: 21px;
	float: right;
	width: 180px;
	font-weight: normal;
	padding: 0 0 6px 0;
}

div#productNewsWidget p {
	color: #5c6166;
	font-size: 14px;
	float: right;
	width: 180px;
	font-weight: normal;
	line-height: 18px;
	padding: 0 0 15px 0;
}

div#productNewsWidget ul {
	width: 220px;
	height: 270px;
	float: right;
	padding: 30px 0 0 0;
	position: relative;
	z-index: 200;
}

div#productNewsWidget ul li {
	padding: 2px 0;
}

div#productNewsWidget ul li a {
	display: block;
	color: #003078;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0 5px 25px;
}

div#productNewsWidget ul li a:hover {
	color: #ef3924;
	text-decoration: none;
}

div#productNewsWidget ul li.sel a {
	background: transparent url('../images/layout/productNewsWidgetSel.gif') 0px 0px no-repeat;
	position: relative;
	z-index: 220;
	left: -1px;
}
