/*#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:0.1em solid white;
	background-color: #0C2E3A;
	color: #FFF;
	padding: 0.3em 0.6em;
}
#printBasket table tbody td {
	text-align: left;
	/*padding: 0.1818em 0.3636em; */ /*2px 4px */
	border-bottom:0.1em solid black;
	padding: 0.1em 0.6em;
}

#printBasket table tbody tr.TRon * {
	background-color: transparent;
}

#printBasket table tbody tr.on td {
	background-color: white;
}

#printBasket table tbody tr td.col5 {
	width:8em;
}

#printBasket table tbody tr td a{
	line-height:2.0909em;
	vertical-align:center;
}

#printBasket table tbody tr.last_row td{
	border-bottom:none;
	line-height:2.0909em;
}

img#printBasket_printer {
	vertical-align: bottom;
}
#printBasket .upArrow {
	background: url(/images/up.gif) 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.gif) 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.gif) no-repeat;
	width: 1.4545em; /* 16px*/
	height: 1.3636em; /* 15px*/
	cursor: default;
}
#printBasket .downDisabled {
	background: url(/images/down_disabled.gif) no-repeat;
	width: 1.4545em; /* 16px*/
	height: 1.3636em; /* 15px*/
	cursor: default;
}
#printBasket_total {
	display: table;
	text-align:center;
	color: #162732;
	margin-left: -0.1em;
	#margin-left: -1.5em;
	margin-top: 0.4em; 
	cursor:hand;
	text-decoration: none;
	position: absolute;
	z-index:10;
}
#printBasket_button {
	display: table;
	text-align: center;
	color: #bfc0c2;
	color: white;
	margin-left: -0.08em;
	#margin-left: -1.7em;
	margin-top: -1.65em;
	#margin-top: 0.35em;
	cursor: hand;
	text-decoration: none;
	position: relative;
	#position: absolute;
	z-index:1000;
}

#printBasket_total{
	width:1em; /* 19px*/
	text-align: center;
	margin-top: 0.3em;
	font-weight: bold;
}

#printBasket_button a{
	font-size: 1.2727em;
	font-weight: bold;
	padding-top: 0.25em; /*5px*/
	_padding-top: 0.15em; /*5px*/
	text-align: left;
	padding-left: .18em;
}

.printicon{
	position:relative;
	margin-top:-2.8em; /*28px */
	#margin-top:-2.35em; /* 24px*/
	_margin-top:-2.25em; /*25px */
	z-index:5;
}

.printicon1{
	position:relative;
	margin-top:-2.75em; /*28px */
	#margin-top:-2.1818em; /* 24px*/
	_margin-top:-2.2727em; /*25px */
	z-index:5;
}

#printBasket input{
	float:left;
	width:1.8182em; /* 20px*/
}

#printBasket lable{
	float:left;

}

/*Enable cookies page*/

.cookies h3{
	padding-bottom:.5em;
}

.cookies ul li{
	padding-bottom:.5em;
}

.printBasket_options {
	margin-bottom:2em;
}

.printBasket_options input { 
	float:left;
	#margin-top:-3px;
}


