/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ================ */
/* = The 1Kb Grid = */     /* 12 columns, 60 pixels each, with 20 pixel gutter */
/* ================ */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }

.column {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}

.no-margin { margin: 0; }
.bottom-margin { margin-bottom: 10px !important; }
@import "reset.css";
@import "grid.css";

body {
	background-color: #e0fcff;
	font-family: Helvetica;
	font-size: 66.67%;
	line-height: 1.1;
}

a, a:visited { color: #0cf; text-decoration: none; }
a:hover { text-decoration: underline; }

h1 { font-size: 48px; letter-spacing: -3px; }
h2 { font-size: 14px; }
h4 { font-size: 22px; letter-spacing: -1px; margin-bottom: 5px; }
span.hi { color: #0cf; }
span em { font-size: 32px; font-style: normal; font-weight: bold; margin: 0 5px; vertical-align: middle; }

#header { border-bottom: 3px solid #E8E8E8; margin-bottom: 10px; padding: 15px 0; background: #FFF8DD; }

#navigation { font-family: Georgia; font-size: 14px; float: right; }
#navigation li { float: left; margin-right: 4px; }
#footer { font-family: Georgia; font-size:14px; }

#options li { float: left; }

#instructions { 
/*
	border-top: 3px solid #0cf; 
	border-bottom: 3px solid #0cf; 
*/
	margin-bottom: 14px;
	padding: 20px; 
	}
	
	#instructions img {
		float: left; 
		padding-right: 10px;
	}
	
	#instructions p {
		font-size: 16px;
		line-height: 1.2;
	}
/* Listing Defaults */

.store { 
	background: white;
/* 	border-bottom: 1px solid #e4e4e4;  */
	border-top: 1px solid #e4e4e4; 
	min-height: 75px;
	padding-top: 5px;
	*height: 100px;
	}

.shadow {
	background: url('/images/shadow.png') 0 0 no-repeat;
/* 	border-top: 1px solid #ddd; */
	height: 10px;
	}

	.store h3 { font-size: 22px; }
.store p { display: block; clear: both; padding: 0 5px; }
	.store p span { float: right; }
	
#additional_options { display: none; }

/* loader */
#loader { width: 250px; margin: 0 auto; }

/* Tier Modifications */
.tier-0 { background: #F5FCFF; border: none; }
	.tier-0 h3 { font-size: 12px; }
.tier-1 { /* border-bottom: 1px dotted black; */ border-top: 1px dotted black; }
	.tier-1 h3 { color: #666; font-size: 18px; }
.tier-2 { /* border-bottom: 2px solid black; */ border-top: 2px solid black; /* width: 585px; */ }
	.tier-2 span { background: #FFF8DD; }
.tier-3, .tier-4 { background: #FFF8DD;/*  border-bottom: 2px solid black; */ border-top: 2px solid black; /* width: 585px; */ }
	.tier-3 a, .tier-4 a { color: green; }
	
/* typography */
.weak { color: #222; font-size: 10px; margin: 5px 0; }
address { font-style: normal; padding-left: 5px; margin-bottom: 15px; }
.center { margin: 3px 0; text-align: center; clear: both; }
.green { color: green !important; font-weight: bold; }
p { font-family: Georgia; font-size: 13px; }
h2.sidebar { font-size: 18px; }

/* forms */
input[type="text"] { 
/* 	background: #FFF8DD;  */
	border: 1px solid #ccc !important; 
	font-size: 24px; 
	text-align: center; 
	padding: 1px; 
	width: 90px;
	}
	
input[type="submit"] { font-size: 24px; margin: 5px auto; width: 100%; }
select { font-size: 14px; }
label { font-size: 16px; }
h4 input { font-size: 20px; }

/* sidebar *//* sidebar */
/* sidebar *//* sidebar */

.sidebar-item {
	margin-top: 15px;
}

/* ads */
.ads { margin-left: auto; margin-right: auto; width: 200px; }

/* favorites */
#favorites { line-height: 1.2; }
.favorite { cursor: pointer; }
ul#fav-list li { padding: 4px; font-size: 16px; }
ul#fav-list li img { height: 16px; width: 16px; vertical-align: top; }

/* nearby-zips */

#zip-list li {
	float:left; 
	margin-bottom: 7px;
	margin-right: 7px;
}

#nearby-zipcodes li a {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
	background-color: #888888;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: normal;
	padding: 7px 10px 6px;
	text-decoration: none;
}

#nearby-zipcodes li a:hover {
	background-color: #F90
}


/* getlisted */
#getlisted { margin-bottom: 40px; }
#getlisted p { font-family: Georgia; font-size: 16px; margin-bottom: 10px; }

/* api docs */
#dev-docs h3 { font-family: Helvetica; font-size: 24px; margin-bottom: 5px; }.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url('/images/tipsy.gif'); }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }
