/* Layout */
#terms #printheader {
	display: none;
}

#terms_title {
	text-align: center;
}

#maincontent #terms div.termsconditions {
		height: 500px;
}
	
#terms div.important {
	background: none;
	border: 1px solid #000;
	padding: 5px;
}

/* typography */
#terms h1,
#terms h2,
#terms h3 {
	background: none;
	color: #364751;
	font-size: 1.2em;	
	padding: 0 0 10px 0;
}

#terms h3 {
	padding-bottom: 3px;
	text-transform: uppercase;
}

#terms p {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
}

/* Tables */
#terms table {
	border: 1px solid #000;
	margin: 0 0 20px 0;
	width: 98%;
}

#terms table caption,
#terms table th {
	font-weight: bold;
	margin: 0 0 5px 0;
	text-align: left;
	text-transform: uppercase;
}

#terms table th {
	border-right: 1px solid #000;
	width: 100px;
}

#terms table th,
#terms table td {
	padding: 5px;
}

#terms table td.centre {	
	text-align: center;
}

#terms table .bordertop {
	border-top: 1px solid #000;
}

#terms table .borderright {
	border-right: 1px solid #000;
}

#terms table .borderbottom{
	border-bottom: 1px solid #000;
}

#terms table .borderleft {
	border-left: 1px solid #000;
}

/* Lists */
#maincontent #terms ul,
#maincontent #terms ol {
	margin: 0;
	padding: 0;	
}

#maincontent #terms ul li,
#maincontent #terms ol li {
	list-style-image: none;
	list-style: none;
	margin: 0;
	padding: 5px 0;
}

#maincontent #terms ol ol ul li {
	list-style-type: disc;
	margin-left: 20px;
	padding: 2px 0;
}

#terms td li {
	font-size: 1em;
}

#terms ol li h3 {
	font-size: 1em;
}

#terms li li {
	font-size: 1em;
}