
.product_table{
border-bottom: dotted #CCCCCC 1px;
margin-top: 5px;
margin-bottom: 8px;
}

#edit_basket{
margin-top: 60px;
float: right;
width: 130px;
text-align: right;
color: #666666;
font-size: 10px;
}

#edit_basket a:link {
text-decoration: underline;
color: #999999;
}
#edit_basket a:visited {
color: #999999;
}
#edit_basket a:hover {
color: #010540;
text-decoration: underline;
}
#edit_basket a:active {
color: #999999;
}

.edit_basket_button{
background-color: white;
border: solid #D2FB1A 1px;
background-color: #D2FB1A; 
color: #010540; 
font-size: 10px;
margin-bottom: 2px;
}

