@import url(/themes/fonts/pt-sans/pt-sans.css);

HTML {margin: 0; padding: 0;}
BODY {
	margin: 0;
	padding: 0;
	border: 0; /* ie6 fix */
	font: normal .8em/1.4em Arial, sans-serif;
	color: #000;
	background-color: #fff;
}

/* Basic Elements
===================*/
A {text-decoration: none; outline: none; color: #1363bd;}
A:hover {text-decoration: underline;}
A IMG {border: 0;}

H1 A, H2 A, H3 A,
H1 A:hover, H2 A:hover, H3 A:hover {
	text-decoration: none;
	color: #000;
}
H1 {
	font-weight: bold;
	font-size: 2em;
	line-height: 1.4em;
	margin: 0;
  	padding: 15px 0 10px 0;
  	color: #000;
}
H2 {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.4em;
	margin: 0;
  	padding: 15px 0 10px 0;
  	color: #000;
}
H3 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0;
  	padding: 15px 0 10px 0;
  	color: #000;
}
P {margin: 0; padding: 5px 0;}
HR {
	clear: both;
	height: 1px;
	border: 0;
	margin: 10px 0;
	padding: 0;
	color: #ccc;
	background-color: #ccc;
}
INPUT, SELECT, TEXTAREA {
	font: 12px Arial, sans-serif;
}
FORM {margin: 0;}
IMG, TABLE, TD {border-color: #ccc;}

/* sitemap
============*/
#pageList {padding: 10px 0;}
#pageList UL {margin: 0; padding: 0;}
#pageList UL LI {margin: 0; padding: 2px 0 2px 20px; list-style-type: none;}

/* wrapper
============*/
#wrapper {
	margin: 10px auto 0;
	width: 980px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}

/* Header
==========*/
#header {
	border-bottom: 1px solid #c5c5c5;
	background: url(pics/header_bottom_bg.png) repeat-x left bottom;
}
#headerContent {
	position: relative;
	padding-bottom: 165px;
}

/* Mainosbanneri
=================== */
#header .topBanner p {
	margin: 0;
	padding: 0;
}

/* Logo
========*/
#logo {
	position: absolute;
	bottom: 82px;
	left: 0;
}

/* banner
==========*/
.banner {
}

/* Top navigation
==================*/
#nav {
	position: absolute;
	bottom: 80px;
	right: 0;
	overflow: hidden;
}
#nav UL {margin: 0; padding: 0;}
#nav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#nav UL LI A {
	display: block;
	float: left;
	padding: 0;
	margin-left: 20px;
	font-size: .95em;
	text-decoration: none;
	color: #1363bd;
}
#nav UL LI A:hover {
	text-decoration: underline;
}
#nav UL LI A.open {
	color: #000;
}

/* Content
============*/
#content {
	height: auto;
	min-height: 100px;
	overflow: hidden;
	padding: 0;
	/*background: url(pics/content_bg.gif);*/
	padding-top: 10px;
	background: url(pics/content_top_bg.png) no-repeat;
}
#contentCenter {
	background: url(pics/content_bg.png);
}
#main {
	float: left;
	width: 462px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	background: #fff;
	margin: 0 0 0 0;
	padding: 0 16px 0 0;
}
#main h1 {
	font-weight: normal;
}
#main p {
	font-size: 1.1em;
}
.mainText {
}
.mainText > :first-child {
}
#column1 {
	float: left;
	width: 313px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	margin: 0 0 0 10px;
}
#column1 .clearDiv {
	margin: 0;
	padding: 0;
}
#column1Content > div {
	background: #fff;
	padding: 6px;
	margin-bottom: 10px;
}
.column1Text {
	display: none;
}
.column1Text > :first-child {
	margin-top: 0;
	padding-top: 0;
}
#column2 {
	float: right;
	width: 160px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	background: #fff;
	padding: 0 0 0 10px;
}
#column2 p {
	margin-bottom: 10px;
}

.clearDiv {
	clear: both;
}

/* Sub navigation
==================*/
.subnav {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 34px;
	font-size: .95em;
	line-height: 24px;
	color: #939393;
}
.subnav UL {
	margin: 0;
	padding: 0;
}
.subnav UL LI {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
.subnav UL LI A {
	display: block;
	height: 23px;
	padding: 0 8px;
	line-height: 23px;
	margin: 5px 2px 4px 0;
	color: #434343;
	text-decoration: none;
}
.subnav UL LI A:hover {
	text-decoration: underline;
}
.subnav UL LI A.open {
	background: #cbf37c;
}
/* sub
=======*/
.subnav UL LI UL {
	padding: 5px 0 10px 0;
}
.subnav UL LI UL LI {
	
}
.subnav UL LI UL LI A {
	background: none;
	padding: 2px 10px 2px 30px;
}
.subnav UL LI UL LI A:hover {
	
}
.subnav UL LI UL LI A.open {
	
}
/* subsub
==========*/
.subnav UL LI UL LI UL {
	
}
.subnav UL LI UL LI UL LI {
	
}
.subnav UL LI UL LI UL LI A {
	padding: 2px 10px 2px 40px;
}
.subnav UL LI UL LI UL LI A:hover {
	
}
.subnav UL LI UL LI UL LI A.open {
	
}

/* Footer
===========*/
#footer {
	margin: 0 auto 20px auto;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #c0c0c0;
	text-align: center;
	background: #fff url(pics/footer_bg.png) repeat-x left top;
	text-align: center;
}
#footerCenter {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}


/* Pikalinkit */
#footer .pikalinkit {
	margin: 12px 0 16px;
	height: 40px;
	background: url(pics/content_bg.gif);	
	padding-top: 1px;
}
#footer .pikalinkit ul {
	margin: 1px 0;
	height: 38px;
	background: #fff;
}
#footer .pikalinkit ul li {
	float: left !important;
	border: 0;
	height: 38px;
	line-height: 38px;
}
#footer .pikalinkit ul li a {
	background: none;
	padding: 0 12px;
}


/* Footerin väritable
======================== */
#footer .footerYhteydet {
	float: left;
	width: 176px;
	padding: 0 10px 10px 10px;
}
#footer .footerYhteydet h2,
#footer .newsBulletin .newsMainTitle {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	color: #383838;
	margin-bottom: 6px;
}
#footer .footerYhteydet a,
#footer .newsBulletin a {
	font-size: 11px;
	color: #5e5e5e;
	display: block;
	padding: 1px 0;
}
#footer .footerYhteydet ul { margin: 0; padding: 0; }
#footer .footerYhteydet ul li { margin: 0; padding: 0; list-style-type: none; }
#footer .newsBulletin .newsTop  { padding: 0; }
#footer .newsBulletin .newsItemShortened { border: none; padding: 0; }
#footer #newsBulletin_19636 { /* Isännöitsijöille */
	float: left;
	width: 176px;
	padding: 0 10px 10px 10px;
	margin-left: 1px;
}
#footer #newsBulletin_19637 { /* Kiinteistöjen huolto ja ylläpito */
	float: left;
	width: 176px;
	padding: 0 10px 10px 10px;
	margin-left: 1px;
}
#footer #newsBulletin_19638 { /* Kiinteistöjen osto ja myynti */
	float: left;
	width: 176px;
	padding: 0 10px 10px 10px;
	margin-left: 1px;
}
#footer #newsBulletin_19639 { /* Kiinteistöjen vuokraus */
	float: left;
	width: 172px;
	padding: 0 10px 10px 10px;
	margin-left: 1px;
}


.footerText {
	background: url(pics/footer_columns_bg.png) no-repeat left top;
	clear: both;
	margin-top: 10px;
	padding-top: 14px;
}
.footerText table td {
	font-size: .85em;
	color: #5d5d5d;
	text-align: right;
	padding: 0 12px;
}
.footerText table td:first-child {
	text-align: left !important;
}

.footerLogos {
	background: url(pics/footer_columns_bg.png) no-repeat left top;
	padding-top: 20px;
}

.footerLogos a {
	display: block;
	height: 30px;
	float: left;
	margin: 0 16px;
	background-repeat: no-repeat;
	background-position: top right;
}

.footerLogos a:hover {
	text-decoration: none;
	background-position: top left;
}

.footerLogos .kiinko {
	background-image: url('pics/kiinko.jpg');
	width: 130px;
}

.footerLogos .kiinkust {
	background-image: url('pics/kiinkust.jpg');
	width: 103px;
}

.footerLogos .kiinteistoliitto {
	background-image: url('pics/kiinteistoliitto.jpg');
	width: 121px;
}

.footerLogos .rem {
	background-image: url('pics/rem.jpg');
	width: 33px;
}

.footerLogos .talokeskus {
	background-image: url('pics/talokeskus.jpg');
	width: 129px;
}

.footerLogos .taloyhtio {
	background-image: url('pics/taloyhtio.jpg');
	width: 88px;
}

.footerLogos .vuokranantajat {
	background-image: url('pics/vuokranantajat.jpg');
	width: 144px;
}

/* REALLY? -tag
===================*/
#really {
	padding: 16px 0 0;
	text-align: right;
}
#really A {
	color: #a4a4a4;
	padding: 2px 5px;
	font: bold 12px Arial Black, Arial, sans-serif;
	text-decoration: none;
}

#really A:hover {
	background-color: #000;
	color: #8fd71e;
	text-decoration: none;
}


/* Headerin linkkilista
============================ */
#header .linkList {
	position: absolute;
	bottom: 34px;
	width: 980px;
	height: 40px;
	background: url(pics/navigation_bg.png) no-repeat left top;
}
#header .linkList ul {
	margin: 0;
	padding: 0;
}
#header .linkList ul li {
	list-style-type: none;
	float: left;
	width: 245px;
	height: 40px;
	line-height: 40px;
	font-size: 1.2em;
	text-align: center;
}
#header .linkList ul li a {
	display: block;
	color: #fff;
	text-transform: uppercase;
}

/* fontResize
================ */
#header .fontResize {
	position: absolute;
	bottom: 112px;
	left: 480px;
}
#header .fontResize ul {
	margin: 0;
	padding: 0;
}
#header .fontResize ul li {
	list-style-type: none;
	float: left;
	margin-right: 6px;
	border: 1px solid #eee;
	cursor: pointer;
	padding: 0 4px;
	color: #a9a9a9;
	font-weight: bold;
}
#header .fontResize ul li:hover {
	border: 1px solid #ccc;
	color: #999;
}
#header .fontResize ul li.smaller {
	font-size: 11px;
	height: 15px;
	line-height: 15px;
	margin-top: 6px;
}
#header .fontResize ul li.bigger{
	font-size: 17px;
	height: 21px;
	line-height: 23px;
	padding: 0 5px;
}


/* lang
=========== */
#header #lang {
	position: absolute;
	bottom: 112px;
	left: 553px;
}
#header #lang .open, #header #lang a img {
	display: none;
}
#header #lang a {
	float: left;
	color: #939393;
	font-size: .95em;
	background: url(pics/bullet.gif) no-repeat left center;
	padding-left: 8px;
	margin-right: 20px;
}


/* Haku 
=========== */
#header .searchField, #footer .searchField {
	position: absolute;
	bottom: 112px;
	right: 0;
	margin: 0;
	padding: 0;
}
#footer .searchField {
	top: 16px;
	right: 10px;
	height: 31px;
}
#header .searchField .searchInput, #footer .searchField .searchInput {
	padding: 4px;
	margin: 0;
	width: 156px;
}
#header .searchField .searchSubmit, #footer .searchField .searchSubmit {
	width: 64px;
	height: 25px;
	margin: 0;
	padding: 0;
	background: transparent url(pics/header_searchsubmit.png) no-repeat;
	border: 0;
	color: #fff;
	margin-left: 4px;
}


/* DateBar
============== */
#header .dateBar {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 34px;
	font-size: .95em;
	line-height: 24px;
	color: #939393;
}


/* Pikalinkit + tilaalehti
================ */
#column2 .pikalinkit {
	border: 1px solid #eee;
}
#column2 .tilaalehti {
	margin-top: 10px;
	border: 1px solid #eee;	
}
#column2 .tilaalehti {
	margin-bottom: 10px;
}
.pikalinkit h1, .tilaalehti h1 {
	margin: 0;
	padding: 16px 20px 12px;
	font-size: .95em;
	font-weight: normal;
	color: #434343;
}
.pikalinkit ul, .tilaalehti ul {
	margin: 0;
	padding: 0;
}
.pikalinkit ul li, .tilaalehti ul li {
	list-style-type: none;
	border-top: 1px solid #eee;
}
.pikalinkit ul li a, .tilaalehti ul li a {
	display: block;
	font-size: .95em;
	color: #757575;
	background: url(pics/bullet.gif) no-repeat 20px center;
	padding: 6px 0 6px 30px;
}

.tilaalehti p {
	border-top: 1px solid #eee;
	margin: 0;
	padding: 8px 0 0;
	text-align: center;
}
.tilaalehti ul li {
	border-top: 0 !important;
}



/* Tilaa elehti
=======================*/
#column2 .epaper {
	margin-top: 10px;
	border: 1px solid #eee;
	background: url(pics/kle_blue_kllisavskuusi.jpg) no-repeat top left;
	height:100%;
	position:relative;
	
}
#column2 .epaperContent {
	height: 350px;
	width: 130px;
	margin: 0 auto;
}
#column2 .epaper {
	margin-bottom: 10px;
}

.epaper p {
	margin: 0 !important;
	padding: 0;
	text-align: center;
	font-family: PTSansRegular,arial,sans-serif;
	font-size: 14px;
	color: #47629a;
	line-height: 15px;
}
.epaper a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.e-button {
	overflow:hidden;
	width: 90px;
	height:25px;
	background: url(pics/buttonbg.png) repeat-x top left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	position: absolute;	
	bottom: 10px;
	left: 30px;
	line-height: 25px;
}
.e-button p {
	color: #ffffff;
	font-size: 12px;
	font-family: arial;
	margin: 0 auto;
	padding:0;
	line-height: 25px;
	position:relative;
}
/* Tilaa peruslehti
======================*/
#column2 .cPaper {
	margin-top: 10px;
	border: 1px solid #eee;
	background: url(pics/klp.png) no-repeat top left;
	height:100%;
	position:relative;
}
#column2 .cPaperContent {
	height: 199px;
	width: 130px;
	margin: 0 auto;
}
#column2 .cPaper {
	margin-bottom: 10px;
}

.cPaper p {
	margin: 0;
	padding: 15px 0 0;
	text-align: center;
	font-family: PTSansRegular,arial,sans-serif;
	font-size: 14px;
	color: #47629a;
	line-height: 15px;
}
.c-button {
	overflow:hidden;
	width: 118px;
	height:25px;
	background: url(pics/buttonbg.png) repeat-x top left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	position: absolute;	
	bottom: 25px;
	left: 20px;
	line-height: 25px;
}
.c-button p {
	color: #ffffff;
	font-size: 12px;
	font-family: arial;
	margin: 0 auto;
	padding:0;	
	position:relative;
	line-height: 25px;
}

#column2 .cPaper a, #column2 .epaper a {
	color: #ffffff;
	text-decoration:none;
}
#column2 .cPaper a:hover, #column2 .epaper a:hover {
	color: #ffffff;
	text-decoration:none;
}


/* Mainosalue
================*/
.adBox * { margin: 0; padding: 0; }
.adBox A IMG { border: 0; }

/* Footerin logo
==================== */
#footer .logo {
	margin-top: 10px;
	margin-left: 12px;
}




/* Column1 mainos 
==================== */
#column1 .ad p {
	margin: 0;
	padding: 0;
}



/* Column1 otsikot */
#column1 h2,
.facebookFanboxTitle {
	height: 41px;
	margin: 0 0 10px;
	padding: 0 0 0 12px;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #434343;
	line-height: 41px;
	background: url(pics/col2_header_bg.png) repeat-x;
	font-family: PTSansRegular, arial, sans-serif;
}

/* Column1 table */
#column1 table td {
	vertical-align: top;
	text-align: left;
	color: #434343;
	font-size: .9em;
	padding: 0 2px;
}
/* Column1 lista */
#column1 ul {
	width: 160px;
	margin: 0;
	padding: 0 6px;
}
#column1 ul li {
	list-style-type: none;
	margin: 0 0 6px;
}
#column1 ul li a {
	display: block;
	margin-left: 4px;
	padding-left: 8px;
	background: url(pics/bullet_blue.gif) no-repeat 0 6px;
}


/* fb-nostot*/
#column1 .reallyFacebook {
	margin-bottom: 0 !important;
}
#column1 .feedContainer .feedIcon {
	display: none;
}
#column1 .fbLikes {
}
#column1 .fbLikesCenter {
	padding: 1px 0 0 0 !important;
	background: url(pics/content_bg.gif);
}
#column1 .fbLikesContent {
	background: #fff url(pics/fb.png) no-repeat 200px 12px;
	padding: 12px 0 6px;
}
#column1 .fbLikesContent iframe {
	margin-left: 100px;
}


/* bloginosto */
#column1 #newsBulletin_10131 .newsMainTitle {
	height: 41px;
	margin: 0 0 10px;
	padding: 0 0 0 12px;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #434343;
	line-height: 41px;
	background: url(pics/col2_header_bg.png) repeat-x;
	font-family: PTSansRegular, arial, sans-serif;
}
#column1 #newsBulletin_10131 .newsItem { position: relative; }
#column1 #newsBulletin_10131 .newsDate { display: none; }
#column1 #newsBulletin_10131 .newsTitle {
	float: left;
	width: 164px;
	background: #fff;
	background-image: none;
	font-family: times new roman;
	font-size: 1.5em;
	margin-left: 4px;
	min-height: 136px;
}
#column1 #newsBulletin_10131 .newsTitle a {
	color: #656565;
}
#column1 #newsBulletin_10131 .newsDetails { 
	position: absolute;
	top: 120px;
	right: 0;
	text-align: right;
	padding-right: 10px;
}
#column1 #newsBulletin_10131 .newsDetails .newsSource { 
	font-style: normal; 
	font-weight: bold; 
	color: #656565;
}
#column1 #newsBulletin_10131 .newsImage { 
	display: inline !important; 
	width: 116px;
	position: absolute;
	top: 0;
	right: 0;
}
#column1 #newsBulletin_10131 .newsImage A IMG { padding: 0; }
#column1 #newsBulletin_10131 .newsText { 
	display: block; 
	clear: both; 
	border-top: 1px solid #d6d6d6; 
	color: #656565; 
}


/* Tabihärvelit 
================== */
.tabs-container ul.tabs-tabs-container {
	margin: 0;
	padding: 0 !important;
	height: 38px;
	width: 100% !important;
}
.tabs-container ul.tabs-tabs-container li {
	float: left;
	height: 40px;
	line-height: 40px;
	background: url(pics/tabs_tab_bg.png) no-repeat !important;
}
.tabs-container ul.tabs-tabs-container li.first {
	background-position: -2px 0 !important;
}
.tabs-container ul.tabs-tabs-container li.open {
	background-image: none !important;
	background: #fff !important;
	border: 0px;
}
.tabs-container ul.tabs-tabs-container li a {
	display: block;
	width: 100%;
	height: 100%;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: center;
	line-height: inherit;
}
.tabs-container .tabs-content {
	display: none;
	font-size: .95em;
}
.tabs-container .tabs-content-open {
	display: block !important;
	padding: 16px 18px 20px !important;
}
.tabs-container .tabs-content a {
	font-weight: normal !important;
}
.tabs-container .tabs-content .newsDate {
	color: #999;
}


.lehdetRSS {
	padding: 1px !important;
}
.lehdetRSS ul.tabs-tabs-container li {
	width: 155px !important;
}
.lehdetRSS ul.tabs-tabs-container li a.taloustaito {
	background: url(pics/tabs_tab_yle.png) no-repeat center center !important;
	color: transparent !important;
	background-size: auto 50% !important;
}
.lehdetRSS ul.tabs-tabs-container li a.rakennuslehti {
	background: url(pics/taloyhtio.gif) no-repeat center center !important;
	color: transparent !important;
}

.uutisnosto {
	padding: 0 1px !important;
}
.uutisnosto ul.tabs-tabs-container li a {
	color: #434343;
}
.uutisnosto ul.tabs-tabs-container li a.uusimmat {
	width: 170px;
}
.uutisnosto ul.tabs-tabs-container li a.luetuimmat {
	width: 101px;
}
.uutisnosto ul.tabs-tabs-container li a.blogissa {
	width: 140px;
}


#column1 #newsBulletin_10131 .newsItemShortened { background: none !important; }
#column1 .newsItemShortened {
	padding-left: 10px;
	background: url(pics/bullet_blue.gif) no-repeat left 10px;
}
#column1 .feedTitle {
	padding-left: 10px;
	background: url(pics/bullet_blue.gif) no-repeat left 8px;
}
#column1 .feedDate {
	padding-left: 10px;
	font-size: .95em;
	color: #939393;
}



/* Uutiset
============= */
.newsList {font-size: 12px; }
.newsSpecialMargin {margin-top: 10px;}
.newsView { padding-bottom: 0; }
.newsItem .newsTitle a { color: #000; }
.newsItem .newsImage IMG { 
	border: 1px solid #E3E3E3 !important;
    padding: 3px; 
    margin: 4px 10px 4px 0;
}
.newsItem .newsTitle {
	font-size: 2em;
	line-height: 1.15em;
	font-weight: normal;
}
.newsItem .newsText p img {
	border: 1px solid #e3e3e3;
	padding: 3px;
} 
.newsItemShortened { border-top: 1px dotted #bdbdbd; }
.tabs-content .newsItemShortened { border: 0; }
.newsItemShortened .newsTitle { font-weight: normal; }
.newsItemShortened .newsDate { color: #929292; }
.newsItem .newsDate { display: block; color: #656565; margin: 4px 0 4px; }

.newsItemShortened a {color: #1464be; }

#newsList_kauppalehti .newsTitle {
	margin-left: 5px;
}

.persistableForm #submitForm {
	background: url(pics/header_searchsubmit.png) no-repeat;
	border: none;
	color: #fff;
	width: 64px;
	height: 25px;
}



/* LEhtinosto */
#newsBulletin_19900 .newsTop { padding: 0; }
#newsBulletin_19900 .newsText { display: none; }
#newsBulletin_19900 .newsTop .newsMainTitle {
	background: url(pics/col2_header_bg.png) repeat-x scroll 0 0 transparent;
    color: #434343;
    font-family: PTSansRegular,arial,sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    height: 41px;
    line-height: 41px;
    margin: 0 0 10px;
    padding: 0 0 0 12px;
    text-transform: uppercase;
}
#newsBulletin_19900 .newsItem { position: relative; padding: 0; }
#newsBulletin_19900 .newsItemShortened { padding: 0; border: none; background: none; margin-top: 10px; }
#newsBulletin_19900 .newsTitle {
	background: url(pics/bullet_blue.gif) no-repeat scroll 4px 6px transparent;
    display: block;
    margin-left: 4px;
    padding-left: 12px;
    font-size: 12px !important;
    width: 160px;
}
#newsBulletin_19900 .newsTitle a { color: #1363bd; }
#newsBulletin_19900 .newsImage {
	position: absolute;
	top: 0;
	right: 2px;
}
#newsBulletin_19900 .newsImage IMG {
	border: none !important;
	padding: 0;
	margin: 0;
}
#newsBulletin_19900 .newsBottom {
	margin-top: 28px;
	margin-left: 16px;
}



/* Kirjanurkkanosto*/
#newsBulletin_20773 { 
	height: auto; 
	min-height: 210px;
}
#newsBulletin_20773 .newsTop { padding: 0; }
#newsBulletin_20773 .newsText { display: none; }
#newsBulletin_20773 .newsTop .newsMainTitle {
	background: url(pics/col2_header_bg.png) repeat-x scroll 0 0 transparent;
    color: #434343;
    font-family: PTSansRegular,arial,sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    height: 41px;
    line-height: 41px;
    margin: 0 0 10px;
    padding: 0 0 0 12px;
    text-transform: uppercase;
}
#newsBulletin_20773 .newsItem { position: relative; padding: 0; }
#newsBulletin_20773 .newsItemShortened { padding: 0; border: none; background: none; margin-top: 10px; }
#newsBulletin_20773 .newsTitle {
	background: url(pics/bullet_blue.gif) no-repeat scroll 4px 6px transparent;
    display: block;
    margin-left: 4px;
    padding-left: 12px;
    font-size: 12px !important;
    width: 160px;
}
#newsBulletin_20773 .newsTitle a { color: #1363bd; }
#newsBulletin_20773 .newsImage {
	position: absolute;
	top: 0;
	right: 2px;
}
#newsBulletin_20773 .newsImage IMG {
	border: none !important;
	padding: 0;
	margin: 0;
}
#newsBulletin_20773 .newsBottom {
	margin-top: 28px;
	margin-left: 16px;
}

.relatedTargetsContent {
	color: #656565;
	font-size: 14px;
}

.relatedTargets,
.tagList {
	background: url(pics/content_bg.gif);
	padding: 1px 0 0 0;
}
.relatedTargetCenter,
.tagListCenter { background: #fff; }
.tagListCenter { padding: 6px 0; }
.relatedTargetCenter { padding: 30px 0 6px 0; }