/* CSS Document */
/* ---------------------------------------------------------------------- */
/* --- BASKET	   													      */
/* ---------------------------------------------------------------------- */
.basketForm{
	width:100%;
	padding:0px;
	margin:0px;
}
#content .inputBTNRight{
	width:100px;
	background-color:#68B28F;
	border: 0px none;
	font-size:90%;
	height:25px;
	cursor:hand;
	float:right;
	margin-left:8px;
	margin-right:0px;
	color: #FFFFFF;
	font-weight: bold;
}
#content .inputBTN{
	width:120px;
	background-color:#68B28F;
	border: 0px none;
	font-size:90%;
	height:25px;
	cursor:hand;
	float:left;
	margin-left:0px;
	margin-right:8px;
	color: #FFFFFF;
	font-weight: bold;

}
#basketTable{
	float:right;
	width:100%;
	padding:0px;
	margin:0px;
	font-size:90%;
	margin-top:10px;
	margin-bottom:10px;
}
#basketTable tr{
	padding:5px;
}
#basketTable td{
	border-left:1px solid #68B28F;
	border-bottom:1px solid #68B28F;
}
#basketTable td.sub{
	border-right:1px solid #68B28F;
}
#basketTable td.none{
	border:1px solid #ffffff;
}
#basketTable td.total{
	background-color:#FFFFFF;
	color: #68B28F;
	font-weight:bold;
}
#basketTable td.totalPrice{
	font-weight:bold;
	border-right:1px solid #68B28F;
}

#basketTable td.quantity{
	width:50px;
}

tr.header{
	background-color:#68B28F;
	font-weight:bold;
	color: #FFFFFF;
}
.fmIndex{
	background-color:#cccccc;
}
.addBasketRow{
	background-color 	: #CDE5DA;
}

.txtPrescription{
	border: 1px solid #CCCCCC;
	width: 100px;
	color: #666666;
}

.selCountry{
	border: 1px solid #CCCCCC;
	width: 150px;
	color: #666666;
}

.frmLabel{
	color: #68B28F;
	padding: 1px;
}
