@charset "utf-8";
/* CSS Document */

#listItem {
	width:200px;
	float:left;
	margin:0 5px 5px 0;
	text-align:center;
}

#listItem a img {
	border:0;
}

#listItemBoxTop {
	width:200px;
	height:3px;
	background-image:url(../images/global/list/listItemBox_Top.png);
	background-repeat:no-repeat;
}

#listItemBoxCentre {
	border-width:0px 1px;
	border-style:solid;
	border-color:#a0bae4;
	padding-bottom:20px;
}

#listItemBoxCentre h2 {
	color:#000000;
	font-size:0.75em;
	font-weight:bold;
	margin:0;
	padding:0;
}

#listItemBoxCentre p {
	color:#666666;
	font-size:0.7em;
	margin:0;
	padding:0;	
}

#listItemBoxCentre p a {
	color:#e32a29;
}

#listItemBoxCentre p a:hover {
	color:#a0bae4;
}

#listItemBoxBottom {
	width:200px;
	height:3px;
	background-image:url(../images/global/list/listItemBox_Bottom.png);
	background-repeat:no-repeat;
}

