/*
 _______     ___   ____      ____  ________  _______     ________  ______     ______  ____  ____   ____      ____  _____     ______  _____
|_   __ \  .'   `.|_  _|    |_  _||_   __  ||_   __ \   |_   __  ||_   _ `.  |_   _ \|_  _||_  _| |_  _|    |_  _|/ ___ `. .' ___  ||_   _|
  | |__) |/  .-.  \ \ \  /\  / /    | |_ \_|  | |__) |    | |_ \_|  | | `. \   | |_) | \ \  / /     \ \  /\  / / |_/___) |/ .'   \_|  | |
  |  ___/ | |   | |  \ \/  \/ /     |  _| _   |  __ /     |  _| _   | |  | |   |  __'.  \ \/ /       \ \/  \/ /   .'____.'| |   ____  | |
 _| |_    \  `-'  /   \  /\  /     _| |__/ | _| |  \ \_  _| |__/ | _| |_.' /  _| |__) | _|  |_        \  /\  /   / /_____ \ `.___]  |_| |_
|_____|    `.___.'     \/  \/     |________||____| |___||________||______.'  |_______/ |______|        \/  \/    |_______| `._____.'|_____|
CHANGE LOG:
JF 08/09/2013
*/

* {
	/* 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;
	border-collapse: collapse;
	vertical-align: middle;

}

a, a * {
	color: inherit;
}

body {
	font-family: Arial, Helvetica, sans-serif;		/* set default font styles */
	font-size: 12px;
}

xml, #templates, .not-selected {
	display: none;
}

.clear {
	clear: both;
}

.hide_hours_ {
	display: none;
}

h1 {
	font-size: 18px;
	text-align: center;
	margin: 10px 0 15px 0;
}

#searchbox {
	text-align: center;
	margin: 0 0 15px 0;
}

#addressline {
	width: 20%;
	min-width: 125px;
	height: 27px;
	border: 1px solid #000000;
	padding: 0 0 0 7px;
	margin: 0 2px 0 0;
	font-size: 100%;
}

#search_country {
	width: 80px;
	height: 27px;
	/*border: 1px solid #000000;
	background: #f4f3f3;
	*/
	padding: 3px 3px 3px 3px;
	margin: 0 2px 0 0;
}


.location_row {
	padding: 15px 10px 10px;
}

.location_row .location_distance {
	color: #898989;
}

.location_icon {
	position: relative;
	width: 20px;
	height: 26px;
	float: left;
	margin: 0 10px 0 0;
}

.location_details {
	float: left;
	width: 50%;
}

.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;
}

.location_hours_link {
	margin: 0 0 5px 0;
}


.location_phone {
	margin: 5px 0;
	color: #005b7f;
}

.location_directions {
	color: #005b7f;
}

.blue_link {
	color: #005b7f;
}

.blue_link img {
	position: relative;
	top: -1px;
}

.right_buttons {
	float: right;
	text-align: right;
}

#results li:nth-child(odd) {
	background: #f0f0f0;
}

#wrapper {
	width: 100%;
	min-width: 320px;
}

#use_current_location {
	margin: 0 0 10px 0;
}

#gps {
	font-size: 12px;
	color: #d52500;
	font-weight: bold;
	text-decoration: underline;
}

.search_button {
    background: none repeat scroll 0 0 #d52500;
    border: medium none;
    color: #FFFFFF;
    font-weight: bold;
    height: 27px;
    text-align: center;
    width: 80px;
	-webkit-appearance: none;
}

#selector_bar {
	background: #000000;
	padding: 5px 10px;


}

#store_type_selector {
	width: 50%;
	max-width: 230px;
	height: 27px;
	padding: 3px 3px 3px 3px;
	margin: 0 5px 0 0;
	float: left;

	/*border: 1px solid #000000;
	background: #f4f3f3;
	*/
}

#list_map {
	border: 1px solid #d52500;
	background: #d52500;
	width: 100px;
	height: 27px;
	display: inline-block;
	float: right;
}


#list_map a {
    background: none repeat scroll 0 0 #D52500;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 14px;
    height: 100%;
    padding: 5px 0 0;
    text-align: center;
    width: 50%;
}

#list_map a.selected {
	color: #6c6c6c;
	background: #ffffff;
}

#backbutton {
	display: none;
}

#footer {
	font-size: 10px;
	padding: 15px 0;
	text-align: center;
}

#footer a {
	vertical-align: top;
}

#map_canvas {
	width: 100%;
	height: 450px;
}

.alpha.UA_SpecialtyUA_Outlet {
	display: none;
}

.alpha.UA_Specialtyauthorized_dealer {
	display: none;
}



.alpha.UA_OutletUA_Specialty {
	display: none;
}

.alpha.UA_Outletauthorized_dealer {
	display: none;
}


.alpha.authorized_dealerUA_Specialty {
	display: none;
}

.alpha.authorized_dealerUA_Outlet {
	display: none;
}

.number {
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	width: 100%;
	top: -1px;
	text-align: center;
}

.hide_map {
	position: fixed !important;
	left: -10000px;
}

.mainbubblecontent {
	width: 220px;
}

.gm-style .gm-style-iw, .gm-style .gm-style-iw a, .gm-style .gm-style-iw span, .gm-style .gm-style-iw label, .gm-style .gm-style-iw div {
    font-size: 12px !important;
    font-weight: normal !important;
}

.gm-style div, .gm-style span, .gm-style label, .gm-style a {
	font-family: inherit !important;
}

#parceiros_online table {
	width: 100%;
	margin: 0 auto;
}

#parceiros_online table td {
	width: 25%;
	text-align: center;
	padding:8px;
}

#parceiros_online table td img {
	width: 90%;
}
