body
{
	color:#333333;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 0.9em;
}
/*** hover info ***/
/*.hover-text
{
	position:relative;
	text-decoration:none;
	border-bottom:1px dashed #000;
	cursor: help;
}*/
a[rel="hover-box"]
{ 
	position:relative;
	text-decoration:none;
	border-bottom:1px dashed #000;
	cursor: help;
}
.hover-box
{
	width:260px;
	background: #fff;
	border: 1px solid #595856;
	padding: 20px;
	font-size: 0.9em;
	position: absolute;
	top: 0px;
	left: -1000px;
}
.hover-box-small
{
	width:160px;
	background: #fff;
	border: 1px solid #595856;
	padding: 20px;
	position: absolute;
	top: 0px;
	left: -1000px;
	font-size: 0.9em;
	line-height:1.4em;
}
.hover-box-large
{
	width:360px;
	background: #fff;
	border: 1px solid #595856;
	padding: 20px;
	position: absolute;
	top: 0px;
	left: -1000px;
	font-size: 0.9em;
	line-height:1.4em;
}
.hover-box div, .hover-box-small div, .hover-box-large div
{
	float:left;
	background: url('./img/hover-arrow-left.gif') no-repeat;
	width:10px;
	height:30px;
	margin-left:-31px;
}
.hover-box p, .hover-box-small p
{
	padding-left:0;
	padding-right:0;
	margin-top:0;
}

/*** common ***/
p, ul
{
	margin: 1em 0;
	padding: 0 1em;
}
p.nomargin
{
	margin:0 !important;
	padding:0 !important;
}
.right
{
	text-align:right;
}
.overflow-left
{
	margin-left:-220px;
}
a:link
{
	color: #9c9e5f;
}
a:visited
{
	color: #086a18;
}
a:hover, a:active
{
	text-decoration: none;
}
strong
{
	color:#000;
}
ul
{
	list-style:none;
	list-style-type:none;
}
li
{
	text-indent:18px;
	background: url('./img/li.png') no-repeat left 5px;
	margin: 0 0 1em 0;
}
.note
{
	font-size:0.8em;
	color: #555;
}
h1,h2,h3,h4,h5,h6
{
	margin:1em 0;
	padding:0 1em;
}
h1
{
	font-size: 2em;
	font-family: "Arial Black", Gadget, sans-serif;
	color:#354d4f;
}
h1.no_margin
{
	margin-bottom:0;
}
h1.no_margin img
{
	margin:0;
}
h1.thin
{
	font-size: 1.25em;
	color:#000;
	font-family: "Verdana", Helvetica, sans-serif;
	padding: 0 0.7em;
	
}
h2
{
	font-size: 1.2em;
	font-family: "Verdana", Helvetica, sans-serif;	color:#354d4f;
	font-weight:bold;
}

h1.big
{
	color: #acaaa6;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 80px;
	height:80px;
	line-height:80px;
	margin: 5px 0;
	padding:0;
}
hr
{
	display:none;
}
div.hr
{
	height:2px;
	overflow:none;
	background: url('./img/hr_bg.png') repeat-x;
	margin: 2em 0;
} 
	
/*** forms ***/
input 
{
	background: url('./img/input_bg.png') repeat-x;
}







sub, sup
{
	font-size:0.7em;
}
cite
{
	font-style:italic;
	background: #fbe19b;
	padding: 0 10px;
}
cite:before
{
	content: '„';
}
cite:after
{
	content: '“';
}
abbr
{
	border-bottom: 1px dashed #000;
	cursor:help;
}
samp
{
	font-weight:bold;
	background: #fbe19b;
	padding: 0 10px;
}
code
{
	display: block;
	background: #fbe19b;
	border: 1px solid #555;
	font-family: monospace;
	padding: 2px 10px
}
p
{
	margin:1em 0;
	padding:0 1em;
}
table
{
	width:100%;
}
th,td
{
	padding:0.5em 0.8em;
	font-weight:bold;
}
td
{
	vertical-align: middle;
}
td.blank, th.blank
{
	border:none !important;
	background:#fff !important;
}
thead th
{
	color:#fff;
	background: #595856;
	text-transform: uppercase;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align:center;
}
thead tr.dimensions th
{
	text-transform:none;
	border:none;
	background: #766c58;
}
table .light
{
	background:#ece6cd;
}
table .brown
{
	background:#c6bfa2;
}
table .dark
{
	background:#afa788;
}

table .links
{
	background:#ece6cd;
	border:none !important;
	text-align:left !important;
	font-size: 0.8em !important;
	font-weight: normal !important;
	line-height:1.3em;
}

table .links a:link
{
	padding-left: 11px;
	background: url('./img/table_link.gif') no-repeat left center;
}
table .links a:visited
{
	color: #666;
	padding-left: 11px;
	background: url('./img/table_link.gif') no-repeat left center;
}
table .links a:hover, table .links a:active
{
	text-decoration: none;
}
	
a img
{
	border: none;
}
img.left
{
	float:left;
	margin: 0 10px 10px 0;
}
img.right
{
	float:right;
	margin: 0 0 10px 10px;
}
.cleaner
{
	clear:both;
}
.cleaner-left
{
	clear:left;
}
.center
{
	text-align:center;
}
.btn_submit
{
	padding:0;
	margin:0;
	background:none;
}