﻿@import url('/Root/System/Common/css/icons.css');

html, body {
	margin:0;
	padding:0;
	background: #fff;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 14px;
	}

.Pecs2010Body form { margin:0; padding:0; }
.Pecs2010Body a { color:#94130b; text-decoration: none; }
.Pecs2010Body a:hover { text-decoration: underline; }
.Pecs2010Body img { border: 0; }
.Pecs2010Body strong { font-weight: bold; }
.Pecs2010Body em { font-style: italic; }



/*override system.css */

/*20100410 adanicska: removed */
/*.Pecs2010Body .snPortlet { min-height:10px;}*/


#kontener {
	margin:0 auto;
	width:964px;
	text-align: left;
	}

/* 20100408 adanicska: old header before redesign
#header {
	height:253px;
	border-bottom: 3px solid #fff;
	border-left:1px solid #fff;
	border-right: 1px solid #fff;
	position: relative;
	background: #f5f5ed;
	overflow: hidden; zoom:1;
	}
*/

ul#lang {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden; zoom:1;
	float: right;
	}
ul#lang li {
	margin: 3px 3px 0 0;
	padding: 3px 10px;
	float: left; display: inline;
	background: #e2e0cc;
	}

/* commented by DA 20100110
ul#lang {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden; zoom:1;
	}
ul#lang li {
	margin: 0 1px 0 0;
	padding: 15px 15px 2px 15px;
	float: left; display: inline;
	background: #e2e0cc;
	}
ul#lang li.active {
	background: #e1e1e1;
	}
*/

ul#lang li a {
	color:#000;
	text-decoration: none;
	}
ul#lang li a:hover {
	color:#000;
	text-decoration: underline;
	}
ul#lang li.active a {
	color: #94130b;
	font-weight: bold;
	}


#accessible {
	margin: 0;
	padding: 15px 15px 2px 32px;
	background: url(../img/accessible.png) 2px 100% no-repeat #e1e1e1;
	position: absolute;
	top:0;
	right:335px;
	}
#accessible a {
	color:#000;
	text-decoration: underline;
	}

#rss {
	color:#94130b;
	font-weight: bold;
	text-decoration: underline;
	position: absolute;
	top:44px;
	left:153px;
	}

/*
div.quicksearch {
	height:63px;
	width:335px;
	background: #94130b;
	position: absolute;
	top:0;
	right:0;
	}
quicksearch	 {
	padding:21px 0 0 13px;
	}
input.quicksearch {
	vertical-align: middle;
	margin:0 10px 0 0;
	}
*/
div.quicksearch
{
	float:right;
	padding: 0 3px 0 0;
	margin-top: 2px;
}
div.quicksearch a
{
	background: none repeat scroll 0 0 #F5F5ED;
	font-weight: bold;
	padding: 3px 5px;
	margin-left: 3px;
	/*margin-top: 3px;*/
}
div.quicksearch input
{
	/*border:0;
	height: 18px;*/
}

#topimagekontener {
	border-top:3px solid #fff;
	margin:30px 0 0 0;
	position: relative;
	background: url(../img/bg-topimage.jpg) 100% 100% no-repeat;
	width: 962px;
	height: 189px;
	overflow: hidden;
	zoom:1;
	}
#topimagekontener h1 {
	margin:	0;
	position: absolute;
	width: 114px;
	height: 131px;
	top:29px;
	left:2px;
	}
#topimagekontener h1 a {
	display: block;
	width: 114px;
	height: 131px;
	text-indent: -9999px;
	}

#topimagekontener img {
	position: absolute;
	bottom:0;
	right:0;
	}

#topimagekontener img#slogan { right: auto; bottom: 29px; left: 166px; }

#center {
	/*border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;*/
	background: url(../img/bg-center_2.png) 0 0 repeat-y;
	overflow: hidden;
	zoom:1;
	}
#centersub {
	/*border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;*/
	background: url(../img/bg-centersub_2.png) 0 0 repeat-y;
	overflow: hidden;
	zoom:1;
	}
#centertop  {
	display: none; 
	position:relative; zoom:1; 
	}
#centertop .info_content {
	background: #f5f5ed;
	padding: 10px;
	margin: 8px 0 0;
	/*border-bottom: 1px solid #fff;*/
	}
#infoclose, #videoclose {
    position:absolute;
    right: 5px; top: 5px;
    font-size: 22px;
    cursor: pointer;
    background:#F5F5ED;
}
#videoclose { background: none;}

h1.title, h2.title {
	color:#94130b;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin:0 0 5px 0;
	}
#centertop h1.title {
	font-size:14px;
	letter-spacing: -1px;
	}
.beige h1.title, .beigeSkin h1.title {
	color:#94130b;
	}
.bordo h1.title, .redSkin h1.title {
	color:#fff;
	}
.bordo a, .redSkin a {color:#fff; text-decoration: underline;}
p.contentheader {
	font-size:10px;
	padding: 0;
	margin: 0;
	}

#center #left, #centersub #left {
	float: left; display: inline;
	margin:0 1px 0 0;
	width:165px;
	border-right:1px solid #e1e1e1;
	}

.box, .snPtBody {
	/*border-bottom:1px solid #fff;*/
	padding: 0px 12px 10px;
	}

#middle .box, #middle .snPtBody {
	padding:0;
	overflow: hidden;
	zoom:1;
	}
#middle .padding {
	padding:12px 12px;
	}

#middle .paddingtop {
	padding-top: 12px;
	}

#middle .paddingleft {
	padding-left: 12px;
	}

.light, .lightSkin {
	background: #f5f5ed;
	}
.beige, .beigeSkin {
	/*background: #e2e0cc;*/
	background: #ffffff;
	}
.bordo, .redSkin {
	background:#94130b;
	color: #fff;
	}
.szurke, .greySkin {
	/*background: #e1e1e1;*/
	background: #ffffff;
	}

.beigemenu, .beigemenuSkin{
	/*background: #e2e0cc;*/
	background: #F5F5ED;
	}
ul.snMenu, ul.snMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size:12px;
	}
ul.snMenu ul ul  {
	border-top: 1px solid #fff; 
	}

ul.snMenu li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	}
ul.snMenu ul li {
	border-top: 1px solid #fff;
	border-bottom: 0;
	background: #DCDAC0;
}
ul.snMenu ul ul li {
    border: 0;
	background: #d0c6b0;
}

ul.snMenu li a {
	display: block;
	margin: 0;
	padding: 10px 12px;
	color: #000;
	text-decoration: none;
	}
ul.snMenu ul li a {
	padding: 7px 15px 7px 20px;
    font-size: 11px;
}
ul.snMenu ul ul li a {
	padding: 5px 15px 5px 25px;
    font-size: 11px;
}
.snActiveMenu { font-weight: bold; }
.snActiveMenu ul { font-weight: normal; }

#facebook {
	text-align: center;
	padding: 16px 0;
	/*background-color: #E2E0CC;*/
	background-color: #E1E1E1;
	}
#facebook a img {
	border:0 none;
	}

.LinkList ul, .LinkList ul li {
    margin:0; padding: 0;
    list-style: none;
	}

.LinkList ul li a {
	color:#000;
	text-decoration: underline;
	}
.LinkList ul li a:hover {
	color:#000;
	text-decoration: none;
	}


#middle {
	float:left; display: inline;
	width:464px;
	margin: 0 1px 0 0;
	border-right:1px solid #e1e1e1;
	}


#hir {
	overflow: hidden;
	zoom:1;
	padding: 10px 12px 0 0;
	border-bottom: 1px solid #e1e1e1;
	margin-right: 12px;
	}
#hir img {
	float:left; display: inline;
	margin: 0 12px 12px 0;
	width:120px; height:120px;
	}
#hir .title {
	margin:5px 12px 0 15px;
	font-size: 14px;
	}
.hir .title {
    margin:5px 0 0;
    font-size: 14px;
    }	
#hir p { margin:1em 12px; }
.hir p { margin:0 0 1em 0; overflow:hidden; }

#middle #tovabbihirek {
	padding:12px 12px 8px 12px;
	}
#tovabbihirek p {
    margin:0 0 12px 0;
}

#turisztikaiajanlo .title {
	padding:10px 15px 5px 15px;
	color: #000;
	}
#turisztikaiajanlo div.item {
	overflow: hidden;
	zoom:1;
	padding: 0 15px 0 0;
	}
#turisztikaiajanlo p {
	margin:0;
	}
#turisztikaiajanlo img {
	margin:0 15px 0 0;
	float:left; display: inline;
	}

#programajanlo h1.title {
	padding:10px 12px 5px 12px;
	}
#programajanlo div.item {
	overflow: hidden; zoom:1;
	padding: 0 0 1px 0;
	position: relative;
	}
#programajanlo div.details {
	padding: 10px 12px;
	margin:0;
	}
#programajanlo p {
	margin:0;
	}
#programajanlo img {
	margin:0 12px 0 0;
	float:left; display: inline;
	width:120px; height:120px;
	}
#programajanlo strong {
	/*color:#94130b;*/
	}

#programajanlo_mainbox img {
	margin:0 12px 0 0;
	float:left; display: inline;
	width:120px; height:120px;
	}
	
#programajanlo_mainbox p {
	padding:0;
	}

#programajanlobox h1.title {
	padding: 0;
	}
#programajanlobox div.item {
	overflow: hidden; zoom:1;
	padding: 0 0 1px 0;
	position: relative;
	}
#programajanlobox div.details {
	padding: 0 0 0 0;
	margin:0;
	}
#programajanlobox p {
	margin:0 0 5px 0;
	}
#programajanlobox img {
	margin:0 5px 5px 0;
	float:left; display: inline;
	width:120px; height:120px;
	}
#programajanlobox strong {
	color:#94130b;
	}

#istambuliajanlo h1.title, #esseniajanlo h1.title {
	padding:10px 15px 5px 0;
	}
#istambuliajanlo div.item, #esseniajanlo div.item {
	overflow: hidden; zoom:1;
	padding: 0 0 0 15px;
	}
#istambuliajanlo p, #esseniajanlo p {
	margin:0;
	}
#istambuliajanlo img, #esseniajanlo img {
	margin:0 0 0 15px;
	float:right; display: inline;
	}


#media h1.title {
	padding:10px 15px 5px 15px;
	}

#media ul {
	overflow: hidden; zoom:1;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#media ul li {
	float:left; display: inline;
	width:217px;
	height: 21px;
	border-bottom: 1px solid #6e6e6e;
	cursor: pointer;
	padding: 7px 0 0 15px;
	font-weight: bold;
	}

#media ul li.active {
	height: 22px;
	border:0 none;
	background: url(../img/mediatab-active.png) 0 0 no-repeat;
	}

#media div#kepek {
	display: block;
	}
#media div#videok {
	display: none;
	}
#media .mediabox {
	background: #f5f5ed;
	border-left: 1px solid #6e6e6e;
	border-right: 1px solid #6e6e6e;
	border-bottom: 1px solid #6e6e6e;
	}
#middle .mediabox {
	padding:10px;
	overflow: hidden; zoom:1;
	clear:both;
	background: #e1e1e1;
	}

.mediabox .item {
	float:left; display: inline;
	margin:0 2px;
	}
.mediabox .item img {
	display: block;
	margin:0 0 10px 0;
	}
.mediabox .item strong {
	margin: 0 10px;
	}
.mediabox .title {
	margin: 0;
	padding: 5px 10px 5px 160px;
	}


.ad h1.title {
	padding: 10px 15px;
	}

#right {
	float:right; display: inline;
	width: 331px;
	}

#login {
	overflow: hidden; zoom:1;
	padding: 0;
	width:331px;
	}
#loginform {
	float:left; display: inline;
	padding:12px 15px;
	}
#wlive {
	float:right; display: inline;
	display:block;
	border:0 none;
	}
#wlive img { display:block; }

#loginform input {
	margin:0 0 5px 0;
	padding: 0;
	overflow:visible;
	vertical-align: middle;
	/*border: none;
	height: 19px;*/
	}
#login .snErrorMsg {
    color:#fff; background:#f00;
    clear:both;
}

.snErrorMsg {
    color:#fff; background:#f00;
    clear:both;
}

#programkereso select {
	width:300px;
	}

#programkereso h1.title {
	color: #000;
	margin:0 0 10px 0;
	}
#programkereso select {
	width:300px;
	margin:0 0 5px 0;
	}

#videotartalom {
    position:relative;
}

#footer {
	padding:0px 0 10px 0;
	overflow: hidden; zoom:1;
	color:#666;
	}
#footer ul {
	margin:0;
	padding:  0 10px 0 0;
	list-style-type: none;
	overflow: hidden; zoom:1;
	float:right;
	}
#footer ul li {
	float:left; display: inline;
	}
#footer a {
	color:#666;
	text-decoration: none;
	}
#footer a:hover {
	color:#666;
	text-decoration: underline;
	}

#footerlogos {
    border-bottom:2px solid #e2e0cc;
    height: 65px;
}
#footerlogos li { margin-left: 93px; }
#footerlogos li.first { margin-left: 15px; }

#footerlinks { height: 25px; }
#footerlinks li { margin: 8px 0px 0 0px; }
#footerlinks li.last { float:right; margin-right:0; }

#design {
	float:right; display: inline;
	}

#middle div#programdetailsearch {
	padding:10px 15px 12px 15px;
	}
#middle div#programdetailsearch h1.title {
	padding:0;
	border-bottom:1px solid #94130b;
	}
h2.programkeresoterm {
	color:#000;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin:0 0 5px 0;
	}
h2.programkeresoterm span {
	padding: 0 0 5px 15px;
	background: url(../img/bg-terms-open.png) 0 1px no-repeat;
	cursor: pointer;
	}
div.terms {
	display:none;
	padding:10px;
	overflow: hidden; zoom:1;
	}
#programdetailsearch .nyitva {
	border-bottom:1px solid #94130b;
	}
div.terms label {
	float:left; display: inline;
	margin:0 10px 0 0;
	}
div.terms label input {
	float:left; display: inline;
	vertical-align: middle;
	}
div.terms label span {
	float:left; display: inline;
	width:150px;
	padding:3px 0 0 0;
	}

/* date picker */

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

div.dp-popup {
	position: relative;
	background: #e1e1e1;
	font-size: 10px;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left; display: inline;
}
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right; display: inline;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

a.dp-choose-date {
	display: block;
	float: right; display: inline;
	width: 16px;
	height: 16px;
	padding: 0;
	margin:3px 0 0 5px;
	text-indent: -99999px;
	overflow: hidden; zoom:1;
	background: url(../img/calendar.png) 0 0 no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

input.dp-applied {
	width: 100px;
}

.dp-nav-next-year, .dp-nav-prev-year {
	display:none;
	}

.datepickkont {
	float: left; display: inline;
	overflow: hidden; zoom:1;
	margin: 0 10px 0 0;
	}
.datepickkont:first-child {
	border-right:1px solid #97989c;
	padding:0 10px 0 0;
	}


.floatleft {
	float:left; 
	display: inline;
	}
.floatright {
	float:right; display: inline;
	}

#programresult div.item {
	overflow: hidden; zoom:1;
	padding: 0 0 1px 0;
	/*border-bottom: 1px solid #fff;*/
	}

#programresult div.details {
	float: left; display: inline;
	width: 310px;
	padding:15px;
	margin:0;
	}

#programresult .resultimg p {
	margin:5px 10px;
	}

#programresult .resultimg {
	border:0 none;
	width: 120px;
	font-size: 11px;
	}
#programresult .resultimg .ikonok {
	padding:5px;
	background: #94130d;
	}
#programresult .programcime {
	color:#94130d;
	}

#lapozo {
	text-align: center;
	}

#lapozo img {
	border:0 none;
	vertical-align: middle;
	}
#lapozo a {
	color:#000;
	text-decoration: underline;
	margin: 0 5px;
	}
#lapozo a.active, #lapozo a:hover {
	color:#000;
	text-decoration: none;
	}
	
.snPecs2010BreadCrumbPortlet  
{
	margin: 0 12px;
	padding: 10px 0; 
	border-bottom:1px solid #e1e1e1;
	}
.snPecs2010BreadCrumbPortlet a, #addtocalendar a, #backtocontent a {
	color:#000;
	text-decoration: none;
	}
.snPecs2010BreadCrumbPortlet a:hover, #addtocalendar a:hover, #backtocontent a:hover {
	color:#000;
	text-decoration: underline;
	}
.snPecs2010BreadCrumbPortlet span span {
	font-weight: bold;
	}

#addtocalendar a img {
	border: 0 none;
	vertical-align: middle;
	}

.clearboth {
	clear: both;
	}

.programkibontott {	
	
	}

.programkibontott .lead img {	
	float:left; display: inline;
	margin:0 15px 0 0;
	}

.programkibontott h1.title {	
	margin: 15px 15px 10px 12px;
	font-size: 24px;
	line-height: 26px;
	}
.programkibontott h2,.programkibontott h3 {	
    margin: 1em 0;
    padding: 0 12px;
    font-size: 120%;
    color:#94130B;
}
.programkibontott h3 { font-size: 110%; }

.programkibontott p {	
	padding: 0 12px;
	margin: 1em 0;
	}
.programkibontott div {	
	/*border-bottom: 1px solid #e1e1e1;*/
	}
.programkibontott .relateditems {
	width:207px;
	float:left; display: inline;
	padding: 12px;
	/*border:1px solid #fff;*/
	border-left: 0; 
	border-bottom: 0;
	border-collapse: collapse;
	overflow:hidden;
	}
.programkibontott .relateditems ul {
	margin:5px 0 0 0;
	padding:0 0 0 20px;
	}
.programkibontott .relateditems a {
	color:#000;
	text-decoration: underline;
	}

.programkibontott .relateditems a:hover {
	color:#000;
	text-decoration: none;
	}

/*
    anythingSlider v1.0
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
.programSlider                         { width: 464px; height: 370px; position: relative; margin: 0 auto; }
.programSlider .wrapper                { width: 464px; overflow-x: auto; overflow-y:hidden; height: 340px; margin: 0; position: absolute; top: 0; left: 0; }
.programSlider .wrapper ul             { width: 9000px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; padding: 0; }
.programSlider ul li                   { display: block; float: left; height: 340px; width: 464px; margin: 0; padding: 0; }
.programSlider ul li div               { background-color:#fff; background-position: 50% 50%; background-repeat: no-repeat; }
.programSlider .arrow                  { display: none; }

.thumbNav                              { position: relative; top: 340px; height: 24px; border-bottom:1px solid #fff; background:#E2E0CC; color:#000; padding: 5px 35px 0 0; text-align: right; /*filter:alpha(opacity=90); opacity:0.9;*/}
.thumbNav a                            { color: #fff; font-size: 11px; line-height:20px; font-weight: bold; display: inline-block; width: 20px; height: 20px; overflow: hidden; margin: 0 5px 0 0; background: #cecbae; text-align: center;}
.thumbNav a:hover                      { background: #b9b69c; }
.thumbNav a.cur                        { color: #000; background: #fff; }

.start-stop                            { background: url(../img/play.gif) no-repeat 50% 50% #cecbae; color: #fff; width: 20px; height: 20px; overflow:hidden; text-align: center; position: absolute; right: 10px; top: 345px; text-indent: -3000px;}
.start-stop.playing                    { background: url(../img/pause.gif) no-repeat 50% 50% #cecbae; }
.start-stop:hover                      { background-color: #b9b69c; }

.thumbNav span                         { font-weight:bold; float:left; padding: 3px 0 0 10px; }

/*
  Prevents
*/
.programSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.programSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

.programSlide { height: 100%; position: relative; }
.programSlide h2 {
/*
    margin: 0; padding: 20px;
    width: 200px;
    font-size: 18px; font-weight: normal;
    display:none;
*/
    margin: 0; padding: 0;
    overflow: hidden;
    width: 464px; height: 340px;
}
.programSlide h2 a {
    width: 464px; height: 340px;
    display: block;
    text-indent: -6000px;
}

.programSlide p {
    margin: 0; padding: 0 20px;
    font-size: 14px;
    width: 200px;
    display:none;
}
#right .programSlider                         { width: 329px; height: 100px; }
#right .programSlider .wrapper,
#right .programSlider ul li,
#right .programSlide h2,
#right .programSlide h2 a                     { width: 329px; height: 100px; }

#right .thumbNav                              { top: 100px; display:none; }
#right .start-stop                            { top: 105px; display:none; }
#right .thumbNav span                         { display:none; }

.sliderTitle { padding: 12px !important; margin: 0 !important; background-color: #e1e1e1;}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 17px; 
	float: right;
	padding-bottom: 0.7em;	
}
/*----------------extended below--------------------------*/
/*SR - search result */
.sr {
	background-color:#fff; 
	overflow:hidden;
	border-bottom:1px solid #E1E1E1;
	padding: 0 0 10px 0;
	margin: 0 12px;
	}
.sr_lft {
	float:left;
	margin-right:10px
	} 
.sr_rgt {
	/*width:460px;
	border:solid 0px #bbbbbb*/
	}
.sr_lft_img {
	width:120px;
	height:120px;
	cursor:pointer;
	padding: 10px 0 0 0;
}
.sr_lft_ico {
	background:#94130D none repeat scroll 0 0;
	padding:5px;
	text-align:center
}
.sr_lft_com {
	text-align:center
}
.sr_rgt_tit {
	/*margin-left:6px;
	margin-top:4px;*/
}
.sr_rgt_int {
	/*text-align:justify;
	margin:4px 6px 4px 6px;*/
}
.sr_rgt_mor1 
{
	/*margin-right:6px;
	text-align:right;
	height:4px*/
}
.sr_rgt_mor2 
{
	/*font-size:12px;
	color:#AD0A05;
	position:relative;
	top:-10px;
	background-color:#E2E2E2*/
}
.CLB 
{
	clear:both
}

.gomb
{
	border: 1px solid #ccc;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
	background-color:#E2E0CC;
	color:#94130B;	
}

.dropdownLocation
{
	width:300px;
	overflow:hidden;	
}
.dropdownLocationItem
{
	width:290px;
	overflow:hidden;	
}
.miniDropdownLocationItem
{
	width:160px;
	overflow:hidden;	
}
.loginbox
{
	/*border-bottom:1px solid #fff;*/
	padding:3px 12px 3px 12px;
}

.favdivDetails
{
	height:10px;	
	text-align:left;
	padding:2px 6px 2px 8px;
	vertical-align:top;
}

.favdiv
{
	height:10px;	
	display:inline;	
	text-align:right;
	float:right;
	padding:2px 6px 2px 2px;
	vertical-align:top;
}
.favstar
{
	height:20px;	
	width:20px;
	display:inline;
	padding: 0 0 0 5px;
}
.favstarNoImage
{
	height:0px;	
	width:0px;
	display:inline;	
}
.pager
{
	margin:0px 4px 0px 4px;
}

.page_num
{
	font-size:12px;
	font-weight:normal;
}

.page_num_current
{
	font-weight:bold;
	font-size:15px;
}

.keywordDefault
{
	color:Silver;	
	width: 162px;
}
.keyword
{
	color:Black;
	width: 162px;
	
}

/*added by DA 20101119*/
#middle div#profile {
	padding:10px 15px 12px 15px;
	}
#middle div#profile h1.title {
	padding:0;
	border-bottom:1px solid #94130b;
	}
.InputUnit
{
  clear: both;
  padding: 5px;
}
.IULabel
{
  float: left;
  width: 200px;
  padding-right: 20px;
  margin-bottom: 5px;
}
.IULabelTitle
{
  font-weight: bold;
  font-size: 90%;
}
.IULabelDesc
{
  font-size: 90%;
}
.IULabelHighlight
{
	font-weight: bold;
	color: #94130b;
	font-size: 90%;
}
.IUControl
{
  float: left;
  padding-bottom: 1.5em;
}
.IUControl input, .IUControl select, .IUControl textarea, .IUControl button
{
  /*margin-top: -3px;*/
}
.IUErrorMsg
{
  display: block;
  background: #f00000;
  color: #fff;
  padding: 2px;
  font-size : 90%;
}
.IUData
{
  border: 1px solid #ccc;
  font-size: 100%;
  color: #666;
  padding: 2px;
  background: #FFFFFF url(../img/inputbg.gif) repeat-x 0 0;
}

#hirekcime h1.title {
	padding:10px 15px 5px 12px;
	}

#profile .snErrorMsg 
{
	display: none;
    color:#fff; background:#f00;
    clear:both;
	font-size : 90%;
}
.hidden
{
	display:none;
}
#menulinks .multilinks
{
	padding:10px 15px 5px 10px;
}

#blanktopimagekontener {
	/*border-top:3px solid #fff;*/
	margin:0px 0 0 0;
	position: relative;
	background: url(../img/bg-topimage2.jpg) 100% 100% no-repeat;
	width: 962px;
	height: 72px;
	overflow: hidden;
	zoom:1;
	}
#blanktopimagekontener h1 {
	margin:	0;
	position: absolute;
	width: 130px;
	height: 70px;
	top:0px;
	left:2px;
	}
#blanktopimagekontener h1 a {
	display: block;
	width: 130px;
	height: 70px;
	text-indent: -9999px;
	}

#blanktopimagekontener img {
	position: absolute;
	bottom:0;
	right:0;
	}

#blanktopimagekontener img#slogan { right: auto; bottom: 29px; left: 154px; }

#centerwide {
	/*border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;*/
	background-color: #f5f5ed;
	overflow: hidden;
	zoom:1;
	}

#centerwide #left {
	float: left; display: inline;
	margin:0 1px 0 0;
	width:165px;
	}

/*----------------extended above--------------------------*/


/*WORKSPACE BEGIN*/

/* Common styles */

.wsJsOnly, .snWsMsieOnly
{
    display: none !important;
}

.ws a
{
    color: #007DC2;
}
.ws form
{
    margin: 0;
    padding: 0;
}
.ws .snPtHeader
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.ws .snPtBody
{
    overflow: hidden;
    padding: 8px;
}

/* - Action bar (RSS, new, etc.) */

.wsActionBar
{
    clear: both;
    border-top: 1px solid #aaa;
    padding: 5px 0 0 0;
    margin: 10px 0 0 0;
}

.wsActions
{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.wsRightActions li
{
    float: right; display: inline;
    margin: 0 0 0 5px;
}

.wsLeftActions li
{
    float: left; display: inline;
    margin: 0 5px 0 0;
}

.wsActions a
{
    color:#fff;
    display: block;
    background: #007dc2;
    padding: 1px 4px;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 10px;
    height: 14px;
}

.wsLeftActions a 
{
    padding-left: 18px !important;
    padding-right: 5px !important;
    width: auto !important;    
    line-height: 14px !important;
}

.wsActions .wsAction_Rss, 
.wsActions .wsAction_WebDavBrowse,
.wsActions .wsAction_Edit,
.wsActions .wsAction_Add,
.wsActions .wsAction_Browse
{
    width: 16px; height: 16px;
    overflow: hidden;
    padding: 0;
    line-height: 60px;    
}
.wsActions .wsAction_Add            { background: url("../img/icon-add-white.png") no-repeat 0 0 #89c801; }
.wsActions .wsAction_Edit           { background: url("../img/icon-edit-white.png") no-repeat 0 0 #50C1e8; }
.wsActions .wsAction_Rss            { background: url("../img/icon-rss-white.png") no-repeat 0 0 #e4801c; }
.wsActions .wsAction_WebDavBrowse   { background: url("../img/icon-webdav-white.png") no-repeat 0 0 #007dc2; }
.wsActions .wsAction_Browse         { background: url("../img/icon-browse-white.png") no-repeat 0 0 #007dc2; }
.wsActions .wsAction_Delete         { background: url("../img/icon-delete-white.png") no-repeat 0 0 #da0000; }

.wsAction_IconView    { background: url("../img/icon-iconview.png") no-repeat 0 0; }
.wsAction_ListView    { background: url("../img/icon-listview.png") no-repeat 0 0; }

.wsOppositeIcons {
    float: right; display: inline;
    margin:0; padding: 0;
    list-style: none;
    overflow: hidden;
    max-width: 50%;
}

.wsRightActions .wsOppositeIcons {
    float: left;
}

.wsOppositeIcons li {
    float: left; display: inline;
    list-style: none;
    margin: 0 5px 0 0;
    padding: 0;
}

.wsOppositeIcons li a  {
    color:#333;
    display: block;
    padding: 1px 5px 1px 18px;
    text-decoration: none;
    font-size: 10px;
    height: 14px;
}

.wsJsFlyMeToTheMoon 
{
    float: right;
    max-width: 50%;
}


/* - File lists */

ul.wsIconView
{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

ul.wsIconView li
{
    float: left; display: inline;
    width: 79px;
    height: 70px;
    position: relative;
    margin: 0 3px 3px 0;
}

.wsIcon
{
    position: relative;
    display: block;
    height: 26px;
    padding-top: 39px;
    padding-bottom: 5px;
    margin: 0;
    background: url("/Root/System/Common/img/icon/big/_default.png") no-repeat 50% 5px;
    text-align: center;
    font-size: x-small;
    text-decoration: none;
}
.wsIconView .wsIcon {
    min-width: 69px;
}
.wsIconFileType
{
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
}

.wsIconActionField
{
    display: none;
    position: absolute; 
    left: 8px;
    top: 6px; 
    width: 16px;
    padding: 2px 0;
}

.wsIconActionField ul
{
    margin: 0; padding: 0;
    list-style: none;
    text-align: center;
}

.wsIconActionField ul li
{
    float:none; display: inline;
    width: auto;
    height: auto;
}

.wsIconAction
{
    display: inline-block;
    width: 0;
    height: 0;
    padding-top: 16px;
    padding-left: 16px;
    margin: 0;
    overflow: hidden;
    background: url("/Root/System/Common/img/icon/small/_default.png") no-repeat top left;
}

.wsIconView li:hover .wsIconActionField {
    display: block;
}

/* Listview (hacky) */

.wsListView
{
    width: 436px
}


.wsListView tr
{
    height: 16px;
}


.wsListItem
{
    display: inline-block;
    min-height: 16px;
    padding-left: 20px;
    background: url("/Root/System/Common/img/icon/small/_default.png") no-repeat center left;
}

.wsListItem .wsActionIcons
{
    height: 16px;
    max-height: 16px;
}

.wsListView li
{
    float: left;
}

/* Listview end */

/*WORKSPACE END*/



/*20100325 adanicska: BUG WORKAROUND: portal admin pages, content picker, multiplied icons*/

.snIconNodeGrid {
	background-position: 0 0;
	background-repeat:no-repeat;
	height:16px;
	margin-top:-1px;
	padding:1pt 0pt 0pt 22px;
}

.snIconNodeGrid a { color: #000; }




/*20100408 adanicska: redesign BEGIN*/

#header {
	background:#fff none repeat scroll 0 0;
	border-bottom:3px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	height:auto;
	overflow:hidden;
	position:relative;
	margin: 5px 0 0;
}
#subpage #header  {
	margin-top: 10px; 
}
#header .beige, #header .beigeSkin, #header .bordo, #header .redSkin {
	background:none;
}
#topimagekontener {
	background:#fff;
	border-top:3px solid #FFFFFF;
	margin:30px 0 0;
	overflow:hidden;
	position:relative;
	width:962px;
}
#header .snMenu {
	list-style-type:none;
	padding:8px 0 0;
	width:962px;
	overflow:hidden; zoom:1;
	margin:0 0 6px 0;
	position:relative;
	clear:both;
}
#header .snMenu li {
	float:left; display: inline;
	cursor:pointer;
	font-size:18px;
	font-weight:normal;
	color:#404740;
	margin:0 0 0 1px;
	text-align: center;
}
#header .snMenu li a {
	color:#404740;
	text-decoration:none;
	padding:10px 0 8px 0;
	display: block; width: 100%;
}
#header .snMenu li a:hover {
	color:#fff;
}
#header .snMenu .snFirst { margin:0; }
#header .snMenu .snPos1 { border-bottom:3px solid #00a5e4; width: 115px; }
#header .snMenu .snPos2 { border-bottom:3px solid #72bf44; width: 149px; }
#header .snMenu .snPos3 { border-bottom:3px solid #ffdd00; width: 167px; }
#header .snMenu .snPos4 { border-bottom:3px solid #f5821f; width: 252px; }
#header .snMenu .snPos5 { border-bottom:3px solid #ed1064; width: 275px; }
#header .snMenu .snPos1 a:hover { background: #00a5e4; }
#header .snMenu .snPos2 a:hover { background: #72bf44; }
#header .snMenu .snPos3 a:hover { background: #ffdd00; }
#header .snMenu .snPos4 a:hover { background: #f5821f; }
#header .snMenu .snPos5 a:hover { background: #ed1064; }

#header .snMenu .snPos1.snActiveMenu a{ background: #00a5e4; color:#fff; }
#header .snMenu .snPos2.snActiveMenu a{ background: #72bf44; color:#fff; }
#header .snMenu .snPos3.snActiveMenu a{ background: #ffdd00; color:#fff; }
#header .snMenu .snPos4.snActiveMenu a{ background: #f5821f; color:#fff; }
#header .snMenu .snPos5.snActiveMenu a{ background: #ed1064; color:#fff; }

#header .snMenu .snPos1.snTraversal a{ background: #00a5e4; color:#fff; }
#header .snMenu .snPos2.snTraversal a{ background: #72bf44; color:#fff; }
#header .snMenu .snPos3.snTraversal a{ background: #ffdd00; color:#fff; }
#header .snMenu .snPos4.snTraversal a{ background: #f5821f; color:#fff; }
#header .snMenu .snPos5.snTraversal a{ background: #ed1064; color:#fff; }

#topimagekontener img {	position:relative; }

#headerleft {
	float:left;
	width:166px;
}
#subpage #headerleft { width:138px; }

#headerleft h1 {
	margin:0; 
	padding:0;
	width: 166px; 
	height: 189px;
}
#headerleft h1.logo_HU{
	background: url(/Root/System/Skins/PecsSkin/img/pecs2010logo_HU.png) no-repeat 0 0;
}
#headerleft h1.logo_EN{
	background: url(/Root/System/Skins/PecsSkin/img/pecs2010logo_EN.png) no-repeat 0 0;
}
#headerleft h1.logo_DE{
	background: url(/Root/System/Skins/PecsSkin/img/pecs2010logo_DE.png) no-repeat 0 0;
}
#headerleft h1.logo_HR{
	background: url(/Root/System/Skins/PecsSkin/img/pecs2010logo_HR.png) no-repeat 0 0;
}
#headerleft h1 a {
	display: block;
	width: 146px; height: 169px;
	text-indent: -3000px;
	overflow:hidden;
}
#subpage #headerleft h1 {
	width: 86px; height: 97px;
}
#subpage #headerleft h1.logo_HU {
	background: url(/Root/System/Skins/PecsSkin/img/pecs2010logo_HU_sub.png) no-repeat 0 0;
}
#subpage #headerleft h1.logo_EN {
	background: url(/Root/System/Skins/PecsSkin/img/pecs2010logo_EN_sub.png) no-repeat 0 0;
}
#subpage #headerleft h1.logo_DE {
	background: url(/Root/System/Skins/PecsSkin/img/pecs2010logo_DE_sub.png) no-repeat 0 0;
}
#subpage #headerleft h1.logo_HR {
	background: url(/Root/System/Skins/PecsSkin/img/pecs2010logo_HR_sub.png) no-repeat 0 0;
}
#subpage #headerleft h1 a {
	width: 86px; height: 97px;
}

#headerleft img {
	display:block;
	border:0;
}
#headercenter {
	float:left;
	width:464px;
	border-left: 1px solid #fff;
}
#subpage #headercenter { width:492px; padding-top: 3px; }

#subpage #headercenter .banner { width: 468px; height: 60px; background:#f0f0f0; }

#main #headerright {
	float:left;
	width:330px;
	border-left: 1px solid #fff;
	background:url(/Root/System/Skins/PecsSkin/img/bg-header-right.jpg) 0 0 no-repeat;
	height:369px;
	overflow:hidden; zoom:1;
	color:#fff;
}
#subpage #headerright {
	float:left;
	width:330px;
	border-left: 1px solid #fff;
	height:95px;
	overflow:hidden; zoom:1;
}

#headerright label {
	text-align:right;
}
#headerright a{
	cursor: pointer;
}

#headerright div.quicksearch {
	float:none;
	border-bottom:1px solid #fff;
	padding:10px 20px;
	overflow: hidden; zoom:1;
}
#subpage #headerright div.quicksearch {
	padding:20px 12px 0 30px;
}
#headerright div.quicksearch a {
	padding:2px 0;
	background:url(/Root/System/Skins/PecsSkin/img/bg-buttoninput.png) 0 0 no-repeat;
	color:#000;
	font-weight:normal;
	text-align:center;
	width:98px;
	float:right;
	text-decoration: none;
}
#subpage #headerright div.quicksearch a {
	background:url(/Root/System/Skins/PecsSkin/img/bg-buttoninput-light.png) 0 0 no-repeat;
}

#headerright div.quicksearch input {
	float:left;
}
#headerright div.quicksearch input, #headerright #loginform input {
	background:url(/Root/System/Skins/PecsSkin/img/bg-textinput.png) 0 0 no-repeat;
	border:0 none;
	height:17px; line-height: 15px;
	width:166px;
	padding: 0 3px;
	font-family:Arial, Helvetica, sans-serif;
}
#headerright #loginform {
	position:relative;
	width:290px;
	padding:12px 20px;
}
#headerright #loginform input { margin-bottom: 5px!important; margin-bottom: 3px; }

#headerright #loginform a {
	font-size:11px;
	font-family:Verdana;
}
#headerright #loginform input.loginbutton {
	padding:0 0 2px 0;
	background:url(/Root/System/Skins/PecsSkin/img/bg-buttoninput.png) 0 0 no-repeat;
	color:#000;
	font-weight:normal;
	text-align:center;
	width:98px;
	float:right;
	font-size:12px;
	bottom:15px;
	right:20px;
	position:absolute;
	text-decoration: none;
	cursor: pointer;
}
#headerright .snPecs2010AjaxMiniSearchEventPortlet .box {
	border-bottom:0 none; zoom:1;
	padding: 10px 20px;
}
#headerright .snPecs2010AjaxMiniSearchEventPortlet .box div {
	margin:0;
}
#headerright .snPecs2010AjaxMiniSearchEventPortlet h1.title {
	color:#fff;
	font-size:14px;
	padding-bottom: 5px;
}
#headerright .snPecs2010AjaxMiniSearchEventPortlet a {
	padding:2px 0;
	background:url(/Root/System/Skins/PecsSkin/img/bg-buttoninput.png) 0 0 no-repeat;
	color:#000;
	font-weight:normal;
	text-align:center;
	width:98px;
	float:right;
	font-size:12px;
	line-height:14px;
	height:17px;
	position: absolute;
	right: 20px;
}

#headerright .snPecs2010AjaxMiniSearchEventPortlet select  
{
	margin: 0 0 5px 0 !important; 
	font-size: 12px; 
	width: 185px !important; }

#headerright .loginbox{
	padding: 8px 15px; 
	zoom:1; 
	font-size: 11px;
	font-family: Verdana;
	}
#headerright .loginportlet{
	height: 150px;
	border-bottom: 1px solid #FFFFFF;
}
	

#headerright .snPecs2010LoginPortlet { position: relative; zoom:1; }

#headerright .snPecs2010LoginPortlet img {
	float:right; display: inline;
	vertical-align:middle;
	margin:0 5px 0 0;
}
#headerright .snPecs2010LoginPortlet span {
	float:left;
	vertical-align:middle;
	margin:0 0 0 5px;
}
#headerright .snPecs2010LoginPortlet .error {
	position: absolute; bottom: -7px; left: 0;
	width: 100%;
	background: #f00; color:#fff;
	font-size: 11px;
}


#socnetlinks {
	border-bottom:1px solid #fff;
	padding:6px 20px;
	overflow:hidden;
}
#socnetlinks a {
	display:block;
	float:left;
	text-indent:-9999px;
	height:27px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin:0 21px;
}
#socnetlinks a.iwiw {
	width:47px;
	background-image: url(/Root/System/Skins/PecsSkin/img/logo-iwiw.png);
}
#socnetlinks a.facebook {
	width:65px;
	background-image: url(/Root/System/Skins/PecsSkin/img/logo-facebook.png);
}
#socnetlinks a.twitter {
	width:50px;
	background-image: url(/Root/System/Skins/PecsSkin/img/logo-twitter.png);
}
#topline {
	overflow:hidden; zoom:1;
	height: 20px;
	padding: 0;
}
#topline ul#lang {
	float:right;
	list-style-type:none;
	margin:0;
	padding: 0;
	height:20px;
	color:#6c6c5c;
}
#topline ul#lang li {
	background:#fff none repeat scroll 0 0;
	float:left; display:inline;
	margin:0 0 0 5px; padding:0 0 0 5px;
	border-left:1px solid #6c6c5c;
}
#topline ul#lang li a { color:#6c6c5c; }
#topline ul#lang li.active a { color:#000; }

#topline ul#lang li.first, #topline ul#lang li.blindskinlink { border:0; }
#topline ul#lang li.blindskinlink a {
	width:20px;
	height:20px;
	overflow: hidden;
	background:url(/Root/System/Skins/PecsSkin/img/bg-blindskinlink.png) 50% 50% no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 0 0 30px;
	position: relative; top: -3px;
}

#weatherbox{
	border-bottom:1px solid #E1E1E1;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
}
#legfrissebb{
	padding-bottom: 0px;
}
#legfrissebb .item
{
	padding: 12px 0;
	border-bottom:1px solid #E1E1E1;
}
#legfrissebb .datum
{
	font-size: 11px;
	color: Gray;
}

#vezetohir {
	overflow: hidden;
	zoom:1;
	padding: 0 12px 0 0;
	margin-right: 12px;
	border-bottom: 1px solid #e1e1e1;
	}
#vezetohir img {
	float:left; display: inline;
	margin: 0 12px 12px 0;
	width:120px; height:120px;
	}
#vezetohir .title {
	margin: 12px 12px 0 0;
	font-size: 16px;
	}
.vezetohir .title {
    margin: 12px 0 0;
    font-size: 16px;
    }	
#vezetohir p  {
	margin:1em 0px; 
	}
.vezetohir p  {
	margin:0 0 1em 0; 
	overflow:hidden; 
	}

.silverbutton {
	padding:2px 0;
	background:url(/Root/System/Skins/PecsSkin/img/bg-buttoninput.png) 0 0 no-repeat;
	color:#000 !important;
	font-weight:normal;
	text-align:center;
	width:98px;
	float:right;
	font-size:12px;
	line-height:14px;
	height:17px;
	text-decoration: none !important;
}
#centersub #middle .silverbutton {
	position: absolute;
}
#centersub #right .snPecs2010AjaxMiniSearchEventPortlet .silverbutton {
	/*margin: 10px 0 0;*/
}
#centersub #right .snPecs2010AjaxMiniSearchEventPortlet select {
	margin: 0 0 5px 0;
}
.filterpanel
{
	background-color: #e1e1e1;
	padding: 12px;
	width: 462px;
}
.orderpanel
{
	/*background-color: #e1e1e1;*/
	border-bottom:1px solid #E1E1E1;
	padding: 10px 0;
	margin: 0 12px;
}
.pagerpanel
{
	/*background-color: #e1e1e1;*/
	border-bottom:1px solid #E1E1E1;
	padding: 10px 0;
	margin: 0 12px;
}

.bannertitle
{
	text-transform: uppercase;
	font-family: Verdana;
	font-weight: bold;
	font-size: 8px;
	color: #e1e1e1;
}
.programkibontott .topiclabel
{
	color: #fff;
	background-color: Red;
	text-transform: uppercase;
	margin-left: 12px;
	display: inline;
	font-weight: normal;
}
.programkibontott .lead .intro p{	
	display:  inline !important;
	margin: 0 15px 12px 0;
	
}
.bordoszoveg {
	color:#94130b;
}
	
#centersub #hirek {
	/*padding-left: 12px;*/
}

#centersub #vezetohir {
	overflow: hidden;
	zoom:1;
	padding: 0;
	margin: 0 12px;
	border-bottom: 1px solid #e1e1e1;
	}

#centersub #hirek #vezetohirkep img{
	width: 436px;
	padding: 12px 0 0;
	margin: 0 12px;
}
#centersub #hir {
	overflow: hidden;
	zoom:1;
	padding: 10px 0 0;
	border-bottom: 1px solid #e1e1e1;
	margin: 0 12px;
	}
.padding {
	padding:12px;
	}
.paddingtop {
	padding-top: 12px;
	}
.paddingbottom {
	padding-bottom: 12px;
	}
.paddingleft {
	padding-left: 12px;
	}
.paddingright {
	padding-right: 12px;
	}
img.thumbnail{
	width: 120px;
	height: 120px;
	}
.galeriak {
	overflow: hidden;
	zoom:1;
	padding: 10px 0px 10px 0;
	border-bottom: 1px solid #e1e1e1;
	margin-right: 12px;
	}
.galeriak .title {
	font-size: 14px;
	margin: 0 0 10px;
	}
.galeriak .prev
{
	left: 0;
	border-left: 5px solid #f5f5ed;
}
.galeriak .prev:hover
{
	background: url(../img/left.gif) left center no-repeat;
	opacity: 1;
	filter: alpha(opacity=100);
}
.galeriak .next
{
	right: 0;
	border-right: 5px solid #f5f5ed;
}
.galeriak .next:hover
{
	background: url(../img/right.gif) right center no-repeat;
	opacity: 1;
	filter: alpha(opacity=100);
}

/*** thumbnail slider ***/
.thumbs {
    overflow-x: auto;
    overflow-y: hidden;
    width: 450px; 
    height: auto;
    margin: 0 0 0 6px;
}
.thumbs .item {
	float:left; 
	display: inline;
	margin:0 10px 0 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color:#94130b;
	width: 140px;
	}
.thumbs .item img {
	display: inline;
	margin: 0 0 2px 0;
	width: 120px;
	height: 120px;
	}
.thumbscontainer {
	width: 100%;
	overflow: hidden;
}

.thumbscontainer .thumbs {
    overflow-x: visible;
    overflow-y: visible;
    /*height: auto;*/
    width: 1350px;
}

.thumbslider {
  margin: 0 20px 0 0;
  position: relative;
}

.ui-slider-handle {
  width: 20px;
  margin-left: 0;
  margin-right: 0;
  height: 16px;
  position: absolute;
  /*top: -7px;*/
  background: #94130B;
}

.thumbslider_container {
  height: 16px;
  margin: 5px 10px 0;
  padding: 0 10px;
  background: url(../img/slider_bg.png) repeat;
}

/*20100408 adanicska: redesign END*/
