/* $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 {
	font: 11px Verdana, sans-serif;
	border:0px;
	}
.tabberlive {
	margin-top:1em;
	margin-left:50px;
	font: 11px Verdana, sans-serif;
	width:800px;
	float:left;
	border:0px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 6px 0 5px 0;
 font: bold 10px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin:0 0 0 5px;
 padding: 6px 0px 5px 0px;
 display: inline;
 height:25px;
 width:200px;
}

ul.tabbernav li a
{
 padding: 6px 30px 5px 50px;
 margin-left: 0px;
 background: url(/tabber/nav_non_active.jpg) no-repeat top left #ccc;
 text-decoration: none;
 font-weight:bold;
 overflow:hidden;
 border:solid 1px #ccc;
 border-bottom:0;
}

ul.tabbernav li a:link { color: #666; }
ul.tabbernav li a:visited { color: #666; }


ul.tabbernav li a:hover
{
 color: #000;
 background-position:0 -25px;
}

ul.tabbernav li.tabberactive {
 list-style: none;
 margin:0 0 0 5px;
 padding: 6px 0px 5px 0px;
 display: inline;
 height:26px;
 width:200px;
}

ul.tabbernav li.tabberactive a
{
 padding: 6px 30px 5px 50px;
 margin-left: 0px;
 background: url(/tabber/nav_active.jpg) no-repeat top left #fff;
 text-decoration: none;
 font-weight:bold;
 border-bottom:solid 1px #fff;
 color:#000;

}

ul.tabbernav li.tabberactive a:hover
{
 color:#000;
 background-position:0 -25px;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:40px 75px 15px 75px;
 border:1px solid #ccc;
 float:left;
 width:750px;
 background:url(http://www.leisurefitness.com/images/main/featured_cat/bg.jpg) bottom left no-repeat #fff;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height 

 max-height:400px; 
 overflow:auto; */

 /* 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:200px;
 overflow:auto;
}

.tabberlive img {
	border:solid 1px #e31936;
	float:left;
	margin: 0 10px 10px 15px;
}
.tabberlive p {
	clear:both;
}

.tabberlive table {margin:0 auto;}

.tabberlive .tabbertab li {list-style-type:disc; margin-left:20px;}


.tabberlive td {width:50%; padding:10px; border:solid 1px #ccc;}
td.left { background:#ccc; border:solid 1px #ccc;} 


td.console {width:25%;}

/*.tabberlive tr:hover {font-size:140%; background-color:#CCC; color:#000; } */

img.body-solid {border:none;}

p.body-solid {clear:none;}

p.body-solid_warranty {margin:10px; width:633px; height:176px; float:left; text-align:center; position:relative;}

p.body-solid_warranty img {border:none; position:absolute; top:0; left:50%; margin:0 0 0 -84px; }

.tabberlive .tabbertab li ul li {list-style-type:circle;}




/*youtube gallery */

#ytvideo,
#ytvideo2 {
    float: left;
	margin-right:10px;
}


.yt_holder {
    padding: 10px;
    float: left;
	margin-bottom:15px;
	width:750px;
	background:#666;
	border:solid 1px #000;
}


.yt_holder ul.demo2 {
    float: left;
    margin: 0;
    padding: 0;
    width: 210px;
}

.yt_holder ul.demo2 li {
    list-style-type: none;
    display:block;
	background:#999;
    float: left;
    width: 210px;
    margin: 0 0 5px 0;
	padding:5px;

}

.yt_holder ul.demo2 li:hover {background:#ccc;}

.yt_holder ul.demo2 li img {
    width: 100px;
    float: left;
    margin:0 5px 0 0;
    border: 1px solid #999;
}

.yt_holder ul.demo2 li a {
	font-size:12px;
    text-decoration: none;
    display: block;
}

.yt_holder ul.demo2 .currentvideo {
	background: #e6e6e6;
}

/*youtube gallery */
