/*
 _______     ___   ____      ____  ________  _______     ________  ______     ______  ____  ____   ____      ____  _____     ______  _____
|_   __ \  .'   `.|_  _|    |_  _||_   __  ||_   __ \   |_   __  ||_   _ `.  |_   _ \|_  _||_  _| |_  _|    |_  _|/ ___ `. .' ___  ||_   _|
  | |__) |/  .-.  \ \ \  /\  / /    | |_ \_|  | |__) |    | |_ \_|  | | `. \   | |_) | \ \  / /     \ \  /\  / / |_/___) |/ .'   \_|  | |
  |  ___/ | |   | |  \ \/  \/ /     |  _| _   |  __ /     |  _| _   | |  | |   |  __'.  \ \/ /       \ \/  \/ /   .'____.'| |   ____  | |
 _| |_    \  `-'  /   \  /\  /     _| |__/ | _| |  \ \_  _| |__/ | _| |_.' /  _| |__) | _|  |_        \  /\  /   / /_____ \ `.___]  |_| |_
|_____|    `.___.'     \/  \/     |________||____| |___||________||______.'  |_______/ |______|        \/  \/    |_______| `._____.'|_____|

*/

* {
	/* resets */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
	text-decoration: none;
	font-weight: inherit;
	text-align: left;
	border-collapse: collapse;
	vertical-align: middle;
}

a, a * {
	color: inherit;
}

table {
	width: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;		/* set default font styles */
	font-size: 12px;
}

#wrapper {
	width: 1066px;									/* set overall width of locator */
	margin: 20px auto;
}

#forms {
	margin: 0 0 20px 0;
}

/* GLOBAL FORM ELEMENT STYLES */
input[type="text"] {
	border: 1px solid #666;
	padding: 5px;
	height: 30px;

}

select {
	border: 1px solid #666;
	padding: 5px;
	height: 30px;
}

input[type="submit"] {
	padding: 5px;
	height: 30px;
	cursor: pointer;
}
/* END GLOBAL FORM ELEMENT STYLES */

#map {
	float: left;
	width: 633px;
	height: 568px;

	position: relative;

	border-top: 1px solid #919191;
	border-left: 1px solid #919191;
	border-bottom: 1px solid #919191;
}

#right_panel {
	float: right;
	width: 433px;
	height: 568px;

	overflow: hidden;

	border-top: 1px solid #919191;
	border-right: 1px solid #919191;
	border-bottom: 1px solid #919191;
}

#panel {
	width: 100%;
	height: 430px;
	overflow: auto;
}


/* SECTIONS TO DISPLAY NONE */
#templates, xml {
	display: none;
}

.hide_hours_ {
	display: none;
}

/* MISCELLANEOUS */
.clear {
	clear: both;
}

a.poi_icon_link {
	display: block;
	width: 100%;
	height: 100%;
}

#ajax_activity {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 32px;
	height: 32px;
	z-index: 999;
}


#osm_copyright {
	left: 0 !important;
	color: #ffffff !important;
}

#navteq_copyright {
	bottom: 0;
	left: 0;
	font-size: 10px;
	font-weight: bold;
	z-index: 999;
	color: #ffffff;
	position: absolute;
}

#navteqfooter {
    bottom: 20px;
    position: absolute;
    right: 0;
    z-index: 999;
}

#navteqfooter, #navteqfooter * {
	font-size: 10px;
}

#footer, #footer * {
	font-size: 10px;
	color: #666666;
	margin: 3px 0 0 0;
	text-align: center;
}

/* ICON MINI BUBBLE STLYES */

.active_icon div {
	background: url('../images/redicon.png') center center no-repeat !important;
}


.icon .UA_Specialty div.mini_bubble {
	background: #CD0000 !important;
    height: 40px;
    left: -55px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: -23px;
    width: 120px;
    z-index: 10000;
}

.icon .authorized_dealer div.mini_bubble {
    background: #1958a5 !important;
    height: 40px;
    left: -55px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: -23px;
    width: 120px;
    z-index: 10000;
    box-shadow: 4px 4px 8px #666666;
}


.icon .UA_Outlet div.mini_bubble {
    background: #000000 !important;
    height: 40px;
    left: -55px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: -23px;
    width: 120px;
    z-index: 10000;
}

.icon div.mini_bubble div {
	width: 120px;
	height: 35px;
    color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	z-index: 1000;
	overflow: hidden;
}

.icon div.authorized_dealer {
	background: url('../images/blue_icon.png');
}

.icon div.UA_Outlet {
	background: url('../images/black_icon.png');
}

.icon div.UA_Specialty {
	background: url('../images/red_icon.png');
}

.icon div:hover {
}

/* ICON STYLES */
.icon {
	position: relative;
}

.icon img {
	position: absolute;
	top: 0;
	left: 0;
}

.icon div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("/w2gi/images/spacer.png") repeat scroll 0 0 transparent; /* Required for scroll-to-panel feature in IE */

	font-weight: bold;
	text-align: center;
	cursor:	pointer;
    padding: 2px 0 0 0;
	color: #ffffff;
}


#center_marker {

}
#center_marker img {

}

/* END ICON MINI BUBBLE STLYES */

h1 {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h1 .reg {
	font-size: 20px;
	vertical-align: 10px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: center;
}

#proximity_form, #driving_directions_form {
	text-align: center;
}

#search_address {
	width: 255px;
	height: 30px;
	border: 1px solid #333333;
	margin: 0 15px 0 0;
}

#startaddress {
	width: 255px;
	height: 30px;
	border: 1px solid #333333;
	margin: 0 15px 0 0;
}

#endaddress {
	width: 255px;
	height: 30px;
	border: 1px solid #333333;
	margin: 0 15px 0 0;
}

#search_country {
	background: #e2e2e2;
	border: none;
	width: 180px;
	height: 30px;
	margin: 0 12px 0 0;
}

.search_button {
	border: none;
	background: #d52500;
	font-weight: bold;
	color: #ffffff;
	width: 105px;
	height: 30px;
	text-align: center;
}

#driving_directions_button {
	width: 125px;
	margin: 0 10px 0 0;
}

h3 {
	color: #ffffff;
	height: 27px;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0 0 23px;
}

#store_filters {
	padding: 0 0 5px;
	font-weight: bold;
}

#store_filters .store_filter {
	margin: 0 0 5px 23px;
}

#store_filters input[type="checkbox"] {
	margin: 0 12px 0 0;
}

#store_filters img {
	margin: 0 9px 0 0;
}

tr.odd .location_row {
	background: #f5f5f5;
}

.location_row {
	padding: 10px 10px 20px 50px;
}

.location_row .location_distance {
	float: right;
	color: #898989;
}

.location_icon {
	position: relative;
	width: 20px;
	height: 26px;
	float: left;
	margin: 0 10px 0 0;
}

.location_details {
	float: left;
	display: inline-block;
}

.location_icon div {
	position: absolute;
	width: 20px;
	z-index: 1000;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 0 0 0;
}

.location_icon img {
	display: none;
}

.location_icon_UA_Specialty img.location_icon_img_UA_Specialty {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.location_icon_UA_Outlet img.location_icon_img_UA_Outlet {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.location_icon_authorized_dealer img.location_icon_img_authorized_dealer {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.location_name {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px 0;
}

.location_hours {
	margin: 0 0 5px 0;
	color: #898989;
	max-width: 250px;
}

.location_hours_link {
	margin: 0 0 5px 0;
}


.location_phone {
	margin: 0 0 5px 0;
}

.location_directions {
	float: left;
	margin: 0 15px 0 0;
}

.location_send_address {
	font-size: 10px;
	color: #626262;
	font-weight: bold;
	float: left;
}

.location_send_address .sendtoe {
    background: url("../images/send_email_gray.png") no-repeat scroll left center transparent;
    margin-left: 3px;
    padding: 3px 0 3px 20px;
}

.location_send_address .sendtop {
    background: url("../images/send_phone_gray.png") no-repeat scroll left center transparent;
    margin-left: 3px;
    padding: 3px 0 3px 20px;
}

.blue_link {
	color: #085B7D;
	font-weight: bold;
}

.blue_link img {
	position: relative;
	top: -1px;
	left: 3px;
}

.blue_link:hover {
	text-decoration: underline;
}

.blue_link:hover img {
	text-decoration: none;
}

.mainbubblecontent .directions_input {
	width:250px;
}

.mainbubblecontent_small .directions_input {
	width:160px;
}

#under_armour_stores {
	margin: 20px 0 20px; 0;
}

#under_armour_stores #brand_house {
	float: left;
}

#under_armour_stores #factory_house {
	float: right;
	width: 50%;
	padding: 0 0 0 14px;
}

.maneuver {
	padding: 10px 23px;
}

.maneuver span {
	font-weight: bold;
	margin: 0 10px 0 0;
}

.poi_results #store_filters {
	display: block;
}

.driving_directions #store_filters {
	/* display: none; */
}

.driving_directions #panel {
	height: 100%
}

#lightwindow_container {background: transparent;}
#lightwindow_title_bar_title {display: none;}
#lightwindow_loading {background: #fff;}
a#lightwindow_title_bar_close_link {position:absolute; z-index:9999; right:30px;top:35px;}
#lightwindow_contents {width: 100% !important;}
#lightwindow_cache_data {color:#000; font-family: arial, helvetica, san-serif;}

#carousel {
	position: relative;
	height: 230px;
}

#carousel-wrapper {
    float: left;
    height: 204px;
    left: 16px;
    overflow: hidden;
    position: absolute;
    width: 1031px;
}
#carousel-content {
	width: 2500px;
}
#carousel-content .slide {
	float: left;
	width: 337px;
	height: 204px;
	margin: 0 10px 0 0;
}


a.carousel-control.prev {
    background-image: url("../images/carousel/previous.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 37px;
    left: -15px;
    margin: 90px 0 0;
    position: absolute;
    width: 26px;
}

a.carousel-control.prev:hover {
	background-position: 0 -37px;
}

a.carousel-control.next {
    background-image: url("../images/carousel/next.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 37px;
    margin: 90px 0 0;
    position: absolute;
    right: -15px;
    width: 26px;
}

a.carousel-control.next:hover {
	background-position: 0 -37px;
}

.hide {
	display: none;
}
