/* <positioning> */
html, body {height: 100%;}
body {background: white url(../images/html-bg.gif) repeat-x top left; min-width: 900px; text-align: center;}
body#auto {background-image: url(../images/alt-html-bg.gif)}
#container {min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -192px;}
#header-wrapper {background: transparent url(../images/header-wrapper-bg.gif) no-repeat top center;}
body#auto #header-wrapper {background-image: url(../images/alt-header-wrapper-bg.gif);}
#header {height: 584px; margin: 0 auto; position: relative; text-align: left; width: 900px;}
body#auto #header {height: 242px;}
#nav {position: absolute; height: 32px; top: 175px; left: 0; width: 900px;}
#search-wrapper {position: absolute; height: 34px; top: 208px; left: 0; text-align: right; width: 900px;}
#search {padding-top: 9px;}
#main-wrapper {margin: 0 auto; padding-bottom: 30px; text-align: left; width: 900px;}
#body {float: left; margin-left: 13px; overflow-x: hidden; padding-top: 12px; width: 637px;}
.pod {padding: 10px 0;}
.pod + .pod {border-top: 1px solid black;}
.banner {margin-top: 7px;}
#highlights {padding-top: 20px;}
#highlights .h {padding-bottom: 5px;}
#sidebar {background: #ededed url(../images/sidebar-bg.gif) repeat-x top left; float: left; overflow-x: hidden; width: 250px;}
#footer, .push {height: 191px;}
#footer {background: #eee url(../images/footer-bg.gif) no-repeat top left; border-top: 1px solid black; margin: 0 auto; position: relative; text-align: left; width: 900px;}
/* </positioning> */

a{ cursor: pointer; }

/* <typography> */
#page-heading {color: #d90000; font-size: 18px; font-weight: bold; line-height: 1; text-transform: uppercase;}
#page-subheading {color: #d90000; font-size: 16px; font-weight: bold; line-height: 1; text-transform: uppercase;}
#auto-heading {background: white url(../images/bar-bg.gif) no-repeat top left; color: white; font-size: 20px; height: 49px; line-height: 49px; padding: 0 15px;}
#footer-links-1 {color: #777; font-size: 11px; font-weight: bold; text-align: right; text-transform: uppercase;}
#footer-links-1 a {color: #777; text-decoration: none;}
#footer-links-1 a:hover {text-decoration: underline;}
#footer-links-2 {color: black; font-size: 11px; font-weight: bold; text-align: right; }
#footer-links-2 a {color: black; text-decoration: none;}
#footer-links-2 a:hover {text-decoration: underline;}
#footer-hours{ position: absolute; top: 0px; left: 250px; width: 600px;}
/* </typography> */

/* <forms> */
#site-search-box {color: #737373; font-size: 15px; margin-right: 5px; padding: 2px 5px; }
.ie_6 #site-search-box  {height: 24px;}

input.invalid {background-color: #eee;}
/* </forms> */

/* <fixes> */
object {outline: none;} /* firefox 3 (pc) issue */
/* </fixes> */

/* <nav> */
#nav table {width: 100%;}
#nav .wrapper {background: transparent url(../images/nav/border-left.gif) no-repeat top left; padding-left: 1px;}
#nav .wrapper-2 {background: transparent url(../images/nav/border-right.gif) no-repeat top right; padding-right: 1px; position: relative; height: 34px;}
#nav .first .wrapper {background: none; padding-left: 0;}
#nav .last .wrapper-2 {background: none; padding-right: 0;}
#nav a.mm {color: #a4a4a4; display: block; font-size: 12px; font-weight: bold; height: 34px; line-height: 27px; padding: 0 10px; text-align: center; text-decoration: none; text-transform: uppercase;}
#nav a.active {color: red;}
#nav .hi a.mm {color: red;}

#nav ul {display: none; background: #b1b1b1; list-style: none; margin: 0; padding: 5px; padding-top: 0; position: absolute; left: 0; top: 34px; z-index: 9999;}
#nav ul li {padding-top: 5px; width: 175px;}
#nav ul li a {background: #fafafa; color: #a4a4a4; display: block; font-size: 12px; font-weight: bold; height: 30px; line-height: 30px; padding: 0 10px; text-decoration: none; text-transform: uppercase;}
#nav ul li a:hover {color: red;}
.ie_6 #nav iframe {display: none; filter: mask(); height: 500px; left: 0; position: absolute; top: 34px; width: 185px; z-index: 1;}
.ie_6 #nav .hi iframe {display: block;}
/* </nav> */

/* <pagination> */
div.custom-pagination {background-color: #f1f1f1; border: 1px solid #dcdcdc; font-size: 12px; font-weight: bold; line-height: 1.8; padding: 10px; text-align: center;}
div.custom-pagination a {color: #cf2123;}
/* </pagination> */

#coupon
{
	display: block;
	position: absolute;
	height: 200px;
	width: 300px;
	background-color: green;
	z-index: 9999;
}

.autoListDetailsTable td
{
	font-family: Verdana; 
	font-size: 11px;	
}