@charset "utf-8";
@import url("layout.css");
@import url("typo.css");

/* [YLEISET] */
html, body {
	line-height: 100%;
}

/*
	[PAGE]
	
	Kuvaus		:Tekee #page-elementistä vaihtuvalevyisen ja kapeamman, jotta se mahtuu tulostusikkunaan.
*/
#page {
	width: auto;
	min-width: 300px;
}

/*
	[TOP]
	
	Kuvaus		:Määritellään #top-elementti uusiksi tulostus-sivun layoutia varten.
*/
#top {
	background: url(../images/bg_listitem.gif) repeat-x left bottom;
}

#top .left {
	float: left;
}

#top .right {
	float: right;
}

#top a {
	font-size: 1.2em;
	color: #204d94;
}

/*
	[LOGOAREA]
	
	Kuvaus		:Määritellään #logoarea uusiksi tulostus-sivun layoutia varten.
*/
#logoarea {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 15px;
	position: relative;
	background: url(../images/bg_listitem.gif) repeat-x bottom left;
	padding-bottom: 20px;
}

#logoarea a.logoprint {
	float: left;
	width: 134px;
	height: 27px;
	display: block;
	background: url(../images/tulli_logo_print.gif) no-repeat left top;
	cursor: default;
}

#logoarea a.logoprint span { display: none; }

/* Uudelleenmääritellään tiedotteita yms. varten oleva taulukko */
#content table.pressreleases {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	background: url(../images/bg_listitem.gif) repeat-x left top;
}

#content table.pressreleases td {
	padding: 0.8em 0 0.3em 0;
	font-size: 1.2em;
}

#content table.pressreleases td.date {
	color: #4e85cf;
	padding-right: 0.2em;
}

h4.prnt {display:none;}
