﻿.rightBoxHome .top {
    display:none;
}
.rightBoxHome .bot {
    display:none;
}
.ui-tabs .ui-tabs-hide {      
    display: none; 
}

.tabs.home .top li.ui-state-active,
.tabs.home .top li.ui-tabs-selected {
    background: transparent url(../images/tab-home-l.gif) no-repeat left top !important;
	border-bottom: 1px solid #fff;
}
.tabs .top li.ui-state-active {
    background: transparent url(../images/tab-l-sel.gif) no-repeat left top;
	border-bottom: 1px solid #fff;
}
.tabs .top li.ui-state-active .liR {
		background: transparent url(../images/tab-r-sel.gif) no-repeat left top;
	}
.slider ul li
{
    background:none;
    padding:0;
    margin:0;
}
.top5 .item img {
    border: 1px solid #ccc !important;        
}
.top5 .item h3 {
    margin-top:3px !important;
}
.rightCol .contactBox {
    width:290px;
}
.rightCol .contactBox .mid {
    width:268px;
}
.rightCol .contactBox .top {
    z-index:1;
    position:relative;
    background:transparent url(../images/box-top-rc.gif) no-repeat scroll left top;
}
.rightCol .contactBox .bot {
    width:290px;
    background:transparent url(../images/box-bot-rc.gif) no-repeat scroll left top;
}
.gmnoprint {
    background:none !important;
    border:none !important;
}
.gmnoprint div {
    background:none !important;
    border:none !important;
    padding:0 !important;
    margin:0 !important;
    text-decoration: underline;    
}
.boxSearchRes a:hover {
    color:Black;
}
.boxSearchRes .mid {
    text-decoration:none !important;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

/* modal popup */
.simplemodal-overlay {
    background-color:#fff; 
    cursor:wait;
}
/*.simplemodal-container .top {
    background:transparent url(../images/box-top2.gif) no-repeat scroll left top !important;
}    
.simplemodal-container .bot {
    background:transparent url(../images/box-bot2.gif) no-repeat scroll left top !important;
} */

.modalMap
{
    background:#008457;
    padding:4px 0 0 0;
    border:solid 1px #008457 !important;
}
.modalMap .imgClose
{    
    padding:5px;
}

/*------------*/
/*Autocomplete*/
/*------------*/
.ac_results 
{
    background-color:white;
    border:1px solid black;
    overflow:hidden;
    padding:0;
    z-index:99999;
}
.ac_results ul 
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
    width:100%;
}
.ac_results li 
{
    -x-system-font:menu;
    cursor:default;
    display:block;
    font-family:-moz-use-system-font;
    font-size:12px;
    font-size-adjust:-moz-use-system-font;
    font-stretch:-moz-use-system-font;
    font-style:-moz-use-system-font;
    font-variant:-moz-use-system-font;
    font-weight:-moz-use-system-font;
    line-height:16px;
    margin:0;
    overflow:hidden;
    padding:2px 5px;
}
.ac_loading 
{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:white url(indicator.gif) no-repeat scroll right center;
}
.ac_odd 
{
    background-color:#EEEEEE;
}
.ac_over 
{
    background-color:#0A246A;
    color:white;
}
/*------------*/
/*Autocomplete*/
/*------------*/