.maincontentWrapper {
	text-align: left;
	float: right;
	width: 73%;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	border: none;
}

.roundedbox {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 98%;
	padding: 0px;
	margin: 0px;
	background-color: none;
	border: none;
}

.roundedbox .topleft {
	background-image: url('../images/borderTL.gif');
	width: 12px;
	height: 14px;
	background-repeat: no-repeat;
}

.roundedbox .topcentre {
	background-image: url('../images/borderTC.gif');
	height: 14px;
	background-repeat: repeat-x;
}

.roundedbox .topright {
	background-image: url('../images/borderTR.gif');
	width: 12px;
	height: 14px;
	background-repeat: no-repeat;
}

.roundedbox .centreleft {
	background-image: url('../images/borderCL.gif');
	width: 12px;
	background-repeat: repeat-y;
}

.roundedbox .centrecentre {
	background-color: white;
}

.roundedbox .centreright {
	background-image: url('../images/borderCR.gif');
	width: 12px;
	background-repeat: repeat-y;
}

.roundedbox .bottomleft {
	background-image: url('../images/borderBL.gif');
	width: 12px;
	height: 14px;
	background-repeat: no-repeat;
}

.roundedbox .bottomcentre {
	background-image: url('../images/borderBC.gif');
	height: 14px;
	background-repeat: repeat-x;
}

.roundedbox .bottomright {
	background-image: url('../images/borderBR.gif');
	width: 12px;
	height: 14px;
	background-repeat: no-repeat;
}

.roundedbox_specialoffer {
	float: left;
	clear: both;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 50%;
	padding: 0px;
	margin: 1em;
	background-color: none;
	border: none;
}

.roundedbox_specialoffer .topleft {
	background-image: url('../images/specialoffer/borderTL.gif');
	width: 12px;
	height: 14px;
	background-repeat: no-repeat;
}

.roundedbox_specialoffer .topcentre {
	background-image: url('../images/specialoffer/borderTC.gif');
	height: 14px;
	background-repeat: repeat-x;
}

.roundedbox_specialoffer .topright {
	background-image: url('../images/specialoffer/borderTR.gif');
	width: 12px;
	height: 14px;
	background-repeat: no-repeat;
}

.roundedbox_specialoffer .centreleft {
	background-image: url('../images/specialoffer/borderCL.gif');
	width: 12px;
	background-repeat: repeat-y;
}

.roundedbox_specialoffer .centrecentre {
	background-color: #bfcfff;
}

.roundedbox_specialoffer .centreright {
	background-image: url('../images/specialoffer/borderCR.gif');
	width: 12px;
	background-repeat: repeat-y;
}

.roundedbox_specialoffer .bottomleft {
	background-image: url('../images/specialoffer/borderBL.gif');
	width: 12px;
	height: 14px;
	background-repeat: no-repeat;
}

.roundedbox_specialoffer .bottomcentre {
	background-image: url('../images/specialoffer/borderBC.gif');
	height: 14px;
	background-repeat: repeat-x;
}

.roundedbox_specialoffer .bottomright {
	background-image: url('../images/specialoffer/borderBR.gif');
	width: 12px;
	height: 14px;
	background-repeat: no-repeat;
}
