body {
	margin: 10px;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #444444;
}
h1 {
	font-family: Trebuchet MS;
	font-size: 22px;
	color: #34818f;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 28px;
	font-weight: normal;
	letter-spacing: 1px;
}
h2 {
	font-family: Trebuchet MS;
	font-size: 19px;
	color: #34818f;
	font-weight: normal;
	letter-spacing: 1px;
}
h3 {
	font-family: Trebuchet MS;
	font-size: 17px;
	color: #34818f;
	font-weight: normal;
	letter-spacing: 1px;
}
h4 {
	font-family: Trebuchet MS;
	font-size: 15px;
	color: #34818f;
	font-weight: normal;
}
h5 {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #34818f;
	font-weight: normal;
}
h6 {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #34818f;
}
p, div, td, li {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #444444;
}
a {
	text-decoration: none;
	color: #fc9c00;
}
a:hover {
	text-decoration: none;
}
pre {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #34818f;
}
img {
	border: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
.mainTable {
	width: 100%;
	height: 100%;
	margin: auto;
	text-align: center;
}
.top {
	margin: auto;
	position: relative;
	width: 942px;
	height: 287px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}
.topLoggedIn {
	margin: auto;
	position: relative;
	width: 942px;
	height: 287px;
	background-image: url(images/top_logged.jpg);
	background-repeat: no-repeat;
}
.inputBoxLogin {
	border: #67a5cc 1px solid;
	background-color: #67a5cc;
	color: #1c547b;
	font-family: Trebuchet MS;
	font-size: 12px;
	height: 20px;
	width: 160px;
	text-align: center;
	margin-bottom: 8px;
}
.logo {
	position: absolute; 
	top: 30px; 
	left: 20px; 
	width: 470px; 
	height: 75px;
}
.logo a {
	display: block; 
	width: 470px; 
	height: 75px;
}
.searchBox {
	position: absolute;
	left: 710px;
	top: 41px;
}
.basketInfo {
	position: absolute;
	left: 785px;
	top: 83px;
	font-size: 10px;
	color: #318ac0;
}
.loginBlock {
	position: absolute;
	top: 149px;
	left: 40px;
	width: 200px;
}
.loginLogin {
	position: absolute;
	top: 177px;
	left: 253px;
	width: 30px;
	height: 24px;
}
.loginReg {
	position: absolute;
	top: 202px;
	left: 48px;
}
.loginReg a {
	color: white;
	text-decoration: none;
}
.loginError {
	position: absolute;
	top: 127px;
	left: 135px;
	color: #f59701;
	font-weight: bold;
	font-size: 13px;
}
.leftCell {
	width: 287px; 
	height: 100%; 
	vertical-align: top;
	background-image: url(images/left.gif);
	background-repeat: no-repeat;
	text-align: left;
}
.menuContainer {
	margin-left: 22px;
	margin-right: 15px;
}
.menuItem {
	font-size: 14px;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-bottom: #c6c6c6 1px dashed;
}
.menuItem a {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	color: #282828;
	display: block;
	text-decoration: none;
	letter-spacing: 1px;
}
.menuItem a:hover {
	text-decoration: none;
	color: #f59700;
}
.menuItemActive {
	font-size: 14px;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-bottom: #c6c6c6 1px dashed;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	color: #f59700;
	letter-spacing: 1px;
}
.subMenuItem {
	font-size: 13px;
	background-image: url(images/submenu.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-bottom: #c6c6c6 1px dashed;
}
.subMenuItem a {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	color: #6a6a6a;
	display: block;
	text-decoration: none;
	letter-spacing: 1px;
}
.subMenuItem a:hover {
	text-decoration: none;
	color: #f59700;
}
.subMenuItemActive {
	font-size: 13px;
	background-image: url(images/submenu.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	color: #f59700;
	letter-spacing: 1px;
}
.subSubMenuItem {
	font-size: 12px;
	border-bottom: #c6c6c6 1px dashed;
}
.subSubMenuItem a {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	color: #6a6a6a;
	display: block;
	text-decoration: none;
	letter-spacing: 1px;
}
.subSubMenuItem a:hover {
	text-decoration: none;
	color: #f59700;
}
.subSubMenuItemActive {
	font-size: 12px;
	border-bottom: #c6c6c6 1px dashed;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	color: #f59700;
	letter-spacing: 1px;
}
.contentCell {
	width: 655px; 
	height: 100%;
	vertical-align: top;
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
.content {
	padding-top: 50px;
	padding-left: 35px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.content p, .content div, content li {
	line-height: 18px;
}
.content li {
	margin-bottom: 10px;
}
.content td {
	padding: 5px;
}
.rightCell {
	width: 250px;
	height: 100%;
	vertical-align: top;
}
.inputBox {
	border: #216a99 1px solid;
	background-color: white;
	color: #216a99;
	font-family: Trebuchet MS;
	font-size: 11px;
	height: 20px;
	width: 250px;
}
.inputBoxHalf {
	border: #216a99 1px solid;
	background-color: white;
	color: #216a99;
	font-family: Trebuchet MS;
	font-size: 11px;
	height: 20px;
	width: 125px;
}
.inputBoxSmall {
	border: #216a99 1px solid;
	background-color: white;
	color: #216a99;
	font-family: Trebuchet MS;
	font-size: 11px;
	height: 20px;
	width: 150px;
}
.inputBoxNumber {
	border: #216a99 1px solid;
	background-color: white;
	color: #216a99;
	font-family: Trebuchet MS;
	font-size: 11px;
	height: 20px;
	width: 25px;
	text-align: right
}
.inputBoxSearch {
	border: white 1px solid;
	background-color: white;
	color: #216a99;
	font-family: Trebuchet MS;
	height: 17px;
	width: 120px;
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
}
.inputBoxComment {
	border: #216a99 1px solid;
	background-color: white;
	color: #216a99;
	font-family: Trebuchet MS;
	font-size: 11px;
	height: 20px;
	width: 575px;
}
.textareaBox {
	border: #216a99 1px solid;
	background-color: white;
	color: #216a99;
	font-family: Trebuchet MS;
	font-size: 11px;
	height: 60px;
	width: 250px;
}
.textareaBoxComment {
	border: #216a99 1px solid;
	background-color: white;
	color: #216a99;
	font-family: Trebuchet MS;
	font-size: 11px;
	height: 120px;
	width: 575px;
}
.separator {
	height: 30px;
	width: 570px;
	background-image: url(images/separator.gif);
}
.bottomCell {
	border-top: #a1a1a1 1px dashed;
	text-align: center;
	background-color: #f0f0f0;
}
.bottom {
	width: 942px;
	height: 125px;
	position: relative;
	margin: auto;
}
.bottomMail {
	position: absolute;
	left: 45px;
	top: 18px;
	width: 100px;
	height: 85px;
	background-image: url(images/mail.gif);
	background-repeat: no-repeat;
}
.bottomMail a {
	width: 100px;
	height: 85px;
	display: block;
}
.bottomHome {
	position: absolute;
	left: 145px;
	top: 18px;
	width: 132px;
	height: 85px;
	background-image: url(images/home.gif);
	background-repeat: no-repeat;
}
.bottomHome a {
	width: 132px;
	height: 85px;
	display: block;
}
.bottomCenter {
	position: absolute;
	font-family: Trebuchet MS;
	color: #757575;
	left: 300px;
	top: 20px;
	width: 430px;
	height: 85px;
	text-align: center;
}
.bottomRight {
	position: absolute;
	left: 755px;
	top: 18px;
	width: 180px;
	height: 85px;
	background-image: url(images/bottom_separator.gif);
	background-repeat: no-repeat;
	text-align: center;
}
.bottomRightText {
	padding-top: 20px;
}
.bottomRightText a {
	font-size: 16px;
}
.bottomRight li {
	list-style-type: none;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
.bottomRight li a {
	color: #616161;
	font-size: 11px;
}
.loginForgot {
	clear: both;
	width: 263px;
	height: 26px;
	text-align: center;
	background-image: url(images/forgot.gif);
	background-repeat: no-repeat;
	margin-left: 26px;
	margin-top: 2px;
	margin-bottom: 50px;
}
.loginForgot a {
	display: block;
	width: 263px;
	height: 26px;
}
.loggedIn {
	position: absolute;
	top: 155px;
	left: 20px;
	width: 260px;
	text-align: center;
	color: #204c6a;
	font-size: 17px;
}
.loginLogout {
	position: absolute;
	top: 188px;
	left: 113px;
	width: 78px;
	height: 21px;
}
.loginLogout a {
	display: block;
	width: 78px;
	height: 21px;
}
.error {
	text-align: center;
	padding-top: 15px;
	color: red;
	font-weight: bold;
	font-size: 11px;
}
.regError {
	color: red;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px !important;
}
.formTable {
	width: 570px;
}
.formTable td {
	padding: 4px;
	color: #216a99;
}
.smallText {
	font-size: 9px;
	line-height: 12px !important;
}
.button {
	height: 22px;
	border: #98c4df 1px solid;
	background-color: #216a99;
	font-family: Trebuchet MS;
	font-size: 13px;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
.codeField {
	text-align: right;
	width: 115px;
	vertical-align: middle !important;
}
.codeImg {
	margin: 5px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.pager {
	border-top: #aaaaaa 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.pagerTitle, .pagerComment {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.pagerItem {
	display: inline;
	margin-left: 3px;
	margin-right: 3px;
}
.pagerItemNumber {
	display: inline;
	margin-left: 2px;
	margin-right: 2px;
	font-weight: bold;
}
.pagerItem a {
	text-decoration: none;
	color: black;
}
.pagerItem a:hover {
	text-decoration: none;
	color: #444444;
}
.designedTop {
	width: 251px;
	height: 33px;
	padding-left: 10px;
	padding-top: 8px;
	color: #34818f;
	background-image: url(images/designed_top.gif);
	background-repeat: no-repeat;
}
.buttonCont {
	margin: 5px;
	height: 30px;
	background-image: url(images/button.gif);
	background-repeat: repeat-x;
	position: relative;
}
.buttonContNoBorder {
	margin: 5px;
	height: 30px;
	position: relative;
}
.separator {
	height: 9px;
	margin: 5px;
	background-image: url(images/separator.gif);
	background-repeat: repeat-x;
}
.details {
	background-image: url(images/details.gif);
	background-repeat: no-repeat;
	width: 99px;
	height: 18px;
	margin: auto;
	margin-top: 4px;
}
.details a {
	width: 99px;
	height: 18px;
	display: block;
}
.backContainer {
	margin-top: 20px;
	position: relative;
}
.back {
	background-image: url(images/back.gif);
	background-repeat: no-repeat;
	width: 63px;
	height: 21px;
	position: absolute;
	left: 20px;
	top: 4px;
}
.back a {
	width: 63px;
	height: 21px;
	display: block;
}
.registerCenter {
	background-image: url(images/register.gif);
	background-repeat: no-repeat;
	width: 117px;
	height: 21px;
}
.registerRight {
	background-image: url(images/register.gif);
	background-repeat: no-repeat;
	width: 117px;
	height: 21px;
	position: absolute;
	right: 20px;
	top: 4px;
}
.registerCenter a, .registerRight a {
	width: 117px;
	height: 21px;
	display: block;
}
.submit {
	background-image: url(images/submit.gif);
	background-repeat: no-repeat;
	width: 68px;
	height: 21px;
	position: absolute;
	right: 20px;
	top: 4px;
}
.submit a {
	width: 68px;
	height: 21px;
	display: block;
}
.topic {
	background-image: url(images/topic.gif);
	background-repeat: no-repeat;
	width: 113px;
	height: 21px;
	position: absolute;
	left: 20px;
	top: 4px;
}
.topic a {
	width: 113px;
	height: 21px;
	display: block;
}
.more {
	background-image: url(images/more.gif);
	background-repeat: no-repeat;
	width: 74px;
	height: 21px;
	position: absolute;
	right: 20px;
	top: 4px;
}
.more a {
	width: 74px;
	height: 21px;
	display: block;
}
.comment {
	background-image: url(images/comment.gif);
	background-repeat: no-repeat;
	width: 140px;
	height: 21px;
	position: absolute;
	left: 20px;
	top: 4px;
}
.comment a {
	width: 140px;
	height: 21px;
	display: block;
}
.reply {
	background-image: url(images/reply.gif);
	background-repeat: no-repeat;
	width: 110px;
	height: 21px;
	position: absolute;
	right: 20px;
	top: 4px;
}
.reply a {
	width: 110px;
	height: 21px;
	display: block;
}
.subscribe {
	background-image: url(images/subscribe.gif);
	background-repeat: no-repeat;
	width: 199px;
	height: 21px;
	position: absolute;
	right: 20px;
	top: 4px;
}
.subscribe a {
	width: 140px;
	height: 21px;
	display: block;
}
.hipLogin {
	background-image: url("images/hip_login.gif");
	background-repeat: no-repeat;
	background-position: center;
	width: 250px;
	height: 36px;
	margin-bottom: 10px;
}
.hipLogin a {
	display: block;
	width: 250px;
	height: 36px;
}
.tipText {
	position: absolute; 
	top: -80px; 
	left: 100px; 
	width: 207px; 
	height: 118px; 
	background-image: url(images/jelentkezes_tiptext.gif); 
	display: none;
}
.tipTextRight {
	position: absolute; 
	top: -120px; 
	right: 40px; 
	width: 207px; 
	height: 118px; 
	background-image: url(images/jelentkezes_tiptext_right.gif); 
	display: none;
}
.listBlock {
	position: relative;
	padding: 5px;
	margin: 5px;
}