/**
* 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:#01579b !important;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    text-indent:0;
    display:inline-block;
    color:#ffffff;
    font-style:normal;
    text-decoration:none;
    text-align:center;
    cursor: pointer;
    padding:10px 0;
	width:100% !important;
}
.hideprice a {
    text-decoration: none;
    color: #ffffff !important;
}
