#main {
    background: #FFF;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, .35);*/ 
    /*-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .35);  */
    overflow: hidden;
}

#top {
    position: relative;
    border-bottom: 1px solid #dfdfdf;
}

.bevel-bar {
    background: #FFF;
    /*box-shadow: inset 0 0 14px 0 #444;
    background: -moz-linear-gradient(top, #707070 0%, #343434 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7C7C7C), to(#474747));
    background: -moz-linear-gradient(top, #707070);*/ 
}

.text-shadow {
    color: #fff;
   /** text-shadow: 0px 0px 4px #111; **/
}

/** Top Sentence Bar **/
#options {
    padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
}

/*.service #options {
	padding-bottom:18px;
}

.training #options {
	padding-bottom:6px;
}*/

#carrierMessage { 
color:#FFF;
font-size:13px;
margin:7px 0 0 0;
}

/*select {*/
			/*-webkit-appearance: none;*/
			    /*-moz-appearance: none;*/
			    /*appearance: none;*/
	    /*-moz-appearance: none;*/
	    /*-moz-border-bottom-colors: none;*/
	    /*-moz-border-left-colors: none;*/
	    /*-moz-border-right-colors: none;*/
	    /*-moz-border-top-colors: none;*/
	    /*background-attachment: scroll, scroll;*/
	    /*background-clip: border-box, border-box;*/
	    /*background-color: #F2F2F2; */
	    /*background-image: url("../images/chevron.png");*/
	    /*background-origin: padding-box, padding-box;*/
	    /*background-position: right 12px center, 0 0;*/
	    /*background-repeat: no-repeat, repeat;*/
	    /*background-size: 12px auto, cover;*/
	    /*border-radius:4px; */
			/*border-bottom-color: #DADADA;*/
			/*border-top-left-radius: 4px;*/
				    /*border-top-right-radius: 4px;*/
				    /*border-bottom-left-radius: 4px;*/
				    /*border-bottom-right-radius: 4px;*/
	    /*border-bottom-style: solid;*/
	    /*border-bottom-width: 1px;*/
	    /*border-image-outset: 0 0 0 0;*/
	    /*border-image-repeat: stretch stretch;*/
	    /*border-image-slice: 100% 100% 100% 100%;*/
	    /*border-image-source: none;*/
	    /*border-image-width: 1 1 1 1;*/
	    /*border-left-color-ltr-source: physical;*/
	    	    /*border-left-color-rtl-source: physical;*/
	    	    /*border-left-color-value: #DADADA;*/
	    	    /*border-left-style-ltr-source: physical;*/
	    	    /*border-left-style-rtl-source: physical;*/
	    	    /*border-left-style-value: solid;*/
	    	    /*border-left-width-ltr-source: physical;*/
	    	    /*border-left-width-rtl-source: physical;*/
	    	    /*border-left-width-value: 1px;*/
	    /*border-right-color-ltr-source: physical;*/
	    /*border-right-color-rtl-source: physical;*/
	    /*border-right-color-value: #DADADA;*/
	    /*border-right-style-ltr-source: physical;*/
	    /*border-right-style-rtl-source: physical;*/
	    /*border-right-style-value: solid;*/
	    /*border-right-width-ltr-source: physical;*/
	    /*border-right-width-rtl-source: physical;*/
	    /*border-right-width-value: 1px;*/
	    /*border-top-color: #DADADA;*/
	    /**/
	    /*border-top-style: solid;*/
	    /*border-top-width: 1px;*/
	    /*box-shadow: 0 1px 1px rgba(45, 60, 72, 0.02);*/
	    /*cursor: pointer;*/
	    /*min-width: 180px; */
	    /*outline-color: -moz-use-text-color;  */
	    /*outline-style: none;*/
	    /*outline-width: 0;*/
	    /*padding:5px 5px 5px 10px; */
	    /*text-indent: 0.01px;*/
	    /*text-overflow: "";*/
			/*font-size:13px; */
			/*border:1px solid #DADADA; */
	/*}*/
	/*select, select:focus, select:active {*/
	    /*outline-color: -moz-use-text-color;*/
	    /*outline-style: none;*/
	    /*outline-width: medium;*/
	/*}*/
	
#resultsDropdown  {
	margin-left:5px;
	height:30px;
	padding:5px 5px 5px 10px;
	border:1px solid #111;
	font-size:13px;
}

#resultsDropdown option:last-child { 
border-top:1px solid #333;
}	
	option, option:focus, option:active {
	    outline-color: -moz-use-text-color;
	    outline-style: none;
	    outline-width: medium;
			padding:5px 5px 5px 10px; 
	}       
	

	
	/*select:hover, select:active {*/
	    /*background-attachment: scroll;*/
	    /*background-clip: border-box;*/
	    /*background-color: #FFF;*/
	    /*background-image: url("../images/chevron.png");*/
	    /*background-origin: padding-box;*/
	    /*background-position: right 12px center;*/
	    /*background-repeat: no-repeat;*/
	    /*background-size: 12px auto, cover;*/
	    /*box-shadow: 0 1px 1px rgba(45, 60, 72, 0.02);*/
	    /*outline-color: -moz-use-text-color;*/
	    /*outline-style: none;*/
	    /*outline-width: 0;*/
/*}*/

.searchText {
	color : #000;
    display: inline-block;
    width: 630px;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 21px;
    line-height: 1.47em;
    white-space: nowrap;
    font-family: "Myriad Set Pro","Lucida Grande","Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
   	font-weight: 300;
   	vertical-align: top;
}

.dropDownText {
	display: inline-block;
	font-size: 13px;
	margin-right: 10px;
	vertical-align: middle;
}


.dropDownLineSpace {
	letter-spacing: -.08em;
}


.promptOpt {
    display: inline-block;
    font-size: 13px;
    float: right;
    color: #888;
    padding-top: 7px;
}
.training .promptOpt {
	padding-top:4px
}
.promptOpt a {
    color: #888;
}

.promptOpt a:hover {
    cursor: pointer;
}

/** Map Div **/
#mapdiv {
    padding: 0;
    margin: 0;
    width: 637px;
    float: right;
    position: relative;
	z-index: -2;
}

#mapdiv.off {
    width: 608px;
    background-color:#DFDFDF;
}

#map_canvas {
    height: 738px;
    width: 100%;
    position: relative;
		
}

#map_canvas.off {
    /*background: url('../images/linen.jpg') scroll repeat 0 0 #4F4F4F;*/
	background-color: #999;
    height: 867px;
    text-align: center;
}

.no-map-store-window {
    display: inline-block;
    position: relative;
    top: 165px;
    background: #fff;
    /* padding: 20px; */
    margin: 0px auto;
    filter: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
/*    -moz-box-shadow: 1px 1px 10px #000;
    -webkit-box-shadow: 1px 1px 10px #000;
    box-shadow: 1px 1px 10px #000;*/
}


.no-map-store-window .notch.notchRetStore {
	display:none;
}

/** Store List Panel **/
#panel {
    padding: 0;
    margin: 0;
    width: 342px;
    float: left;
    height: 738px;
    position: relative;
    background: #EFEFEF;  
/*border-left:1px solid #DFDFDF;*/
border-right:1px solid #DFDFDF; 
    /*-moz-box-shadow:1px 0 3px #CCCCCC;
        -webkit-box-shadow: 1px 0 3px #CCCCCC;
        box-shadow: 1px 0 3px #CCCCCC;*/
}

/*#panel:before, #panel:after { 
    content: "";
    position: absolute;
    z-index: -1;
}

#panel:after {
    -webkit-box-shadow:0 0 5px rgba(0,0,0,0.6);
    -moz-box-shadow:0 0 5px rgba(0,0,0,0.6);
    box-shadow:0 0 5px rgba(0,0,0,0.6);
    top:5px;
    bottom:5px;
    left:90%;
    right:0;
}
*/
#panel.off {
    width: 371px;
    height: 867px;
   /* -moz-box-shadow: 0 0 10px #000;
       -webkit-box-shadow: 0 0 10px #000;
       box-shadow: 0 0 10px #000; */
}

.iPad-height {
    height: 540px !important;
}

.iPad-height-noMap {
    height: 635px !important;
}

/* Modified from StoreLocator.css from Google */

.store-list li {
    padding-left: 0;
    position: relative;
}

.store-list li.store {
padding: 10px 0 15px 0; /*was 15 0 10 0*/ 
height:73px; /*new*/
    /*background-color: #EFEFEF;
    background-position: 90% center;
    background-repeat: no-repeat;*/
    background: #ffffff; /* Old browsers */
	/*background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);*/ /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));*/ /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);*/ /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);*/ /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);*/ /* IE10+ */
	/*background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);*/ /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );*/ /* IE6-9 */
    border-bottom: 1px solid #DFDFDF;
    /*border-top: 1px solid #FFFFFF;*/
    cursor: pointer;
    position: relative;
    filter: inherit;  
}

/*.store-list li.store:hover, */
.store-list li.store:focus { 
		background: #FFF	; /* Old browsers */
	/*background: -moz-linear-gradient(top,  #dedede 0%, #f1f1f1 100%);*/ /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(100%,#f1f1f1));*/ /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  #dedede 0%,#f1f1f1 100%);*/ /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  #dedede 0%,#f1f1f1 100%);*/ /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  #dedede 0%,#f1f1f1 100%);*/ /* IE10+ */
  /*background: linear-gradient(to bottom,  #dedede 0%,#f1f1f1 100%);*/
	/*background: linear-gradient(to bottom,  #dedede 0%,#f1f1f1 100%);*/ /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#f1f1f1',GradientType=0 );*/ /* IE6-9 */ 
	box-shadow: inset 0px 0px 0px 1px #0088CC;
	/*border-top: 1px solid #158CFB	;*/
    outline: 0 none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.store-list li.store:active {
	outline: 0 none;
}
.store-list li.highlighted,
.store-list li.highlighted:hover,
.store-list li.highlighted:focus {
    cursor: pointer;
background: #f6f6f6;
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CFE2EB', endColorstr='#CFE2EB',GradientType=0 );*/ /* IE9 */
    outline: 0 none;
		 /*border-top:1px solid #f6f6f6;*/
}

.store-list li.store title, address, ul {
}

.store-list li.store .store-info {
margin-left: 52px;
    line-height: 15px;
    height: 73px;
}

.store-list li.store .store-info.auto {
    height: 91px; /*height: auto;*/
}

.store-list .no-stores {
    color: grey;
    padding-left: 25px;
}

.store .title {
    color: #000000;
font: normal 14px/20px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
width: 190px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 20px;
}

.store .address,
.store .phone,
.store .web,
.store .misc {
    display: block;
font: normal 14px/20px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
color: #666;
}
.store .Apptaddress {
	display: block;
	font: normal 14px/20px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	color: #000;
	width: 275px !important;
	line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.store .address p {
    margin: 0;
    margin-right: 20px;
    padding: 0;
width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.icon {
    display: inline-block;
    text-indent: -9999px;
    text-decoration: none;
    margin: 0 20px 0 0;
}

a.iconEmail {
    background: url('../images/icons.png') no-repeat scroll 0px 0px transparent;
	height: 21px;
	width: 32px;
	margin-left: 10px;
	/*background-size: auto 42px;*/
}

a.iconPrint {
  background: url('../images/icons.png') no-repeat scroll 0px -22px transparent;	
  height: 21px;
	width: 25px;
	/*background-size: auto 42px;*/
}

.store .features {
	bottom: 0;
	/*color: grey;*/
	color: #AAA;
	display: block; 
	font: normal 11px/13px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif; 
    margin: 0;
    max-width: 392px;
    padding: 0;
    position: absolute;
    padding-bottom: 10px;
    overflow: hidden;    
}

.store .features li {
    display: inline;
    float: left;
    padding-right: 0.8em;
    padding-left: 0px;
    padding-top: 5px;
}

.store .featuresList {
    overflow: hidden;
    display: block;
    list-style: none
    margin: 0;
    padding: 0;
}
.store .featuresList li {
    display: block;
    list-style: none;
color: #AAA;
font: normal 11px/13px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}

.store-name {
    display: inline-block;
    margin: 6px 8px 0px 8px;
}

.store-name.pad-bottom{
    margin: 6px 8px 6px 8px;   
}

.store-label .features {
    overflow: hidden;
    color: grey;
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 0;
    max-width: 392px;
}

.store-label li {
    float: left;
    margin: 0px 0px 0px 8px;
    font-size: 80%;
}

.store .web a {
    color: #08c;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.store .action {
    font-size: 0.8em;
    color: #08c;
    margin-right: 0.5em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.store .storeType {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.store .storeType li {
    width: 84px;
    line-height: 1;
    margin-bottom: 6px;
}


.store .distance {
    font-size: 12px;
    text-align: right;
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 105px;
}

.store .store-info .tile {   
    display: inline-block;
    position: absolute;
    float: left;
	left: 15px;
    background: url('../images/markers/tilesSprite.png') no-repeat scroll 0 0 transparent;
    background-size: auto 26px;
    height: 26px;
    width: 26px;
    padding: 0;
    top: 14px;
    text-indent: -9999px;
}

/** Pagination **/
#pageFooter {
    background-color: #FFF;
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
}

#pageFooter:before, #pageFooter:after {
    display: table;
    content: "";
    *zoom:1;
}
#pageFooter:after {
    clear: both;
}

.emailPrintLinks {
    float: left;
    height: 21px;
    padding: 12px 5px;
}

.emailPrintLinks a:focus {
	/* outline: 1px dotted #08c; */
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.pagination_nav {
    float: right;
    padding-right: 20px;
    font-size: 14px;
    color: white;
}

.pagination_info_text {
    float: right;
    margin: 0;
    padding: 15px 0px 0px 0;
}

.pagination_nav .page_link {
    border-right: 1px solid white;
    padding: 0 20px;
}

.pagination_nav a {
    color:#333;
	padding-left: 20px;
	padding-top: 12px;
	display: inline-block;
	line-height: 21px;
}




.left-arrow-white {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 4px 5px 4px 0;
    display: inline-block;
    margin-right: 5px;
    height: 0px;
    width: 0px;
}

.right-arrow-white {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    display: inline-block;
    margin-left: 5px;
    height: 0px;
    width: 0px;
}

.pagination_nav .previous_link:hover,
.pagination_nav .next_link:hover {
    text-decoration: none;
}

.pagination_nav .active_page {
    color: #333;
    font-weight: bold;
}

.pagination_nav .no_more {
    color: gray;
    cursor: default;
    display: none;
}

.pagination_nav .no_more:hover {
    color: gray;
    cursor: default;
    text-decoration: none;
}

.pagination_nav .ellipse {
    float: left;
    display: none !important;
}

/**Filters block**/

.filterListDiv {
    display: block;
    width: 100%;
    padding: 10px 0;
    /*background-image: url('../images/linen.jpg');*/
		background-color: #999;
    background-size: 980px 660px;
    color: black;
    position: relative;
    filter: inherit;
}

.filterbox-shadow {
   /* -moz-box-shadow: inset 0 0 10px #000000;
       -webkit-box-shadow: inset 0 0 10px #000000;
       box-shadow: inset 0 0 10px #000000; */
}

.filterListDiv.off {
	background: none scroll repeat #626262;
}

.floating-info {
   /*  position: absolute;
    top: 22px;
    right: 20px;
    margin: 0;
    padding: 0;
    text-align: right;
    font-size:13px; */
    position: relative;
 	margin-top: 10px;
  	margin-right: 20px;
  	font-size: 13px;
  	float: right;
}

.expanded-arrow, .collapsed-arrow {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 13px;
}

.floating-info span:hover {
    text-decoration: underline;
    cursor: pointer;
}


.filter-list-block {
    /* clear: both; */
    display: block;
    margin: 0;
}

.filter-list-block:before, .filter-list-block:after {
    display: table;
    content: "";
    *zoom:1;
}
.filter-list-block:after {
    clear: both;
}

.filter-heading {
    display: inline-block;
    float: left;
    text-align: right;
    font-size: 13px;
    font-weight: normal;
    padding: 10px 0 0 20px;
    width: auto;
    margin-right: 20px;
}

.filter-list-per-channel {
    list-style: none;
    padding: 0;
}


.filter-list-per-channel li {
    display: inline-block;
    float: left; 
    position: relative;
    margin-bottom: 5px;
}


.filteroption {
    background-color: transparent;
    color: #fff;
    /*text-shadow: 0px 0px 4px #111;*/
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin-top:5px;
    overflow: hidden;
    padding: 5px 0 5px 10px;
    text-align: left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    width: 204px;
    white-space: nowrap;
    text-overflow: ellipsis;
border:1px solid #999; /*matches background color to be invisible */
}

.filteroption:hover, .filteroption.hover, .filteroption.active{
    /*background: #444;*/
    /*background: rgba(0,0,0,.2);*/
    background: none;
    border:1px solid #0088CC;
  /*  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,.3)));
      background: -moz-linear-gradient(100% 100% 90deg, rgba(0,0,0,0), rgba(0,0,0,.3));
      -webkit-box-shadow: inset rgba(0,0,0,.5) 0 0 3px, inset rgba(0,0,0,.5) 0 1px 1px, inset rgba(255,255,255,.5) 0 -1px 0;
      -moz-box-shadow: inset rgba(0,0,0,.5) 0 0 3px, inset rgba(0,0,0,.5) 0 1px 1px, inset rgba(255,255,255,.5) 0 -1px 0;
      box-shadow: inset rgba(0,0,0,.5) 0 0 3px, inset rgba(0,0,0,.5) 0 1px 1px, inset rgba(255,255,255,.5) 0 -1px 0;*/
    -webkit-font-smoothing: antialiased;
}

.filteroption:focus, .filteroption.focus {
	/*outline: 1px solid #158CFB;
		-moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	  -o-border-radius: 4px;
	  border-radius: 4px;*/
		background: none;
}


#filterList-1 .filter-list-per-channel li .filteroption {
	padding-right: 10px;
    font-size:13px;
	width: auto;
}

/* .en #filterList-1 .filter-list-per-channel li .filteroption {
	padding-right: 13px;
}

.fr #filterList-1 .filter-list-per-channel li .filteroption {
	padding-right: 10px;
}

.de #filterList-1 .filter-list-per-channel li .filteroption {
	padding-right: 16px;
}

.it #filterList-1 .filter-list-per-channel li .filteroption {
	padding-right: 18px;
} */

#filterList-1.allProducts .filter-list-per-channel li .filteroption {
}

#filterList-1 .filter-list-per-channel li.plusChannelButton .filteroption {
	max-width: 380px;
}

.filteroption.on {
background: none;
		border:1px solid #FFF; 
   /* background: rgba(0,0,0,.4);*/
   /* background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,.5)), to(rgba(0,0,0,.25)));
       background: -moz-linear-gradient(100% 100% 90deg, rgba(0,0,0,.5), rgba(0,0,0,.25));
       -webkit-box-shadow: inset rgba(0,0,0,.5) 0 0 3px, inset rgba(0,0,0,.5) 0 1px 1px, inset rgba(255,255,255,.6) 0 -1px 0;
       -moz-box-shadow: inset rgba(0,0,0,.5) 0 0 3px, inset rgba(0,0,0,.5) 0 1px 1px, inset rgba(255,255,255,.6) 0 -1px 0;
       box-shadow: inset rgba(0,0,0,.5) 0 0 3px, inset rgba(0,0,0,.5) 0 1px 1px, inset rgba(255,255,255,.6) 0 -1px 0;
       color: #fff;  */
/*    font-weight: bold;*/
}

.hidableRow {
    filter: inherit;
}

.no-stores {
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    color: #999;
    margin: 0;
    padding: 15px;
}

.appletvFilter {
	position: relative;
	width: 30px !important;
}

.appletvFilter span {
	background: url('../images/AppleTV.png') no-repeat scroll 0 0 transparent;
	text-indent: -9999px;
	display: block;
}

/*Store Content Window*/
.store-content {
    clear: both;
    display: block;
    margin: 0;
    text-align: left;
    padding: 0;
}

.store-content:before, .store-content:after {
    display: table;
    content: "";
    *zoom:1;
}
.store-content:after {
    clear: both;
}

.store-content .store-content-left {
    float: left;
    max-width: 320px;
    width:auto;
}

.store-content .title {
    width: auto;
  /*  max-width: 320px; */
}

.store-content .address p,
.store-content .address div {
    margin: 0;
    padding: 0;
    width: auto;
  /*  max-width: 320px; */
  	word-break:break-word;
}

.width150 {
    width: 150px;
}

.store-content .store-content-right {
    float: right;
    padding-left: 15px;
/*     max-width: 100px; */
	  max-width: 190px;
font: normal 14px/20px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}

.store-content .store-image-thumb {
    float: left;
    width: 100px;
    margin-right: 10px;
}

.store-content .store-content-info {
/*margin-left: 110px;*/
position: relative;
float: left;
}

.store-content-left div.title>span.no-link{
	 padding-right:8px; 
}

.store-content-left div.title>a{
	 padding-right:8px; 
}

.store-content .store-content-info .distance {
	font-weight: normal;
    /*padding-left:8px;*/
	color:#999;	
	display:inline-block;	
	white-space: nowrap;
}

.store-content .store-block {
    clear: both;
    color: #666;
    margin-top: 8px;
    font: normal 12px/13px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;

}

.store-content .store-block.first {
	margin-top: 0;
}

.store-content .store-content-info .title,
.store-content .store-block h5 {
    /*color: #000;*/
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 0;
}
.store-content .store-block h5 {
color: #AAA;
font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}
.store-content .store-content-info,
.store-content .store-content-info .title {
    /*font-size: 12px;*/
font: normal 14px/20px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}
.store-content .store-block .features, .store-content .storeType {
    list-style: none;
    margin: 0;
    padding: 0;
}

.store-content .store-block .features li {
    margin-right: 5px;
    display: inline-block;
    font: normal 12px/16px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    font-weight: 100;
    color:#666;
}

.store-content .store-block .features li:last-child,
.store-content .storeType li:last-child {
	margin-right:0;
	padding-right:0;
}

.store-content .storeType {
	padding-top: 6px;
    line-height: 12px;
}

.store-content .storeType li {
    margin: 6px 7px 0 0;
    display: inline-block;
    line-height: 12px;
}

.store-content .storeType li:nth-child(even) {
    margin-right: 0;
}

.store-content .store-block .notes {
    padding-right: 10px;
}

.store-content .store-links {
    clear: both;
    float: left;
    display: inline-block;
    margin: 0;
    /*padding: 0 0 8px;*/
    font: normal 14px/18px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}

.store-content .store-links:before, .store-content .store-links:after {
    display: table;
    content: "";
    *zoom:1; 
margin-top: 5px;
}    

.store-content .store-links:after {
    clear: both;
}

.store-content .directions {
    width: 250px;
}

.store-content .store-links-small a {
    display: block;
    margin-top: 5px;
    clear: both;
    font-size: 14px;
    /*To remove as per chris suggestion	*/
      font-family: Roboto, Arial, sans-serif;
    
}

.store-content .store-links a {
    padding-right: 10px;
    display: inline-block;
    float: left;
}

.store-content .store-links.direc a {
    padding-right: 5px;
    width: 198px;
}

.left-arrow-blue {
    border-color: transparent transparent transparent #08C;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    display: inline-block;
    height: 0px;
    width: 0px;
    margin-left: 3px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.store-content .timings {
    margin: 0;
    padding: 0;
}

#legalLink:hover {
    cursor: pointer;
}

#legalDisclaimer {
    margin-top: 10px;
}

#searchBox {
    width: 483px;
    border:1px solid #0088CC;
    height: auto;
}

#legalSortText {
    width: 500px;
    padding: 20px;
}


.tabs {
    padding: 20px 30px 40px;
    z-index: 2;
}

.largerBox{
    width: 490px !important;
}

.tabs .widget-wrapper {
    height: 270px;
    position: relative;
}

.tabs .widget {
    display: none;
    /*overflow: hidden;*/
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    filter: inherit;
    width: 100%;
}

.tabs .widget-heading {
    margin: 0;
    padding: 23px 0 20px;
    min-height: 81px;
}

/*.tabs .widget-heading h2 {
    color: #000;
    font-size: 18px;
    line-height: 19px;
    margin-bottom: 20px;
}

.tabs .widget-heading p {
    color: #767676;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
} */

.tabs .widget-heading h2 {
    color: #333333;
	font-family: "Myriad Set Pro","Lucida Grande","Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";    font-size: 34px ;
    font-size: 34px ;
    font-style: normal;
    font-weight: 200;
    line-height: 19px ;
    margin-bottom: 25px !important;
}

.tabs .widget-heading p {
    color: #666666;
	font-family: "Myriad Set Pro","Lucida Grande","Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";    font-size: 18px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0;
}


.tabs .form {
    min-height: 80px;
}

.tabs .search-wrapper {
    width: 400px;
height:auto;
}

/*Adding css for carrier dropdown in case of new search overlay*/
.tabs .carrierWrapper {
	left: 209px;
	right: 0;
	position: absolute;
	top: 52px;
	
}

/*Adding css for help image*/
#helpcarrier {
	height: 18px;
	left: 199px;
	position: absolute;
	right: 0;
	top: 7px;
	width: 18px;
}

ul.tabNavigation {
    list-style: none;
    width: 100%;
    margin-bottom: -40px;
}

ul.tabNavigation li {
    display: block;
	border-top:1px solid #DADADA;
    margin-left: -30px;
    margin-right: -30px;
	
}

ul.tabNavigation li .tab {
    display: block;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px 0 10px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align: left;
	padding-left: 30px;
	color:#888;
}

ul.tabNavigation li .tab:hover {
   color:#0088cc;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

ul.tabNavigation li .tab:focus {
    outline: 0 none;
    -webkit-box-shadow: inset 0 0 3px #0088CC;
    -moz-box-shadow: inset 0 0 3px #0088CC;
    box-shadow: inset 0 0 3px #0088CC;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
ul.tabNavigation li .tab::-moz-focus-inner {border:0;}

ul.tabNavigation li .tab.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #000;
    cursor: default;
    text-decoration: none;
}

ul.tabNavigation li:first-child .tab {
/*     -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px; */
}

ul.tabNavigation li:last-child .tab {
    width: auto;
}
/*tool tip on the filters*/

.filter-list-per-channel li {
    position: relative;
    padding-right: 10px;
    height: 35px;
}
.tooltip {
    display: none;
    position: absolute;
    background: #E8E8E8;
    border-color: #e8e8e8;
    padding: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    z-index: 3;
    width: 180px;
}

.tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 80px;
    border-top: 10px solid #e8e8e8;
    border-top-color: inherit;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}


/**/
.no-results-div {
    text-align: center;
    border-bottom: 1px solid lightGrey
}

.no-results-div {
    padding: 20px;
}

.no-results-message p {
    padding: 0;
    margin: 0;
}
.no-results-div .reset-filters-link {
    margin-bottom: 10px;
}


.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.marginRight20 {
    margin-right: 20px;
}

/** Badges **/

.badge {
    vertical-align: top;
    height: 20px;
    width: 84px;
    display: inline-block;
    border: solid 1px #000;
    padding: 0;
    font: 400 12px/20px "Myriad Set Pro", "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
    white-space: nowrap;
    text-align: center;
    color: #000000;
    margin: 0px 4px 2px 0;
    overflow: hidden;
    box-sizing: border-box;
    letter-spacing: 0;
}

.lang-container {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.badge-3 {
    color: #888;
    border-color: #888;
}

.badge-4, 
.badge-10 {
    color: #666;
    border-color: #666;
}

.ru-ru .badge-8, .lang-ru .badge-8 {
    font-size: 11px;
}

.cn-zh .badge-8 {
    font-family: "PingHei", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
    font-size: 14px;
    font-weight: 200;
}


.hk-zh .badge-8, 
.tw-zh .badge-8 {
    font-family: "MHei", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
    font-size: 14px;
    font-weight: 400;
}


.jp-ja .badge-8 {
    padding-top: 1px;
    font-family: "Apple TP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "„Éí„É©„ÇÆ„ÉéËßí„Ç¥ Pro W3", "„É°„Ç§„É™„Ç™", "Meiryo", "Ôº≠Ôº≥ Ôº∞„Ç¥„Ç∑„ÉÉ„ÇØ", "Arial", "Verdana", "sans-serif";
    font-size: 16px;
    font-weight: 200;
}



.th-th .badge-8, .lang-th .badge-8 {
    font-family: "Sukhumvit Set", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
    font-size: 12px;
    font-weight: 400;
}



.kr-ko .badge-8 {
    font-family: "Yoon Gothic", "Helvetica Neue", "Helvetica", "Dotum", "Arial", "Verdana", "sans-serif";
    font-size: 14px;
    font-weight: 400;
}


#badge-legend {
    display: block;
    margin: 0;
	background: #fff;
	margin: 16px 0 16px 0;
}


#badge-legend:before, #badge-legend:after {
    display: table;
    content: "";
    *zoom:1;
}

.badge-section {
    display: inline-block;
    width: 32%;
    /*float: left;*/
    max-height: 200px;
	padding-right: 2%;
	padding-top: 16px;
	vertical-align: top;
}

.badge-section.col_1 {
    width: 98%;
}

/* .badge-section.col_1 .badge {
    display: inline;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
} */

.badge-section.col_1 .badge-description {
    display: inline;
    height: 100%;
    padding: 5px 0;
    display: table-cell;
    vertical-align: middle;
}

.badge-section.col_2 {
    width: 48%;
}

.last{
	padding-right:0;
}


.badge-description {
    padding-top: 4px;
    display: block;
font-size: 14px;
line-height: 20px;             
}

/* .badge-img {
	background: url('../images/resultsSprite.png') no-repeat scroll 0 0 transparent;
	display: inline-block;
	width: 70px;
	height: 20px;
}

.badge-img.appleStore {
	background-position: -1px 0;
}

.badge-img.premiumReseller {
	background-position: -72px -21px;
}

.badge-img.specialist {
	background-position: -143px 0;
}

.badge-img.appleShop {
	background-position: -1px -21px;
}

.badge-img.appleWatch{
	background-position: -1px -42px;
}

.badge-img.premiumService {
	background-position: -72px 0;
}

.badge-img.goldLevel {
	background-position: -143px -21px;
}
 */
span.bold {
    font-weight: bold;
}


/* Start: Kingfisher specific css */
.locale .dis-sw {
	margin-left: 32px;
	display: inline-block;
}

.locale .dis-sw p {
	color: #000;
	background: none;
	cursor: default;
}

.locale .dis-sw p:hover{
	text-decoration: none;
}

.locale .dis-sw img{
	float: left;
	cursor: default;
}

.locale .dis-sw img:hover{
	text-decoration: none;
}
/* End: Kingfisher specific css */


.addText .text-shadow.linkText
{
	color: #333;
	font-size: 13px;
	padding-bottom: 3px;
}

.addText .text-shadow.linkText.link
{
	padding-bottom: 9px;
}


/*------------------------------------*\
    $OVERIDERS
\*------------------------------------*/

/*Overiding carrier drop down in Results Page*/
/*#options .select2-container .select2-choice {*/
	/*color: #333;	*/
	/*height: 30px;*/
	/*font-size: 13px;*/
	/*margin-right:0;	*/
/*}*/

/*.linkText .select2-container {*/
	/*color: #333;*/
	/*height: 30px;*/
	/**/
/*}*/

/*#options .select2-container .select2-choice > .select2-chosen {*/
	/*color: #333;*/
	/*margin: 1px 26px 0 0;*/
	/**/
/*}*/

/*.linkText select {*/
    /*position: relative;*/
    /* height: 32px; */
    /*display: inline-block;*/
    /*zoom: 1;*/
    /*vertical-align: middle;*/
    /*font-size: 13px;*/
/*}*/

/*.select2-results li.carrierMenuOption {*/
	/*color: #333;*/
/*}*/

.addText .text-shadow.searchText{
	 	margin-bottom: 7px;
}


/*Adding static widths to dropdown on widget page*/

/*.widget-wrapper .select2-container{*/
	/*width: 189px;*/
   /*-webkit-box-sizing: border-box; *//* webkit */
   /*-moz-box-sizing: border-box; *//* firefox */
    	/*box-sizing: border-box; *//* css3 */
/*}*/

/*.widget-wrapper select {*/
    /*width: 189px;*/
/*}*/


/*.widget-wrapper .select2-container,*/
/*.widget-wrapper .select2-drop,*/
/*.widget-wrapper .select2-search,*/
/*.widget-wrapper .select2-search input {*/
	/*-webkit-box-sizing: border-box; *//* webkit */
   /*-moz-box-sizing: border-box; *//* firefox */
    	/*box-sizing: border-box; *//* css3 */
/*}*/


/*.widget-wrapper .select2-container .select2-choice{*/
		/*display: inline-block;*/
		/*text-overflow: "";*/
		/*width: 189px;  */
		/*-webkit-box-sizing	:		border-box; *//* Safari/Chrome, other WebKit */
    	/*-moz-box-sizing	:	border-box;    *//* Firefox, other Gecko */
	   		/*box-sizing	:		border-box;*/
/*}*/


/*.widget-wrapper .select2-container .select2-choice > .select2-chosen{*/
	 /*overflow: hidden;*/
	 /*text-overflow: ellipsis;*/
/*}*/


/*.widget-wrapper .select2-container.select2-container-disabled .select2-choice {*/
		/*width:      		189px;*/
	  /*-webkit-box-sizing:border-box; *//* webkit */
      /*-moz-box-sizing:	border-box; *//* firefox */
           /*box-sizing:	border-box; *//* css3 */
	/*}*/
	
	
.off .store-list li.store {
	padding: 10px 0 16px 0;
	height: auto;
}

.tabs .form.fourDropDwnLayout .button {
	width: 50px;
	right:0;
	left: 375px;
}


.widget-wrapper .fourDropDwnLayout .districtLayout{
	position: absolute;
	top: 0;
	left: 186px;
	width: 147px;
	margin-left: 20px;	
}


/*.widget-wrapper .fourDropDwnLayout .districtLayout.select2-container{*/
	/*width: 149px;*/
   /*-webkit-box-sizing: border-box; *//* webkit */
   /*-moz-box-sizing: border-box; *//* firefox */
    	/*box-sizing: border-box; *//* css3 */
/*}*/

/*.widget-wrapper .fourDropDwnLayout select.districtLayout {*/
    /*width: 149px*/
/*}*/


/*.widget-wrapper .fourDropDwnLayout .districtLayout.select2-container .select2-choice{*/
		/*display: inline-block;*/
		/*text-overflow: "";*/
		/*width: 149px;  */
		/*-webkit-box-sizing	:		border-box; *//* Safari/Chrome, other WebKit */
    	/*-moz-box-sizing	:	border-box;    *//* Firefox, other Gecko */
	   		/*box-sizing	:		border-box;*/
/*}*/


/*.widget-wrapper .fourDropDwnLayout .districtLayout.select2-container.select2-container-disabled .select2-choice {*/
		/*width:      		149px;*/
	  /*-webkit-box-sizing:border-box; *//* webkit */
      /*-moz-box-sizing:	border-box; *//* firefox */
           /*box-sizing:	border-box; *//* css3 */
	/*}*/

.widget-wrapper .fourDropDwnLayout .displayCarrier{
		top: 20px;
}

/*Overiding font-family to inherit asian web fonts*/
.cn-zh .tabs .widget-heading h2 , .cn-zh .tabs .widget-heading p{
	font-family: "PingHei", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";	
}

.hk-zh .tabs .widget-heading h2, .hk-zh .tabs .widget-heading p, .tw-zh .tabs .widget-heading h2,  .tw-zh .tabs .widget-heading p{
	 font-family: "MHei", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
}

.jp-ja .tabs .widget-heading h2, .jp-ja .tabs .widget-heading p{
	font-family: "Apple TP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";	
}

.th-th .tabs .widget-heading h2, .th-th .tabs .widget-heading p{
	 font-family: "Sukhumvit Set", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
	
}

.kr-ko .tabs .widget-heading h2, .kr-ko .tabs .widget-heading p{
	   font-family: "Yoon Gothic", "Helvetica Neue", "Helvetica", "Dotum", "Arial", "Verdana", "sans-serif";
}

/*Overiding font-size*/
.cn-zh .tabs .widget-heading h2{
	    font-size: 351%;
    	line-height: 0.76;
}

.cn-zh .tabs .widget-heading p{	
	    font-size: 150%;
    	line-height: 1.16;
}

.hk-zh .tabs .widget-heading h2
{
    font-size: 351%;
    line-height: 0.76;
}

.tw-zh .tabs .widget-heading h2{
    font-size: 360%;
    line-height: 0.76;
}

.hk-zh .tabs .widget-heading p{
 	 font-size: 160%;
     line-height: 1.16;
 }
 
.tw-zh .tabs .widget-heading p{
 	  font-size: 180%;
      line-height: 1.16;
 }

.jp-ja .tabs .widget-heading h2 {
	font-size: 350%;
    line-height: 0.76;
}

.jp-ja .tabs .widget-heading p{
	font-size: 170%;
    line-height: 1.16;
}

.th-th .tabs .widget-heading h2 {
    font-size: 290%;
    line-height: 0.76;
}

.th-th .tabs .widget-heading p{
	font-size: 150%;
    line-height: 1.16;
}

.kr-ko .tabs .widget-heading h2 {
        font-size: 346%;
    line-height: 0.76;
}

.kr-ko .tabs .widget-heading p{
	font-size: 170%;
    line-height: 1.16;
}


/*
START: AppleMaps
*/
.mk-mapview{
	height: 100%;	
}

.mapMarker.imp{
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
	cursor: pointer;
}

.mapMarker.imp.default {
	width: 22px;
	height: 40px;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
	background-image: url('/resources/images/markers/pinsSprite.png');
	cursor: pointer;	
	background-size: 2222px 40px;
}

.mapMarker.imp.increased {
	width: 33px;
	height: 60px;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
	background-image: url('/resources/images/markers/pinsSprite_4x.png');
	cursor: pointer;	
	background-size: 3333px 60px;
}

.mapMarker.imp.pin {
	width: 7px;
	height: 7px;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
	background-image: url('/resources/images/dot.gif');
	cursor: pointer;
}


.infoWindow {
	 cursor: default; 
	 clear: both; 
	 position: relative; 
	 border: 1px solid rgb(221, 221, 221); 
	 border-radius: 0px; 
	 /*padding: 15px; 
	 width: 399px; 
	 height: 126px;*/
	 background-color: rgb(255, 255, 255); 
	 box-shadow: rgba(33, 33, 33, 0.298039) 0px 3px 5px;
  	-webkit-box-shadow: rgba(33, 33, 33, 0.298039) 0px 3px 5px;
	 
}

.infoWindow>div{
  	/* padding: 15px;   */
}

.contentInfoStore{
	 padding: 15px;
}

.contentInfoStore .badge {
    margin: 0px 1px 2px 0;
}


.infoWindow.infoWindowRetStore {	
	 /*width: 291px; 
	 height: 103px;*/
}

.infoWindow .notch {
	position: absolute;
   /*  position: absolute;
    top: 156px;
    left: 200px;
    margin: 0;
    border-top: 15px solid rgb(255, 255, 255);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    padding: 0;
    width: 0;
    height: 0;
    ie6 height fix
    font-size: 0;
    line-height: 0;
     ie6 transparent fix
    _border-right-color: pink;
    _border-left-color: pink;
    _filter: chroma(color=pink); */
}

.bubblePinBefore{
	position: absolute;
	left : -1px;
	/*  top: 156px;
    left: 200px; */
  /* left: 50%; */
  height: 0px;
  width: 0px;
 margin: 0;
 padding: 0;
  border-width: 17px 17px 0px;
  border-color: rgb(221, 221, 221) transparent transparent;
  border-style: solid;	
  /* ie6 height fix */
    font-size: 0;
    line-height: 0;
     /* ie6 transparent fix */
    _border-right-color: pink;
    _border-left-color: pink;
    _filter: chroma(color=pink);
  
}

.bubblePinAfter{
	position: relative;
   /* top: 156px;
    left: 200px; */
  height: 0px;
  width: 0px;
  border-color: rgb(255, 255, 255) transparent transparent;
  border-style: solid;
  border-top-width: 16px;
  border-left-width: 16px;
  border-right-width: 16px;
   margin: 0;
 padding: 0;
 /* ie6 height fix */
    font-size: 0;
    line-height: 0;
     /* ie6 transparent fix */
    _border-right-color: pink;
    _border-left-color: pink;
    _filter: chroma(color=pink);
}



.infoWindow .notch.notchRetStore {
	/*top: 133px;
	left: 146px;*/
}

/*
END: AppleMaps
*/

/* retina display */
@media
screen and (-webkit-min-device-pixel-ratio: 2),
screen and (-moz-device-pixel-ratio: 2),
screen and (min-device-pixel-ratio: 2) {
    a.iconEmail {
    	padding-bottom: 1px;
	    background: url('../images/icons_2x.png') no-repeat scroll 0px 2px transparent;
		background-size: auto 64px;
	}
	
	a.iconPrint {
	    background: url('../images/icons_2x.png') no-repeat scroll  0px -22px  transparent;
		background-size: auto 64px;
		
	}

    .filterListDiv {
        /*background-image: url('../images/linen_2x.jpg');*/
        background-color: #999;
    }
    
    .store .store-info .tile {
        background: url('../images/markers/tilesSprite_2x.png') no-repeat scroll 0 0 transparent;
        background-size: auto 26px; 
        width: 26px;
        height: 26px;
    }
    
    .appletvFilter span {
		background: url('../images/AppleTV_2x.png') no-repeat scroll 0 0 transparent;
		background-size: auto 16px;
    }
    
    /* .badge-img {
		background-image : url('../images/resultsSprite_2x.png');
		background-size: auto 62px !important;
	}
	
	 .badge-img.appleStore {
		background-position: 0 0;
	}
	
	.badge-img.premiumReseller {
		background-position: -71px -21px;
	}
	
	.badge-img.specialist {
		background-position: -142px 0;
	}
	
	.badge-img.appleShop {
		background-position: 0 -21px;
	}
	
	.badge-img.premiumService {
		background-position: -71px 0;
	}
	
	.badge-img.goldLevel {
		background-position: -142px -21px;
	}
	
	.badge-img.appleWatch{
		background-position: 0 -42px;
	}  */
	
	.mapMarker.imp.default {
		width: 22px;
		height: 40px;
		border: 0;
		border-radius: 0;
		background: none;
		box-shadow: none;
		background-image: url('/resources/images/markers/pinsSprite_2x.png');
		cursor: pointer;
		background-size: 2222px 40px;
	}
	
}


/* print page */
@media print {
    body {
        background: white;
    }

    #main {
        -moz-box-shadow: none;
                      -webkit-box-shadow: none;
                      -o-box-shadow: none;
                      box-shadow: none;   
        overflow: auto;
    }

    #options {
        border: 0 none;
        background: none transparent !important;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }
    .searchText {
        color: black;
    }

    .text-shadow {
        text-shadow: none;
    }

    .filterListDiv, .promptOpt, #pageFooter, #test {
        display: none !important;
    }

    .locale {
        visibility: hidden;
    }
    
    .store .store-info .tile {
    	color: #000;
    	text-indent: 0;
    }
}


/* iPhone*/
@media only screen and (max-device-width: 600px){
	#searchBox{
		left: 50% !important; 
		top: 50% !important; 
		margin-left: -242px !important; 
		margin-top: -204px !important; 
		position: absolute !important;
	}
}


/* iPad */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	#searchBox{
		left: 50% !important; 
		top: 50% !important; 
		margin-left: -242px !important; 
		margin-top: -204px !important; 
		position: absolute !important;
	}
}


