@import url(../../css/global.css);
@import url(../../css/header.css);
@import url(../../css/footer.css);

body{
	font-family:Helvetica;
	color:#53352b;
	font-size:10px;
}

#storesContainer, #storeSearchResults{
	width:910px;
	margin:0px auto;
	background-color:#ffffff;
}
#storeSearchResults{
	background-position:-220px -265px;
	height:516px;
}

.tabUS{
	background:url(../img/tab_usStore.gif);
}
.tabRetail{
	background:url(../img/tab_retailStore.gif);
}
.tabOutlet{
	background:url(../img/tab_outletStore.gif);
}
.tabIntnl{
	background:url(../img/tab_internationalStore.gif);
}

.storetabs{
	padding:0;
	margin:0;
	margin-bottom:20px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
}

.storetabs li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	text-align:center;
	font-weight:bold;
	width:190px;
	padding-top:15px;
}
.storetabs li a span{
	padding:0 60px;
	cursor:pointer;
}
#storesContainer .storetabs li a:link, #storesContainer .storetabs li a:visited, #storesContainer .storetabs li a:active, #storesContainer .storetabs li a:hover{
	color:#cbbcad;
	text-decoration:none;
}
#storesContainer .storetabs li.tabon  a:link, #storesContainer .storetabs li.tabon  a:visited, #storesContainer .storetabs li.tabon  a:active, #storesContainer .storetabs li.tabon  a:hover{
	color:#694438;
	text-decoration:none;
}

#storecontent{
	clear:both;
	margin-left:10px;
}
.storeColumnHead {
	clear:both;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px;
	font-size:16px;
	color:#ec7518;
}
.storeColumnHead .storeDetail{
	margin-bottom:5px;
}
.contentscroll{
	clear:both;
	width:740px;
	height:330px;
	overflow:auto;
	padding:10px;
}
.storesLhs, .storesRhs{
	float:left;
	width:340px;
}
.storeDetail{
	margin-bottom:15px;
}
.storeAddress{
	float:left;
	width:180px;
}
.storeAddress ul, .storeAddress li{
	margin:0;
	padding:0;
	list-style:none;
	text-transform:uppercase;
}
.street {
	font:Helvetica;
	font-weight:bold;
	font-size:11px;
}
.viewmap {
	line-height:16px;
	color:#58595b;
}
.viewmap a:link, .viewmap a:visited, .viewmap a:active{
	margin-right:8px;
	color:#58595b;
}
.viewmap a:hover{
	color:#000;
}
.storeDistance{
	float:left;
	width:100px;
	margin-left:20px;
}
.storesRhs{
	margin-left:20px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*html .clearfix {
   zoom: 1;
}

.storeLocation {
	margin:0;
	padding:0;
	margin-bottom:20px;
}
.storeLocation li{
	margin:0;
	padding:0;
	list-style:none;
	text-transform:uppercase;
}

.storeLocation  .country{
	font:Helvetica;
	font-weight:bold;
	font-size:11px;
}
.storeLocation .opening{
	font-style:italic; 
}
.columnfix{
	width:100px;
	clear:left;
}

.column {
	float:left;
	width:160px; 
	margin-right:10px;
}

#storelocator{
	background:url(../img/store_locator_bg.gif);
	height:453px;
	color:#EFE6CB;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.1em;
}
#storelocator .columnleft {
	float:left;
	width:400px;
}
#storelocator .columnright {
	float:right;
	width:370px;
	padding-top:40px;	
}

#storelocator fieldset{
	margin-top:20px;
}
#storelocator h3{
	color:#b3765d;
}
#storelocator .fieldrow {
	clear:both;
}
#storelocator label{
	display:block;
	float:left;
}

#fieldstores {
	float:right;
	padding-right:20px;
}

#fieldstores input, #fieldspecialty input{
	float:left;
}
#fieldstores label, #fieldspecialty label{
	padding:3px 0 0 5px;
}

#fieldsetzip, #fieldspecialty{
	float:left;
	margin-left:2px;
}

#fieldsetzip label{
	width:100px;
	padding-top:3px;
	color:#b3765d;
}
#fieldsetzip .fieldrow{
	margin-bottom:3px;
}
#storelocator .buttonpanel {
	clear:both;
}

.buttonpanel{
	text-align:right;
	margin-right:20px;
	padding-top:10px;
}
#storelocator .buttonpanel{
	clear:both;
	padding-top:30px;
	padding-bottom:5px;
}

#intStorelanding{
	position:relative;
	background:url(../img/store_locator_bg.gif);
}
#intStorelanding .columnleft{
	float:left;
	width:400px;
}
#intStorelanding .columnright{
	float:left;
	padding:100px 0 0 10px;
}
#intStorelanding .buttonpanel{
	position:absolute;
	bottom:40px;
	right:20px;
	text-align:right;	
}

*html img, *html .png{
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "img/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}
