/****************************************************************************/
/* GENERAL                                                                  */
/****************************************************************************/
body,td{
    font-family:Tahoma,Verdana,Arial;
    padding:0;
    margin:0;
	font-size:11px;
}

address {
    font-style:normal;
}

a {
}

a:hover {
    
}

label {
	font-size:1em;
    color: #5d5d5d;
    font-weight:bold;
}

.hint {
	font-size:.8em;
	color:#333;
}

#wrap {
    width:900px;
    height:780px;
    border:0px solid #d3cfcf;
}

.error,.success {
    padding:4px;
}

.error{
    background-color:#FFC0C0;
    color:#800000;
}

.success {
    background-color:#C0FFC0;
    color: #005800;
}


/****************************************************************************/
/* HEADER                                                                   */
/****************************************************************************/

#major_header {
    width:900px;
    height:54px;
    background-color:white;
}

/****************************************************************************/
/* STORE LIST                                                               */
/****************************************************************************/
#stores_container {    
    padding:20px;
    padding-top:0px;
}

#stores {
    margin-top:15px;
    position:relative;
    height:280px;
    clear:both;
}

.store a {
    color: #5d5d5d;
}
.store b {
    color: #5d5d5d;
}
#stores_container .nav {
    clear:both;
}

#stores_container a.next,
#stores_container a.previous{
    width:73px;
    height:18px;
    display:block;
    float:right;
}

.store a.directions{
    position:relative;
    color: #5d5d5d;
    top:-50px;
    left:180px;
}

.store a.mapfind{
    position:relative;
    color: #5d5d5d;
    top:-30px;
    left:241px;
}

#stores .phone {    
}


#stores address{
    font-style:normal;
}

#stores_header {    
    color:black;
}

.stores_found_number{
    font-size:1.1em;
    font-weight:bold;
}

.stores_found_descriptor{
    padding-left:5px;
    padding-top:10px;
    float:left;
}

#stores_footer p {
    color:white;
    padding:5px;
    padding-top:8px;
    margin:0px;
    text-align:center;    
}

.store {
    border-bottom:1px dashed #e7d9c8;
    color:#5d5d5d;
    margin-bottom:10px;
}

.highlight {
    background-color:white;
}

.store_column {
    position:absolute;
    top:0;
    left:0;
    width: 100%;
}

#stores_container h1 {
    color: #5d5d5d;
    text-transform:uppercase;
    margin:0;
    padding:0;
    font-size:1em;
    display:inline;
}

/****************************************************************************/
/* CRITERIA                                                                 */
/****************************************************************************/
#criteria {
    position:relative;
    top:0px;
    left:0px;
    padding:5px;
    padding-bottom:0px;
    
}

#criteria h1 {
    color: #333333;
    text-transform:uppercase;
    margin:0;
    padding:0;
    font-size:1em;
}

#criteria fieldset {
    border:0;
    padding:0;
}

#criteria input.text {
    border:1px solid #ccc;
    padding:2px;
    margin:0;
    color:#666666;
    font-size:0.9em;
}

#criteria form {
    margin:0;
    padding:15px;
    padding-bottom:0px;
}
#criteria p.input {
    padding:0;
    margin:0;  
}

#criteria .separator {
    border-top: 1px dashed #e7d9c8;
    height:1px;
    margin-top:8px;
    margin-bottom:8px;
}

#criteria .solid {
    border-top: 1px solid #e7d9c8;
}

#criteria select {
    font-size:0.9em;
    color:#5d5d5d;
}

#criteria legend {
    font-size:10px;
}

#address {
    width:190px;
    margin:4px;
}

#criteria .field {
    font-size:10px;
    float:left;
    margin-left:2px;
    margin-top:2px;
}

p.label_checkbox_pair {  
  float: left;
  margin:4px;
  padding:0;
  width:135px;
}

p.label_checkbox_pair input {
    display:inline;
}

p.label_checkbox_pair label {
    font-weight:normal;
}

/****************************************************************************/
/* MAP                                                                      */
/****************************************************************************/

#map {
    height:640px;
    margin:19px;
}

#directions-map {
    height:640px;
    margin-left:19px;
}

/****************************************************************************/
/* DIRECTIONS                                                               */
/****************************************************************************/

#directions {
	background-color:#fff;
    width:100%;
    height:432px;
    padding:4px;
    clear:both;
    overflow:auto;
}

#directions-wrap b {
    color: #5d5d5d;
}

#directions-wrap hr.dashed {
    border:0;
    border-bottom:1px dashed #e7d9c8;
    margin-top:10px;
    margin-bottom:10px;
}

#directions-wrap hr.solid {
    border:0;
    border-bottom:1px solid #e7d9c8;
    margin-top:10px;
    margin-bottom:10px;
}

#directions-wrap {
    padding:19px;
}

#directions-wrap h1 {
    color: #5d5d5d;
    text-transform:uppercase;
    margin:0;
    padding:0;
    font-size:1em;
    margin-bottom:10px;
}

#directions-wrap h1.inline {
    display:inline;
    float:left;
}

#directions_criteria label {
    font-weight:bold;
}

input#from_address {
    width:310px;
    font-size:0.9em;    
}

#directions_criteria hr {
    border:0;
    border-top:1px solid #efefef;
}

p.to_address {
    font-size:1.3em;
    margin:0;
}

.actions {
    float:right;
}
a.directions_link {
    display:block;    
    float:right;
    margin-left:10px;
}

#email-dialog {
    display:none;
}
