#basketbuttons
{
clear:both;
}
div#baskettotals
{
width:40%;
float:right;
position:relative;
}
div#basketoptions
{
width:40%;
float:left;
padding:5px 0;
}
div#baskettotals table
{
width:100%;
}
div#baskettotals table td,div#baskettotals table tt
{
border-bottom:1px solid #FFFFFF;
padding:0.4em;
}
.baskettotallabel
{
background-color:#DDDDDD;
}
.baskettotalvalue
{
width:160px;
}
.productoptions
{
font-size:0.9em;
display:block;
padding:0.2em 0;
}
#basketbutton1 {
   background-image:url(../img/checkout1.gif);
}
#basketbutton2 {
   background-image:url(../img/basket_save1.gif);
}
#basketbutton3 {
   background-image:url(../img/basket_update1.gif);
}
#basketbutton4 {
   background-image:url(../img/continue_shopping1.gif);
}

.basketsummary td span {
   display:block;
	 font-size:0.9em;
	 font-weight:normal;
}
