/*
  $Id: stylesheet.css,v 1.1.1.1 2004/03/04 23:42:24 ccwjr Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
.cat_description {  font-family : Arial, Helvetica, sans-serif; font-size : 10px; color: #800000; font-weight: bold }
.boxText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 169px;
	text-align:left;
}

.boxText a, .boxText a:hover
{
	line-height:15px;
	font-size:12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#666666;
}

.boxText a:hover
{
	color:#003366;
}

.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #cc0033;
	text-align: center;
}
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #FF8585; text-decoration: underline; }

BODY {
	background: #ffffff;
	color: #6D6F71;
	margin: 7px 0px 7px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

A {
	color: #424242;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

A:hover {
  color: #663300;
  text-decoration: underline;
} 

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #D2DEE8;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #D2DEE8;
  color: #5E5F6A;
  font-weight : bold;
  border-top: solid 1px white;
  padding: 5px 15px 4px 15px;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

a:hover.headerNavigation {
  color: #ffffff;
}

h1
{
	color:#325D7A !important;
	font-size:20px !important;
	font-weight:bold !important;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

TD.footer2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	text-align:center;
	padding: 10px 0px 10px 0px;
}

.footer2 a{
	color:#666666;
	text-decoration:underline	
}

.infoBox {
	
  /*background-color: white;*/
  /*border-bottom: dotted 2px #ECECEC;*/
}

.infoBoxContents {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 8px;
	vertical-align: top;
}


.infoBoxContents td  {

	vertical-align: top;
}

.infoBoxContents p {
	text-align:right;
	line-height: 1px;
	margin-bottom: 1px;
}

.buttonBoxContents {
background-color:#ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 8px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
	margin-bottom: 10px;
}

table.infoBox {
	margin-bottom: 10px;
}

TD.infoBoxHeading {
	color: #007101!important;
	font-size: 15px !important;
	font-weight: bold !important;
	font-family:Arial, Helvetica, sans-serif!important;
	padding: 0px 4px 3px 4px !important;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width: 1px; 
}

TD.infoBoxHeading a {
	color: #007101!important;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  /*background: #f8f8f9;*/
}

TABLE.productListing {
}

.productListing-heading {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #EB2D26;
	border-left: dashed 1px #E5E5E5;
	border-bottom: dashed 1px #E5E5E5;
	padding: 3px 2px 2px 5px;
	height: 19px;
	text-align: left;
}

.productListing-heading_bgimage {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #EB2D26;
	padding: 3px 2px 2px 12px;
	height: 19px;
	text-align: left;
	border-bottom:dashed 1px #E5E5E5;
}


.productlisting_tr {
border-bottom: solid 1px black !important;
}

.productListing-heading a {
	color: #FFFFFF;

}
.productlisting-headingPrice { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding: 0px 0px 3px 0px;
}

.productListing-row {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 13px 10px 10px 10px;
	vertical-align: top;
	border-left: dashed 1px #E5E5E5;
	border-bottom: dashed 1px #E5E5E5;
}

.productListing-row_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 13px 10px 10px 10px;
	vertical-align: top;
	border-left: dashed 1px #ffffff!important;
	border-bottom: dashed 1px #E5E5E5;
}

.productListing-row_termeknev1{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color:#CE132E;
  border-bottom: solid 1px #cccccc;
  padding: 10px;
}


A.pageResults {
	color: #464642;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover.pageResults {
  color: #000000;
}

.pageResults_main {
	background-color: #ffffff;
	height: 20px;
	margin-top: 5px;
}

TD.pageHeading, DIV.pageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #D42E24;
	padding-bottom: 10px;
	}

TD.productHeading, DIV.productHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8C8C8C;
	padding-bottom: 5px;
}

TD.productListing-filter {
	border-bottom-color: #E6E6E6;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
}

TD.smallText, SPAN.smallText, P.smallText A.smallText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px 5px 0px 10px;
}

A.smallText{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding: 0px 5px 0px 10px;
	text-align: left;
}

.nagyitImg {
	align: center;
}




TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.category_desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	color: #333333;
	padding-bottom: 5px;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin-top: 5px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #067FC9;
  font-weight: bold;
}

SPAN.productSpecialPrice, A.productSpecialPrice {
  font-family: Arial, Helvetica, sans-serif;
  color: #009933;
}

A.productSpecialPrice {
  color: #009933;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning {
 font-family: Verdana, Arial, sans-serif; font-size: 10px;
 background-color: #ffb3b5; 
 padding: 5px;
}
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px;
 background-color: #99ff00;
 padding: 5px;
  }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* VJ Links Manager v1.00 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #FFFFFF;
  text-align: center;
}

TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #f8f8f9;
}

TR.linkListing-even {
  background: #F5F5F5;
}
/* VJ Links Manager v1.00 end */
.content 	{BACKGROUND: none; COLOR: #000000; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica}

/* Show Cart Details */
TR.ShowCartDetails, TD.ShowCartDetails, P.ShowCartDetails {
/* <FONT COLOR="bbc3d3" FACE="Arial" SIZE="1"> */
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color="#BDCAF0";
}

 /* Show Header Page Links */
TR.HeaderPageLinksLeft, TD.HeaderPageLinksLeft, P.HeaderPageLinksLeft {
  background-image: url(images/button_blank_left.gif);
}
TR.HeaderPageLinksRight, TD.HeaderPageLinksRight, P.HeaderPageLinksRight {
  background-image: url(images/button_blank_right.gif);
}
TR.HeaderPageLinks, TD.HeaderPageLinks, P.HeaderPageLinks {
  background-image: url(images/button_blank_middle.gif);
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000
}
A.HeaderPageLinks {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}
a:hover.HeaderPageLinks {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
/*  background: #00FF00; */
  color: #00FF00;
}

TD.cookieUsage {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #000000;
  color: #FFFFFF;
}

/*
----------------------------------------------------------- 
BEGIN dione.hu
*/

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #EB2D26;
	border-bottom-width: 2px;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 15px;
	color: #0069B0;
}

h3 {
	font-size: 14px;
	margin-bottom:6px;
	color:#C9980C;
	margin-top: 0px;
}

h4 {
	font-size: 14px;
	margin-bottom:8px;
	color:#C08E00;
	margin-top: 10px;
}

h5 {
	font-size: 14px;
	margin-bottom:10px;
	color:#8CA300;
	margin-top: 0px;
}
p {
	margin: 3px 3px 6px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.table_main {
	border: none;
	width: 955px;
}

.table_main_td {
	padding-left: 0px;
	padding-right: 0px;
}

.table_main_td_belso {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	
}

.header_table {
margin-bottom: 15px;
}

.head_logotd {
	padding-bottom: 20px;
	padding-top: 14px;
	width: 120px;
}

.header {
	margin-bottom:4px;
}

.head_menu {
	text-align: right;
	vertical-align:bottom;
}

.head_menu_table {
	height: 23px;
}

.head_menu_table td {
	background-repeat:repeat-x;
	height: 23px;
	background-color: #D92600;
}

.head_menu_table a {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	padding: 0px 8px 0px 8px;
}

.head_menu_table a:hover {
	color: white;
	text-decoration:underline;
}
.head_menu_table img {
}

.headerBar {
	width: 756px;
	height: 4px;
	background-color:#FCA63A;
	border-color: #FEE5BD;
	border-width: 1px;
	border-style: solid none solid none;
}

.headerNavigationBelow {
	vertical-align:top !important;
	height: 18px;
	padding: 0px !important;
}
.footerNavigationBelow {
	vertical-align:bottom !important;
	height: 18px;
	padding: 0px 0px 1px 0px !important;
}

.headerNavigation_title {
	color: #D62504;
	font-weight:bold;
}

.headerNavigation_field {
	height: 17px;
	vertical-align: middle;
	font-size:10px;
	font-weight:normal;
	padding: 0px;
}

.main_content_td {
	width:517px;
	padding: 0px 10px 10px 10px;
	border:0px !important;
}

.main_left_column_table {
	width: 173px;
	margin:0px;
	padding:0px;
}



.main_right_column_table {
	margin-left: 0px;
}



.categories_text, .categories_text a, .categories_text a:hover {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 0px 1px 1px;
	width: 100%;
	margin-bottom: 20px;
	color: #5A71A0;
	text-align: center;
	margin-top: 5px;
}

.categories_text a:hover {
text-decoration:underline;
color:#990000;
}









.prod_model {
	color: black;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}


.prod_price {
	width:80px;
	display:block;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin:10px 0px 0px 0px;
	padding: 3px 10px 3px 5px;
	vertical-align: bottom !important;
}



.prod_additional_image_td img{
	padding-bottom: 2px;
	margin: 0px;
}




.myinfobox_simple, .myinfobox_kerek1 {
	margin-bottom: 10px;
}

td.myinfobox_simple_heading {
	border-bottom: solid 1px #cccccc;
}

td.myinfobox_simple_heading{
	color: 007101!important;
	font-size: 15px !important;
	font-weight: bold !important;
	font-family:Arial, Helvetica, sans-serif!important;
	padding: 0px 4px 5px 8px!important;
/*	border-bottom: solid 1px #333333;-*/
}
.myinfobox_simple_heading a {
	color: #077407!important;
	font-size: 15px;
	margin: 0;
}

.myinfobox_simple td {
	color: solid #cccccc 3px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 4px 4px 0px 1px;
	margin-left: 4px;
}

.myinfobox_simple td a{
	color: #48545A;
}

.myinfobox_simple td a:hover {
color:#000000;
}


.myinfobox_simple td hr {
	height: 2px;
	border-style:dotted;
	border-color:#E1E4E8;
}

.myinfobox_simple p {
	margin: 5px 0px 0px 0px;
}

.myinfobox_simple_sub{
	border:none !important;
	background-color:white !important;
}

.myinfobox_simple_sub_last {
	background-color:white !important;
	border-bottom-style:dotted;
	border-bottom-color:#E1E4E8;
	border-bottom-width: 2px; 
}

.myinfobox_simple #active  {
	background-color:#FFD438;
	font-weight:bold;
}

.myinfobox_simple_sub #active {
	font-weight:bold;
	background-color:white;
}

.box_cart_total{
	text-align:right !important;
	font-weight:bold;
	border: none !important;
	border-top: solid 2px gray!important;
	border-bottom: solid 2px #E1E4E8!important;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.box_cart_quantity {
	padding: 0px 0px 2px 5px!important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:bold;
	vertical-align: text-top;
}

.box_cart_total_left {
	background-color:#FFFFFF;
	border-top: solid 2px gray;
	border-bottom: solid 2px #E1E4E8;


}

.box_cart_empty {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	padding-left:4px;
	border-bottom: solid #cccccc 1px;

}


.box_cart_item td, .box_cart_item a, .box_cart_item a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#777777;
font-weight:normal;
	padding: 0px 0px 6px 4px;
}

.box_cart_item a:hover {
color:#000000;
text-decoration:underline
}

.myinfobox_cart {
	background-color:#FFFFFF;
	margin: 10px 5px 5px 5px;
}

.myinfobox_simple input{
	margin: 0px 0px 5px 5px;
}

.myinfobox_text_input {
	width: 80px;
}


/*
        myinfobox_kerek1
*/

.myinfobox_kerek1 {
	border-width: 2px;
	border-color:#D0D0D0;
	border-style: none solid none solid;
	/*width: 130px;*/
	margin-bottom: 0px;
}

.myinfobox_kerek1_heading{
	color: #D92600 !important;
	height: 27px;
	background-color:#FFE27B;
	border: none !important;
}

.myinfobox_kerek1_heading td {
	border: none !important;
	vertical-align:top;
	font-size: 11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.myinfobox_kerek1_heading_text {
	text-align:left;
	vertical-align:middle;
	padding-top: 6px;
	padding-left: 0px;
	padding-right: 0px;
	background-repeat:repeat-x;
	background-position:top;
}

.myinfobox_kerek1_heading img {
	margin: 0px;
	padding: 0px;
}

.myinfobox_kerek1_heading a {
	color: #D92600 !important;
}

.myinfobox_kerek1_td {
}
.myinfobox_kerek1 td {
	color: #848386;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px 4px 0px 4px;
	border-top: solid 4px white;
}

.myinfobox_kerek1 td a{
	color: #848386;

}

.myinfobox_kerek1 td hr {
	height: 2px;
	border-style:dotted;
	border-color:#E1E4E8;
}

.myinfobox_kerek1 p {
	margin: 0px;
}

.myinfobox_kerek1 input{
	margin-top: 5px;
	margin-bottom: 5px;
}

.myinfobox_kerek1_footer {
	border: none !important;
	margin-bottom: 10px;
	margin-top: 0px;
	height: 15px;
}
.myinfobox_kerek1_footer td{
	background-position:bottom;
	background-repeat:repeat-x;
	padding: 0px;
}


.myinfobox_kerek2_td {
	background-color:#EEF4FA;
	padding-top: 10px !important;
	width: 160px;
}

.myinfobox_kerek2_td form {
	margin-top: 40px !important;
}

.myinfobox_kerek2_td a {
	color: black !important;
}


.myinfobox_kerek4_b_l {
	background-repeat:repeat-y;
	background-position:left;
	background-color:#FFFBD7;
	width: 10px;
}

.myinfobox_kerek4_b_r {
	background-repeat:repeat-y;
	background-position:right;
	background-color:#FFFBD7;
}

.myinfobox_kerek4_td {
	background-color:#FFFBD7;
}

.myinfobox_kerek4 #headertext {
	color: D42E24;
	font-weight:bold;
	font-size: 14px;
	font-family:Helvetica, Arial, sans-serif;
	text-align:left !important;
	margin-bottom: 0px !important;
}

.myinfobox_kerek4_td #image_img {
	border: solid 1px #C79FFF;
	padding: 2px;
}

.myinfobox_kerek4 #image {
	border-color: #FFC23F;
	border-width: 3px;
	border-style: solid none solid none;
	padding: 0px 0px 3px 0px;
	margin-top: 10px;
}
.myinfobox_kerek4_td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}
.myinfobox_kerek4_td a {
	color: #D92600;
	text-decoration:none;
}

.myinfobox_kerek4_td a:hover {
	color: #D92600;
	text-decoration:underline;
}

.myinfobox_kerek4_td #prod_name {
	margin-bottom: 0px;
	padding: 0px;
	text-align:center;
}

.boxheading2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D92600;
	font-weight:bold;
	font-size: 14px;
	border-bottom: dotted 2px #E6E6E6;
}

.news_head {
	color: #D42E24;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding: 0px;
}

.news_date {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}


.news_search {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.checkout_confirmation_products_table {
}

.checkout_confirmation_shipping_table {
	border-right: dotted 2px #E1E4E8;
	width: 160px;
}

.checkout_button_bar {
	background-color:#EEF4FA;
}

.lablec_fomenu td, .lablec_fomenu a, .lablec_fomenu a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color: #FFFFFF;
	vertical-align:bottom;
	text-align:center;

}

.lablec_fomenu a:hover {
text-decoration:underline;

}

.lablec_cim, .lablec_cim a, .lablec_cim a:hover {
	vertical-align:top !important;
	font-size: 11px!important;
	padding-top: 3px;
}

.lablec_cim a:hover {
text-decoration:underline;
}

.lablec_copyright {
	background-color: #F4E9D3 !important;
	font-size:11px;
	color:black;
	padding:5px 10px 0px 10px;
	
}

/*-----------------------------------*/
.myinfobox_simple_kek1_td, .myinfobox_simple_kek2_td, .myinfobox_simple_sarga_td {
	padding: 4px 0px 4px 4px !important;
	margin-bottom: 1px;
	
}

.myinfobox_simple_kek1_td a, .myinfobox_simple_kek1_td a:hover{
	color: #CCCCCC;
	background-color:#BFE0FA;
	display:block;
	padding: 5px 5px 5px 8px;
	margin-bottom: 2px;
		text-decoration:none;
	
}

.myinfobox_simple_kek1_td a:hover {
	background-color:#5DB7F3;
	color:#000000;

}

.myinfobox_simple_kek2_td a, .myinfobox_simple_kek2_td a:hover{
		color: #CCCCCC;
	background-color:#F2F2DD;
	display:block;
	padding: 5px 5px 5px 8px;
	margin-bottom: 4px;
	text-decoration:none;
	
}

.myinfobox_simple_kek2_td a:hover {
	background-color:#DDDCBA;
	color:#000000;

}

.myinfobox_simple_sarga_td a, .myinfobox_simple_sarga_td a:hover{
	color: #CCCCCC;
	background-color:#F2F2DD;
	display:block;
	padding: 5px 5px 5px 8px;
	text-decoration:none;
	margin: 0px 4px 4px -4px;
}

.myinfobox_simple_sarga_td a:hover {
	background-color:#DDDCBA;
	color:#000000;

}


.myinfobox_simple_login_td a, .myinfobox_simple_login_td p input {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	vertical-align:baseline;
}

.myinfobox_simple_login_td {
	text-align: right;
	background-color:#FFFFFF;
	border-top: dashed #067FC9 1px;
	border-left: dashed #067FC9 1px;
	border-bottom: dashed #067FC9 1px;
	border-right: dashed #067FC9 1px;
	padding: 10px !important;
	color:#000000 !important;
}



.infobox_termek_kep {
	border: solid 1px #CCCCCC;
	padding: 10px;
}

.infobox_termeknev {
	background-color:#BFE0FA;
	display:block;
	padding: 4px!important;


	margin: 0px!;
	color: #48545A;
	margin: 4px 0px 8px 0px;
	
	
}

.myinfobox_text_input {
	width: 80px;
}

/* BAL MENU */

table.balmenu {
	margin: 4px 4px 10px 0px;
}

.balmenu, .balmenu a, .balmenu a:hover {
	color:#FFFFFF;
	border-bottom:solid #ffffff 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
.balmenu a{
	display:block;
	padding:5px 5px 5px 10px;
	margin: 0px;
	}

.balmenu a:hover{
	background-color:#B2AE86;
	text-decoration: none;
}

.balmenu td {
	padding: 0px;
}

.balmenu_td, .balmenu_sub {
	margin:0px;
	background-color:#CBCA94;
}

.balmenu_td {
	padding-top: 10px;
}	

.balmenu_td_heading{
	margin:0px;
}

.balmenu_sub { /* almenü */
	padding: 0px;
	margin: 0px;
}

.balmenu_sub a , .balmenu_sub a:hover, .balmenu_sub a:active{
	margin: 0px;
	background-color:
#E0DB96;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
}

 .balmenu_sub a:hover {
 background-color:#CECA99;
 }

.balmenu #active a {
	background-color:#9D9A6B;
}

.balmenu_sub #active a {
	background-color:#FDB300;
	

}

.balmenu_sub #active a:hover {
	background-color:#FDB300;
	

}

.login_button {
	margin: 20px 0px 0px 3px;
}

.categories_image {
	text-align:center;
	vertical-align: bottom !important;

}

.categories_image td{
	vertical-align:text-bottom;
	
}


.logintd {
	background-color: #CAE6FB;
	
}

.logintd_right {
	border: solid 1px;
	border-color: #EDE8B0;
	vertical-align: top;


}

.logintd_right td {
	vertical-align: top;
	padding: 10;
}

.logintd h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#999999;
	margin-bottom:5px;

}

.loginboxmain {
	margin: 15px;

}

.loginboxmain td {
	padding: 0px 0px 5px 0px;

}

.login_new {
	vertical-align:top;
	margin-top: 20px;
}

.login_new td {
	font-size: 12px;
}

.login_new td td {
}

.login_new h1, .login_new p {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#999999;
margin-bottom:5px;
}

.login_new p {

font-size:12px;
color:#666666;

}

.login_new_button {
text-align:right;
}
.loginnew_input {
	width: 140px;
}
.loginboxmain a {
	font-weight: normal;
	margin-top: 5px;
	display: block;
}

.maintartalom_szelesseg {
	width:955px;

}

.kulsobordertabla {

	border-style:dashed;
	border-color:#0093CF;
	border-width:1px;
	margin:8px 5px 5px 5px;
}

.kulsobordercella {
	padding: 16px 27px 10px 27px;
	text-align:left;

}

.footer_baloldal {
width:272px;
}

.footer_kozep{
	width:500px;
	vertical-align: top;
	text-align:center;
}

.footer_jobb {
width:100%;
margin:0px;
text-align:right;
}

.footer_jobb img
{
	padding-right:3px;
}

.footer_potty {
vertical-align:bottom;
}

.footertext, .footertext a, .footertext a:hover  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#333366;
	margin:0px 5px 0px 5px;
	text-align: center;
	display:block;
	text-decoration:none !important;
	width:auto;
	vertical-align: bottom;
}


/*login oldal*/

.hr_dashed hr {
border:solid #cccccc 1px;
margin:10px 0px 10px 0px;
}

.logintable {
border:dashed #067FC9 1px;
padding:10px;
}

.logintable_belseje {
margin:0px;
}

.heading_img {
margin:0px 0px 10px 0px;
}

.elfelejt_jelszo_link {
color:#333333;
}

/*regisztracio oldal*/
.registraciotable {
border:dashed #067FC9 1px;
padding:4px 0px 12px 0px;
}

.registracio_headings {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	font-size:12px;
	padding: 15px 0px 5px 0px;
}

/* kosar */

.kosar_osszesitett_ar {
	padding:5px 0px 5px 0px!important;
	color: #BD3526;
	font-size: 13px;
	border-bottom: dashed 1px #E5E5E5;
}

/* fooldal  */

.fooldal_heading_pict {
	border-bottom: dashed #CBCED0 1px;
	padding-top: 10px;
	
}

.fooldal_heading_pict img {
	margin-bottom: 3px;
	
}

.fooldal_bababorze_kep {
padding:10px 10px 10px 5px;
}

.fooldal_p_top p {
	margin: 10px 3px 6px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.fooldal_p_edes_teher p, .fooldal_p_edes_teher p a {
	margin: 8px 3px 6px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.fooldal_p p, .fooldal_p a, .fooldal_p li {
	margin: 5px 3px 6px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.fooldal_p li {

}

.fooldal_p table {
border-top:dashed #CBCED0 1px;
border-left:dashed #CBCED0 1px;
width:480px;


}

.fooldal_p td {
font-size:12px !important;
border-bottom:dashed #CBCED0 1px;
border-right:dashed #CBCED0 1px;
padding:5px;
}



.fooldal_edesteher {
	border-top: dashed #CBCED0 1px;
	
}

.fooldal_edesteher img {
	margin-top: 6px;
	
}

.fooldal_ujdonsagok_bal {
padding: 0px 8px 0px 0px;
border-bottom: dashed #CBCED0 1px;
}

.fooldal_ujdonsagok_bal img{
margin-top: 8px;
margin-bottom: 8px;
}


.fooldal_ujdonsagok_kozep {
	border-left: dashed #CBCED0 1px;
	border-right: dashed #CBCED0 1px;
	border-bottom: dashed #CBCED0 1px;
	padding: 0px 8px 0px 8px;
}

.fooldal_ujdonsagok_kozep img{
margin-top: 8px;
margin-bottom: 8px;
}



.fooldal_ujdonsagok_jobb {
padding: 0px 0px 0px 8px;
border-bottom: dashed #CBCED0 1px;
}

.fooldal_ujdonsagok_jobb img{
	margin-top: 8px;
	margin-bottom: 8px;
}

.fooldal_kiemelt {
border: dashed #D2A91C 1px;
margin: 10px 0px 10px 0px;
}

.fooldal_kiemelt td {
padding:5px;
}

.fooldal_kiemelt h1, .fooldal_kiemelt h1 a, .fooldal_kiemelt h1 a:hover {
color:#BF0000;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:normal;
margin:5px 5px 10px 0px !important;
text-decoration:none;
}

.fooldal_kiemelt h1 a:hover {
color:#9B0101;
text-decoration:underline;
}



.fooldal_kiemelt p {
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
margin:5px 5px 10px 5px;
}

.fooldal_kiemelt img {
margin-left:15px;
}

.fooldal_zold {
margin: 10px 0px 0px 0px;
}

.fooldal_zold td {
padding:0px 5px 0px 5px;
}

.fooldal_zold h1 {
color:#BF0000;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:normal;
margin:5px 5px 10px 5px;
}

.fooldal_zold p {
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
margin:5px 5px 10px 5px;
}

.fooldal_zold img {
margin-left:15px;
}

/* lelohelyek */

.lelohelyek_cimek {
	border-top: dashed #CBCED0 1px;
	padding-top:15px;
	
}

.lelohelyek_cimek_also {
padding-top:15px;
}

.lelohelyek_alsoinfo {
margin-top:0px;
font-size:11px;
color:#CC0000;
}

/**********************************************************************************************
/**********************************************************************************************

/* CSS Document */

/* főoldal eleje */

/* főoldal vége*/

/*hirdetés eleje*/
.myinfobox_hirdetes_heading img
{
	margin: 0px;
	padding: 0px;
}

.myinfobox_hirdetes_td
{
	border: none !important;
	vertical-align:top;
	font-size: 11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.myinfobox_hirdetes
{
	border-width: 2px;
	border-color:#D0D0D0;
	border-style: none solid none solid;
	margin-bottom: 0px;
}
/*hirdetés vége*/
.myinfobox_gyik_td 
{
	vertical-align:middle;
	padding: 5px 0px 0px 0px;
	background-color:#9FCD3A;
	display:block;
	color: #FFFFFF !important;
}

.myinfobox_gyik_td a, .myinfobox_gyik_td a:hover 
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	margin-left: 8px;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	display:block;
	text-decoration: none;
	line-height: 16px;
	text-decoration:none;
	color:#FFFFFF !important;
}


.myinfobox_faq_aktiv
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#FFFFFF !important;
	background-color:#FFFFFF;
	display:block;
	padding-bottom:5px;
}

.myinfobox_faq_aktiv div
{
	width:163px;
}

.myinfobox_faq_aktiv a, .myinfobox_faq_aktiv a:hover
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	line-height:18px;
	text-decoration:none;
	color:#666666;
}

.info_aktiv
{
	width:167px;
	background-color:#E37183;
	padding:3px;
	color:#FDF6F7 !important;
}

.vasarlas_inaktiv
{
	background-color:#FFFFFF;
	width:100%;
	color:#777777;
}

.vasarlas_inaktiv a
{
	width:100%;
}

.vasarlas
{
	background-color:#9FCD3A;
	text-align:left;
	font-size:12px;
}

.info_inaktiv a
{
	color:#FDF6F7 !important;
	width:167px;
}

.myinfobox_kedvenc_td 
{
	border:0 px;
}

.myinfobox_kedvenc_td a, .myinfobox_kedvenc_td a:hover
{
	color: #777777;
	font-size: 12px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:16px;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	display:block;
	list-style-position:outside;
	list-style-image:url(images/list_square.gif);
	text-decoration: none;
	text-decoration:none;
}

.myinfobox_forgmarka_td img
{
	text-align:left;
}

.myinfobox_forgmarka_td a, .myinfobox_forgmarka_td a:hover
{
	color: #777777;
	width:90px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 20px;
	line-height:10px;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	display:block;
	list-style-type:disc;
	list-style-position:outside;
	text-decoration: none;
	line-height: 0px;
	text-decoration:none;
}


.myinfobox_katalogus_td
{
	color: #777777;
	font-size: 12px;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	vertical-align:middle;
	background-color:#ffffff;
	text-decoration: none;
	width:163px;
}

.myinfobox_katalogus_td a, .myinfobox_katalogus_td a:hover, .myinfobox_katalogus_td #active a
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color: #777777;
	display:block;
	list-style-position:inside;
	text-decoration:none;
	vertical-align:middle !important;
	line-height:15px;
	padding-left: 10px;
}

.myinfobox_katalogus_td a:hover {
color:
#00517A;
}

.myinfobox_katalogus_td a
{
	padding-bottom:2px;
	width:163px;
	text-align:left;
}


.myinfobox_katalogus_td #active a
{
	list-style-image:url(images/white_bullet.gif);
	background-color:#9FCD3A;
	color:#FFFFFF;
	padding:2px 0px 2px 0px;
	width:173px;
}

.myinfobox_katalogus_td #active a img {
	margin-left:10px;
}

.myinfobox_katalogus_td img{
margin-left:0px;
}

.myinfobox_katalogus_td_sub_last{
	background-color:#FFFFFF;
	font-size:11px;
 	width:173px;
	font-weight:normal !important;
	padding-bottom:5px;
	padding-top:1px;
}

.myinfobox_katalogus_td_sub_last img{
margin-left:10px;
}

.myinfobox_katalogus_td_sub, .myinfobox_katalogus_td_sub_last
{
	padding-left:22px;
	padding-top:1px;
	font-weight:normal;
} 

.myinfobox_katalogus_td_sub a, .myinfobox_katalogus_td_sub a:hover{
	display: block;
	color: #777777;
	text-decoration:none !important;
	font-weight:normal;
	font-size:11px;
	
}

.myinfobox_katalogus_td_sub a:hover{
color:
#111111;
}

.myinfobox_katalogus_td_sub_last a, .myinfobox_katalogus_td_sub_last a:hover{
	display: block;
	color: #777777;
	text-decoration:none !important;
	font-weight:normal !important;
	font-size:11px;
}

.myinfobox_katalogus_td_sub_last a:hover{
color:
#111111;
}

.myinfobox_katalogus_td_sub #active a {
	background-color:#ffffff;
	color:#CC3300;	
	text-decoration:none;
}

.myinfobox_katalogus_td_sub_last a, .myinfobox_katalogus_td_sub_last #active a{
	display: block;
	background-color:#ffffff;
	text-decoration:none;
	color: #777777;
	font-weight:bold;
	
}

.myinfobox_katalogus_td_sub_last #active a {
	
	color:#CC3300;	
}



.myinfobox_termekinfo_td 
{	
	border:0 px;
	background-color:#FEF4E2;
	padding:8px 0px 8px 0px;
}




.myinfobox_termekinfo_td a, .myinfobox_termekinfo_td a:hover
{
	color: #777777;
	font-size: 11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-bottom: 4px!important;
	margin-top: 0px !important;
	display:block;
	text-decoration: none;
	vertical-align:middle;
	width:auto;
	padding-left:10px;
	padding-right: 4px;
}

.myinfobox_termekinfo_td a:hover
{
	color: #BF2026;
	}

.myinfobox_termekinfo_td #active a 
{
	background-color:#3f5edd;
	color:#000000;	
	text-decoration:none;
	font-weight:normal;
}

.termekinfojobboldal
{
	font-size:15px;
}

.myinfobox_text_tofriend
{
	size: 5;
	align: middle;
}

.myinfobox_ajanlat{
	width: 166px;

}

.myinfobox_ajanlat_td
{
	background-color:899EED;
	border-bottom:0 px;
	width:100px;
	
}

.myinfobox_ajanlat_td td{
	padding-bottom:10px;
}																																										
.myinfobox_ajanlat_footer
{
	vertical-align:top;
}

.box_kosar_total
{
	text-align:left;
	font-weight:bold;
}

.box_cart_total_td
{
	text-align: left !important;
	font-weight:bold;
	border-color:#333333;
	border-top:2 px;
}

.main_table_dotted
{
	border: 2 px;
	border-style:dashed;
}

.fulek_style, .fulek_style_fenn, .fulek_style_kicsialj
{
	padding-bottom:7px;
}

.fulek_style_kicsialj {
padding-bottom:3px;
}

.myinfobox_hirek_td 
{
	background-color:#FEF4E2;
	border-bottom-color:#FEF4E2;
	border-bottom-style:solid;
	border-bottom-width:10px;
	font-family:Tahoma, Arial, Helvetica, Sans-serif;
	padding:8px 8px 5px 12px;
	
	

}

.myinfobox_hirek_td a, .myinfobox_hirek_td a:hover 
{
	font-size:11px !important;
	font-weight:normal;
	color: #555555;
	padding-left:0px;
	line-height:15px;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	display:block;
	list-style-position:inside;
	list-style-image:url(images/list_bullet_szines.gif);
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
}
.myinfobox_hirek_td a:hover {

color:#990000;
}

.myinfobox_hirek_td img{
	margin:0px;
	padding:0px;
}

.myinfobox_akciok_td
{
	margin-top:5px;
}


.myinfobox_akciok_td a, .myinfobox_akciok_td a:hover
{
	font-size:11px !important; 
	font-weight:bold;
	color: #777777;
	
	padding-left:10px;
	margin-bottom: 5px!important;
	margin-top: 0px !important;
	display:block;
	text-decoration: none;
}

.myinfobox_akciok_td a:hover
{
	color:
	#990000;
	text-decoration: underline;
}

.regiar
{
	font-size:12px;
	font-weight:bold;
	text-decoration:line-through;
	color:#666666!important;
	margin-left: 15px;
}

.ujar
{
	font-weight:bold;
	font-size:14px;
	color:#990000;
	margin-left: 15px;
}

.kosar_total_td
{
	padding-top:5px;
	border-top:solid;
	border-top-color:#ADAEB0;
	border-top-width: 2px;
	font-weight:bold;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}

.keresesbox
{
	vertical-align:top;
	margin-top:15px !important;
}

.inputRequirement
{
	color:#000000;
}


/*	FOOLDAL	*/

.fooldal_heading_pict {
	border-bottom: dashed #CBCED0 1px;
	padding-top: 10px;
}

.fooldal_heading_pict img {
	margin-bottom: 3px;	
}

.fooldal_bababorze_kep {
	padding:10px 10px 10px 5px;
}

.fooldal_p_top p {
	margin: 10px 3px 6px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.fooldal_p_edes_teher p, .fooldal_p_edes_teher p a {
	margin: 8px 3px 6px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.fooldal_p p, .fooldal_p a {
	margin: 5px 3px 6px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.fooldal_edesteher {
	border-top: dashed #CBCED0 1px;
	
}

.fooldal_edesteher img {
	margin-top: 6px;	
}

.fooldal_ujdonsagok_bal {
	padding: 0px 8px 0px 0px;
	border-bottom: dashed #CBCED0 1px;
}

.fooldal_ujdonsagok_bal img{
	margin-top: 8px;
	margin-bottom: 8px;
}


.fooldal_ujdonsagok_kozep {
	border-left: dashed #CBCED0 1px;
	border-right: dashed #CBCED0 1px;
	border-bottom: dashed #CBCED0 1px;
	padding: 0px 8px 0px 8px;
}

.fooldal_ujdonsagok_kozep img{
	margin-top: 8px;
	margin-bottom: 8px;
}

.fooldal_ujdonsagok_jobb {
	padding: 0px 0px 0px 8px;
	border-bottom: dashed #CBCED0 1px;
}

.fooldal_ujdonsagok_jobb img{
	margin-top: 8px;
	margin-bottom: 8px;
}

.fooldal_kiemelt {
	border: dashed #D2A91C 1px;
	margin: 10px 0px 10px 0px;
}

.fooldal_kiemelt td {
	padding:5px;
}

.fooldal_kiemelt h1, .fooldal_kiemelt h1 a, .fooldal_kiemelt h1 a:hover {
	color:#BF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	margin:5px 5px 10px 0px !important;
	text-decoration:none;
}

.fooldal_kiemelt h1 a:hover {
	color:#9B0101;
	text-decoration:underline;
}

.fooldal_kiemelt p {
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
margin:5px 5px 10px 5px;
}

.fooldal_kiemelt img {
margin-left:15px;
}

.fooldal_zold {
margin: 10px 0px 0px 0px;
}

.fooldal_zold td {
padding:0px 5px 0px 5px;
}

.fooldal_zold h1 {
color:#BF0000;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:normal;
margin:5px 5px 10px 5px;
}

.fooldal_zold p {
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
margin:5px 5px 10px 5px;
}

.fooldal_zold img {
margin-left:15px;
}

.loginbutton img
{
	vertical-align:bottom !important;
	margin-top:15px;
	padding-bottom:5px;
}

.loginvonal
{
	height:5px !important;
}

.loginvonal img
{
	vertical-align:middle;
}

.pageHeading
{
	padding-top:5px;
	color:#325D7A !important;
	font-size: 14px;
}

.kereses {
	height: 17px;
	font-size:10px;
	font-weight:normal;
	margin-top:15px !important;
}

.prodkep
{
	font-size:12px;
	padding-left: 20px;
	padding-top:0px !important;
	padding-bottom:0px !important;
}


.prodkep img
{
	text-align:center;
	margin:0px !important;
}



.prodnev a, .prodnev a:hover
{
font-family:Verdana, Arial, Helvetica, sans-serif;
display:block;
width:120px;
	text-align:left;
	font-weight:normal;
	font-size:11px;
	color:#213439;
		margin-left: 10px;
		padding-bottom:-50px !important;
}

.prodnev a:hover {
color:#B01240;
	text-decoration:underline;
}

.prodar
{
	width:30px;
	text-align:left;
	font-weight:normal;
	font-size:12px;
	color:#999999;
	padding-left: 10px;

}

.prodar a, .prodar a:hover
{
font-family:Verdana, Arial, Helvetica, sans-serif;
display:block;
width:120px;
	text-align:left;
	font-weight:normal;
	font-size:11px;
	color:#213439;
		margin-left: 10px;
}

.prodar a:hover
{
	color:#B01240;
	text-decoration:underline;
	
}

.prodcikkszam {
font-size:11px;
}

.prodertek
{
	text-align:left;
	width:30px;
}

.prodgomb
{
	font-size:14px;
	text-align:left;
	padding-left: 10px;
	padding-top: 5px;
}

.prodar_kateg {
	font-size:14px;
	text-align:left;
	padding-left: 10px;
	padding-top: 0px;
}

.prodtable
{
	border-top: dashed #CBCED0 1px;
}


.produres
{
	color:#666666;	
	font-size:16px;
}


.leftcella
{
	border-right: dashed #CBCED0 1px;
	border-bottom: dashed #CBCED0 1px;
	vertical-align:top;
}

.leftcella a, .leftcella a:hover
{
	display:block;
	text-decoration:none;
}

.rightcella
{
	border-left: dashed #CBCED0 1px;
	border-bottom: dashed #CBCED0 1px;
	vertical-align:top;
}

.rightcella a, .rightcella a:hover
{
	display:block;
	text-decoration:none;
}

.centercella
{
	vertical-align:top;
	border-bottom: dashed #CBCED0 1px;
}

.centercella a, .centercella a:hover
{
	display:block;
	text-decoration:none;
}


.regbutton img
{
	vertical-align:top;
	margin-bottom:15px;
	padding-top:5px;
}

.gyartokepek p
{
	padding:0px 0px 0px 0px;
}

.fooldal_szoveg
{
	color:#FF0000;
}

.fulek_fenn
{
	padding-top:10px;
	padding-bottom:3px;
}

.myinfobox_szirka, .myinfobox_szirka_heading, .myinfobox_szirka_td, .myinfobox_szirka_td img
{	
	padding:0px;
}

.fulek_kerdesek
{
	padding-top:15px;
	padding-bottom:3px;
}

.myinfobox_vasarlas_td
{
	padding-left:10px !important;
}

.vasarlascella
{
	width:80px;
}