body {
	margin:0;
	padding:0;
	}
	
#storeloc-container{
	background: #4a4e4e url('/common/images/store-locator/background-map.jpg') no-repeat top center;
	width:980px;
	height:518px;
	}
	
#storeloc-content{
	position:absolute;
	top:15px;
	left:47px;
	width:895px;
	height:480px;
	}
	
#storeloc-title{
	width:124px;
	height:34px;
	float:left;
	margin-top:4px;
}
	
#storeloc-print-off{
	display:none;
	width:50px;
	height:18px;
	float:right;
	padding-top:27px;
	padding-left:27px;
	}
	
#storeloc-nav-search{
	margin-left:5px;
	margin-bottom:2px;
	width:875px;
	height:50px;
	background:#000000;
	clear:both;
	}

#storeloc-nav-search{
	margin-left:5px;
	margin-bottom:2px;
	width:875px;
	height:50px;
	background:#000000;
	clear:both;
	}
	
#storeloc-form{
	margin-top:18px;
	padding-left:34px;
	float:left;
	width:224px;
	height:17px;
	}

.searchbackground {
  position: relative;
  background: #ffffff url('/common/images/store-locator/search-background.jpg') no-repeat;
  width: 224px; 
  height: 17px;
}

.search {
  border-style: hidden;
  border-width: 0px;
  background: url('/common/images/store-locator/search-bg-center.jpg');
  position: absolute;
  right: 6px;
  top: 0px; 
  width: 211px; 
  height: 14px;
  padding-top: 2px;
  font-family: arial, helvetica, sans-serif;
  color: #999;  
  font-size: 10px;
}	

#storeloc-menu{
	margin-top:17px;
	margin-left:15px;
	float:left;
	width:0px;
	height:17px;
	}
	
#storeloc-advanced-search{
	margin-top:17px;
	margin-left:15px;
	float:left;
	width:100px;
	height:17px;
	}

#storeloc-advanced-search-img{
	margin-top:4px;
	width:10px;
	height:10px;
	float:left;
	}
.advanced-search-text{
	margin-top:2px;
	margin-left:5px;
	width:85px;
	height:10px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	}
		
#storeloc-search-result{
	margin-top:15px;
	margin-left:30px;
	float:left;
	height:22px;
	overflow:hidden;
	}
#storeloc-search-result img:hover{
	margin-top:-22px;
}	
/* Form  */

h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
ul,
ul li,
dl,
dl dt,
dl dd,
blockquote {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	background: none;
	margin: 0px;
	padding: 0px;
}

select {
    font: 9px Helvetica, Verdana, Arial, Tahoma,sans-serif;
}

/* for modern browser */
input[type="image"],
input[type="submit"] {
	outline: none;
}

#storeloc-main {
    width:325px;
	font: 62.5% Helvetica, Verdana, Arial, Tahoma, sans-serif;
	clear:both;
	display:none;
}

.Item{
 margin-right:3px;
 float: left;
 border:1px solid #272727;
 display:none;
}
.orderBox{
 margin-right:3px;
 margin-top:12px;
 float: left;
 border:1px solid #272727;

}
/* STORE LOCATOR */
.SelectType3,.SelectType4 { /*style of DHTML Select Menu, main box */
    width: 148px; /*default  width of main box */
    background: url("/common/images/dropdown.gif") no-repeat top right;
    cursor: pointer;
    font-size: 9px;
    color: #e5e5e5;
    height: 16px;
    position: relative;
    text-align: left;
    padding: 2px 0px 0px 8px;

}

.SelectType3 p,.SelectType3 p { /*style of Drop Down Menu that appears onMouseover */
    width: 129px; /*default width of drop down menu*/
    overflow: hidden;
	white-space:nowrap;
}

.SelectType3 .dropdown { /*style of Drop Down Menu that appears onMouseover */
    position: absolute;
    left: 0px;
    width: 200px; /*default width of drop down menu*/
    display: none;
    font-weight: normal;
    overflow: auto;
    overflow-x: hidden;
    background: #000000;
}

.SelectType4 .dropdown { /*style of Drop Down Menu that appears onMouseover */
    position: absolute;
    left: 0px;
    width: 157px; /*default width of drop down menu*/
    display: none;
    font-weight: normal;
    overflow: auto;
    overflow-x: hidden;
    background: #000000;
}

.SelectType3 .dropdown li,.SelectType4 .dropdown li { /*style of Drop Down Menu's links */
    width: 100%;
    float: left;
}

.SelectType3 .dropdown li a { /*style of Drop Down Menu's links */
    width: 200px;
    display: block;
    font-size: 9px;
    display: block;
    color: #e5e5e5;
    text-decoration: none;
    padding: 3px 0px 3px 8px;
}

.SelectType4 .dropdown li a { /*style of Drop Down Menu's links */
    width: 157px;
    display: block;
    font-size: 9px;
    display: block;
    color: #e5e5e5;
    text-decoration: none;
    padding: 3px 0px 3px 8px;
}

.SelectType3 .dropdown a:hover,.SelectType4 .dropdown a:hover {
    background: #333333;
    color: #FFFFFF;
}

.selectType3selected { /*style of DHTML Select Menu, main box */
    width: 148px; /*default  width of main box */
    background: url("/common/images/dropdown.gif") no-repeat top right;
    cursor: pointer;
    font-size: 9px;
    color: #666666;
    height: 16px;
    position: relative;
    text-align: left;
    padding: 2px 0px 0px 8px;

}

.SelectType3selected .dropdown { /*style of Drop Down Menu that appears onMouseover */
	position: absolute;
	left: 0px;
	width: 157px; /*default width of drop down menu*/
	display: none;
	font-weight: normal;
	overflow: auto;
	overflow-x: hidden;
	background: #000000;
}

.SelectType3selected .dropdown li { /*style of Drop Down Menu's links */
	width: 100%;
	float: left;
}

.SelectType3selected .dropdown li a { /*style of Drop Down Menu's links */
	width: 148px;
	display: block;
	font-size: 9px;
	display: block;
	color: #666666;
	text-decoration: none;
	padding: 3px 0px 3px 8px;
}

.SelectType3selected .dropdown a:hover {
	background: #333333;
	color: #FFFFFF;
}

#storeloc-map
{
	margin-left:0;
	float:left;
	width:874px;
	height:372px;
}

#storeloc-loading
{
  display:none;
  position:absolute;
  top:181px;
  left:148px;
}

#storeloc-results-pages
{ 
  position:absolute;
  bottom:5px;
  left:-5px;
  width:320px;
  margin-right:20px;
  text-align:right;
  font-family:helvetica;
  font-size:8pt;
  color:#404040;
}

#storeloc-results-pages a
{ 
  margin-left:2px;
  margin-right:2px;
	cursor:pointer;
  text-decoration:none;
}

#storeloc-results-pages a.selected
{ 
	color:white;
	font-weight:bold;
}

#storeloc-results-container
{
	position:relative;
	margin:0;
	padding:0;
	margin-left:3px;
	width:0px;
	height:372px;
	color:white;
	background-color:#0f0f0f;
	font-family:Arial;
	white-space:nowrap;
	float:left;
}

#storeloc-results-container #collapse-expand
{
  float:right;
  display:none;
  margin:2px 3px 0 0;
  background:url(/common/images/store-locator/results-expandcollapse.gif) no-repeat 0 0;
	width:22px;
	height:22px;
	cursor:pointer;
}

#storeloc-results
{
  color:white;
  font-family:Arial;
  white-space:nowrap;
}

#storeloc-results-top
{
  margin:20px 0 0 30px;
  font-family:Arial, Regular;
  font-weight:bold;
  font-size:12pt;
}

.storeloc-results-title
{
  margin-right:15px;
  font-family:Arial;
  font-weight:bold;
  font-size:12pt;
  float:left;
}

.storeloc-results-orderby-box
{
  float: left;
  border:1px solid #272727;
}

.storeloc-results-items
{
  padding-top:20px;
<!--[if IE]>
  padding-top:0px;
  <![endif]-->
  clear:both;
}

ul.storeloc-results
{
  margin-top:10px;
  padding-top:2px;
  padding-bottom:2px;
  width:100%;
}

ul.storeloc-results li
{
  font-family:Arial, Regular;
  font-size:10pt;
  cursor:pointer;
	list-style:none;
}

ul.over
{
  background-color:#515151;
}

ul.storeloc-results li.name
{
  font-weight:bold;
  margin-left:30px;
}

ul.storeloc-results li.address
{
  margin-left:48px;
}

div.storeloc-infobox
{
  margin:10px;
  padding-bottom:15px;
  position:relative;
}


div.storeloc-infobox img.print
{
  position:absolute;
  bottom:10px;
  right:0;
  cursor:pointer;
}

div.storeloc-infobox img.preview
{
  float:right;
}

ul.storeloc-infobox-contact
{
/*  white-space:nowrap; */
}


div.storeloc-infobox li
{
	list-style:none;
}

ul.storeloc-infobox-contact li.name
{
  font-family:Arial;
  font-size:11pt;
  font-weight:bold;
}

ul.storeloc-infobox-contact li.street
{
  font-family:Arial, Regular;
  font-size:10pt;
}


ul.storeloc-infobox-contact li.phone
{
  margin-top:5px;
  font-family:Arial, Regular;
  font-size:10pt;
}

ul.storeloc-infobox-contact li.fax
{
  font-family:Arial, Regular;
  font-size:10pt;
}


ul.storeloc-infobox-contact li.url
{
  font-family:Arial, Regular;
  font-size:10pt;
}

ul.storeloc-infobox-contact li.email
{
  font-family:Arial, Regular;
  font-size:10pt;
}


ul.storeloc-infobox-opening-days
{
  float:left;
  width:100px;
  font-family:Arial, Regular;
  font-size:10pt;
}

ul.storeloc-infobox-opening-hours
{
  margin-left:100px;
  font-family:Arial, Regular;
  font-size:10pt;
}

ul.storeloc-infobox-opening-hours 
{
  margin-left:105px;
  font-family:Arial, Regular;
  font-size:10pt;
}

ul.storeloc-infobox-opening-days li.today
{
  font-weight:bold;
}

ul.storeloc-infobox-opening-hours li.today
{
  font-weight:bold;
}


ul.storeloc-infobox-collections
{
  font-family:Arial, Regular;
  font-size:10pt;
  margin-left:40px;
}

ul.storeloc-infobox-collections li.redtab
{
  list-style-image:url(/common/images/store-locator/levis_red_tab.gif);
}

ul.storeloc-infobox-collections li.ej
{
  list-style-image:url(/common/images/store-locator/levis_engineered.gif);
}

ul.storeloc-infobox-collections li.blue
{
  list-style-image:url(/common/images/store-locator/levis_blue.gif);
}

ul.storeloc-infobox-collections li.vlc
{
  list-style-image:url(/common/images/store-locator/levis_vintage.gif);
}
ul.storeloc-infobox-collections li span
{
  vertical-align:super;
}

div.storeloc-infobox p.available
{
  font-family:Arial;
  font-size:9pt;
  margin:0;
  margin-bottom:5px;
  padding:0;
}

div.storeloc-infobox p.opening-name
{
  font-family:Arial;
  font-size:11pt;
  font-weight:bold;
  margin:0;
  margin-bottom:5px;
  padding:0;
}

div.storeloc-infobox p.collections-name
{
  font-family:Arial;
  font-size:11pt;
  font-weight:bold;
  margin:0;
  padding:0;
}


ul.no-results
{
	margin-top:20px;
	margin-left:30px;
	padding-right:25px;
}

ul.no-results li
{
	list-style:none;
  font-family:Arial, Regular;
  font-size:10pt;
}

ul.no-results li.title
{
  font-size:12pt;
  font-weight:bold;
	margin-bottom:15px;
}

ul.no-results li.address
{
  font-weight:bold;
	margin-bottom:15px;
}

ul.no-results li.address
{
  font-weight:bold;
	margin-bottom:15px;
}

ul.no-results li.suggest
{
	margin-bottom:10px;
}

ul.no-results li.item
{
	margin-left:15px;
	list-style-type:disc;
	white-space:normal;
	margin-bottom:10px;
}



ul.did-u-mean
{
	margin-top:20px;
	margin-left:30px;
	margin-right:30px;
}


ul.did-u-mean li
{
  font-family:Arial, Regular;
  font-size:10pt;
  list-style-image:url('/common/images/store-locator/arrow-right.gif');
	cursor:pointer;
	margin-left:30px;
	white-space : normal; 
}

ul.did-u-mean li.title
{
	margin-left:0;
	list-style:none;
  font-family:Arial, Regular;
  font-size:12pt;
  font-weight:bold;
	margin-bottom:15px;
	cursor:default;
}


#storeloc-print-on{
	height:45px;
	float:right;
	margin-right:13px;
	cursor:pointer;
	overflow:hidden;
	z-index:2000;
}

#storeloc-print-on .storeloc-print-on-img:hover {
/* margin-top:-44px;*/
}

.MMMarker a span 
{
  color:white;
}





