html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Calibri,Arial,Serif;
	font-size: 18px;
	font-style: normal;
    outline: none;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; }

a img { border: none; }
a, a:hover, a:visited {
	color: #DDDDDD;
	text-decoration: none;
}

input {
	font-family: Calibri,Arial,Serif;
	font-size: 18px;
	font-style: normal;
	vertical-align: middle;
    outline: none;
}


/* ------ PAGE ELEMENTS ------ */

html, body {
    color: #DDDDDD;
	background-color: #000;
	float: none;
	padding: 20px;
}

#pWrapper {
    width: 100%;
    height: 100%;
	margin: 0 auto;
}

#pContainer,
#pHeader,
#pContent,
#pFooter {
    width: 100%;
	height: 100%;
}

div#productPromo,
div#netBankSelectRow,
div#netBankChoice,
div#juvenileStyleSelector,
div#exitJuvenileButton {
	display: none;
}
div#bankPromotion {
	background:none;
}

span.netbank {
	display: block;
}

.clear { 
	clear: both; 
}

#pContainer div {
	padding-bottom: 20px;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
	font-weight: bold;
}

p {
	text-align: justify;
	padding-bottom: 10px;
}

a.redLink {
	color: red;
}

input[type=text] {
	border: 1px solid #bbbbbb;
	width: 200px;
}

select, input {
	border: 1px solid #bbbbbb;
	
}

img {
	display: none;
}

ul {
	padding-bottom: 10px;
}

li {
	list-style-position: outside;
}

table td {
	padding: 6px 10px;
	border: 1px solid #ffffff;
}

table {
	border: 1px solid #ffffff;
	margin-bottom: 20px;
}

table thead {
	font-weight: bold;
}

table caption {
	font-weight: bold;
	text-align: center;
}

#pContainer form div {
	padding: 4px;
}

#pContainer form div.formRow div {
	display: inline;
}

li.level2,
li.level3 {
	margin-left: 16px;
}

/* ------ CONTENT ------ */

.errorMessage {
	color: red;
}

.promoTitle {
	display: none;
}

.promoText {
	font-size: 26px;
	font-weight: bold;
}

.newsLink {
	display: none;
}

.productTab {
	font-size: 28px;
	font-weight: bold;
}

.offerBox,
.productBox {
	border: 1px solid #ffffff;
}