/* ============================================ */
/* = PROJECT:    Outsourcery Limited          = */
/* = MEDIA:      Screen                       = */
/* = CREATED:    08/06/2009                   = */
/* ============================================ */

/* $Id$ */

#osColumnBasket {
	background: #262626 url('/assets/images/generic/basket_icon_grey.png') no-repeat 126px 6px;
	min-height: 140px;
	height: auto !important;
	height: 140px;
	}
#osColumnBasket h2 {
	margin: 0;
	}
#osColumnBasket h2 a {
	background: url('/assets/images/generic/basket_grey.png') no-repeat 0 -23px;
	display: block;
	height: 23px;
	text-indent: -9999px;
	width: 98px;
	}
#osColumnBasket h2 a:hover {
	background-position: 0 0;
	}
#osColumnBasket table {
	margin: 6px;
	}
#osColumnBasket table th {
	font-weight: bold;
	padding: 0 0 3px;
	}
#osColumnBasket table td.remove {
	padding: 0 3px 0 0;
	width: 9px;
	}
#osColumnBasket table td.name {
	padding: 0 3px 0 0;
	}
#osColumnBasket table td.name a {
	color: #fff;
	text-decoration: none;
	}
#osColumnBasket table td.name a:hover {
	color: #F50082;
	}
#osColumnBasket table td.qty {
	padding: 0;
	text-align: right;
	width: 15px;
	}
#osColumnBasket table td.price {
	padding: 0 0 0 3px;
	text-align: right;
	width: 40px;
	}
#osColumnBasket table td.amount {
	font-weight: bold;
	text-align: left;
	}
#osColumnBasket table td.amountvalue {
	font-weight: bold;
	text-align: right;
	}

#osColumnBasket .osBasketNotice {
	margin: 6px;
	}

#osColumnBasket .actions ul {
	margin: 6px 0 0 8px !important;
	}
#osColumnBasket .actions ul li {
	float: left;
	margin: 0 6px 0 0;
	}
#osColumnBasket .actions .finish,
#osColumnBasket .actions .empty {
	display: block;
	height: 20px;
	text-indent: -9999px;
	width: 60px;
	}
#osColumnBasket .actions .finish {
	background: url('/assets/images/generic/basket_finish_black.png') no-repeat 0 -20px;
	}
#osColumnBasket .actions .empty {
	background: url('/assets/images/generic/basket_empty_black.png') no-repeat 0 -20px;
	}
#osColumnBasket .actions a:hover {
	background-position: 0 0;
	}

