body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#main {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

.leftmenubg {
	background-image: url(../images/bg_main.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

#header {
	height: 60px;
}

#header img {
	display: block;
}

#topmenu {
	background-image: url(../images/bg_topmenu.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 22px;
	font-size: 12px;
}

#topmenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#topmenu ul li {	
	float: left;
	line-height: 18px;
	width: 109px;
	text-align: center;
}

#topmenu ul li a {
	display: block;	
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#topmenu ul li a:hover {
	color: #eeffee;
}

#left_flash_area {
	width: 535px;
	height: 180px;
	float: left;
}

#left_flash_area img {
	display: block;
}

#right_flash_area {
	width: 455px;
	height: 180px;
	float: left;
}

.clear {
	clear: both;
}

#title_area {
	width: 330px;
	height: 78px;
	float: left;
}

#title_area img {
	display: block;
}

#empty_area {
	background-image: url(../images/bg_empty.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 430px;
	height: 78px;
	float: left;
}

#cart_area {
	background-image: url(../images/bg_cart.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 230px;
	height: 78px;
	float: left;
}

#menubar {
	width: 171px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}

#menubar .leftmenu, .leftmenu li .leftsubmenu {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#menubar .leftmenu li {
	display: inline;	
}

#menubar .leftmenu li a {
	background-image: url(../images/bg_menu.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	line-height: 14px;
	font-size: 12px;
	padding: 3px 5px 4px 8px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#menubar .leftmenu li .leftsubmenu li a {
	background-image: url(../images/bg_sub_menu.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	display: block;
	line-height: 10px;
	font-size: 11px;
	padding: 3px 5px 4px 15px;
	color: #55a626;
}

#menubar img {
	display: block;
}

#container {
	width: 819px;
	float: left;
}

#info_area {
	background-image: url(../images/bg_info.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 804px;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	padding-right: 15px;
	text-align: right;
}

#content {
	width: 660px;
	float: left;
	font-size: 12px;
}

#content #content_title {
	background-image: url(../images/bg_content_title.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 630px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	padding-left: 5px;
	font-weight: bold;
	color: #ffffff;
}

#content #main_content {
	padding: 5px;
}

#right_column {
	float: left; 
	width: 150px; 
}

.cart_area_top_hu {
	width: 149px;
	float: left;
	position: relative;
	background-image: url(../images/bg_cart_top_hu.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 15px;
}

.cart_area_top_en {
	width: 149px;
	float: left;
	position: relative;
	background-image: url(../images/bg_cart_top_hu.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 15px;
}

.cart_area_body {
	width: 129px;
	float: left;
	position: relative;
	background-image: url(../images/bg_cart_body.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	font-size: 9px;
	padding: 5px 10px;
}

#cart_area a {
	color: #ffffff;
}

#cart_area a:hover {
	color: #ffffff;
	text-decoration: none;
}

.cart_area_bottom {
	width: 149px;
	float: left;
	position: relative;
	background-image: url(../images/bg_cart_bottom.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 10px;
	padding-bottom: 10px;
}


#login_area {
  min-height: 176px;
  height: auto !important;
  height: 176px;
	width: 149px;
	float: left;
	position: relative;
	font-size: 9px;
}

.login_area_hu {
	background-image: url(../images/bg_login_hu.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.login_area_en {
	background-image: url(../images/bg_login_en.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.logged_area_hu {
	background-image: url(../images/bg_logged_hu.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.logged_area_en {
	background-image: url(../images/bg_logged_en.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#login_area .textInput {
	position: absolute;
	border: 1px solid #a3a3a3;
	background-image: url(../images/bg_input.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 2px;
	margin: 0;
	color: #006600;
	left: 60px;
	width: 76px;
	font-size: 10px;
}

.textInput {
	border: 1px solid #a3a3a3;
	background-image: url(../images/bg_input.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 2px;
	margin: 0;
	color: #006600;
	width: 35px;
	font-size: 10px;
}

#login_area .btnInput {
	position: absolute;
	top: 97px;
	left: 10px;
}

#footer {
	background-image: url(../images/bg_footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 990px;
	height: 55px;
}

/* ABOUT US */
.aboutus_box {
	background-image: url(../images/bg_aboutus.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px; 
	line-height: 22px; 
	text-align: justify;
}

.aboutus_box .aboutus_big_char {
	font-size: 18px;
	font-weight: bold;
	padding: 2px 4px;
	text-align: center;
	border: 2px solid #74b74f;
	background-color: #eaf5e5;
}

.aboutus_white_box {
	padding: 10px; 
}

.aboutus_box .aboutus_green_box {
	padding: 10px; 
	background-color: #eaf5e5; 
}

.aboutus_box .aboutus_green_box_ref {
	padding: 5px; 
	background-color: #eaf5e5; 
}

.aboutus_box .aboutus_green_box_ref ins {
	color: #55a625;
	font-weight: bold;
	text-decoration: none;
}

.aboutus_box .aboutus_white_box {
	padding: 10px;
}

/* CONTACT */
.contact_title {
	padding: 10px;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.contact_label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	line-height: 24px;
}

.contact_data {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 14px;
	color: #000000;
	line-height: 24px;
}

.contact_data a {
	color: #000000;
	text-decoration: none;
}

.contact_data a:hover {
	color: #333333;
	text-decoration: none;
}

#main_content .productPages .selected {
	color: #55a625;
	font-size: 16px;
}

#main_content .productPages a {
	color: #55a625;
	text-decoration: none;
}

#main_content .productPages a:hover {
	color: #55a625;
	text-decoration: none;
}

#main_content .cartTable {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

#main_content .cartHeader {
	border-bottom: 2px solid #000000;	
}

#main_content .cartRow {
	color: #666666;	
	border-bottom: 1px solid #666666;	
}

#main_content .cartAdvancedTable {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

#main_content .cartAdvancedTable .cartTextarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #a3a3a3;
	background-image: url(../images/bg_input.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 2px;
	margin: 0;
	color: #006600;
	width: 500px;
	height: 100px;
}

#main_content .catalogLink a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#main_content .catalogLink a:hover {
	color: #000000;
	text-decoration: underline;
}
