/* TABS stylesheet for Batservice HoldingAuthor: cedesign@ceteq.comWeb designed and implementet in TYPO3 (www.typo3.com) by: cedesign.noUpdated: 07.05.2008*/

/* $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 {
	float: left;
}
.tabberlive {
 margin-top: 0px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 padding: 3px 0;
 border-bottom: 0px solid #778;
 font: bold 12px Verdana, sans-serif;
	margin: 0 0 10px;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 border: 0px solid #778;
 border-bottom: none;
 background: #669CCC;
 text-decoration: none;
 color: white;
	padding: 3px;
	margin-right: 3px;
}

ul.tabbernav li a:link {  }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 0px solid #fff;
 color: #336999;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 0px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding: 0;
 border:0px solid #aaa;
 border-top:0;

 /* 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; */
}

/* 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 {
 overflow:auto;
}

/* --------------- CONTENT INSIDE TABBER START ---------------  */

#intabwrap {
	width: 463px;
}


#tabimage {
	width: 463px;
	height: 197px;
	float: left;
}

#tabtext {
	float: left;
	width: 364px;
	background-color: #669ccc;
	color: white;
	padding: 3px;	
	font-size: 12px;
}

#tablesmer {
	float: left;
	background-color: #669ccc;
	color: white;
	font-size: 12px;
	padding: 3px;
	width: 87px;
	text-align: right;
}

#tablesmer a {
	float: left;
	color: white;
	font-size: 12px;
	width: 87px;
	text-align: right;
	text-decoration: none;
}

#tablesmer a:hover {
	text-decoration: underline;
}

/* --------------- CONTENT INSIDE TABBER START ---------------  */

/* DOWNLOAD EXT START */
#sb_download_flexWrap {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.sb_download_flex {
	background-color: none;
	font-size: 12px;
}

.title {
	color: #3681fc;
	float: left;
	width: 200px;
	height: 20px;
	background-color: #e1e1e1;
	padding-left: 5px;
	padding-top: 2px;
}

.sb_download_text {
	background-color: none;
}

.links {
	float: left;
	width: 230px;
	height: 20px;
	background-color: #e1e1e1;
	padding-left: 5px;
	padding-top: 2px;	
}

.links a {
	float: left;
	width: 30%;
	height: 20px;
	background-color: #e1e1e1;
}

.description {
	font-size: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
}

.filesize {
	font-size: 10px;
	margin-bottom: 5px;
}

/* DOWNLOAD EXT END */

/* --------------- END OF CODE ---------------  */
