/*
* Store Locator
* Andrew Brown
* February 2009
*/

/* MAIN */
.right{
	float: right;
}
.left{
	float: left;
}
.bottom{
	bottom: 0px;
}
.sl_menubar{
	background-color: #DEB424;
	border: 1px solid black;
	color: #000000;
	padding: 5px;
}
.sl_container{
	background-color: #FDFCE8;
	padding: 10px;
	margin-top: 5px;
	overflow: hidden;
}
.sl_container td{
	margin: 2px;
	border: 1px solid #555;
	padding: 10px;
}
td.empty{
	border: none;
}
.sl_message{
	padding: 10px;
	margin: 10px;
	border: 1px dotted #AAAAAA;
}
.vcard{

}
.vcard div{
	margin-bottom: .5em;
	font-size: 12px;
}
.fn{
	font-size: 1.2em;
	font-weight: bold;
}

div.map_area {
	width: 579px; 
	height: 457px; 
	display: block
}

/* BUTTONS */
.button, .button:link, .button:active, .button:visited{
	border: 1px solid #777;
	background-color: #555;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	padding: 3px;
	font-size: 10px;
}
.button:hover{
	background-color: #333;
	border: 1px outset #888;
}
.button_disabled{
	background-color: #333;
	border: 1px outset #888;
	color: #fff;
	padding: 3px;
	font-size: 10px;
}

.col-1 {
	padding:5px;	
}

.col-2 {
	padding:5px;
	width:48%;
	height:100px;
	float:left;	
}

.col-3 {
	padding:5px;
	width:30%;
	height:100px;
	float:left;
}

.filter {
	width:572px;
}

.filter-left {
	width:48%; 
	float:left;
}

.filter-right {
	width:48%; 
	float:right;
}

/*******************/
