@charset "UTF-8";
/* CSS Document */

div#basketContainer {
	display: none;
	background-color: #fff;
}

div.basket {
	padding: 14px 12px;
	clear: both;
	overflow: hidden;
}

div.basket input {
	width: 20px;
	text-align: center;
}

div.basket table {
	border: 1px #d6d4d4 solid;
	border-top: 0;
	font-size: 11px;
	color: #2e2e2e;
}

div.basket table thead tr th {
	border-top: 2px #f1f0f0 solid;
	line-height: 23px;
	text-align: left;
	font-size: 11px;
	color: #1f1f1f;
	padding: 0 15px;
	white-space: nowrap;
}

div.basket table tbody tr td, 
div.basket table tfoot tr td {
	padding: 0 15px;
	line-height: 26px;
	white-space: nowrap;
}

div.basket table td a {
	color: #0061a9;
}

div.basket table td.productName {
	width: 100%;
	white-space: normal;
}

div.basket table img {
	vertical-align :middle;
}

div.basket table tbody tr.odd {
	background-color: #f2f2f2;
}

div.basket table tbody.items tr.lastRow td {
	border-bottom: 2px #eeeeee solid;
}

div.basket table tbody.totals {
	font-size: 12px;
}

div.basket table tbody.totals tr {
	background-color: #f1f9fd;
}

div.basket table tbody.totals tr.lastRow td {
	border-bottom: 1px #e7dc92 solid;
}

div.basket table tr td.total {
	text-align: right;
}

div.basket table tfoot {
	font-size: 12px;
	font-weight: bold;
}

div.basket table tfoot tr {
	background-color: #fff7bf;
}

div.basket div.buttons {
	overflow: hidden;
	margin-top: 21px;
}

div.basket div.buttons a {
	display: block;
	float: right;
	font-size: 12px;
	color: #fff;
	text-shadow: #0a3055 2px 2px 1px;
	line-height: 22px;
	padding: 0 10px;
	background-color: #0061a9;
	margin-left: 18px;
	margin-top: 2px;
	border: 1px #004477 solid;
	border-left-color: #2276b4;
	border-top-color: #4089bf;
	border-right-color: #00508b;
	text-decoration: none;
}

div.basket h2 {
	margin: 0;
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px #d0d0d0 solid;
	font-size: 16px;
	color: #424242;
}

div.basket div.basketDetails{
	position: relative;
	margin-top: -15px;
	margin-left: 215px;
	margin-right: 215px;
	border-bottom: 4px #dceaf4 solid;
	padding: 0 15px;
	padding-top: 39px;
	background: url(images/backgrounds/details-background.gif) top left no-repeat;
	font-size: 12px;
	line-height: 18px;
	color: #424242;
}

div.basketDetails a {
	font-weight: bold;
	color: #0061a9;
	text-decoration: none;
}

div.basketDetails a:hover {
	text-decoration: underline;
}

div.basketDetails p {
	margin-top: 3px;
	margin-bottom: 15px;
}
