/*  reset styles */
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.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline-style: none;
}

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

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* site specific */
body{  
  background-color: #fff;
  color: #343da2;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

p { margin: 1em 0; }
h1, h2, h3, h4, h5, h6 { font-weight: bold;}
h1 { font-size: 2em; margin: .67em 0;}
h2 { font-size: 1.5em; margin: .83em 0;}
h3 { font-size: 1.17em; margin: 1em 0;}
h4 { font-size: 1em; margin: 1.33em 0;}
h5 { font-size: .83em; margin: 1.67em 0;}
h6 { font-size: .67em; margin: 2.33em 0;}
small { font-size: 85%; }

area { cursor: pointer; }
* html #map img { cursor: pointer;}

a { color: inherit; }
* html a { color: #343da2;}  /* ie 6 doesn't inherit */

a:hover { color: #333; }

#Main{ 
  width: 800px; 
  margin: 0px auto; 
  position: relative;
}

#Header{ margin: 0em 0em .7em 0em; }

#Header img{ 
  margin: 0em;
  padding: 0em;
}

#Header .logo{ margin: 0em .3em; }

/*I expect these to be overwritten in stylesheets for other pages
  to use a background image instead of relying on the bg color */
.sectionHeader{  
  color: #fff;
  background-color: #343da2;
  padding: 0 .5em;
  margin: 0em;
  font-weight: normal;
  font-size: 1em;
}
.sectionHeader img{vertical-align: bottom;}

#LeftColumn{
  width: 165px;
  margin: 0em 1em 0em .8em;
  color: #343da2;
  background-color: white;
}

#LeftColumn .sectionHeader{ 
  text-align: center;
  background: url(../images/header165.jpg) no-repeat;
  vertical-align: middle;
  position: relative; /* ie 6 needs this, others shouldn't mind */
  height: auto;
  line-height: 1.2;
  padding: .5em;
}

#LeftColumn #SearchForm, #LeftColumn #Browse, #LeftColumn #Refine, 
#AdvertiseBox, #InfoCenterBox {  
  color: #343da2;
  background-color: #d1d4dd;
  margin-bottom: 1em;
}
* html #LeftColumn #Refine{ margin-bottom: 0em; }

#LeftColumn form p{  
  text-align: center;
  margin: .25em;
}

#LeftColumn form p.sectionFooter{  
  margin: .25em 0em;
  padding-top: .5em;
  height: 35px;
}

#LeftColumn #Browse img{  
  display: block;
  margin: 0em auto;
}

#LeftColumn ul{ 
  margin: .5em 0em 1em 1.5em; 
  list-style-type: none; 
  padding: 0em;
  font-size: .9em;
}

#LeftColumn #States ul.picked, #LeftColumn #Refine .picked {  
  padding-left: 1em;
  background: url(../images/dtOpen.gif) no-repeat 0em .25em;
}

* html #LeftColumn #States ul.picked li { height: 1em; overflow: hidden;}
* html #LeftColumn form .sectionFooter { padding-top: .25em; }
#LeftColumn li{ line-height: 1.1; }

#LeftColumn li a{ 
  display: block; 
  text-decoration: none;
  color: #343da2;
  background-color: inherit;
}

#LeftColumn a:hover{  
                     font-weight: bold;
  color: #333;
                     
  background-color: inherit;
}

#LeftColumn a.statePicked, #Refine .State {  
  display: block;
  margin-left: 1em;
  padding-left: 1em;
  text-decoration: none;
  color: #333;
  background-color: inherit;
  background: url(../images/dtClosed.gif) no-repeat 0em .25em;
}

#Refine .State { margin-left: 0; }
#Refine .Local #CityList { margin-left: -15px; }

/* this makes ie 6 happy  */
* html #Refine hr { z-index: 1; }
* html #Refine h6 { position: relative; }

* html #Refine .State, 
* html #Refine .Local { 
  position: relative; 
  overflow: hidden;
}
* html #Refine .State { height: 1.1em; }

#LeftColumn h6{  
  width: 7em;
  margin: -1.6em auto 0em;
  text-align: center;
  background-color: #d1d4dd;
}

#LeftColumn .topCities{ font-size: .9em; }

#LeftColumn .allCities {
  height: 15em;
  width: 180px;  /* js will make it 15px smaller */
  margin: 0;
  padding: 0;
  overflow: auto;
  font-size: .85em;
}

#LeftColumn .allCities li { margin: 0; padding: 0; height: 1.2em; overflow: hidden;}

/*  jScrollPane styles  */
/*  scrollbar on left  */
#LeftColumn .jScrollPaneTrack, #LeftColumn a.jScrollArrowUp, #LeftColumn a.jScrollArrowDown {
	left: 0;
	right: auto;
	background-color: #b7d8ff;
  color: inherit;
}

#LeftColumn .jScrollPaneDrag { background-color: #4d5bfb; color: inherit;}

a.jScrollArrowUp {
	background: url(/images/basic_arrow_up.gif) no-repeat 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(/images/basic_arrow_down.gif) no-repeat 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

#LeftColumn .allCities span {
  font-size: smaller;
  color: #555;
  background-color: inherit;
}

#Refine ul { margin: .25em 0 0 .25em;}
#Refine .Local { font-size: 1em; margin-left: 1em;}

#LeftColumn .Attributes ul { margin: 0; padding: 0; list-style-type: none; line-height: 32px;}
#LeftColumn .Attributes ul a,
#LeftColumn .Attributes li.inactive {
  display: block;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  vertical-align: middle; 
  font-size: .9em; 
  cursor: pointer;
}

#LeftColumn .Attributes ul a img { vertical-align: middle; }
#LeftColumn .LotRent li img,
#LeftColumn .Attributes li.inactive img { vertical-align: bottom; margin: 2px;}
#LeftColumn .Attributes ul a img.selected { border: 2px inset #ddd; }
#LeftColumn .Attributes ul a span span { font-size: .8em; }
#LeftColumn ul a span.close { font-size: 1em; color: red; }
#LeftColumn .Attributes li.long img { float: left;}
#LeftColumn .Attributes li.long a span.label {
  margin: 5px 0 0 3px; 
  float: left;
  line-height: 1.1;
  width: 110px;
}

#RightColumn{  
  float: right;
  width: 590px;
  margin: 0 .9em 0 0;
  padding: 0;
}
* html #RightColumn { margin-right: .45em; }  /* double margin float bug */

#RightColumn .sectionHeader{ 
  text-align: right;
  background: url(../images/header590.jpg) no-repeat top center;
} 

#RightColumn img{ margin: 0em; }

#RightColumn .leftSide{ padding-right: 12.5em; }

#RightColumn h1.sectionHeader, #RightColumn h2.sectionHeader {  
  text-align: center;
  font-size: 1.4em;
  padding: .2em;
}

/*  Tabs and pager widget  */
#Tabs{
  margin: 0;
  background-color: #343da2;
  color: #fff;
  position: relative;
}

#Tabs img { display: block; margin: 0; }

#Tabs a{ color: #fff; text-decoration: none; display: block; }
#Tabs a:hover { color: #ffb411; cursor: pointer; }

#Tabs h2 { 
  display: block;
  margin: 0;
  font-size: 1.2em;
  position: absolute;
  top: 8px;
  width: 190px;
  text-align: center;
}

#Tabs .First{ left: 0px; }
#Tabs .Second{ left: 195px; }
#Tabs .Last{ left: 390px; }

/* hack to get ie 6/7 to make the transaprent a elements clickable  */
* html #Tabs a { background-color: white; filter:alpha(opacity=0); }
*:first-child+html #Tabs a { background-color: white; filter:alpha(opacity=0); }

.Pager { 
  color: #343da2;
  background-color: #d1d4dd;
  margin: 0;
  padding: .5em; 
  overflow: hidden;
}

.Pager p, .Pager form {
  margin: 0em; 
  text-align: left;
  float: left;
  width: 19em;
}

.Pager ul { margin: 0; display: block; text-align: right; }
.Pager li { display: inline; border-right: 1px solid; vertical-align: middle; padding: 0 .3em; }
.Pager li a { text-decoration: none; color: #343da2;}
.Pager li a:hover { font-weight: bold; text-decoration: underline; color: #333;}
.Pager li img { vertical-align: bottom; }
.Pager li strong { color: #383810;}
.Pager li.last { border: none;}


#PageFooter{  
  margin: 0em 0em 2em 0em;
  padding: 0em;
  color: #fff;
  background-color: #4482a8;
  text-align: center;
  font-size: .8em;
  background: url(../images/footer590.jpg) no-repeat bottom center;
  height: 40px;
  clear: both;
}

#PageFooter p{ margin: 0em; padding-top: .3em;}

#PageFooter a{ color: #fff; background-color: inherit; }
#PageFooter a:hover{ color: #ffb411; }

.sectionFooter{  
  height: 45px;
  background: url(../images/footer165.jpg) no-repeat bottom center;
}

.warn{  
  color: #900;
  background-color: inherit;
}

img.busy { display: inline; }

.hide{ display: none; }

.centered{ text-align: center; }

.invalidField{  
  border: 2px solid #900;
}

.fauxLink{ text-decoration: underline; }
.fauxLink:hover{ cursor: pointer; }
 
#LeftColumn #AdvertiseBox, 
#LeftColumn #InfoCenterBox{ margin: 1em 0em 1em 0em; }
 
#LeftColumn #AdvertiseBox p, 
#LeftColumn #InfoCenterBox p{  
  font-size: .8em;
  padding: 0em .5em;
  margin: .5em 0em;
}
 
#LeftColumn #AdvertiseBox a, 
#LeftColumn #InfoCenterBox a{  
  font-size: 1em;
  color: #343da2;
  background-color: inherit;
} 
#LeftColumn #AdvertiseBox a:hover, 
#LeftColumn #InfoCenterBox a:hover{ 
  font-size: 1em;
  color: #333;
  background-color: inherit;
}

#QuickNavigation
{ 
  color: #343da2;
  background-color: #d1d4dd;
  margin-bottom: 1em;
  }

#QuickNavigation ul
{ 
  margin: 1em 1em 0 1em;
  font-size: 0.75em;
 }

#QuickNavigation ul li
{ 
  float: left;
  margin-bottom: 0.75em;
  width: 280px;
 }

#QuickNavigation .sectionHeader
{  
  height: 30px;
  line-height: 30px;
  text-align: center;
}

#QuickNavigation .sectionFooter
{  
  clear: both;
  font-size: 0.75em;
  text-align: right;
  line-height: 45px;
  color: #fff;
  height: 45px;
  background: url(../images/footer590.jpg) no-repeat bottom center;
}

#QuickNavigation .sectionFooter p{ padding-right: .5em; }
* html #QuickNavigation .sectionFooter p{ line-height: 30px; }

#QuickNavigation a{ color: #343da2; }
#QuickNavigation a:hover{ color: #333; }
#QuickNavigation .sectionFooter a{ color: #fff; }
#QuickNavigation .sectionFooter a:hover{ color: #ffb411; }

#LeftSideAds{ text-align: center; }


#InfoBlock{  
  color: #343da2;
  background-color: #d1d4dd;
  padding-bottom: 1em;
}

#InfoBlock a:hover{ color: #333; background-color: inherit; }
 
#InfoBlock .sectionHeader{  
  text-align: center;
  padding: .3em;
  font-size: 1.1em;
  font-weight: bold;
}

#InfoBlock p{ padding: 0em 1em; }

.primaryList{ list-style-type: upper-alpha; margin: 1em 1em 1em 2em;}
.primaryList li{ padding-top: 5px; }
.secondaryList{ list-style-type: decimal; margin: 1em 1em 1em 2em;}
.subList{ list-style-type: lower-alpha; margin: 1em 1em 1em 2em;}

.indentList{ margin: 1em 2em 1em 3em; list-style-type: decimal;}


#Actions ul{ margin-top: 0.5em; padding: 0;}

#Actions ul li{
  float: left;
  width: 48%; 
  padding-right: 1%;
  padding-bottom: 2px;
}

#Actions a{ 
  display: block;
  padding-left: 22px;
  background-repeat: no-repeat;
  background-position: 0px 3px;
  min-height: 18px;
}

#Actions .Email a {background-image: url("/images/mail-closed.gif"); }
#Actions .Print a {background-image: url("/images/printer.gif"); }
#Actions .Map a {background-image: url("/images/globe.gif"); }
#Actions .Friend a {background-image: url("/images/mail-closed.gif"); }
#Actions .Problem a {background-image: url("/images/box-exclaim.gif");   background-position: 0px 0px;}


/* auto complete */
.ac_results {
  border: 1px solid black;
  background-color: white;
  z-index: 99999;
  overflow:hidden;
  padding:0px;  
}

.ac_results ul {
  list-style:none outside none;
  margin:0;
  padding:0;
  width:100%;
}

.ac_results li {
  cursor:default;
  display:block;
  font-family:menu;
  font-size:12px;
  margin:0px;
  overflow:hidden;
  padding:2px 5px;
  line-height: 16px;
}

.ac_over {
  background-color: #0A246A;
  color: white;
}

.TopManufacturers{ width: 99%; margin: 1em auto 0em; }
.TopManufacturers td{ vertical-align: top; padding: 0em .2em 1em .2em;}
.TopManufacturers td strong{ font-size: 1.2em; }
.TopManufacturers a:link, .TopManufacturers a:active, .TopManufacturers a:visited{ color: #343da2; }


.Retailer:hover, .hover {
  background-color: #C4C7D2;
  cursor: pointer;
}

.Phone a {
  padding-left: 18px;
  background: transparent url(/images/phone.gif) center left no-repeat;
}

.locationInfo .emailLink {
  padding-left: 18px;
  background: transparent url(/images/mail-closed.gif) center left no-repeat;
}

.locationInfo .map {
  padding-left: 18px;
  background: transparent url(/images/globe.gif) center left no-repeat;
}

