
.breadcrumbs{
	margin-bottom: 0px;
}

#no-content{
	font-size: 12px;
}

.col1-layout{
	width: 1010px !important;
	border: none !important;
}

.col-main{
	padding-left: 0 !important;

}
#map-canvas-holder #map_canvas{width:785px; height:545px;}

#intro-text1,#intro-text2,#intro-text3{
	
	font-size: 12px;
	margin-left: 20px;
		line-height: 20px;
}

#intro-text1{

	color: #e23d96;
	font-weight: bold;
	margin-top: 22px;
}

#intro-text2{
	color: #333333;
	margin-top: 18px;
}


#intro-text3{
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	margin-top: 18px;
}


#sf-left-col{
	position: relative;
	float: left;
	width: 180px;

}

.storefinder-index-index #sf-right-col, .storefinder-index-shop #sf-right-col, .storefinder-stores-index #sf-right-col, .storefinder-stockists-index #sf-right-col{
	position: relative;
	float: right;
	width: 800px;
	margin-top: 0px;
	margin-right:17px;

}


.storefinder-index-shop #sf-right-col{
	right: -170px !important;
}
#sf-title{
	font-family: Baskerville, Times, "Times New Roman", serif;
	font-size: 30px;
	color: #e23d96;
	margin-left: 30px;
	margin-top: 20px;
	float: left;
	padding-bottom: 0px !important;
}


#stores-title{
    border-bottom: 1px solid black;
    color: #E23D96;
    font-family: Baskerville, Times, "Times New Roman", serif;
    font-size: 22px;
    font-style: italic;
    padding: 20px;
    /*width: 150px;*/
	
}

/* @group Pager */

.store-finder-page{
	position: relative;
	float: left;
	margin-right: 4px;
	margin-left: 4px;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
}

#store-finder-pager .dots{
	margin: 0px 0px;
	line-height: 16px;
	font-size: 10px;
	
}

#store-finder-pager-holder{
	margin-top: 10px;
	position: relative;
	margin-bottom: 10px;
	font-size: 11px;
	margin-left:20px;
}
#store-finder-pager-holder:after{ content: ""; display: block; clear: both; }
#store-finder-pager-holder .pager-btn { top: -1px;; }

.store-finder-page:hover, .store-finder-page-selected{
	color:#E23D96 ;
}

/* @end */




/* @group Filters */

#sf-top-right{
	width: 822px;
	height: 147px;
	position: relative;
	background: url(../images/storefinder/sf-filters-bg.png) 4px 0px no-repeat;
        z-index: 99;
}

#sf-filters{
	position: relative;
	float: left;
	margin-left: 30px;
	width:765px;
	clear: both;
	margin-top: 10px;
}

.select-country-holder{
	width: auto;
	border-right: 1px solid black;
	float: left;
	position: relative;
	padding-right: 15px;
	display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;

}
.sf-filters-right-holder{
	position: relative;
	float: left;
	margin-left: 20px;
	height:50px;
	width:auto;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;	
} 

#select-country-holder select{
	margin-top: 10px;
}

.sf-search-label{
	display:block;
	font-weight: bold;
	margin-bottom: 5px;
	color: black;
	position: relative;
	text-transform:uppercase;
	clear: both;
	letter-spacing: 1px;
	font-size: 11px;
	
}

@media screen and (-webkit-min-device-pixel-ratio:0){
.sf-search-label{
	font-size: 95%;
}
}


.sf-search-label span{ padding-left:28px; padding-right:4px; text-transform:uppercase; color:#777;}

.sf-input{
    background: transparent url(../images/storefinder/input_bg.jpg) no-repeat scroll 0 0;
    border: medium none;
    clear: left;
    color: #666666;
    float: left;
    font-size: 12px;
    height: 14px;
    margin-right: 8px;
    padding: 8px 10px;
    position: relative;
    width: 125px;
}

input#enter-suburb{ *margin-left:-20px;height: 27px;width: 148px;}

#enter-postcode{
	clear: none;
	background: url(../images/storefinder/postcode_input_bg.jpg) no-repeat;
	width: 100px !important;
	height: 27px;
	padding: 5px;
	margin-left: 30px;

}


/* @end */





/* @group Combo boxes */

.combo-box{
	position: relative;
	float: left ;
}

#select-region .combo-selected{
	width: 138px !important;
}

#select-region .combo-list{
	
	width: 164px;
}

.storefinder-index-index .combo-selected, .storefinder-stockists-index .combo-selected, .storefinder-stores-index .combo-selected{
	
	font-size: 12px;
	color: #666666;
	background: url(../images/storefinder/select_bg.jpg) no-repeat;
	height: 27px;
	padding: 6px 0px 6px 10px;
	width: 97px;
	position: relative;
	float: left;
	clear: both;

}

.combo-btn{
	background-image: url(../images/storefinder/select_btn.jpg);
	width: 27px;
	height: 27px;
	cursor: pointer;
	position: relative;
	float: left;
}

.combo-btn-disable{
	background-image: url(../images/storefinder/select_btn_disable.png);
	
}

.combo-hit{
	cursor: pointer;
}

.combo-list{
	background-color: white;
	position: absolute;
	left: 0;
	top: 29px;
	/*background: url(../images/storefinder/whote_bg_translucent.png) repeat;*/

	padding: 5px 7px 7px 7px;
	min-width: 123px;
	border: 1px solid #e7e7e7;
	z-index: 10000;
	display: none;
}

.combo-list li{
	line-height: 20px;
	background: #e7e7e7;
	padding: 3px 7px;
	margin-top: 1px;
	cursor: pointer;
	
}

.combo-list li:hover{
	color: #e23d96;
	background-color: #f1f1f1;
	
}


/* @end */

/* @group Stores */

.sf-distance{
   clear: left;
    color: #333333;
    float: left;
    font-size: 10px;
    margin:0;
    position:static;
	padding-left:2px;
}

.sf-store{
	position: relative;
	float: left;
	clear: both;
	width: 190px;
}

.store-letter{
    background: url("../images/storefinder/markers/b.png") no-repeat scroll 0 0 transparent;
    color: white;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 45px;
    padding: 6px 0;
    position: relative;
    text-align: center;
	margin-right:5px;
    width: 36px;
    text-indent: -9999999px;

}

.stockist-letter{
    background: url("../images/storefinder/marker.png") no-repeat scroll 0 0 transparent;
    color: white;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 33px;
    padding: 6px 0;
    position: relative;
    text-align: center;
	margin-right:5px;
    width: 36px;
    text-indent: -9999999px;

}

.info-box-store-title{
	font-size: 11px;
	color: #e23d96;
	text-transform: uppercase;
}

.info-box-store-address{
	font-size: 10px;
	
}
.store-name{
	padding-bottom:12px;
	position: relative;
	float: left;
	clear: right;
}

.store-link
{
	clear: both;
	float: left;
        margin: 5px 0 20px 0;
}

.store-name h3 input{
	
	text-transform: uppercase;
	color: #e23d96;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	margin: 2px 0px 0px 5px;
	background: none;
	border: none;
	cursor: pointer;
	
}

.store-name h3 input:hover{
	text-decoration: underline;
}

.store-name h3 .but-title{ 
	background:none; 
	border:none; 
	width:132px; 
	margin:0px 0px 0px 0px; 
	font-size:13px; 
	color:#E23D96;
	font-family: 'ProximaNovaLtSemibold', Arial;
	text-transform: uppercase;
	cursor: pointer;
	font-weight:bold;
	text-align:left;
	vertical-align:bottom;
	display:block;
        text-decoration:none;
	}
.store-name h3 .but-title:hover{ color:#333333;}
.store-name h3 .but-title span{ display:block; width:132px;}


.sf-address{
	font-size: 12px;
	width: 170px;
	color: #333333;
	float: left;
	position: relative;
	line-height: 18px;
	padding-left:4px;
	clear: both;
}

.store-link a{
	color: #e23d96;
	text-decoration: underline;
	font-size: 11px;
	position: relative;
	margin-top: 5px;
	clear: both;
	margin-bottom: 20px;
	background: none;
	border: none;
	cursor: pointer;
	margin-left:4px;
	*margin-left:-6px;

}
.store-link input:hover{ color: #333;}

.store-link input {
color: #e23d96;
text-decoration: underline;
font-size: 11px;
position: relative;
margin-top: 5px;
clear: both;
margin-bottom: 20px;
background: none;
border: none;
cursor: pointer;
margin-left: 4px;
}

#sf-stores{
	margin-top: 25px;
	margin-left:16px;
}

#sf-showing-results{
	color: #333333;
	
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

#directionsPanel{
	padding: 10px 0px 0px 0px;
}

/* @end */





#map-canvas-holder{
	margin-top: -6px;
	margin-left: -2px;
	float: left;
	height: 613px;
	padding: 24px;
	background: url(../images/storefinder/map_bg.jpg) no-repeat;
	position: relative;
        z-index: 2;
}

/* @group Store View */

#store-title-top{
	font-family: Baskerville;
	font-size: 30px;
	color:  #e23d96;
	padding: 10px 20px;
	text-transform:uppercase;
}

.storefinder-index-shop #sf-left-col,.storefinder-index-shop #stores-title{
	width: 365px;
}

#store-description{
	padding: 0px 20px 15px 20px;
	
	font-size: 12px;
	color: #333333;
}

#store-details{
	width: 100%;
	border-top: 1px solid black;
	padding: 10px 10px;
}

#Store-address{
	color: #e23d96;
	color: #333333;
	font-size: 17px;
	font-size: 12px;
	background: url(../images/storefinder/markers/b.png) no-repeat left top;
	padding-left: 40px;
	margin-top: 10px;
	margin-left: 5px;
	line-height: 20px;
}

.Stockist{
	color: #e23d96;
	color: #333333;
	font-size: 17px;
	font-size: 12px;
	background: url(../images/storefinder/marker.png) no-repeat left top;
	padding-left: 40px;
	margin-top: 10px;
	margin-left: 5px;
	line-height: 20px;
}


#store-title{
	
	font-size: 12px;
	color: #333333;
	background: url(../images/storefinder/address_icon.jpg) no-repeat left top;
	padding-left: 33px;
	margin-top: 10px;
	margin-left: 13px;
}

#get-directions{
	color: #e23d96; 
	text-decoration: underline;
	font-size: 11px;
	margin-left: 47px;
	top: 5px;
	position: relative;
}

#contact-numbers{
    background: url("../images/storefinder/telephone_icon.jpg") no-repeat scroll left top transparent;
    color: #333333;
    
    font-size: 12px;
    margin-left: 15px;
    margin-top: 20px;
    padding-left: 32px;
    min-height: 18px;
}

 .storefinder-index-shop #opening-times{
	 color: #333333;
    font-size: 12px;
	background: url(../images/storefinder/opening_times_icon.jpg) no-repeat left top;
	margin-left: 15px;
    margin-top: 20px;
    padding-left: 32px;
    width: 250px;
    overflow: auto;
}

.storefinder-index-shop #opening-times h3{ font-size:13px; color:#E23D96;}

.storefinder-index-index #opening-times h3, .storefinder-stores-index #opening-times h3, .storefinder-stockists-index #opening-times h3{
	color: #e23d96;
	font-size: 13px;
	
	margin-bottom: 10px;
}

.sf-weekdays{
	position: relative;
	float: left;
	line-height: 18px;
	clear: both;
}

.sf-times{
position: relative;
float: right;	
line-height: 18px;

}



#back{
	background: none;
	width: 158px;
	height: 30px;
	display: block;
	background-image: url(../images/storefinder/back_to_results.png);
	margin-top: 40px;
	margin-left: 15px;
	border: none;
	color: white;
	cursor: pointer;
	
}

#back:hover {
background: url(../images/storefinder/back_to_results.png) no-repeat 0 -30px;
}

.storefinder-index-shop #map-canvas-holder{
	padding: 0;
	margin: 0;
	width: 625px;
	height: 591px;
	background: url(../images/storefinder/map_bg_2.jpg) no-repeat;
	margin-left:20px;
}

.storefinder-index-shop #sf-right-col{
position: absolute;

top: 0;
right: -200px;

	
}

.storefinder-index-shop #map_canvas{
	margin-left: 22px;
    margin-top: 25px;
}

.storefinder-index-shop .col-main{
	min-height: 580px;
}

#no-results{
	   color: #de0d0e;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

#free-text{
	position: relative;
	margin: 10px 0px 0px 0px;
	line-height: 20px;
}



/* @end */




/* @end */


/* @group Backend */

/* @group Opening Times */



.storefinder-adminhtml-index-edit #opening-times{

    border: 1px solid #FAFAFA;
    clear: both;
    float: left;
    height: auto;
    margin-left: 10px;
    margin-top: 0px !important;
    overflow: auto;
    padding: 0 15px 15px;
    position: relative;
    top: 5px;
    width: auto;
	
}

.storefinder-adminhtml-index-edit #opening_times_legend .form-list{
	width: 100% !important;
}

.hor-scroll{
	overflow: hidden !important;
	
}

.sf-opening-time{
    background-color: #f1f1f1;
    clear: both;
    float: left;
    margin-top: 6px;
    padding: 10px 10px 7px;
    position: relative;
		border-radius:6px;
	-moz-border-radius:6px;
}

.time-count{
	position: relative;
	float: left;

	font-size: 11px;
	margin-right: 15px;
	margin-top: 4px;
}

.sf-weekday{
	width: 90px;
}

.sf-am-pm{
	width: 40px;
}

.sf-from-modifier{
	width: 35px;
}

.sf-hour{
	width: 40px;
}

.sf-opening-time select, .sf-opening-time span{
	margin-right: 10px;
}

.sf-opening-time span{
	margin-right: 4px;
	margin-left: -5px;
}


.sf-delete-time,.sf-new-time{
	position: relative;
	float: right;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-left: 8px;
	cursor: pointer;

}

.sf-new-time{
	position: relative;
	margin-left: 10px;
}

.sf-new-time,.sf-free-text{
	float: left;
	clear: both;
	width: 150px;
	font-size: 12px;


	cursor: pointer;
}

.sf-free-text{
	clear: both;
	margin-left: 10px;
	margin-top: 10px;
}




.sf-new-time img,.sf-free-text img{
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.sf-delete-time a{
	display: block;
	width: 100%;
	height: 100%;
}

.time-count{
	font-weight: bold;
	color: #444;
	margin-left: 5px;
	font-size: 11px;
}

.free-text-holder{
	position: relative;
	top: 10px;
	padding-bottom: 20px;
	float: left;
	clear: both;
	margin-left: 25px;
}

.free-text-holder textarea{
	padding: 10px;
}

/* @end */


/* @group Address */

#storefinder_address{
	overflow: auto;
	position: relative;
	/*height: 100% !important;
	min-height: 300px;
	max-height: 600px;
	width: 97%;
	padding: 0;*/
	
}


.form-list{
	/*position: relative;
	float: left;
	margin: 10px 0px 0px 10px;*/
	font-size: 12px;
}

 .form-list td.label {
    width: 150px !important;
}

.form-list td.label label {
    display: block;
    padding-right: 15px;
    width: 125px !important;
}

#storefinder_address .hor-scroll{
	position: relative;
	width: 450px;
	float: left;
}

.storefinder-adminhtml-index-edit #map_canvas{
	border:5px solid #6F8992;
	height: 285px;
	overflow: hidden;
	position: absolute;
	left: 480px;
	right: 20px;
	top: 14px;
	bottom: 10px;

}
.entry-edit > div{
	min-width: 900px;
}

#lock-map-to-coordinates{
	position: relative;
	float: left;
	clear: both;
	margin-top: 20px;
}

#lock-map-to-coordinates p{
	position: relative;
	float: right;
	margin-right: 10px;
}

#lock-map-to-coordinates input{
	float: left;
	margin-right: 20px;
}

.storefinder-adminhtml-index-edit #description{
	width: 500px;
	height: 100px;
}

#store_id{
	font-size: 10px;
	height: 150px;
	width: 500px;
}

#store_id optgroup option{
	
}

#store_id optgroup {

}

/* @end */

/* @end */


.select-brand-holder {
        width: 150px;
        border-right: 1px solid black;
        float: left;
        position: relative;
        padding-right: 0px;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;}
.storefinder-stockists-index .sf-filters-right-holder {
position: relative;
float: left;
margin-left: 10px;
height: 50px;
width: auto;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;}

.storefinder-stockists-index .select-country-holder {
    width: 130px;
    border-right: 1px solid black;
    float: left;
    position: relative;
    padding-right: 0px;
    margin-left: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    }
    
 .storefinder-stockists-index #selected-brand {
        font-size: 12px;
        color: #666666;
        background: url(../images/storefinder/select_bg.jpg) no-repeat;
        height: 16px;
        padding: 6px 0px 6px 10px;
        width: 100px;
        position: relative;
        float: left;
        clear: both;
 }
 .storefinder-stockists-index #selected-country{
     font-size: 12px;
     color: #666666;
     background: url(../images/storefinder/select_bg.jpg) no-repeat;
     height: 16px;
     padding: 6px 0px 6px 10px;
     width: 80px;
     position: relative;
     float: left;
     
 }
 
  .storefinder-stockists-index .sf-input{
    background: transparent url(../images/storefinder/input_bg.jpg) no-repeat scroll 0 0;
    border: medium none;
    clear: left;
    color: #666666;
    float: left;
    font-size: 12px;
    height: 14px;
    margin-right: 8px;
    *margin-left:5px;
    padding: 8px 10px;
    position: relative;
    width: 75px;
}
  .storefinder-stockists-index #enter-postcode {
        width: 83px !important;
        height: 20px;
        padding: 5px;
        margin-left: 20px;  
  }
  
  .storefinder-stockists-index #select-region .combo-selected{
      width: 75px !important;
  }
  .stockist-online-title{
      position: absolute;
      right: 25px;
      top: 25px;
      display: none;}
  .stockist-online-title a{text-decoration: none;font-size: 13px;color: #E23D96;font-family: 'ProximaNovaLtSemibold', Arial;text-transform: uppercase;
    cursor: pointer;font-weight: bold;text-align: left; }
  
  .storefinder-stockists-index #select-country {bottom:1px;}
  .storefinder-stockists-index #select-brand {bottom:1px;}
  .storefinder-stockists-index input#enter-suburb{ *margin-left:-15px;}
  .combo-list li.combo-list-link{
      line-height: 6px;
      background: #ecf0f1;
      padding: 12px 0 0 12px;
       height: 31px;
      border: 1px solid #ecf0f1;
      width: 100%;
      text-align: left;
      margin: 0 10px 10px 0;
      cursor: pointer;
      font-size: 11px;
      font-weight: 600;
      color: #bdc3c7;
      float: left;
      position: relative;
  }
#select-country .combo-list{
    width: 124px;
}