@charset "UTF-8";
/* CSS Document */

   
table {
	margin-bottom: 1.5em;
	border-bottom:1px solid #d2d1d2; 
	color: #666;
}

table caption {
	text-align: left;
	font-size: 110%;
	margin-top: 1.2em;
	padding-bottom: 0.3em;
	font-weight: bold;
	text-transform: uppercase;
	color: #444;
	font-size: 90%;
}

table th {
	font-weight: bold;
	font-weight:bold;  
	text-align:center;
	background-color:#CCCCCC;
	border-bottom:1px solid #d2d1d2; 
	padding:3px; 
	color:#454545;
}

table td, table th{
	text-align:center; 
	padding:3px; 
	border-bottom:1px solid #e8e8e8;
	font-size:90%;
}

table td.currency {
	text-align: right;
	white-space: nowrap;
}


table.reciept {
	width: 100%;
}

/* unstlyled tables */
table.blank,
table.blank th,
table.blank td,
table.blank td.odd {
	border: none;
	background: none;
}

object {
	outline:none;
}


/* Wrapper Classes
************************************/
#middle {
	margin: 0 auto;
	width: 980px;
	_width: 988px;
}

.withnav {
	 margin-left: 150px;
	 _width:830px;
}

#content {
	background: white;
}

.withpadding {
	padding: 10px 15px;
}
   #map {
	width: 100%;
	height: 350px;
	margin: 1em 0 0 0;
	border: solid 1px #999;
	background: #222;
}

#map noscript {
	text-align: center;
	color: #CCC;
	display: block;
	padding: 25px;
}

#map noscript a {
	color: #4081af;
}

#map noscript a:hover {
	color: #6aaddc;
}


/* Map Info Window */
#map .infowindow {
	display: block;
	text-transform: none;
}
/*#map .infowindow .img {}
#map .infowindow .title {
	color: #333;
	font-weight: bold;
	
	margin-top: 5px;
}
#map .infowindow .body {}*/



/* Store Search field
*************************************/
#store-search {
	
	padding:3px 0 0 0;
	
}

#store-search #store-search-field {
	
		border:1px solid #CCCCCC;
		color:#747474;
	
}

#store-search #store-search-field.blur {
	color: #747474;
}

#store-search .search-button {
	width:50px;
		height:19px;
		border:none;
		margin:0 0 0 0;
		padding:0;
		display:inline;
		background-color:#333333;
		color:#FFFFFF;
}

#store-search:hover .search-button {
	cursor: pointer;
}
#store-search:hover #store-search-field {
	background: white url(/storelocator/form_input_bg.gif) top repeat-x;
}
#nearest-stores tbody tr:hover,
#nearest-stores tbody tr:hover td.odd {
	background: #efefef !important;
	cursor: pointer;
}



/* NoScript version
*************************************/
noscript iframe {
	width: 100%;
	height: 400px;
}

noscript ul.menu {
	padding: 0;
	margin: 0 0 0 0;
}

noscript ul.menu li {
	display: inline;
	margin: 0;
	padding: 0;
	border-right: solid 1px #d8d5d5;
	
}

noscript ul.menu li.last-child,
noscript ul.menu li:last-child {
	border-right: none;
}

noscript ul.menu li a {
	padding: 0 0.8em 0 0.5em;
	*padding: 0 0.5em 0 0.8em;
	text-transform: uppercase;
	font-weight: bold;
	color: #414141;
	font-size: 90%;
	white-space: nowrap;
	
}

noscript ul.menu li a:hover {
	color: #1061b6;
	text-decoration: none;
}

noscript ul.menu li.active a {
	color: #aa1426;
}

body#storesframe { background: white; }
body#storesframe .store { background: #DDD; }

