/*------------ Tuote---------------*/
.listTitle{
  border-bottom:2px solid #CCC;

  font-weight:bold;

}

.productInfoTitle{
    font-weight:bold;  
    width:100px; 
    color:#333366;
    /* border-bottom:1px solid #333366; */ 
    padding:5px 0px 5px 0px;
}

.productInfoText{
    padding:5px 10px 5px 10px;
}

.productInfoText2{
    padding:5px 0px 5px 0px;

}

.productPrice{
  margin-top:10px;
  margin-bottom:5px;
  font-weight:bold;
  color:#C10000;
}

.productLink, a.productLink, a.productLink:link, a.productLink:visited{
  color:#77161A;
}

.productTitle{
	color:#77161A;	
}

.productListTop{
	background-color:#BCBFDD;
	border:1px solid #E2DCC5;
	height:20px;
}

.productImage {
float:right;
margin-top: 0px;
margin-left: 10px; 
margin-bottom: 10px; 

}

.productBorder {
padding:0px 0px 0px 0px;
border-color:#000000;
border-style: solid;
border-bottom-width:1px;
border-left-width:1px;
border-right-width:1px;
border-top-width:1px;
}

/*------------ 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 50px;
}
