@import url("base.css");
@import url("add-to-cart.css");


/* New button styling */

.isProductlist .itemCol_noColorVariant_Hover .purchaseButton, 
.isProductlist .purchaseButton:hover,
div[id$="vtItemButton"].vtItemButton.noRight {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9a8484+0,5f4b4b+100 */
	background: #9a8484; /* Old browsers */
	background: -moz-linear-gradient(top, #9a8484 0%, #5f4b4b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #9a8484 0%,#5f4b4b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #9a8484 0%,#5f4b4b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a8484', endColorstr='#5f4b4b',GradientType=0 ); /* IE6-9 */

	border-color: #b59999;
}
/* e:New button styling */