div.left {
	float: left;
	width: 230px;
	padding-left: 10px;
	margin-right: 10px;
}

div.middle {
	float: left;
	width: 440px;
	margin-right: 10px;
}

div.fullWidth {
	width: 630px;
}

div.right {
	float: left;
	width: 195px;
	padding-top: 20px;
}

div.right div.photoframe {
	margin-left: 6px;
}

div.leftbox {
	width: 207px;
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 1em;
	border: 1px solid #999;
}

div.leftbox div.innerbox {
	/*
	background-image: url('../layoutpics/lowerbg.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	*/
	padding-bottom: 10px;
}

div.leftbox div.boxheader {
	background-image: url('../layoutpics/headerbg.png');
	background-repeat: repeat-x;
	background-position: top center;
	line-height: 25px;
	padding-left: 10px;
	margin-bottom: 2px;
	text-transform: uppercase;
	color: #555;
	font-weight: bold;
	font-size: 0.9em;
}

div.leftbox a.submenuitem {
	background-image: url('../layoutpics/menuarrow.png');
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0 6px;
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	line-height: 18px;
	font-size: 0.9em;
}

div.leftbox div.newsitem {
	margin: 0.5em 10px 1em 10px;
	padding-bottom: 0.5em;
	font-size: 0.95em;
	line-height: 1.2em;
	border-bottom: 1px solid #ccc;
}

div.leftbox div.newsitem a {
	border: none;
}

div.leftbox div.newsitem img {
	float: right;
	margin-left: 0.15em;
}

div.leftbox div.readmore a {
	display: inline;
	line-height: auto;
	color: #d30101;
	line-height: 20px;
}

div.leftbox a.submenuitem:hover {
	background-color: #eee;
}

div.leftbox p {
	padding: 0;
	margin: 0;
}

div.green div.empty {
	text-align: center;
}

a.active {
	color: #d30101;
}

div.contenttext {
	line-height: 1.4em;
}

div.photoframe {
	background-image: url('../layoutpics/photobg.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 186px;
	padding-top: 12px;
	text-align: center;
}

div.photoframe div.innerframe {
	background-image: url('../layoutpics/photobglow.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 186px;
	padding-bottom: 12px;
	text-align: center;
}

div.photoframe2 {
	background-image: url('../layoutpics/photobg2.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 146px;
	padding-top: 12px;
	text-align: center;
}

div.photoframe2 div.innerframe {
	background-image: url('../layoutpics/photobglow2.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 146px;
	padding-bottom: 12px;
	text-align: center;
}

div.photoframe div.description, div.photoframe2 div.description {
	font-style: italic;
	color: #555;
	margin-top: 0.2em;
	font-size: 0.9em;
}

div.basket {
	margin: 0 10px;
	font-size: 0.9em;
}

div.basket div.catamount {
	float: right;
}

div.basket div.catname {
	border-bottom: 1px solid #ccc;
	padding-right: 2em;
}

div.leftbox div.jatkanappi {
	margin-top: 0.5em;
	border: none;
}

div.leftbox div.jatkanappi a {
	border: none;
}

form.loginform {

}

form.loginform div.label {
	float: left;
	width: 100px;
}

form.loginform div {
	margin: 0 1em 0.3em 0;
}

form.loginform input.field {
	width: 150px;
}

form.loginform input.loginSubmit {
	margin-top: 2em;
	width: 86px;
	height: 21px;
}