
.header .logo,.header .title{
	float:left;
	line-height:47px;
	margin-top:4px;
}
.header .title{
	margin-left:10px;
}
.header .brand{
	float:right;
}


/*** FIND PAGE CSS ***/
#directions-header,#results-header{
	color: #43454D;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -0.6pt;
	margin-bottom:10px;
}

.find{

}
.find:hover{

}

.store{
    padding: 20px 1px 20px 0;
    border-bottom: 1px solid #ccc;
}

.store .name a{
	display:block;
    text-decoration: none;
    outline: none;
}
.store .phone{
}
.store .address{
    float: left;
    width: 70%;
}
.store .directions{
    float: right;
    width: 28%;
    text-align: right;
}
#content .store .directions a{color: #D92F5C !important;text-decoration: none;}
#content .store .website a{ display:block;color: #D92F5C !important; }
#directions,#store-results{
}


#content .store .directions,
#content .store .address,
#content .store .name a,
#content .store .website a,
#content .store .website .phone{
    line-height: 20px;
}

#store-results-col,#directions-col{
	float:left;
}

.query{
	margin:20px 0;
	width:450px; 
	height:auto;
}

.query input{
	width:246px;
}

#store-results{

}
#directions{
	overflow-y:auto;
	overflow-x:hidden;
	height:415px;
	font-size:12px;
	clear:both;
}


.print{
	float:right;
}
.print a{
	color:#4c5be8;	
}

/*** suggestions **/
.map-suggestion{
	background-color: #edd3a0;
	border: 3px solid #a2784e;
	padding: 20px;
	display:none;

	color: #363535;
	font-size: 13px;
	word-spacing: 2.8pt;
	margin-bottom:20px;
}

.map-suggestion .header{
	color: #3D1818;
	font-size: 18px;
	font-weight: bold;
	word-spacing: 1.8pt;
}

.map-suggestion .sub-header{
	color: #6B2222;
	font-size: 14px;
	font-style: italic;
	word-spacing: 1.8pt;
	margin-bottom: 10px;
}
/*** form panes ***/
#panes{
	height:490px; 
	width:853px;
	position:relative;
	overflow:hidden;
	clear:both;
}

#panes .pane{
	float:left;
	padding-top:40px;
	display:block;
	width:853px;
}

#panes #slider{
	width:1706px;
	position:absolute;
	clear:both;
	top:0px;
	left:0px;
}

#panes .less, #panes .less a {

	font-size:11px;
}
#panes #captcha{
	width:150px;
	height:31px;
}
#panes .e{
	width:20px;
	height:20px;
	
	background-image:url('/img/formcheck.png');
	background-position:left bottom;
	background-repeat:no-repeat;
	
	float:left;
}

#panes #bb_map_text{
	float:left; 
	width:300px; 
	margin-left:20px;
	margin-bottom:15px;
	padding-top:150px; 

	font-size: 12px; 
	letter-spacing: -0.2pt; 
	line-height: 1.3;
}

#panes #bb_map_pane{
	height:490px; 
	margin:30px;
}


/************
BUTTONS
**************/

.prev{
	width:76px;
	height:28px;
	background:none;
	background-image:url('../img/maps-button-prev.png');
	background-position:bottom;
}

.ok{
	width:76px;
	height:28px;
	background-image:url('../img/maps-button-okay.png');
	background-position:bottom;
}

#panes .ok:hover,
#panes .prev:hover{
	background-position:top;
}


#panes .bb_map_inc_text{

	font-size: 14px;
	font-style: italic;
	text-align: right;
	float:right;
	width:180px;
	visibility:hidden;
}

#panes .bb_map_form_select{
	width:295px;
	float:left;
	color: #050505;
	font-size: 12px;
	
	margin-top:4px;
	letter-spacing: -0.2pt;
	word-spacing: 1.2pt;
	text-align:left;
}

#panes input{
	width:295px;
	float:left;
	height:16px;
	: verdana,sans-serif;
	color: #050505;
	font-size: 12px;
	text-align: right;
	margin-top:4px;
	letter-spacing: -0.2pt;
	word-spacing: 1.2pt;
	text-align:left;
}


#panes .confirmation{
	width:136px;
	height:16px;
	margin-top:3px;
	letter-spacing: -0.2pt;
	word-spacing: 1.2pt;
}
#panes .attribute {
	float:left;
	padding:8px;
	margin-bottom:4px;
	width:350px;
}
#panes .attribute:hover {
	background-color:#f7f7f7;
}

#panes .col-2{
	width:350px;
	float:left;
	margin:0 38px;
	font-size:14px;
}


#panes .action{
	clear:both;
	text-align:center;
}
#panes .note{

	font-size: 14px;
	width:821px;
	font-style: italic;
	text-align: right;
}


#panes #map{
	float:left;
	width: 500px;
	height: 450px;
}
#panes #mapdesc{
	float:left; 
	
	margin-left:20px;
	margin-bottom:15px;
	padding-top:150px; 

	font-size: 14px; 
	letter-spacing: -0.2pt; 
	line-height: 1.3;
	width:301px;

}
#panes #captcha{
	float:left;	
}

.query .label{
    float:left;
    line-height:31px;
    margin-right:5px;
}
.query .value{
    float:left;
}
.query .find{
    line-height: 29px;
    margin-left: 5px;
    background: #D92F5C;
    color:#fff;
    border: 0 none;
    border-radius: 5px;
    padding: 0 10px;
}