@charset "utf-8";
/* 
    Document   : easymap.css
    $LastChangedRevision: 327 $
	$LastChangedBy: ChrisMcKee $
	$LastChangedDate: 2010-01-25 16:41:40 +0000 (Mon, 25 Jan 2010) $
    Description:
        Shared Map Styles
*/

.easymap{
color: #3970a8;
/*position: relative;
top: 15px;
right: 10px;*/
float: left;
height: 318px;
width: 630px;
background-image:url(/media/images/searchbg.gif);
background-repeat: repeat-x;
background-color: #00FF00;
border: 0.03em #3970a8 solid;
padding: 8px 0px 0px 0px;
margin: 10px 0px 0px 20px;
}

* html .easymap{
	display: inline;
}


.easymapset{
display: block;
float: left;
width: 200px;
margin: 0px 0px 0px 10px;
}


.googlemap{
display: block;
float: left;
width: 400px;
height: 288px;
background-image:url(/media/images/map.gif);
background-repeat: no-repeat;
margin: 10px 0px 0px 0px;
}


.easymap strong{
color: #FFF;
font-size: 16px;
margin-left: 10px;
}

.easymap legend{
color: inherit;
font-size: 14px;
padding: 20px 0px 15px 0px;
}

.easymap select, input {
float: left;
margin-bottom: 6px;
width: 100px;
}

.easymap .arrivaldate{
width: 20px;
}
.easymap #arrivaldate{
width: 20px;
border: 1px solid #ccc;
}

.easymap label{
float: left;
clear: left;
width: 70px;
}

.easymap .sendform{
float: left;
clear: both;
width: 69px;
height: 27px;
background: transparent url(/media/images/search-btn.gif) no-repeat center top;
border:none;
margin-top:10px;
}

.easymap .advancedsearch{
display: block;
clear: none;
float: left;
margin:16px 0px 0px 14px;
display:block;
text-decoration:underline;
color:#069;
}

.easymap .cottagerefset input{
width: 80px;
}

.easymap .cottagerefset .sendref{
margin: 0px 10px;
}

.easymap .cottagerefset .sendref{
margin: 0px 10px;
float: left;
left: 100px;
width: 47px;
height: 24px;
background: transparent url(/media/images/go.gif) no-repeat center top;
border:none;
}

.easymap li{
list-style-image: url(/media/images/mapbullet.png);
list-style-position: inside;
font-size:1.05em;
color: #000;
}

#easymaplist{
margin: 30px 0px 0px 10px;
display: block;
float: left;
}



