@import url ( general.css );
@import url ( topMenu.css );
@import url ( footer.css );
@import url ( printThisPage.css ); 
@import url ( breadCrumbs.css );
@import url ( rightPanel.css );
@import url ( leftMenu.css );
@import url ( listedItem.css );
*/

@media screen {
	a img {
		border: 0px;
	}
}

/*
==============================================================================
STYL: Div.DetailedDocument
==============================================================================
*/

div.DetailedDocument {
      line-height: 160%;
}




/*
==============================================================================
STYL: Listed Items
==============================================================================
*/

table.ProductInListing {
}

table.ProductInListing td.Image {
	width: 150px;
	text-align: center;
}

table.ProductInListing td.Info {
}

table.ProductInListing td.Info td.Key {
	font-size: 80%;
}


table.ProductInListing td.Info td.Value {
	font-size: 85%;
	text-align: right;
	font-weight: bold;
}

table.ProductInListing td.Info td.Price {
	font-weight: bold;
	font-size: 130%;
	color: darkorange;
}




/*
==============================================================================
STYL: Ordered Lists, Unordered Lists
==============================================================================
*/

ol.roman
{
	list-style-type: upper-roman;
}

ol.OLBoldULNormal
{
	font-weight: bold;
}

ol.OLBoldULNormal ul li
{
	font-weight: normal;
}




/*
==============================================================================
STYL: Document Editor
==============================================================================
*/

.Editor {
	list-style-type: disc;
}

/*
==============================================================================
STYL: Tisk
==============================================================================
*/

@media print
{
	body
	{
		font-family: "Times New Roman", serif;
	}
	
	table
	{
		font-family: "Times New Roman", serif;
	}
	
	h1, h2, h3
	{
		font-family: "Times New Roman", serif;
		line-height: 150%;
	}

	table#Header td#logo
	{
		width: 100%;
		text-align: center;
	}
	
	table#Header td#logo img
	{
		height: 1.3cm;
		width: 2cm;
	}
	
	

	
}

