/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	background: url(../images/img01.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	/*color: #444444;*/
	color:#F60;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size:16px;
	font-weight:bold;
	padding: 0px 0px 10px 0px;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

p {
margin-left:5px;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #06F;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #06C;
}


a img {
	border: none;
	border-width:0px;
}
a:hover {
	background: none;
	color:#666;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background: url(../images/img04.jpg) no-repeat left top;
}

.clearer {
	clear: both;
}

.clearer2 {
	clear:both;
}

/* Header */

#header {
	width: 900px;
	height: 105px;
	margin: 0 auto;
	background: url(../images/img02.jpg) repeat-y left top;
}

/* Logo */

#logo {
	float: left;
	width: 640px;
	color: #000000;
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding: 30px 0 0 20px;
	margin-right: 10px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.8em;
}

#logo h1 a {
	color: #FF7900;
}

#logo p {
	float: left;
	margin: 44px 0 0 0;
	padding: 3px 10px 3px 0px;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}

/* Search */

#search {
	float: right;
	width: 230px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 70px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	border: none;
	text-transform: lowercase;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 900px;
	height: 44px;
	background: url(../images/img03.png) no-repeat left top;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 13px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 3px;
	padding: 5px 20px 8px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	color:#FFF;
}

#menu a:hover {
	text-decoration: none;
	background-color: #0006ff;
}

#menu .first {
	margin-right: 3px;
	background-color: #0006ff;
}

#inside_menu {
 	width: 898px;
	height: 19px;
	margin: 0px auto;
	padding: 0;
	background-color:#0006ff;
}

#inside_menu ul {
	margin: 0;
	padding: 2px 0px 0px 40px;
	list-style: none;
	line-height: normal;
}

#inside_menu li {
	float: left;
}

#inside_menu a {
	display: block;
	margin-right: 3px;
	padding: 0px 20px 3px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	border: none;
}

#inside_menu a:hover, #menu .current_page_item a {
}

#inside_menu a:hover {
	text-decoration: none;
	background-color: #FFF;
	color:#000;
}

#inside_menu .inside_selected {
	margin-right: 3px;
	background-color: #FFF;
}

#inside_menu .inside_selected a {
	color:#141414;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Content */

#content {
	float: right;
	width: 630px;
	padding: 20px 20px 0 0;
}

.post {
	margin-left: 0px;
	padding-bottom: 30px;
	text-align:justify;
}

.post .title {
	padding-left: 10px;
	border-left: 4px solid #06F;
	color: #000000;
}

.post .title a {
	background: none;
	color: #444444;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	background: #E0E0E0;
	border-left: 4px double #F57601;
	border-right: 4px double #F57601;
	padding: 3px 10px 3px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.post .meta .comments,.post .meta .permalink {
}

.post .entry {
	padding: 10px 20px 20px 20px;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 190px;
	padding: 25px 10px 0 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 0px;
	list-style:disc;
}

#sidebar li li {
	line-height: 20px;
	border-bottom: 0px dashed #BCBCBC;
	margin-left:20px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	color: #BCBCBC;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #444444;
	margin-top:10px;
	border-bottom:solid;
	border-width:1px;
	border-color:#666;
	padding-bottom:0px;
	margin-bottom:4px;
}

#sidebar h2.newsletter {
	padding-top:0px;
	margin-bottom:3px;
	padding-bottom:3px;
}

#sidebar p {
	padding-bottom: 10px;
	text-align: justify;
}

#sidebar p.register {
	margin-top:6px;
	margin-left:0px;
	text-align: left;
	line-height:14px;
	font-size:11px;
}

#sidebar p.newsletter {
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	text-align:justify;
	line-height:14px;
	font-size:11px;
}

#sidebar a {
	color: #0066ff;
	border: none;
}

#sidebar a.selected {
	color: #000;
	border: none;
}

#sidebar a:hover {
	text-decoration: none;
	color: #666;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 900px;
	height: 10px;
	margin: 0 auto;
	padding: 10px 0 25px 0;
	background: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #003;
}

#footer p {
	margin: 0;
	line-height: 18px;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #06F;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
}

/**** CUSTOM ****/

.topnavbar
 {
	 width:640px;
	 height:18px;
	 margin-top:-20px;
	 margin-bottom:10px;
	 padding-left: 5px;
	 padding-top: 2px;
	 font-weight:bold;
	 background:#F0F0F0;
 }

.seoSearch 
{
	border: 1px solid #333;
	background: #F3F3F3;
	font-size:18px;
	height:24px;
	width: 300px;
	margin:30px 0px 0px 5px;
	padding: 0px 0px 0px 3px;
	font:normal;
	line-height:24px;
}

.seoSearch_div
{
	margin-left:40px;
	font-size:18px;
}


.loginEmail, .rfqEmail
{
	border: 1px solid #333;
	background: #F3F3F3;
	font-size:12px;
	height:17px;
	width: 120px;
	margin:0px 0px 0px 20px;
	padding: 0px 0px 0px 3px;
	font:normal;
	line-height:16px;
}

.rfqEmail {
	width:110px;
}

.rfqMenu
{
	border: 1px solid #333;
	background: #F3F3F3;
	font-size:14px;
	height:25px;
	width: 170px;
	margin:0px 0px 0px 5px;
	padding: 2px 0px 2px 3px;
	font:normal;
	line-height:16px;
	font-weight:bold;
}

.rfqButton {
	margin-left:45px;
    margin-top: 5px;
    margin-bottom:5px;
}

.loginPassword
{
	border: 1px solid #333;
	background: #F3F3F3;
	font-size:12px;
	height:17px;
	width: 120px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 3px;
	font:normal;
	line-height:16px;
}

.loginButton
{
 margin-left:62px;
 margin-top: 5px;
 margin-bottom:5px;
}

.loginp
{
	padding: 7px 0px 0px 0px;
}


.seoSearchButton
{
	font-family:Verdana;
	border: 1px solid #333; 
	background: #F3F3F3;
	font-size:13px;
	height:17px;
	width: 60px;
	margin:0px 0px 0px 3px;
	padding: 0px 0px 0px 3px;
	font:normal;
	line-height:16px;
}

.b_checkit {
	margin: -24px 0px 0px 410px;
}

.registerText 
{
	border: 1px solid #333;
	background: #F3F3F3;
	font-size:12px;
	height:17px;
	width: 120px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font:normal;
	line-height:16px;
}

.cbgray
 {
	 background: #F3F3F3;
 }

.tfgray 
{
	border: 1px solid #333;
	background: #F3F3F3;
	font-size:12px;
	height:17px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font:normal;
	line-height:16px;
}

.tfgray#c1, .tfgray#c2, .tfgray#c3, .tfgray#cn
 {
	width:300px; 
 }

.tfgray#tfurl
 {
	 width:300px;
 }

.tfgray#tfkeyword
 {
	 width:200px;
 }

.tfgray#tfdomain
 {
	 width:50px;
 }

.tfgray#tfUEmail
 {
	 width:200px;
 }

.tfgray#tfUPass
 {
	 width:200px;
 }

.tfgray#ta
 {
	 height:170px
 }

.tfgray#tfEmailReq
 {
	 width:170px;
 }


.registerSelect 
{
	border: 1px solid #333;
	background: #F3F3F3;
	font-size:12px;
	height:18px;
	width: 160px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font:normal;
	line-height:16px;
}

.registerSelect#sb
{
	width:140px;
}


p#succ_reg {
font-size:20px;
font-weight:bold;
}

.seoSearchFooter {
	/*padding-left: 100px;*/
	margin-left:95px;
	margin-top:5px;
}


.mainsidebar {
 margin-bottom:0px;
 padding-bottom:0px;
 margin-top: 0px;
 padding-top:0px;
}

.formNoMargin
{
	margin: 0px 0px 0px 0px;
}

h2#fillerror
 {
  color:#FF0000;
  font-size:18px;
  font-weight:bold;
 }
 
p.note {
font-size:10px;
margin: -6px 0px 6px 5px;
line-height:10px;
padding: 0px 0px 0px 0px;
}

p.note#ewsc_note
 {
	 display:none;
 }

p.note#order {
	margin: 0px 0px 3px 20px;
	color:#F00;
}

p.contact {
font-size:11px;
margin: 0px 0px -15px 5px;
line-height:20px;
padding: 0px 0px 0px 0px;
}

.contact_partner {
	font-size:11px;
	line-height:14px;
	margin-top:5px;
	padding: 0px 10px 10px 10px;
	border: solid 1px black;
	background:#CBFFC6;
	width:180px;
	height:60px;
}

p.note_text, p.note_table {
font-size:10px;
margin: 0px 0px 6px 5px;
line-height:10px;
padding: 0px 0px 0px 0px;
}

p.note_table {
margin-top: 5px;
}

p.errorline {
	font-weight:bold; 
	font-size:14px; 
	color:#0006ff; 
	font-variant:small-caps; 
	margin-bottom:3px;
}

p.greenline {
	font-weight:bold; 
	font-size:14px; 
	color:#060; 
	font-variant:small-caps; 
	margin-bottom:3px;
}

p.normalline:
 {
	 line-height:10px;
	 margin: 0px 0px 0px 0px;
	 padding: 0px 0px 0px 0px;
 }

a.green_link {
	color:#063;
}

.bdel
 {
	 margin-right:-15px;
	 margin-top: 5px;
 }

.confirm {
	width:250px;
	height:100px;
	/*background:#F4F4FF; */
	 background:#F4F4F4;
	padding: 5px 5px 5px 5px;
	border-width:medium;
	border-color:#009;
	border: 1px;
	border-style:solid;
	margin-bottom:5px;
}

.confirm#variable
 {
	 width:250px;
	 height:inherit;
 }

.box_reg {
	background-color:#FFEEB9;
	margin: 0px 10px 5px 0px;
	padding: 10px 10px 0px 10px;
	width:250px;
	height:80px;
 	border:1px solid;
}

.box_req {
	background-color:#FFEEB9;
	margin: -97px 0px 0px 300px;
	padding: 10px 10px 0px 10px;
	width:250px;
	height:80px;
	border:1px solid;
}

.box_reg p, .box_req p {
	font-size:11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	text-align:center;
}

.box_req_submit
 {
	 margin-left:73px;
	 margin-top:1px;
 }
 
 .breq_add
  {
	  margin-left: 94px;
  }

.box_hu_req, .box_hu_req2 {
	background-color:#FFEEB9;
	margin: 0px 10px 5px 0px;
	padding: 10px 10px 0px 10px;
	width:574px;
	height:auto;
 	border:1px solid;
}

.box_hu_req {
	display:none;
}


.box_hu_paypal {
	background-color:#FFEEB9;
	margin: 0px 10px 5px 0px;
	padding: 10px 10px 0px 10px;
	width:574px;
	height:auto;
 	border:1px solid;
	text-align:center;
}

.box_hu_paypal table{
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

.box_hu_req h2, .box_hu_req2 h2 {
	font-size:18px;
	text-align:center;
}

.box_rfq_sidebar {
	/*background-color:#FFEEB9;*/
	background-color:#FFF4D5;
	width:180px;
	height:130px;
	border:1px solid;
	padding: 0px 10px 10px 10px;
	margin-top:20px;
	margin-bottom:20px;
}

.box_akcio_index {
	/*background-color:#FFEEB9;*/
	background-color:#FFF4D5;
	width:600px;
	height:250px;
	border:1px solid;
	padding: 0px 10px 10px 15px;
	margin-top:00px;
	margin-bottom:20px;
}

.box_akcio_index h2, p.akcios_ar {
	color:#F00;
	font-size:24px;
	text-align:center;
	margin-top:3px;
}

p.bold {
	font-weight:bold;
}

p.akcios_ar {
	font-weight:bold;
}

.box_akcio_linkepites {
	background-color:#FFF4D5;
	width:570px;
	height:135px;
	border:1px solid;
	padding: 0px 10px 10px 15px;
	margin-top:00px;
	margin-bottom:20px;
}

.box_akcio_linkepites h2, .box_akcio_linkepites p.akcios_ar_link {
	color:#F00;
	font-size:18px;
	text-align:center;
	margin-top:0px;
	line-height:100%;
}

.box_akcio_linkepites h2 {
	margin-top:3px;
}

p.akcio_szoveg {
	color:#F00;
	font-size:18px;
	text-align:center;
	margin-top:3px;
}


.resultbox_title#resultbox_title
 {
	 display:none;
 }

.paypal_buy_select
 {
	 display:none;
 }

.stattemplate
 {
	 border:1px solid black;
 }

/********************************   TABLE MIDDLE  *****************************************/

table.mid
{
	margin: 0px 0px 0px 5px;
	/*border-collapse:collapse;*/
	/*page-break-inside: avoid;*/
	page-break-inside:auto;
	page-break-before: auto;
	font-style: normal;
	font-size:12px;
	text-align:center;
	overflow:hidden;
	max-width:600px;
	width:600px;
	table-layout:auto;
/*	border-width:medium;
	border: 1px;
	border-right:solid;
	border-right-color:#999;
	border-right-style:solid;
	border-right-width:1px;
	border-style:solid;*/
	border: 1px solid #999; 
	padding: 0px 0px 0px 0px;
}

table.mid#site
{
	margin:10px 5px 10px 5px;
	max-width:300px;
	width:300px;
}

table.mid#small
 {
  	max-width:500px;
	width:500px;
 }

table.mid tr.headert
{
  /*background-color:#0006ff;*/
  background-color:#060079;
  max-width:700px;
}

table.mid td.bold
{
 font-size:14px;
 font-weight:bold;
}

table.mid tr.headert#small
{
  max-width:500px;
}

table.mid tr.data
{
  background-color:#5db5d4;
  max-width:700px;
}

table.mid#small tr.data
{
  max-width:500px;
}

table.mid tr.odd
{
  background-color:#FFFFFF;
}

table.mid tr.even
{
 /* background-color:#e7f5fd;*/
 background-color:#F0F0F0;
}

table.mid td.headert,
table.mid td.headert
{
  font-size:12px;
  color:#FFFFFF;
  max-width:700px;
  font-weight:bold;
  overflow:auto;
}

table.mid td.headert a
{
 color:#FFFFFF;
}

table.mid td,
table.mid th
{
	border:none;
	/*white-space: nowrap;*/
	page-break-inside:auto;
	text-align: center;
	padding: 2px 5px;
	font-size:10px;
	overflow:auto;
}

td.mid#left 
{
 text-align:right;
 width:50;
}

td.mid#left_header 
{
 font-size:14px;
 color:#336699;
 text-align:right;
 width:50;
}

td.mid#right 
{
 text-align:left;
}

table.kwt
{
	border-collapse:collapse;
	border:1px;
	border-style:solid;
	border-color:#DFDFDF;
	text-align:center;	
	width:400px;
}

table.kwt td.header 
{
}

table.kwt td.header 
{
	text-align:center;
	font-weight:bolder;
	margin:0px 0px 0px 0px;
	font-size:11px;
}

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

/**********************************      TABLE RESULT   ************************************/

/*table.res
{
	margin: 0px 0px 0px 5px;
	width: 500px;
	border-collapse:collapse;
	page-break-inside: avoid;
	page-break-before: auto;
	font-style: normal;
	font-size:12px;
}
table.res td,
table.res th
{
	border:none;
	text-align: center;
	padding: 2px 5px;
	font-size:12px;
}

table.res td.res_left 
{
 text-align:right;
 font-weight:bold;
 font-size:14px;
 width:200;
}

td.res#left_header 
{
 font-size:14px;
 color:#336699;
 text-align:right;
 width:200;
}

table.res td.res_right 
{
 text-align:left;
 font-weight:bold;
}*/

table.res
{
	border-collapse:collapse;
	border:1px;
	border-style:solid;
	border-color:#DFDFDF;
	text-align:left;
	width:600px;
	max-width:600px;
	
}
table.res td,
table.res th
{

}

table.res td.res_left 
{
	padding: 8px 20px 8px 10px;
	font-weight:bold;
	width:100px;
	margin:0px 0px 0px 0px;
}

.margin_code
 {
	 margin-left:20px;
 }

table.res td.res_left_b 
{
	padding: 0px 20px 8px 10px;
	font-weight:bold;
	width:100px;
	margin:0px 0px 0px 0px;
}

table.res tr.even
{
 /* background-color:#e7f5fd;*/
 background-color:#FAFAFA;
}

td.res#left_header 
{

}

table.res td.res_right 
{
	padding: 8px 20px 8px 10px;
	margin:0px 0px 0px 0px;
}

table.res td.res_right_b
{
	padding: 0px 20px 8px 10px;
	margin:0px 0px 0px 0px;
}

/**************** PRODUCTS ******************/
table.prod
{
	border-collapse:collapse;
	border:1px;
	border-style:solid;
	border-color:#DFDFDF;
	text-align:center;
	width:400px;
	max-width:400px;
	font-size:14px;
	
}
table.prod td,
table.prod th
{
	border: 1px solid;
	border-color:#CCC;
	padding:8px 8px 8px 8px;
}

table.prod td.prod_left1, table.prod td.prod_left2
{
	font-weight:bold;
	width:150px;
	margin:0px 0px 0px 0px;
	text-align:left;
	background-color:#F2F2F2;

}

table.prod td.prod_left2 { background-color:#EAEAEA; }

table.prod td.prod_order
{
	padding-top:15px;
	padding-bottom:15px;
}

table.prod td.ad_start1
{ background:#FFF8DD;}
table.prod td.ad_start2
{ background:#FFE6BF;}

table.prod td.ad_adv1
{ background:#E9E8FF;}
table.prod td.ad_adv2
{ background:#D7D5FF;}

table.prod td.ad_pro1
{ background:#FFE6E6;}
table.prod td.ad_pro2
{ background:#FFD5D5;}

table.prod td.ad_cus1
{ background:#EAFFE8;}
table.prod td.ad_cus2
{ background:#D9FFD7;}

table.prod tr.even
{
 /* background-color:#e7f5fd;*/
 background-color:#FAFAFA;
}

td.prod#left_header 
{

}

table.prod td.prod_right 
{
	padding: 8px 20px 8px 10px;
	margin:0px 0px 0px 0px;
}

table.prod td.prod_right_b
{
	padding: 0px 20px 8px 10px;
	margin:0px 0px 0px 0px;
}

.red_f
 {
  color:#F00;
  font-size:14px;
  
 }
 
 .green_f
 {
  color:#090;
  font-size:14px;
 }
 
 .red
{
  color:#F00;
  font-size:12px;
  font-weight:bold;
}

.red#r_leftm
 {
	 padding-left:20px;
 }

.green
 {
  color:#090;
  font-size:12px;
  font-weight:bold;
 }

.green#g_leftm
 {
	 padding-left:20px;
 }

#footer .validator {
	text-align:right;
	padding-right: 10px;
	margin-top: -30px;
}

.cachedsites
 {
	 font-size:16px;
	 font-weight:bold;
	 color:#0066FF;
 }
 
.seo_submit
{
	font-size:24px;
}

.sum_final
 {
	 font-size:14px;
 }

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

.loginPassword#hu
{
	margin: 0px 0px 0px 21px;
}

#sidebar p.newsletter#hu {
	text-align:left;
}

/* Request for a quote table */

table.reg
{
	margin: 0px 0px 0px 5px;
	width: 500px;
	border-collapse:collapse;
	page-break-inside: avoid;
	page-break-before: auto;
	font-style: normal;
	font-size:12px;
}
table.reg td,
table.reg th
{
	border:none;
	/*white-space: nowrap;*/
	text-align: center;
	padding: 2px 5px;
	font-size:12px;
}

table.reg td.reg_left, table.reg td.reg_left_n
{
 text-align:right;
 font-weight:bold;
 font-size:14px;
 width:200px;
 height:20px;
}

table.reg td.reg_left_n
 {
	 font-weight:normal;
 }

table.reg td.reg_left_header 
{
 font-size:14px;
 color:#336699;
 text-align:right;
 width:200px;
}

table.reg td.reg_right
{
 text-align:left;
 font-weight:bold;
 height:20px;
}

table.reg td.reg_right_price 
{
 text-align:left;
 font-style: italic;
 height:15px;
 padding-left: 20px;
}

.tick 
{
	list-style-image:url(../images/tick.png)
}

.center {
 text-align:center;
}

table.reg_price
{
	margin: 15px 0px 10px 5px;
	width: 550px;
	border-collapse:collapse;
	page-break-inside: avoid;
	page-break-before: auto;
	font-style: normal;
	font-size:14px;
	font-weight: bold;
	border: 1px solid #000;
}
table.reg_price th {
	font-style: normal;
	font-weight: bold;
	font-size:14px;
}
.reg_price_h  {
	text-align: left !important;
	background: #f0dc9f;
	font-weight: bold;
	width: 300px;
	font-size:15px !important;
}

.reg_price_h#c1, .reg_price_h#c11   {
	background:#FFEEB9;
}

.reg_price_h#c3, .reg_price_h#c33   {
	background:#FFEEB9;
}

.reg_price_h#c2, .reg_price_h#c22   {
	background:#FFE79D;
}

.reg_brutto {
	font-size:10px !important;
}

/* infobox formatting */
a.infobox {
    color: #00f;
    text-decoration:none;
    vertical-align:3px;
    font-size: 10px;
}
a.infobox:hover {
    cursor:help;
}
a.infobox span {
    visibility:hidden;
    position:absolute;
    margin-left: 10px;
    margin-bottom: 5px;
    padding:2px;
    text-decoration:none;
}
a.infobox:hover span {
    visibility:visible;
    border:1px solid #c30;
    background:white;
}

.show { display:inline; }
.hide { display:none; }
.rshow {}

/***** WYOSEO.HU *****/