/*Search*/
.storelocator-container { background: url(../../images/storelocator_background.png) repeat-x; }

.storelocator-index-view .breadcrumbs { position: absolute; top: -40px; }

.store-locator-search-box{
    margin-bottom:20px;
}
.store-locator-list {
    list-style: none;
    float :left;
    padding-bottom: 10px;
    margin-top: 40px;
}
.fields.store-locator-list.last {
    float: right;
}
.store-locator-list label{
		font-weight: 600;
}
.store-locator-list input{
    width:70%;
}
.store-locator-list select{
    width:71%;
    padding:0;
    margin:0;
}
.store-locator-column-left{
    padding-left:2%;
    width:47%;
    float:left;
}
.store-locator-column-right{
    padding-left:5px;
    float:right;
}
.store-locator-column-button{
    padding-right:5px;
    text-align:right;
}
/*Content*/
.store-locator-content{
    height: auto;
    border-bottom:1px solid #ccc;
    padding: 30px 0 10px 0;
}
/*List store*/
.store-locator-list-store-box{
    float:left;
    height:520px;
    width:100%;
    padding: 20px 0;
}
.store-locator-list-store-title{
    font-size:16pt;
		padding-bottom: 12px;
		border-bottom: 1px dotted #d3c59f;
}
.store-locator-list-store{
    height:480px;
    overflow:auto;
}
.store-locator-list-store-item{
    width:100%;
    min-height:100px;
    height: auto;
    cursor: pointer;
		padding: 12px 0;
		border-bottom: 1px dotted #d3c59f;
}
.store-locator-list-store-item:hover{
}
.selecteda{
    background:#E9E9F3;
}
.store-locator-item-content{
    color:#666;
    float:left;
    font-size:8pt;
}
.store-locator-item-image{
    float:right;
    width:70px;
    height:100px;
}
.store-locator-item-name-small{
    font-size: 14px;
    font-weight:600;
}
.store-locator-view-detail h1{
    font-size: 30px;
    font-weight: 300;
}
.store-locator-view-detail h2 {
		font-size: 18px;
		font-weight: 400;
}
.store-locator-view-detail h3 {
		font-size: 13px;
		line-height: 18px;
		font-weight: 600;
		margin-top: 20px;
}

.store-locator-view-detail .store-locator-item-name a{
    text-decoration: none;
    color: #000;
}
.store-locator-view-detail .store-locator-item-name a:hover{
    text-decoration: underline;
}
.store-locator-item-content a{
    color:#69F;
    font-style:italic;
    text-decoration:none;
}
.store-locator-item-content a:hover{
    text-decoration:underline;
}
/*Map*/
.store-locator-map{
    border:1px solid #ccc;
    height:330px;
}

.store-locator-view-detail{
}
.store-locator-view-detail a{
    color:#69F;
    text-decoration: none;
}
.store-locator-view-detail label{
    display: block;
    float: left;
    width: 25%;
    font-weight: 600;
    clear: both;
}
.store-locator-view-detail p{
		font-size: 13px;
    padding-bottom: 3px;
    margin: 0;
}
.clear{
    clear:both;
}

.store-pickup-image{
    float :left;
    margin-right: 5px;
}

.locator-main-outer .locator-image-small{
    float: left;
    height: 56px;
    overflow: hidden;
    width: 56px;
}
.locator-image-main{
    margin: 0 0 13px;
}
.locator-main-outer .more-views h2 {
    border-bottom: 1px solid #CCCCCC;
    font-size: 11px;
    margin: 0 0 8px;
    text-transform: uppercase;
    font-weight:  600;
}
.store-locator-title{
    color: #42526D;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
}
.magestore-map-image:hover img{
    box-shadow: 0 0 5px rgb(155, 148, 148);
}
.locator-image-small:hover img{
}
#description {
    overflow: auto;
    max-height: 250px;
}
.store-locator-tag{
    position: relative;
    width:98%;
    padding:1%;
    margin:auto;
    padding-top: 20px;
    margin-top:13px;
    border:1px solid #E5E5E5;
    background:url(storelocator/tag-bg.png) repeat;
}
.store-locator-tag a{
    color:#fafafa;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    text-decoration:none;
    display: inline-block;
    padding: 0 12px;
    font-size:11pt;
    margin-bottom: 5px;
    background:#06F;
    border-radius:15px;
    background: #ff9035; /* Old browsers */
    line-height:27px;
    background: -moz-linear-gradient(top,  #ff9035 1%, #ff7400 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ff9035), color-stop(100%,#ff7400)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff9035 1%,#ff7400 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff9035 1%,#ff7400 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff9035 1%,#ff7400 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff9035 1%,#ff7400 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9035', endColorstr='#ff7400',GradientType=0 ); /* IE6-9 */

    box-shadow: 0 1px 2px rgba(0,0,0,0.21);
}
.store-locator-tag a:hover{
    background: #B6DA25;
}
.magestore-storelocator-getdirection{
   cursor: pointer;
}
.magestore-storelocator-navigation{
    margin-left: 3px;
    margin-top: 5px;
    margin-bottom:5px;
    display: block;
}
.magestore-storelocator-navigation .store-locator-navigation_image{
	background: url(storelocator/navigation.png) left no-repeat;
	background-position: 0px 0px;
	display:inline-block;
	height: 8px;
    width: 16px;
	margin-right:10px;
}
.magestore-storelocator-directionsPanel{}
.magestore-storelocator-navigation-up{
    background-image: url(storelocator/navigation.png);
    background-position: 16px 0px;

    height: 8px;
    width: 16px;
    margin-left: 107px;
    margin-top: 3px;
    display: block;
}
.store-locator-tag .tag_active{
    background:#B6DA25;
}

.store-locator-span-tag {
   font-weight: 600;
    border: 1px solid #E5E5E5;
    position: absolute;
    top: -10px;
    padding:2px;
    background-color: #F1F0F0;
    background:url(storelocator/tag-bg.png) repeat;
}
.search-allergist { background: url(../../images/usa.png) no-repeat right top; min-height: 230px; margin-top: 30px; }
.search-allergist h3 { font-size: 30px; font-weight: 300; padding: 0 0 20px 0; }
.search-allergist p { margin-left: 0; }

.fields { position: relative }
.fields #address, .fields #fulladdress {
    padding: 12px 60px 12px 15px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 1;
    color: #777777;
    border: 1px solid #ccd8e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 20px 1px #f1f1f1;
    -moz-box-shadow: inset 0px 0px 20px 1px #f1f1f1;
    box-shadow: inset 0px 0px 20px 1px #f1f1f1;
    position: relative;
    transition: none;
    width:345px;
    background-color: #effff4;
}
.fields .button {
	position: relative;
	top: 24px;
	right: 45px;
	width: 44px;
	height: 42px;
	margin-top: 0 !important;
	background: #def7e6;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
  -webkit-box-shadow: inset 0px 0px 20px 1px #d6eddd;
  -moz-box-shadow: inset 0px 0px 20px 1px #d6eddd;
  box-shadow: inset 0px 0px 20px 1px #d6eddd;
  padding: 0;
  border: none;
  border-left: 1px solid #ccd8e1;
}
.fields .search-button {
    display: inline-block;
    background-image: url(../../images/search_glass.png);
    background-position: center center;
    background-repeat: no-repeat;
    *margin-right: .3em;
    font-size: 34px;
}
