@charset "UTF-8";
/* CSS Document */


div.product{
overflow:hidden;
position:relative;
width:99%;
height:200px;
margin-right:auto;
margin-left:auto;
margin-top:15px;
border:#c36783 3px double;
}

div.product img{
margin-right:3px;
float:left;
}

p.buynow{
margin-right:5px;
line-height:30px;
text-align:right;
}

p.twitter{
position:absolute;
bottom:2px;
right:2px;
}

p#back{
margin-top:5px;
text-align:center;
}

h2{
margin-top:5px;
}

em{
color:#FF0000;
}