/* 
POSITIONING 
-----------
*/
.itemsListContainer {
	position: relative;
	width: 450px;
}

.itemContainer {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	font-size:11px;
}

.itemImage {
	position: relative;	
	display: block;
	float: left;
	width: 84px;
	height: 84px;
	overflow: hidden;
	border: 1px solid #000;
	
}

.clearer {
	clear: both;
}

.itemTitle,
.itemText {
	position: relative;		
	display: block;
	float: left;
	width: 352px;
	margin: 0px 0px 5px 10px;		
}

.btnBackToListitems {
	position: relative;			
	cursor: pointer;
	color: #07356d;
	font-weight: bold;
	padding: 0px 0px 10px 10px;
	background: url('/template/images/list-image.gif') no-repeat 0 5px;
}

.backToOverview {
	cursor: pointer;
	font-weight: bold;
}

.backToOverview:hover {
	color: #7DAA3C;
}

.itemSplash strong {
	cursor: pointer;
}

.itemSplash strong:hover {
	cursor: pointer;
	color: #53751F;
	text-decoration: underline;
}

.itemsSplashContainer {
	position: relative;
	width: 170px;
	height: auto;
	border: 1px solid #748b93;
	border-bottom: 2px solid #748b93;
	padding: 14px;
	margin: 0 0 20px 0;
	background: url('/template/images/bg-column.jpg') repeat-x #ffffff bottom;			
}

/*
STYLING
-------
*/
.itemTitle h3 {
	font-size: 12px;	
}

.itemDate {
	font-size: 11px;
	color: #07356d;
	text-align: center;
	width: 60px;
	height: 56px;
	float: right;
	border-left: 1px solid #DFDFDF;
	padding-left: 10px;
}

.itemReadMore,
.itemSplashReadMore {
	color: #07356d;			
	text-decoration: underline;				
	background: url('/template/images/list-image.gif') no-repeat 0 5px;			
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}

.itemSplashReadMore {
	float: none;
	display: block;
	clear: left;	
}

.itemTitleLink {
	font-weight: bold;
	color: #07356d;
	text-decoration: none;
}

.itemTitleLink:hover,
.itemReadMore:hover,
.btnBackToListitems:hover,
.itemSplashReadMore:hover {
	color: #7daa3c;
}
