/* Standard settings */
body, th, td, li {
	font-size: 10pt;
}
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: #663300;
}

/* lists */
ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
li {
	padding-left: 12px;
	background-image: url(../../assets/images/li.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-bottom: 10;
}
.box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box li {
	padding-left: 8px;
	background-image: url(../../assets/images/lismall.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-bottom: 10;
}
ul.compact {
	margin-top: 5;
	margin-bottom: 5;
}
.compact li {
	padding-bottom: 2;
}


/* Headings */
h1 {
	font-size: 150%;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;	
	margin-bottom: 10px;	
}
h2 {
	font-size: 100%;
	font-weight: bold;
	color: #000000; 	
	margin-top: 0px;	
	margin-bottom: 10px;	
}
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;
}
div.hr {
	display: block;
	height: 1px;
	background-image: url(../images/hr.gif);
	background-repeat: repeat-x;
	background-color: #663300;
}
hr {display:none}
p {
	margin-top: 10;
	margin-bottom: 0;
}
/* special elements */
table.box {
	border: 1px solid #663300;
	border-collapse: collapse;
	width: 125px;
}
table.box td, table.box, ul {
	padding : 5px;
	font-size: 8pt; 
}
table.box th {
	padding: 5px;
	font-size: 11pt;
	color: white;
	font-weight: bold;
	background-color: #999966;
	text-align: left;
}
table.box th.hot {
	background-color: #ffcc00;
	color: #663300;
}
.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: 10px;	
}

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;
}

