@charset "windows-1250";
/* CSS Document */

body
{
	background-color: white;
	margin: 0px 0px 0px 0px;
	height: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #11151e;
	font-size: 10pt;
}

H1
{
	font-size: x-large;
	color: #21436b;
	margin-bottom: 20px;
}

H3
{
	color: #21436b;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
}

H3 A
{
	color: #21436b;
}

H4
{
	margin-top: 0px;
}

INPUT
{
	color: #21436b;
	border-color: black;
	background-color: white;
	border-right: #466384 1px solid;
	border-top: #466384 1px solid;
	border-left: #466384 1px solid;
	border-bottom: #466384 1px solid;
}

TEXTAREA
{
	color: #21436b;
	border-color: black;
	background-color: white;
	border-right: #466384 1px solid;
	border-top: #466384 1px solid;
	border-left: #466384 1px solid;
	border-bottom: #466384 1px solid;
}

A IMG
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

A
{
	color: black;
	text-decoration: none;
	font-weight: bold;
}

A:HOVER, A:VISITED:HOVER 
{
	color : red;
	text-decoration : underline;
}

.frametab
{
	border-right: #466384 1px solid;
	border-top: #466384 1px solid;
	border-left: #466384 0px solid;
	border-bottom: #466384 0px solid;
	border-collapse: collapse;
}

.frametab TD
{
	border-right: #466384 0px solid;
	border-top: #466384 0px solid;
	border-left: #466384 1px solid;
	border-bottom: #466384 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.frametab TH
{
	border-right: #466384 0px solid;
	border-top: #466384 0px solid;
	border-left: #466384 1px solid;
	border-bottom: #466384 1px solid;
}

.NewsList
{
	list-style-type: disc;
}

.NewsList LI
{
	margin-top: 20px;
}

.changelog 
{
	font-size: 9pt;
}

.changelog UL LI
{
	margin-top: 0px;
}

.HorizTable TH
{
	vertical-align: top;
	white-space: nowrap;
}

.OrderSteps
{
	font-weight: bold;
	font-size: small;
	margin-bottom: 20px;
}

.OrderSteps .active
{
	color: red;
}

.OrderSteps .inactive
{
	color: gray;
}

.FootNote
{
	font-size: 10pt;
}

.NoInputFrame INPUT
{
	border: none;
}

.FrameRect
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.error
{
	color: Red;
	padding-left: 4px;
}

#footer
{
	height: 20px;
	font-size: xx-small;
	vertical-align: middle;
	text-align: center;
	clear: both;
	padding-top: 10px;
	margin-top: 40px;
}


p 
{
	text-align: justify;
}

.ProductPic
{
	border: black 1px solid;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	margin-right: 10px;
	float: left;
}

.ProductDesc
{
	padding-top: 8px;
	margin-left: 4px;
	text-align: justify;
}

.LeftProductPicture
{
	float: left;
	margin-right: 10px;
}


.SHImage 
{
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
}

.SHImage .SHText 
{
	display: block;
	clear: none;
	padding-bottom: 15px;
}