.small, .button {
	line-height: 13px;
	padding: 6px 8px;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	cursor: pointer;
	text-transform: lowercase; font-family: 'GOTHIC_0';
}

.logo .small{ padding:0px;}

.light-button, .light-button:visited, .cart .btn-proceed-checkout, .cart-table tfoot button, .catalog-product-view .add-to-cart button,  .quickview-index-view .add-to-cart-buttons button, #onestepcheckout-place-order{
	
	color: #fff;
	background: #ffa3bb;	
	text-decoration: none;
	white-space: nowrap;
	border: none;
	text-shadow: none !important; box-shadow:none !important;-moz-box-shadow: none !important; -webkit-box-shadow: none !important;
}
.light-button:hover, .cart .btn-proceed-checkout:hover, .cart-table tfoot button:hover, .catalog-product-view .add-to-cart button:hover, .quickview-index-view .add-to-cart-buttons button:hover, #onestepcheckout-place-order:hover {
	background: #828386;
	color: #fff;
}


.dark-button, .dark-button:visited, .button {
	
		color: #fff;
	background: #ffa3bb;		text-decoration: none;
		white-space: nowrap;
	border: none;

}

.dark-button:hover, .button:hover {
	background: #828386;
	color: #fff;
}
.xsmall{
	line-height: 16px;
	padding: 3px 5px;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	cursor: pointer;
	text-transform: lowercase;
}
.header-newsletter .submit-button:hover { outline:1px solid #fff;}

/*--------------btn new css-------------*/
.button, .btn-cart, .light-button, .cart .btn-proceed-checkout, .cart-table tfoot button, .catalog-product-view .add-to-cart button, .quickview-index-view .add-to-cart-buttons button, #onestepcheckout-place-order, {background: #ffa3bb;
    color: #fff;
    text-shadow: none; box-shadow:none;-moz-box-shadow: none; -webkit-box-shadow: none;}