@charset "utf-8";
/* CSS Document */

table.my_own_prices {border:0px #ccc solid; font:11px verdana; width:380px;}
table#pricebox {width:100%;}
table#pricebox td.price, table#pricebox td.perpill, table#pricebox td.buy {width:18%;}

table#pricebox thead td {color:black; font:12px arial; margin:8px; padding:8px; font-weight:bold; background-color:#E6EBF0;}

table#pricebox tbody a {color:#009900; font:12px arial; margin:0px; padding:2px; font-weight:bold;}
table#pricebox tbody tr td {color:black; font:12px arial; margin:50px; padding:5px; border-bottom:dotted; border-bottom-width:thin}
table#pricebox tbody tr:hover * {cursor:pointer; background:#4580BF; color:white;}
table#pricebox tbody tr td span {font-weight:bold;}

table#pricebox tbody tr td.price {color:#244367; font:12px arial; margin:0px; padding:2px; font-weight:bold}
table#pricebox tbody tr td.price:hover {cursor:pointer; background:#4580BF; color:white;}

table#pricebox td.price, table#pricebox td.perpill, table#pricebox td.buy {text-align:center;}

