/**
 # mod_otnews - OT News Module for Joomla! 1.7
 # author       OmegaTheme.com
 # copyright    Copyright(C) 2011 - OmegaTheme.com. All Rights Reserved.
 # @license     http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 # Website:     http://omegatheme.com
 # Technical support: Forum - http://omegatheme.com/forum/
**/
/**------------------------------------------------------------------------
 * file: layout.css 1.7.0 00001, March 2011 12:00:00Z OmegaTheme $
 * package: OT News Module
 *------------------------------------------------------------------------*/
img {
    border: none;
}
.
.ot_news,
.ot_news_i {
    width: 100%;
    float: left;
}
.ot_news .col-lg-6 {
    width: 50%;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
}

.ot_news_i {
    overflow: hidden;
}
.blog-news {
    float: left;
    padding-bottom: 20px;
    overflow: hidden;
}
.blog-news-i {
    overflow: hidden;
}
.ot_news .blog-news li {
    width: 98%;
    float: left;
    line-height: normal;
    margin: 8px 0 2px;
    border-bottom: 1px dotted #CCCCCC;
}
ul.jazin-links li {
    background: rgba(0, 0, 0, 0) url("../images/arrow.gif") no-repeat scroll left center;
    padding-left: 10px;
}
h1.cat_title {
    border-bottom: 1px solid #DDDDDD;
    color: #1F1F1F;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 2px;
}
h1.cat_title a {
    color: #1F1F1F;
}

div.ot_head_title {
    width: 100%;
    float: left;
    padding-bottom: 15px;
}
.otnews_thumbs {
    float: left;
    padding: 2px;
    border: 1px #e7e7e7 solid;
    margin-right: 12px;
    overflow: hidden;
}
.otnews_thumbs_i {
    overflow: hidden;
}
.ot_head_title a.head_title {
    font-weight: bold;
    font-size: 14px;
}
p.createddate {
    padding: 2px 0;
    margin: 0;
}
span.ot_date {
    color: #999;
    font-size: 12px;
}
.otnews_readmore {
    margin-top: 10px;
    text-align: right;
}

a.ot-news {
	float: right;
	color: #999 !important;
	font-size: 11px !important;
    text-decoration: none;
    padding: 0 !important;
    outline: none;
}
div.ot-news a:hover,
div.ot-news a:active,
div.ot-news a:focus {
	text-decoration: underline;
	background: none !important;
}
