body, html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: small;
	color: #000000;
	line-height: 16px;
}

#footerHolder, #header, #headerAlasivu, #menuWrapper, #left, .textinputwrapper, .textinputwrapper1, .buttongraywrapper, .buttongraywrapper1, .buttongreenwrapper, .buttongreenwrapper1, .buttonorangewrapper, .buttonorangewrapper1 {
	display: none;
}

#actions, #actions table, .formTextinput, .picAct, .uutuus, .varastossa, .eivarastossa {
	display: none;
}

.priceBigHolder {
	float: left;
}

.pricebig {
	float: left;
	height: 55px;
	width: 240px;
    background-repeat: no-repeat;
    background-position: left center;
	font-weight: bold;
	font-size: 130%;
	text-align: center;
	padding: 0px 5px;
}

#right .box .pricebig table.hinnat {
	width: 100%;
	height: 100%;
	line-height: 90%;
	padding-top: 6px;
}

#right .box .tuoteTiedot .pricebig table.hinnat {
	line-height: 50%;
}

.price .oldPrice, .pricebig .oldPrice {
	font-size: 80%;
	text-decoration: line-through;
}

.pricebig .hinta  {
	float: left;
}

.tuote, .tuoteTiedot {
	float: left;
	width: 615px;
	position: relative;
}

.tuoteImg {
	float: left;
	width: 145px;
	padding-left: 10px;
	position: relative;
}

.tuoteTiedot .tuoteImg {
	float: left;
	width: 240px;
	position: relative;
	text-align: center;
	padding-left: 0px;
}

#right .box .tuoteTiedot td {
	padding: 5px 0px;
}

#right .box .tuoteTiedot td.info {
	padding-right: 10px;
}

.tuotekuvaus {
	float: left;
	width: 455px;
	padding-left: 5px;
}

.tuoteTiedot .tuotekuvaus {
	float: left;
	width: 360px;
}

.tuoteInfo {
	float: left;
	width: 595px;
	margin: 0px 0px 0px 20px;
	padding-top: 20px;
	border-top: solid 1px #dddcdc;
}

*html .tuoteInfo {
	margin-left: 0;
	width: 615px;
}

#right .box .tuoteInfo table {
	float: left;
	width: 595px;
}

.tuoteInfo table td {
	padding: 3px 0px;
}

.tuoteInfo .info {
	width: 150px;
	padding-right: 40px;
}

/* TYYLIT */

*html body {
	font-size: 13px;
}

img {
	outline: none;
}

a img {
	border: 0;
	outline: none;
}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	line-height: 100%;
	margin-top: 0;
}

h1 	{
	font-size: 150%;
}

h2 	{
	font-size: 130%;
	font-weight: bold;
}

h4, h5, h6 {
	font-size: 110%;
	font-weight: bold;
}

h3 {
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}

p {
	margin: 10px 0 10px 0;
}



