/***********************************************************************
 General HTML
 reminder on margin/padding: top right bottom left
 ***********************************************************************/

body,
.hirlevel-tenylegkuld,
.hirlevel-tenylegkuld table,
.hirlevel-tenylegkuld td,
.hirlevel-tenylegkuld th,
.hirlevel-tenylegkuld tr {
	font-size: 9pt;
	font-family: arial, sans-serif;
}
body {
	margin: 0;
	color: #333333;
	background-color: white;
	background-image: url(images/bg1.png);
}
th, td, p {
	font-size: 9pt;
	font-family: arial, sans-serif;
	line-height: 13pt;
	margin-top: 0px;
}
ul, ol {
	font-size: 9pt;
	margin-top: 3px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 2px;
}
li {
	/* Firefox ... a bit strange at rendering list-style-image. */
	font-size: 9pt;
	list-style-image: url(images/list.png);
	line-height: 12pt;
	padding: 0px 0 2px 1px;
	margin: 0 0 0 5px;
	/*
	list-style-image: none;
	background: transparent url(/images/list.png) 0 5px no-repeat;
	padding-left: 15px;
	list-style-type: none;
	*/
}
h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 11pt;
	color: #444444;
	background-color: transparent;
}
h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 10pt;
	color: #444444;
	background-color: transparent;
}
h3 { 
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 10pt;
	color: #444444;
	background-color: transparent;
}
h4 {
	margin-bottom: 5px;
	border-bottom: 1px solid #cccccc;
	font-size: 9pt;
	color: #444444;
	background-color: transparent;
}
h5 {
	margin: 0 0 5px 0;
	border-bottom: 1px solid #cccccc;
	font-size: 9pt;
	color: #444444;
	background-color: transparent;
}
a:link { 
	color: #065990;
	background-color: transparent;
}
a:visited {
	color: #065990;
	background-color: transparent;
}
a:hover { 
	color: red;
	background-color: transparent;
}
input, textarea {
	font-size: 9pt;	
}
img {
	border-width: 0;
}
hr {
	border-top: 1px solid #DDDDDD;
	border-bottom: none;
	border-right: none;
	border-left: none;
}
pre {
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}

/***********************************************************************
 Forms
 ***********************************************************************/

input.forms {
	color: #666666;
	background-color: white;
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: none;
	vertical-align: middle;
}
input.forms#button {
	border: 1px solid #FFFFFF;
	color: white;
	padding: 0px;
}
textarea.forms {
	border: 1px solid #CCCCCC;
	padding: 1px;
}
input.login {
	color: #666666;
	background-color: white;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	vertical-align: middle;
}

tr.uzenet {
	font-size: 9pt;
	color: #FF0000;
}

/***********************************************************************
 Tables
 ***********************************************************************/

table.list {
 	color: #666666;
	padding: 0px;
	background-color: #FFFFFF;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	text-align: right;
}
 
td.list {
 	color: #666666;
	padding: 0px;
	background-color: #FFFFFF;
	border-top: 0px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 0px;
	border-right: 0px;
	text-align: right;
}
 
td.listheader {
 	color: #666666;
	padding: 0px;
	background-color: #EEEEEE;
	border-top: 0px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 0px;
	border-right: 0px;
	text-align: center;
	font-size: 8pt;
}

td.listfooter {
 	color: #666666;
	padding: 0px;
	background-color: #FFFFFF;
	border-top: 0px solid #DDDDDD;
	border-bottom: 0px solid #DDDDDD;
	border-left: 0px;
	border-right: 0px;
	text-align: right;
}

td.list-media {
 	color: #666666;
	padding: 0px;
	background-color: #FFFFFF;
	border-top: 0px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 0px;
	border-right: 1px solid #DDDDDD;
	text-align: center;
}


td.list-media-right {
 	color: #666666;
	padding: 0px;
	background-color: #FFFFFF;
	border-top: 0px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 0px;
	border-right: 0px;
	text-align: center;
}

td.listfooter-media {
 	color: #666666;
	padding: 0px;
	background-color: #FFFFFF;
	border-top: 0px solid #DDDDDD;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 1px solid #DDDDDD;
	text-align: center;
}

td.listfooter-media-right {
 	color: #666666;
	padding: 0px;
	background-color: #FFFFFF;
	border-top: 0px solid #DDDDDD;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	text-align: center;
}
  
/***********************************************************************
 Layout
 ***********************************************************************/

/* Whole page layout */
.pageframe {
	border: 1px solid #666666;
	width: 780px;
    width: 950px;
	background-color: #FFFFFF;
	padding: 0;
}
.popup{
background: #fff;
}
.popup .pageframe{
width: 600px;
}


/* Footer */
.footer {
	border-top: 1px solid #DDDDDD; 
}

/* Header/Banner */
.banner {
	color: black;
}

/* Header/Banner */
.banner1 {
	color: black;
}


/***********************************************************************
 Text Styles
 ***********************************************************************/

.ok {
	font-weight: bold;
	color: #006633;
	background-color: transparent;
}
.alert {
	font-weight: bold;
	color: red;
	background-color: transparent;
}
.small {
	font-size: 8pt;
}
.copyright {
	font-size: 8pt;
	color: #333333;
	background-color: transparent;
}

/***********************************************************************
 Menus 
 ***********************************************************************/

.maxheight {
	height: 100%;
}
.menubar {
	color: black;
	background: #EEEEEE;
	height: 10px;
}
.menufooter {
	color: black;
	background-color: #EEEEEE;
}
.menupad {
	border-left: thin dotted #DDDDDD; 
	color: black; 
	background-color: transparent;
}
.menu {
	font-size: 8pt;
	font-weight: bold;
	padding: 8px; 
	color: black;
	margin: 0px;
	background-color: transparent;
}
.menu a { 
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	display: block; 
	border: 1px solid #EEEEEE;
	margin: 1px; 
	padding: 4px 4px 4px 13px;
	padding: 3px 3px 3px 12px;
}
.menu a:link    { text-decoration: none; color: #333333; background-color: transparent; }
.menu a:visited { text-decoration: none; color: #333333; background-color: transparent; }
.menu a:hover   { text-decoration: none; color: white; background-color: #AAAAAA; border: 1px solid #666666; }

.menusidebar { 
	font-size: 8pt;
	border-bottom: 1px dotted #BBBBBB;
	border-top: 1px dotted #BBBBBB;
	background-color: #DDDDDD;
	color: #666666;
	padding: 5px;
	margin: 0px;
	line-height: 14pt;
}
.menusidebar a:hover { text-decoration: none; color: #065990; background-color: transparent; }
.menusidebar a:link, .menusidebar a:visited { text-decoration: none; color: #666666; background-color: transparent; }


/***********************************************************************
 Top Navigation Bar 
 ***********************************************************************/

.navbar {
	color: white;
	background-color: #EEEEEE;
	height: 23px;
	margin: 0;
	padding-top: 1px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	font-size: 9pt !important;
	font-family: arial, sans-serif !important;
}
.navbar-on a {
	font-size: 9pt !important;
	font-family: arial, sans-serif !important;
	line-height: 12pt;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	background-color: #EEEEEE;
	display: block;
	border: 1px solid #666666;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
.navbar-on a:link    { color: #FFFFFF; background-color: #CCE821;	font-size: 9pt !important;
	font-family: arial, sans-serif !important;
 }
.navbar-on a:visited { color: #FFFFFF; background-color: #CCE821;	font-size: 9pt !important;
	font-family: arial, sans-serif !important;
 }
.navbar-on a:hover   { color: #FFFFFF; background-color: #CCE821; border: 1px solid #666666;	font-size: 9pt !important;
	font-family: arial, sans-serif !important;
 }

.navbar-off a {
	font-size: 9pt !important;
	font-family: arial, sans-serif !important;
	line-height: 12pt;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	display: block;
	border: 1px solid #EEEEEE;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.navbar-off a:link    { color: #666666; background-color: transparent;	font-size: 9pt !important;
	font-family: arial, sans-serif !important;
 }
.navbar-off a:visited { color: #666666; background-color: transparent;	font-size: 9pt !important;
	font-family: arial, sans-serif !important;
 }
.navbar-off a:hover   { color: #FFFFFF; background-color: #AAAAAA; border: 1px solid #666666;	font-size: 9pt !important;
	font-family: arial, sans-serif !important;
 }

.navbar-hide {
	line-height: 12pt;
	font-size: 8pt;
	font-weight: bold;
	color: black;
	background-color: #CCCCCC;
	padding: 0px;
	margin: 1px;
}
.navbar-hide a, .navbar-hide a:link, .navbar-hide a:visited {
	text-decoration: none;
	height: 16px;
	color: #666666;
	background-color: #CCCCCC;
}
.navbar-hide a:hover { color: #065990; background-color: #CCCCCC; }

.globalnavbar-hide {
	line-height: 12pt;
	font-size: 8pt;
	font-weight: bold;
	color: black;
	background-color: #CCCCCC;
	padding: 0px;
	margin: 1px;
}
.globalnavbar-hide a, .globalnavbar-hide a:link, .globalnavbar-hide a:visited {
	text-decoration: none;
	height: 12px;
	color: #333333;
	background-color: #CCCCCC;
}
.globalnavbar-hide a:hover { color: #FFFFFF; background-color: #CCCCCC; }

.globalnavbar-off {
	line-height: 12pt;
	font-size: 8pt;
	font-weight: bold;
	color: black;
	background-color: #15498A;
	padding: 0px;
	margin: 1px;
}
.globalnavbar-off a, .globalnavbar-off a:link, .globalnavbar-off a:visited {
	text-decoration: none;
	height: 12px;
	color: #FFFFFF;
	background-color: #15498A;
}
.globalnavbar-off a:hover { color: #CCCCCC; background-color: #15498A; }

/***********************************************************************
 Buttons
 ***********************************************************************/

.button {
	border: 1px outset;
	font-family: geneva, arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	height: 20px;
	color: black;
	background-color: #CCCCCC;
}

/***********************************************************************
 News Items
 ***********************************************************************/

.newstitle {
	font-size: 8pt;
	padding: 2px;
	color: black;
	margin: 5px;
	background-color: transparent;
}
.newsitem {
	font-size: 8pt;
	padding: 2px;
	color: black;
	margin: 5px;
	background-color: transparent;
}
.newsdate, .mytitle {
	font-size: 8pt;
	font-weight: bold;
	padding: 2px;
	color: black;
	margin: 5px;
	background-color: transparent;
	border-bottom: 1px solid black;
}


/***********************************************************************
 Search Bar
 ***********************************************************************/

.searchbar {
	color: white;
	background-color: #7081B1;
	padding-right: 5px;
	font-size: 8pt;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
table.searchbar {
	width: 100%;
	height:	30px;
}
input.searchbar {
	color: #666666;
	background-color: white;
	border: 0px;
	vertical-align: middle;
}
input.searchbar#button {
	border: 1px solid #FFFFFF;
	padding: 0px;
}
input.searchbar#text {
	border: 1px solid #CCCCCC;
	width: 110px;
	padding: 1px;
}

/***********************************************************************
 Commercial
 ***********************************************************************/
p.section {
	font-size: 8pt;
	font-weight: bold;
	padding: 0px; 
	color: black;
	margin: 0px;
	background-color: transparent;
}

/***********************************************************************
 Arlista (BB) everything bellow #zarlista
 ***********************************************************************/

#zarlista .paros td{
background: #eee;
}
#zarlista label{
display: block;
float: left;
width: 120px;
}
#zarlista label.checkbox{
display: inline;
float: none;
width: auto;
}
#zarlista input.checkbox{
margin-left: 100px;
}
#zarlista.termek-uj input.submit{
margin-left: 120px;
}
#zarlista hr{
border: 0;
height: 1px;
background: #ccc;
color: #ccc;
width: 100%;
text-align: left;
}
#zarlista-bevezeto{
margin-bottom: 10px;
font-weight: bold;
}
#zarlista th{
background: #000;
color: #eee;
}
#zarlista .keret, #zarlista .akcio-hover,
#zarlista .akcio, #zarlista .keret-hover,
#zarlista .ujdonsag, #zarlista .ujdonsag-hover{
border: 1px solid #aaa;
cursor: pointer;
height: 125px;
height: 200px;
}
#zarlista .keret a:link, #zarlista .keret a:visited,
#zarlista .akcio-hover a:link, #zarlista .akcio-hover a:visited,
#zarlista .akcio a:link, #zarlista .akcio a:visited,
#zarlista .keret-hover a:link, #zarlista .keret-hover a:visited,
#zarlista .ujdonsag a:link, #zarlista .ujdonsag a:visited{
color: #000;
text-decoration: none;
}
#zarlista .ujdonsag-hover,
#zarlista .keret-hover,
#zarlista .akcio-hover{
border-color: #000;
}
#zarlista .ujdonsag-hover h5 a:link, #zarlista .ujdonsag-hover h5 a:visited,
#zarlista .keret-hover h5 a:link, #zarlista .keret-hover h5 a:visited,
#zarlista .akcio-hover h5 a:link, #zarlista .akcio-hover h5 a:visited{
color: #fff;
}
#zarlista .keret h5,
#zarlista .akcio h5,
#zarlista .ujdonsag h5{
-x-background-color: #f93;
-x-background-color: #eee;
padding: 2px 5px;
-x-color: #000;
}
#zarlista .keret-hover h5,
#zarlista .akcio-hover h5,
#zarlista .ujdonsag-hover h5{
background-color: #369;
background-color: #f93;
padding: 2px 5px;
color: #fff;
}
body.nyomtat .nemnyomtat{
display: none;
}
body.nyomtat a:link, body.nyomtat a:visited{
color: #000;
text-decoration: none;
}
body.nyomtat .datum{
background: #fff;
line-height: 27px;
}
#zarlista .uzenet{
background: #eee;
border: 1px solid #ccc;
margin: 5px;
padding: 5px;
}
#zarlista .ar{
color: #e17000;
font-weight: bold;
font-size: 14px;
text-align: right;
}
#zarlista.termek .ar{
font-size: 1.5em;
}
div.center{
text-align: center;
}
#zarlista.termekek td.ar{
font-weight: bold;
}
#zarlista td.akcio h5,
#zarlista td.akcio h5 a:link,
#zarlista td.akcio h5 a:visited{
color: #c00;
text-decoration: none;
}
body.nyomtat #zarlista.arlista #h1{
background: url(images/pixel.png) 50% 50% repeat-x;
border-bottom: 0;
text-align: left;
}

body.nyomtat #h1,
body.nyomtat .datum{
border-bottom: 0;
float:right;
clear: right;
}

body.nyomtat #zarlista.arlista #h1 span,
body.nyomtat #h1 span{
background: #fff;
}
body.nyomtat #zarlista #arlista-tabla{
border-collapse: collapse;
margin: 5px;
}
#zarlista.arlista th.kategoria{
background: #fff;
text-align: left;
}
#zarlista.arlista th.kategoria div{
border-bottom: 1px solid #ccc;
color: #000;
}
#zarlista.arlista .kategoria span{
background: #fff;
}
body.nyomtat #h1{
font-size: 1.5em;
line-height: 1.5em;
margin-bottom: 0;
text-align: right;
}
body.nyomtat .pageframe{
border: 0;
width: 100%;
}
.menu li{
list-style: none;
}
.menu ul, .menu li{
margin: 0;
padding: 0;
list-style-image: none;
}
body.nyomtat #fejlec{
border-bottom: 1px solid #ccc;
background: none;
}
#zarlista #utolso-frissites{
background: #fff;
float: right;
line-height: 18px;
}
#zarlista #arlista-szoveg{
border: 1px solid #f00;
padding: 5px;
}
#zarlista #arlista-szoveg legend{
font-weight: bold;
text-indent: 0;
}

.arlista-cim{
font-size: 11px;
text-align: center;
}
body.nyomtat,
body.nyomtat .banner{
background: none;
}
#zarlista .arlist-akcio,
#zarlista .arlist-akcio *{
color: #c00;
}
#zarlista.termek td.ar{
font-size: 24px;
}
#zarlista .arlist-akcio .bevezeto{
background-image: url(images/akcio2.gif);
background-position: 100% 25%;
background-repeat: no-repeat;
}
#zarlista.termek .ar{
line-height: 30px;
}
#zarlista.hirlevel .checkbox{
margin: 0;
}

#input-szoveg{
width: 100%;
}

#nincsar{
border-bottom: 0;
font: normal 12px/16px Arial, sans-serif;
margin: 10px 10px 0 0;
text-align: right;
}
#h1{
line-height: 18px;
}

.bemutatkozo{
margin: 0 10px;
}

.ar span{
color: #000;
font-size: 10px;
font-weight: normal;
line-height: 1.3em;
}
xbody.admin .pageframe{
width: 640px;
}
#zarlista .arlist-ujdonsagakcio .bevezeto{
background-image: url(images/ujdonsag-akcio.gif);
background-position: 100% 25%;
background-repeat: no-repeat;
}
#zarlista .arlist-ujdonsag .bevezeto{
background-image: url(images/ujdonsag.gif);
background-position: 100% 25%;
background-repeat: no-repeat;
}
#zarlista.termek td.ar span{
font-weight: bold;
font-size: 18px;
}
@media print{
    .nemnyomtat{
        display: none !important;
    }
}
xblink{
-x-behavior: url(blink.htc);
}

.popup .footer{
display: none;
}

#blokk-kosar *{
list-style-image: none;
list-style-type: none;
margin: 0;
padding: 0;
}

.nyomtat .megrendel,
.nyomtat .megrendel-tovabb{
display: none;
}

#blokk-kosar-count{
color: #069;
}

.blink, .blink *,
.blink:link, .blink:link *,
.blink:visited, .blink:visited *{
color: #f00 !important;
}
.blink-on, .blink-on *,
.blink-on:link, .blink-on:link *,
.blink-on:visited, .blink-on:visited *{
color: #000 !important;
}

#megrendelesek,
#megrendelesek th,
#megrendelesek td{
border-collapse: collapse;
}

#megrendelesek th{
border: 1px solid #000 !important;
}
#megrendelesek td{
border: 1px solid #ccc !important;
padding: 5px;
}

.uzenet-info{
border: 1px solid #66c;
background: #ccf;
margin: 5px;
padding: 5px;
}

#szures dl{
margin-top: 0;
margin-bottom: 0;
}

.raktarkeszlet table,
.raktarkeszlet tr,
.raktarkeszlet td{
border: 1px solid #ccc;
border-collapse: collapse;
padding: 5px;
}

/* hirek */

.hirek #tartalom .hir h3,
.hirek #tartalom .hir h3 a:link,
.hirek #tartalom .hir h3 a:visited{
font: bold 14px/20px Arial,sans-serif;
color: #065990;
border-color: #065990;
margin: 0;
text-decoration: none;
}
.hirek #tartalom .hir h3,
.hirek #tartalom .hir .szoveg,
.hirek #tartalom .hir .bevezeto{
padding: 2px;
}
.hirek #tartalom .hir h3 a:hover{
text-decoration: underline;
}
.hirek #tartalom .hir h4{
float: right;
border-bottom: 0;
margin-top: -18px;
font: normal 10px/13pt Arial,sans-serif;
padding-right: 5px;
}
.hirek #tartalom .hir .tovabb{
color: #f33;
text-align: right;
padding-right: 5px;
text-decoration: underline;
cursor: pointer;
}
.hirek #tartalom .hir{
border: 3px solid #fff;
margin: 10px 0;
padding: 1px;
}
.hirek #tartalom .bevezeto{
color: #666;
font-style: italic;
line-height: 20px;
-x-font-weight: bold;
}
.hirek #tartalom .hir:hover,
.hirek #tartalom .hir-hover{
background: #f3f3f3 !important;
border: 3px solid #f3f3f3 !important;
}

.index #tartalom .hir,
.index #tartalom .rss{
-x-border-bottom: 2px solid #f3f3f3;
cursor: pointer;
}
.index #tartalom .rss{
background: url(images/rssbg.png) 100% 35px no-repeat;
}
.index #tartalom #index-hirek a:link,
.index #tartalom #index-hirek a:visited,
.index #tartalom #index-hirek a:link,
.index #tartalom #index-hirek a:visited{
text-decoration: none;
}
.index #tartalom #index-hirek a:hover,
.index #tartalom #index-hirek a:hover{
text-decoration: underline;
}

#zarlista .ftorolve,
#zarlista .ftorolve td{
background: #fcc;
}
#zarlista .ftorolve-paros,
#zarlista .ftorolve-paros td{
background: #fdd;
}

tr.ar-csoport,
tr.ar-csoport td{
background: #fc0;
border-color: #c90;
}

tr.dealerscript,
tr.dealerscript td{
background: #fcc;
border-color: #c00;
}

td.d3{
color: #f00;
}

em.nm{
color: #999;
}

.szerviz2 dl dt,
.szerviz3 dl dt{
width: 150px;
}
.szerviz2 dl dd,
.szerviz3 dl dd{
margin-left: 155px;
}
.szerviz2 dl dt,
.szerviz2 dl dd,
.szerviz3 dl dt,
.szerviz3 dl dd{
margin-bottom: 10px;
}

#mar, #mar a, #mar a:link, #mar a:visited, #mar img{
width: 235px;
height: 75px;
display: block;
}
#mar{
position: absolute;
background: transparent;
margin-top: 10px;
margin-left: 120px;
overflow: hidden;
}
a#mar span{
display: none;
}

#zarlista .lezarva td{
background: #fc0;
}

.szerviz3-szazalek-felirat{
float: right;
width: 200px;
}
.szerviz3-szazalek{
width: 100px;
height: 10px;
border: 1px solid #fff;
padding: 1px;
float: right;
margin: 2px 0 0 2px;
}
.szerviz3-szazalek span{
display: inline-block;
background: #fff;
height: 100%;
}
.szerviz3-becsuk,
.szerviz3-kinyit{
display: inline-block;
cursor: pointer;
width: 60px;
}
.szerviz3-kinyit span,
.szerviz3-becsuk span{
display: inline-block;
margin: 0;
overflow: hidden;
margin-right: 2px;
width: 11px;
height: 11px;
padding: 0;
}
.szerviz3-becsuk span{
background: transparent url(/images/szerviz3-kinyitbecsuk.png) 0 -11px no-repeat;
}
.szerviz3-kinyit span{
background: transparent url(/images/szerviz3-kinyitbecsuk.png) 0 0 no-repeat;
}

#termek-driverek{
text-align: left;
width: 300px;
background: #f9f9f9;
padding: 5px;
}
#termek-driverek h3{
cursor: pointer;
margin-top: 0;
}
#termek-driverek ul{
margin: 0 0 0 20px;
}
#termek-driverek span{
display: none;
}

.input-radio3 dt{
text-align: right;
padding-right: 5px;
}

#zarlista .atszallitva td{
background: #cfc;
}

@font-face{font-family:JonSans;src:local("Jon Sans"),local(JonSans),url("/pricelist/font/JonSans.otf")}@font-face{font-family:JonSansIE;src:url("/pricelist/font/JonSans.eot")}.JonSans{font-family:"Jon Sans","JonSans","JonSansIE"}

