
/****************************************************************************************\
 **   @name		EXP Autos  Pro                                                  **
 **   @package          Joomla 1.6                                                      **
 **   @author		EXP TEAM::Alexey Kurguz (Grusha)                                **
 **   @copyright	Copyright (C) 2005 - 2013  EXP TEAM::Alexey Kurguz (Grusha)     **
 **   @link             http://www.feellove.eu                                          **
 **   @license		Commercial License                                              **
 \****************************************************************************************/

.addbuttoncls {
    margin:0 auto;
}

a.expaddbutton {
background: #ececec;
background: -moz-linear-gradient(top, #ececec 0%, #dadada 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#dadada));
background: -webkit-linear-gradient(top, #ececec 0%,#dadada 100%);
background: -o-linear-gradient(top, #ececec 0%,#dadada 100%);
background: -ms-linear-gradient(top, #ececec 0%,#dadada 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#dadada',GradientType=0 );
background: linear-gradient(top, #ececec 0%,#dadada 100%);
border: 1px solid #ababab;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
color: #707070;
font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
font-size: 16px;
font-weight: bold;
-webkit-font-smoothing: antialiased;
margin: 0;
outline: none;
padding: 5px 10px;
text-align: center;
}

a.expaddbutton:hover {
background: #f6f6f6;
background: -moz-linear-gradient(top, #f6f6f6 0%, #eeeeee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#eeeeee));
background: -webkit-linear-gradient(top, #f6f6f6 0%,#eeeeee 100%);
background: -o-linear-gradient(top, #f6f6f6 0%,#eeeeee 100%);
background: -ms-linear-gradient(top, #f6f6f6 0%,#eeeeee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eeeeee',GradientType=0 );
background: linear-gradient(top, #f6f6f6 0%,#eeeeee 100%);
cursor: pointer;
}

a.expaddbutton-green {
background: #27ce06;
background: -moz-linear-gradient(top, #27ce06 0%, #1ba300 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#27ce06), color-stop(100%,#1ba300));
background: -webkit-linear-gradient(top, #27ce06 0%,#1ba300 100%);
background: -o-linear-gradient(top, #27ce06 0%,#1ba300 100%);
background: -ms-linear-gradient(top, #27ce06 0%,#1ba300 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27ce06', endColorstr='#1ba300',GradientType=0 );
background: linear-gradient(top, #27ce06 0%,#1ba300 100%);
border: 1px solid #138E00;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .25) inset;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .25) inset;
box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .25) inset;
color: #FFFFFF;
text-shadow: 0 -1px 1px rgba(0, 0, 0, .33);
}

a.expaddbutton-green:hover {
background: #35d715;
background: -moz-linear-gradient(top, #35d715 0%, #28b40c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#35d715), color-stop(100%,#28b40c));
background: -webkit-linear-gradient(top, #35d715 0%,#28b40c 100%);
background: -o-linear-gradient(top, #35d715 0%,#28b40c 100%);
background: -ms-linear-gradient(top, #35d715 0%,#28b40c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35d715', endColorstr='#28b40c',GradientType=0 );
background: linear-gradient(top, #35d715 0%,#28b40c 100%);
}