/* CSS Document */

/* load font awesome styling */
@import url("font-awesome.css");
@import url("font-awesome-ie7.css");

/* SEARCH FORM (TOP & SIDE) BLOCK STY;LES */

#edit-state-postcode-top-wrapper, #edit-state-postcode-side-wrapper {
	display:inline;	
}

#edit-state-postcode-top-wrapper input, #wheretobuy_text_field-wrapper input {
	margin-bottom:10px;
}
	
form#wheretobuy-search-form-top #edit-submit-1, form#wheretobuy-search-form-side #wheretobuy_button {
	margin-bottom:10px;
}

form#wheretobuy-search-form-top div div.form-radios, form#wheretobuy-search-form-side div div.form-radios {
	clear:both;
}

form#wheretobuy-search-form-top div div.form-radios div.form-item, form#wheretobuy-search-form-side div div.form-radios div.form-item{
	display:inline;	
	padding-left:5px;
	padding-left:0px\9;		/* IE9 hack */
	padding-left:0px\0/;	/* IE8 hack */
	*padding-left:0px;		/* IE7 hack */
	padding-right:3px;
	padding-right:0px\9;	/* IE9 hack */
	padding-right:0px\0/;	/* IE8 hack */
	*padding-right:0px;		/* IE7 hack */
}

form#wheretobuy-search-form-top div div.form-radios div.form-item label, form#wheretobuy-search-form-side div div.form-radios div.form-item label {
	font-size:12px;
	color:#1F5C7B;
	vertical-align:bottom;
}

form#wheretobuy-search-form-top div div.form-radios div.form-item label input, form#wheretobuy-search-form-side div div.form-radios div.form-item label input {
	margin-right:3px; 
	margin-right:0px\0/;	/* IE8 hack */
	*margin-right:0px;		/* IE7 hack */
}

#wheretobuy-info {
	padding-top:15px;
}

/** TOP LEVEL RESULTS PAGE STYLES **/

#stockist_result_text {
    color: #4B4B4B;
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    padding: 30px 0 30px 0;
}

.result_gray_text {
    color: #4B4B4B;
    font-size: 21px;
    padding: 0 0 10px;
}

.result_gray_text h1 {    
	font-size: 21px;
}

#stockist-list li {
	list-style:none !important;
    border-top: 1px solid #D2DEE9;
    padding: 10px 0;
    width: 100%;
	
}

#map-show-plus {
    cursor: pointer;
    float: right;
    font-size: 22px;
}

/** STYLES FOR GOOGLE MAP **/

div#map {
	width: 640px; 
	height: 400px;
}

div.map_popup {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:140%;
	vertical-align:text-bottom
}

div.map_popup b {
	color:#00446A;
}

p.disclaimer {
	font-size:13px;	
	line-height:150%;
	margin:0 0 0 0;
	padding:0 0 15px 0;
}

/** STYLES FOR THE RESULTS LIST VIEW **/

#list-item-add{
	border-top: 1px solid #D2DEE9;
    float: left;
    padding: 10px 0;
    width: 100%;
}

#list-item-add p{
	line-height: 25px;
    margin: 0px;
    padding: 0;
}

.stokist_result_heading {
    color: #00446A;
    cursor: pointer;
    float: left;
    font-size: 18px;
    padding-left: 5px;
    padding-top: 0 !important;
	margin-top:0 !important;
}

#hide-add-details {
    float: left;	
    padding: 0 30px;
    width: 90%;
}

#hide-add-details p {
	font-size:14px;
}

#hide-add-details p a {
	text-decoration:none;
	color: #0071B3;	
}

#hide-add-details p a:hover {
	text-decoration:underline;
}

.naturopath {
	color:#009370 !important;
}


/** SEARCH FORM PAGE (USED BY MOBILE SITE ONLY) **/
.seperator {
    border-bottom: 1px solid #D6D6D6;
    color: #555555;
    height: 1px;
	margin-top:29px;
    margin-bottom: 29px;
    position: relative;
    text-align: center;
    width: 100%;
}

.seperator span {
    background: none repeat scroll 0 0 #FFFFFF;
    left: 50%;
    margin-left: -20px;
    padding: 0 12px;
    position: absolute;
    top: -5px;
}

.stockist_form {
	padding:16px;
}

#status_waiting h1 {
	line-height:150%;
}


