input, textarea {border-radius: 2px; border: 1px solid #ccc; padding: 6px;}

a {color:#007F00;}


.orderlist {margin-bottom: 40px;}
.shop 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.2;
	color: #101E05;
	text-align: left;
}
.shop p {
	margin: 4px 0px 4px 0px;
}

.shop table {
	width: 100%;
}


.title 
{
	font-size:16px;
	font-weight:bold;
	color: #007F00;
	letter-spacing: 1px;
}

.shop th 
{
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #FFFFFF;
	background-color: #007F00;
	text-align: left;
	padding: 6px;
}

.shop td 
{
	font-size: 13px;
	font-weight: normal;
	padding: 6px;
}

.shop td.title_customer_info
{
	width: 120px;
}

.shop input
{
	font-size: 10px;
}

.shop input.btn 
{
	color: #007F00;
	font-size: 12px;
	padding: 10px 13px;
}

.shop textarea 
{
	font-size: 11px;
	line-height: 1;
	width:100%; 
	box-sizing:border-box;
}

.shop input.limited_width 
{
	width: 40px;
}

.shop td.total 
{
	border: 1px none;
	font-size: 12px;
	font-weight: bold;	
	color: #101E05;
}



.kopioi 
{
	color:#009F00;
	font-weight: bold;
}

.poista 
{
	color: #FF0000;
	font-weight: bold;
}


.btn {font-size: 16px; font-weight: bold;}



* { 
	margin: 0; 
	padding: 0; 
}
body { 
	font: 14px/1.4 Georgia, Serif; 
}
#page-wrap {
	margin: 5px;
}
p {
	margin: 20px 0; 
}

	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table { 
		width: 100%; 
		border-collapse: collapse; 
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #eee; 
	}
	th { 
		background: #333; 
		color: white; 
		font-weight: bold; 
	}
	td, th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: left; 
	}
	.headerr td:before { content: " " !important; }
	.headerr td {padding-left: 6px !important;}
	.headerr {background: #fff !important;}
	.nobrd {border:0px !important;}