/*#printBasket table{
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}*/
#printBasket table{
	width:100%;
	border-bottom:.05em solid #cccccc;
}

#printBasket table thead th {
text-align:left;
padding-right:0.85714em;
padding-left:0.15em;
padding-top:.75em;
padding-bottom:0.6em;
/*width:10.83333em;*/
border-bottom:.05em solid #333333;
}
#printBasket table tbody td {
text-align:left;
padding-right:0.85714em;
padding-left:0.15em;
padding-top:.25em;
padding-bottom:0.25em;
border-bottom:.05em solid #cccccc;
}
#printBasket table tbody tr.on td {
	/*background-color: transparent;*/
}

#printBasket table tbody tr td a{
	line-height:2.0909em;
	vertical-align:center;
	color:#262e69;
}

#printBasket table tbody tr td a:hover{
	color:#262e69;
}

#printBasket table tbody tr.last_row td{
		font-weight:bold;
		line-height:2.0909em;
		border-bottom:none;
}

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*/
}
#printBasket .downDisabled {
	background: url(../images/down_disabled.png) no-repeat;
	width: 1.4545em; /* 16px*/
	height: 1.3636em; /* 15px*/
}
#printBasket_total {
	background: transparent url(../images/coundt.gif) no-repeat;
	width:1.55714em; 
	height:1.65em;
	display: block;
	text-align: center;
	color: #7f7f7f;
	font-weight: bold;
	font-size: .8em;
	text-decoration: none;
	position:relative;
	z-index:10;
	top:.20em;
	left:-0.15em;
	#left:-.3em;
	cursor:hand;
	
}

#printBasket_button a {
	background: transparent url(../images/coundt.gif) no-repeat;
	height:1.3em;
	display: block;
	text-align: center;
	color: #7f7f7f;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	position:relative;
	z-index:10;
	top:.1em;
	left:-0.1em;
	#left:-0.1em;
	cursor:hand;
}
#printBasket_button a:hover {
	color: #7f7f7f;
}

#printBasket input{
	float:left;
	width:1.8182em; /* 20px*/
}

#printBasket lable{
	float:left;
}

div.printBasket_options {
display:table;
margin-bottom:0px;
margin-top:1em;
width:100%;
}

div.printBasket_options  input{
float:left;
padding:0px;
/* margin:.2em 0px 0px 0px;
*margin:-.15em 0px 0px 0px; */
}

div.printBasket_options  label{
float:left;
padding:0px;
margin:0px;
font-size:0.78571em;
*margin:.3em 0px 0px 0px;
}
/*Enable cookies page*/

.cookies h3{
	padding-bottom:.5em;
}

.cookies ul li{
	padding-bottom:.5em;
}
