.cartpage{
	position:relative;
	padding-top:10px;
	background:#fff;
}

div.BasketFORM{
	padding:10px 32px 10px 32px;
}

div.BasketFORM .cartError{
	margin-top:10px;
	padding:14px;
	color:#fff;
	font-size:11px;
	background:#5C6577
}

div.BasketFORM .cartError a{
	color:#fff;
	text-decoration:underline;
}

TABLE.basketFormTable{
	width:100%;
	border:none;
	border-collapse:collapse;
	padding:0;
}

TABLE.basketFormTable A{
	color:#000000;
	text-decoration:none;
}

TABLE.basketFormTable A:hover{
	text-decoration:underline;
}

TABLE.basketFormTable TH{
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:8pt;
	white-space:nowrap;
	text-align:left;
}

TABLE.basketFormTable TH,
TABLE.basketFormTable TD{
	vertical-align:top;
	padding:7px 30px 5px 0;
}

TABLE.basketFormTable TH.last,
TABLE.basketFormTable TD.last{
	padding-right:0;
}

TABLE.basketFormTable TD{
	font-size:10pt;
	border-bottom:2px solid #9398A2;
}

TABLE.basketFormTable TD.image{
	padding:4px 4px 0 0;
}

TABLE.basketFormTable TD.split{
	padding:0px;
	height:2px;
	background:#9398A2;
}

TABLE.basketFormTable .subtext{
	display:block;
	font-size:8pt;
	color:#424242;
}

TABLE.basketFormTable .quantity INPUT{
	width:60px;
	font-size:20px;
	color:#fff;
	background:#9398A2;
	border:solid 2px #9398A2;
	text-align:center;
}

TABLE.basketFormTable .quantity A{
	display:block;
	color:#000000;
	text-decoration:none;
	text-align:center;
	font-size:7pt;
}

TABLE.basketFormTable .quantity A:hover{
	text-decoration:underline;
}

DIV.BasketFORM DIV.totalCost{
	float:right; 
	white-space:nowrap; 
	font-size:8pt; 
	margin-top:5px;
}

DIV.BasketFORM DIV.totalCost SPAN{
	display:block; 
	float:left; 
	font-size:7pt; 
	line-height:100%; 
	text-align:right; 
	color:#424242; 
	margin-right:10px; 
	margin-top:3px;
}

DIV.BasketFORM DIV.totalCost BIG{
	font-size:16pt;
}

DIV.BasketFORM DIV.discount{
	background:#9398A2;
	margin-top:2px; 
	padding:4px;
}

DIV.BasketFORM DIV.discount INPUT{
	font-size:14pt;
	color:#5C6577;
	background:#ffffff;
	border:solid 2px #5C6577;
	text-align:center;
}

DIV.BasketFORM DIV.discount .text{
	padding:4px 100px 8px 4px;
	font-size:8pt;
	color:#000000;
}



DIV.optionalItemBlock {
	position:relative;
	font-size:8pt;
	margin-top:10px;
	margin-right:14px;
	border:solid 1px #b8b8b8;
}

DIV.optionalItemBlock A{
	color:#424242;
	text-decoration:none;
}

DIV.optionalItemBlock A:hover{
	color:#000000;
	text-decoration:none;
}

DIV.optionalItemBlock .image{
	position:relative;
	width:94px; 
	height:94px; 
	display:block;
	margin:0 4px 0 0; 
	float:left;
}

DIV.optionalItemBlock .image img{
	margin:2px;
}

DIV.optionalItemBlock DIV.info{
	padding:7px;
	text-align:center;
	position:relative;
	width:147px; 
	float:left
}

DIV.optionalItemBlock .supText{
	font-size:7pt;
	margin-top:2px;
}

DIV.optionalItemBlock button{
	background:transparent url(/$files/img/button-navy.png) no-repeat center;
	border:none;
	margin:2px 2px 0 2px;
	padding:0;
	width:90px;
	cursor:hand;
	height:19px;
	width:100px;
	font-size:10px;
	color:#fff;
	font-family:Tahoma;
}

DIV.optionalItemBlock button:hover{
	background:transparent url(/$files/img/button-red.png) no-repeat center;
}
