@charset "utf-8";
<!--
/* Product */
.product h1{
font-size:20px;
font-weight:normal;
margin:0 0 10px 17px;
}
.product table td{
vertical-align:top;
border-right:1px dotted #ddd;
padding:0 15px 10px 15px;
}
.product table td h2{
font-weight:lighter;
font-size:18px;
margin:10px 0 7px 0;
position:relative;
top:332px;
}
.product table td h2 a{
color:#5879bc;
}
.product table td p img{
position:relative;
top:-38px;
display:block;
}
.product table td p{
margin-bottom:7px;
}
.product table td p a{
color:#5879bc;
}
.product table td a{
color:#f90;
}
.product table td a:hover{
color:#444;
text-decoration:underline;
}
/* Product */
-->