/* SENNENSHOP
------------------------------------------------------------------------------- */

.sennenshopotsikko {
	position: relative;
	float: left;
	left: 385px;
	top: 10px;
	width: 500px;
}


#tuoteluettelo {
	position:relative;
	float: left;
	top: 0px;
	left: 66px;
	width: 850px;
    margin: 30px 0 30px 0;
    padding: 0;
}

.tuote {
	position:relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 850px;
    margin: 10px 0 30px 0;
    padding: 0;
}

/* Tuotekuvien reunat: */
img.tuotekuvanreuna {
	border-style: solid;
	border-width: 7px;
	border-color: #aca6a3;
}

#tuotekuva {
	position:relative;
	float: left;
	width: 260px;
}

.tuotetiedot {
	position:absolute;
	width: 510px;
	float: right;
	left: 320px; 
	top: 0px;
	margin: 0;
	padding: 0;

}

h1.tuoteotsikko {
	font-size: 250%; 
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: .06em;
	margin: .2em 0 .5em 0;
	line-height: 110%;
}