.prodtable {
width:100%;
}

.prodtable tbody td {
padding:10px;
border-bottom:solid 1px #f6d086;
}

.desc {
width:100%;
}

.price {
vertical-align:middle;
text-align:center;
}

a.details {
cursor:pointer;
outline:none;
color:#4589dd;
font-weight:bold;
font-size:10px;
text-decoration:none;
}

a.details:hover {
color:#f6d086;
}

div.details {
margin:10px;
color:#999999;
font-size:11px;
display:none;
}

.notice {
color:#4589dd;
font-size:11px;
}

