/* CSS Document */
#ProductHeaderWrapper {
margin-top:0px;
width:960px;
height:100px;
font-family:"Times New Roman", Times, serif;
}

#ProductHeaderIcon {
width:100px;
height:100px;
float:left;
}

#ProductHeaderText {
color:White;
width:830px;
float:left;
font-weight:bold;
padding: 0px 20px 0px 10px;
}

#ProductHeaderTitle {
width:100%;
height:50px;
text-align:left;
font-size:2.2em;
}

#ProductHeaderDescription {
width:100%;
height:20px;
text-align:left;
font-size:1.2em;
}

#ProductHeaderPrice {
width:100%;
height:30px;
text-align:right;
font-size:1.4em;
font-style:italic;
}

