#contentpage {
	margin-top: 28px;
	float: left;
}

#contentpage #leftCol {
	float: left;
	width: 226px;
}

#contentpage #rightCol {
	margin-left: 53px;
	float: right;
	width: 587px;
}
/*
#rightCol h1 {
	font-size: 14px;
	font-weight: normal;
	color: #7eaa58;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
*/
#leftCol h1 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7eaa58;
	border-bottom: 1px solid #f0f0f0;
	padding-left: 8px;
	padding-bottom: 8px;
}

#leftCol ul {
	list-style: none;
	margin-top: 10px;
}

#leftCol ul li {
	list-style: none;
	margin-bottom: 5px;
}

#leftCol ul li a {
	list-style: none;
	display: block;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 6px;
	text-indent: 8px;
}

#leftCol ul li a:hover {
	background-image: url(../images/left_menu_bgr.gif);
	background-repeat: no-repeat;
}

#leftCol ul li a.selected {
	background-image: url(../images/left_menu_bgr.gif);
	background-repeat: no-repeat;
	color: #525151;
}

#contactpage {
	margin-top: 28px;
}

#contactpage #leftCol {
	float: left;
	width: 510px;
	padding-left: 8px;
}

#contactpage #rightCol {
	float: right;
	width: 350px;
}

#contactpage h1 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7eaa58;
	border-bottom: 1px solid #f0f0f0;
	padding-left: 8px;
	padding-bottom: 8px;
	margin-bottom: 15px;
}

#content h2 {
	font-size: 14px;
	font-weight: normal;
	color: #7eaa58;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 8px;
	margin-bottom: 15px;
}

#content h3 {
	font-size: 12px;
	font-weight: bold;
	color: #525151;
	margin-bottom: 10px;
}

#content p {
	margin-bottom: 10px;
}

#content ul {
	margin-bottom: 10px;
	margin-left: 0px;
	list-style: none;
}

#content ul li {
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	text-indent: 10px;
	margin-bottom: 10px;
}

#content img.borderLeft {
	border: 1px solid #f1f0ec;
	padding: 3px;
	float: left;
	margin-right: 10px;
}
#content img.borderRight {
	border: 1px solid #f1f0ec;
	padding: 3px;
	float: right;
	margin-left: 10px;
}







table#cForm {
	margin-top: 10px;
}
#cForm td {
	/*width: 254px;*/
	font-size: 12px;
	padding-right: 5px;
}
#cForm td.label {
	/*padding-right: 5px;*/
}
#cForm td.textInput {
	padding-bottom: 15px;
}
#cForm td.textArea {
	padding-bottom: 15px;
}
#cForm .textInput input {
	border: 1px solid #d8d8d8;
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535353;
}
#cForm .textInput input.car {
	border: 1px solid #d8d8d8;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535353;
}
#cForm .textArea textarea {
	border: 1px solid #d8d8d8;
	width: 340px;
	height: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535353;
}
#cForm .mlSubmit {
	background-image: url(../images/contact_btn.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	color: #0054a4;
	font-size: 11px;
	font-weight: normal;
	width: 70px;
	padding-top: 3px;
	padding-bottom: 5px;
	text-align: center;
}
#cForm .mandatory {
	color: #7eaa58;
}
#cForm .mandatoryDesc {
	color: #7eaa58;
	font-size: 11px;
}

div.messageError {
	color: #9C0700;
	font-size: 11px;
}

h2.catalogue {
	margin-bottom: 3px !important;
}
table#catalogue {
	width: 585px;
	margin-bottom: 30px;
}
table#catalogue th {
	border-bottom: 1px solid #f0f0f0;
	padding-top: 8px;
	padding-bottom: 8px;
}
table#catalogue td {
	border-bottom: 1px dotted #f0f0f0;
	padding-top: 8px;
	padding-bottom: 8px;
}
table#catalogue th.comm {
	width: 287px;
}
table#catalogue th.atc {
	width: 60px;
}
table#catalogue th.catalogueReadMore {
	width: 80px;
}


table#drugList {
	width: 585px;
	margin-bottom: 30px;
}
table#drugList td {
	border-bottom: 1px dotted #f0f0f0;
	padding-top: 8px;
	padding-bottom: 8px;
}
table#drugList td.drugFpImage {
	width: 230px;
}
table#drugList td.drugFpImage img {
	padding: 5px;
	border: 1px solid #f1f1f1;
}
table#drugList td.drugFpDesc {
	vertical-align: top;
}


table#drugDetail {
	width: 585px;
	margin-bottom: 30px;
}
table#drugDetail td {
	vertical-align: top;
}
table#drugDetail td.drugImage {
	width: 330px;
	text-align: right;
}
table#drugDetail td.drugImage img {
	padding: 5px;
	border: 1px solid #f1f1f1;
}

.drugReceipt {
	font-weight: bold;
	color: #fe8a00;
}
.drugHospital {
	font-weight: bold;
	color: #531374;
}
.drugNoReceipt {
	font-weight: bold;
	color: #6cb108;
}

#content div.newsItem {
	margin-bottom: 20px;
}
#content div.newsItem p {
	margin-bottom: 3px;
}
#content div.newsItem a.newsReadMore {
	background-image: url(../images/arrow_left_news.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #599ad4;
	font-size: 11px;
}
#content a.newsBack {
	background-image: url(../images/arrow_left_news_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #599ad4;
	font-size: 11px;
}
#content a.back {
	background-image: url(../images/arrow_left_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
}
#content a.catBrochure {
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
}
#content div.newsItem p.newsDate {
	color: #989898;
	font-size: 11px;
	margin-bottom: 10px;
}
#content div.newsItem h3.newsTitle {
	margin-bottom: 3px;
}

.pager {
	font-size: 11px;
	text-align: left;
	padding-top: 10px;
}
.pager span.first a {}
.pager span.last a {}
.pager span.nextTag a {
	padding: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	color: #000000;
	font-size: 15px;
}
.pager span.prevTag a {
	padding: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	color: #000000;
	font-size: 15px;
}
.pager span.currTag {
	padding: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
}
.pager span.normTag a {
	padding: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	color: #599AD4;
}
