div#middleSection, div#creditCards, div#bottomMenu, div#menulessMiddleSection, div#menulessMiddleSectionPopup {
	margin-right: 1em;
}
div#contentSection table td.priceRRP{
	text-decoration:line-through;
	color:#44A2D8;
	text-align: right;
}
div#contentSection table{
	margin:.9em .9em .9em .9em;
	font-size:1.1em;
	background: #C6E7F8;
	border: 1px solid #0088BA;
}
div#contentSection table td{
	padding:8px 1em;
	margin:0;
}
div#contentSection table tr.altRow{
	background:#E3F4FB;
}
div#contentSection table th{
	background:#0088BA;
	color:#FFF;
	font-weight: bold;
	padding:6px 1em;
}
div#contentSection table th.price{
	text-align: right;
	font-weight: bold;
}
div#contentSection table td.price{
	color:#006CAC;
	text-align: right;
	font-weight: bold;
}
div#contentSection table td.drugName{
	color:#0073B9;
	font-weight:bold;
}
div#contentSection table td.quantity{
	color:#44A2D8;
	text-align:right;
	font-weight: bold;
}
div#contentSection table a.infoButton{
	margin:0;
	display:block;
	padding: 1px 6px 2px 24px;
	background: url(../images/glass-icon-info.gif) top left no-repeat;
	white-space:nowrap;
	color:#628000;
	width:100px;
	font-size:9px;
	text-transform:uppercase;
}
div#contentSection table a.infoButton:hover{
	text-decoration:none;
	color:#CBE37B;
	background: url(../images/glass-icon-info-over.gif) top left no-repeat;
}
div#contentSection table a.addButton{
	margin:0;
	display:block;
	padding: 1px 6px 2px 20px;
	background: url(../images/glass-icon-add.gif) top left no-repeat;
	white-space:nowrap;
	color:#628000;
	width:100px;
	font-size:9px;
	text-transform:uppercase;
}
div#contentSection table a.addButton:hover{
	text-decoration:none;
	color:#CBE37B;
	background: url(../images/glass-icon-add-over.gif) top left no-repeat;
}
div#contentSection table a.removeButton{
	margin:0;
	display:block;
	padding: 1px 6px 2px 20px;
	background: url(../images/glass-icon-remove.gif) top left no-repeat;
	white-space:nowrap;
	color:#628000;
	width:140px;
	font-size:9px;
	text-transform:uppercase;
}
div#contentSection table a.removeButton:hover{
	text-decoration:none;
	color:#CBE37B;
	background: url(../images/glass-icon-remove-over.gif) top left no-repeat;
}

