div.widget-wrapper {
    /* background: #003399 url(../images/skin/widgets/store_locator/widget-bg.png) repeat-x top left; */
}

div.widget-center {
    width:180px;
    margin: 0 auto;
    overflow:  hidden; /* This will self clear the element. no need for empty div tag to clear the float. ;) */
}

div.widget-head-bg {
    margin: 0;
    padding: 0;
    height: 27px;
    overflow: hidden;
}

div.localstore-detail {
    padding: 4px 10px;
	overflow:hidden;
	clear:both;
    word-wrap:break-word;
}

div.localstore-container {
    background: #cbcbbe url(../images/skin/widgets/store_locator/localstore-detail-bg.png) no-repeat top center;
    margin: 0;
	padding-top: 8px;
/*    min-height: 179px; */
    border-left: solid 1px #adada2;
}
div.australia-map {
	text-align:center;
	width:100%;
	padding-bottom:8px;
}
div.bottom-bg {
    background: transparent url(../images/skin/widgets/store_locator/widget-bottom-bg.png) no-repeat top center;
    width: 180px;
    height: 7px;
    line-height: 1px;
    font-size: 1px;
}

div.login-detail {
    background-image: url(../images/skin/widgets/store_locator/login-detail-bg.png);
    margin: 0px;
	padding:0px;
    height: 97px;
}
div.login-detail-content {
	padding:10px 10px 0;
    height: 77px;
	margin: 0px;
}
div.widget {
    margin-bottom: 10px;
    position: relative;
}

.widget_body #searchfield {
    font-size: 10px;
}

/*
 RHS WIDGET STYLES 
div.widget {
	background: #1A5BB0 url(../images/skin/widgets/store_locator/rhs_bg.jpg) no-repeat top left;
	width: 200px;
	padding: 0;
	margin: 0;
}

div.widget_header  {
	margin:0px;
	height:auto;
	padding:5px 0px 5px 8px;
	color:white;
	text-transform:uppercase;
	background:url(../images/skin/bg-h2.gif);
	font-size:11px;
	font-weight:bold;
}

div.widget_body {
	background: #1A5BB0 url(../images/skin/widgets/store_locator/widget_body_bg.jpg) repeat-y top left;
	width: 166px;
	height: auto;
	padding: 5px 19px 10px 23px;
}
div.widget_body h4 {
	background:none;
}

div.membership_widget {
	background: url(../images/skin/widgets/store_locator/membership_bg.jpg) no-repeat top left;
	width: 166px;
	height: 96px;
	padding: 10px 11px 10px 23px;
}*/

input.widget_textfield {
	width:123px;
	vertical-align:top;
	margin-top:2px;
	padding:2px 2px;
}
input.widget_go {
	border:none;
	vertical-align:bottom;
}

#content div.right a.widget_store_link {
	color:#003399;
	font-size: 12px;
	font-weight:bold;
}
div.store-address {
	padding-bottom:5px;
	overflow:hidden;
}
div.blue_button {
	height: 14px;
	background: url(../images/skin/widgets/store_locator/blue_button_bg_left.gif) no-repeat top left;
	padding-left: 8px;
	width: auto;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	white-space: nowrap !important;
}
div.blue_button_last {
	height: 14px;
	background: url(../images/skin/widgets/store_locator/blue_button_bg_left.gif) no-repeat top left;
	padding-left: 8px;
	width: auto;
	float: left;
	margin-right: 0;
	margin-bottom: 5px;
}
div.blue_button_link_container {
	height: 14px;
	background-color: #003399;
	width: auto;
	float: left;
}
a.blue_button_link {
	height: 14px;
	width: auto;
	background-color: #003399;
	color: #FFFFFF !important;
	font-size: 11px;
	line-height:14px;
}
div.blue_button_arrow {
	width: 15px;
	height: 14px;
	background: url(../images/skin/widgets/store_locator/blue_button_arrow.gif) no-repeat top left;
	float: left;
        border: medium none;
}
div.localstore-thumbnail {
	margin: 0px;
}
span.owner-caption {
	font-weight:bold;
}
img.gallery-image {
	border:3px solid #fff;
	max-width:150px;
	max-height:110px;
	width: expression(this.width > 150 ? "150px" : true);
	height: expression(this.height > 110 ? "110px" : true);
}
hr { height: 0; }
hr.minimal {
	padding:0px;
	margin:0px;
    clear: both;
}
h4 {
	font-size: 13px;
}
div.days7 {
	background:url('../images/stores/store_7days.gif') no-repeat right top;
}
div.days6 {
	background:url('../images/stores/store_6days.gif') no-repeat right top;
}
div.days5 {
	background:url('../images/stores/store_5days.gif') no-repeat right top;
}
