@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
strong{font-weight:bold;}

#newsTicker{
border: 1px solid #e8e8e8;
    font-family: arial;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 9px;
}


body{
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:13px;
	color:#393939;
	background-color:#FFF;
}
#wrapper.mb{
	background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/topBg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

/*common css*/
h1, h2, h3, h4, h5, h6{
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight:normal;
}

h1{
    color: #a40000;
    font-size: 18px;
	font-weight:bold;
    margin-bottom: 15px;
}

h4{
	font-size:14px;
}
a{
	text-decoration:none;
	color:#024d99;
}
a:hover{
	text-decoration:underline;
}

.clear{ clear:both;}
.container{
width:990px;
margin:0 auto;
}

/*FontFamily*/
.fontFTahoma{
	font-family:Tahoma, Geneva, sans-serif;
}
.fontFArial{
font-family:Arial, Helvetica, sans-serif;
}

/*Form field default css*/
input[type="text"], textarea, select{
	background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/textbg.gif);
	background-repeat:repeat-x;
	background-position:left -25px;
	background-color:#fff;
    border: 1px solid #d2d2d2;
	width:100%;
    color: #333;
    font-size: 14px;
    padding: 7px 10px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
textarea{
resize:none;
height:180px;
}

input.inputBtn{
cursor:pointer;
font-size:18px;
padding:8px 15px;
font-family:Georgia, "Times New Roman", Times, serif;
border:none;
color:#fff;
background: #46b2d6;
background: -moz-linear-gradient(top,  #46b2d6 0%, #047195 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46b2d6), color-stop(100%,#047195));
background: -webkit-linear-gradient(top,  #46b2d6 0%,#047195 100%);
background: -o-linear-gradient(top,  #46b2d6 0%,#047195 100%);
background: -ms-linear-gradient(top,  #46b2d6 0%,#047195 100%);
background: linear-gradient(to bottom,  #46b2d6 0%,#047195 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46b2d6', endColorstr='#047195',GradientType=0 );

border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;

box-shadow:1px 1px 0px #012f3e;
-moz-box-shadow:1px 1px 0px #012f3e;
-webkit-box-shadow:1px 1px 0px #012f3e;
}

input.inputBtn:hover{
background: #047195;
background: -moz-linear-gradient(top,  #047195 0%, #46b2d6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#047195), color-stop(100%,#46b2d6));
background: -webkit-linear-gradient(top,  #047195 0%,#46b2d6 100%);
background: -o-linear-gradient(top,  #047195 0%,#46b2d6 100%);
background: -ms-linear-gradient(top,  #047195 0%,#46b2d6 100%);
background: linear-gradient(to bottom,  #047195 0%,#46b2d6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#047195', endColorstr='#46b2d6',GradientType=0 );
}



/*MB  Header*/
header#mbHeader{
	padding-top:10px;
	display:none;
}
.mb header#mbHeader{
	display:block;
}
#toiStory{
	display:none;
}
.toi #toiStory{
	display:block;
}
#mbStory{
	display:none;
}
.mb #mbStory{
	display:block;
}
header#mbHeader .topBar{
	 padding: 0 13px;
    font-size: 11px;
}
header#mbHeader .topBar a.mbLink {
    background-color: #f6f6f6;
    color: #000;
	text-decoration:none;
    float: right;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    margin-left: 20px;
    padding: 0 20px;
    position: relative;
	border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
}

header#mbHeader .topBar span.todayDate {
    color: #e4eff9;
    float: right;
    line-height: 23px;
}

header#mbHeader .headerBox{
	background-color:#FFF;
	border-top:#767475 solid 1px;
	padding: 11px 8px 0px;
}

.mblogo{
	width:281px;
	float: left;
    margin: 0 0 8px 14px;
    padding:12px 0 0 25px;  
}
.propertyLogo{
	float:right;
}

#mbNavigation{
	font-size:12px;
	height:28px;
	background-color:#666566;
	border-top:#494949 solid 1px;
	border-bottom:#494949 solid 1px;
}
.homeLink{
	float:left;
	position:relative;
	top:-1px;
	border-right:#fff solid 1px;
}
#mbNavigation nav{
	float:left;
}
#mbNavigation nav ul li{
	list-style:none;
	display:inline;
	float:left;
	padding-right:1px;
	background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/navSep.jpg);
	background-position:right center;
	background-repeat:no-repeat;
}

#mbNavigation ul li a{
	padding:0px 8px;
	line-height:28px;
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
#mbNavigation nav ul li a:hover{
	text-decoration:none;
	background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/navHoverBg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#65b5f2;
}

.mbHeadSearch{
	border-left:#494949 solid 1px;
	float:right;
	height:24px;
	padding:4px 7px 0px;
}
.mbHeadSearch input{
	float:left;
}
.mbHeadSearch .searchFld{
	padding:0;
	border-radius:0;
	margin:0;
	margin-top:2PX;
	background-color:#e2e2e2;
	background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/inputBg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	border:none;
	color: #494949;
    height: 17px;
    line-height: 17px;	
	padding:1px 6px;
	font-size:11px;
	width:78px;
	
}
.mbHeadSearch #searchBtn{
	background:none;
	border:none;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
	text-transform:uppercase;
    height: 19px;
    line-height: 19px;
    text-align: center;
}
/*End magicbrick header*/

/*Start TOI header*/
#toiHeader{
padding-top:10px;
display:none;
}
.toi #toiHeader{
display:block;
}

#toiHeader .topBar{
padding-bottom:7px;
}

.globalLinks{
	float:left;
}
.globalLinks li{
	list-style:none;
	display:inline;
	line-height:15px;
	border-right: 1px solid #a9afb5;
	display: block;
	float: left;
	margin-right: 6px;
	padding-right: 6px;
}
.globalLinks li.active a{
	color:#353535;
	font-weight:bold;
}
.globalLinks li.last{
	border:none;
}

.globalLinks li a {
    color: #024e97;
    display: inline-block;
    font-size: 11px;
    text-decoration: none;
}
.headerSocial{
float:right;
}
.headerSocial a{
background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/social-icons.png);
background-repeat:no-repeat;
text-indent:-9999999px;
display: inline-block;
height: 21px;
float:left;
margin-right: 8px;
width: 22px;
}
.headerSocial a.facebook{ background-position: 0 0;}
.headerSocial a.twitter{ background-position: 0 -22px;}
.headerSocial a.rss{ background-position: 0 -44px;}

.toiHeaderBox{
    background-color:#353535;
	border-bottom:#fff solid 1px;
    padding: 5px 5px 5px 9px;
}

.toiLogo{
float: left;
margin: 0 11px 0 0;
padding-top: 12px;
width: 318px;
}

.realEstate{
float:left;
border-left:#fff dotted 1px;
color: #fff;
font-size: 16px;
font-weight: bold;
height: 28px;
line-height: 28px;
margin-top: 10px;
padding-left: 12px;
}

.poweredBy{
float: right;
}
.poweredBy .pwrText{
float:left;
color: #fff;
display: inline-block;
font-size: 11px;
line-height: 18px;
margin-right: 8px;
}
.poweredBy a{
float:left;
display:inline-flex;
}

#toiNavigation{
    height: 24px;
	background: #e00706;
	background: -moz-linear-gradient(top,  #e00706 0%, #9f0100 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e00706), color-stop(100%,#9f0100));
	background: -webkit-linear-gradient(top,  #e00706 0%,#9f0100 100%);
	background: -o-linear-gradient(top,  #e00706 0%,#9f0100 100%);
	background: -ms-linear-gradient(top,  #e00706 0%,#9f0100 100%);
	background: linear-gradient(to bottom,  #e00706 0%,#9f0100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00706', endColorstr='#9f0100',GradientType=0 );

}
#toiNavigation ul li{
list-style:none;
float:left;
background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/navSep.png);
background-repeat:no-repeat;
background-position:right top;
padding-right:1px;
}
#toiNavigation ul li a{
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 24px;
    padding: 0 8px;
    text-decoration: none;
}
#toiNavigation ul li.toiHome a{
	background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/home.png);
	background-repeat:no-repeat;
	background-position:10px 6px;
	padding-left:25px;
}
#toiNavigation ul li.realEstLink{
background:none;
}

#toiNavigation ul li.realEstLink a{
	background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/relstateBg.png);
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#353535;
	padding-right:20px;
}

#toiNavigation ul li a:hover{
background-color:#353535;
}

.toiHeadSearch{
	border-left:#494949 solid 1px;
	float:right;
	height:20px;
	padding:4px 7px 0px;
}
.toiHeadSearch input{
	float:left;
}

.toiHeadSearch .searchBtnClassToi{
	margin-left:4px;
}

.toiHeadSearch .searchFldToi{
	padding:0;
	border-radius:0;
	margin:0;
	background-color:#e2e2e2;
	background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/inputBg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	border:none;
	color: #494949;
    height: 17px;
    line-height: 17px;	
	padding:1px 6px;
	font-size:11px;
	width:78px;
	
}
.toiHeadSearch #searchBtn{
	background:none;
	border:none;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
	text-transform:uppercase;
    height: 19px;
    line-height: 19px;
    text-align: center;
}

/*End TOI header*/

/*BreadCrums*/
#breadcrumbs{
    border-bottom: 1px dotted #e8e8e8;
    font-size: 11px;
    margin-bottom: 6px;
    padding: 30px 0 9px 10px;
}
#breadcrumbs .inner-breadcrumbs {
    float: left;
    position: relative;
}
#breadcrumbs .inner-title-breadcrumbs {
    float: left;
    position: relative;
}


/*Section wise css*/
h1#mainHeading{
    color: #1e7287;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.topStoriesSection{
    width: 402px;
    padding: 11px 12px;
    float: left;
    margin-bottom: 16px;
    min-height: 244px;
	height:auto!important;
	height:218px;
	background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/featured-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFF;
    border: 1px solid #dbdbdb;
}
.topStoriesSection h2{
    border-bottom: 1px solid #dbdbdb;
    color: #a40000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;
    padding-bottom: 6px;
}
.topStoriesSection h3{
font-size:14px;
font-weight:bold;
margin-bottom:13px;
}

#topSlider{
position:relative;
}
#topSlider .owl-controls{
margin-top:0px;
right:0;
top:-42px;
position:absolute;
}
#topSlider.owl-theme .owl-dots .owl-dot span{
 background:#b4b4b4;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px;
    transition: opacity 200ms ease 0s;
    width: 10px;
	transform:scale(0.75);
	-moz-transfor:mscale(0.75);
	-webkit-transform:scale(0.75);
	transition:all ease 0.4s;
	-moz-transition:all ease 0.4s;
	-webkit-transition:all ease 0.4s;
}
#topSlider.owl-theme .owl-dots .owl-dot.active span, 
#topSlider.owl-theme .owl-dots .owl-dot:hover span{
	background-color:#ca0000;
	transform:scale(1);
	-moz-transfor:mscale(1);
	-webkit-transform:scale(1);
}

#topSlider .strPic{
float:left;
width:100px;
margin-right:12px;
}
#topSlider .strPic img{
	width:100px;
	height:100px;
}

#topSlider .strPic img{
    background:#fff;
    border: 1px solid #b0b0b0;
    padding: 1px;
}

.propertyFormSection{
	width:549px;
	float:right;
}
.propertyFormSection iframe{
	width:100%;
	height:250px;
}

.leftContainer{
	width:667px;
	float:left;
}

.articleContent{    
	border: 1px solid #dbdbdb;
    float: left;
	line-height:17px;
    min-height: 205px;
    height: auto!important;
    height: 205px;
    margin: 0 12px 12px 0;
    width: 325px;
}
.articleContent.last{
	margin-right:0px;
}
.articleContent h2{    
	background-color:#ebebeb;
    color: #000;
    font-size: 14px;
    height: 28px;
	font-weight:bold;
    line-height: 28px;
    padding-left: 10px;
}
.articleContent h2 a{
	color:#000;
}
.artText{
	padding:13px 15px;
}
.artText h4{
	margin-bottom:5px;
}

.articlePic{
	float:left;
	margin-right:12px;
}
.articlePic img{
    background-color:#fff;
    border: 1px solid #b0b0b0;
    padding: 1px;
}
.moreLink{
	text-align:right;
	margin-top:10px;
	font-size:11px;
}

/*Industry section*/
#indusBuzzSl{
	border:1px solid #dbdbdb;
    margin-bottom: 12px;
}

.indBuzHeader{
	background-color: #fff;
    background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/head-pr-bg.jpg);
    background-repeat: repeat-x;
    border-bottom: 1px solid #dbdbdb;
    clear: both;
	font-size:18px;
	font-weight:bold;
    height: 34px;
}
.indBuzHeader .title{
	float:left;
	color:#000;
	padding:7px 12px;
}
.indBuzHeader .title2{
    width: 150px;
	background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/head-pr.jpg);
    background-repeat: no-repeat;
    color: #a40000;
    float: right;
    height: 28px;
    padding: 7px 0 0 25px;
    text-shadow: 1px 1px #fff;
    -moz-text-shadow: 1px 1px #fff;
    -webkit-text-shadow: 1px 1px #fff;
}

.slBox{
	padding:5px 45px 13px;
}

#industryBuzz{
}

#industryBuzz .owl-controls{
margin-top:0px;
right:0;
position:relative;
}

#industryBuzz .owl-controls .owl-nav{
position:relative;
}

#industryBuzz.owl-theme .owl-controls .owl-nav .owl-prev,
#industryBuzz.owl-theme .owl-controls .owl-nav .owl-next{
position:absolute;
top:-80px;
padding:0;
width:34px;
height:34px;
background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/nextPreBtn.jpg);
background-repeat:no-repeat;
border-radius:0;
}
#industryBuzz.owl-theme .owl-controls .owl-nav .owl-prev:hover,
#industryBuzz.owl-theme .owl-controls .owl-nav .owl-next:hover{
padding:0;
border-radius:0;
}

#industryBuzz.owl-theme .owl-controls .owl-nav .owl-prev{
left:-43px;
background-position:-34px 0;
}

#industryBuzz.owl-theme .owl-controls .owl-nav .owl-prev:hover{
background-position:-34px -34px;
}
#industryBuzz.owl-theme .owl-controls .owl-nav .owl-next{
right:-43px;
background-position:0 0;
}
#industryBuzz.owl-theme .owl-controls .owl-nav .owl-next:hover{
background-position:0 -34px;
}

#industryBuzz.owl-theme .owl-dots .owl-dot span{
	background:#fff;
	border:#d0d0d0 solid 1px;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 7px;
    transition: opacity 200ms ease 0s;
    width: 10px;
	transition:all ease 0.4s;
	-moz-transition:all ease 0.4s;
	-webkit-transition:all ease 0.4s;
}
#industryBuzz.owl-theme .owl-dots .owl-dot.active span, 
#industryBuzz.owl-theme .owl-dots .owl-dot:hover span{
	background-color:#ebebeb;
}



.slBox .heading{
	float:left;
	margin-bottom:5px;
}

.slBox .heading .headLeftBglabel{
	background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/heading-red-strip.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	padding:15px 0;
}

.slBox .heading .headLeftBglabel h2.headRightBglabel{
	background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/right-flag.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	padding:3px 15px 2px 10px;
	background-color: #b00;
    color: #fff;
	font-size:14px;
    height: 19px;
}

.slLeftContent{
	width:395px;
	float:left;
	line-height:20px;
}
.slLeftContent h3{
	font-weight:bold;
	font-size:15px;
	margin-bottom:3px;
}

.slRightImage{
	width:110px;
	float:right;
}
/*Industry section end*/


.middleArticle {
    background:#f5f5f5;
    border: 1px solid #ccc;
    margin-bottom: 12px;
    padding: 10px;
}

.middleArticle a{
	color:#393939;
}
.middleArticle h2 {
    border-bottom: 2px solid #353535;
    color: #a40000;
    font-size: 18px;
	font-weight:bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.middleArticle h2 span{
	font-size:12px;
	font-weight:normal;
}
.middleArticle h2 a{
    color: #a40000;
}

.author{
	padding-top:8px;
	font-style:italic;
}

.articleBtn{
	margin-top:5px;
}
.articleBtn a{
	background:#fff;
    border: 1px solid #ccc;
    color: #024d99;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 10px;
	margin-right:10px;
	float:left;
}
.articleBtn a:hover{
	background-color:#024d99;
	color:#fff;
}
.midArtLinks{
}

.midArtLinks li{
	list-style:none;
	display:inline;
	padding:0px 10px;
	float:left;
	margin-bottom:7px;
	line-height:14px;
	border-right:#000 solid 1px;
}
.midArtLinks li a{
	color:#024d99;
}

.googleAd{
	padding:12px 0;
	margin-bottom:12px;
}


/*Home sidebar*/
aside.sidebar{
	width:302px;
	float:right;
}

.pollsWidget{
	background:#f8f8f8;
    border: 1px solid #e7e7e0;
	margin-bottom:12px;
}
.pollsWidget h2{
	background:#f8f8f8;
    color: #aa2923;
	font-weight:bold;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    padding: 0 12px;
	border-bottom:#e7e7e0 solid 1px;
}


.pollsWidgetContent{
	padding:10px 12px;
	font-size:15px;
	min-height:159px;
	height:auto!important;
	height:159px;
}
.pollsWidgetContent ul{
	margin:5px 0 10px;
}
.pollsWidgetContent ul li{
	list-style:none;
}

.pollsWidgetContent input.voteBtn{
	background: #2c59c6;
	background: -moz-linear-gradient(top,  #2c59c6 0%, #2048a6 9%, #12317d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c59c6), color-stop(9%,#2048a6), color-stop(100%,#12317d));
	background: -webkit-linear-gradient(top,  #2c59c6 0%,#2048a6 9%,#12317d 100%);
	background: -o-linear-gradient(top,  #2c59c6 0%,#2048a6 9%,#12317d 100%);
	background: -ms-linear-gradient(top,  #2c59c6 0%,#2048a6 9%,#12317d 100%);
	background: linear-gradient(to bottom,  #2c59c6 0%,#2048a6 9%,#12317d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c59c6', endColorstr='#12317d',GradientType=0 );
	
	color:#fff;
	cursor:pointer;
	border:#08045b solid 1px;
	padding:2px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.sidebarBanner{
	margin-bottom:12px;
}

.sideRecentArtWidgets{
	margin-bottom:12px;
    border: 1px solid #e7e7e0;
}

.sideRecentArtWidgets ul.tabNav{
	height:28px;
	width:100%;
	border-bottom:#e7e7e0 solid 1px;
	background-color:#f5f5f5;
}
ul.tabNav li{ 
list-style:none;
display:inline;
width:33.33333%;
float:left;
}
ul.tabNav li a{
	border-right:#e7e7e0 solid 1px;
	padding:7px 0;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	display:block;
}
ul.tabNav li.last a{
	border:none;
}
ul.tabNav li a:hover{
	background-color:#fff;
	color:#393939;
}
ul.tabNav li a.tabActive{
	font-weight:bold;
	color:#393939;
	background-color:#fff!important;
}

.tabContainer{
	padding:15px 10px 10px;
}

.tabContent{
	display:none;
}

.tabContent ul li{
	list-style:none; 
    border-bottom: 1px solid #dbdbdb;
	padding-left:12px;
	background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/listArrow.png);
	background-position:left 4px;
	background-repeat:no-repeat;
    line-height: 16px;
    margin-bottom: 5px;
    padding-bottom: 4px;
	font-size:12px;
}
.tabContent ul li span{
	color: #999;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
}
.tabContent ul li:last-child{
	border:none;
}

.featureStories{
	border:none;
}

.featureStories ul.tabNav{
	height:28px;
	width:100%;
	border-bottom:none;
	background:none;
}
.featureStories ul.tabNav li a{
	border:#e7e7e0 solid 1px;
	border-bottom:none;
}
.featureStories .tabContainer{
	border:#e7e7e0 solid 1px;
}

/*Newsletter widgets*/
.newsWidget{
margin-bottom:12px;
}
.newsWidget h2{
	background:#393939;
    color: #fff;
    font-size: 12px;
	font-weight:bold;
    height: 25px;
    line-height: 25px;
    padding: 0 12px;
}

.newsWidgetContent{
	border:#e7e7e0 solid 1px;
	padding:10px;
	font-size:12px;
}

.newsWidgetContent .subcribeText a{
	color:#123863;
	padding-left:20px;
	background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/rssIcon.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	font-weight:bold;
	margin:10px 0px 12px;
}

.emailBox{
	padding-left:20px;
	background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/mailIcon.jpg);
	background-repeat:no-repeat;
	background-position:left center;
}

.emailBox input{
	float:left;
}
.emailBox input.messFld{
	background-color:#ebf5ff;
    border: 1px solid #82c2bd;
    color: #656565;
    display: block;
    float: left;
    font-size: 11px;
    height: 19px;
    line-height: 18px;
	margin-right:10px;
    padding: 0 5px;
	width:160px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.emailBox input.signUpBtn{
	background-color:#024d99;
    border:none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    height: 21px;
    padding: 3px 4px 6px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}


/*Footer*/
/*start mb footer*/
#mbFooter{
	border-top:#d5d5d5  solid 1px;
	font-family:Tahoma, Geneva, sans-serif;
	display:none;
}
.mb #mbFooter{
	display:block;
}

.footerBox_1{
	background-color:#ededed;
	border-top:#fff solid 1px;
	padding:18px;
	font-size:11px;
}

.footerBox_1 h5, .footerBox_1 h6{
	color: #333232;
    font-size: 11px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
    margin-bottom: 6px;
}
.footerBox_1 h6{
	color:#0476aa;
	margin-bottom:3px;
}

.footCol1{
	width:410px;
	float:left;
	border-right:#333 dotted 1px;
}
.footCol1, .footCol2{
	min-height:160px;
	height:auto!important;
	height:160px;
}
.footCol1 ul li{
	list-style:none;
	color: #333;
    float: left;
    line-height: 15px;
	padding-bottom:1px;
    margin-right: 5px;
    width: 96px;
}
.footCol1 ul li a{
	color:#333;
}

.footerSocial{
	line-height:22px;
	margin-top:15px;
}

.footerSocial span{
	float:left;
	margin-right:5px;
	font-weight:bold;
}
.footerSocial a{
	background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/social-icons.png);
	background-repeat:no-repeat;
    display: inline-block;
    height: 21px;
    margin-left: 7px;
    text-decoration: none;
    width: 22px;
	float:;
}
.footerSocial a.facebook{background-position:0 0;}
.footerSocial a.twitter{background-position:0 -22px;}
.footerSocial a.linkedin{background-position:0 -44px;}


.footCol2{
	width:512px;
	float:right;
}

.footCol2 ul li{
	list-style:none;
	color: #333;
    line-height: 15px;
	padding-bottom:1px;
}
.footCol2 ul li a{
	color: #333;
}

.subFcolumns{
	width:25%;
	float:left;
}

.network{
    background:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/footerBg.gif) repeat-x scroll left top #5a779d;
    padding: 8px;
}
.network h2{
	font-family:Tahoma, Geneva, sans-serif;
	background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/footerSep.png);
	background-repeat:no-repeat;
	background-position:right center;
    color: #fff;
    float: left;
    font-size: 11px;
	font-weight:bold;
    line-height: 14px;
    margin-left: 15px;
    margin-right: 12px;
    padding: 0 25px 0 0;
}
.network ul{
	float:left;
}
.network ul li{
	list-style:none;
	border-right: 1px dotted #70a2c3;
    color: #fff;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin-right: 5px;
    padding: 0;
    width: 125px;
	color:#fff;
}
.network ul li.last{
	border:none;
}
.network ul li a{
	color: #9dbee9;
    display: block;
    font-weight: normal;
}

.copyright{
	background: #537096;
    color: #ccd4e0;
    font-size: 11px;
    margin: 0;
    padding: 4px 22px;
}
/*End css mb footer*/


/*TOI footer*/
#toiFooter{
	display:none;
	border-top: 3px solid #be0000;
    font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}
.toi #toiFooter{
	display:block;
}

.toiFotRow1{
    padding: 15px 30px 5px;
	border-bottom:#d4d4d4 solid 3px;
	
}
.toiFotRow1 .footerLogo{
	float: left;
    width: 208px;
}

.footerNav{
	float: left;
    margin: 0 0 10px 18px;
    width: 700px;
}
.footerNav ul {
	margin-bottom:5px;
}
.footerNav ul li{
	list-style:none;
	display:inline;
	margin-right:17px;
}

.footerNav ul li a{
	background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/footerNavBG.jpg);
	background-repeat:no-repeat;
	background-position:left 4px;
    color: #024d99;
	padding-left:11px;
    display: inline-block;
}

.toiRelatedLinks{
    padding: 15px 10px 15px 30px;
	border-bottom:#d4d4d4 solid 3px;
}
.toiRelatedLinks h5{
	color: #000;
    font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
    margin-bottom: 3px;
}
.toiRelatedLinks a {
    color: #024d99;
}

.toiRelCol1, .toiRelCol2, .toiRelCol3{
	width:181px;
	float:left;
	margin-right:22px;
	line-height:17px;
}
.toiRelCol2{
	width:113px;
}
.toiRelCol3{
	width:398px;
	margin-right:0;
}

.toifooterBottom{
	padding:10px 30px;
}

.toiCopyright{
	float:left;
}
.toipowerBy{
	float:right;
}

/*End toi footer*/


/*Listing page css*/
.listingContent{
    border-bottom: 1px dotted #9c9c9c;
    margin-bottom: 15px;
    padding: 0 12px 12px;
}
.listingImag{
display:block;
float: left;
margin-right: 14px;
width: 106px;
}

.listingImag img{
background-color:#fff;
border: 1px solid #b0b0b0;
padding: 2px;
}

.listingText{
}
.listingText h2{
	color: #024d99;
    font-size: 15px;
	font-weight:bold;
    line-height: 17px;
    margin-bottom: 10px;
}

.listingController{
margin-bottom:20px;
}

.listingController span.prevBtn{
float:left;
}
.listingController span.nextBtn{
float:right;
}
.listingController span a{
color:#fff;
display:block;
padding:5px 10px;
font-size:12px;
text-decoration:none;
background: #46b2d6;
background: -moz-linear-gradient(top,  #46b2d6 0%, #047195 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46b2d6), color-stop(100%,#047195));
background: -webkit-linear-gradient(top,  #46b2d6 0%,#047195 100%);
background: -o-linear-gradient(top,  #46b2d6 0%,#047195 100%);
background: -ms-linear-gradient(top,  #46b2d6 0%,#047195 100%);
background: linear-gradient(to bottom,  #46b2d6 0%,#047195 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46b2d6', endColorstr='#047195',GradientType=0 );

border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;

box-shadow:1px 1px 0px #012f3e;
-moz-box-shadow:1px 1px 0px #012f3e;
-webkit-box-shadow:1px 1px 0px #012f3e;
}

.listingController span a:hover{
background: #047195;
background: -moz-linear-gradient(top,  #047195 0%, #46b2d6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#047195), color-stop(100%,#46b2d6));
background: -webkit-linear-gradient(top,  #047195 0%,#46b2d6 100%);
background: -o-linear-gradient(top,  #047195 0%,#46b2d6 100%);
background: -ms-linear-gradient(top,  #047195 0%,#46b2d6 100%);
background: linear-gradient(to bottom,  #047195 0%,#46b2d6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#047195', endColorstr='#46b2d6',GradientType=0 );
}

.featTodWidget{
margin-bottom:12px;
}
.featTodWidget h2{
	background:#393939;
    color: #fff;
    font-size: 12px;
	font-weight:bold;
    height: 25px;
    line-height: 25px;
    padding: 0 12px;
}

.featTodWidgetContent{
	border:#e7e7e0 solid 1px;
	padding:10px;
	font-size:12px;
}

.featTodayList li{
list-style:none;
border-bottom: 1px solid #dbdbdb;
font-size: 12px;
line-height: 16px;
margin-bottom: 10px;
padding-bottom:7px;
width:100%;
float:left;
}

.feaTodPic{
width:100px;
float:left;
}
.featTodTitle{
width:167px;
float:right;
}

.feMorelink{
text-align:right;
font-size:11px;
}
.feMorelink a{
color:#000;
}

/*Detail page*/
.articleDetailPage{
font-size:15px;
line-height:20px;
}
.articleDetailPage p{
margin-bottom:15px;
}

.articleDetailPage h1{
font-size:28px;
line-height:30px;
font-weight:normal;
margin-bottom:10px;
}
.artPostDate{
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
margin-bottom:10px;
}

.artiControls{
    border-bottom: 1px solid #ccc;
    margin: 0 0 11px;
	height:24px;
    padding-left: 5px;
}
.artActions{
padding-top: 3px;
z-index: 5;
float:right;
}

.artActions a{
    background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/icons.png);
	background-repeat:no-repeat;
    display: block;
    height: 16px;
    width: 16px;
    float: left;
    margin-left: 11px;
	text-indent:-9999999px;
	overflow:hidden;
	
}
.artActions a.comment{background-position: 0 -4px;}
.artActions a.email{ background-position: 0 -23px;}
.artActions a.print{background-position: 0 -45px;}
.artActions a.FontReduce{background-position: 0 -88px;margin-left: 7px;}
.artActions a.FontLarge{ background-position: 0 -107px; margin-left: 0;}

.articleDetailTab{
float:left;
font-size:16px;
}
.articleDetailTab li{
list-style:none;
line-height:normal;
border: 1px solid #ccc;
background-color:#FFFFFF;
border-bottom:none;
padding:3px 10px 5px;
font-size: 14px;
line-height: 16px;
color:#333;
font-weight:bold;
border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
}

.relTags{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-bottom:15px;
	line-height:normal;
}
.relTags span{
    display: inline-block;
    float: left;
    font-weight: bold;
    margin-right: 3px;
}
.relTags ul{ float:left;}
.relTags ul li{ 
	list-style:none;
	border-right: 1px solid #393939;
    color: #393939;
    float: left;
    margin-bottom: 3px;
    margin-right: 5px;
    padding-right: 5px;
}
.relTags ul li.last{
	border:none;
}

.articleLeftSide{
	float:left;
	width:302px;
	margin-right:12px;
	margin-bottom:12px;
}

.artSocialSection{
	background-color:#f5f5f5;
	border: 1px solid #d7d7d7;
	padding: 11px 8px 7px;
	margin-bottom:10px;
}
.socialBtnBox{
float:left;
margin-right:5px;
}
.socialBtnBox.last{
margin-right:0;
}

.artImageBox{
	background-color:#e1e1e1;
	border: 1px solid #d7d7d7;
	padding: 4px;
}
.artImageBox img{
max-width: 99%;
height:auto;
display:block;
background: none repeat scroll 0 0 #fff;
border: 1px solid #b0b0b0;
padding: 1px;
}

.featTodBox{
	background-color: #ededed;
    clear: left;
    float: left;
    margin-bottom: 10px;
    margin-right: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
    width: 163px;
}

.featTodBox h2{
color: #fff;
background-color:#000;
font-size: 14px;
line-height: 17px;
padding: 6px 10px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}
.featueTodCont{
padding:7px 10px;
}
.featTodBox ul li{
list-style:none;
background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/listArrow.png);
background-repeat:no-repeat;
background-position:left 9px;
border-bottom: 1px solid #dbdbdb;
line-height: normal;
padding: 5px 0 5px 10px;
}
.featTodBox ul li a{
color: #5b5b5b;
}

.postFooter{
	border: 1px solid #91a4c2;
	margin: 10px 0;
	padding: 4px 4px 2px;
}

.postFooter h2{
float:left;
font-size:18px;
font-weight:bold;
}

.postFooter a.postBtn{
float:right;
background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/icons.png);
background-repeat:no-repeat;
background-position:3px -236px;
border: 1px solid #b6bfde;
color: #4157a2;
display:block;
line-height: 16px;
font-size:11px;
padding: 3px 5px 3px 23px;
}

.arBottom{
margin-bottom:15px;
}

/*Related article*/
.relatedArticle{
border-bottom: 1px solid #dbdbdb;
padding-bottom:5px;
margin-bottom:25px;

}
.relatedArticle h2{    
	border-bottom: 1px solid #ccc;
    color: #a40000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 13px;
    padding-bottom: 6px;
}
.relatedArticle ol{
margin-left:15px;
}
.relatedArticle ol li{
margin-bottom:3px;
font-size:12px;
color:#024d99;
}


.commentFormContainer{
line-height:normal;
padding-bottom:40px;
}

.commentFormContainer h2{
	color: #3f3f3f;
    font-size: 20px;
    margin-bottom: 6px;
}
.commentFormContainer h3{
    color: #3f3f3f;
    font-size: 15px;
    margin-bottom: 22px;
}
.commentFormContainer p {
    color: #3f3f3f;
    font-size: 11px;
    margin-bottom: 19px;
}

.commentFormContainer form{
width:450px;
}

.commentBox{
margin-bottom:10px;
}
.commentBox textarea{
margin-bottom:1px;
}

span.messageBox{
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#555;
clear:both;
} 

.userLoginForm{
}

.socialLogBtn{
}
.socialLogBtn li{
list-style:none;
float:left;
margin-right:5px;
}
p.logPowerBy{
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#555;
padding-top:5px;
}

.userLoginForm{
}
.userLoginForm h2{
margin-bottom:10px;
}
.userLoginForm input{
margin-bottom:0;
}
.userLoginForm .halfBox{
width:48%;
margin-right:4%;
float:left;
}

.userLoginForm .formField{
margin-bottom:12px;
}


.shareComment span.checkbox {
    border: 1px solid #dfe0e2;
    color: #9e9e9e;
    display: block;
    float: left;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    margin-bottom: 22px;
    margin-right: 5px;
    padding: 3px;
    width: 135px;
}
.shareComment span.checkbox input.checkbox {
    margin: 0 5px 0 0;
    position: relative;
    top: -1px;
    vertical-align: bottom;
}
.shareComment span.checkbox span.facebook {
    background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/social-icons.png);
	background-repeat:no-repeat;
	background-position:left -66px;
    display: block;
    float: right;
    height: 16px;
    width: 16px;
}
.shareComment span.checkbox span.twitter {
    background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/social-icons.png);
	background-repeat:no-repeat;
	background-position:left -84px;
    display: block;
    float: right;
    height: 16px;
    width: 16px;
}

p.shareText {
    color: #787878;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 8px;
}
.capta{
margin-bottom:10px;
}


/*SlideShow*/
.slideshow.owl-carousel{
background-color:#000;
text-align:center;
margin:10px auto 25px;
clear: both;
}
.slideshow.owl-carousel .owl-item div{
text-align:center;
}
.slideshow.owl-carousel .owl-item img{
width:initial;
display:inline;
max-height:100%;
}

.slideshow.owl-carousel .owl-item .slideShowCaptionData{
background-color:rgba(0, 0, 0, 1);
color:#fff;
margin-bottom:0;
padding:15px 10px 18px 10px;
bottom:0;
left:0;
width:97%;
text-align:left;
margin-left:0px;
margin-top:10px;
float:left;
border-top:1px solid #ffffff;
border-bottom:1px solid #ffffff;
}

/*Slideshow control*/
.slideshow.owl-carousel .owl-controls{
position:relative;
height:1px;
margin-top:0px;
}
.slideshow.owl-carousel .owl-controls .owl-nav .owl-prev, 
.slideshow.owl-carousel .owl-controls .owl-nav .owl-next,
.slideshow.owl-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]{
    background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/slideshowBtn.png);
	background-repeat:no-repeat;
    height: 100px;
	padding:0px;
    width: 24px;
	background-position:left top;
	position:absolute;
	top:-450px;
	left:5px;
	opacity: 0.5;
	border-radius:0;
}
.slideshow.owl-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
	opacity:0.8;
}
.slideshow.owl-carousel .owl-controls .owl-nav .owl-next{
	background-position: -24px 0!important;
	left:inherit!important;
	right:5px;
}


.slideshow.owl-carousel .owl-controls .owl-dots{
	position:absolute;
	top:20px;
	width:100%;
}

.slideshow.owl-carousel.owl-theme .owl-dots .owl-dot span{
width:15px;
height:15px;
margin:2px;
padding:0px;
background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/slideshowPagination.png);
opacity:0.5;
border-radius:0;
}

.slideshow.owl-carousel.owl-theme .owl-dots .owl-dot span:hover{
opacity:0.8;
}


/*News ticker*/


/*Poll REsult**/
.pollResult{
	margin-top:10px;
}

.pollResult p{
	margin-bottom:5px;
}

.pollBar{
	width:100%;
}

.pollBar .pollBarActive{
	height:20px;
	width:0%;
	background-color:#2f8dcb;
	color:#fff;
	font-size:11px;
	font-family:arial;
	text-align:center;
	line-height:20px;
}


/*Sub menu - MB*/
#mbNavigation{
position:relative;
}

#mbNavigation nav ul li ul.sub-menu{
    background-image: url("/National_Library/oe_/http://content.magicbricks.com/resources/images/secondary-nav-bg.gif");
	background-repeat:repeat-x;
	background-position:left top;
	border:#bcbcbc solid 1px;
    display: block;
    left: 0;
    position: absolute;
    top: 28px;
    width: 99.8%;
	display:none;
}


#mbNavigation nav ul li:hover ul.sub-menu{
display:block;
}

#mbNavigation nav ul li ul.sub-menu li{
    float: left;
    font-weight: normal;
}

#mbNavigation nav ul li ul.sub-menu li a{
	color: #024d99;
	border:none;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    padding: 0 9px;
    text-decoration: none;
}

#mbNavigation nav ul li ul.sub-menu li a:hover{
background:none;
color:#024d99;
}


/*Sub menu - TOI*/
nav#toiNavigation{
position:relative;
}

nav#toiNavigation ul li ul.sub-menu{
    background-image: url("/National_Library/oe_/http://content.magicbricks.com/resources/images/secondary-nav-bg.gif");
	background-repeat:repeat-x;
	background-position:left top;
	border:#bcbcbc solid 1px;
    display: block;
    left: 0;
    position: absolute;
    top: 23px;
    width: 99.8%;
	display:none;
}


nav#toiNavigation ul li:hover ul.sub-menu{
display:block;
}

nav#toiNavigation ul li ul.sub-menu li{
    float: left;
    font-weight: normal;
	background:none;
}

nav#toiNavigation ul li ul.sub-menu li a{
	color: #024d99;
	border:none;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    padding: 0 9px;
    text-decoration: none;
}

nav#toiNavigation ul li ul.sub-menu li a:hover{
background:none;
color:#024d99;
}


/*

#mbSubMenuNav{
position:relative;
}
#mbNavigation{
position:relative;
}
#mbSubMenuNav ul.sub-menu{
    background-image: url("/National_Library/oe_/http://content.magicbricks.com/resources/images/secondary-nav-bg.gif");
	background-repeat:repeat-x;
	background-position:left top;
	border:#bcbcbc solid 1px;
	border-top:none;
    display: block;
    left: 0;
    position: absolute;
    width: 98.2%;
	margin-left: 8px;
}

#mbSubMenuNav ul.sub-menu li{
    float: left;
    font-weight: normal;
    list-style: none;
	display: inline;
	float: left;
	padding-right: 1px;
	background-image: url(/National_Library/oe_/http://content.magicbricks.com/resources/images/navSep.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}

#mbSubMenuNav ul.sub-menu li a{
	color: #024d99;
	border:none;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    padding: 0 9px;
    text-decoration: none;
}

#mbSubMenuNav ul.sub-menu li a:hover{
background:none;
color:#024d99;
}
*/


/*Sub tab container*/
ul.subTabNav{
width:100%;
height:30px;
}
ul.subTabNav li {
    float: left;
    font-size: 12px;
	border:none;
	padding:0;
	background:none;
}
ul.subTabNav li a{
	color: #024d99;
	padding:0px 7px 0 0;
	margin:0px 7px 0 0;
	text-decoration:none;

}
ul.subTabNav li a.subTabActive{
color:#000;
font-weight:bold;
}


.subTabContainer{
display:none;
}


.pagination{
width:320px;
float:right;
}
.totalItem{
float:right;
padding:7px 10px 0px 0px;
color:#666;
font-style:italic;

}
ul.paginationControl{
float:right;
}

ul.paginationControl li{
float:left;
list-style:none;
margin:1px;
}

ul.paginationControl li a{
width:31px;
height:31px;
text-align:center;
font-size:20px;
display:block;
background-color:#428bca;
color:#fff;
text-decoration:none;
}

ul.paginationControl li a:hover{
background-color:#1b6aaa;
}
ul.paginationControl li.paginationfield input{
width:50px;
text-align:center;
}
ul.paginationControl li.paginationfield{
padding:0px 4px;}


/*Property pulse section in listing page*/
.propPulseSection{
margin-bottom:20px;
}
.propPulseSection h2{
background-color:#4688c5;
padding:10px 20px;
font-weight:bold;
margin-bottom:15px;
color:#fff;
}

.toi .propPulseSection h2{
background-color:#be0000;
}

.propContent{
}

.propContCols{
width:172px;
padding:0px 12px;
float:left;
border-right:#ddd solid 1px;
}

.propContCols h3{
color:#999999;
margin-bottom:5px;
}
.propContCols ul{ margin-bottom:15px;}
.propContCols ul li{
list-style:none;
padding:7px 0px;
border-bottom:#ddd dotted 1px;
}

.moreLinkCity{ font-size:12px;}

/*Captcha css*/
.capta{ height:40px;}
.capta img.fLt{ float:left; margin-right:15px; margin-top:5px!important;}
.capta img#captchaImage{ width:128px; margin-right:5px; float:left; margin-top:0px!important;}
.capta input{ float:left; width:150px;}

/*Commented box*/
.commentedBox{
border-bottom:1px dotted gray;
padding: 13px 0 12px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}
.commentedBox p{
font-size:13px;
margin-bottom:5px;
}

.commentedBox .userPic{ float:left; margin-right:10px;}
.commentedBox .userComment{ width:450px; float:left;}

.commentedBox h3{
color:#333;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
margin-bottom:3px;
font-weight: bold;
}
.commentedBox h3 a{
	color: #024d99;
}
.commentedBox h3 span{
font-weight:normal;
}


.commentedBox .date{
color:#868686;
font-size:13px;
margin-bottom:5px;
}

.commentedBox a.replyBtn{
color:#fff;
display:inline-block;
padding:5px 10px;
font-size:12px;
text-decoration:none;
background: #46b2d6;
background: -moz-linear-gradient(top,  #46b2d6 0%, #047195 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46b2d6), color-stop(100%,#047195));
background: -webkit-linear-gradient(top,  #46b2d6 0%,#047195 100%);
background: -o-linear-gradient(top,  #46b2d6 0%,#047195 100%);
background: -ms-linear-gradient(top,  #46b2d6 0%,#047195 100%);
background: linear-gradient(to bottom,  #46b2d6 0%,#047195 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46b2d6', endColorstr='#047195',GradientType=0 );

border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;

box-shadow:1px 1px 0px #012f3e;
-moz-box-shadow:1px 1px 0px #012f3e;
-webkit-box-shadow:1px 1px 0px #012f3e;
}

.readPostLink{ 
padding-left:15px;
margin-left:15px;
font-size:12px;
border-left:#333 dotted 1px;
}

.replyCommentBox{ padding-left:60px; background-color:#f4f4f4;}
.reply_Seconnd{ padding-left:120px; background-color:#f4f4f4;}

.inlineImg{
display: table-cell;
clear: both;
background-color: #F2F2F2;
padding: 5px;
font-size: 11px;
vertical-align: top;
}

#articleDetailContent table tbody td ul{padding-left: 30px;}

.mspollsWidget{
	background:#fafafa;
    border: 0px solid #e7e7e0;
	margin-bottom:12px;
	min-height: 350px;
}


.mspollsWidget h2{
	background:#fafafa;
    color: #2a2a2a;
	font-weight:bold;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    padding: 0 12px;
	border-bottom:#e7e7e0 solid 0px;
}

.mspollsWidget h2 span{color: #2a2a2a;
    font-family: "opensans-bold";
    font-size: 24px;
    line-height: 26px;
    margin: 0;
    padding: 0 0 25px;}
    
.mspollsWidget ul.wp-polls-ul li{margin: 0;
    padding: 0 0 6px;}
    
.mspollsWidget ul.wp-polls-ul li input{margin-right: 6px;}
.mspollsWidget .customRedBtn{    background: #c0392b none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: open_sansregular;
    font-size: 14px;
    height: 31px;
    line-height: 31px;
    padding: 0 25px 2px;
    text-decoration: none;
    width: 155px; margin: 10px auto 0; border:0; outline:0;}
.mspollsWidget .customRedBtn:hover { background: #ac0d0b !important;}
.mspollsWidget form div:last-child{text-align: center;}
.mspollsWidget ul.wp-polls-ul{padding: 25px 0 0 2px;}   
#bx-pager a{height: 60px !important;}
#bx-pager .defaultPager a{height: 10px !important;}

/* email Subscriber Box */
.emailNewsSubscriberBox{
	padding-left:20px;
	background-image:url(/National_Library/oe_/http://content.magicbricks.com/resources/images/mailIcon.jpg);
	background-repeat:no-repeat;
	background-position:inherit center;
}

.emailNewsSubscriberBox input{
	float:left;
}
.emailNewsSubscriberBox input.messFld{
	background-color: #ebf5ff;
    border: 1px solid #82c2bd;
    border-radius: 2px;
    color: #656565;
    display: block;
    float: left;
    font-size: 11px;
    height: 26px;
    line-height: 18px;
    margin-bottom: 8px;
    margin-right: 10px;
    padding: 0 5px;
}
.emailNewsSubscriberBox input.subscribeBtn{
	background-color:#024d99;
    border:none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    height: 21px;
    padding: 3px 4px 6px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.emailNewsSubscriberBox select.newsSubscriberCityBox{
	 background-color: #ebf5ff;
    border: 1px solid #82c2bd;
    border-radius: 4px;
    color: #656565;
    display: inline-block;
    font-size: 11px;
    height: 25px;
    padding: 3px 4px 6px;
}
.newsSubscribeResult.errorResult{background:#ef403d; padding:4px; font-size:11px; color:#fff;}
.errorResult:before{content: "\2717";
  color:#fff;padding-right:5PX;
}
.newsSubscribeResult.tickSucess{background:#96df73;padding:4px;font-size:11px; color:#fff;}
.tickSucess:before{content: "\2713";
  color:#fff; padding-right:5PX;

}
.newsSubscribeResult{
	background-color:#fff;    
    display:none;
    font-size: 14px;
}

/*  Ad code for  mb and toi */
 
adBanner#mbAdBanner{
	padding-top:10px;
	display:none;
}
.mb adBanner#mbAdBanner{
	display:block;
}

adBanner#toiAdBanner{
	padding-top:10px;
	display:none;
}
.toi adBanner#toiAdBanner{
	display:block;
}