/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
width: 98%; /*leave this value as is in most cases*/
margin-left:4px;
margin-top:10px;
float:left;
overflow:auto;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid navy; /*navy border*/
background: black url(../../images/cp/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid navy; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(../../images/cp/indentbg2.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

.tab-area{
	border-top:1px solid gray; 
	width:98%; 
	margin-left:2px;
	padding: 5px; 
	margin-bottom:1em;
	float:left;
	}
.map-img{
	width:100%;
	border:3px solid #F30;
	}
#tab-list1{
	width:100%;
	padding:3px;	
	height:345px;
	overflow:auto;
	margin-top:10px;
}
#tab-list2{
	width:100%;
	padding:3px;	
	overflow:auto;
	margin-top:10px;
}
#tab-row{
	width:100%;
	margin-top:3px;
}
#tab-cell{
	width:50%;
	pdding:2px;
	height:80px;
	float:left;
	overflow:auto;	
}
#tab-cell img{
	margin-right:2px;
	border:0px;
}
.tab-cell-title{
	color:#F60;
}
#tab-row-title{
	background:url(../../images/cp/titlebar01.jpg) no-repeat;
	height:21px;
	color:#F66;	
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
}

#vertical-tab{
font: bold 13px Arial;
width: 70px;/*leave this value as is in most cases*/
margin-left:0px;
margin-top:10px;
float:left;
margin-right:4px;
}

#vertical-tab ul{
margin: 0;
padding: 0;
}

#vertical-tab ul li{
display: list-item;
border-bottom: 1px solid navy; /*navy divider between menu items*/
text-align:center;
list-style-type:none;
}

#vertical-tab ul li a{
text-decoration: none;
}


#vertical-tab ul li a.selected{
color: white !important;
}

myGalery-discription{
	margin-left:10px;
	float:left;
	overflow:auto;
}
#myGalery-title{
	color:#f60;
	font-weight:bold;
	font-size:18px;	
}
#tab-list1{
		float:left;
		overflow:auto;
	}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider-area{
	float:left;
	overflow:auto;	
}
#slider{
	float:left;	
}
#slider, #slider li{ 
	width:500px;
	overflow:hidden; 
	}
	
#tabcontent-button1{
	width:100%;
	float:left;
	overflow:auto;
}
#slider-tab{
	width:100%;
		
}
#prevBtn{
	margin-right:4px;
	float:left;
	overflow:auto;
}
#nextBtn{
	float:left;
	overflow:auto;
}
#prevBtn a,#nextBtn a{
text-decoration: none;
border:0px;
}
#prevBtn img,#nextBtn img{
border:0px;
}


.accordion_div1{
	height:400px;
}
.rera_flash{
	width:250px;
	height:405px;	
	float:left;
	overflow:auto;
	padding:0px 0px 0px 0px;
}
.rera_description{
	padding-top:5px;
	padding-left:2px;
	width:220px;
	height:395px;	
	float:left;
	overflow:auto;
}
@media print {
.tabcontent {
display:block !important;
}
}
