/* $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;
	background: #f3f3f3;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
	margin-top: 1em;
	border: 1px solid #ddd;
	padding: 3px;
	-moz-border-radius: 11px 11px 4px 4px;
	border-radius: 11px 11px 4px 4px;
	background: url(../../images/site/tab_bg.png) top left repeat-x #F6A9A0;

}
.tabbernav li{
	border-color: #331F01;
	border-style: solid;
	border-width: 0 4px;
}
.tabbernav .tabberactive{border-color:#fff; background:#fff;}
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 5px 0 3px 0;
 /* font: bold 12px Verdana, sans-serif; */
}

ul.tabbernav li {
	margin: 0;
	margin-left: 3px;
	list-style: none;
	display: block;
	float: left;
	height: 24px;
	/*
	background: center -2px url(http://www.pamperedpuppy.com/custom_buttons/button2.php?text=++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.);
	*/
	background: url(../../images/site/tabs.png) repeat scroll 0 30px;
}

ul.tabbernav li, ul.tabbernav li a {
	 -moz-border-radius-topleft: 4px;
	 -moz-border-radius-topright: 4px;
	 border-top-left-radius: 4px;
	 border-top-right-radius: 4px;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 border-bottom: none;
 text-decoration: none;
 white-space: nowrap;

}

#central_content ul.tabbernav li a {
	color: #fff;
	display: block;
	margin-bottom: -1px;
	height: 16px;
	/* font-size: 14px;
	font-family: "trebuchet ms",arial,helvetica,clean,sans-serif; */
	font-size: 16px;
	font-weight:bold;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover {
	background: transparent url(../../images/site/tabs.png) repeat scroll 0 -24px;
}

#central_content ul.tabbernav li.tabberactive a {
 /* color: orange; */
 font-weight: bold;
 color:#333;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabbertab {
	background: white;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.tabberlive .tabbertab {
	padding:5px;
	border:1px solid #aaa;
	border-width: 0px 1px 1px;
	/* min-height: 150px; */
	clear: both;

	/* If you don't want the tab size changing whenever a tab is changed
	 you can set a fixed height */

	/* height:200px; */

	/* If you set a fix height set overflow to auto and you will get a
	 scrollbar when necessary */
	 margin: -2px;
	 -moz-border-radius: 5px;
	 border-radius: 5px;
	 overflow:auto;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab dfn {
	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;
}
*/

/* more custom serenity stuffz */

.tabberlive .productListing-odd, .tabberlive .infoBoxContents {
	background: #f0f0ff;
}