﻿h1.logo { position:absolute; margin:25px 0 0 13px;text-decoration:none !important; }
h1.logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

img 
{
    border-style:none;
    vertical-align:middle;
    padding:2px;
}

ul,ol         { list-style:none; }



p { font-family: Verdana;font-size:11px;color:#666;letter-spacing:-0.5px;text-transform:uppercase;}

h2
{
    font-family: 'Cuprum', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #316e80; 
    /*background: #fff; */
    font-weight:normal;
    
    
}
dl
{
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-image: url('../images/WEB/icon_plus.gif');
    background-repeat: no-repeat;
    background-position: 98% center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e1e8ea;
    border-right-color: #e1e8ea;
    background-color: #F5F5F5;
    cursor: pointer;
    color: #666666;
    text-transform: uppercase;
}
dl a 
{
    
    color: #666666;
    text-decoration:none;
    
}
.ui-autocomplete {
		max-height: 200px;
		overflow-y: auto;
		/* prevent horizontal scrollbar */
		overflow-x: hidden;
		/* add padding to account for vertical scrollbar */
		padding-right: 20px;
        border:1px solid #e1e8ea;
        -moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	}
	/* IE 6 doesn't support max-height
	 * we use height instead, but this forces the menu to always be this tall
	 */
	* html .ui-autocomplete {
		height: 100px;
	}
.ui-menu 
{

}
.ui-widget 
{
    background-color:White;
    width:200px;
}
.ui-widget-content 
{
    line-height:20px;
    font-size:11px;
    padding:10px;
    cursor:pointer; 
 }
.ui-menu-item
{
    color: #316e80;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #f4f4f4;
}
.ui-menu-item:hover
{
    background-color:#f4f4f4;
        
}