
.italic { font-style: italic }
.bold   { font-weight: bold }
.emphasis { color: #0488c9; font-weight: bold; }
.emphasisNoBold { color: #0488c9; }
.white { color: white; font-weight: bold }
a:hover      { color: #000080; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; background-color: transparent }
a:link       { color: navy; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; background-color: transparent }
a:visited       { color: navy; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; background-color: transparent }
body             { color: black; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: white; background-image: url(../images/bgColour.jpg); background-position: 0 0; scrollbar-arrow-color : White; scrollbar-base-color : #063b7f; scrollbar-darkshadow-color : Black; scrollbar-face-color : #063b7f; scrollbar-highlight-color : White; scrollbar-shadow-color : Black; }
hr   { color: #800000 }
h1   { color: #0a83ca; font-style: oblique; font-size: 20px }
h2  { color: #0a83ca; font-size: 17px }
#cartbox{
	width:98%;
	height:100px;
}
#cart{
	overflow:auto;
	width:100%;
	height:100px;
}
.item{
	height:19px;
}
.odd{
	background:#ccc;
}
.pointer{
	cursor:pointer;
}
.margin0{
	margin:0px;
}
.padding0{
	padding:0px;
}
.noborder{
	border:0px;
	width:50px;
}
.small{
	font-size:10px;
}
.fpasok{
	color:#900;
	border:1px solid #900;
	background:#fcc;
}
.note{
	font-weight:bold;
	font-size:10px;
}
.note2{
	font-size:12px;
}