/* Tabs
----------------------------------------------------------------------------------------------------*/
.tabs-hide 
{
    position: absolute;
    left: -10000px;
    height:1px;
    overflow:hidden;
}

.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left:-1px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}

#searchTab li
{
    min-width:40px;
    margin-right:10px;
	margin-top:-1px;
}

.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 20px;
    background: url(images/tab.gif) no-repeat;
}

#searchTab .tabs-nav a, #searchTab .tabs-nav a span
{
    padding: 0;
    text-align:left;
}

#search_tab .tabs-nav a, #search .tabs-nav a span
{
    background-image:none;
    color:#fff;    
    text-transform:uppercase; 
	font-size:0.9em;
	line-height:14px;
	padding: 1px 5px 0 5px;
}

#search_tab .tabs-nav a span.flag
{
	padding-left:20px;
	background-position: left 2px;
}

#search_tab .tabs-selected a, #search .tabs-selected a span {
    color: #1A344E !important;
    background-color:#fff;
    padding: 1px 5px 0 5px;
    text-align:center;
    text-transform:uppercase;   
}

#resultToggle .tabs-nav a, #resultToggle .tabs-nav a span 
{
    background-image:none;
}

.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #d8191f;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #1a344e;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
    font-weight:bold;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container 
{
    margin-bottom:20px;
}

#search_tab .tabs-container 
{
    padding-top:10px;
}

.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(images/loading.gif) no-repeat 0 50%;
}

.tabs-container .top
{
     background: #fff url(images/bgTab_detail.gif) no-repeat left top;
     height:5px;
}

.tabs-container .box_small_gradient .top
{
     background: transparent url(images/box_col4_top_gradient.gif) no-repeat left top;
     height:5px;
}

.tabs-container .middle
{
     background: #fff url(images/bgTab_detail_middle.gif) repeat-y left top;
     padding:15px 10px 0 10px;
}

.tabs-container .box_small_gradient .middle
{
     background: transparent url(images/box_col4_middle_gradient.gif) repeat-y left top;
     padding:0px 5px 0 8px;
}

.tabs-container .bottom
{
     background: #fff url(images/bgTab_detail.gif) no-repeat left bottom;
     height:5px;
}

.tabs-container .box_small_gradient .bottom
{
     background: transparent url(images/box_col4_bottom_gradient.gif) no-repeat left bottom;
     height:5px;
}

#tab_properties .tabs-container .top
{
     background: #fff url(images/bgTab_properties_top.gif) no-repeat left top;
     height:5px;
}

#tab_properties .tabs-container .middle
{
     background: #fff url(images/bgTab_properties_middle.gif) repeat-y left top;
     padding:15px 10px 0 10px;
}

#tab_properties .tabs-container .bottom
{
     background: #fff url(images/bgTab_properties_bottom.gif) no-repeat left bottom;
     height:5px;
}

.project_meta h2
{
    padding-top:0;
}

.property_tab_detail_wide .tabs-container .top
{
     background: transparent url(images/box_col4_top_gradient.gif) no-repeat left top;
     height:5px;
}

.property_tab_detail_wide .tabs-container .middle
{
     background: #fff url(images/bgTab_detail_middle.gif) repeat-y left top;
     padding:15px 10px 0 10px;
}

 .property_tab_detail_wide .tabs-container .middle
{
     background: transparent url(images/box_col4_middle_gradient.gif) repeat-y left top;
     padding:0px 5px 0 8px;
}

.property_tab_detail_wide .tabs-container .bottom
{
     background: #fff url(images/bgTab_detail.gif) no-repeat left bottom;
     height:5px;
}
