/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
margin:0;
padding: 0;
list-style-position:inside;
width: 315px;
list-style-type: none;
text-transform: capitalize;
text-align: left; /*set to left, center, or right to align the menu as desired*/
height:31px;
}

.shadetabs li{
display: block;
list-style-type: none;
float: left;
text-align: center;
height:31px;
margin: 0;
text-transform: capitalize;
padding: 0;
list-style-position:inside;
}

.shadetabs li a{
display: block;
height:31px;
text-decoration: none;
position: relative;
z-index: 1;
margin:0;
padding-left: 0px;
list-style-position:inside;
text-transform: capitalize;
font:bold 12px 'Trebuchet MS';
background-color: #878865;
border-bottom: 0px #004236 solid;
color: #4f4f4f;
}

.shadetabs li a:visited{
height:31px;
color: #4f4f4f;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #4f4f4f;
height:31px;
cursor: hand;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
height:31px;
background-image: url(images/cairo_house_real_estate_egypt_find_property_tab_selected1.jpg);
background-position: right top;
background-repeat: no-repeat;
}

.shadetabs li a.selected{ /*selected main tab style */
color: #004236;
height:31px;
background-color: #ffffff;
border-bottom: 0px #fff solid;
/*background-image: url(shadeactive.gif);
border-bottom-color: white;*/
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
height:31px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
