/*PRODUCT WIDGET ON HOMEPAGE
****************************************************/

div#productNewsWidget {
	width: 670px;
	height: 260px;
}

div#productNewsWidget p.more a {
	width: 118px;
	height: 19px;
	display: block;
	text-indent: -5000px;
	background: transparent url('../images/buttons/btnMoreOrange.gif') 0px 0px no-repeat;
}

div.currentProduct {
	width: 399px;
	background-color:#fff;
	position:absolute;
	padding: 30px 10px 0px 20px;
}

img#imgProductNews {
	float: left;
}

div#productNewsWidget h3 {
	color: #003078;
	font-size: 1.8em;
	float: right;
	width: 180px;
	font-weight: normal;
	padding: 0 0 10px 0;
}

div#productNewsWidget p {
	color: #666;
	font-size: 1.2em;
	float: right;
	width: 180px;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0 0 10px 0;
}

div#productNewsWidget ul {
	width: 230px;
	height: 250px;
	float: right;
	background: #deebf8 url('../images/layout/bgHomeLeft.png') center top repeat-x;
	border-left: 1px solid #001860;
	padding: 10px 0 0 0;
	position: relative;
	z-index: 200;
}

div#productNewsWidget ul li {
	padding: 2px 0;
}

div#productNewsWidget ul li a:link, div#productNewsWidget ul li a:visited {
	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, div#productNewsWidget ul li a:active {
	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;
}