/**
 * @version $Id: template.css 10498 2008-07-04 00:05:36Z ian $
 * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */





body
{
	background: #fff;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	text-align: center;
	line-height: 150%;
}



body.contentpane {

width : auto;
margin : 10px;
line-height : 1.4em;
text-align: left;
}

/* TOC */
table.contenttoc{
	float: right;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	text-align:left;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* content tables */
tr.sectiontableheader th {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
  font-size: 0.9em;
}

div.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 3px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0,
tr.sectiontableentry1,
tr.sectiontableentry2 {
  padding: 1px;
  line-height: 130%;
  border-bottom: 1px solid #EEEEEE;
  font-size: 0.9em;

}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 1px;
  line-height: 150%;
  border-bottom: 1px solid #EEEEEE;

}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
  
}
tr.sectiontableentry0 a,
tr.sectiontableentry1 a,
tr.sectiontableentry2 a {
  padding: 3px;
  line-height: 150%;
  font-weight: bold;
}

tr.sectiontableentry0 th,
tr.sectiontableentry1 th,
tr.sectiontableentry2 th {
  padding: 5px;
  line-height: 150%;
  border-bottom: 1px solid #EEEEEE;
}

tr.sectiontableentry1 td form {
	display: inline;
}
/** form  { font-size: 0.9em; } */

/** Product Browse */
tr.sectiontableentryProductBrowse0,
tr.sectiontableentryProductBrowse1,
tr.sectiontableentryProductBrowse2 {
  padding: 1px;
  line-height: 130%;
  border-bottom: 1px solid #EEEEEE;
  font-size: 1em;

}

tr.sectiontableentryProductBrowse0 td,
tr.sectiontableentryProductBrowse1 td,
tr.sectiontableentryProductBrowse2 td {
  padding: 1px;
  line-height: 150%;
  border-bottom: 1px solid #EEEEEE;

}

td.sectiontableentryProductBrowse0,
td.sectiontableentryProductBrowse1,
td.sectiontableentryProductBrowse2 {
  padding: 3px;
  
}
tr.sectiontableentryProductBrowse0 a,
tr.sectiontableentryProductBrowse1 a,
tr.sectiontableentryProductBrowse2 a {
  font-size: 1.1em;
  padding: 3px;
  line-height: 150%;
  font-weight: bold;
}

tr.sectiontableentryProductBrowse0 th,
tr.sectiontableentryProductBrowse1 th,
tr.sectiontableentryProductBrowse2 th {
  padding: 5px;
  line-height: 150%;
  border-bottom: 1px solid #EEEEEE;
}

tr.sectiontableentry1 td form {
	display: inline;
}


/*#################### Product Description HTML class ############################ */
.prodDesc08em { font-size: 0.8em; }
.prodDesc09em { font-size: 0.9em; }
.prodDesc1em { font-size: 1em; }
.prodDesc12em { font-size: 1.2em; }
.prodDesc14em { font-size: 1.4em; }
.prodDesc18em { font-size: 1.8em; }

.prodDescPink { color: #FF00FF; }
.prodDescOrange { color: #FF6600; }
.prodDescBrown { color: #330000; }
.prodDescBrownRed { color: #990000; }
.prodDescGold { color: #666600; }

.prodDescUnderline { text-decoration: underline; }
.prodDescBorder { border-bottom: 1px double red;}