/* Homepage styles */



/* Campaign banner */
div.campaign {
	padding: 8px;
	background: #eee url(/img/backgrounds/campaign.gif) repeat-x;
	/* Should be 632px wide */
	overflow: auto;
}
div.campaign div.pointer {
	position: absolute;
	margin-left: 440px;
	margin-top: 23px;
	width: 7px;
	height: 11px;
}
div.campaign div.image {
	float: left;
	width: 436px;
	height: 260px;
	border: 1px solid #d5d5d5;
	margin-right: 10px;
}
div.campaign div.image a {
	display: none;
	position: absolute;		
	z-index: 5;		
}
div.campaign div.list {
	float: left;
	width: 160px;
	height: 260px;
	border: 1px solid #d5d5d5;
	background: #fff url(/img/backgrounds/campaign_list.gif) repeat-x;
}
div.campaign div.list ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.campaign div.list li {
	height: 52px;
	overflow: hidden;
}
div.campaign div.list a {	
	height: 29px;
	width: 145px;
	padding: 22px 5px 0px 10px;
	display: block;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #5b5d61;
	border-bottom: 1px solid #d5d5d5;
}
div.campaign div.list li.last a {
	border-style: none;
	height: 30px;
}

div.panel.featured img {
	border: 3px solid #dbdbdb;
	margin: 17px 0 0 5px;
}

