@CHARSET "ISO-8859-1";

#kaikki_tuotteet td{
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
}

#message_div{
	width: 80%;
	position: fixed;
	bottom: 1em;
	left: 10%;
	border:2px solid #d0d0d0;
	font-size: 16pt;
	padding: 1em;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: none;
}

.alert{
	background-color: #FF9696;
}

.ok{
	background-color: #9AB832;
}

/*.required_wrong
{
	background: #FFC3BC;
}

.required_ok
{
	background: #C9FFC9;
}*/

#delivery_address{
	display: none;
}

.country_choice{
	display: none;
}

.themes{
	cursor: pointer;
}
