/**
 # ot_eminent - OT Eminent Template for Joomla! 1.5
 # 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: custom.css 1.5.0 00001, August 2011 12:00:00Z OmegaTheme $
 * package:	OT Eminent Template
 *------------------------------------------------------------------------*/
 
 /* Custom style for OT Mini News Module */
 .ot_title a.title {
 	color: #000;
 }
 p.createddate{
 	margin: 5px 0;
 }
 .ot_readmore{
 	float: right;
 }
.ot_readmore a.ot_readm{
	background: url(../images/news_more_button.png) no-repeat;
	color: #000;
	height: 25px;
	width: 54px;
	display: block;
	line-height: 25px;
	text-align: center;
}

/* Custom style for Advanced Search Module */
.ot_rightcol .module_advancedsearch{
	background: #443e3a url(../images/advancedsearch_bg.jpg) repeat-y right top;
	border-top: 1px solid #1b130f;
	color: #d0cecd;
}
.ot_rightcol .module_advancedsearch .otmodule_ext{
	padding-right: 40px;
}
.ot_rightcol .module_advancedsearch h3{
	color: #d0cecd;
}
.ot_rightcol .module_advancedsearch table tr td{
	padding: 1px 0px;
}
form.form-advancedsearch input#zip-code{
	background: none repeat scroll 0 0 #FFFFFF;
	border: medium none;
	height: 20px;
	width: 100%;
}
form.form-advancedsearch select#search-area{
	background: none repeat scroll 0 0 #FFFFFF;
	border: medium none;
	height: 20px;
	width: 100%;
}
form.form-advancedsearch select#price-range,
form.form-advancedsearch select#to-price-range,
form.form-advancedsearch select#bedroom,
form.form-advancedsearch select#bathroom,
form.form-advancedsearch select#radius{
	background: none repeat scroll 0 0 #FFFFFF;
	border: medium none;
	height: 20px;
	width: 100px;
}
.ot_rightcol .module_advancedsearch p{
	margin: 5px 0px;
}
form.form-advancedsearch button.bt-submit{
	background: url(../images/orange/findproperty_submit_bg.png) no-repeat;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 12px;
	height: 24px;
	padding-bottom: 4px;
	width: 93px;
}

.ot_rightcol .module_loginform h3{
	color: #FFF;
}
/* NewsLetter Custom Style*/
.ot_rightcol .module_newsletter{
	background: #cecece url(../images/newsletter_bg.jpg) repeat-y right 0;
}
.ot_rightcol .module_newsletter h3{
	color: #100d0c;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}
.ot_rightcol .module_newsletter form.newsletter{
	
}
.ot_rightcol .module_newsletter form.newsletter span.input{
	background: #fff;
    display: block;
    height: 30px;
    width: 205px;
}
.ot_rightcol .module_newsletter form.newsletter input{
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    height: 20px;
    overflow: hidden;
    padding: 5px;
    width: 195px;
}
.ot_rightcol .module_newsletter form.newsletter input.submit-newsletter{
	background: url("../images/orange/newsletter_submit_bg.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	float: right;
	height: 32px;
	margin-right: 26px;
	padding: 0;
	width: 88px;
}

/* Custom style for ot-showcase */
img.showcase{
	border: 1px solid #c9c9c9;
	padding: 4px;
	margin-bottom: 10px;
}
.joomla .article_i img.showcase{
	margin-right: 15px;
}
/* Custom style for Submit-Request Module  */
form.submit-request input.submit{
	background: url("../images/orange/readmore_bg.png") no-repeat scroll 0 0 transparent;
	border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 39px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    width: 102px;
}



