/* $Id: basket_summer.css 12 2007-09-26 09:09:12Z edin.coralic $ */

.basket_summer {
	width: 160px;
	height: 71px;
	background: url('../dsg/summer.png') no-repeat bottom center;
}

.basket_summer .price {
	font-size: 1.1em;
	padding: 0.8em 0 1em 0;
	text-align: center;
}

.basket_summer a.order-button {
	display: block;
	width: 132px;
	height: 21px; /*27*/
	padding-top: 6px;
	background: url('../dsg/summer-button.gif') no-repeat top center;
	margin: 0 auto;
	text-align: center;
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
}
.basket_summer a.order-button:hover {
	text-decoration: underline;
}