/* -----------------------------------------------------------------------------
storelocatorv2.CSS
Controls the layout of the Store Locator

STARRING
-------------------------------------------------------------------------- */

/* start layout */
#wrapper_main {
width: 1000px;
}
#printArea2 {
display: none;
}
#wrapper_content.full {
width: 750px;
}
.storeContainer { /* holds everything together */
float:left;
width:100%;
display:inline;
position:relative;
background:url(/static/images/8_storelocator/bg.gif) bottom left no-repeat;
padding-bottom:19px;
}
div.mapContainer.start,
div.mapContainer.results {
float:left;
position:relative;
width:527px;
border:2px solid #fff;
margin:11px 0 0 0;
}
div.mapContainer.start {
display:inline;
width:696px;
margin:11px 0 0 24px;
}
div.map {
height:460px;
}
div.searchResults {
width:170px;
height:460px;
float:left;
display:inline;
overflow:auto;
margin:11px 0 0 24px;
}
div.storeDetails { /* container for the details window. also see ie6.css */
width:99.3%;
border:1px #d5d5d5 solid;
border-right:none;
border-bottom:none;
background-color:#fff;
z-index:101;
padding-bottom:1px;
}
div.storeDetailsShadow { /* shadow for the details window. also see ie6.css */
position:absolute;
top:10px;
right:10px;
width:512px;
background: url(/static/images/8_storelocator/details_bg.png) right bottom no-repeat;
padding:0 10px 10px 0;
margin:0;
z-index:100;
}
/* end layout */
/* start special */
div.enclosing {
clear:both;
}
#wrapper_content.full .storeContainer div.divider {
width:auto;
height:2px;
background:url(/static/images/8_storelocator/divider.gif) top left;
margin:0 24px 6px 24px;
}
/* end special */
/* start headlines */
.storeContainer h1 {
background: url(/static/images/8_storelocator/bg_top.gif) no-repeat;
padding:18px 25px 0 23px;
margin-bottom:4px;
color:#cc0000;
font-size:20px;
}
div.storeDetails h1 { /* also see ie6.css */
float:left;
width:82%;
background:none;
padding:7px 0 0 10px;
line-height:normal;
}
.storeContainer h3 {
color:#cc0000;
font-size:1.4em;
}
div.detailsContent h3 {
font-size:1.1em;
color:#2e2e2e;
margin:4px 0 2px 0;
}
h4 {
display:inline;
color:#8f8f8f;
font-size:1.1em;
padding:3px 7px 0 0;
}
/* end headlines */
/* start paragraphs, links and buttons */
.storeContainer .searchResults p,
.storeContainer .searchResults span,
.storeContainer .searchResults a {
font-size:11px;
color:#2e2e2e;
font-weight:normal;
}
.storeContainer .searchResults p {
margin-right:13px;
}
div.filterDiv div.pil a,
div.filterDiv h4 { /* also see ie6.css */
float:left;
display:block;
padding-bottom:2px;
}
#wrapper_content div.filterDiv a.marked,
#wrapper_content div.filterDiv a.unmarked {
margin:4px 3px 0 0;
color: #8f8f8f;
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
}
#wrapper_content div.filterDiv a.marked {
color:#cc0000;
}

div.filterDiv a.reset { /* to reset the filter inside the resultmap */
font-size:1.1em;
padding-bottom:10px;
display:block;
}
#wrapper_content a.buttonSmall,
#wrapper_content a.buttonSmallInactive{ /* smaller button than the normal */
float: left;
background: url(/static/images/8_storelocator/button.gif) top left no-repeat;
font-weight: bold;
padding-left:3px;
text-decoration:none;
cursor:pointer;
}
a.buttonSmall span,
a.buttonSmallInactive span{
float: left;
display: block;
background: url(/static/images/8_storelocator/button.gif) top right no-repeat;
padding: 4px 10px 8px 6px;
font-weight:bold;
font-size:1.1em;
}
a.buttonSmallInactive span,
#wrapper_content a.buttonSmallInactive:hover{
color:#8f8f8f;
}

a.buttonSmallInactive span {
cursor:default;
}
/* end paragraps, links and buttons */
/* start search field */
fieldset {
border:0;
margin:0 0 5px 23px;
}
input,
label,
select {
float:left;
font-size:1.1em;
margin:2px 10px 0 0;
}
select {
margin-top:0;
}
select.search {
margin-top:2px;
}
label.checked {
font-weight:bold;
}
input.searchBy {
width: 200px;
}
/* end search field */
/* start list of results */
div.searchResults ul li {
background:url(/static/images/8_storelocator/divider_small.gif) bottom left no-repeat;
padding:4px 0 6px 0;
}
legend { /* also see ie6.css & ie7.css */
font-size:1.4em;
color:#cc0000;
margin-bottom:2px;
font-weight:bold;
}
div.bubble p.last { /* speaking bubble in map */
margin-bottom:3px;
}
/* filter */
div.filterBgDiv { /* also see ie6.css & ie7.css */
position:absolute;
top:2px;
right:2px;
width: 153px;
-moz-opacity:.85;
opacity:.85;
background-color:#fff;
border:1px solid #96a0ab;
z-index:1;
}
div.filterDiv {
position:absolute;
top:2px;
right:2px;
width:135px; /*expanded*/
margin:4px 9px 0 9px;
z-index:30;
}
div.filterDiv fieldset {
margin-left:0;
clear:both;
}
div.filterDiv label {
margin-right:0;
width:100px;
}
ul.selected li {
margin-left:17px;
}
div.pil { /* container for filter on/off buttons */
position:absolute;
top:-1px;
right:-6px;
}
/* grid - nostores opened etc */
div.noStoresGrid { /* also see ie6.css */
position:absolute;
left:0;
top:0;
width:100%;
height:460px;
background:url(/static/images/8_storelocator/grid.png) top left;
}
div.noStores { /* text over grid */
position:absolute;
top:208px;
left:0;
width:100%;
z-index:30;
text-align:center;
background-color:#fff;
}
div.noStores p {
color:#2e2e2e;
font-size:2em;
margin:11px 0;
}
a.disabledLink{
text-decoration:none !important;
cursor: default;
}
#wrapper_content a.disabledLink:hover {
color:#2e2e2e !important;
}
.noGeoData {
display:block;
background: url(/static/images/8_storelocator/iconNoGeodata.gif) bottom left no-repeat;
padding:3px 0 0 22px;
}
.filterHidden{
display: none;
}
.filterSelected{
display: inline;
}
div.tabSelected{
display: none;
}

div ul li.mouseOverStore{
background: url(/static/images/8_storelocator/bgFlyover.gif) bottom left repeat-x;
}
/* end list of results */
/* start details */
/* start navigation in details window */
div.nav {
background: url(/static/images/8_storelocator/storeDetailsBg.gif) top left repeat-x;
width:100%;
margin:2px 2px 0 2px;
height:64px;
}
div.nav ul { /* also see ie6.css & ie7.css */
padding:0 0 0 7px;
}
div.nav ul li,
div.nav ul li.current {
float:left;
display:inline;
background:url(/static/images/8_storelocator/nav.gif) top left no-repeat;
padding: 4px 0 5px 3px;
margin-right:2px;
margin-top:4px;
}
#wrapper_content div.nav ul li a,
#wrapper_content div.nav ul li.current a {
height:24px;
background: url(/static/images/8_storelocator/nav.gif) top right no-repeat;
border-bottom:1px solid #d4d4d4;
padding: 4px 7px 5px 7px;
margin-top:4px;
text-decoration:none;
font-size:1.1em;
white-space:nowrap;
}
div.nav ul li.current {
background: url(/static/images/8_storelocator/nav.gif) left -28px no-repeat;
margin-top:2px;
padding: 6px 0 6px 3px;
}
#wrapper_content div.nav ul li.current a {
background: url(/static/images/8_storelocator/nav.gif) right -28px no-repeat;
font-weight:bold;
padding: 6px 7px 6px 7px;
border-bottom:none;
}
#wrapper_content div.nav ul > li.current a {
margin-top:2px;
}
#wrapper_content div.nav ul li a:hover {
color:#2e2e2e !important;
}
/* end navigation in details window */
/* start details window */
div.detailsContent {
margin:12px 15px;
width:auto;
z-index:20000;
}
div.detailsContent img.store {
float:left;
display:inline;
background:url(/static/images/8_storelocator/imageFrame.gif) bottom right no-repeat;
padding:0 5px 5px 0;
margin:0 9px 8px 0;
width: 200px;
height: 120px;
}
div.detailsContent div.info {
float:left;
display:inline;
padding:0 18px 5px 0;
width:200px;
}
div.closeDetails,
div.printDetails {
float:right;
display:inline;
margin:6px 9px 0 0;
text-transform:capitalize;
}
div.printDetails {
margin-top:8px;
}
#wrapper_content div.closeDetails a,
div.printDetails a {
font-size:1.1em;
}
#wrapper_content div.closeDetails a {
color:#8f8f8f !important;
text-transform:uppercase;
text-decoration:none;
font-weight:bold;
}
div.detailsContent p {
font-size:1.1em;
margin-bottom:7px;
}
div.detailsContent div.info p {
margin-bottom:3px;
}
#wrapper_main p.strong {
font-weight:bold;
}
#wrapper_content.full .storeDetails div.divider {
height:1px;
background:url(/static/images/8_storelocator/dividerOnePix.gif) top left no-repeat;
margin:0 0 7px 0;
}
/* navigering departments */
div.secondNav ul li {
float:left;
position:relative;
background:none;
margin:0 5px 8px 0;
text-transform:capitalize;
}
#wrapper_content div.secondNav ul li.current a {
color:#cc0000;
}
div.secondNav ul li a {
margin-right:5px;
font-size:1.1em;
}
/* flyover */
ul.thirdNav {
position:absolute;
left:-10px;
top:19px;
background:url(/static/images/8_storelocator/bgFlyover.gif) top left repeat-x;
border: 1px solid #888;
padding:5px 8px 2px 8px;
overflow:visible;
z-index:50;
}
li ul.thirdNav,
.mouseOverStore /* also see ie6.css */ {
background:url(/static/images/8_storelocator/bgFlyover.png) top left repeat-x;
}
div.secondNav  ul.thirdNav li {
float:none;
width:auto;
margin:0 0 4px 0;
padding:0;
font-size:1.1em;
text-transform:capitalize;
white-space:nowrap;
}
/* end details window */
/* start hiding inputs and showing background images instead */
div.radio,
div.radioChecked,
div.checkbox,
div.checkboxChecked {
float:left;
width:14px;
height:13px;
background:url(/static/images/8_storelocator/input.gif) no-repeat top left;
padding:0;
margin:3px 4px 0 0;
}
div.radioChecked {
background:url(/static/images/8_storelocator/input.gif) no-repeat left -14px;
}
div.checkbox {
background:url(/static/images/8_storelocator/input.gif) no-repeat left -28px;
}
div.checkboxChecked {
background:url(/static/images/8_storelocator/input.gif) no-repeat left -42px;
}
div.radio input,
div.checkbox input { /* also see ie6.css & ie7.css */
opacity:.0;
margin:0;
height:13px;
width:14px;
}
/* end hiding inputs and showing background images instead */

