body {
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.7em;
	font-size-adjust: none;
	font-stretch: normal;
	color: #333333;	
	text-align:center; /* Zentrierung IE5+*/
	background:none repeat scroll 0 0 #F4F9FE;
}

html, body {
	margin: 0;
	padding: 0;
}
body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}
* html .clearfix {
	height: 1%;
}

/* Normal link */
a {
	color: #3789B9;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #006699;
/*	font-weight: normal; */
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
}


/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #999;
	font-size: 90%;
}

/* Heading */
h1 {
    color: #0072FF;
    font-family: Oswald,sans-serif;
    font-size: 18px;
    font-weight: normal;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
    color: #0072FF;
    font-family: Oswald,sans-serif;
    font-size: 18px;
    font-weight: normal;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

.left,
.right{
line-height:1.4;
}
#content {
  line-height: 1.6;
}

#content ul,
.left ul,
.right ul {
	list-style: none;
}
/* régi
ul li,
.left ul li,
.right ul li {
	padding-left: 16px;
	background: url("../images/sep.gif") repeat-x scroll center bottom transparent;
	line-height: 160%;
	padding: 4px 0;
} */

.left ul li,
.right ul li {
	padding: 3px 0 3px 20px;
	display: block;
	color: #000000;
	background: url("../images/gomb1.gif") no-repeat scroll left center transparent; 
	text-decoration: none;
	outline: none;
}

ul li {
	padding: 3px 0 3px 0px;
	display: list-item;
	list-style: circle outside url("../images/lista.png");
	margin: 0 0 0 30px;
	color: #333333;
	font-size: 14px;
	background: none scroll left center transparent; 
	text-decoration: none;
	outline: none;
}

.right ul li:hover,
.right ul li:active,
.right ul li:focus,
.left ul li:hover,
.left ul li:active,
.left ul li:focus {
	color: #FFF;
	background: url(../images/gomb1-hover.gif) no-repeat scroll left center transparent;
	text-decoration: none;
}
.right ul li.active,
.left ul li.active {
	color: #333;
	text-decoration: none;
	font-weight:normal;
}
.right ul.menu li.active,
.left ul.menu li.active {
	color: #FFF !important;
	background: url(../images/gomb1-hover.gif) no-repeat scroll left center transparent !important;
	text-decoration: none;
	font-weight:normal;
}

#content ol li,
.left ol li,
.right ol li {
	margin-left: 15px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
/*	text-align: left; */
}

fieldset {
	border: none;
	padding: 0;
	padding-top:10px;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
	font-size: 100%;
}

img {
	border: none;
}


/* TOPMENU - JOOMLA STYLE WITH SUFFIX -nav
--------------------------------------------------------- */
#topmenu h3
{
  display:none;
}

#topmenu #mainlevel-nav
{
  list-style:none;
  white-space:nowrap;
  font-size:11px;
  margin:0;
  padding:0;
}

#topmenu #mainlevel-nav li
{
  width:auto!important;
  float:left;
  white-space:nowrap;
  font-size:11px;
  margin:0 3px 0 0;
}

#topmenu #mainlevel-nav li a
{
  color:#ccc;
  display:block;
  padding-left:8px;
  padding-right:8px;
  text-decoration:none;
  white-space:nowrap;
  font-size:11px;
  border-left:1px solid #ccc;
}

#topmenu #mainlevel-nav li a:hover
{
  display:block;
  padding-left:8px;
  padding-right:8px;
  white-space:nowrap;
  text-decoration:none;
  color:#222;
  font-size:11px;
}



/* FORM
--------------------------------------------------------- */

form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

div.mod-languages {
margin-bottom: 7px;
}

div.mod-languages .inputbox {
padding: 4px 0 4px 47px;
}

input, select, textarea, .inputbox {
	padding: 4px 0 4px 0;
	margin:0;
	font-size: 100%;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border: 1px solid #666666;
}

.button {
	padding: 3px 5px 3px 5px;
	padding-right: 5px;
	border: 1px solid #ccc;
	background: #9EEB6B;
	color: #FFFFFF;
	font-size: 11px;
}

.button:hover, .button:focus {
	border: 1px solid #999999;
	color: #333;
}

* html .button {
	padding: 2px 0 !important; 
}

*+html .button {
	padding: 1px 5px 1px 5px !important; 
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}
/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
	clear: both;
	display: block;
	height: 20px;
}

.article_column {
}

.column_separator {
	padding: 0 10px;
}

/* content tables */
td.sectiontableheader {
  padding: 4px;
  border-bottom: 1px solid #ccc;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	float: right;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 0 0 3PX;
	border-bottom: 1px solid #ccc;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 4px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #f9f9f9;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
}

.adminform .inputbox {
}

.blog_more {
	padding: 10px 0;
	background: url(../images/sep.gif) repeat-x top;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	font-size: 125%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 17px;
	background: url(../images/bullet.gif) no-repeat 6px 8px;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
border-bottom:1px solid #eee;
  color:#888;
  font-size:14px;
  font-weight:normal;
  margin-bottom:4px;
}

.contentdescription {
	padding-bottom: 20px;
}

h2.contentheading, .contentheading {
  font-size:14px;
  font-weight:bold;
  margin-bottom:4px;
  border-bottom:1px solid #ccc;

}

table.blog .contentheading {
}


a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none !important;
}

a.readon {
	margin-top:4px;
	color: #222;
	font-size: 96%;
	font-weight:bold;
	text-transform:lowercase;
	text-decoration:none;

}

a.readon:hover, a.readon:active, a.readon:focus {
	color:#ccc;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto;
	padding: 10px 0;
	background: url(../images/dot.gif) repeat-x top;
}

ul.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 5px;
	border: 1px solid #ccc;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	border: 1px solid #ccc;
	background: #f2f2f2;
}

.pagenavbar {
	padding-left: 0px;
	color:#000;

}

.pagenavcounter {
	padding: 8px 14px 0 0px;
	font-weight:bold;
}

.sectiontableheader {
	padding: 8px 5px;
	background: #fff;
	color: #222;
	border-bottom:1px solid #e5e5e5;

}

.sectiontableheader a {
	color: #666;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	background:#fff;
	border-bottom:1px solid #eee;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	border-bottom:1px solid #eee;
	background:#fff;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background:#f2f2f2;

}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* META
--------------------------------------------------------- */
.article-tools {
	border-top: 1px solid #333;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	display: block;
	background: #222;
}

.article-meta {
	padding: 5px;
	width: 80%;
	float: left;
}


.modifydate {
	width: 100%;
	float: left;
}

div.buttonheading {
	float: right;
	width: 15%;
}

.buttonheading img {
	margin: 7px 5px 0 0;
	border: 0;
	float: right;
}



/* MODULE FOR SLIDESHOW WITH SUFFIX _gallery
--------------------------------------------------------- */

div.module_gallery{
	padding:0;
	margin:0;
	line-height:1.0;
	margin-bottom:10px;
}
div.module_gallery h3{
	display:none}

#inset div.module h3{
}
#inset div.module{
margin:20px 0 20px 0;
border:none;
}


/* SAJAT MODULOK - CUSTOM DESIGN
---------------------------------------------------------- */
#inset div.modulehirek h3{
	background: url("../images/hirek.png") no-repeat scroll center bottom transparent;
	text-align: center;
	color: #FFB400;
	font-family: Oswald,sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-left: 0px;
	margin-bottom: 5px;
}

#inset div.modulehirek{
	margin:20px 0 20px 0;
	border:none;
}

#inset div.modulevideok h3{
	background: url("../images/videok.png") no-repeat scroll center bottom transparent;
	text-align: center;
	border-bottom: 1px solid #FFB400;
	color: #FFB400;
	font-family: Oswald,sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-left: 0px;
	margin-bottom: 5px;
	margin: 0 40px;
	padding: 0 0 5px;
}

#inset div.modulevideok {
	margin:20px 0 20px 0;
	border:none;
}

#inset .customvideok img {
	border-radius:16px;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border:none;
}

#content p {
    font-size: 14px;
}

div.moduletestimony {
  margin:0 0 20px 0;
  float: left;
  padding: 0 14px;
}

div.moduletestimony h3 {
    border-bottom: 1px solid #9EEB6B;
    color: #9EEB6B;
    font-family: Oswald,sans-serif;
    font-size: 18px;
    font-weight: normal;
    height: 13px;
    margin-bottom: 6px;
    padding: 1px 0 11px 0;
    text-align: left;
}

div.modulegyik {
  background: none repeat scroll 0 0 #9eeb6b;
  margin: 20px 2px 20px 5px;
  border: medium none;
  border-radius: 16px 0 16px 0;
  -moz-border-radius: 16px 0 16px 0;
  -webkit-border-radius: 16px 0 16px 0;
  float: left;
  padding: 0 10px 15px;
}

div.modulegyik li a {
    background: url("../images/gomb1f.gif") no-repeat scroll left center transparent !important;
    color: #000000;
    display: block;
    outline: medium none;
    padding: 3px 0 3px 20px;
    text-decoration: none;
}

div.modulegyik h3 {
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-family: Oswald,sans-serif;
  font-size:17px;
  font-weight:normal;
  height: 23px;
  text-align: left;
  margin-bottom:6px;
  margin-top: 6px;
  padding:6px 0 4px;
}

#inset div.moduleutolso h3{
	background: url("../images/forum.png") no-repeat scroll center center transparent;
	text-align: center;
	border-bottom: 1px solid #FFB400;
	color: #FFB400;
	font-family: Oswald,sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-left: 0px;
	margin-bottom: 5px;
	margin: 40px 20px 0;
	padding: 0 0 5px;
}

#inset div.module_video h3{
	background: url("../images/videok.png") no-repeat scroll center center transparent;
	text-align: center;
	border-bottom: 1px solid #FFB400;
	color: #FFB400;
	font-family: Oswald,sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-left: 0px;
	margin-bottom: 5px;
	margin: 50px 70px 30px;
	padding: 0 0 5px;
}


/* MODULE LEFT/RIGHT
--------------------------------------------------------- */
.right div.module_menu h3,
.right div.module_text h3,
.right div.module h3,
.left div.module_menu h3,
.left div.module_text h3,
.left div.module h3{
/*  background: url(../images/fejlec2.png) no-repeat scroll right bottom transparent; */
  border-bottom: 1px solid #0072ff;
  font-family: Oswald,sans-serif;
  font-size:18px;
  font-weight:normal;
  height: 13px;
  color: #0072ff;
  text-align: left;
  margin-bottom:6px;
/*  border:1px solid #ccc; */
  padding:1px 0 11px 0px;
}
.right div.module_menu,
.right div.module_text,
.right div.module,
.left div.module_menu,
.left div.module_text,
.left div.module,
.left2 div.module_menu,
.left2 div.module_text,
.left2 div.module,
.module_tudastar-cikkek,
.custom_tudastar {
	font-size:100%;
	margin-bottom:20px;
	padding: 0 15px;
	clear:both;
	text-align: left;
}

div.module_fontos h3 {
  border-bottom: 1px solid #FFFFFF;
  font-family: Oswald,sans-serif;
  font-size:18px;
  font-weight:normal;
  height: 13px;
  color: #FFFFFF;
  text-align: left;
  margin-bottom:6px;
  padding:1px 0 11px 20px;
}

div.module_uzenet h3 {
    background: url("/uj/media/system/images/email-24.png") no-repeat scroll left center transparent;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-family: Oswald,sans-serif;
    font-size: 18px;
    font-weight: normal;
    height: 13px;
    margin: 0 32px 10px;
    padding: 1px 0 11px 30px;
    text-align: left;
}

/* MODULE CHROME ROUNDED / WITH SUFFIY _round
--------------------------------------------------------- */

div.module_round h3 {
  font-size:12px;
  font-weight:bold;
  margin-bottom:6px;
  border-bottom:1px solid #f2f2f2;
  padding:4px 0 4px 0;
}

div.module_round{
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/box-r-br.gif) no-repeat bottom right #FFFFFF;
	overflow: hidden;
	margin-bottom:20px;

}
div.module_round div
{
	padding: 0;
	background: url(../images/box-r-bl.gif) no-repeat bottom left ;
}

div.module_round div div{
	padding: 0;
	background: url(../images/box-r-tr.gif) no-repeat top right ;
}
div.module_round div div div {
	padding: 4px 10px 10px 10px;
	background: url(../images/box-r-tl.gif) no-repeat top left ;
}
div.module_round div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

/* MODULE GREY ROUNDED / WITH SUFFIY _grey
--------------------------------------------------------- */

div.module_grey h3 {
  font-size:12px;
  font-weight:bold;
  margin-bottom:6px;
  background: url(../images/grey_h3.gif) repeat-x bottom ;
  padding:4px 0 4px 0;
}

div.module_grey{
	padding:0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/box-grey-br.gif) no-repeat bottom right #f2f2f2;
	overflow: hidden;
	margin-bottom:20px;

}
div.module_grey div
{
	padding: 0;
	background: url(../images/box-grey-bl.gif) no-repeat bottom left ;
}

div.module_grey div div{
	padding: 0;
	background: url(../images/box-grey-tr.gif) no-repeat top right ;
}
div.module_grey div div div {
	padding: 4px 10px 10px 10px;
	background: url(../images/box-grey-tl.gif) no-repeat top left ;
}
div.module_grey div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

/* MODULE FOOTER
--------------------------------------------------------- */
#footer div.module_menu,
#footer div.module_text,
#footer div.module{
	font-size:100%;
	margin-bottom:10px;
	color:##FFFFFF;

}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}

#form-login p {
	margin: 0 0 5px;
	text-align:left;
}

#form-login ul {
	margin: 10px 0 0;
}

#left .inputbox{
background-color:#FFF;
border:1px solid #ccc;
color:#444;
}

/* Tooltips */
.tool-tip {
	float: left;
	border: 1px solid #ccc;
	padding: 8px;
background:#fff ;
	max-width: 200px;
	z-index:99999;

}

.tool-title {
display:none;
	padding: 0;
	margin: 0;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 95%;
	font-weight: bold;
}

.tool-text {
	margin: 0;
	font-size: 90%;
	color:#999;
	text-align:left;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	padding: 0;
	margin: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	padding: 5px;
	margin: 0;
	color: #FFFFFF;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #ff9900;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #BF0000;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #EE9600;
	border: none;
}
.imgborder{
border:1px solid #ccc;
padding:2px;
}

.klatest li {
	background: none !important;
}
.klatest-items {
	margin: 0;
	padding: 0;
}
.klatest-items li.klatest-item {
	list-style: none !important; 
	margin: 2px 0;
	padding: 0 0 1px;
	clear: both;
}
.klatest-items ul.klatest-itemdetails {
	margin: 0;
	padding: 0;
}

.klatest-items .knewchar {
	color: #009900;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 3px;
	font-size: .75em;
	vertical-align:top;
	white-space:nowrap;
}
.klatest-itemdetails li {
	margin-bottom: 0 !important;
	display: block;
}
.klatest-subject a {
	color: #136AA5;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.klatest-avatar {
	float:left;
	display: block;
	margin-right: 5px;
}
.klatest-avatar img {
	margin: 2px 2px 2px 0;
	border: 1px solid #CCCCCC;
	padding: 1px;
}
.klatest-topicicon {
	float:left;
	display: block;
	margin-right: 5px;
}
.klatest-topicicon img {
	margin: 2px 2px 2px 0;
	padding: 1px;
	width: 32px;
	height: 32px;
}
.klatest-posttime,
.klatest-cat,
.klatest-author {
	font-size: 10px;
}
.klatest-cat {
	border-bottom: 1px solid #136AA5;
}
p.klatest-more {
	margin: 0;
 	padding: 0;
	clear: both;
}
.klatest-itemdetails li.klatest-author {
	display:inline;
}
.klatest-itemdetails li.klatest-posttime {
	display:block;
}
	
.klatest-preview-content li {
	margin-bottom: 0 !important;
	display: block;
}

.modnsintro {
    color: #690;
    font-weight: bold;
}

.modns td {
    text-align: left;
}

#jnews_module1 {
    font-size: 13px;
    margin-right: 3px;
}

#jnews_module1 .pretext, #jnews_module2 .pretext {
    color: #FFF;
    font-weight: bold;
    line-height: 16px;
}

#jnews_module1 .inputbox, #jnews_module2 .inputbox {
    margin: 10px 0;
    text-align: center;
    width: 100px;
}

#jnews_module1 .button, #jnews_module2 .button {
    background: url("../images/gomb-zold.png") no-repeat scroll 0 0 transparent;
    border: 1px solid #FFFFFF;
    color: #FFF;
    font-size: 11px;
    width: 207px;
}

#jnews_module1 .button:hover, #jnews_module2 .button:hover {
    background: url("../images/gomb-zold2.png") no-repeat scroll 0 0 transparent;
    border: 1px solid #FFFFFF;
    color: #FFF;
    font-size: 11px;
    width: 207px;
}

div.module_zold {
    background: url("../images/hirlevel-hatter.png") no-repeat scroll left top transparent; 
    text-align: center;
    margin-bottom: 20px;
    margin-left: -1px;
    padding: 14px 2px 10px;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    width: 226px;
/*    float: left; */
/*    border: 1px solid #FF8800; */
}

div.module_zold h3 {
/*    background: url("../images/sidebar-header.png") no-repeat scroll center 0 transparent; */
    color: #669900;
    font-family: Tahoma,Arial,Verdana,sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 29px;
    margin-bottom: 2px;
    padding: 0 0 8px 40px;
    text-align: left;
}

#footer div.module_zold h3 {
	height: 23px !important;
	padding-top: 2px;
}

.vmgroup {
	margin: -14px 0 0;
	text-align: center !important;
}

.vmheader {
    color: #FF6600;
    font-family: Oswald,sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: -5px;
    margin-top: -15px;
    text-align: center;
}

div.module_tovabbi-termekek {
    margin-top: 10px;
}

.content {
    max-width: 443px;
    padding: 32px 15px 80px 15px;
}


/* VM CSS */
.clr{clear:both;overflow:hidden;}

.general-bg,input.custom-attribute,input.quantity-input,input.vm-default,a.details,div.details,button.default {
	background:none repeat scroll 0 0 #669900;
	border:medium none;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	color:#FFFFFF;
	text-decoration:none;
	padding:5px 5px 4px;
}

span.custom-variant-inputbox input.custom-attribute:hover,span.quantity-box input.quantity-input:hover,span.quantity-box input.quantity-input:hover,table.user-details input:hover,a.details:hover,div.details:hover,a.product-details:hover,button.default:hover{background:#c2ffa0;text-decoration:none;}

input.vm-default:hover {
	background:#0072FF !important;
}

.productdetails-view .spacer-buy-area{padding:0 0 0 52px;margin-top:50px;}
.product-neighbours{color:#777;margin:0 0 15px;}
.product-neighbours a.next-page{background:url(../images/vmgeneral/next_16x16.png) no-repeat right;padding-right:30px;line-height:20px;float:right;}
.product-neighbours a.previous-page{background:url(../images/vmgeneral/previous_16x16.png) no-repeat left;padding-left:30px;line-height:20px;float:left;}
.productdetails-view h1{font-size:22px;margin:0 0 6px;padding:0;}
.productdetails-view .product-short-description{margin:0 0 15px;padding:0;}
.productdetails-view .product-description,.product-fields{margin:15px 0;}

span.title {
    border-bottom: 1px solid #CAC9C9;
    color: #0072FF;
    display: block;
    font-family: oswald,non-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 12px;
    padding: 0 0 6px;
}

.product-packaging{margin:15px 0 0;}
.icons{text-align:right;float:right;margin:0 0 10px 30px;}
.additional-images img{margin-right:7px;width:50px;height:auto;}
.product-price{margin:0 0 15px;}
.productdetails-view .addtocart-bar{margin:15px 0 0;padding:0;}
.availability{text-align:center;margin:15px 0 0;}
.customer-reviews h4{border-bottom:solid #CAC9C9 1px;font-size:14px;margin:0 0 10px;padding:0 0 6px;}
.write-reviews{text-align:center;margin:20px 0 0;}
.write-reviews h4{text-align:left;}
.write-reviews h4 span{font-size:12px;font-weight:400;margin-left:8px;}
.write-reviews span.step{font-weight:700;display:inline-block;margin:0 0 8px;}
.write-reviews ul.rating{text-align:center;margin:0 0 20px;padding:0;}
.write-reviews ul.rating li{display:inline-block;list-style:none;text-align:center;padding:0 5px;}
.write-reviews ul.rating li span{display:block;padding-bottom:5px;}
.write-reviews textarea.virtuemart{margin-bottom:6px;display:inline-block;}
.list-reviews .normal{border:solid #CAC9C9 1px;margin-bottom:8px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;padding:12px;}
.list-reviews .normal blockquote,.list-reviews .highlight blockquote{margin-top:12px;font-size:12px;word-wrap:break-word;}
.list-reviews .normal blockquote:before,.list-reviews .highlight blockquote:before{content:open-quote;font-weight:700;font-size:24px;padding-right:6px;}
.list-reviews .normal blockquote:after,.list-reviews .highlight blockquote:after{content:close-quote;font-weight:700;font-size:24px;padding-left:6px;}
.list-reviews .highlight{background:#f7f6f6;border:solid #CAC9C9 1px;margin-bottom:8px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;padding:12px;}
.list-reviews span.date{float:right;display:block;color:#777;border-left:solid #CAC9C9 1px;border-bottom:solid #CAC9C9 1px;position:relative;top:-12px;right:-12px;font-size:10px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;padding:4px 6px 2px;}
span.variant-dropdown{width:150px;float:left;display:block;margin-bottom:5px;}
span.variant-dropdown select{width:150px;}
span.custom-variant-inputbox{width:152px;float:left;display:block;margin-bottom:5px;}
input.custom-attribute{width:140px;}
span.quantity-box{float:left;width:27px;padding-top:5px;}
input.quantity-input{height:19px;width:25px !important;text-align:center;font-weight:700;padding:2px;border: medium none !important;}
input.quantity-input:hover {background: none repeat scroll 0 0 #669900 !important;}
span.quantity-controls{width:15px;float:left;padding-top:2px;margin:0 5px 0 7px;}
span.quantity-controls input.quantity-controls{height:14px;border:none;width:15px;}

span.quantity-controls input.quantity-plus {
    background: url("../images/vmgeneral/quantity-controls.png") no-repeat scroll 0 0 transparent;
    border: medium none !important;
    width: 15px !important;
    cursor: pointer;
}

span.quantity-controls input.quantity-minus {
    background: url("../images/vmgeneral/quantity-controls.png") no-repeat scroll -15px 0 transparent;
    border: medium none !important;
    width: 15px !important;
    cursor: pointer;
}

.addtocart-bar{margin:0;padding:0;}
span.addtocart-button{width:152px;float:left;margin:0;}
span.cart-images img {
    float: left;
    margin: 0;
    width: 45px;
}
span.addtocart-button input.addtocart-button,span.addtocart-button input.notify-button{width:142px !important;background:url("../images/kosarba.png") no-repeat scroll 0 0 transparent;color:#fff;border:medium none !important;font-size:14px;font-weight:bold;cursor:pointer;height:30px;text-align:left;padding:4px 5px;letter-spacing: 0 !important;}
.category-view h4{font-size:14px;margin:0;padding:0;}
.category-view .row .category .spacer h2{margin:0;padding:0;}
.category-view .row .category .spacer h2 a{font-size:14px;display:block;text-align:center;}
.category-view .row .category .spacer h2 a img{margin-top:6px;max-width:100%;height:auto;}

.featured-view h4, .latest-view h4, .topten-view h4, .related-products-view h4 {
    background: url("../images/shop-cim3.png") no-repeat scroll center center transparent;
    border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    margin: 10px auto;
    padding: 2px 5px;
    text-align: center;
    width: 60%;
}

.browse-view h1{font-size:16px;margin:0 0 8px;padding:0;}
.orderby-displaynumber{border-bottom:solid #E9E8E8 1px;border-top:solid #E9E8E8 1px;margin:10px 0;padding:10px 0;}
.orderlistcontainer{font-size:12px;display:inline-block;text-decoration:none;margin:0 15px 0 0;}
.orderlistcontainer div.activeOrder{background:#FFF top right no-repeat url(../images/vmgeneral/arrow_down.png);cursor:pointer;border:solid #CAC9C9 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;font-size:12px;padding:2px 24px 1px 12px;}
.orderlistcontainer a{text-decoration:none;display:block;}
.orderlistcontainer a :hover{text-decoration:none;display:block;color:#EEE;background:#777;}
.orderlistcontainer div.orderlist{display:none;position:absolute;border:solid #CAC9C9 1px;background:#FFF;cursor:pointer;}
.orderlistcontainer div.orderlist div{padding:2px 12px 1px;}
.orderlistcontainer div.orderlist div:hover{color:#EEE;background:#CAC9C9;}
.ask-a-question-view .product-summary{border-bottom:solid #CAC9C9 1px;margin:25px 0 0;padding:0 0 10px;}
.ask-a-question-view .product-summary h2{font-size:16px;margin:0;padding:0;}
.ask-a-question-view .product-summary .short-description{margin-top:6px;}
.ask-a-question-view .product-summary img.product-image{max-width:100%;max-height:100%;width:auto;height:auto;}
.ask-a-question-view .form-field textarea.field{width:394px;background:#fff url(../images/vmgeneral/default_bg.jpg) bottom repeat-x;border:solid #CAC9C9 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;color:#777;text-align:left;padding:12px;}
.ask-a-question-view .form-field textarea.field:hover{background:#fff url(../images/vmgeneral/default_hover_bg.jpg) top repeat-x;color:#000;}
.ask-a-question-view .form-field .submit{width:418px;}
.ask-a-question-view input.counter,.ask-a-question-view input#email{background:#e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;border:solid #ccc 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;color:#777;display:inline-block;margin:0 0 0 10px;padding:5px 5px 4px;}
.vmquote{font-size:smaller;}
.manufacturer-details-view img{float:right;margin:0 0 10px 20px;}
.manufacturer-details-view .email-weblink a{margin-right:15px;}
a.ask-a-question{font-size:12px;font-weight:700;display:inline-block;text-decoration:none;margin-bottom:8px;padding:3px 12px 1px;}

a.ask-a-question:hover{background: none repeat scroll 0 0 007eff;color:#FFF;text-decoration:none;}

a.ask-a-question {background: none repeat scroll 0 0 #5DAAF8; color: #FFF; }

.ask-a-question-view input.counter:hover,.ask-a-question-view input#email:hover,a.ask-a-question:hover,input.vm-default{background: none repeat scroll 0 0 #007eff;margin-bottom:8px;}
input.highlight-button{background:#669900;color:#fff;border:1px solid #00a000 !important;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;font-size:12px;cursor:pointer;text-align:center;display:inline-block;text-decoration:none;padding:4px 8px 2px;font-weight:bold;}
input.highlight-button:hover {background:#486c00;}
input.highlight-button:visited{color:#fff;}

a.product-details,
a.details,
div.details {
	display:inline-block;
	background: url("../images/vmgeneral/termek-reszl-adatai.gif") repeat-x scroll 0 0 transparent;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	color: #286407;
	padding: 3px 28px 3px 6px;
	text-decoration: none;
	border: medium none;
}

a.details:hover,
div.details:hover,
a.product-details:hover {
	display:inline-block;
	background: url("../images/vmgeneral/termek-reszl-adatai-hover.gif") repeat-x scroll 0 0 transparent;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	color: #FFFFFF;
	padding: 3px 28px 3px 6px;
	text-decoration: none;
}

span.details-button{ margin:0 0 0 10px;}
span.details-button input.details-button { background: url("../images/vmgeneral/backgrounds.png") repeat-x scroll center top #E8E8E8;color:#135CAE;border:1px solid #CAC9C9 ;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;cursor:pointer; text-align:center;padding:3px 8px 1px;}
.coupon{color: gray;  border-radius:4px; border:1px solid #CAC9C9 ; font-size: 9px;padding: 3px;}
button.default{display:inline-block;cursor:pointer;padding:5px 8px 4px;}
button.default:hover{color:#777;}
a.highlight,a.highlight:visited{background:#e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;border:solid #00a000 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;font-size:12px;display:inline-block;text-decoration:none;background-position:0 -160px;color:#fff;padding:3px 8px 1px;}
textarea.virtuemart{background:#fff;border:solid #ccc 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;color:#777;text-align:left;padding:5px 5px 4px;}
p.product_s_desc{margin-bottom:6px;padding:0;}
span.stock-level{font-size:10px;color:#7d7b7b;}
.horizontal-separator{height:1px;background:#e9e8e8;margin:10px 0;}
.invalid{background-color:#ffd;color:#000;border-color:red;}
.page-results{margin-top:25px;text-align:right;}
.control-buttons button.default{margin-left:8px;}
table.user-details input{background:none repeat scroll 0 0 transparent;border:solid #555 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;color:#000;margin-bottom:2px;padding:5px 5px 4px;}
table.user-details input.invalid{background:none repeat scroll 0 0 #ffff00;border:solid red 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;color:#777;margin-bottom:2px;padding:5px 5px 4px;}
td.key{padding:0 6px;}

.cart-view h1 {
    background: url("../images/kosar.png") no-repeat scroll 45px 2px transparent;
    border-bottom: 1px solid #0072FF;
    color: #0072FF;
    font-family: Oswald,sans-serif;
    font-size: 18px;
    font-weight: normal;
    height: 13px;
    margin-bottom: 20px;
    padding: 3px 0 28px;
    text-align: left;
    width: 200%;
}

.cart-view h2{font-size:12px;margin:0;padding:0;}
.checkout-button-top{text-align:right;border-top:medium none;padding:0;}
.checkout-button-top input.terms-of-service{margin-right:0px;margin-top:3px;float:left;display:inline-block;}
span.tos{display:inline-block;float:left;width:300px;color:#FF0000;}
.billto-shipto{border-top:solid #E9E8E8 1px;border-bottom:solid #E9E8E8 1px;margin:10px 0 0;padding:10px 0 25px;}
.billto-shipto span,span.terms-of-service{display:inline-block;font-size:14px;}
.output-billto span.titles,.output-shipto span.titles{width:150px;float:left;}
.output-billto span.values-first_name,.output-billto span.values-middle_name,.output-billto span.values-zip,.output-shipto span.values-first_name,.output-shipto span.values-middle_name,.output-shipto span.values-zip{float:left;margin-right:3px;}
table.cart-summary tr th{background:#669900;border-bottom:solid #E9E8E8 1px;padding:6px 5px 3px;color: #FFFFFF;}
.customer-comment{text-align:center;border-top:solid #E9E8E8 1px;margin:10px 0 0;padding:10px 0 0;}
textarea.customer-comment{background:#fff;border:solid #ccc 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;color:#777;margin-bottom:2px;text-align:center;padding:5px 5px 4px;}
div.terms-of-service{border-top:solid #E9E8E8 1px;border-bottom:medium none;margin:10px 0 0;padding:10px 0 5px;}
.terms-of-service h5{background:#7C1E21;color:rgba(255, 255, 255, 0.9);font-size:14px;text-align:center;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;font-weight:400;margin:0;padding:15px;}
.terms-of-service h5 a,.terms-of-service h5 a:visited{color:#fff;text-transform:uppercase;}
.vm-button-correct,.vm-button-correct:hover,.vm-button-correct:visited{font-size:12px;font-weight:700;display:inline-block;text-decoration:none;color:#777;}
.vm-button-correct,.vm-button-correct:link,.vm-button-correct:visited{background:#669900;color:#fff;border:solid #00a000 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;font-size:12px;cursor:pointer;text-align:center;letter-spacing:0;display:inline-block;text-decoration:none;padding:6px 12px 3px;}
.vm-button-correct:hover{background:#334c00;text-decoration:none;}
.VmArrowdown{background:top right no-repeat url(../images/vmgeneral/arrow_down.png);cursor:pointer;float:right;width:16px;height:16px;padding:0 12px;}
ul.VMmenu,.VMmenu ul,.VMmenu li{list-style-type:none!important;background-image:none!important;padding:2px;}
#ui-tabs ul#tabs{list-style-type:none;overflow:hidden;margin:0;padding:20px 20px 0;}
#ui-tabs ul#tabs li{display:inline-block;cursor:pointer;background:#f2f2f2;padding:10px 20px 7px;}
#ui-tabs ul#tabs li.current{display:inline-block;background:#ccc;color:#444;}
#ui-tabs .tabs{padding:20px;}
#ui-tabs .dyn-tabs{overflow:auto;display:none;}
.clear,br.clear{clear:both;}
.floatright,span.floatright{float:right;}
.floatleft,span.floatleft{float:right;}
span.bold{font-weight:700;}
.width1{width:1%;}.width2{width:2%;}.width3{width:3%;}.width4{width:4%;}.width5{width:5%;}.width6{width:6%;}.width7{width:7%;}.width8{width:8%;}.width9{width:9%;}.width10{width:10%;}.width11{width:11%;}.width12{width:12%;}.width13{width:13%;}.width14{width:14%;}.width15{width:15%;}.width16{width:16%;}.width17{width:17%;}.width18{width:18%;}.width19{width:19%;}.width20{width:20%;}.width21{width:21%;}.width22{width:22%;}.width23{width:23%;}.width24{width:24%;}.width25{width:25%;}.width26{width:26%;}.width27{width:27%;}.width28{width:28%;}.width29{width:29%;}.width30{width:30%;}.width31{width:31%;}.width32{width:32%;}.width33{width:33%;}.width34{width:34%;}.width35{width:35%;}.width36{width:36%;}.width37{width:37%;}.width38{width:38%;}.width39{width:39%;}.width40{width:40%;}.width41{width:41%;}.width42{width:42%;}.width43{width:43%;}.width44{width:44%;}.width45{width:45%;}.width46{width:46%;}.width47{width:47%;}.width48{width:48%;}.width49{width:49%;}.width50{width:50%;}.width51{width:51%;}.width52{width:52%;}.width53{width:53%;}.width54{width:54%;}.width55{width:55%;}.width56{width:56%;}.width57{width:57%;}.width58{width:58%;}.width59{width:59%;}.width60{width:60%;}.width61{width:61%;}.width62{width:62%;}.width63{width:63%;}.width64{width:64%;}.width65{width:65%;}.width66{width:66%;}.width67{width:67%;}.width68{width:68%;}.width69{width:69%;}.width70{width:70%;}.width71{width:71%;}.width72{width:72%;}.width73{width:73%;}.width74{width:74%;}.width75{width:75%;}.width76{width:76%;}.width77{width:77%;}.width78{width:78%;}.width79{width:79%;}.width81{width:81%;}.width82{width:82%;}.width83{width:83%;}.width84{width:84%;}.width85{width:85%;}.width86{width:86%;}.width87{width:87%;}.width88{width:88%;}.width89{width:89%;}.width90{width:90%;}.width91{width:91%;}.width92{width:92%;}.width93{width:93%;}.width94{width:94%;}.width95{width:95%;}.width96{width:96%;}.width97{width:97%;}.width98{width:98%;}.width99{width:99%;}.width100{text-align: center !important;width:100%;margin-top: 15px;}
.vmheader .vmfooter {text-align: center;}
.vmicon, .vmiconFE{background:url(../images/vm2-sprite.png) no-repeat top left;}
.vm2-add_quantity_cart{background-position:0 0;width:24px;height:24px;border: 0px;cursor:pointer;}
.vm2-arrow_down{background-position:0 -72px;width:16px;height:16px;}
.vm2-billto-icon{background-position:0 -138px;height:24px;margin-right:6px;vertical-align:middle;width:24px;border :0px;}
.vm2-remove_from_cart{    background-position: 0 -212px; border: 0 none; cursor: pointer; display: inline-block; height: 24px; vertical-align: bottom; width: 24px;}
.vm2-shipto-icon{background-position:0 -284px;height:24px;margin-right:6px;vertical-align:middle;width:24px;}
.vm2-stars0{background-position:0 -358px;width:64px;height:13px;}
.vm2-stars1{background-position:0 -421px;width:64px;height:13px;}
.vm2-stars2{background-position:0 -484px;width:64px;height:13px;}
.vm2-stars3{background-position:0 -547px;width:64px;height:13px;}
.vm2-stars4{background-position:0 -610px;width:64px;height:13px;}
.vm2-stars5{background-position:0 -673px;width:64px;height:13px;}
.vm2-stars_0{background-position:0 -736px;width:64px;height:13px;}
.vm2-stars_1{background-position:0 -799px;width:64px;height:13px;}
.vm2-stars_2{background-position:0 -862px;width:64px;height:13px;}
.vm2-stars_3{background-position:0 -925px;width:64px;height:13px;}
.vm2-stars_4{background-position:0 -988px;width:64px;height:13px;}
.vm2-stars_5{background-position:0 -1051px;width:64px;height:13px;}
.vm2-lowstock{background-position:0 -1114px;width:62px;height:15px;display:block;}
.vm2-nostock{background-position:0 -1179px;width:62px;height:15px;display:block;}
.vm2-normalstock{background-position:0 -1244px;width:62px;height:15px;display:block;}
.vm2-termsofservice-icon{background-position:0 -1309px;height:24px;margin-right:6px;vertical-align:middle;width:24px;display:inline-block;}
.vm2-warning{background-position:0 -1383px;width:50px;height:40px;}
.vendor-store-desc,.category-view,.featured-view,.latest-view,.topten-view,.related-products-view,.browse-view,.order-view{margin-bottom:25px;}
.main-image,.featured-view .product,.latest-view .product,.topten-view .product,.related-products-view .product,.center,span.center{text-align:center;}
.main-image img.product-image,.featured-view .spacer img,.latest-view .spacer img,.topten-view .spacer img{max-width:100%;height:auto;width:auto;}
.additional-images,.featured-view .product-price,.latest-view .product-price,.topten-view .product-price,.output-billto,.output-shipto{margin:10px 0;}
.ask-a-question,.manufacturer,.manufacturer-details-view .email-weblink,.manufacturer-details-view .description{margin:10px 0 0;}
.customer-reviews,.ask-a-question-view .form-field{margin:25px 0 0;}
span.variant-name,span.custom-variant-name{width:100px;float:left;display:block;margin-bottom:5px;}
span.addtocart-button input.addtocart-button:hover,span.addtocart-button input.notify-button:hover,a.highlight:hover{width:142px;background:url("../images/kosarba-hover.png") no-repeat scroll 0 0 transparent;color:#fff;border:medium none;font-size:14px;cursor:pointer;height:30px;text-align:left;padding:4px 5px;}

.category-view .row .category .spacer,.featured-view .spacer,.latest-view .spacer,.topten-view .spacer,.related-products-view .spacer,.browse-view .row .product .spacer{padding:6px;}
.featured-view .spacer h3,.latest-view .spacer h3,.topten-view .spacer h3,.related-products-view .spacer h3,.browse-view .row .product .spacer h2{font-size:14px;margin:0 0 6px;padding:0;}
.featured-view .spacer span,.latest-view .spacer span,.topten-view .spacer span,.related-products-view .spacer span,.browse-view .row .product .spacer span{font-size:11px;color:#666;}
.browse-view .row .product .spacer img,.related-products-view .row .product .spacer img{max-width:90%;height:auto;}
.display-number,.control-buttons,.right{text-align:right !important;}
.ask-a-question-view,.manufacturer-details-view .spacer{padding:30px;}
.ask-a-question-view h1,.manufacturer-details-view h1{font-size:18px;margin:0;padding:0;}
#userForm select,.width80{width:80%;}
textarea.virtuemart:hover,textarea.customer-comment:hover{color:#000;background:#e8e8e8;}
label.invalid,span.red{color:red;}
.output-billto span.values,.output-shipto span.values,.floatleft,span.floatleft{float:left;}
.output-billto span.values,.output-shipto span.values {padding-right:5px;}
.joomlaCoreField {background-color: #FFFFDD;}
#bottom-pagination div{text-align:center !important;}
#bottom-pagination ul{text-align:center !important;}
#bottom-pagination ul li{display: inline;}
#bottom-pagination  .counter{text-align: right !important;}

td.orders-key{font-weight: bold; text-align: left; }

/* Manufacturer View Default */
.manufacturer-view-default .row .manufacturer .spacer {padding: 6px;}
.product-field-display a img{display: block;}
.product-related-products, .product-related-categories{border-top:solid #ccc 1px;padding-bottom: 10px;}
.product-fields .product-field-type-P{clear: both; border-bottom: 1px solid #EEEEEE; margin-top: 18px;}
.product-field-type-P .product-fields-title{ font-size: 120%;}
.product-field-type-B,.product-field-type-S,.product-field-type-I{padding-left:3%;float:left;width:30%}
.product-fields-title{ font-weight: bold;}

.vm-customfield-mod img,.vm-customfield-cart img{ vertical-align: middle; width: 16px;}
.vm-img-desc{display:block;}
.vmpayment_name, .vmpayment_cost, .vmshipment_name, .vmshipment_cost{padding:0 2px;}
.vmpayment_description,.vmshipment_description {color:gray;font-size:9px;padding:0 2px;}
.vmpayment_cardinfo {color:gray;font-size:9px;}

.PricesalesPrice {
	font-size: 14px;
	font-wieght: bold;
}

.PricesalesPrice span {
   background: url("../images/arak.png") no-repeat scroll center center transparent;
    color: #FFFFFF !important;
    font-size: 16px !important;
    font-weight: bold;
    padding: 11px;
}

div.module_kosar {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    margin: 0 0 20px 54px;
    padding: 5px 10px 10px;
    width: 220px;
}

div.module_kosar h3 {
    background: url("../images/kosar.png") no-repeat scroll 45px 0 transparent;
    border-bottom: 1px solid #0072FF;
    color: #0072FF;
    font-family: Oswald,sans-serif;
    font-size: 18px;
    font-weight: normal;
    height: 13px;
    margin-bottom: 10px;
    padding: 3px 0 11px;
    text-align: left;
}

.show_cart a, .goto_cart a {
   background: none repeat scroll 0 0 #0072FF;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    margin-top: 5px;
    padding: 5px;
}

.total {
    border-top: 1px solid #000000;
    float: right;
    margin-top: 10px;
    text-align: right;
    width: 100%;
}

.row .product {
/*    background: none repeat scroll 0 0 #DCFFCC; */
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    margin: 0 10px;
    width: 45% !important;
}

.product h3 {
    font-family: oswald,non-serif;
    font-size: 16px !important;
    font-weight: normal;
}

.meretek {
    background: none repeat scroll 0 0 #E1E1E1;
    display: block;
    float: left;
    margin: -12px 13px 0 10px;
    padding: 6px;
    width: 35%;
}

.main-image {
    margin-top: 20px;
}

a.continue {
    display: table;
}

.my-groovy-style a.continue {
    background: url("/images/tovabb-z.png") no-repeat scroll 111px 8px #669900;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    float: left;
    margin-top: 20px;
    padding: 8px 35px 8px 8px;
    top: 35px;
}

.my-groovy-style a {
    background: url("/images/tovabb-z.png") no-repeat scroll 104px 8px #669900;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    float: left;
    margin-top: 20px;
    padding: 8px 35px 8px 8px;
    top: 35px;
}

.my-groovy-style h4 {
	float:left;
	margin-top: 20px;
}

.my-groovy-style div div {
    margin-top: 20px;
    float: left;
    margin-right: 50px;
}

a.kosarhoz {
    background: url("../images/kosar2.png") no-repeat scroll 7px 8px #669900;
    float: right !important;
    padding: 8px 8px 8px 35px;
}

.floatleft a.continue_link {
    background: url("/images/tovabb-z.png") no-repeat scroll 111px 8px #669900;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    float: right;
    padding: 8px 35px 8px 8px;
    top: 35px;
}

.cart-view .right {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}

.cart-view .input {
    border: 1px solid #0072FF;
}

#system-message div.componentheading {
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    margin-bottom: -12px;
    text-indent: 0;
}

#system-message dd {
	text-indent: 0 !important;
}

/* .cart-view input, #content input {
    border: 1px solid #0072FF;
    width: 125px;
} */

.cart-view input.default {
    background: #0072FF;
    color: #FFFFFF;
    border: 1px solid #006699;
    width: 105px;
}

.cart-view input.default:hover {
    background: #006699;
    color: #FFFFFF;
    cursor: pointer;
}


.cart-view a.details {
	background:none;
	color: #FF6600;
}

.cart-view a.details:hover {
	background:none;
	color: #1b4b01;
}

.control-buttons {
    margin-bottom: 20px;
}

.control-buttons .vm-button-correct {
    background: none repeat scroll 0 0 #FF9900;
    color: #FFFFFF;
    border: medium none;
    height: 27px;
}

.control-buttons .vm-button-correct:hover {
    background: none repeat scroll 0 0 #ff4400;
    border: medium none;
    height: 27px;
}

.content fieldset legend {
    background: none repeat scroll 0 0 #0072FF;
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    margin: 25px 0 15px;
    padding: 2px 8px;
    text-align: center;
    width: 96%;
}

div.module_fontos2 h3 {
    border-bottom: 1px solid #FF0000;
    color: #FF0000;
    font-family: Oswald,sans-serif;
    font-size: 17px;
    font-weight: normal;
    height: 23px;
    margin-bottom: 6px;
    margin-top: 6px;
    padding: 6px 0 4px;
    text-align: center;
}

div.module_fontos2 {
    background: none repeat scroll 0 0 #fffb92;
    border: medium none;
    border-radius: 16px 0 16px 0;
    -moz-border-radius: 16px 0 16px 0;
    -webkit-border-radius: 16px 0 16px 0;
    float: left;
    margin: 20px 5px 20px 2px;
    padding: 0 10px 15px;
}

#inset div.module div div div div div div div a img {
    visibility: hidden;
}

#inset div.module div div div div div div h4 {
    margin-bottom: 15px;
}

#inset div.module div div div div div div h3 {
    margin-top: 10px;
}

.customgyik li {
    text-align: left;
}

.klatest-more {
	text-align: center;
}

.klatest-more a {
    background-color: #FF6600;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    padding: 5px;
}

.klatest-more a:hover, .klatest-more a:active, .klatest-more a:focus {
    background-color: #FF3300;
}

tr.sectiontableentry1 td.kiemelt, tr.sectiontableentry2 td.kiemelt {
    color: #FF6600;
    font-size: 110%;
    font-weight: bold;
}

.left2 {
    padding: 30px 10px 15px 6px;
    width: 340px;
}

.left2 h4 {
    font-size: 14px;
}

.vissza {
    background: none repeat scroll 0 0 #669900;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    float: right;
    margin-bottom: -30px;
    margin-right: 20px;
    padding: 6px;
}

.vissza a {
    color: #FFFFFF;
}

.vissza:hover {
    background: none repeat scroll 0 0 #336600;
    cursor: pointer;
}

div.icemegamenu ul#icemegamenu li#iceMenu_613 a span {
    color: #FF9900 !important;
}

.right div.module_termekajanlo h3 {
  border-bottom: 1px solid #FF6600;
  font-family: Oswald,sans-serif;
  font-size:18px;
  font-weight:normal;
  height: 13px;
  color: #FF6600;
  text-align: left;
  margin-bottom:6px;
  padding:1px 0 12px;
}

#login-form #form-login-username label, #login-form #form-login-password label {
    display: none;
}

#modlgn-username, #modlgn-passwd {
    margin: 3px 5px 3px 6px;
    width: 7.5em !important;
    float: left;
}

input.button, button.button, button.validate {
	margin-right: 6px;
	margin-left: 0px !important;
}

#form-login-remember #login-form label {
	margin-right: 0 !important;
}

div.module_login2 {
    background: url("../images/bejelentkezes.png") no-repeat scroll left top transparent; 
    text-align: center;
    margin-bottom: 20px;
    margin-left: 2px;
    padding: 14px 0px 10px;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    width: 226px;
/*    float: left; */
/*    border: 1px solid #FF8800; */
}

div.module_login2 h3 {
/*    background: url("../images/sidebar-header.png") no-repeat scroll center 0 transparent; */
    color: #005fff;
    font-family: Tahoma,Arial,Verdana,sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 14px;
    margin: -3px 0 8px;
    padding: 0;
    text-align: center;
}

#footer div.module_login2  h3 {
	height: 23px !important;
	padding-top: 2px;
}

.module_login2 .button {
    background: url("../images/gomb-zold.png") no-repeat scroll 0 0 transparent;
    border: 1px solid #FFFFFF;
    color: #FFF;
    font-size: 11px;
    width: 90%;
}

.module_login2 .button:hover {
    background: url("../images/gomb-zold2.png") no-repeat scroll 0 0 transparent;
    border: 1px solid #FFFFFF;
    color: #FFF;
    font-size: 11px;
    width: 90%;
}

#login-form .inputbox {
	color: #888888;
	text-align: center;
}

.right #login-form ul li {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}

.right #login-form ul li a {
    color: #333333;
}

.module_titok {
    margin: -20px 0 10px;
    text-align: center;
}

.szerzo {
    border-right: 3px solid #0072FF;
    margin-right: 1px;
    padding-right: 3px;
}

.module_dunatv {
    clear: both;
    font-size: 100%;
    margin-bottom: -10px;
    margin-top: 20px;
    padding: 0 15px;
    text-align: left;
}

.module_dunatv h3 {
    border-bottom: 1px solid #0072FF;
    color: #0072FF;
    font-family: Oswald,sans-serif;
    font-size: 18px;
    font-weight: normal;
    height: 43px;
    margin-bottom: 6px;
    padding: 1px 0 11px;
    text-align: left;
}

span.newsauthor {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-left: -68px;
    padding: 2px 8px 2px 68px;
}

.newsextra {
	margin-bottom: 5px !important;
}

.latestnewsenhanced_205 .infoleft .newsintro {
    margin: 0 0 0 -48px;
}

.latestnewsenhanced_205 .infoleft .link {
    margin: 0 0 0 -48px;
}

.latestnewsenhanced_205 .newshead .picture {
	border: 1px solid #FFFFFF !important;
}

.latestnewsenhanced_205 .infoleft .newstitle {
    margin: 0 0 5px 20px !important;
}

.fodoboz {
    width: 100%;
}

.custom_tudastar {
    margin: -20px 0 20px 0;
}

.module_tudastar-cikkek h3 {
    border-bottom: 1px solid #0072FF;
    color: #0072FF;
    font-family: Oswald,sans-serif;
    font-size: 18px;
    font-weight: normal;
    height: 13px;
    margin-bottom: 6px;
    padding: 1px 0 11px;
    text-align: left;
}

.module_tudastar-cikkek ul li {
    margin: 0;
    padding: 3px 0 3px 24px;
    font-size: 12px;
}

.module_tudastar-cikkek a:hover, .module_tudastar-cikkek a:active, .module_tudastar-cikkek a:focus {
	color: #FFFFFF;
}

.module_tudastar-cikkek ul li:hover a {
    color: #FFFFFF;
}

.custom_fontos ul li {
    color: #000000;
    display: block;
    font-size: 11px;
    list-style: none outside none;
}

.latestnewsenhanced_205 .newshead {
    margin-right: 12px;
}

.anyag {
    background: none repeat scroll 0% 0% #fcfb89; 
    padding: 8px; 
    text-align: left; 
    margin-top: 10px; 
    float: left; 
    width: 53%; 
    font-size: 12px;
}

.meretek2 {
    background: none repeat scroll 0 0 #E1E1E1;
    display: block;
    float: left;
    margin: 10px 13px 0 12px;
    padding: 6px 6px 48px;
    width: 35%;
}

.info-szoveg {
    float: left;
    height: auto;
    margin: 0 0 20px;
    position: relative;
    width: 590px;
}

.module_termekajanlo {
    padding: 0 15px;
    margin-top: 0px;
}

.module_mate-form h3 {
    border-bottom: 1px solid #0072FF;
    color: #0072FF;
    font-family: Oswald,sans-serif;
    font-size: 18px;
    font-weight: normal;
    height: 13px;
    margin-bottom: 6px;
    padding: 1px 0 11px;
    text-align: left;
}

.module_mate-form {
    padding: 0 15px;
}

.custom_mate-form input[type="submit"] {
    background: none repeat scroll 0 0 #0072FF;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    padding: 6px 0;
    width: 130px;
}

.nyil {
    margin-right: -14px;
    margin-top: -50px;
}

.esszeru {
    margin-left: 10px;
}

.esszeru2 {
    margin-left: 50px;
}

.module_cart_detail {
    border-bottom: 1px solid #000;
}

#inset-top h3 {
  border-bottom: 1px solid #CCCCCC;
  font-family: Oswald,sans-serif;
  font-size: 18px;
  font-weight: normal !important;
  margin-bottom: 4px;
  padding-bottom: 4px;
  text-align: left;
  text-decoration: none;
  color: #3789B9;
}

#inset-top .custom p a span {
  padding: 6px 20px !important;
}

#content .blog p {
  font-size: 100% !important;
}

.article-info {
  display: inline-block;
  margin-top: 20px !important;
}

.edit-icon {
  display: none !important;
}

.readmore {
  text-align: right;
}

.readmore a {
  background-color: #3399FF;
  border-radius: 8px 8px 8px 8px;
  color: #FFFFFF;
  display: inline-block !important;
  padding: 4px 10px !important;
}

.readmore a:hover {
  text-decoration: none !important;
}

.article-info {
  background-color: #E0F9FE;
  border-radius: 8px 8px 8px 8px;
  color: #0072FF;
  padding: 4px 10px;
}

#content .blog h2 {
  border-bottom: medium none;
}

.pagination ul li {
  background-color: #E0F9FE;
}

.pagination .counter {
  display: none;
}

.pagination-start {
  padding: 2px 5px !important;
}

.pagination ul li {
  background-color: #3399FF;
  color: #FFFFFF;
}

.pagination ul li a {
  color: #6FFFFF;
}

.pagination {
  border-bottom: 3px solid #3399FF;
  border-top: 3px solid #3399FF;
  padding: 0 !important;
}

.content #content #inset {
  background-color: #EFFFD2 !important;
  margin-top: 50px;
  padding: 1px 15px 15px;
}

/* .list-reviews .normal span.bold {
    display: none;
} */

.module.gerincserv-video h3 {
  border-bottom: 1px solid #FF0000 !important;
  color: #FF0000 !important;
}

.custom_termekajanlo .termekajanlo .termekajanlo-cim {
  color: #ff6600;
  font-family: Oswald,sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: -5px;
  margin-top: 5px;
  text-align: center;
}

.custom_termekajanlo .tovabbi-link {
  margin-top: 10px;
  text-align: center;
}