/**
* 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 {
    -moz-box-shadow:inset 0px 1px 0px 0px transparent;;
    -webkit-box-shadow:inset 0px 1px 0px 0px transparent;;
    box-shadow:inset 0px 1px 0px 0px #transparent;;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, transparent;), color-stop(1, transparent;) );
    background:-moz-linear-gradient( center top, transparent; 5%, transparent; 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent;', endColorstr='transparent;');
    background-color:transparent;;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
    text-indent:0;
    border:1px solid transparent;;
    display:inline-block;
    color:#ffffff;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px transparent;;
    cursor: pointer;
}
.hideprice:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, transparent;), color-stop(1, transparent;) );
    background:-moz-linear-gradient( center top, transparent; 5%, transparent; 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent;', endColorstr='transparent;');
    background-color:transparent;;
}.hideprice:active {
     position:relative;
     top:1px;
 }
.hideprice a {
    text-decoration: none;
    color: #222222;
}
