@charset "UTF-8";
/* CSS Document */

body 
{
margin:0;
padding:0;
}

h1
{
font:120% Verdana, Arial, Helvetica, sans-serif;
color:#BBBBBB;
}

/**/
#smallCart {
margin:0 20px 0 22px;
padding:0;
font:10px Arial, Helvetica, sans-serif;
}

#bigCart {
margin:0 3em 0 3em;
padding:0;
}




/*//////////////////////*/
table.shopTable
{
	width:100%;
	border:none;
}

#bigCart table.shopTable{
border:1px solid #639A92;
}


table.shopTable th
{
	background-color:#FFFFFF;
	color:#639A92;
	font-weight:bold;
	text-align:left;
	padding:0.5em 0.2em 0.5em 0.2em;
	
	border:1px solid #639A92;
	border-width:0 0 1px 0;
}


	table.shopTable tr.even td
	{
	background-color:#dce8e7;
	padding:0.5em 0.2em 0.5em 0.3em;
	}
	
	table.shopTable tr.odd td
	{
	background-color:#c8dcd9;
	padding:0.5em 0.2em 0.5em 0.3em;
	}
	
	table.shopTable tr.lastRow td
	{
	background-color:#FFFFFF;
	border:1px solid #639A92;
	border-width:1px 0 0 0;
	padding:0.5em 0em 0.5em 0.2em;
	}


/*///////*/

.ehtoteksti {
color:#639A92;
line-height:110%;
}


#orderForm p {line-height:2.2em;}
input.textf{width:250px;}
input.city{width:100px;}
#orderForm .formlabel {  float:left; width:8em;}






