/* Standard settings */
body {
	margin: 0;
}
body, th, td, li {
	font-size: 9pt;
}
body, p, th, td, ul { 
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	color: #000000; 
	font-weight: normal
}
p {
	line-height: 150%;
}

.box, .box li {
	font-size: 8pt;
}


/* Links */
a {
	text-decoration: underline
}
a:active { 
	color: #CCCCCC; 
}
a:hover { 
	color: #999999; 
}
a:link, a:visited {
	color: #9E0B0E;
}

/* lists */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	padding-left: 15px;
	background-image: url(../../static/images/li.gif);
	background-repeat: no-repeat;
	background-position: 0 6;
	padding-bottom: 10;
}



/* Headings */
h1 {
	font-size: 180%;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;	
	margin-bottom: 20px;	
}
h1.notrail {
	margin-bottom: 10px;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: black; 	
	margin-top: 0px;	
	margin-bottom: 0px;	
}
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #663300; 	
	margin-top: 0px;	
	margin-bottom: 0px;	
}

a h2 {
	color: #663300;
}

h1.reverse, h2.reverse, h3.reverse {
	color: white;
	background: #999966;
	padding: 4;
}

/* other elements */
s {
	color: #666666;
}
hr {
	border-collapse: collapse;
	height: 1px;
	border: 0;
	background: #E3EBCC;
	margin-top: 2px;
	margin-bottom: 2px;
}
p {
	margin-top: 10;
	margin-bottom: 0;
}
/* special elements */
table.box {
	border: 0px;
	border-collapse: collapse;
	width: 200px;
}
table.box td, table.box ul {
	padding : 10px;
	font-size: 8pt; 
	background-color: #EBF2FA;
}
table.box th {
	padding : 5px;
	padding-left : 10px;
	font-size: 8pt;
	color: white;
	font-weight: bold;
	background-color: #808080;
	text-align: left;
}
table.box td.white {
	background-color: white;
}
.box a:link, .box a:visited, .breadcrumb a:link, .breadcrumb a:visited  {
	color: #000000; 
}
.box p {
	line-height: 120%;
}

table.hr {
	margin-bottom: 10px;	
	border: 0px;
	width: 100%;
}
table.hr td {
	padding: 0px;
}
.small {
	font-size: 8pt; 
}
.coloured {
	color: #663300;
}

.breadcrumb {
	font-size: 8pt;
	margin-bottom: 5px;	
}

img.bullet {
  float: left;
  margin-left: 0;
}

.smallbold {
	font-size: 8pt;
	color: #663300; 
	font-weight: bold;
}

.oldprice {
	font-weight: bold;
	color: #ff6600;
	text-decoration: line-through; 
}

.saving {
	font-weight: bold;
	color: #ff6600;
	font-size: 8pt;
}

.message {
	font-weight: bold;
	color: red;
}

.required {
	font-size: 8pt;
	font-weight: bold;
	color: #ff6600;
}

.hint, .hint a:link, .hint a:visited {
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
}
td.footer {
	color: #666666;
}

td.menu, td.menu a:link, td.menu a:visited {
	font-size: 8pt;
	text-decoration: none;
	color: white;
	padding: 5;
	background: black;
}

td.menu a:hover {
	text-decoration: underline;
}

.highlight {
	background: #EBF2FA;
	padding: 10;
}

.bordered {
	padding: 1;
	background-color: #E3EBCC;
	
}
.larger {
	font-size: 130%;
}
.highlightred {
	padding: 10px;
	background-color: #F2E4D9;	
}
.calltoaction {
	font-size: 120%;
	font-weight: bold;
}