/*------------ Tuote---------------*/

.listTitle{
  border-bottom:2px solid #CCC;

  font-weight:bold;

}

.productLimitedTable{
	background-color:#DCEADB;
	margin-bottom:5px;
	width:100%;
	height:160px
}

.productInfoTitle{
    font-weight:bold;  
    width:100px; 
    color:#336633;
    border-bottom:1px solid #336633;
    padding:5px 0px 5px 0px;
}

.productInfoText{
    padding:5px 10px 5px 10px;
}

.productPrice{
  margin-top:10px;
  margin-bottom:5px;
  font-weight:bold;
  color:#C10000;
}

.productLink, a.productLink, a.productLink:link, a.productLink:visited{
  color:#336633;
}

.productTitle{
	color:#336633;	
}

.productListTop{
	background-color:#F1F1F1;
	border:1px solid #CCCCCC;
	height:20px;
}

/*------------ Tilaus---------------*/

.oiTitle{
  font-weight:bold;
}

/*------------ Ostoskori---------------*/

.cartProduct{
  border-bottom:1px solid #CCC;
  padding-bottom:2px;
  padding-top:2px;
}

/*------------ Tuoteryhmä---------------*/

.groupList{
  border-bottom:1px solid #CCC;
  padding-bottom:2px;
  padding-top:2px;
  margin:3px 5px 4px 5px;
}

.groupListSub{
  padding-bottom:2px;
  padding-top:2px;
  margin:2px 10px 2px 23px;
}

.groupListSubSub{
  padding-bottom:2px;
  padding-top:2px;
  margin:2px 10px 2px 33px;
}