/* Asuntojärjestelmän tyylit */


/* Listaussivu */

#asunto-list {
	clear:both;
}

.asunto-list-box, .asunto-list-box-right, .asunto-list-box-bottom  {
	width: 220px;
	height: 148px;
	float:left;
	text-align: left;
	margin-right: 12px;
	margin-bottom: 20px;
}

.asunto-list-box-right {
	border-right: 0px;
	margin-right: 0px;
}
.asunto-list-box-bottom  {
	border-bottom: 0px;
}

.asunto-list-box .padding, .asunto-list-box-right .padding, .asunto-list-box-bottom .padding {
	padding: 4px;
	text-align: left;
	border: 1px solid #a5acaf;
}

#asunto-list h2 {
	font-size: 16px;
}
#asunto-list a, #asunto-list a:link, #asunto-list a:visited, #asunto-list a:active {
	color: #fff;
}
.asunto-list-box .list-pointer, .asunto-list-box-right .list-pointer, .asunto-list-box-bottom .list-pointer {
	width: 13px;
	height: 12px;
	background:url(../img/asunto/asunto_list_icon.jpg) no-repeat top left;
	position:absolute;
	margin: 106px 0px 0px 197px;
}
.asunto-name {
	clear:both;
}
	.asunto-name-left {
		float:left;
		width: 5px;
		height: 18px;
		background:url(../img/asunto/asunto_list_title_left.jpg) no-repeat top left;
	}
	.asunto-name-center {
		float:left;
		height: 18px;
		background:url(../img/asunto/asunto_list_title_center.jpg) repeat-x top left;
	}
	.asunto-name-center-padding {
		padding: 2px 0px 0px 0px;
		text-transform:normal; /* Muokattu asiakkaan pyynnöstä! */
		font-size:11px;
		color:#fff !important;
	}
	.asunto-name-right {
		float:left;
		width: 5px;
		height: 18px;
		background:url(../img/asunto/asunto_list_title_right.jpg) no-repeat top left;
	}

/* Esikatselusivu */

#asunto-holder {
	clear: both;
}

.asunto-holder-left {
	float:left;
	width: 46%;
}
.asunto-holder-right {
	float:right;
	width: 50%;
}

.asunto-image-holder {
	margin-bottom: 20px;
}
.asunto-image-holder-title {
	position:absolute;
}
	.asunto-image-holder-title-left {
		float:left;
		width: 10px;
		height: 28px;
		background:url(../img/asunto/title_left.jpg) no-repeat top left;
	}
	.asunto-image-holder-title-center {
		float:left;
		height: 28px;
		background:url(../img/asunto/title_center.jpg) repeat-x top left;
	}
	.asunto-image-holder-title-center-padding {
		padding: 4px 0px 0px 0px;
		text-transform:uppercase;
		font-size:14px;
		color:#fff !important;
	}
		.asunto-image-holder-title-center-padding a, .asunto-name-center-padding a {
			color:#fff !important;
		}
	.asunto-image-holder-title-right {
		float:left;
		width: 10px;
		height: 28px;
		background:url(../img/asunto/title_right.jpg) no-repeat top left;
	}

.pinta_ala {
	color: #000000 !important;
	margin-left: 20px;
}

.description-links a {
	background:url(../img/asunto/print_images.jpg) no-repeat 0% 50%;
	padding: 15px 0px 15px 30px;
	position:relative;
	color:#212121;
}

a.zoom, a.zoom:link, a.zoom:visited, a.zoom:active {
	background: url(../img/asunto/zoom.jpg) no-repeat 0% 50%;
	padding: 20px 9px 20px 20px;
}
