/* Tuote-esittelyjärjestelmä */
.toolbar{
}
.toolbar input{
	border:0;
	border-left:10px solid #016177;
	background-color:#76a9b7;
	color:#fcfffa;
	font-size:11px;
	padding:2px 5px;
	width:115px;
}
div.row{
	border-bottom:1px solid #c3c3c3;
}



table.variables {
	width: 100%;
}
th.altercontent {
	width: 25%;
	background-color: #9f9f9f;
	color: #111111;
	font-weight: bold;
	text-align: left;
}

td.prod_item {
	width: 25%;
}


.price {
	font-size: 19px;
	font-family: trebuchet ms;
	color: #c01414;
}

.price2{
	font-size: 15px;
	color: #72410e;
	font-weight: 600;
}


.box_top {
	background-image:url(../img/product/box_top.jpg);
	background-repeat: no-repeat;
	width: 194px;
	height: 45px;
	font-size: 14px;
	color: #673d13;
	font-family: Calibi, arial;
	padding: 10px 30px 0px 30px;
	font-weight: 600;
}

.box_container {
	background-image:url(../img/product/box_container_p.jpg);
	background-repeat: repeat-y;
	width: 194px;
	padding: 12px;
	height: 200px;
}

.box_bottom {
	background-image:url(../img/product/box_bottom_p.jpg);
	background-repeat: no-repeat;
	width: 194px;
	height: 35px;
}

.productView {
	width: 194px;
}

.productBox {
	text-align: center;
	float: left;
	clear: none;
	padding: 3px 0px 3px 0px;
	margin: 3px;
	background-color: #ffffff;
}
