/*
title:      	saffron 59
author:     	dsdny.com
09.16.08:    	tabber v1.5
*/

/* $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 { }
.tabberlive { margin-top: 0; }

.tabberlive .tabbertab
{
	padding: 18px;
	margin-bottom: 18px;
	border: 1px solid #ccc;
	border-top: 0;
	overflow: auto;
	background-color: #fff;
	/* 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 */
	/* overflow:auto; */
}

.tabberlive .tabbertab img
{
	float: right;
	padding-left: 12px;
}
