/* %~%@ < 2.000 > @%~% */
/* %~%# < 08/30/2007 > #%~% */
/* %~%! < cart > !%~% */

/* --------------------------------------------------------------------------------------------- */
/* Styles for cart tables on basket page */
/* --------------------------------------------------------------------------------------------- */
/* Style for simulated buttons on basket page */
.basketsimulbutton {
	color: #ffffff;
	text-decoration: none;
	background-color: #c5cfe2;
	padding: 2px 8px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
	font-variant: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-align: center;
	/* white-space: nowrap; */
	vertical-align: middle;
	cursor: hand;
	width:150px;
}
a.basketsimulbutton:link {color: #000000; text-decoration: none;}
a.basketsimulbutton:visited {color: #000000; text-decoration: none;}
a.basketsimulbutton:hover {
background-color: #c5cfe2;
color: #ffffff;
text-decoration: none;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}
a.basketsimulbutton:focus {
background-color: #c5cfe2;
color: #000000;
text-decoration: none;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
}

/* Basket outer border table */
.basketcartouterborder {
	border: 1px solid black;
	background-color: #c5cfe2;
	padding: 2px;
	margin: 0px auto;

}
/* Basket inner container table */
.basketcartinnertable {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #c5cfe2;
}
/* Basket column titles */
.basketcartheaderrow {
	background-color: #8FA6D3;
	color: #000000;
	padding: 2px;
	border-bottom: 1px solid #000000;
}
/* Basket contents rows */
.basketcartcontentsrow {
	background-color: #FFFFFF;
	padding: 0px 2px 0px 2px;
	vertical-align:top;
}
/* Basket sumary row */
.basketcartsumaryrow {
	background-color: #8FA6D3;
	padding: 4px 2px 4px 2px;
}
/* Basket contents quantity form boxes */
.basketcartquantitybox {
	color: #000000;
	background-color: #c5cfe2;
	border: 1px solid;
}
input.basketcartquantitybox:hover {
background-color: #dcdde1;
color: #000000;
text-decoration: none;
}
input.basketcartquantitybox:focus {
background-color: #dcdde1;
color: #000000;
text-decoration: none;
}
.basketcartdeleteimage {
	border: 0px none;
}
.basketcartdeleteimagelink {
	border: 0px none;
}

/* --------------------------------------------------------------------------------------------- */
/* Styles for notes tables on basket page */
/* --------------------------------------------------------------------------------------------- */
/* Basket notes outer container table */
.basketnotesouterborder {
	border: 1px solid black;
	background-color: #8FA6D3;
	padding: 2px;
	margin: 0px auto;
	width:420px;

}
/* Basket notes inner container table */
.basketnotesinnertable {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #c5cfe2;
}
/* Basket notes upper row */
.basketnotesuppercell {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;

}
/* Basket notes lower row */
.basketnoteslowercell {
	background-color: #8FA6D3;
	padding: 4px 2px 4px 2px;
	border-top: 1px solid #000000;
	border-right: 1px solid #8FA6D3;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000d;
	width:420px;

}
