#kuvat {
	float: left;
	width: 412px;
}

#kuvat .isokuva a{
	display: block;
	width: 400px;
	background: white;
	height: 300px;
	text-align: center;
}

#kuvat a {
	border: 2px solid #999;	
}

#kuvat a img{
	border: 0;	
} 
#kuvat a:hover{
	border-color: #d55500;	
}
 


#kuvat .pikkukuvat a{
	float: left;
	display: block;
	width: 90px;
	height: 68px;
	margin-top: 8px;
	margin-right: 9px;
}
#kuvat .pikkukuvat a img{
	width: 90px;
	height: 68px;
}


#speksit {
	float: right;
	width: 338px;	
}

#speksit table {
	width: 100%;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	font-size: 12px;
	margin-bottom: 10px;
}

#speksit table th {
	font-weight: normal;
	color: #666;
}

#speksit table tr {
	border-bottom: 1px solid gray;
}

#speksit table td {
	padding:2px;
	margin: 0px;
	border-left: 1px solid gray;
	text-align: center;
	font-weight: bold;
	width: 36%;
}

#speksit table th:first-child {
	text-align: left;
	color: #d55500;
	font-size: 15px;
}
#speksit table td:first-child {
	width: 20%;
	text-align: left;
	border-left: 0px;
	font-weight: normal;
	color: #666;
}

#contactform ul {
	list-style: none;
	padding-left: 0;	
}

#answerform textarea {
	height: 75px;	
}

.description {
	border: 1px solid #ccc;
	background: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 20px;
	margin-bottom: 10px;
}

.map {
	border: 1px solid #ccc;
	background: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 20px;
	margin-bottom: 10px;
}

.leftcol {
	float: left;
	width: 49%;	
}

.rightcol {
	float: right;
	width: 49%;	
}


.rounded h3.toggle_box {
	cursor:pointer;
}


.nopicture {
	text-decoration: none;
	width: 400px;
	height: 30px;
	border: 2px solid #999;
	background: #eee;
	color: #999;
	text-align: center;
	padding: 135px 0;
}



.button.right {
	float: right;
	margin-left: 10px;
}


.caution {
	color: red;
	font-weight: bold;
	padding: 10px;	
}

.date, .notyet{
	color: gray;
	font-size: 0.8em;
}


