﻿.btn
{
	 cursor:pointer; border:none;
}
.btn:disabled
{
	background: silver;
}
.emptyBtn
{

/*background:transparent url(../../images/common/buttons/empty.png);*/
text-transform:uppercase;
 font-size:11px; font-weight:bold; background:none; border:none;  width:50px;

color:White;
font-weight:bold;
height:21px;
line-height:21px;
 border-collapse:collapse;
 display:inline-block;
padding-left:8px;
padding-right:8px;
text-align:center;
width:auto;
white-space:nowrap;
line-height:12px; 
}

.btnCart
{
background-color:transparent;
background-image:url(../../images/common/buttons/Cart.png);
color:White;
font-weight:bold;
height:32px;
text-align:center;
width:115px;
}

.btn_Send
{
	background:black none repeat scroll 0 0;
border:1px solid #BFBFBF;
color:White;
font-size:11px;
font-weight:bold;
padding:5px;
text-align:center;
text-transform:uppercase;
width:66px;
}
.btn_Send a
{
	color:White; color: White;
}