/*
// "K2" Component by JoomlaWorks for Joomla! 1.5.x - Version 1.0.2b
// Copyright (c) 2006 - 2009 JoomlaWorks Ltd. All rights reserved.
// Released under the GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
// More info at http://www.joomlaworks.gr
// Designed and developed by JoomlaWorks.
// *** Last update: May 12th, 2009 ***
*/
.clr {
	clear: both;
}
div.itemContainerWrapper {width: 100%; float:left; border: 0px solid #000; padding: 0px;}
.itemContainerInner {
		margin: 10px 20px 10px 20px; border: 0px solid #000;
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #0B2B42; font-size: 13px;
	}
.itemContainerInner p {
	margin: 5px 0px 5px 0px;
}
.itemDetailsFull {
	position: relative; width: 100%; height: 30px;
	border: 0px solid #000; background-color: #ECE9E2;
}
.itemDetails {
	position: relative; width: 100%; height: 30px;
	border: 0px solid #000;
}
.itemTagsBlockFull {
		float: left; 
		margin-top: 10px; padding-left: 20px;
		font-size: 12px; 
		border: 0px solid #000; color: #98847E;
}
div.itemTagsBlock {
		float: left; 
		margin-top: 10px;
		font-size: 12px; 
		border: 0px solid #000; color: #98847E;
}
.itemReadMoreBlockFull {
		float: right;  width: 300px;
		margin-top: 10px; text-align: right; padding-right: 20px;
		font-size: 12px; color: #905435;
		border: 0px solid #000;
}

div.itemReadMoreBlock {
		float: right;  width: 300px;
		margin-top: 10px; text-align: right;
		font-size: 12px; color: #905435;
		border: 0px solid #000;
	}
div.itemReadMoreBlock a, div.itemTagsBlock a, .itemReadMoreBlockFull a, .itemTagsBlockFull a {
	color: #98847E; text-decoration: none;
}
div.itemReadMoreBlock a:hover, div.itemTagsBlock a:hover {
	text-decoration: underline;
}
div.itemListPagination {padding:8px;text-align:center;}

