/*
	Developer: 	Addition.dk, July 2004.
	Description: 	for Print
	Changes:
*/

/*
-----------------------------------------------
Root modules
-----------------------------------------------
*/ 

html 
{
	width: 100%;
}

.text {																	/* padding for the general.document */
	font-size:11px;
	padding-bottom:10px;
}

body 
{
	background: white;
	text-align: left;
	color: black;
	font-size: 11pt !important;
	line-height: 125%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 90%;
	text-decoration: none;
}

a
{
	text-decoration: none;
	color: #000000;
}

input
{
	display: none;
}

.leftMenu
{
	display: none;
}

.breadcrumb
{
	display: none;
}


#rightcol
{
	display: none;
}


.udm
{
	display: none;
} 

.legal
{
	display: none;
} 


#frontpageRight
{
	display: none;
} 

#logo
{
	display: none;
}

/** ProcuctList **/

.ProductTable {
			font-size:11px;
}

.ProductTable table.mainTable {
	border-bottom:1px solid #a5d3ce;
	
}

.ProductTable table th {
	text-align:left;
	color:#595959 !important;
}

.ProductTable table th.productListHeadline {
	border-bottom:1px solid #a5d3ce;
	padding-bottom:5px;
	
}

.ProductTable th.productList{
	height:10px;
	border-top:1px solid #a5d3ce;
	border-bottom:1px solid #a5d3ce;
	
}

th .productList{
	padding-top:5px;	
}
td .productList{
	padding-top:5px;	
}


.ProductTable table.products {
	font-weight:normal;
	
}

.ProductFirst {
	padding-top:5px;
	padding-bottom:5px;
	text-align:left !important;
	padding-right:10px;
}

.ProductSecond {
	border-top:1px solid #a5d3ce;
	padding-top:5px;
	padding-bottom:5px;
}	

.ProductLast {
	border-top:1px solid #a5d3ce;
	padding-top:5px;
	padding-bottom:5px;
}	

/*
-----------------------------------------------
/ Root modules
-----------------------------------------------
*/