/*#printBasket table{
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}*/
#printBasket table{
	border-bottom:1px solid #231F20;
}
#printBasket table thead th {
	text-align: left;
	padding: 0.1818em 0.3636em; /*2px  */
	font-weight:bold;
	border-bottom:1px solid #231F20;
}
#printBasket table tbody td {
	text-align: left;
	padding: 0.1818em 0.3636em; /*2px 4px */
}
#printBasket table tbody tr.on td {
	background-color: #e9e9e9;
}

#printBasket table tbody tr td a{
	line-height:2.0909em;
	vertical-align:center;
}

#printBasket table tbody tr.last_row td{
		border-top:1px solid #213F20;
		line-height:2.0909em;
}

img#printBasket_printer {
	vertical-align: bottom;
}
#printBasket .upArrow {
	background: url(../images/up.png) no-repeat;
	width: 1.4545em; /* 16px*/
	height: 1.3636em; /* 15px*/
	margin-top:0.4545em; /* 5px */
	margin-right:0.4545em; /* 5px*/
	float:left;
}
#printBasket .downArrow {
	background: url(../images/down.png) no-repeat;
	width: 1.4545em; /* 16px*/
	height: 1.3636em; /* 15px*/
	margin-top:0.4545em; /* 5px */
	margin-right:0.4545em; /* 5px*/
	float:left;
}

#printBasket .upDisabled  {
	background: url(../images/up_disabled.png) no-repeat;
	width: 1.4545em; /* 16px*/
	height: 1.3636em; /* 15px*/
	cursor: default;
}
#printBasket .downDisabled {
	background: url(../images/down_disabled.png) no-repeat;
	width: 1.4545em; /* 16px*/
	height: 1.3636em; /* 15px*/
	cursor: default;
}
#printBasket_total, #printBasket_button a {
	background: transparent url(/images/count1.gif) no-repeat;
	width: 1.88em;
	height: 2.1em;
	display: block;
	text-align: center;
	color: #BFC0C2;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
	position:relative;
	z-index:10;
	top:.4em;
	left:.2em;
	#left:-.3em;
}

#printBasket_button a {
font-size:1.3em;
font-weight:bold;
margin-left:-0.05em;
_margin-left:-0.1em;
margin-top:-0.4em;
width:18px;
}

#printBasket_total:hover, #printBasket_button a:hover {
	color: #808082;
}


#printBasket input{
	float:left;
	width:1.8182em; /* 20px*/
}

#printBasket lable{
	float:left;
}

#printBasket .printBasket_options input {
	margin-top:1px;
	#margin-top:-3px;
}

/*Enable cookies page*/

.cookies h3{
	padding-bottom:.5em;
}

.cookies ul li{
	padding-bottom:.5em;
}

