/* CSS Document */
#basketContainer{
	width 					: 760px;
	float 					: left;
	display 				: block;
	margin-top 				: 15px;
	margin-left				: 7px;
	height					: auto;
}

.basketHeader{
	font-size				: 160%;	
	font-weight				: bold;
	width					: 700px;
	border-bottom			: 1px solid #355E5A;
}

/* ---------------------------------------------------------------------- */
/* --- BASKET	   													      */
/* ---------------------------------------------------------------------- */
.basketForm{
	width:100%;
	padding:0px;
	margin:0px;
}
.inputBTNRight{
	width:100px;
	background-color:#355E5A;
	border: 0px none;
	font-size:90%;
	height:25px;
	cursor:hand;
	float:right;
	margin-left:8px;
	margin-right:40px;
	color: #FFFFFF;
	font-weight: bold;
}
.inputBTN{
	width:120px;
	background-color:#355E5A;
	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:left;
	width:95%;
	padding:0px;
	margin:0px;
	font-size:90%;
	margin-top:10px;
	margin-bottom:10px;
}
#basketTable tr{
	padding:5px;
}
#basketTable td{
	border-left:1px solid #355E5A;
	border-bottom:1px solid #355E5A;
}
#basketTable td.sub{
	border-right:1px solid #355E5A;
}
#basketTable td.none{
	border:1px solid #ffffff;
}
#basketTable td.total{
	background-color:#FFFFFF;
	color: #355E5A;
	font-weight:bold;
}
#basketTable td.totalPrice{
	font-weight:bold;
	border-right:1px solid #355E5A;
}

#basketTable td.quantity{
}

tr.header{
	background-color:#CBD5D4;
	font-weight:bold;
	color: #355E5A;
}

tr.header td{
	border-top:1px solid #355E5A;
}

.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: #355E5A;
	padding: 1px;
}
