BODY 
{
	background-color:White;
	font-family:Verdana;
}

input, textarea, select
{
	color:#000000;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana;
}
	

TD,P,SPAN,DIV,TBODY.clsTBody 
{
	font-family:Verdana;
	font-size:10px;
	font-style:normal;
}

p
{
	margin:0cm;
}

SPAN.clsFolderHeading
{
	background-color:Black;
	color:White;
	font-family:Verdana;
	font-size:11px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	width:100%;
}

TD.clsNoImages
{
	font-family:Verdana;
	font-size:9px;
}

TD.clsImgTD
{
	text-align:center;
}

h1
{
	margin:0px 0px 0px 0px;
	color:#7C9DBC;
	font-weight:bold;
	font-family:verdana; 
	font-size:13px;
}

h2
{
	margin:0px 0px 0px 0px;
	color:#7C9DBC;
	font-weight:bold;
	font-family:verdana; 
	font-size:11px;
}

h1.clsTop
{
	color:Black;
	margin:0px 0px 5px 0px;
	font-weight:bold;
	font-family:verdana; 
	font-size:17px;
}

h2.clsTop 
{
	margin:0px 0px 0px 0px;
	color:#7C9DBC;
	font-weight:bold;
	font-family:verdana; 
	font-size:14px;
}
	
h3
{
	margin:0px 0px 0px 0px;
	font-family:verdana; 
	font-size:11px;
	font-weight:bold;
}

A
{
	color:#7C9DBC;
}

A:hover
{
	color:black;
}

/* media module */
.clsMediaBorder
{
	border:solid 1px #9E9E9E;
	padding: 5px 5px 5px 5px;
}

.clsMediaHeadline
{
	background-color:#9E9E9E;
	width:100%;
	color:White;
	padding: 2px 5px 2px 5px;
	font-weight:bold;
}

.clsMediaPlayBtn
{
	text-decoration:none;
}
/* end media module */

/* product module */
table.productsTable
{
	width: 100%;
	margin-bottom: 10px;
}

td.productsHeadline h2
{
	font-family:Times New Roman;
	font-size: large;
	color: Black;
}

tr.productsSecondHeadline td
{
	text-align:center;
	font-weight: bold;
	background-color:silver;
}

td.productsAmountTd
{
	width: 72px;
	vertical-align:top;
}

input.amountFld
{
	width: 70px;
}

td.productsTextTd
{
	vertical-align:top;
}

td.productsPriceTd
{
	width: 150px;
	text-align:right;
}
/* end product module */

