/**
 * @version		$Id: modules.css 1.0 Dec 28, 2010 19: 02: 38Z OmegaTheme $
 * @package		OmegaTheme Joomla Template
 * @subpackage	MegaRealist
 * @author		OmegaTheme (services@omegatheme.com)
 * @link 		http://www.omegatheme.com
 * @copyright	Copyright (C) 2008 - 2010 OmegaTheme
 * @license		GNU/GPL V2
 * @description	Stylesheet for modules.
*/
/*==================== generals =========================*/
div.module {
	text-align: left;
	position: relative;
}
#left .module,
#right .module {
	margin: 0px 0px 20px 0px;
	padding-left: 15px;
}
#right .module {
	border-left: 1px solid #c2cfe0;
}
#left .module.last {
	margin-bottom: 0;
}
.module h3.header {
	margin-bottom: 10px;
	padding-bottom: 8px;
	background: url(../images/line-repeat.gif) repeat-x 0 100%;
	color: #666666;
	font-size: 18px;
	text-transform: uppercase;
}
.module-content {
	overflow: hidden;
}
#top .module {
	float: right;
	margin-left: 10px;
}
/*------------- rounded style module ---------------*/
div.mod-rounded div.rounded-tl {
	background:url(../images/mod-round.png) no-repeat scroll 0 -12px transparent;
	background-position: 0 -12px;
}
div.mod-rounded div.rounded-tr {
	background:url(../images/mod-round.png) no-repeat scroll 100% 0 transparent;
	padding: 0 10px 0 10px;
	background-position: 100% 0;
}
div.mod-rounded div.rounded-t {
	height: 11px;
	border-top: 1px #7b92af solid;
	background: #637c9b;
	width: 100%;
}
div.mod-rounded div.rounded-inner {
	padding: 5px 11px;
	background: #637c9b;
	overflow: hidden;
	border-left: 1px #7b92af solid;
	border-right: 1px #7b92af solid;
}
div.mod-rounded div.rounded-bl {
	background:url(../images/mod-round.png) no-repeat scroll 0 -36px transparent;
	background-position: 0 -36px;
	border:none;
}
div.mod-rounded div.rounded-br {
	background:url(../images/mod-round.png) no-repeat scroll 100% -24px transparent;
	background-position: 100% -24px;
	padding:0 12px;
}
div.mod-rounded div.rounded-b {
	height: 11px;
	background: #637c9b;
	border:none;
	border-bottom: 1px #7b92af solid;
}
/* --------------- news letter subscript - using module and component: Communicator -----------------*/
div.newsletter {
	background: #4aaddc;
	color: #FFFFFF;
}
div.newsletter .module-content {
	padding: 10px;
	overflow: hidden;
}
div.newsletter label {
	text-align: left;
	padding: 5px 0 5px 1px;
}
div.newsletter input#subscriber_name,
div.newsletter input#subscriber_email {
	height: 18px;
	width: 99%;
	font-size: 12px;
	color: #666666;
}
div.newsletter input.button {
	color: #FFFFFF;
	background: #1e82b2;
	border: 0 none;
	padding: 4px 5px;
	outline: 0 none;
	float: right;
}

/* --------------- copyright info -----------------*/
div.copyright {
	float: left;
	height: 100px;
	line-height: 38px;
	overflow: hidden;
}
div.copyright p {
	margin: 0;
	padding: 0;
	background: 0 none;
	color: #9FBFE6;
}
div.copyright a {
	background: 0 none;
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}

/* --------------- search module -----------------*/
#search .search {
	background: url(../images/search-bg.gif) no-repeat 0 0;
	width: 232px;
	height: 28px;
	float: right;
	margin: 10px 0 0;
}
#search .search input {
	padding: 2px 4px;
}
#search .search input#mod_search_searchword {
	background: 0 none;
	border: 0 none;
	height: 24px;
	width: 200px;
	color: #FFFFFF;
}
#search .search input.button {
	background: 0 none;
	border: 0 none;
	height: 28px;
	width: 57px;
	left: 215px;
	position: absolute;
	top: 18px;
	outline-color: #edf1f5;
}

/* --------------- general menu module -----------------*/
.mod-menu {}
.mod-menu .module-content {}
.mod-menu ul {
	list-style-image: url(../images/bullet_int.gif);
	list-style-type: square;
}
.mod-menu ul li {
	line-height: 18px;
}
.mod-menu ul li a {
	text-decoration: none;
}

/* --------------- Login form module -----------------*/
.module #form-login {}
.module #form-login #modlgn_username,
.module #form-login #modlgn_passwd {
	width: 90%;
	height: 18px;
}
.module #form-login ul {
	list-style-image: url(../images/bullet_int.gif);
	list-style-type: square;
	margin-top: 8px;
}
.module #form-login ul a {
	text-decoration: none;
}

/* --------------- Pooling module -----------------*/
.module-poll {	
}
.module-poll .buttons {
	margin-top: 8px;
}
/* --------------- featured-contents - custom html -----------------*/
#featured-contents .featured-i {
	float: left;
}
#featured-contents .separator {
	margin-right: 2%;
}
#featured-contents .module {
	position: relative;
	background: 0 none;
	padding:0;
	margin: 0;
	color: #FFFFFF;
}
#featured-contents .module p {
	margin-bottom: 1em;
}
#featured-contents .module h3.header {
	background: 0 none;
	color: #FFFFFF;
}
#featured-contents .module a.readmore {
	color: #d8e826;
	background: 0 none;
	border: 0 none;
	text-align: left;
}
div.badge {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	width: 50px;
	height: 52px;
}
div.badge-hot {
	background: url(../images/badge-hot.png) no-repeat 0 0;
}
div.badge-new {
	background: url(../images/badge-new.png) no-repeat 0 0;
}

/* --------------- bottom modules -----------------*/
#bottom .bottom-i {
	float: left;
}
#bottom .bottom-i .module {
	padding: 10px;
}
#bottom .bottom-i .module p {
	margin-bottom: 1em;
}
#bottom .bottom-i .module h3.header {
	background: url(../images/bottom-h3-bg.gif) no-repeat 90% 0;
	color: #FFFFFF;
	margin-bottom: 12px;
}
#bottom .bottom-i .module img {
	margin-right: 10px;
}
#bottom ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
#bottom ul li {
	border-bottom: 1px dotted #eeeeee;
	height: 28px;
	line-height: 26px;
}
#bottom ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

/*------------- real list search --------------------*/
#realist-search input,
#realist-search select {

}

#realist-search input.button {
	background: url(../images/search-bt.png) no-repeat center;
	border: 0 none;
	height: 30px;
	cursor: pointer;
	color: #FFFFFF;
}
#realist-search .module h3.header {
	color: #d8e826;
	background: url(../images/search-icon.png) no-repeat 0 50%;
	padding-left: 34px;
	padding-top: 5px;
	font-weight: bold;
}

/*---------------- Listing - Lastest -------------------*/
.listing-i {
	margin-bottom: 20px;
}
.listing-i span {
	display: block;
}
.listing-i a{
	text-decoration: none;
}
.listing-i .listing_image {
	padding-bottom: 10px;
	padding-right: 10px;
	float: left;
}
.listing-i .listing_name {
	font-weight: bold;
	color: #474747;
}
.listing-i .listing_price {
	color: #c21717;
}
.listing-i .listing_short_dsc {
	clear: both;
}
.listing-i .separate-line {
	padding-bottom: 10px;
	border-bottom: 1px dotted #888888;
	width: 100%;
}
.featured-listing .listing-i {
	padding-bottom: 10px;
	border-bottom: 1px dotted #888888;
}

/*---------- Slideshow - featured article show ---------*/
#slideshow #slidenav {
	left: auto;
	right: 30px;
	bottom: 10px;
}
/*-------- top-modules ---------*/
#top-modules .quick-info {
	background: url(../images/contact-mod-bg.png) no-repeat 0 0;
	width: 346px;
	height: 31px;
	float: right;
	text-align: center;
	margin-left: 10px;
	color: #FFFFFF;
}
#top-modules .login_signup {
	float: right;
	width: 116px;
	height: 31px;
}
#top-modules .login_signup_bt {
	background: url(../images/login-bt.png) no-repeat 0 0;
	display: block;
	height: 31px;
	text-align: center;
	color: #d8e826;
	text-decoration: none;
	font-weight: bold;
	line-height: 28px;
}