/**
 * Styles applied to ALL pages (ecommerce related or not)
 * Called from EcommercePageDecorator::contentcontrollerInit()
*/

a.CampingBasket {
	display:inline-block;
	height:23px;
	line-height:23px;
	padding:0px 7px 0px 31px;
	color:#fff;
	background:#24aae3 url('../images/icons/basket-icon-white.png') no-repeat 7px center;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
}

a.CampingBasket:visited, a.CampingBasket:link {
	color:#fff;
	text-decoration:none;
}

a.CampingBasket:hover {
	text-decoration:underline;
}

.bulk-editor--date {
	width: 90px;
	display: block;
	float: left;
}