/* RESET CSS
************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article, aside, figure, figcaption, figsource, footer, header, hgroup, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


table { font-size:inherit; font:100%; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

select, input, textarea { color:#444; font-size: 100%; }
textarea { resize: vertical; }

h1,h2,h3,h4,h5,h6 { font-weight: normal; text-rendering: optimizeLegibility; }
html { -webkit-font-smoothing: antialiased; }
a:hover, a:active { outline: none; }
ol { margin-left: 30px; list-style-type: decimal; }
small { font-size:85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align:top; }
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { padding: 15px; white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }

html { }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }
.hidden { display:none; visibility:hidden; }
.visuallyhidden { position:absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
/* RESET CSS END */


/* HVG BLOG CSS
************************/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: black;
	background: #f0f0f0;
	width: 100%;
}

a, a:visited { color: #004276; text-decoration: none; }

a:hover,
#postlist .post .title h1 a:hover,
#content .others .text h1 a:hover,
#more li h2 a:hover,
#article header h1 a:hover {
	color: #0c5b99;
	text-decoration: underline;
}

img { display: block; border: 1px solid #9a9a9a; }

ul { margin: 0; padding: 0; list-style-type: none; }

ul li {
	background: url('/skins/default/img/tematic/bullet.png') no-repeat 0 7px;
	padding: 0 0 10px 15px;
	margin: 0;
}

/* input */
input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
}

input.button,
.button {
	border: 1px solid #888;
	background-color: #646464;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#272727));
	background-image: -webkit-linear-gradient(top, #646464, #272727);
	background-image: -moz-linear-gradient(top, #646464, #272727);
	background-image: -ms-linear-gradient(top, #646464, #272727);
	background-image: -o-linear-gradient(top, #646464, #272727);
	background-image: linear-gradient(top, #646464, #272727);
	font-size: 14px;
	line-height: 17px;
	padding: 3px 10px;
	height: 26px;
	text-align: center;
	color: white;
	opacity: 0.7;
	border-radius: 2px;
}

/*.msie input.button, .msie .button { background: url('/skins/default/img/tematic/button_bg.png') repeat-x; }*/

input.button:hover, .button:hover { opacity: 1; }

input.button[type="submit"] { font-weight: bold; }

/* HEADER
************************/
#header_wrapper {
	width: 100%;
	height: 72px;
	position: fixed;
	z-index: 3;

	background: #646464;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#272727));
	background-image: -webkit-linear-gradient(top, #646464, #272727);
	background-image: -moz-linear-gradient(top, #646464, #272727);
	background-image: -ms-linear-gradient(top, #646464, #272727);
	background-image: -o-linear-gradient(top, #646464, #272727);
	background-image: linear-gradient(top, #646464, #272727);

	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.3);

	border-bottom: 5px solid black;
}

.msie #header_wrapper { background: url('/skins/default/img/tematic/header_bg.png') repeat-x; }

#header {
	width: 990px;
	max-width: 990px;
	margin: 0 auto;
	position: relative;
}

#header nav {
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	/* non webkit */
	float: left;
    overflow: hidden;
}

#logo {
	background-repeat: no-repeat;
    display: block;
    height: 84px;
    margin-top: 8px;
    width: 160px;
}

#logo span { display: none; }

/* header articles */
#header_articles {
	width: 569px;
	max-width: 569px;
	padding: 5px 0;
	overflow: hidden;
	/* non webkit */
	float: left;
}

#header_articles li {
	width: 282px;
	max-width: 282px;
	overflow: hidden;
	padding: 0;
	margin-right: 5px;
	background-image: none;
	/* non webkit */
	float: left;
}

#header_articles li a {
	display: block;
	width: 280px;
	height: 60px;
	border: 1px solid #818181;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 2px;
	background: #6d6d6d;
	background: rgba(255,255,255,0.2);
	opacity: 0.9;
	color: white;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

#header_articles li a:hover { opacity: 1; text-decoration: none; }

#header_articles li a img {
	width: 90px;
	border: none;
	border-right: 1px solid #636363;
	border-right: 1px solid rgba(0,0,0,0.1);
	float: left;
	margin-right: 9px;
}

#header_articles li a .headline {
	float: left;
	width: 170px;
	height: 53px;
	font-weight: bold;
	line-height: 17px;
	padding: 5px 10px 0 0;
	overflow: hidden;
	text-shadow: 0 1px 0 #333;

}

/* HEADER TOOLS */
#header_tools {
	width: 215px;
	min-width: 215px;
	max-width: 215px;
	padding-left: 6px;
	/* non webkit */
	float: left;
	position: relative;
}

/* header icons & stuff */
#header_tools #header_tools_top {
	height: 28px;
	padding: 5px 0 6px;
	position: relative;
}

#header_tools_top .share_fb_small {
	position: absolute;
	left: 105px;
	top: 9px;
	height: 20px;
	width: 110px;
	overflow: hidden;
}

/* header buttons */
#header_tools .control {
	display: block;
	height: 21px;
	padding: 5px 0 0 5px;
	border: 1px solid #818181;
	border: 1px solid rgba(255,255,255,0.2);
	opacity: 0.8;
	color: white;
	font-weight: bold;
	line-height: 17px;
	border-radius: 2px;

	background: #666;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background-image: -webkit-linear-gradient(top, #666, #333);
	background-image: -moz-linear-gradient(top, #666, #333);
	background-image: -ms-linear-gradient(top, #666, #333);
	background-image: -o-linear-gradient(top, #666, #333);
	background-image: linear-gradient(top, #666, #333);
	background-repeat: no-repeat;

	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.msie #header_tools .control { background: url('/skins/default/img/tematic/button_bg.png') repeat-x; }

#header_tools .control:hover {
	opacity: 1;
	text-decoration: none;
}

/* user menu */
#header_tools #user_control {
	width: 93px;

	background-image: url('/skins/default/img/tematic/i_login.png'), -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background-image: url('/skins/default/img/tematic/i_login.png'), -webkit-linear-gradient(top, #666, #333);
	background-image: url('/skins/default/img/tematic/i_login.png'), -moz-linear-gradient(top, #666, #333);
	background-image: url('/skins/default/img/tematic/i_login.png'), -ms-linear-gradient(top, #666, #333);
	background-image: url('/skins/default/img/tematic/i_login.png'), -o-linear-gradient(top, #666, #333);
	background-image: url('/skins/default/img/tematic/i_login.png'), linear-gradient(top, #666, #333);
	background-position: right center;
}

.msie #header_tools #user_control { background: url('/skins/default/img/tematic/button_bg_login.png') no-repeat right center; }

#header_tools #user_control.logged {
	background-image: url('/skins/default/img/tematic/i_logged.png'), -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background-image: url('/skins/default/img/tematic/i_logged.png'), -webkit-linear-gradient(top, #666, #333);
	background-image: url('/skins/default/img/tematic/i_logged.png'), -moz-linear-gradient(top, #666, #333);
	background-image: url('/skins/default/img/tematic/i_logged.png'), -ms-linear-gradient(top, #666, #333);
	background-image: url('/skins/default/img/tematic/i_logged.png'), -o-linear-gradient(top, #666, #333);
	background-image: url('/skins/default/img/tematic/i_logged.png'), linear-gradient(top, #666, #333);
	background-position: right center;
}

.msie #header_tools #user_control.logged { background: url('/skins/default/img/tematic/button_bg_logged.png') no-repeat right center; }

/* menu/search */
#header_tools #menu_control {
	width: 175px;
	float: left;
	margin-right: 5px;

	background-image: url('/skins/default/img/tematic/i_search.png'), -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background-image: url('/skins/default/img/tematic/i_search.png'), -webkit-linear-gradient(top, #666, #333);
	background-image: url('/skins/default/img/tematic/i_search.png'), -moz-linear-gradient(top, #666, #333);
	background-image: url('/skins/default/img/tematic/i_search.png'), -ms-linear-gradient(top, #666, #333);
	background-image: url('/skins/default/img/tematic/i_search.png'), -o-linear-gradient(top, #666, #333);
	background-image: url('/skins/default/img/tematic/i_search.png'), linear-gradient(top, #666, #333);
	background-position: right center;
}

.msie #header_tools #menu_control { background: url('/skins/default/img/tematic/button_bg_search.png') no-repeat right center; }

/* MENU */
.dropdown {
	display: none;
	width: 213px;
	position: absolute;
	top: 72px;
	right: 0;
	z-index: 3;
	background: #4a4a4a;
	border: 1px solid #666;
	-moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
}

#menu ul {
	border-top: 1px solid #333;
	border-bottom: 1px solid #666;
	position: relative;
}

#menu ul li {
	padding: 0;
	background: none;
}

#menu ul li a {
	display: block;
	padding: 10px;
	color: white;
	opacity: 0.8;
	font-weight: bold;
	border-top: 1px solid #666;
	border-bottom: 1px solid #333;
}

#menu ul li a:hover {
	opacity: 1;
	text-decoration: none;
	background: rgba(255,255,255,0.1);
}

#menu_close { text-align: center; }

#search { padding: 10px; }
#search input { width: 185px; }
.webkit #search input { width: 100%; }

/* LOGIN/USER CONTROL */
#user_dropdown {
	top: 39px;
	padding: 0 0 10px;
}

#user_dropdown .form_line {
	padding: 10px 10px 0 10px;
	position: relative;
}

#user_dropdown a {
	display: block;
	font-size: 90%;
	color: white;
	text-align: center;
}

#user_dropdown p { margin: 10px 0 0; font-weight: bold; }
#user_dropdown #logout { font-weight: normal; opacity: 0.6; }
#user_dropdown #logout:hover { opacity: 1; }

#user_dropdown input.text { width: 185px; }
.webkit #user_dropdown input.text { width: 100%; }

#user_dropdown input.button { width: 90px; }

#user_dropdown input.cancel { float: right; }

/* FRESH ARTICLES ICON */
#header_tools #icon_fresh {
	width: 26px;
	height: 26px;
	padding: 0;
	text-align: center;
	float: left;
	position: relative;
	z-index: 2;

	background-image: url('/skins/default/img/tematic/i_notification.png'), -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background-image: url('/skins/default/img/tematic/i_notification.png'), -webkit-linear-gradient(top, #666, #333);
	background-image: url('/skins/default/img/tematic/i_notification.png'), -moz-linear-gradient(top, #666, #333);
	background-image: url('/skins/default/img/tematic/i_notification.png'), -ms-linear-gradient(top, #666, #333);
	background-image: url('/skins/default/img/tematic/i_notification.png'), -o-linear-gradient(top, #666, #333);
	background-image: url('/skins/default/img/tematic/i_notification.png'), linear-gradient(top, #666, #333);
	background-repeat: no-repeat;

	background-position: center;
}

#header_tools #icon_fresh.selected {
	background-image: url('/skins/default/img/tematic/i_notification.png'), -webkit-gradient(linear, left top, left bottom, from(#333), to(#666));
	background-image: url('/skins/default/img/tematic/i_notification.png'), -webkit-linear-gradient(top, #333, #666);
	background-image: url('/skins/default/img/tematic/i_notification.png'), -moz-linear-gradient(top, #333, #666);
	background-image: url('/skins/default/img/tematic/i_notification.png'), -ms-linear-gradient(top, #333, #666);
	background-image: url('/skins/default/img/tematic/i_notification.png'), -o-linear-gradient(top, #333, #666);
	background-image: url('/skins/default/img/tematic/i_notification.png'), linear-gradient(top, #333, #666);
}

#header_tools #icon_fresh.breaking {
	/*background-color: #e92f2f;
	background-image: url('/skins/default/img/tematic/i_notification.png'), -webkit-gradient(linear, left top, left bottom, from(#e92f2f), to(#eb0606));
	background-image: url('/skins/default/img/tematic/i_notification.png'), -webkit-linear-gradient(top, #e92f2f, #eb0606);
	background-image: url('/skins/default/img/tematic/i_notification.png'), -moz-linear-gradient(top, #e92f2f, #eb0606);
	background-image: url('/skins/default/img/tematic/i_notification.png'), -ms-linear-gradient(top, #e92f2f, #eb0606);
	background-image: url('/skins/default/img/tematic/i_notification.png'), -o-linear-gradient(top, #e92f2f, #eb0606);
	background-image: url('/skins/default/img/tematic/i_notification.png'), linear-gradient(top, #e92f2f, #eb0606);*/
	background: #e92f2f url('/skins/default/img/tematic/i_notification.png');
}

.msie #header_tools #icon_fresh { background: url('/skins/default/img/tematic/i_notification.png') no-repeat center; }

#header_tools #icon_fresh span.badge {
	display: block;
	width: 16px;
	height: 16px;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	position: absolute;
	z-index: 3;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 2px;
	top: -7px;
	right: -7px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);

	/*background-color: #fb893d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fb893d), to(#ff6601));
	background-image: -webkit-linear-gradient(top, #fb893d, #ff6601);
	background-image: -moz-linear-gradient(top, #fb893d, #ff6601);
	background-image: -ms-linear-gradient(top, #fb893d, #ff6601);
	background-image: -o-linear-gradient(top, #fb893d, #ff6601);
	background-image: linear-gradient(top, #fb893d, #ff6601);*/
	background-color: #e92f2f;
}

/*#header_tools #icon_fresh.breaking span.badge {
	background-color: #e92f2f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e92f2f), to(#eb0606));
	background-image: -webkit-linear-gradient(top, #e92f2f, #eb0606);
	background-image: -moz-linear-gradient(top, #e92f2f, #eb0606);
	background-image: -ms-linear-gradient(top, #e92f2f, #eb0606);
	background-image: -o-linear-gradient(top, #e92f2f, #eb0606);
	background-image: linear-gradient(top, #e92f2f, #eb0606);
}
*/
/* FRESH ARTICLES */
#fresh_container {
	display: none;
	width: 630px;
	position: fixed;
	top: 77px;
	z-index: 2;
}

.webkit #fresh_container {
	position: absolute;
	left: 0;
}

#fresh {
	margin: 20px;
	background: #eee;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	overflow: hidden; /*ez ha nagyon sok a cikk, akkor erdekes */
	border: 1px solid #666;
}

#fresh header {
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	font-size: 20px;

	background-color: #646464;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#272727));
	background-image: -webkit-linear-gradient(top, #646464, #272727);
	background-image: -moz-linear-gradient(top, #646464, #272727);
	background-image: -ms-linear-gradient(top, #646464, #272727);
	background-image: -o-linear-gradient(top, #646464, #272727);
	background-image: linear-gradient(top, #646464, #272727);
}

#fresh header a {
	float: right;
	color: white;
}

#fresh ul {	margin: 20px 20px 0; }

#fresh ul li {
	padding: 0 0 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	background: none;
}

#fresh ul li:last-child {
	border: none;
	padding-bottom: 0;
}

#fresh ul li a {
	display: block;
	font-size: 15px;
	font-weight: normal;
}
#fresh ul li a.own {
    font-weight:bold;
}

#fresh ul li.breaking a { color: #c00; }

#newsUpdate {
	display: block;
	padding: 20px;
	font-size: 15px;
}

#newsUpdate .ZeroNotification {
	font-style: italic;
	margin-bottom: 15px;
	color: #666;
}

#newsUpdate .GoToLatest24Page { font-weight: bold; }

/* dropdown magic */
#dropdown_wrapper {
	width: 100%;
	position: fixed;
	z-index: 5;
}

#dropdown_container {
	width: 990px;
	position: relative;
	margin: 0 auto;
}

/* LAYOUT */
sitewrapper { position: relative; }

#pagewrapper {
	width: 990px;
	max-width: 990px;
	margin: 0 auto;
	position: relative;
}

#page {
	width: 988px;
	max-width: 988px;
	overflow: hidden;
	margin: 0 auto;
	padding: 77px 0 0;
	border: 1px solid #c0c0c0;
	border-top: none;
	background: white;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	z-index: 1;
	position: relative;
}

#contentwrapper {
	width: 609px;
	max-width: 609px;
	overflow: hidden;
	padding: 20px 19px 0 0;
	border-right: 1px solid #d9d9d9;
	/* non-webkit */
	float: left;
}

#rightwrapper {
	width: 359px;
	max-width: 359px;
	background: white;
	overflow: hidden;
	/* non-webkit */
	position: relative;
	float: left;
}

.fixedbar { 
	position: fixed; 
	width: 359px; 
	max-width: 359px; 	
	/* chrome flash + position bug */
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}

/* PAGE TOP */
#page_top { position: relative; }

#ad_top {
	padding: 10px 0;
	min-height: 90px;
	border-bottom: 1px solid black;
	text-align: center;
}

#highlights {
	padding: 10px 20px;
	height: 17px;
	overflow: hidden;
	background: #333;
	border-bottom: 1px solid black;
	color: #c9c9c9;
	line-height: 17px;
}

#highlights ul {
	width: 800px;
	height: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#highlights li {
	display: inline;
	padding: 0 15px 0 0;
	margin-right: 5px;
	background-position: right 6px;
}

#highlights li.label {
	padding-right: 8px;
	margin-right: 0;
	background: none;
}

#highlights li:last-child {
	padding-right: 0;
	margin-right: 0;
	background: none;
}

/* non webkit */
#highlights li.last {
	padding-right: 0;
	margin-right: 0;
	background: none;
}

#highlights a { color: white; opacity: 0.8; }
#highlights a:hover { opacity: 1; }

#highlights .today { float: right; }


/* ARTICLE
************************/
/* article nav */
#nav_content {
	padding: 0 0 20px 19px;
	/* non-webkit */
	height: 17px;
}

#nav_content div {
	width: 50%;
	font-weight: bold;
	/* non-webkit */
	float: left;
}

#nav_content #home { text-align: right; }
.webkit #home { padding-right: 20px; }

/* article header */
#article header {
	clear: both;
	padding: 0 0 0 14px;
	margin: 0 0 20px;
	border-left: 5px solid black;
	line-height: 17px;
}

#article header h1 { color: #222; margin: 0 0 20px; }
#article header h1 a { color: #222; }

.warning {
	background: #eee url(/skins/default/img/warning.png) 19px 22px no-repeat;
	border-radius: 2px;
	border: 1px solid #d9d9d9;
	font: bold 11px Arial;
	padding: 20px 20px 20px 60px;
	margin: 0 0 20px 20px;
}

.webkit #article header h1 { font-size: 48px; line-height: 50px; text-shadow: 0 0 1px #999; }
/*.msie #article header h1 { font-size: 48px !important; line-height: 50px !important; } */
.informa #article header h1 { font-size: 44px; line-height: 49px; }
.proxima #article header h1 { font-size: 42px; line-height: 44px; }

#article header .avatar {
	width: 42px;
	padding-right: 10px;
	/* non-webkit */
	float: left;
}

#article .avatar img {
	display: block;
	width: 40px;
	height: 40px;
}

#article header .flexbox {
	/* non-webkit */
	width: 538px;
	float: left;
}

#author { padding: 2px 0 4px; }

#author li { display: inline; background: none; padding: 0; }

#article_info { color: #666; }

#article_info * { padding-right: 5px; }


/* article content */
#article_content {
	padding: 0 0 0 19px;
	line-height: 25px;
}

#article_content a { text-decoration: underline; }

#article_content p#kopf { font-weight: bold; }

#article_content h3 {
	font-size: 16px;
	margin: 0 0 15px;
}

#article_content p,
#article figure { margin: 0 0 15px; }

#article figure { background: #eee; }

#article figure img { max-width: 588px; }

#article figure figcaption {
	color: #666;
	padding: 5px 10px;
	text-align: center;
	font-size: 14px;
}

#article figure figsource {
	color: #666;
	padding: 5px 10px;
	text-align: center;
	font-size: 14px;
}

#article_content ul { margin: 0 0 5px; }
#article_content ul li { background-position: 0 10px; }

#article_content blockquote {
	margin: 0 0 15px;
	padding: 0 0 0 60px;
	color: #333;
	background: url('/skins/default/img/tematic/quote.png') no-repeat left top;
}

/* table */
#article_content .articleTable {
	width: 100%;
	border: 1px solid #ccc;
	border-right: none;
	border-bottom: none;
	margin-bottom: 15px;
}

#article_content .articleTable td {
	padding: 4px 5px;
	border: 1px solid #ccc;
	border-top: none;
	border-left: none;
	font-size: 13px;
}

#article_content .articleTable td.articleTableHeader {
	background-color: #eee;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}

/* breakout */
#article_content .breakout,
#article_content .monocle {
	width: 100%;
	background: #eee;
	margin-bottom: 15px;
	border: 1px solid #ccc;
}

#article_content .breakout h3,
#article_content .monocle .monocleHeader {
	background: #ccc;
	padding: 10px;
	margin: 0;
	font-size: 16px;
}

#article_content .breakout .breakout_txt { padding: 10px 10px 1px 10px; }
#article_content .monocle .monocleBody { padding: 10px; }

/* article footer */
#article_footer {
	border-top: 1px solid #d9d9d9;
	margin: 0 0 20px 19px;
	padding: 10px 0 0 0;
	color: #666;
}

#article_footer ul.tags {
	background: url('/skins/default/img/tematic/label.gif') no-repeat left 1px;
	padding: 0 0 10px 25px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #d9d9d9;
}

#article footer ul.tags li {
	display: inline;
	background: none;
	padding: 0 5px 0 0;
}

/* MORE */
#more {
	border-top: 1px solid #d9d9d9 !important;
	border-bottom: 1px solid #d9d9d9 !important;
	border-left: 5px solid black;
	margin: 0 -20px 20px 0;
	padding: 10px 0 10px 4px;
	background: #eee url('/skins/default/img/tematic/more_bg.png') repeat-y top center;
}

#more li {
	width: 290px;
	float: left;
	padding: 0 10px;
	background: none;
}

.webkit #more li { width: 50%; }

#more li h2 {
	margin: 0;
	padding: 0 0 5px;
}

.webkit #more li h2 { font-size: 20px; line-height: 22px; text-shadow: 0 1px 0 white;}
.informa #more li h2 { font-size: 20px; line-height: 22px; }
.proxima #more li h2 { font-size: 30px; line-height: 31px; }
/*.msie #more li h2 { font-size: 23px; line-height: 30px; }*/

#more li h2 a { color: #111; }

#more li span.info {
	display: block;
	margin-top: 5px;
	color: #aaa;
}

#more li span.info a { color: #aaa; }

/* SHARE */
/* share top */
#share_top {
	float: right;
	width: 220px;
	height: 23px;
	overflow: hidden;
	position: relative;
	margin-top: -3px;
}

#share_top .share_gplus {
	position: absolute;
	top: 0;
	left: 0;
}

#share_top .twitter-share-button {
	position: absolute !important;
	top: 0;
	left: 60px;
}

#share_top .share_fb_small {
	position: absolute;
	top: 0;
	left: 140px;
}
#share_top .dl {
	position: absolute;
	top: 30px;
	left: 0;
}
#share_top .dl a {
	display: block;
	height: 28px;
}

/* share bottom */

.webkit #share_bottom .clearfix { display: block; }

#share_bottom .share_fb_big {
	clear: both;
	max-width: 590px;
	padding-top: 5px;
	margin-left: -10px;
}

#article_tools { float: right; }

#article_tools li {
	display: inline;
	padding: 0 0 0 10px;
	background: none;
}

/* BIG PICTURE
***************************/
ul#bigpiclist li {
	margin: 0;
	padding: 0;
	background: none;
}

ul#bigpiclist figure {
	border: none;
	padding: 5px;
	margin-bottom: 20px;
}

ul#bigpiclist figure img { width: 100%; border: none; }

ul#bigpiclist figure figcaption .caption { border: none; }

ul#bigpiclist figure figcaption .credit a {
	font-size: 100%;
	color: #7E7E7E;
	float: right;
	font-weight: bold;
}

/* POST LIST
************************/
#postlist .post { clear: both; margin-bottom: 30px; }

/* postlist borders */
#postlist .post .title,
#postlist .post.illustrated .picture {
	padding: 0 0 0 14px;
	border-left: 5px solid black;
}

#postlist .post.illustrated .title {
	padding-left: 0;
	border: none;
}

/* postlist title */
#postlist .post .title {
	margin-bottom: 10px;
	color: #666;
}

#postlist .post .title h1 { margin: 0 0 10px; }

.webkit #postlist .post .title h1 { font-size: 24px; line-height: 26px; text-shadow: 0 0 1px #999;}
/*.msie #postlist .post .title h1 { font-size: 24px !important; line-height: 26px !important; } */
.informa #postlist .post .title h1 { font-size: 24px; line-height: 26px; }
.proxima #postlist .post .title h1 { font-size: 32px; line-height: 33px; }

.webkit #postlist .post.top .title h1 { font-size: 36px; line-height: 38px; text-shadow: 0 0 1px #999;;}
/*.msie #postlist .post.top .title h1 { font-size: 36px !important; line-height: 38px !important; } */
.informa #postlist .post.top .title h1 { font-size: 36px; line-height: 38px; }
.proxima #postlist .post.top .title h1 { font-size: 41px; line-height: 45px; }

#postlist .post .title h1 a { color: #222; }

#postlist .post .title .info ul li {
	display: inline;
	padding: 0 3px 0 0;
	background: none;
	font-size: 13px;
}

#postlist .post .title .info ul li:last-child { padding-right: 0; }

#postlist .post .title .info ul li a { color: #666; }

#postlist .post .title .info ul li .section {
	text-transform: uppercase;
	background: url('/skins/default/img/tematic/bullet.png') no-repeat right center;
	padding-right: 11px;
}

/* bigpic */
#postlist .post.bigpic .title { margin-bottom: 15px; }

#postlist .post.bigpic .picture { margin: 0 0 15px 19px; }

#postlist .post.bigpic .picture img { width: 588px; }

/* txt */
#postlist .post .text p { padding-left: 19px; }

/* illustrated */
#postlist .post.illustrated .picture {
	width: 250px;
	margin-right: 20px;
	float: left;
}

#postlist .post.illustrated .picture img { width: 100%; }

#postlist .post.illustrated .text {
	float: left;
	width: 320px;
	overflow: hidden;
}

#postlist .post.illustrated .text p { padding-left: 0; }

/* loader anim */
.loader {
	height: 32px;
	margin-bottom: 20px;
	background: url('/skins/default/img/tematic/loader.gif') no-repeat center center;
}

#content .button.loadmore {
	padding: 4px 0 0;
	margin: 0 auto 20px;
	opacity: 0.9;
	display: block;
	width: 200px;
	height: 22px;
	font-weight: bold;
	color: rgba(255,255,255,0.9);
}

#content .button.loadmore:hover { opacity: 1; color: white; text-decoration: none; }

/* pager */
#content .pager { margin: -10px 0 20px 0; font-weight: bold; }

#content .pager .flexbox { width: 50%; float: left; }

#content .pager .next { float: right; text-align: right; }

#content .pager .prev a { padding-left: 19px; }

/* RIGHTBAR
************************/
#rightbar {
	line-height: 17px;
	font-size: 14px;
	padding-top: 20px;
}

#rightbar .box {
	padding: 0 18px 0 19px;
	margin-bottom: 20px;
}
#rightbar .box.adveticum h1 {
	color: #666;
	border-color: #444;
}
#rightbar .box.adveticum li,
#rightbar .box.adveticum .goAdverticum{
    clear: both;
    overflow: hidden;
}

#rightbar .box li { background-position: 0 5px; }

/* rightbar boxes */
#rightbar .box h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 0 10px 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 5px solid black;
	text-transform: uppercase;
	position: relative;
}
#rightbar .box h1 span {
	position: absolute;
	top: 12px;
	right: 0;
	font: normal 10px Arial;
}

.webkit #rightbar .box h1 { font-size: 24px; line-height: 26px; text-shadow: 0 0 1px #999;}
.informa #rightbar .box h1 { font-size: 24px; line-height: 26px;}
.proxima #rightbar .box h1 { font-size: 25px; }
/*.msie #rightbar .box h1 { font-size: 24px; line-height: 26px; }*/

/* rightbar articlelists */
#rightbar .articlelist li {
	border-right: 5px solid black;
	width: 335px;
	padding: 0;
	margin: 0 0 10px 0;
	background-image: none;
}

#rightbar .articlelist li.illustrated {
	height: 62px;
	overflow: hidden;
}

#rightbar .articlelist li.illustrated img {
	width: 90px;
	height: 60px;
	float: left;
	margin-right: 10px;
}

#rightbar .articlelist li .text {
	display: block;
	width: 325px;
	padding: 0 9px 0 0;
}

#rightbar .articlelist li.illustrated .text {
	width: 223px;
	float: left;
}

#rightbar .articlelist li .text .headline {
	display: block;
	max-height: 35px;
	overflow: hidden;
	font-weight: bold;
	margin: 0 0 5px;
}

#rightbar .articlelist li .text .info,
#rightbar .articlelist li .text .info a { color: #aaa; }

/* rightbar bigpic */
#rightbar .box .bigpic { margin-top: 5px; }

#rightbar .box .bigpic img {
	width: 320px;
	margin-bottom: 8px;
}

#rightbar .box .bigpic .title {	font-weight: bold; }

/* righbar ad */
#rightbar #rightbar_ad {
    height: 265px;
	padding: 5px 0 10px;
	border: 1px solid #d9d9d9;
	border-right-color: #c0c0c0;
	margin: 0 -1px 15px -1px;
}
#rightbar #rightbar_ad .goAdverticum { 
	text-align: center; 
}

#rightbar #rightbar_ad_sense {
	padding: 5px 19px 10px 19px;
	border: 1px solid #d9d9d9;
	border-right-color: #c0c0c0;
	margin: 0 -1px 15px -1px;
}

#rightbar #rightbar_ad_google {
	padding: 5px 19px 10px 19px;
	border: 1px solid #d9d9d9;
	border-right-color: #c0c0c0;
	margin: 0 -1px 15px -1px;
}


/* FOOTER
************************/
#footer {
	color: #ccc;
	clear: both;
	background: #333;
	font-size: 13px;
	line-height: 21px;
	padding: 20px 20px 20px 19px;
	margin-right: -20px;
}

#footer ul { padding-bottom: 10px; }

#footer li {
	display: inline;
	padding: 0 15px 0 0;
	margin-right: 5px;
	background-position: right 6px;
	font-weight: bold;
	font-size: 14px;
}

#footer li:first-child{}
#footer li:last-child {
	padding-right: 0;
	background: none;
}

#footer li:last-child { margin-right: 0; }

/* non-webkit */
#footer li.first { padding-right: 0; background: none; }
#footer li.last { padding-right: 0; background: none; margin-right: 0; }

#footer li a { color: white; opacity: 0.7; }
#footer li a:hover { color: white; opacity: 1; }

/* FOOTER PICTURES
************************/
#more_articles {
	width: 608px;
	background: #333;
	padding: 0 0 0 20px;
	margin: 0;
	position: relative;
}

#more_articles h1 {
	color: #ccc;
	margin: 0 20px 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 5px solid #666;
	text-transform: uppercase;
}
/*.msie #more_articles h1 { font-size: 18px !important; } */
.informa #more_articles h1 { font-size: 23px; }
.proxima #more_articles h1 { font-size: 25px; }

#more_articles li {
	width: 101px;
	float: left;
	padding: 0;
	margin: 0 20px 20px 0;
	background: none;
}

#more_articles li img { width: 99px; }

/* PAGE NAV */
#page_nav {
	width: 120px;
	position: absolute;
	right: 20px;
	top: -10px;
}

#page_nav a {
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 0 0 10px;
	-moz-border-radius: 1px;
  	-webkit-border-radius: 1px;
	border-radius: 1px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #666;


	text-align: center;
	font-weight: bold;
	color: white;
	line-height: 28px;
}

#page_nav a:hover {
	opacity: 0.6;
	text-decoration: none;
}

/* #page_nav a span { display: none; } */

/* ADS
************************/
.ads, .ad_container { 
    background: #f0f0f0; 
    display: none;
}
.ads.gglads { display: block;}

.ads img {
	width: 100%;
	display: inline;
}
#ad_top .ad_container {
	margin: 0 auto;
	position: relative;
}
#ad_top .goAdverticum { text-align: center; }

#content .ads {
	margin: 30px -21px 30px -1px;
	padding: 5px 20px 10px 19px;
	border: 1px solid #d9d9d9;
	text-align: center;
	position: relative;
}
#content .gglads {
   	margin: -30px -21px 30px -1px;
	padding: 10px 20px 10px 19px;
	border: 1px solid #d9d9d9;
    border-top: 0;
    text-align: center;
}
#content #article_content .ads { margin: 20px -21px 20px -20px; }
#content #article_content .gglads { margin: -20px -21px 30px -20px; }

#content #ad_bottom {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
}

.adtxt {
	color: #acacac;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 10px;
	display: block;
	margin: 0 0 5px;
	text-align: left;
}
#rightbar .adtxt { padding: 0 10px; }
#ad_top .adtxt { display: block; }

#rightbar #rightbar_ad.no-style-ad{
	background: transparent;
	padding: 0;
    margin: -10px 0 0 0;
	border: none;
}

#rightbar #rightbar_ad.no-style-ad .ad_container{
	background: transparent;
	padding: 0;
    margin: 0;
	border: none;
}

#rightbar #rightbar_ad.no-style-ad .ad_container .adtxt{
	display: none;
}

/* sponsored */
.sponsored { overflow: hidden; }

.sponsored img { width: 100%; border: none; }

#sponsored_right {
	height: 250px;
	margin: -20px 0 20px;
}

/* adcloud */
#content .ads.adcloud {
	text-align: left;
	margin: 0 -21px 20px 0;
	padding: 5px 20px 10px 14px;
	border-left: 5px solid black;
	border-top: 1px solid #d9d9d9 !important;
	border-bottom: 1px solid #d9d9d9 !important;
}

#content .adcloud ul li {
	display: inline;
	text-align: left;
	padding: 0 10px 0 0;
	background: none;
}

#content .adcloud div
{
    display:inline;
}

/* WEBKIT
************************/
.webkit .clearfix { display: none; }

.webkit .post .clearfix,
.webkit #more_articles .clearfix { display: block; }

.webkit .flex {
	display: -moz-box;
	display: -webkit-box;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	width: 100%;
}

.webkit .flexbox {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	float: none !important;
}

.webkit #article header .avatar { float: none !important; }


/* ICONS
************************/
.views, .comments, .mail {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

.views { background-image: url(/skins/default/img/tematic/i_user.png); }
.comments { background-image: url(/skins/default/img/tematic/i_comments.png); }
.mail { background-image: url(/skins/default/img/tematic/i_mail.png); }


/* REGISTER
************************/
#regform {
	width: 70%;
	margin: 0 auto;
}

#regform .form_line {
	clear: both;
	padding: 0 0 20px;
}

#regform .form_line label {
	width: 50%;
}

#regform .form_line input.text {
	width: 50%;
	float: right;
}

#regform .form_line input[type="checkbox"] { margin: 0 5px 0 0; }

#regform .form_line #reg_submit { float: right; }

/* THE OTHERS
************************/
#content .others {
	background: #f0f0f0;
	margin: 20px -20px 20px 0;
	padding: 10px 20px 10px 14px;
	border-top: 1px solid #d9d9d9 !important;
	border-bottom: 1px solid #d9d9d9 !important;
	border-left: 5px solid black;
}

#content #article .others { margin-left: -19px; }
#content #postlist .others { margin-bottom: 30px; }

#content .others .logo {
	display: block;
	float: right;
	margin-left: 10px;
	width: 100px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: left center;
}

#content .others .logo span { display: none; }

#content .others .picture {
	width: 250px;
	float: left;
	margin-right: 20px;
}

#content .others .picture img { width: 100%; }

#content .others .text {
	width: 320px;
	float: left;
	overflow: hidden;
	line-height: 22px;
}
#content .others .text.fullwidth {
	width: 100%;
}

#content .others .text h1 { margin: 0 0 10px 0; }

.webkit #content .others .text h1 { font-size: 24px; line-height: 26px; text-shadow: 0 0 1px #999;}
.informa #content .others .text h1 { font-size: 24px; line-height: 26px;}
.proxima #content .others .text h1 { font-size: 27px; line-height: 28px; }
/*.msie #content .others .text h1 { font-size: 24px; line-height: 26px; }*/

#content .others .text h1 a { color: black; }
#content #article_content .others a { text-decoration: none; }
#content #article_content .others a:hover { text-decoration: underline; }

#content .others .text p { margin: 0; padding: 0; }

/* pr article */
#content .others.textad .adtxt {
	font-size: 13px;
	color: #666;
	float: right;
	margin-left: 10px;
}

/* per site colors */
.techline { border-color: #1884bb !important; }
.eduline { border-color: #E12E82 !important; }
.automenedzser { border-color: #d2232a !important; }
.life-style { border-color: #7acab0 !important; }
.ecoline {border-color: #FBB917 !important;}
.ingatlanmenedzser { border-color: #7E3136 !important; }
.hirszerzo { border-color: #A2BF3B !important; }

.textad { border-color: #888 !important; }

#content .eduline .logo {
    background-image: url(/skins/default/img/tematic/logo_eduline_sm.png);
    background-position: right center;
}

#content .automenedzser .logo {
    background-image: url(/skins/default/img/tematic/logo_am_sm.png);
    background-position: right center;
}

#content .ecoline .logo {
    background-image: url(/skins/default/img/tematic/logo_ecoline_sm.png);
    background-position: right center;
}

#content .life-style .logo {
    background-image: url(/skins/default/img/tematic/logo_lifestyle_sm.png);
    background-position: right center;
}

#content .ingatlanmenedzser .logo {
    background-image: url(/skins/default/img/tematic/logo_im_sm.png);
    background-position: right center;
}

#content .hirszerzo .logo {
    background-image: url(/skins/default/img/tematic/logo_hirszerzo_sm.png);
    background-position: right center;
}

#content .techline .logo {
    background-image: url(/skins/default/img/tematic/logo_techline_sm.png);
    background-position: right center;
}

/* WEBFONTS
************************/
.webkit #article header h1,
.webkit #content .post h1,
.webkit #rightbar .box h1,
.webkit #comments h1,
.webkit #more_articles h1,
.webkit #more h2 { font-family: 'InformaProMediumCondensed'; font-weight:normal; text-shadow: 0 0 1px #999;}

.informa #article header h1,
.informa #content .post h1,
.informa #rightbar .box h1,
.informa #comments h1,
.informa #more_articles h1,
.informa #more h2 { font-family: 'InformaProMediumCondensed'; font-weight:normal; text-shadow: 0 0 1px #999;}

.proxima #article header h1,
.proxima #content .post h1,
.proxima #rightbar .box h1,
.proxima #comments h1,
.proxima #more_articles h1,
.proxima #more h2 { font-family: 'ProximaNovaExtraCondensedSBd'; }
/*
.msie #article header h1,
.msie #content .post h1,
.msie #rightbar .box h1,
.msie #comments h1,
.msie #more_articles h1,
.msie #more h2 { font-family: 'Arial' !important; }
*/
.win #article header h1,
.win #content .post h1,
.win #rightbar .box h1,
.win #comments h1,
.win #more_articles h1,
.win #more h2,
.win #article header h1,
.win #content .post h1,
.win #rightbar .box h1,
.win #comments h1,
.win #more_articles h1,
.win #more h2,
.win #article header h1,
.win #content .post h1,
.win #rightbar .box h1,
.win #comments h1,
.win #more_articles h1,
.win #more h2 {
	text-shadow:0 0 1px #fff;
	text-rendering:optimizeLegibility;
	font-smooth:always;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	filter:none;
}


/* IPAD & TABLETS
************************/
/* for iscroll */
/*.ipad #pagewrapper #pagescroller { position: absolute; }*/
.ipad #pagewrapper { position: relative; overflow: hidden; }

.ipad #header_wrapper,
.ipad #fresh,
.ipad #page,
#header_tools #icon_fresh span.badge,
#header .dropdown {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.ipad body { -webkit-text-size-adjust:none; }

/* IPAD PORTRAIT MODE */
@media all and (orientation:portrait) {

    .ipad #rightwrapper {
		position: absolute;
    	width: 411px;
    	max-width: 411px;
    	right: -360px;
    	display: -webkit-box;
		-webkit-box-orient: horizontal;
		z-index: 2;
	}

	.ipad #rightbar {
		width: 359px;
		padding-bottom: 1px;
		border: 1px solid #ccc;
		border-left: none;
		border-right: none;
	}

	/* rightbar slider */
	.ipad #rightbar_slider {
		width: 50px;
		background: url('/skins/default/img/tematic/hvg_sprite.png') no-repeat -200px center, -webkit-gradient(linear, 0% 0%, 100% 0, from(#727876), to(#63666b));
		border: 1px solid #646464;
		cursor: pointer;
		z-index: 3;
	}

	.ipad #rightbar #rightbar_ad{ margin-left: 0; }

	.ipad #rightbar #rightbar_ad_sense { margin-left: 0; }

	.ipad #header_articles {
		width: 282px;
		min-width: 282px;
		max-width: 282px;
		margin: 0 20px 0 5px;
	}

	.ipad #ad_top,
	.ipad #sponsored_top { display: none; }

	.ipad #pagewrapper,
	.ipad #header,
	.ipad #page,
	.ipad #page_top,
	.ipad #contentwrapper,
	.ipad #dropdown_container,
	.ipad #footer,
	.ipad #more_articles { width: 100%; }

	.ipad #highlights ul { width: 80%; }

	.ipad #header nav { margin-left: 20px; }
	.ipad #header_tools { margin-right: 20px; }

	.ipad .dropdown { right: 20px; }

	.ipad #page { background: #eee; border: none; }

	.ipad #contentwrapper {
		margin-right: 50px;
		background: white;
		max-width: 100%;
	}

	/* post list */
	.ipad #content .post {
		display: -webkit-box;
		display: box;
		-webkit-box-orient: horizontal;
		box-orient: horizontal;
	}

	.ipad #content .post .picture,
	.ipad #content .post .text {
		-webkit-box-flex: 1;
		box-flex: 1;
		width: 50%;
		float: none;
	}

	.ipad #content .post .clearfix { display: none; }

	/* bigpic */
	.ipad #content .post.bigpic {
		-webkit-box-orient: vertical;
		box-orient: vertical;
	}

	.ipad #content .post.bigpic .picture,
	.ipad #content .post.bigpic .text { width: auto; }

	.ipad #content .post.bigpic .picture img { width: 100%; }

	/* article img */
	.ipad #article figure img { width: 100%; max-width: 100%; border: 0; }

	/* footer img */
	.ipad #more_articles li {
		width: 16.9%;
		float: left;
		padding: 0;
		margin: 0 3.28% 3.289% 0;
		background: none;
	}

	.ipad #more_articles li img { width: 100%; }

}

/* SMALL TABLETS */
.small #rightwrapper { display: none;}

.small #header_wrapper { position: static; }

.small #header_articles { width: auto; max-width: auto; }
.small #header_articles ul { display: none; }

.small #ad_top,
.small #sponsored_top { display: none; }

.small #pagewrapper,
.small #header,
.small #page,
.small #page_top,
.small #contentwrapper,
.small #dropdown_container,
.small #footer,
.small #more_articles { width: 100%; }

.small #header nav { margin-left: 20px; }
.small #header_tools { margin-right: 20px; }

.small #highlights ul { width: 70%; }

.small #dropdown_wrapper { position: absolute; }
.small .dropdown { right: 20px; top: -5px; }

.small #user_dropdown { top: -38px; }

.small #page {
	background: #eee;
	border: none;
	padding-top: 0;
}

.small #contentwrapper {
	background: white;
	max-width: 100%;
	border-right: none;
}

/* post list */
.small #content .post {
	display: -webkit-box;
	display: box;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
}

.small #content .post .picture,
.small #content .post .text {
	-webkit-box-flex: 1;
	box-flex: 1;
	width: 50%;
	float: none;
}

.small #content .post .clearfix { display: none; }

/* bigpic */
.small #content .post.bigpic {
	-webkit-box-orient: vertical;
	box-orient: vertical;
}

.small #content .post.bigpic .picture,
.small #content .post.bigpic .text { width: auto; }

.small #content .post.bigpic .picture img { width: 100%; }

/* article img */
.small #article figure img { width: 100%; max-width: 100%; border: 0; }

/* footer img */
.small #more_articles li {
	width: 16.4%;
	float: left;
	padding: 0;
	margin: 0 3.28% 3.289% 0;
	background: none;
}

.small #more_articles li img { width: 100%; }

/* small tablets portarit mode */
@media all and (orientation:portrait) {

	.small #header_articles { display: none; }

	.small #highlights ul { width: 60%; }

	.small #header nav {
		margin-left: 10px;
		width: 45%;
		min-width: 45%;
		max-width: 45%;
	}

	.small #header nav a {
		background-size: 100%;
		background-position: left center;
	}

}

/* COMMENTS CSS
*************************/
#comments {	padding: 0 0 20px 19px; }

/* HEADER */
#comments header {
	clear: both;
	border: none;
	line-height: 17px;
	margin: 0;
	padding: 0;
}

#comments #comments_header {
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 5px solid #ccc;
}
#comments_wrapper a.button.loadmore { margin: 10px auto 0; }

#comments_header h1,
#article #comments_header h1 {
	color: #666;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	line-height: normal;
	width: 50%;
	/* non webkit */
	float: left;
}

.informa #comments_header h1, .informa #article #comments_header h1 { font-size: 23px; }
.proxima #comments_header h1,  .proxima #article #comments_header h1 { font-size: 25px; }
.msie #comments_header h1, .msie #article #comments_header h1 { font-size: 18px; }

#comments_header ul,
#article #comments_header ul {
	width: 50%;
	text-align: right;
	padding-top: 8px;
	/* non webkit */
	float: right;
}

#comments_header ul li {
	display: inline;
	padding: 0;
	background: none;
	color: #ccc;
}

/* PANE SWITCHER */
#pane_switch .comments_tab {
	display: block;
	width: 50%;
	/* non-webkit */
	float: left;
}

#pane_switch .comments_tab:hover { text-decoration: none; }

#pane_switch .comments_tab span {
	display: block;
	border: 1px solid #ccc;
	border-top: none;
	padding: 5px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	background: #eee;
	color: #acacac;
	cursor: pointer;
}

#pane_switch #tab_filtered span { border-right: none; }

#pane_switch .comments_tab.selected span {
	background: #ccc;
	color: white;
}

#pane_switch .comments_tab:hover span {	background: white; }
#pane_switch .comments_tab.selected:hover span { background: #ccc; }

/* COMMENT
*******************/
#comments .comment {
	clear: both;
	padding: 10px 20px 1px 19px;
	margin: 0 -20px 0 -19px;
	width: 100%;
	overflow: hidden;
}

#comments .comment.even { background: #eee; }

/* COMMENT HEADER */
#comments .comment_header {
	height: 32px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

#comments .comment_header .comment_info {
	float: left;
	width: 70%;
}

#comments .comment_header .comment_info .avatar {
	display: none;
	width: 32px;
	height: 32px;
	float: left !important;
	padding-right: 10px;
}

#comments .whitelist .comment_header .comment_info .avatar { display: block; }

#comments .comment_header .comment_info .avatar img {
	display: block;
	width: 30px;
	height: 30px;
}

#comments .comment_header .comment_info .username {	line-height: 18px; }
#comments .whitelist .comment_header .comment_info .username { font-weight: bold; }

#comments .comment_header .comment_info time {
	display: block;
	font-size: 13px;
	color: #acacac;
}

#comments .comment_header .comment_tools {
	width: 30%;
	float: right;
	padding-top: 4px;
}

#comments .comment_header .comment_tools .comment_rate {
	display: block;
	height: 24px;
	border: 1px solid #ccc;
	border-radius: 2px;
	float: right;
	margin-left: 5px;
	text-align: right;
	padding: 0 6px 0 26px;
	background-repeat: no-repeat;
	background-image: url('/skins/default/img/tematic/comment_promote.png');
	color: black;
	font-size: 13px;
	line-height: 25px;
	opacity: 0.7;
}

#comments .comment_header .comment_tools .comment_rate:hover { text-decoration: none; opacity: 1; }

#comments .comment_header .comment_tools .comment_rate.promote { background-position: left top; }
#comments .comment_header .comment_tools .comment_rate.degrade { background-position: left -24px; }

/* COMMENT TEXT */
#comments .comment_text {
	padding: 10px 0 1px;
	color: #666;
}

#comments .whitelist .comment_text { color: black; }

#comments .comment_text p {
	margin: 0 0 10px;
	line-height: 21px;
}

#comments .comment_text img {
	display: block;
	max-width: 100%;
	margin: 0 0 10px;
}

#comments .comment_text iframe,
#comments .comment_text object,
#comments .comment_text embed { margin-bottom: 10px; }

/* COMMENT FOOTER */
#comments .comment footer {
	display: none;
	border-top: 1px solid #ccc;
	padding: 5px 0;
	text-align: right;
}

#comments.admin .comment footer { display: block; }

#comments .comment footer span { font-size: 13px; color: #666; }
#comments .comment footer form { display: inline; }

/* PAGER */
#comments_pager { margin: 20px 0 0; }
#comments_pager a { font-weight: bold; }
#comments_pager a.next { float: right; }

/* COMMENTFORM */
form#commentForm {
	clear: both;
	background: #eee;
	padding: 15px;
	margin: 20px 0 0;
}

/* login */
.comment_login p { margin: 0 0 10px; }

.comment_login .loginoptions { text-align: center; }

.comment_login .loginoptions .button {
	display: inline-block;
	width: 25%;
	height: 21px;
	padding: 3px 0 0;
	margin: 0 5px;
	color: white;
	font-weight: bold;
	background-repeat: no-repeat;
}

.comment_login .loginoptions .button:hover { text-decoration: none; }

.comment_login .loginoptions .button.onsite {
	background-image: url('/skins/default/img/tematic/i_login.png'), -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background-image: url('/skins/default/img/tematic/i_login.png'), -webkit-linear-gradient(top, #666, #333);
	background-image: url('/skins/default/img/tematic/i_login.png'), -moz-linear-gradient(top, #666, #333);
	background-image: url('/skins/default/img/tematic/i_login.png'), -ms-linear-gradient(top, #666, #333);
	background-image: url('/skins/default/img/tematic/i_login.png'), -o-linear-gradient(top, #666, #333);
	background-image: url('/skins/default/img/tematic/i_login.png'), linear-gradient(top, #666, #333);
	background-position: right center;
	padding-right: 20px;
}

.msie .comment_login .loginoptions .button.onsite { background: url('/skins/default/img/tematic/button_bg_login.png') no-repeat right center; }

.comment_login .loginoptions .button.facebook {
	background-image: url('/skins/default/img/tematic/i_fb.png'), -webkit-gradient(linear, left top, left bottom, from(#7c8ed0), to(#6a78b0));
	background-image: url('/skins/default/img/tematic/i_fb.png'), -webkit-linear-gradient(top, #7c8ed0, #6a78b0);
	background-image: url('/skins/default/img/tematic/i_fb.png'), -moz-linear-gradient(top, #7c8ed0, #6a78b0);
	background-image: url('/skins/default/img/tematic/i_fb.png'), -ms-linear-gradient(top, #7c8ed0, #6a78b0);
	background-image: url('/skins/default/img/tematic/i_fb.png'), -o-linear-gradient(top, #7c8ed0, #6a78b0);
	background-image: url('/skins/default/img/tematic/i_fb.png'), linear-gradient(top, #7c8ed0, #6a78b0);
	background-position: right center;
	padding-right: 20px;
}

.msie .comment_login .loginoptions .button.facebook { background: url('/skins/default/img/tematic/button_bg_fb.png') no-repeat right center; }

.comment_pane .comment_login { margin-top: 20px; }

/* logged */
form#commentForm h3 {
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

form#commentForm h3 .changeuser {
	float: right;
	margin: 0;
	font-size: 13px;
}

form#commentForm .userwrapper {
	height: 42px;
	margin: 0 0 10px;
}

form#commentForm .userwrapper .avatar {
	display: block;
	width: 42px;
	height: 42px;
	float: left;
	margin-right: 10px;
}

form#commentForm .userwrapper .username {
	font-weight: bold;
	line-height: 19px;
}

form#commentForm .userwrapper .logout {
	font-size: 13px;
	color: #666;
}

form#commentForm .formwrapper textarea {
	width: 99%;
	height: 120px;
	margin-bottom: 10px;
}

form#commentForm .formwrapper .form_hints {
	font-size: 12px;
	line-height: 15px;
	color: #666;
	margin: -5px 0 10px;
}

/*form#commentForm .formwrapper .submit { float: right; } */

/*form#commentForm .submit { float: right; }*/

form#commentForm .formwrapper .cancel {
	font-weight: normal;
	color: #eee;
}

form#commentForm .formwrapper label { font-size: 13px; }

form#commentForm .formwrapper label .checkbox {
	height: auto;
	margin: 0 5px 0 10px;
	vertical-align: middle;
}

/* ERRORPAGE */
.msie .errorpage #article header h1 { font-size: 35px !important; line-height: 35px !important; }
.informa .errorpage #article header h1 { font-size: 45px; line-height: 40px; }
.proxima .errorpage #article header h1 { font-size: 47px; line-height: 42px; }

.errorpage #article header h1 { padding-top: 5px; }

.errorpage #article header h1 .errormsg {
	font-size: 60%;
	color: #acacac;
	padding-left: 15px;
}

.errorpage #article_content { padding: 20px 0 40px 19px; }
.errorpage #article header h1 { color: #E12E82; }

/**/

.wrap { padding: 20px; }

.fl { float: left; }
.fr { float: right; }

.searchbox {
    margin: 0 0 20px 20px;
	border: 1px solid #ccc;
    background: #f0f0f0;
    overflow: hidden;
}
.searchbox h2 {
    font-weight: normal;
    color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	font-size: 20px;

	background-color: #646464;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#272727));
	background-image: -webkit-linear-gradient(top, #646464, #272727);
	background-image: -moz-linear-gradient(top, #646464, #272727);
	background-image: -ms-linear-gradient(top, #646464, #272727);
	background-image: -o-linear-gradient(top, #646464, #272727);
	background-image: linear-gradient(top, #646464, #272727);
}
.searchbox label {
    display: block;
    font-weight: bold;
    margin: 0 0 3px;
}
.searchbox select, .searchbox input, .searchbox textarea {
    width: 100%;
    margin: 0 0 15px;
  /*  background: #fff;*/
}
.searchbox input#keyword-search {
    height: 40px;
    font-size: 19px;
}

.searchbox option:nth-child(even) { background: #f0f0f0; }

.searchbox textarea {
    font-family: Arial, Helvetica, serif;
    min-height: 110px;
}

.searchbox .cb, .searchbox input[type="checkbox"] {
    width: auto;
    height: auto;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

.searchbox .button {
    color: #fff;
    font-family: Arial, Helvetica, serif;
    font-weight: bold;
    padding: 0 5px;
    line-height: 26px;
}
.searchbox .button.upload {
	width: 93px;
    text-align: left;
	background-image: url('/skins/default/img/tematic/i_upload.png'), -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background-image: url('/skins/default/img/tematic/i_upload.png'), -webkit-linear-gradient(top, #666, #333);
	background-image: url('/skins/default/img/tematic/i_upload.png'), -moz-linear-gradient(top, #666, #333);
	background-image: url('/skins/default/img/tematic/i_upload.png'), -ms-linear-gradient(top, #666, #333);
	background-image: url('/skins/default/img/tematic/i_upload.png'), -o-linear-gradient(top, #666, #333);
	background-image: url('/skins/default/img/tematic/i_upload.png'), linear-gradient(top, #666, #333);
	background-position: right center;
    background-repeat: no-repeat;
}

.searchbox a.button img {
    border: 0;
    float: left;
    margin: 0 5px 0 0;
}
.searchbox .sep {
    height: 1px;
    border-bottom: 1px solid #f8f8f8;
    background: #d9d9d9;
    margin: 5px 0 20px;
}

.searchbox .col { width: 260px; }

.searchbox small {
    font-size: 12px;
    color: #888;
}

.error {
    color: #ea2222;
    margin: 0 0 20px;
    line-height: 18px;
    font-weight: bold;
}
.error img {
    border: 0;
    float: left;
    margin: 0 10px 0 0;
}

.file_list tr td {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 0;
}
.file_list td.tutorial { width: 110px; }
.file_list td.tutorial input, .file_list td.tutorial a.button { margin: 0 0 10px; }
.file_list td a.button { display: block; }
.file_list td p { padding: 0 0 10px; }

.file_list h3 span {
    float: left;
    display: block;
    width: 16px;
    height: 16px;
    background: url(/skins/default/img/tematic/i_open_sprite.png) no-repeat;
    margin: 0 5px 0 0;
}
.file_list h3 span.closer { background-position: 0 -17px; }

.file_list p span {
    font-weight: bold;
    display: block;
}

/**/

.search_result {
    margin: 0 0 0 -10px;
    padding-top: 0;
}
.search_result table { width: 628px; }

.search_result .content p {
    font-size: 13px;
    color: #666;
}
.search_result .content p span {
    font-weight: bold;
    background: url(/skins/default/img/tematic/bullet.png) 0 5px no-repeat;
    padding: 0 0 0 15px;
    margin: 0 0 0 5px;
}
.search_result h1 {
    font-family: 'InformaProMediumCondensed';
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 10px;
}
.search_result h2 {
    font-family: 'InformaProMediumCondensed';
    font-size:30px;
    line-height:33px;
    margin: 0 0 10px;
}
.search_result h2 a { color: #222; }

.search_result h2 a:hover { color: #0C5B99; }

.search_result section {
    border-left:5px solid black;
    margin: 0 0 40px;
    padding: 0 0 0 20px;
}

.search_result .adsense section {
    padding: 10px 0;
    background: #f0f0f0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: 0;
}
.nav_bottom {
    margin: 0 20px;
}

/**/

#content .search_result .pager {
    margin: -15px 15px 20px;
    width: 580px;
    height: 36px;
}

.pager a {
    padding: 7px 10px;
    border-radius: 4px;
}

.pager span a {
    background: #646464;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#272727));
	background-image: -webkit-linear-gradient(top, #646464, #272727);
	background-image: -moz-linear-gradient(top, #646464, #272727);
	background-image: -ms-linear-gradient(top, #646464, #272727);
	background-image: -o-linear-gradient(top, #646464, #272727);
	background-image: linear-gradient(top, #646464, #272727);
    color: #fff;
    border: 1px solid #747474;
    font-size: 22px;
}

.pager span a:hover {
    background: #1884bb;
    border-color: #0f70a2;
    text-decoration: none;
}

/**/

#article_content.felveteli table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
}
#article_content.felveteli table img {
    display: none;
    visibility: hidden;
}
#article_content.felveteli.f2010 td.link-yahoobar { font-weight: bold; }

#article_content.felveteli.f2010 table table table table td,
#article_content.felveteli.f2011 table table td {
    padding: 10px;
    border: 1px solid #ccc;
}
#article_content.felveteli td.szoveg-center { border-top: 0 !important; }

#article_content.felveteli table table a {
    color: #333;
    cursor: default;
    text-decoration: none;
}
#article_content.felveteli table a:hover { text-decoration: none; }

/**/

#article_content .vote {
    border: 1px solid #ccc;
    margin: 0 0 20px;
}
#article_content .vote h5 {
    background: #eee;
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
    font-size: 16px;
}
#article_content .vote form { padding: 20px; }
#article_content .vote .voteItemCaption { font-weight: bold; }
#article_content .vote input, #article_content .vote .voteListItem { float: left; }
#article_content .vote input {
    height: auto;
    margin: 5px 10px 15px 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
#article_content .vote button { font: bold 14px Arial; }
#article_content .vote .result {
    background: #ccc;
    height: 5px;
    border-radius: 5px;
    margin: 0 0 15px;
}
.webkit #article_content .vote .clearfix { display: block; }
.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr { display: none !important;}

/**/

.message {
    position: fixed;
    left: 0;
    top: -80px;
    background: #f8f59e;
    border-bottom: 1px solid #dbd879;
    width: 100%;
    color: #333;
    font-size: 12px;
    line-height: 14px;
    z-index: 10000;
}
.message p { padding: 10px 35px 10px 15px; }
.message span {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}
.message a, .message span:hover { text-decoration: underline; }

/**/

.edu-layer {
	display: none;
	box-shadow: 0 0 7px rgba(255,255,255,.5);
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #e12e82;
	/*border-bottom: 23px solid #383838;*/
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -215px 0 0 -290px;
	width: 600px;
	z-index: 1000;
}
.edu-layer .logo {
	background: url(/skins/default/img/tematic/layer-logo.png) 0 0 no-repeat;
	height: 30px;
	width: 70px;
	position: absolute;
	bottom: -30px;
	right: 10px;
}
.edu-layer .close-icon {
	background: url(/skins/default/img/tematic/close.png) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 5px;
	right: 5px;
	text-indent: -999em;
}
	.edu-layer .close-icon:hover { background-position: 0 -16px; }

.newsletter .clearfix + a,
.edu-layer .content a.fl,
.edu-layer .content a.fr{
	display: block;
	color: #787878;
	font: bold 12px Arial;
	padding: 17px 20px 20px 25px;
}
.edu-layer div.updateprocess,
.newsletter div.updateprocess {
	display: block;
	color: #787878;
	font: bold 12px Arial;
	padding: 0px 0 0 0;
}

.edu-layer h2 {
	background: #e12e82;
	color: #fff;
	font: 28px/70px 'InformaProMediumCondensed', Arial;
	height: 70px;
	padding: 0 0 0 20px;
	-webkit-border-radius: 4px 4px 0 0;
	-khtml-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.edu-layer h3 {
	color: #e12e82;
	font: 29px 'InformaProMediumCondensed', Arial;
	text-align: left;
	padding: 25px 0 0 40px;
}
	.edu-layer h3 span {
		color: #383838;
		display: block;
		font-size: 48px;
	}

.edu-layer .content {
	background: #fff;
	border-left: 1px solid #e12e82;
	border-right: 1px solid #e12e82;
	border-bottom: 1px solid #e12e82;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.newsletter .box.center { padding: 20px 25px; }
.newsletter .box.center,
.edu-layer .box.center { text-align: center; }

.newsletter .center small,
.edu-layer .center small {
	display: block;
	background: url(/skins/default/img/tematic/success.png) 0 0 no-repeat;
	font-size: 18px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
}

.edu-layer .box {
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f0f0f0;
	border: 1px solid #9a9a9a;
	clear: both;
	overflow: hidden;
	margin: 35px 20px 0 20px;
	padding: 0 0 0 20px;
}

	.edu-layer .box input[type="text"] {
		margin: 0 5px 20px 0;
		border: 1px solid #9a9a9a;
		padding: 8px;
		width: 175px;
		float: left;
	}
	.edu-layer .box input[type="checkbox"] {
		height: 20px;
		margin: 0;
	}

	.newsletter button,
	.edu-layer .box button {
		background: url(/skins/default/img/tematic/button-subscribe.png) 0 0 no-repeat;
		height: 31px;
		width: 37px;
		border: 0;
	}
	.newsletter .fb button,
	.edu-layer .box .fb button {
		background: url(/skins/default/img/tematic/button-facebook.png) 0 0 no-repeat;
		width: 179px;
	}
.edu-layer p.full-width{
	width: 100%;
	float: left;

}
.edu-layer .box.full-width{
	padding: 25px;
}
	.edu-layer .box.full-width p{
		width: 100%;
	}
	.edu-layer .box.full-width button{
		margin: 0 auto;
		display: block;
	}

.newsletter span,
.edu-layer .box span {
	display: block;
	background: #e12e82;
	color: #fff;
	height: 65px;
	width: 65px;
	font: 22px/65px 'InformaProMediumCondensed', Arial;
	text-align: center;
	margin: 0 39px;
	-webkit-border-radius: 65px;
	-khtml-border-radius: 65px;
	-moz-border-radius: 65px;
	border-radius: 65px;
}
.newsletter p,
.edu-layer p {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
	width: 220px;
}
.edu-layer img {
	border: 0;
	position: absolute;
	top: 25px;
	right: 0;
}

.edu-layer .wrapper {
	position: relative;
    width: 90px;
	height: 94px;
}

.edu-layer .line {
    position: absolute;
    left: 49%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ccc;
    z-index: 1;
}

.edu-layer .wordwrapper {
    text-align: center;
    height: 12px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -12px;
    z-index: 2;
}

.edu-layer .word {
    color: #ADADAD;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 7px;
    font: bold 12px arial,sans-serif;
    background: #f0f0f0;
}

.edu-layer .clearfix,
.newsletter .clearfix { display: block; }

/**/

.newsletter {
	background: #f6f6f6;
	border: 1px solid #d9d9d9;
	clear: both;
	overflow: hidden;
	margin: 20px 5px 20px 19px;
}
	.newsletter .clearfix + a { padding: 0 15px 15px; }
	.newsletter div.fl { padding: 10px 0 10px 15px; }
	.newsletter span { margin: 0; }
	.newsletter input {
		width: 150px;
		margin: 0 10px 0 0;
	}
	.newsletter h6 {
		background: #e12e82;
		color: #fff;
		height: 45px;
		font: 26px/45px 'InformaProMediumCondensed', Arial;
		text-align: center;
	}

	/**/
.modal-overlay {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 900;
	width: 100%;
	height: 100%;
	background:  url(/skins/default/img/overlay.png) 0 0 repeat;
}

/* uj hirdetesi pozicio beszuras KNB-641 */
.advert-wrapper {
	background: #f0f0f0;
	margin-left: -19px;
	width: 628px;
	margin: 20px 0 20px -19px;
	text-align: center;
	padding: 4px 0 15px
}
