/**
* @title		Joom!Shaper Article Show Module
* @version		1.0.0
* @website		http://www.joomshaper.com
* @copyright	Copyright (C) 2009 PQ Softs. All rights reserved.
* @license		GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
*/
.left-box {display:block;height: auto;text-align:center;margin:8px 10px 10px 0;float:left;}
.article_show_container{
	width:auto;
	height:auto;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	border-bottom:1px dotted #d3d3d3;
	padding: 5px 0 10px 0;
}
.article_show_container:hover{}
.article_show_textarea{margin:0;padding:5px 0 5px 0}
.pq_topcont{}
.article_show_clr{clear:both}
span.article_show_title a{
	font-size:13px;
	font-weight:bold;
	margin-bottom:0;
}
span.article_show_title a:hover{
	text-decoration:none;
}

.article_show_text{
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
}

/*Image Style*/
.left-box img.border {
	background:none;
	border:1px solid #d3ae06;
	margin:5px 5px 5px 0;
	padding:0;
	height:30px;
	width:30px;
}
/*Date Style*/
.date_month2{
	color:#999999;
	font-size:9px;
	font-weight:bold;
	margin-left:1px;
	margin-top:2px;
	text-transform:uppercase;
}
.date_day2{
	color:#D33615;
	display:block;
	font-size:22px;
	font-weight:bold;
	margin-bottom:0;
}

/*Hits style*/
.hits {
width:50px;
height: 40px;
line-height: 40px;
color:#fff;
text-align:center;
margin:0 5px 0 0;
float:left;
background: #d3ae06;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}


/*Read more*/
a.readmore {
	float:right;
	font-weight:bold;
}
