/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
padding-bottom: 120px;
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 padding-left: 5px;
 padding-right: 10px;
 border-bottom: 1px solid #637286;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #637286;
 border-bottom: none;
 background: url(images/media-taboffbg.jpg) top repeat-x;
 text-decoration: none;
 padding-left: 13px;
 padding-right: 13px;
}

ul.tabbernav li a:link { color: #637286; }
ul.tabbernav li a:visited { color: #637286; }

ul.tabbernav li a:hover
{
 color: #ffffff;
 background: url(images/media-tabonbg.jpg) top repeat-x;
 border-color: #637286;
}

ul.tabbernav li.tabberactive a
{
 background: url(images/media-tabbackground.jpg) top repeat-x;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #637286;
 background: url(images/media-tabbackground.jpg) top repeat-x;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #637286;
 border-top:0;
 
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:500px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:500px;
 overflow:auto;
}
.body {
font-size:11px;
font-family: verdana, arial ;
color: #424C56;
margin-top:15px;
padding-left: 8px;
padding-right: 8px;
}

a:link{
text-decoration: none;
color: #cc0000;
}
a:hover {
text-decoration: underline;
color: #424C56;
 }
a:visited {
text-decoration: none;
color: #cc0000;
}
a:visited:hover {
text-decoration: underline;
color: #424C56;
}
.heading{
font: bold 13px arial, verdana;
color: #424c56;
line-height: 200%;
}
.footer{
font-size:10px;
font-family:verdana, arial ;
color: #424C56;
line-height: 160%;
}
.pdf {
margin-top:10px;
text-valign: middle;
}

/* =Basic HTML, Non-essential Vehicle Images
----------------------------------------------------------------------*/

vehicleimages
{
	background: #fff;
	position: relative;
	font-size:12px;
	font-family:arial, arial ;
	color: #424C56;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
	padding-bottom: 120px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #B7BEC6;
	width: 200px;
	height: 150px;
}