
.productHeader {
background-color: #dbddde;
padding: 18px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.productHeader, .productTitleContainer, .onAppStoreIcon {
	height: 87px;
}

.productTitleContainer p { margin-top: 15px; /*cambiare in funzione dell'heigth sopra per la centratura verticale */ }


.productIcon {
padding-right: 20px;
width: 100px;
float: left;
}

.productIconMacStore {
padding-right: 20px;
width: 223px;
float: left;
}

.productIcon img {
	width: 86px;
	height: 86px;
}

.productTitleContainer {
display: table-cell;
vertical-align: middle;
width: 400px;
float: left;
}


.productTitle {  font-size: 26px; font-weight: 600; }
.productSubtitle { font-size: 14px;}

.onAppStoreIcon {
float: right;
width: 207px;
background-image: url('images/appstore.png');
background-position: center center;
background-repeat:no-repeat;
cursor:pointer;
}

.onMacStoreIcon {
float: right;
width: 207px;
height: 85px;
background-image: url('images/macstoreDownload2.png');
background-position: center center;
background-repeat:no-repeat;
/*cursor:pointer;*/
}

.productTitleContainer2 {
display: table-cell;
vertical-align: middle;
width: 300px;
float: left;
}

 
