body, td, th, div {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5E5E5E;
}

h3{
	font-size: 13px;
	color: Maroon;
}
.menu_bg{
	background-repeat: no-repeat;
	background-position: top;
}
.ucat{
	background-position: right;
}
.leftcat{
	background-repeat: no-repeat;
	background-position: top right;
}
#menu{
	position: absolute;
	top: 200px;
	left: 5px;
	width: 165px;
	z-index: 1;
}

/*a.1:link, a:visited, a:hover, a:active{
	font-size: 10px;
	text-decoration:underline;
	color: Maroon;
}
a.1:hover {
	color: #FF0000;
}
*/
a:link, a:visited, a:hover, a:active{
	font-size: 10px;
	text-decoration:none;
	color: Maroon;
}
a:hover {
	color: #FF0000;
}

a:link.m, a:visited.m, a:hover.m, a:active.m{
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding-bottom: 2px;
	width: 165px;;	
	color: Maroon;
	margin: 3px;
	padding-left: 5px;
/*border: 2px solid #FFA500;*/
}
a:hover.m {
	color: #FF0000;
	background: White;
}

#iLoader
{
	display: none;
	visibility: hidden;
}

div.imgDisplay {
	position: absolute;
	background: #FFFFCC;
	border: dotted 1px #CCCCCC;
	visibility: hidden;
	width: 200px;
	height: 30px;
	text-align: center;
	padding: 19px;
	font-size: 12px;
}

div.imgClose
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 65px;
	height: 14px;
	text-align: center;
	color: #FF0000;
	cursor: pointer;
	cursor: hand;
	background: #FFFFCC;
}

#awaitNotice
{
	padding: 25px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	font-size: 11px;
	text-align: center;
	visibility: hidden;
	position: absolute;
}

#divNotice
{
	padding: 25px;
	font-size: 11px;
	text-align: center;
	visibility: hidden;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 5px center;
}

.finalNotice
{
	padding: 25px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	font-size: 11px;
	text-align: center;
	visibility: hidden;
	position: absolute;
	background: #F7FFCD;
	border: 1px solid #A5A54A;
}

div.info
{
	background: url(../images/infoIcon.gif) #F7FFCD;
	border: 1px solid #A5A54A;
}

div.err
{
	background: url(../images/errIcon.jpg) #FFE6E6;
	border: 1px solid #FF0000;
	color: #FF0000;
}

div.roznPrice
{
	color: #666666;
	clear: both;
	display: block;
}

span.roznPrice
{
	color: #666666;
	clear: both;
	display: block;
}

td.roznPrice
{
	color: #666666;
}

span.inetPrice
{
	color: #FF0000;
	font-size: 14px;
	clear: both;
	display: block;
}

div.inetPrice
{
	color: #FF0000;
	font-size: 14px;
	clear: both;
	display: block;
}

td.inetPrice
{
	color: #FF0000;
	font-size: 14px;
}


table.calculatorTable
{
	border: 1px solid #666666;
	text-align: center;
	background: #FFFFFF;
	width: 98%;
}

table.calculatorTable th
{
	font-size: 12px;
	font-weight: bold;
	background: #666666;
	color: #FFFFFF;
}

table.calculatorTable td
{
	background: #EFEFEF;
}


#typeDescription
{
	position: absolute;
	width: 300px;
	padding: 10px;
	visibility: hidden;
	background: #FFFFCC;
	border: dashed 1px #666666;
	font-size: 11px;
}

#typeDescription h4
{
	margin: 5px 0px;
}

.descr
{
	cursor: default;
}

div#loginFormDiv
{
	padding: 25px;
	font-size: 12px;
	font-weight:bold;
	visibility: hidden;
	position: absolute;
	width: 200px;
	display: none;
	background: #F7FFCD;
	border: 1px solid #A5A54A;
}

#loginForm
{
	margin: 0px;
}

#loginForm label
{
	display: block;
	clear: both;
	width: 150px;
	margin-top: 15px;
}

#loginForm input
{
	clear: both;
	width: 150px;
	margin: 0px;
	background: #FFF;
	border: 1px solid #CCC;
}

div#closeLoginForm
{
	position: absolute;
	right: 0px;
	top: 0px;
}

div#closeLoginForm a
{
	color: #FF0000;
	font-size: 11px;
	margin: 3px;
}

a#registerLink
{
	display: block;
	color: #FF0000;
	font-size: 11px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin: 3px;
}

a#remindLink
{
	display: block;
	color: #FF0000;
	font-size: 11px;
	margin: 3px;
}

#login
{
	font-weight: bold;
	color: #FF0000;
}


div#registerFormDiv
{
	padding: 25px;
	font-size: 12px;
	font-weight:bold;
	visibility: hidden;
	position: absolute;
	width: 200px;
	display: none;
	background: #F7FFCD;
	border: 1px solid #A5A54A;
}

#registerForm
{
	margin: 0px;
}

#registerForm label
{
	display: block;
	clear: both;
	width: 150px;
	margin-top: 15px;
}

#registerForm input
{
	clear: both;
	width: 150px;
	margin: 0px;
	background: #FFF;
	border: 1px solid #CCC;
}

div#closeRegisterForm
{
	position: absolute;
	right: 0px;
	top: 0px;
}

div#closeRegisterForm a
{
	color: #FF0000;
	font-size: 11px;
	margin: 3px;
}

#register
{
	font-weight: bold;
	color: #FF0000;
}

a.buttonLink
{
	display:block;
	margin: 6px 5px;
	text-align: center;
	width: 185px;
	height: 22px;
	font-weight: bold;
	color: #FF0000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 13px;
	background: #CCCCCC; border:1px solid #000;
}

#userData
{
	clear: both;
	padding: 10px 15px;
}

#userData label
{
	display: block;
	margin: 6px 5px;
	color: #FF0000;
	font-weight: bold;
}

#userData input
{
	display: block;
	margin: 6px 5px;
	width:185px;
}

