﻿
/* TABS Ordere List CSS */


ol.tabs 
{
    position:relative;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	min-height: 20px;
	width: 100%;
}
ol.tabs li 
{
    border: 0px none;
    border-bottom: 1px solid #dedede;
	float: left;
	margin: 1px;
	padding: 0px;
	height: 26px;
	line-height: 26px;
	margin-bottom: 0px;
	background: #e0e0e0;
	background: transparent url('images/tabrightoff.png') no-repeat top right;
	overflow: hidden;
	position: relative;
    behavior: url("csshover3.htc");
}

ol.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1em;
	padding: 0 20px;
	border: 0px solid #fff;
	outline: none;
	background: transparent url('images/tableftoff.png') no-repeat top left;


}

ol.tabs li.SelectedTab, ol.tabs li:hover {
	background: transparent url('images/tabrighton.png') no-repeat top right;
	border-bottom: 1px solid white;
}

ol.tabs li a.SelectedTab, ol.tabs li a:hover {
	background: transparent url('images/tablefton.png') no-repeat top left;
}
ol.tabs li a.SelectedTab
{
	font-weight: bold;
	color: #143753;
}

/* **************************************************************************
 * CMS-WIDGET - MY ACCOUNT PAGE - TABS:
 */
#MyAccountTabHeaderBorder
{
    position: relative;
}

#MyAccountTabHeader
{
    position: relative;
    padding-top: 4px;
    padding-left: 4px;
    min-height: 30px;
}

.TabsContent
{
    position: relative;
    border: solid 1px #dedede;   
    padding: 20px;
    min-height: 200px;
}

.TabsHeader a
{
    position: relative;
	top: 12px;
	padding-top: 9px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	height: 27px;
	min-height: 27px;
	margin-bottom: 0px;
	background: url('images/realtor_tab_on.png') bottom;
	overflow: hidden;
	text-decoration: none;
}

.TabsHeader a:visited
{
    position: relative;
	top: 12px;
	padding-top: 9px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	height: 27px;
	min-height: 27px;
	margin-bottom: 0px;
	background: url('images/realtor_tab_on.png') bottom;
	overflow: hidden;
	text-decoration: none;
}

.TabsHeader a:hover
{
    position: relative;
	top: 12px;
	padding-top: 9px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	height: 27px;
	min-height: 27px;
	margin-bottom: 0px;
	background: url('images/realtor_tab_hover.png') bottom;
	overflow: hidden;
	text-decoration: none;
	
}

.TabsHeaderSelected
{
    position: relative;
	top: 12px;
	padding-top: 9px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	height: 27px;
	min-height: 27px;
	margin-bottom: 0px;
    background: url('images/realtor_tab_hover.png') bottom;
	overflow: hidden;
	text-decoration: none;
}  
