/* $Id: example.css,v 1.5 2006/03/27 02:44:3/* $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 stylesheetsheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
 width: 760px;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
div.tabbertab ul {
	list-style-type: square; 
	margin-top: 5px;
	margin-left: 14px;
	line-height: 24px;
}  

.tabber {
}
.tabberlive {
 margin-top:1em;
}

a {
 color: navy; /* Link */
 text-decoration: none;
}

a:hover {
 color: red; /* Link */
 text-decoration: underline;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #dbd9da;
 font: bold 12px Helvetica, Arial Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding:4px 0.5em;
 /* margin-left: 3px;*/
 margin-right:3px;
 background: #DDD;
 text-decoration: none;
 background-image:url('//drh.img.digitalriver.com/DRHM/Storefront/Site/tmamer/pb/images/LandingPage/off.gif');

background-repeat:repeat-x;
}

ul.tabbernav li a:link { color: #666666; }

ul.tabbernav li a:visited { color: #dbd9da; }

ul.tabbernav li a:hover
{
 border-color: #dbd9da;
 text-decoration: none;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
color:#CC0000;
 background-image:url('//drh.img.digitalriver.com/DRHM/Storefront/Site/tmamer/pb/images/LandingPage/on.gif');
background-repeat:repeat-x;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #CC0000;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
  
.tabberlive .tabbertab {
	font-family: Helvetica, Arial sans-serif;
	font-size:12px;
	padding:10px;
	border: 1px solid #dbd9da;
	border-top: 0;
	color:	#000000;
}

div.tabbertab ul {
list-style-type: square; 
margin-top: 5px;
margin-left: 14px;
line-height: 24px
}

.tabberlive .tabbertab img.cafewoman {
	width: 260;
	height: 207;
	background-color: white;
	margin: -4.0em -.80em 0 0;
	float: right;
}

.tabberlive .tabbertab img.screenshot {
	width: 267;
	height: 185;
	background-color: white;
	margin: 0 0 0 10px;
	float: right;
}

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

/* height:425px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

/*overflow:auto;
} */

.tabberlive.tabbertab p {
	line-height: 14px;
}

.tabberlive.tabbertab h1 {
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
font-size:18px;
font-weight: 900;
color:#666666;
margin-top: 16px;
margin-bottom: 12px
/* display:none; */
}
.tabberlive .tabbertab h3 {
 display:none;
}

/*  Bullet on product detail tabs  */
.tabberlive .tabbertab ul {
	list-style-type: circle; 
	margin-top: 7px;
	margin-left: 12px;
	line-height: 20px
}

.tabberlive .tabbertab ul.FeatureBullets {
	list-style: none; 
	margin-top: 0;
	margin-left: 10px;
	line-height: 28px
}

/* Example of using an ID to set different stylesheets for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
