Por sierto los estilos se encuentran en:
componentes/com_viertuemart/themes/default/theme.css
para cambiar la imagen de los botones busca esto en tu theme.css
Cita: .addtocart_button {
background: url( "themes/default/images/add-to-cart_blue.gif" ) no-repeat center transparent;
}
.notify_button {
background: url( "themes/default/images/notify_blue.gif" ) no-repeat center transparent;
}
.addtocart_button_module {
text-align:center;
background-position:bottom left;
width:160px;height:30px;
cursor:pointer;
color: #000000;
border: none;
font-weight:bold;
font-family:inherit;
background: url( "themes/default/images/transparent.gif" ) no-repeat center transparent;
vertical-align: middle;
overflow:hidden;
}
input.addtocart_button_module:hover {
color: #333333;
}