/* 
    Document   : buttons
    Created on : 23/10/2012, 11:19:28 AM
    Author     : Jeremy
    Description:
        Purpose of the stylesheet follows.
*/


/**
 * More Info
 */
 .more_info_button{
        width:126px;
        height:24px;
        display: block;
        float: right;
        background: url("../products/images/more_info.png") no-repeat 0 0;
    }
    .more_info_button:hover{background-position: 0 -24px;}