﻿/* a class for all popup tooltips */
.myToolTips {	position: absolute;	visibility: hidden; }
body 
{
    font-family    : Tahoma;
    font-size      : 10pt;
	color          : #000000;
	margin-bottom  : 0;
	margin-left    : 0;
	margin-right   : 0;
}
.fixForms   
{
	display: inline;
}
a         
{
	text-decoration: ; 	
	font-size	: 11px;
	color: navy;
}
a:hover
{
    text-decoration:underline;
}
.TableBorder
{   
	border-color: #a4bed0;
	background: #F3F3F3;
	padding: 0px;
	border-style: solid;
	border-width: 1px;
	margin: 0px 0 0;
}
.TableHeader
{	
	background-image: url(/images/corner_center.gif);
	background-repeat:repeat-x;
	background-color:#d0d6da;
	font-weight:bold;
	text-align:left; 
	font-size: 11px;
	margin:-3px 0 0;
	padding:3px 6px 2px;
	border:0px;
	color:maroon;
}
.TablePager
{	
	vertical-align: middle;
	text-align:left; 
	font-weight:bold;
	font-size: 16px;
	margin:-3px 0 0;
	padding:3px 6px 2px;
	background:#a4bed0;
	border:3px solid #025a7c;
	color:#FFFFFF;
}
.TableData
{
	font-size: 11px;
	vertical-align: middle;
	background: #FFFFFF;
	border-color: #F8F8F8;
	border-width:0px;
	color:#555555;
}
.TableDataAlt
{
	font-size: 11px;
	vertical-align: middle;
	background: #F3F3F3;
	color:#555555;
}
hr { height:1px; color: #FF7777;}
.TableButton
{
	font-size: 11px;
	font-weight: bold;
	border: 2px solid #666666;
	background: #eef3fd;
	color: #000000;
}
.ErrorText
{
    color: red;
    line-height: 20px;
}

/* text style used for most text rendered by modules */
.Normal
{
    line-height: 11px;    
	font-size: 11px;
}
.NormalBold
{
    line-height : 11px;    
	font-size   : 11px;
	font-weight : bold;
}
SMALL   {
    font-size:  8px;
}

UL LI   {
    list-style-type:    square;
    list-style-image:	url(/config/images/bullet.png);
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}
.MenuOver      { color:#000066; background: #C8C8C8; vertical-align: middle; font-weight: normal; }
.MenuOut       { color:#000066; background: #F8F8F8; vertical-align: middle; font-weight: normal; }
.MenuSelected  { color:#000066; background: #AAAAAA; vertical-align: middle; font-weight: bold; }
.hide				{ display:none; }
.Titel 
{	font-size: 14px;
	font-weight:bold;
	color:#4444FF;
}
.Price
{
	font-size: 13px;
	font-weight:bold; 
	color:#FF0000;
	text-align: right;
}
.PriceSmall
{
	font-size: 11px;
	font-weight:bold; 
	color:#FF0000; 
	text-align: right;
}
.PriceLabel
{
	font-size: 10px;
	font-weight:normal; 
	color:#888888; 
	text-align: right;
}
.headertext 
{	
	vertical-align:middle; 
	font-size: 11px; 
	font-weight:bold;
	color:#FFFFFF; 
}
.stock
{
	color       : #0000FF;
	font-weight : bold;
	font-size   : 13px;
}
.highlight
{
	text-decoration: none;color:black;background:#E6E660;
}
.Hide
{
	display:none;
}
.PromoUntil
{
	background-color:#a1c794;
    line-height : 12px;    
	font-size   : 10px;
	font-weight : normal;
	vertical-align:middle;
	color       : #FFFFFF;
}
/*
 *	Subjects
 */

div.supportSubject {
	width: 50%;
	margin-bottom: 10px;
	float: left;
	position: relative;
}

div.supportSubject h4 {
	margin: 0 0 3px 50px;
	font-size: 14px;
}

div.supportSubject img {
	position: absolute;
	top: 0;
	left: 0;
}

div.supportSubject ul {
	margin-left: 80px;
	font-size: 11px;
}

div.supportSubject li {
	padding: 0;
	background: none;
}

div.supportSubject li a,
div.supportSubject li a:visited {
	color: #000;
	border: none;
}

div.supportSubject li a:hover {
	text-decoration: underline;
}

/*
 *  Footer
 */

.footerBox
{
	background-color: #FEFEFE;
	border-style: dashed;
	border-width:2px;
	border-color: #CCCCCC;
}
.topLogo
{
	margin-top:0px;
}
.menuBox
{
	background-color: #EEEEEE;
	border-style: solid;
	border-top-width:0px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-color: #BBBBBB;
}
div.PriceTag
{
    padding-top: 1px;
    text-align:right;
    z-index:2;
}
span.PriceTag
{
    background: #00A973;
    font: bold 13px Arial;
    color: white;
    border: 1px solid #A0A0A0;
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    padding: 0px 2px 0px 2px;
}
div.PriceTagExtra
{
    padding-top: 1px;
    text-align:right;
    z-index:2;
}
span.PriceTagExtra
{
    background: #00A973;
    font: bold 18px Arial;
    color: white;
    border: 1px solid #A0A0A0;
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    padding: 0px 2px 0px 2px;
}
