﻿/* UnitFinder */	
.unitfinderinfo
{
	font-family: arial,verdana;
	font-weight:normal;	color: #000000; font-size:10px;
	line-height: normal;
	white-space: nowrap;
}

.unitfinderinfo .unitfindertitle 
{
	font-weight:bold; font-size:12px; padding-bottom:3px; margin-bottom:10px;color: #000000;
}

.unitfinderinfo a {
	color: #000000;
	text-decoration: underline;
}

div.unitfinderwrapper br {
	padding-bottom:13px;
}

.unitfinderinfo a:hover {
	color: #000000;
	text-decoration: none;
}
#map_list 
{
	font-family: arial,verdana;
	color: #FFFFFF;
}
#map_list .listinfoimg {cursor: pointer;}
#map_list .listinfo { display:none; }
#map_narrowsearch { display:none; z-index: 100;}
.unitfinderwrapper 
{
	padding-left: 16px;
}
.listinfo 
{
	font-family: arial,verdana;
	font-weight:normal;	color: #000000; font-size:10px;
	line-height: normal;
	color: #FFFFFF;
}
.listinfo a {
	color: #FFFFFF;
	text-decoration: none;
}
.listinfo a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#backgroundPopup{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:1;  
	}  
#map_narrowsearch{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	/*height:384px;  */
	width:408px;  
	background:#FFFFFF;  
	border:2px solid #cecece;  
	z-index:2;  
	padding:12px;  
	font-size:13px;  
}  


@media only screen and (max-width: 480px) {
#map_narrowsearch{  
	width:100%; 
	padding:0;
	margin:0; 
	border:0;
	border-top:2px solid #cecece;
	border-bottom:2px solid #cecece;
	position:absolute;
	top:auto!important;
	bottom:0;    	
} 

#map_narrowsearch a,#map_narrowsearch h1 {   
	padding-left: 12px; 
} 

p#map_narrowsearchcontent {
	padding-bottom: 12px;
}
}

#map_narrowsearch h1{  
	text-align:left;  
	color:#6FA5FD;  
	font-size:22px;  
	font-weight:700;  
	border-bottom:1px dotted #D3D3D3;  
	padding-bottom:2px;  
	margin-bottom:20px;  
}  
#map_narrowsearchclose {  
	font-size:14px;  
	line-height:14px;  
	right:6px;  
	top:4px;  
	position:absolute;  
	color:#6fa5fd;  
	font-weight:700;  
	display:block;  
	text-decoration:none;  
	cursor: pointer;  
}
.map_narrowsearchsep 
{
	height: 1px;
	border: 1px dotted #888888;
	border-width: 1px 0 0;
	margin: 1px;
	padding: 1px;
}
#map_narrowsearchclose:hover{  
	text-decoration: underline;
}
#map_narrowsearch a {
	color: #000000;
	text-decoration: none;
	cursor: pointer;  
}
#map_narrowsearch a:hover {
	color: #000000;
	text-decoration: underline;
	cursor: pointer;  
}
#button{  
	text-align:center;  
	margin:100px;  
} 

.unitfindertable { padding:0; margin:0 0 12px 0; }

.unitfindertable .uftitle, .unitfindertable .uflabel, .unitfindertable .ufdata {
	color: #000;
	font-family: arial,verdana;
    white-space: nowrap;
	line-height: 1.1em;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
}

.unitfindertable .uftitle{
                font-weight: bold;
                font-size: 13px;
                padding-bottom:1px; 
}
.unitfindertable .uflabel{
                font-weight: bold;
                font-size: 10px;
                text-align:right;  
}
.unitfindertable .ufdata{
                font-size: 10px;
}

.unitfindertable a {
	color: #000;
	text-decoration: underline;
}

.unitfindertable a:hover {
	color: #474747;
}

.unitfindertable a:active {
	position: relative;
	top: 1px;
}

div.listinfo .unitfindertable .uftitle, div.listinfo .unitfindertable .uflabel, div.listinfo .unitfindertable .ufdata, div.listinfo .unitfindertable a {
	color: #000000;
}

div.triangle-border div { line-height: normal; padding:0; margin:0; }

.triangle-border {
	line-height: normal;
	position:relative;
	padding:15px;
	margin:3em 0 3em;
	border:5px solid #474747;
	margin-left:30px;
	color:#333;
	background:#fff;
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:-webkit-gradient(linear, left top, left bottom, from(rgba(225,255,225,0.8)), to(rgba(255,255,255,1)));
	background:-moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,1));
	background:-o-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,1));
	background:linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,1));
}

.triangle-border img { 
    border:0!important;
    padding:0!important;
    margin:0!important;
}

.flip {
    position:absolute;
    bottom:37px; /* value = (:before top) + (:before border-top) - (:after border-top) */
    left:-29px; /* value = - border-left-width - border-right-width */
    top:auto;
    border-width:9px 21px;
    border-style:solid;
    border-color:transparent #fff transparent transparent;
}

