/**
 * Storelocator css file
 * 
 * @category    design
 * @package     base_default
 * @author      Clarion Magento Team
 */
/* Search stores*/
#search-store {
    width: 100%;
    border-collapse: collapse;
}
/* store list page */
#stores-list-div {
    width: 25%;
    min-width:200px;
    float: left;
}

#stores-list-gmap-div {
    width: 65%;
    border: 1px solid silver;
    float: right;
    margin-left: 1px;
    position: relative;
    overflow: hidden;
}

#store-list-map-canvas {
   width:100%;
   height:600px;
   float: right;
}

#show-all-store {
    float: right;
    padding: 10px;
    clear:both;
}

#stores {
    border: 1px solid silver;
    width: 100%;
    border-collapse: collapse;
    height:550px;
    display:block;
}

#stores > tbody{
    height:550px;
    overflow-y:scroll;
    display:block;    
}

.stores-view {
font-size: 12px;
border-top: 1px solid silver;
padding: 5px 0px 5px 1px;
overflow-x: hidden;
overflow-y: hidden;
}

#stores-inner{
    width: 100%;
    border-collapse: collapse;
}

.stores-name {
    font-size: 14px;
    font-weight: bold;
}

.store-list input, .store-list select {
    border: 1px solid #cccccc;
    height: auto !important;
}
.store-list select {
    margin: 0;
    padding: 2px !important;
}
.store-list label {
    float: left;
    width: 10%;
}
.form-list label {
    float: left;
    font-weight: bold;
    margin: 0 0 2px;
    position: relative;
    z-index: 0;
}
.form-list select {
    width: 200px !important;
}

.form-list input {
    width: 200px !important;
}
.your-store-title {
    border-bottom: 1px solid #ededed;
    color: #636363;
    font-family: "Raleway","Helvetica Neue",Verdana,Arial,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 15px;
    padding-bottom: 7px;
    text-rendering: optimizespeed;
    text-transform: uppercase;
}
/* store view detail page */
#store-detail {
    width: 60%;
    vertical-align: top;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
     border-bottom: 1px solid silver;
}
#store-view-detail {
    width: 100%;
    border-collapse: collapse;
}

#store-gmap {
    width: 40%;
    vertical-align: top;
    padding: 10px;
    border: 1px solid silver;
}

#store-view-detail-table {
    max-width: 50em;
    border-collapse: separate;
}
.store-view-detail-data-table{
    width: 100%;
    padding: 0px;
    vertical-align: top;
}
#store-view-detail-table th {
    border-bottom: 1px solid silver;
    border-right: 1px solid silver;
    width: 105px;
    height: 100%;
}

.store-view-detail-data-table th {
    background: none repeat scroll 0 0 #f4f4f4;
    line-height: 1.4;
    text-transform: uppercase;
    white-space: nowrap;
}

.store-view-detail-data-table td, .store-view-detail-data-table th {
    padding: 10px;
    vertical-align: top;
}

.store-view-detail-data-table tbody td {
    border-bottom: 1px solid silver;
}