body {
background-color: white; }
p { }
td { }
a:link { }
a:visited { }
a:hover { }
a:active { }
#detail_title {
color: #7fc31c;
font-size: 16px;
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px; }

#detail_container {
width: 480px; }

#detail_right {
color: #666;
font-size: 12px;
width: 260px;
float: right; }

#detail_left {
float: left; }

#detail_price {
color: #636363;
font-size: 16px;
font-weight: bold;
text-align: right;
margin-top: 10px;
margin-right: 10px; }

.clear {
clear: both; }

