/*------------ Etusivu------------*/

.mostRecentOrder h3{
	color: #000;
}

.mostRecentOrder h3 span{
	text-transform: none;
}

a.mostRecentOrderAdd,
a.mostRecentOrderAdd:link,
a.mostRecentOrderAdd:visited{
	color: #77161A;
	background: url(/images/bg_mostRecentAdd.png) no-repeat 0 2px;
	padding: 0 0 0 20px;
}


/*------------ Tuote---------------*/

.productWrapper{
	padding: 0 12px;
}

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

  font-weight:bold;

}

h1.productViewTitle{
	margin-top: 9px;
	text-transform: none;
	font-size: 26px;
}

.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:#384ba4;
	color: #ffffff;
	height:20px;
}

.productListTop a, .productListTop a:link, .productListTop a:visited {
	color: #ffffff;
}

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

}

.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;
}

.shareWrapper{
	width:473px;
	float:right;
	text-align:left;
}

.shareButtonWrapper{
	float: left;
	margin: 0 10px 0 0;
	line-height:25px;
}

.fb-share-button, .email-share-button {
	background: url(/images/bg_shareButtons.png) no-repeat;
	padding: 5px 0 6px 30px;
}

.email-share-button{
	background-position: left -24px;
}

/*------------ Tilaus---------------*/

.oiTitle{
  font-weight:bold;
}

/*------------ Ostoskori---------------*/

.cartProduct{
  border-bottom:1px solid #CCC;
  padding-bottom:2px;
  padding-top:2px;
}

.totalPrice{
	font-weight: bold;
}

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


/*------------ Tooltip---------------*/

#toolTip{
	position: absolute;
	background: url(/images/bg_tooltip.png) no-repeat;
	width: 369px;
	height: 227px;
	top: 247px;
	left: 100px;
	overflow: hidden;
	display: none;
}

#toolTipContent{
	padding: 3px 18px 20px 0;
	height: 175px;
	overflow: hidden;
	position: relative;
}

.tooltipLinks, .tooltipPrice{
	position: absolute;
	bottom: 0;
	right: 30px;
}

.tooltipPrice{
	left: 10px;
	margin: 0;
}

h3.productTooltipAuthor{
	color: #000;
}

h3.productTooltipAuthor span{
	text-transform: none;
}

h4.productTooltipTitle{
	font-size: 18px;
	font-weight: normal;
	color: #77161A;
	margin: 0 0 10px;
}


.clearer{
	clear: both;
}

