* {
	margin: 0;
	padding: 0;
}

body {
	font-family: sans-serif;
	font-size: 12px;
	background-color: #71be32;
	color: #333;
	background-image: url(../img/bg_content.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	
}

div, p, img, a, td, ul, ol {
	font-size: 1em;
}
h1, h2, h3, h4 {

	font-weight: bold;
	margin: 0.5em 0;
	color: #fff;

}
h1 { font-size: 17px; }
h2 { font-size: 15px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
p { padding: 0 0 12px 0; color: #fff;}

a, a:link {

	text-decoration: none;
	color: #fff;
}
a:visited {

	color: #fff;
}
a:hover {

	text-decoration: underline;
	color: #fff;
}
a:active {

	color: #fff;
}
img {

	border: 0;
	margin: 0;
}
table tr td {
	vertical-align: top;
}
#page {
  width: 940px;
}
#top {
  width: 940px;
  height: 179px;
}
#top_logo {
  width: 253px;
  height: 179px;
  float:left;
}
#top_right {
  width: 687px;
  height: 179px;
  float:right;
}
#cart {
	width: 687px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #47aa42;
	background-image: url(../img/cart_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#cart a {
  font-weight: bold;
}
#cart a:hover {
  text-decoration: underline;
}
#header {
  width: 687px;
  height: 139px;
}
#left_bar {
  width: 180px;
  float:left;
}
#left_box {
	width: 100%;
	padding-bottom: 9px;
	margin-bottom: 9px;
	background-color: #47aa42;
	background-image: url(../img/box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#left_box p {
  font-size: 90%;
  line-height: 150%;
}
#content {
	width: 687px;
	float:right;
	background-color:#FFFFFF;
	padding-right:5px;
	text-align: left;
}
#content a{
	color: #398A35;
}
#wrapper {
	/*background-color: #FFFFFF;*/
}

.padding {
	padding-left: 11px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: left;
}
fieldset {
  border: 0px;
}
.itext {
  border: 0px;
  width: 144px;
  height: 19px;
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 5px;
  color: #444;
  background-image: url('../img/login_box.jpg');
}
.login {
  font-size: 110%;
}
.menu {
  list-style-type: none;
  line-height: 135%;
  margin: 0px;
  padding: 0px;
  margin-bottom: 4px;
}
.menu a:hover {
  text-decoration: none;
  font-weight: bold;
}

th{ border: 1px #fff solid; 
    padding: 5px;
    height: 19px;
}
td{ border: 1px #999 solid;
    padding: 8px;
}
table { 
    border-collapse: collapse; 
    width: 100%;
    margin-bottom: 15px;
}
thead  {
  background: url('../img/top_bg.jpg');
  text-align: left;
  color: white;
}
th.eka {
  width: 100px;
  background: url('../img/top_left.jpg');
  border-left: none;
}
th.tuotenimi {
  width: 275px;
}
th.hinta {
  width: 85px;
}
th.viim {
  width: 179px;
  background: url('../img/top_right.jpg') no-repeat top right;
  border-right: none;
}
#pages {
  width: 100%;
  text-align: right;
  font-size: 120%;
  margin-bottom: 15px;
}
#pages .pages a{
  color: #333;
}
#footer {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  width: 100%;
  font-size: 90%;
  margin-bottom: 10px;
  color: #555;
}
#footer b {
  color: #333;
}
#footer #palsta {
  float:left;
  width: 33%;
}
.current_page {
  font-size: 120%;
  font-weight: bold;
}
.lisatiedot {
  float:right;
}
#content p {
  color: #333;  
}
#content h1, #content h2, #content h3,#content h4{
	color: #47aa42;
}
.paymentTitleSelected {
	background-color:  #47aa42;
	color: white;
	font-weight: bold;
}
.paymentTitleGray {
	background-color: #EEEEEE;
}
tbody th {
	background-color:  #47aa42;
	border: 1px solid #999;
	color: white;
}
#fullContent{
background-color:#FFFFFF;
}
.formError {
	color: #FF0000;
	padding-left: 15px;
	padding-bottom: 15px;
}
.contactLeftBox {
	color: #333333;
	padding-right: 10px;
	padding-left: 11px;
	text-align: left;
}
.contactLeftBox p {
	color: #333333;
}

