body, td, p {
	font-family: arial, sans-serif;
	font-size: 12px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: arial, sans-serif;
	margin: 15px 0;
}
h1 {
	font-size: 24px;
	font-weight: normal;
}
h1 span.sub {
	font-size: 16px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4, h5, h6 {
	font-size: 12px;
}
p {
	margin: 15px 0;
}
ul {
	margin: 15px 0;
}
li {
	margin: 7.5px 30px;
}
small {
	font-size: 11px;
	color: #999;
}
hr {
	border-style: solid;
}
input,
button,
select,
textarea {
	font-family: arial, sans-serif;
	margin: 2px;
}
input[type="text"],
input[type="password"],
select,
textarea {
	padding: 3px;
}
button,
input[type="button"],
input[type="submit"] {
	padding: 3px 6px;
	cursor: pointer;
}
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.clearAfter:after {
	clear: both;
	content: '';
	display: block;
	visibility: hidden;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.lowercase {
	text-transform: lowercase;
}
.uppercase {
	text-transform: uppercase;
}
.pad {
	padding: 10px;
}
.padTop {
	padding-top: 10px;
}
.padRight {
	padding-right: 10px;
}
.padBottom {
	padding-bottom: 10px;
}
.padLeft {
	padding-left: 10px;
}
.margin {
	margin: 15px;
}
.marginTop {
	margin-top: 15px;
}
.marginRight {
	margin-right: 15px;
}
.marginBottom {
	margin-bottom: 15px;
}
.marginLeft {
	margin-left: 15px;
}
.highlight {
	font-weight: bold;
}
.priceOld {
	text-decoration: line-through;
}
.priceCurrent {
	font-weight: bold;
	font-size: 16px;
}
.priceMajor {
	font-weight: bold;
	font-size: 12px;
}
.priceMinor {
	font-size: 11px;
	color: #999;
}
.chart {
	position: relative;
	height: 400px;
}
.chartContent {
	position: absolute;
	width: 100%;
	height: 100%;
}
.indent {
	margin-left: 15px;
}
.colourGrey {
	color: #999;
}
.colourRed {
	color: #f00;
}
.fontSmall {
	font-size: 0.8em;
}
.fontLarge {
	font-size: 1.2em;
}
div.segment {
	margin: 15px 0;
}
div.grid {
	margin: 15px 0;
}
div.grid:after {
	clear: both;
	content: '';
	display: block;
	visibility: hidden;
}
div.gridTitle {
	padding: 8px;
	font-weight: bold;
}
div.gridLine {
	overflow: hidden;
}
div.gridItem {
	float: left;
	padding: 10px;
	margin: 15px 15px 0 0;
}
div.gridItemImage {
	text-align: center;
	margin: 15px 0;
}
div.gridItemImage a img:hover {
	opacity: 0.5;
}
div.gridItemText {
	overflow: hidden;
	margin: 15px 0;
}
div.gridItemPrice {
	margin: 15px 0;
}
div.gridItemButton {
	float: right;
}
div.column {
	margin: 15px 0;
}
div.column:after {
	clear: both;
	content: '';
	display: block;
	visibility: hidden;
}
div.column.columnTwo div.columnItem {
	width: 47.5%;
}
div.column.columnThree div.columnItem {
	width: 30%;
}
div.column.columnFour div.columnItem {
	width: 21.25%;
}
div.columnItem {
	float: left;
	padding-right: 5%;
}
div.columnItem:last-child {
	padding-right: 0;
}
div.list {
	margin: 15px 0;
}
table.listTable {
	width: 100%;
}
table.listTable tr th {
	padding: 8px;
	white-space: nowrap;
}
table.listTable tr td {
	padding: 8px;
	border-bottom: 1px solid #f0f0f0;
}
table.listTable tr td.wordBreak {
	word-wrap: break-word;
	word-break: break-word;
}
table.listTable tr:last-child td {
	border-bottom: 0;
}
table.listTable tr td.listImage a img:hover {
	opacity: 0.5;
}
table.listTable tr td.listPrice,
table.listTable tr td.listBuy {
	white-space: nowrap;
	text-align: right;
}
table.summaryTable {
	width: 100%;
}
table.summaryTable th {
	text-align: left;
	padding: 4px 5px;
}
table.summaryTable td {
	padding: 4px 5px;
}
table.form {
	width: 100%;
	margin: 15px 0;
}
table.form tr th {
	padding: 8px;
	white-space: nowrap;
	text-align: left;
}
table.form tr td {
	padding: 4px 8px;
}
table.form tr td.label {
	width: 30%;
}
table.form tr td td {
	padding: 0;
}
table.summary {
	width: 100%;
	margin: 15px 0;
	border: 1px solid #f0f0f0;
}
table.summary tr th {
	padding: 8px;
	white-space: nowrap;
}
table.summary tr td {
	padding: 8px;
}
div.bubble {
	margin: 15px 0;
	border: 1px solid #767ed3;
	background-color: #d4dafe;
}
div.bubble p.title {
	background-image: url(/Resources/Common/Images/Icons/16/information.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 24px;
	font-weight: bold;
}
div.bubble.bubbleFeedback {
	border: 1px solid #7ed376;
	background-color: #dafed4;
}
div.bubble.bubbleFeedback p.title {
	background-image: url(/Resources/Common/Images/Icons/16/tick.png);
}
div.bubble.bubbleWarning {
	border: 1px solid #ffdd24;
	background-color: #fef7d4;
}
div.bubble.bubbleWarning p.title {
	background-image: url(/Resources/Common/Images/Icons/16/exclamation.png);
}
div.bubble.bubbleError {
	border: 1px solid #ffb4b4;
	background-color: #ffd6d6;
}
div.bubble.bubbleError p.title {
	background-image: url(/Resources/Common/Images/Icons/16/cross.png);
}
div.bubbleContent {
	margin: 15px 20px;
}