table.rates{
font-size:0.7em;
padding:0;margin:0;
}
table.rates *{
padding:0;margin:0;
}
table.rates tr td{
width:66px;
text-align:center;
background-color:#e6e6e6;
}
table.rates td:hover{
background-color:#7daf1c;
color:#fff;
}
table.rates td.empty:hover{
background-color:#e6e6e6;
color:#000;
}
tr.head td,td.emph{
font-weight:bold;
}
td.emph{
padding:0 23px;
}
tr.head td{
padding-top:10px;
}
tr.last td{
padding-bottom:10px;
}
table div{
border:1px dotted red;
height:16px;width:660px;
display:block;
}
div.buttons{
float:left;clear:left;
position:relative;
width:640px;height:60px;
background-color:#f2f2f2;
}
a.view{
display:block;
position: absolute;
top:13px;left:16px;
width:118px;height:33px;
background:url(../images/btn/view.png) no-repeat left center;
}
a.view:hover{
background-position:right center;
}
a.install{
display:block;
position: absolute;
top:10px;right:16px;
width:180px;height:40px;
background:url(../images/btn/install.png) no-repeat left center;
}
a.install:hover{
background-position:right center;
}