* html a:hover { visibility:visible }

body {
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
	margin:0;
	padding:0;
	background:#757575 url("bg4.jpg") top left repeat-x;
}

form, input, select, textarea {
	color:#006699;
}

#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%; 
	height:100%;
	z-index:0;

}

#header_main {
	background: #ffffff url("header2.jpg") top left no-repeat; 
	width:760px; 
	height:200px;
}

/*Menu*/
#no_border {
	border-bottom:none;
}

#navigation {
	float:left;
	padding-left:20px;
}

.main_menu {
	
	height:22px;
	margin-right:6px;
}

#about_us {
	width:94px;
}

.submenu_about {
	background-color:#777777;
	width:92px;
}

.submenu_about li {	 
	background-color:#99CC66;
	border-bottom:1px solid #555555; 
	width:90px;
}

.submenu_about li a {
	width:80px;
}

#products {
	width:161px;
}

.submenu_products {
	background-color:#777777;
	width:127px;
}

.submenu_products li {	
	background-color:#99CC66;
 	border-bottom:1px solid #555555; 
	width:125px;
}

.submenu_products li a {
	width:115px;
}

#resources {
	width:97px;
}

.submenu_resources {
	background-color:#777777;
	width:168px;
}

.submenu_resources li {	
	background-color:#99CC66;
	border-bottom:1px solid #555555; 
	width:166px;
}

.submenu_resources li a {
	width:156px;
}

#news {
	width:102px;
}

#contact {
	width:97px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	/*width: 10em;*/
	text-decoration:none;
	color:#003366;
	padding:5px;
}

#nav li ul a:hover {
	background-color:#666666;
	color:#FFFFFF;
}

#nav li { /* all list items */
	float: left;
	/*width: 10em;  width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	border:1px solid #777777;
	/*background: orange;
	width: 10em;*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {	
	border-right:1px solid #555555;
	border-bottom:1px solid #555555;
	border-left:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*Menu end*/

#main_content {/*position:relative; z-index:1;*/}


/*left bar content*/

.left_content {
	width:216px;
	float:left;
}

#menusor {
	height:48px;
	background-color:#3399CC;
	padding-left:20px;
	width:196px;
	padding-top:10px;
}

#menu_1, #menu_2, #menu_3 {
	width:48px;
	height:48px;
	display:block;
	position:relative;
	float:left;
	margin-right:10px;
}

#menu_1 {
	background:#3399CC url("icons1_2.jpg") top left no-repeat;
}

#menu_2 {
	background:#3399CC url("icons2_2.jpg") top left no-repeat;
}

#menu_3 {
	background:#3399CC url("icons3_2.jpg") top left no-repeat;
}

#menu_1 a, #menu_2 a, #menu_3 a, #menu_1 img, #menu_2 img, #menu_3 img {
	border:none;
	width:48px;
	height:48px;
	display:block;
}

#menu_1 a:hover img, #menu_2 a:hover img, #menu_3 a:hover img {
	visibility:hidden;
}

#login_panel {
	/*background:#3399CC url("loginpanel2.jpg") top left no-repeat;*/
	height:260px;
}

#login_1 {
	background:#3399CC url("login_1.jpg") top left no-repeat;
	height:158px;
}

#login_1_2 {
	background:#3399CC url("login_1_2.jpg") top left no-repeat;
	height:158px;
}

#username {
	color:#FEFBCC;
	font-weight:bold;
	font-size:17px;
	font-family:"Courier New", Courier, monospace;
	padding-left:20px;
}

#login_2 {
	background:#3399CC url("login_2_1.jpg") top left no-repeat;
	width:135px;
	height:82px;
	float:left;
}

#login_gomb_div {
	height:82px;
}

#login_gomb {
	position: relative;
	display:block;
	background:#3399CC url("login_btn_2.jpg") top left no-repeat;
	width:81px;
	height:82px;
}

#logout_gomb {
	position: relative;
	display:block;
	background:#3399CC url("login_btn2_2.jpg") top left no-repeat;
	width:81px;
	height:82px;
}

#login_gomb a, #logout_gomb a {
	display: block;
	width:81px;
	height:82px;	
}

#login_gomb img, #logout_gomb img {
	width:81px;
	height:82px;	
	border:none;
}

#cart_gomb {
	width:48px;
	height:48px;
	display:block;
	position:relative;
	float:left;
	background:#DA7E68 url("login_cart_2.jpg") top left no-repeat;
}

#cart_gomb a {
	width:48px;
	height:48px;
	display:block;
}

#cart_gomb img {
	width:48px;
	height:48px;
	border:none;
}

#login_gomb a:hover img, #logout_gomb a:hover img, #cart_gomb a:hover img { visibility:hidden; }

#login_gomb input {
	float:left;
}

#db { 
	color:#0F4060; 
	font-size:14px; 
	font-family:'Courier New', Courier, monospace;
}

#cart {
	padding:10px 0 0 18px;
}

#cart_text {
	float:left;
	color:#FFFFFF;
	font-weight:bold;
}

#cart_img {
	float:left;
	border:none;
	width:100px;
}

#cart_main {
	float:left;
	width:120px;
	padding-left:10px;
}

#login_3 {
	background:#3399CC url("login_3.jpg") top left no-repeat;
	height:20px;
}

.login_input {
	border: 2px solid #BB5A2A;
	color:#666666;
	background-color:#ffffff !important;		
}

#login_div {
	padding-left:12px;
	float:left;
}

#login_text {
	float:left;
	color:#333333;
	line-height:1.6em;
	padding-left:14px;
	padding-top:0px;
}

#login_text a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#login_text a:hover {
	text-decoration:underline;
	color:#666666;
}

#featured {
	background:#3399CC url("featured_2.jpg") top left no-repeat;	
}

#feature_1 {
	height:45px;
}

#feature_2 {
	background:#3399CC url("featured_2.jpg") top left no-repeat;
	height:224px;
}

#feature_3 {
	height:11px;
}

#feature_text {
	font-family:Tahoma;
	font-size:14px;
	text-align:right;
	float:left;
	font-weight:bold;
	padding:10px 0px 10px 0;
	height:45px;
}

#feature_title {
	color:#FFFFFF;
	width:200px;
	float:left;
}

#feature_title a {
	color:#FFFFFF;
	text-decoration:none;
}

#feature_title a:hover {
	text-decoration:underline;
	color:#666666;
}

#feature_code {
	color:#FEFBCC;
	font-size:10px;
	width:200px;
	float:left;
}

#feature_price {
	width:97px;
	height:150px;
	float:left;
	margin-top:7px;
	background:#3399CC url("featured_2_1.jpg") top left no-repeat;
}

#price_tag {
	font-family:Tahoma;
	font-size:20px;
	text-align:right;
	color:#FFFFFF;
	float:left;	
	width:57px;
	padding:35px 0 11px 10px;

}

#featured_btn {
	position: relative;
	display:block;
	background:#3399CC url("featured_btn_2.jpg") top left no-repeat;
	width:97px;
	height:81px;
	float:left;
}

#featured_btn a {
	width:97px;
	height:81px;
	float:left;
	display:block;
}

#featured_btn img {
	border:none;
}

#featured_btn a:hover img {
	visibility:hidden;
}

#featured_picture {
	width:110px;
	float:left;
	height:158px;
	padding-left:9px;
}

#featured_picture img {
	border:2px solid #B5D396;
}

#cat_1 {
	height:45px;
}

#cat_2 {
	background:#B5D396 url("categories_2.jpg") top left no-repeat;
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;	
	line-height:2.5em;
	height:100%;
}

#cat_2 ul {
	list-style:square;
	color:#BB5A2A;
	padding-top:0;
	margin-top:0;
}

#cat_2 a {
	color:#FFFFFF;
	text-decoration:none;
}

#cat_2 a:hover {
	text-decoration:underline;
	color:#666666;
}

#cat_3 {
	height:2px;
}

#search_btn {
	float:left; 
	margin-left:5px;
	background: #3399CC url("search_gomb_2.jpg") top left no-repeat;
	width:49px;
	height:40px;
	display:block;
	position:relative;
}

#search_btn a {
	width:49px;
	height:40px;
	display:block;
}

#search_btn img {
	width:49px;
	height:40px;
	display:block;
	border:none;
}

#search_btn a:hover img {
	visibility:hidden;
}

/*left bar content end*/

#qoute {
	width:480px;
	color:#999999;
	font-size:10px;
	font-weight:bold;
	font-family:Tahoma;
	text-align:justify;
	padding-right:10px;
	padding-left:10px;
}
#quote itallikk {
	color:#999999;
}

#copy {
	font-family:Tahoma;
	font-weight:bold;
	color:#666666;
	float:left;
	padding-left:20px;
	font-size:12px;
}

#copy a {
	color:#BB5A2A;
	text-decoration:none;
}

#copy a:hover {
	color:#BB5A2A;
	text-decoration:underline;
}

#copy_text {
	padding-top:10px;
	line-height:1.5em;
}

#ssl {
	float:left;
	padding:3px 0 0 20px;
}

#ssl img { border:none; }

#design {
	float:right;
	font-family:Tahoma;
	font-weight:bold;
	color:#888888;	
	padding-left:20px;	
	font-size:10px;
	text-align: right;
	padding:5px 22px 20px 0;
}

#design a {
	text-decoration:none;
	color:#BB5A2A;
}

#design a:hover {
	text-decoration:underline;
}

#design_text {
	width:100px;
	float:right;
	padding-top:2px;
	padding-right:5px;
	line-height:1.5em;
}

#design_img {
	float:right;
	border:none;
	padding-right:20px;
	width:120px;
	
}

#design_img a {
	font-size:10px;
	float:left;
	padding-bottom:0;
	padding:2px;
	
}

#design_img img {
	border:none;
	float:left;
	padding-top:4px;
}

h2 {
	color:#BB5A2A;
}

#content_text {
	width:480px;
	font-weight:bold;
	font-family:Tahoma;
	color:#333333;
	text-align:justify;
	padding-right:10px;
}

#content_text a {
	color:#BB5A2A;
	text-decoration:none;
}

#content_text a:hover {
	text-decoration:underline;
}

label#inputLabelLogin {
	width:130px;
	float:left;
	color:#0F4060;
	font-weight:bold;
	line-height:1.5em;
	padding-left:10px;
}

#sor {
	width:480px;
	float:left;
	padding:10px 0 0 0;
}

.alert {
	color:#BB5A2A;
	font-weight:bold;
	padding:5px 0 0 10px;
	float:left;
}

#informationRegister {
	color:#0F4060;
	padding:10px;
	float:left;
}

#cart_content_inner {
	border:1px solid #ddddff;
	float:left;
}

select {
	float:left;
}

#radioButtonLabel, #checkboxLabel {
	float:left;
	padding:2px 5px 5px 5px;
	font-weight:bold;
	color:#0F4060;
}

#sor #radiogomb  {
	float:left;
	margin-left:10px;
}

#sor #checkgomb  {
	float:left;
	margin-left:10px;
}

#cart_content input { float:left; }

#login_sub {
	float:left;
	width:500px;
}

#login_sub input {
	float:right;
	padding:4px 2px 0 0;
}

#login_sub a {
	color:#666666;
	font-weight:bold;
	float:left;
	padding:3px 0 0 3px;
	font-size:11px;
	text-decoration:none;
}

#login_sub a:hover {
	color:#BB5A2A;
	font-weight:bold;
	text-decoration:underline;
}

#igazit {
	float:left;
	height:70px;
}

#cart_content {
	border:1px solid #ddddff;
	float:left;
	color:#006699;
}

#mennyiseg {
	padding:5px;
}

#mennyiseg input {
	text-align:center;
}

#cart_buttons {
	float:left;
	width:100%;
}

#cart_buttons input, #cart_buttons a {
	float:right;
	padding:8px 5px 0 0;
}

#table_header, #table_header2 {
	font-family:Tahoma;
	font-weight:bold;
	color:#006699;
	padding:10px;
	font-size:13px;
	float:left;
}

#table_header2 {
	color:#B95929;
}

#table_header2 a {
	color:#B95929;
	text-decoration:none;
}

#table_header2 a:hover {
	color:#B95929;
	text-decoration:underline;
}

#table_header a {
	text-decoration:none;
	color:#006699;	
}

#table_header a:hover {
	text-decoration:underline;
	color:#006699;	
}

#cart_kep {
	padding:5px;
}

#cart_kep img {
	border: 2px solid #006699;
}

#cart_title {
	color:#006699;
	font-weight:bold;
	padding:10px;
}

#cart_title a {
	color:#006699;
	text-decoration:none;
}

#cart_title a:hover {
	color:#006699;
	text-decoration:underline;
}

#price_1 {	
	color:#B95929;
	font-weight:bold;
	padding:10px;
}

#price_2 {
	color:#78391B;
	font-weight:bold;
	padding:10px;
}

#price_3 {	
	color:#B95929;
	font-weight:bold;
	padding:0px 0px 8px 10px;
	text-align:left;
	font-size:13px;
	float:left;
	width:80px;
}

#sub_total {
	color:#B95929;
	float:right;
	font-weight:bold;
	font-size:13px;
	padding:10px;
	
}

#sub_total_div {
	border-top:2px solid #B95929;
	width:153px;
	float:right;
}

#sub_total2 {
	color:#B95929;
	float:right;
	font-weight:bold;
	font-size:13px;
	padding:10px;
	
}

#sub_total_div2 {
	border-top:2px solid #B95929;
	width:250px;
	float:right;
	padding:10px;
	font-weight:bold;
	font-size:13px;	
}

#sub_total_left {
	color:#B95929;
	float:left;
	text-align:right;
	padding-right:10px; 
}

#sub_total_right {
	color:#78391B;
	float:right;
	text-align:right;
}

#delete {
	padding:8px;
}

#product_text {
	color:#006699;
	padding:0 10px 10px 10px;
	text-align:justify;
}

#add {
	color:#006699;
	padding:4px 5px 0px 0px;
	float:left;
	font-weight:bold;
}

#add2 {
	color:#006699;
	padding:7px 5px 0px 10px;
	float:left;
	font-weight:bold;
}

#harmadik {
	width:90px;
}

#harmadik input {
	float:left;
}

#landing {
	border-bottom:2px solid #B95929;
	width:200px;
}

#landing_btns {
	width:500px;
	float:left;
	padding:20px 0 20px 0;
}

#landing_1, #landing_2, #landing_3, #landing_4, #landing_5, #landing_6 {
	float:left; 
	width:163px;
	height:205px;
	display:block;
	position:relative;
}

#landing_1 { background: #FFFFFF url("landing_2.png") top left no-repeat; }
#landing_2 { background: #FFFFFF url("landing2_2.png") top left no-repeat; }
#landing_3 { background: #FFFFFF url("landing3_2.png") top left no-repeat; }
#landing_4 { background: #FFFFFF url("landing4_2.png") top left no-repeat; }
#landing_5 { background: #FFFFFF url("landing5_2.png") top left no-repeat; }
#landing_6 { background: #FFFFFF url("landing6_2.png") top left no-repeat; }

#landing_1 a, #landing_2 a, #landing_3 a, #landing_4 a, #landing_5 a, #landing_6 a {
	width:163px;
	height:205px;
	display:block;
}

#landing_1 img, #landing_2 img, #landing_3 img, #landing_4 img, #landing_5 img, #landing_6 img {
	width:163px;
	height:205px;
	display:block;
	border:none;
}

#landing_1 a:hover img, #landing_2 a:hover img, #landing_3 a:hover img, #landing_4 a:hover img, #landing_5 a:hover img,
#landing_6 a:hover img {
	visibility:hidden;
}

#welcome {
	padding:20px 0 0px 0;
	color:#BB5A2A;
}

#back, #back a, #back a:hover {
	float:left;
	color:#BB5A2A;
	font-weight:bold;
	padding:5px 0 0 0;
}

#back a { 
	text-decoration:none;
}

#back a:hover {
	text-decoration:underline;
}

#product_desc {
	float:left;
	width:350px;
	text-align:justify;
	color:#006699;
	padding:0 10px 10px 0;
}

#product_price {
	float:left;
	padding:10px;
	font-weight:bold;
	color:#BB5A2A;
	font-size:14px;
	padding-left:20px;
}

#product_image {
	float:left;
	width:140px;
}

#product_image img {
	float:left;
	border:2px solid #BB5A2A;
}

#view { 
	width:110px;
	font-weight:bold;
	padding-left:10px;
}

#view a, #view a:hover {
	text-decoration:none;
	color:#BB5A2A;
	padding:3px;
	float:left;
}

#view a:hover {
	text-decoration:underline;
}

#view img {
	float:left;
	border:none;
}

#product_panel {
	float:right;
	color:#006699;
	font-weight:bold;
	font-size:12px;
	margin-right:10px;
	border:1px solid #ddddff;
}

#product_panel table {
	border-left:1px solid #ddddff;
}

#add_this {
	padding:10px;
	float:right;
}

#checkout {
	float:left;
	padding:10px;
}

#checkout2 {
	text-align:justify;
	font-weight:bold;
	color:#BB5A2A;
	padding:10px;
	width:200px;
}

#checkout label {
	color:#006699;
}

#checkout_text {
	color:#BB5A2A;
	float:right;
	padding:8px 0 0 5px;
	font-size:10px;
	font-weight:bold;
	width:220px;
	text-align:right;
}

#checkout_btn {
	float:right;	
	padding:5px 5px 0 0;
}

#address {
	float:left;
	color:#006699;
	font-size:12px;
	padding:10px;
	line-height:1.5em;
}

#address_name {
	float:left;
	font-weight:bold;
}

#sor_alert {
	float:left;
	padding:10px;
	font-weight:bold;
	font-size:12px;
	color:#BB5A2A;
}

#sor label {
	color:#006699;
}

#radiogomblabel {
	float:left;
	padding:0px 0 0 10px;
	font-weight:bold;
}

#sor_second {
	width:100%;
	float:left;
	padding:10px 0 0 7px;
}

#sor_second2 {
	float:left;
	padding:10px;
	font-size:12px;
}

#sor_second input, #sor_second select {
	margin-bottom:5px;
	margin-right:10px;
	float:left;
}

#checkout_cart, #checkout_price, #checkout_qty {
	float:left;
	padding:10px;
	width:100%;
	font-size:12px;
}

#checkout_price {
	color:#BB5A2A;
	font-weight:bold;
	text-align:right;
	float:right;
	width:120px;
}

#checkout_qty {
	width:30px;
	text-align:right;
}

#cart_content #sor_second, #order_cim {
	font-size:12px;
	color:#006699;
	padding:10px;
}

#order_cim {
	float:left;
	width:100%;
	padding-top:0;
	text-align:left;
}

#cart_content #datum {
	color:#BB5A2A;
	font-size:12px;
	font-weight:bold;
	padding:10px;
} 