/* for all pages inside the framework including home page */
form {
	width: 100%;	
}
#header { 
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url('../../asset/image/top.gif') repeat-x;
	height: 130px !important;
	width: 100%;
	color: #202020;
	border-bottom: 1px solid #fff;
}
#header-left {
	position:absolute;
	vertical-align: middle;
	margin-bottom: 0;
	padding-bottom: 0;
}
#header-left a {
	text-decoration: none;
}
#header img {
	border: 0;
}	
#main-wrapper { 
	clear: right;
	background: #d7ebf5;
	min-height: 470px;
}
#main {
	margin-top: 0 !important;
}
#footer {
	clear: both;
	height: 16px;
	width: 100% !important;
	font-size: small;
	padding: 8px 0;
	margin-top: 10px;
	text-align: center;
	background: #a4cbdc;
	border-top: 1px solid #fff;
}
table, td, th {	
	border-spacing: 0;
	margin: 0;
	
	/* breaks opera
	padding: 0 16px 0 0;
	*/
	
}
th {
	border: 0 !important;	
}
/* List Styles */
.phone {
	width:100px;
}
.zip {
	width:45px;
}

.store-no {
	white-space:nowrap;
	width:65px;	
}
.qty {
	text-align:right;
	width:55px;	
}
.distance {
	text-align:right;
	width:90px;	
}

#header-right {
	float: right;
	text-align: right;
	border-left: 1px solid #fff;
	width: 130px;
	height: 130px;
	margin: 0;
	padding: 0;
}
#list-title {
	text-align: center;	
	clear: both;
	padding-top: 20px;
	text-decoration: underline;
}
#results-header {
	margin-bottom: 5px;
}
#results-header, #no-results {
	text-align: center;
	clear: both;
}
#results-header p {
	text-align: center;
	font-size: medium;	
}
#results-header img {
	margin-left: 10px;
}
#no-results {
	margin-top: 20px;	
}
#results-footer {
	width: 98%;
	height: 50px;
	margin: auto;
}
#results-footer td {
	padding: 0;	
}
#back-print {
	padding: 0 0 0 10px;
	width: 280px;
}
#pagination, #pagination p {
	text-align: center;
	white-space: nowrap;
	margin: 0;
	padding: 0 0 5px 0;
}
#pagination a {
	padding: 2px;
}
#pagination a:hover, #current-page {
	border: 1px solid #dca205;
	color: #dca205;
	padding: 1px;
}
#rpp {
	text-align: right;
	width: 280px;	
}

.map-icon {
	width: 30px !important;
	margin: 0 !important;
	padding: 2px !important;
}
.map-icon img {
	margin: 0 0 0 10px !important;
	padding: 0 !important;
}
.right {
	text-align:right;	
}
.list {
	background: #fff;
	border: 1px solid #808080;
	width: 98%;
	margin: 0 auto 10px auto;
	
	/* breaks opera
	padding: 5px;
	*/
	
	clear: both;
}
.list td, th {
	padding: 5px;
	border: 1px solid #808080;
}
.list th {
	text-align: center;
	padding: 5px;
	background: #fff !important;
	color: #000;
}
.list tr:hover, .rowHL {
	color: #0e4562;
	background: #dbd6c5;
}
.list td:hover, .rowHL {
	cursor: pointer;	
}
.row {
	background: #fff;
}
.alt-row {
	background: #efefef;
}
.small-button {
	cursor: pointer;	
}
a.current-sort {
	color: #dca205 !important;
}
.float-right {
	float:right;
	margin-right: 10px;
}
.float-left {
	float:left;
	margin-left: 10px;
}