@CHARSET "ISO-8859-1";

#header
{
	padding-left:20px;
	padding-top:45px;
}

#header h1
{
	font-family:TradeGothicCondensed20, Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:36px;
	text-transform:uppercase;
	width:375px;	
}

#header h1.jp
{
	font-family:TradeGothicCondensed20, Helvetica, Arial, sans-serif
	font-weight:bold;
	font-size:34px;
	text-transform:uppercase;
	width:375px;	
}

#header p
{
	
	font-family: HelveticaNTS, Helvetica, Arial, sans-serif;
	font-size:14px;
	float:right;
	width: 375px;
	position:relative;
	top:-35px;
}

#results
{
	padding:20px;
	min-height: 400px;
	background:url("../img/bg/map.png") no-repeat center center;
	overflow:hidden;
	margin-top:75px;
}

#results.jp {
	background:url("../img/bg/map_jp.png") no-repeat center center;
	min-height: 620px;
}

#results #no_results, #results #results_returned #recommended_dealers, #results #results_returned #other_dealers
{
	display:none;
}
#results .pre_populated
{
	display:block !important;
}
#results #results_returned h2
{
	font-family: TradeGothicCondensed20, Helvetica, Arial, sans-serif;
	font-size:18px;
	text-transform:uppercase;
	border-bottom:1px solid grey;
	border-top:1px solid grey;
	padding: 10px 0px 10px 0px;
	margin:25px 0px 0px 0px;
}

#results h3
{
	color:black;
	font-family: TradeGothicCondensed20, Helvetica, Arial, sans-serif;
	font-size:16px;
	text-transform: none;
}

#results li
{
	/*padding:20px 50px 20px 0px;*/
	color:black;
	/*border-bottom:1px solid grey;*/
	width:380px;
	float:left;
	font-family: HelveticaNTS, Helvetica, Arial, sans-serif;
	font-size:12px;
}
#results li:nth-child(even)
{
	/*padding-right:0px;*/
}

#results li:nth-child(odd)
{
	/*added for float bug with uneven results (i.e. result[0] has phone#, result[1] does not. result[2] stacks underneath result[1] rather than under result[0]*/
	clear:left;
}

#results #num_of_results
{
	color: black;
	text-transform:uppercase;
	font-family: TradeGothicCondensed20, Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	display:none;
	margin:0;
}

#results #num_of_results b 
{
	color:#FA5400;
	font-family: TradeGothicCondensed20, Helvetica, Arial, sans-serif;
	font-size:30px;
	font-weight:bold;
	padding-right:10px;
}

#results #results_returned a
{	
	/*background: url("../img/buttons/contact.png") repeat scroll 0 0 transparent;*/
	background: none;
	background-color: #111111;
	
	/*
	border:none;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#656565), to(#484848));
	background: -moz-linear-gradient(#656565, #484848);
	background: linear-gradient(#656565, #484848);
	-pie-background: linear-gradient(#656565, #484848);
	*/
	
	width: 130px;
    color: white;
	font-family: HelveticaNTS, Helvetica, Arial, sans-serif;
	font-size:12px;
	float:none;
	cursor:pointer;
    display: block;
    height: 25px;
    text-align: center;
    text-decoration: none;
	text-transform:uppercase;
    line-height:22px;
	margin: 15px 0px 0px 0px;
	

	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	/*behavior: url(/niketeamsports/PIE.htc);*/
}

/*
#results #results_returned a:hover
{
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#656565), to(#303030));
	background: -moz-linear-gradient(#656565, #303030);
	background: linear-gradient(#656565, #303030);
	-pie-background: linear-gradient(#656565, #303030);
}
*/

#results #results_returned .name
{
	margin:20px 0px 10px 0px;
}

#results  #results_returned > div
{
	padding-bottom:60px;
}

#results #no_results h2
{
	font-family: TradeGothicCondensed20, Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#999999;
	margin-bottom:10px;
}

#results #no_results p 
{
	margin:0;
	padding:0;
}

#results #no_results a 
{
text-decoration: none;
}

#results #no_results a:hover {
text-decoration:underline;
}

#results #no_results p b
{
	font-family: HelveticaNTS, Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	text-transform:none;
	font-weight:normal;
}

#results #no_results #cant_find
{
	font-family: HelveticaNTS, Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#999999;
	text-transform:uppercase;
	font-weight:normal;
	margin-top:30px;
}

#results #no_results #contact
{
	font-family: HelveticaNTS, Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#999999;
	text-transform:none;
	font-weight:normal;
	margin-top:2px;
}

#search_bar
{
	padding-top:12px;
	
}
#search_bar form
{
	position:absolute;
	z-index:50;
	padding: 0 25px;
}
/*
#search_bar input[type="submit"]
{
	border:none;
	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#cc0000), to(#770000));
	background: -moz-linear-gradient(#cc0000, #770000);
	background: linear-gradient(#cc0000, #77000000);
	-pie-background: linear-gradient(#cc0000, #770000);

	width:69px;
	color:white;
	font-family: UnitedSansRegHeavy, Arial, sans-serif;
	font-size:18px;
	float:none;
	cursor:pointer;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url(/niketeamsports/PIE.htc);
}	
#search_bar input[type="submit"]:hover
{
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#cc0000), to(#550000));
	background: -moz-linear-gradient(#cc0000, #550000);
	background: linear-gradient(#cc0000, #55000000);
	-pie-background: linear-gradient(#cc0000, #550000);
}
#search_bar input[type="text"]
{
	color:black;
	border:1px solid #AAA;
	background: url("../img/bg/search_icon.png") no-repeat 380px center white;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url(/niketeamsports/PIE.htc);
	padding-right:20px;
	width:375px;
	font-family:UnitedSansRegBold, Arial, sans-serif;
	font-weight:bold;
	font-size:14px;
}
#search_bar input
{
	text-transform:uppercase;
	font-size:17px;
	padding:10px;
	margin:0px 10px 0px 0px;
}*/
#search_bar h2
{
	margin-left:20px;
	padding-bottom:5px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}
#search_bar .selectBox{
	float: left;
	margin-top: 19px;
}
#search_bar #search_title 
{
	float: left;
	text-transform:uppercase;
	font-family: TradeGothicCondensed20, Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:14px;
	margin-right:15px;
	color: #333333;
	line-height: 33px;
}

#search_bar b
{
	color:#EE2D24;
	z-index:200;
}
#search_bar form > b
{
	background: url("../img/bg/form_input_error_prompt.png") no-repeat scroll 0 0 transparent;
    padding: 3px 5px 9px 8px;
    position: absolute;
	width:210px;
	z-index:100;
	visibility:hidden;
	color:white;
	top:0px;
}