/**
* 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: #00AE99;
    text-indent:0;
    /*display:inline-block;*/
    color:#ffffff;
    font-style:normal;
    text-decoration:none;
    text-align:center;
    cursor: pointer;
    padding: 5px;
}
.hideprice:hover {
    
    background-color: #00AE99;
    
}.hideprice:active {
     position:relative;
     top:1px;
 }
.hideprice a {
    text-decoration: none;
    color: #ffffff;
}
