body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	background-image:url(../images/layout/bgTile.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

form {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

ul {
	font-size: 10px;
	list-style-type: disc;
	list-style-position: outside;
}

li {
	font-size: 10px;
}

ol {
	font-size: 10px;
	list-style-type: upper-roman;
	list-style-position: outside;
}

a:link {
	color: #38468F;
	text-decoration: none;
}
a:visited {
	color: #38468F;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
.sectionTitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu {
	font-size: 12px;
	font-weight: bold;
}
.listHdr {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: #38468F;
	color: #FFFFFF;
}
.rowStandard {
	background-color: #DDDDDD;
}
.rowAlternate {
	background-color: #D6DAEF;
}
.labelColumn {
	font-weight: bold;
}
.errorTxt {
	color: #FF0000;
}
.rowSubHead {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: #999999;
}
.mainBG {
	background-color:#FFFFFF;
	border:none;
}
.mainWrapper {
	border: solid;
	border-width: 1px;
	border-color: #666666;
	background-color:#CCCCCC;
}
.hdrBG {
	background-image:url(../images/layout/hdrTile.jpg);
	background-repeat:repeat-x;
}
.onDark, .onDark a:link, .onDark a:hover, .onDark a:visited {
	color: #FFFFFF;
}
.productListRRP {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}
.productListPrice {
	color:#FF0000;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.productDetailTitle {
	color:#000000;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}
.productDetailDescr {
	color:#000000;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
}
.productDetailRRP {
	color:#FF0000;
	font-weight: bold;
	font-size: 10px;
	text-align: right;
}
.productDetailPrice {
	color:#000000;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
}
.productImg {
	text-align: center;
}.checkoutHeader {
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 5px;
}.checkoutInfo {
	padding: 5px;
}
