@import url('reset.css');

/* TYPE
***********************************/

body {
font: 12px/1.5em "Helvetica";
color: #666;
}

a {
	color: #e4a604;
/*	font-weight: bold;*/
}

a:hover {
	color: #996600;
}

h1, h2, h3, h4, h5, h6 {
font-family: helvetica, arial, verdana, sans-serif;
font-weight: normal;
}

h1 {
font-size: 180%;
color: #9c799d;
font-weight: bold;
margin: 0 0 30px 0;
}

h2 {
font-size: 134%;
font-weight: bold;
margin: 0 0 30px 0;
font-family: Verdana, Arial, sans-serif;
}

h2.underline {
	border-bottom: 1px solid #333;
	margin: 0 94px 20px 0;
	padding: 0 0 5px 0;
	text-decoration: none !important;
}

h3 {
font-size: 145%;
}

h3 a {
	font-weight: bold;
}

h4 {
font-size: 118%;
}

/*
* LAYOUT
***********************************/

/*body { padding: 20px; }*/

form legend { display: none; }

#content {
	float: left;
	width: 711px;
}

p#intro {
	width: 314px;
	float: left;
	margin: 0 0 30px 0;
}

#featured {
	width: 240px;
	height: 95px;
	position: relative;
	float: left;
	margin: 0 0 30px 38px;
	padding: 10px 10px 10px 20px;
	background: url(../images/slideshow_bg.gif) no-repeat;
}

#featured img {
	float: left;
}

#featured h3 {
	float: right;
	width: 130px;
/*	margin: 25px 0 0 0;*/
}

#search {
	clear: both;
	margin: 0 0 10px 0;
	width: 564px;
}

.searchWithJs {
	clear: both;
	margin: 0 0 10px 0;
	width: 620px !important;
}

#resetButton {
	line-height: 25px;
	padding: 3px 0px 3px 17px;
	width: 90px;
	background: #FFF url(../images/cancel2.png) no-repeat 3px center;
	border: 1px solid #9F9F9F;
}

#resetButton:hover {
	cursor: pointer;
	background: #F2F2F2 url(../images/cancel2.png) no-repeat 3px center;
	border: 1px solid #696969;
}

/* Filter Slider */

#filter {
	position: relative;
	float: left;
	width: 35px;
	padding: 0 0 0 20px;
}

#filter #all {
	display: block;
	color: #666;
	font-size: 120%;
	margin: 0 0 5px 0;
}

#slider {
	height: 263px;
	margin: 10px 0 10px 4.5px;
}

#a, #z { margin: 0 0 0 3px; }

#cur_letter {
	position: absolute;
	top: 50%;
	left: -5px;
	margin-bottom: 30px;
	padding: 5px;
	background: url(../images/cur_letter_bg.gif) no-repeat -6px 0;
	width: 10px;
	text-align: center;
}

/* Merchant Search Table */

#merchant_search {
	position: relative;
	margin: 20px 0 90px 0;
}

#merchant_search table {
	width: 564px;
/*	background: url(../images/no-results.png) no-repeat;*/
}

#merchant_search table tr.odd {
	background: #fff;
}

#merchant_search table tr.even td {
	background: #fffbf0;
}

#merchant_search table {
	margin: 0 0 10px 0;
	border: 1px solid #555;
}

#merchant_search table td {
	border-right: 1px solid #555;
	padding: 3px 0px 7px 15px;
	width: 50%;
}

#merchant_search table th{
	text-align: left;
}

#merchant_search table th {
	padding: 5px 0 5px 15px;
	background: #fdeab2;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}

#merchant_search table th img {
	margin: 0 0 0 10px;
}

#merchant_search table thead th a { color: #666; text-decoration: none; }
#merchant_search table thead th a:hover { color: #000; text-decoration: none; }

#pagination {
/*	float: right;*/
/*	margin: 10px 92px 10px 0px;*/
	right: 0px;
	position: absolute;
}

#pagination a {
	text-decoration: none; 
	color: #666;
}

#pagination a:hover{
	color: #333;
}

#pagination li {
	display: inline;
	margin: 0px 2px;
}

#pagination li a {
	line-height: 25px;
	padding: 4px;
	border: 1px solid #797979;
}

#pagination a:hover{
	background: #eaeaea;
	border-color: #444;
}

#pagination li.active {
	border: 1px solid #797979;
	padding: 4px;
	background: #eaeaea;
	border-color: #444;
	font-weight: bold;
	color: #414141;
}

#pagination li#range { border: none !important;}

/* Featured Merchants */

#merchants_gallery {
	float: left;
	width: 616px;
	margin: 0 0 0 10px;
	padding: 0px;
	list-style-type: none;
}

#merchants_gallery li {
	float: left;
	margin: 0 60px 0 10px;
}

#merchants_gallery li.last {
	margin-right: 20px;
}

#merchants_gallery img {
	width: 88px;
	height: 88px;
	background: #dcdcdc;
	margin: 0 0 20px 0;
}

#slideshow img {
	width: 88px;
	height: 88px;
}

#slider_wrapper {
	display: none;
}

#resetButton {
	float:right;
}

#searchField {
	padding-left: 3px;
}

.searchFieldGrayText {
	color: #929292;
}

#slideshow {
	position:absolute;
	height:88px;
	width: 87px;
}

#slideshow a {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
}

#slideshow a.active {
	z-index:10;
}

#slideshow a.last-active {
	z-index:9;
}
