/**
* Mageplace Callforprice
*
* @category      Mageplace
* @package       Mageplace_Callforprice
* @copyright     Copyright (c) 2011 Mageplace. (http://www.mageplace.com)
* @license       http://www.mageplace.com/disclaimer.html
*/


/****CALL FOR PRICE*****/
.hideprice {
    background-color:#ffcc00;
    text-indent:0;
    display:inline-block;
    color:#111;
    font-style:normal;
    text-decoration:none;
    text-align:center;
    cursor: pointer;
    padding: 10px;
}

.hideprice:hover {
    color:#000000;
        cursor: pointer;
}

.hideprice a:hover {
    color:#000000;
        cursor: pointer;
}

