/* ****************************************************************************** */

/* BODY AND GENERAL TEXT STYLES */
body {
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: #FFFFFF;
}
body,p,td,th,tr,li,ul,textarea {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #666666;
}
p, form {
	margin: 0px;
	padding: 0px;
}
input,select {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
}
h1 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 25px;
	font-weight: normal;
}
h2 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 21px;
	font-weight: normal;
}
h3 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 14px;
	font-weight: bold;
}
b {
	font-weight: bold;
}
i {
	font-style: italic;
}
ul {
	margin-top: 0px;
}
hr {
	border: 1px;
	height: 1px;
	color: #999999;
	background-color: #999999;
}
img {
	border: 0px;
}
.builtby {
	color: #C0BBBC;
	text-align: left;
	padding-left: 10px;
	font-size: 9px;
}

/* ****************************************************************************** */

/* COLOURS */
.red {
	color: #ff0000;
}

/* ****************************************************************************** */

/* DIVS */
#tooltip {
	padding: 2px;
	background-color: #FFFFDB;
	z-index: 6;
}
#tooltip_shadow {
	padding: 2px;
	background-color: #ECECEC;
	z-index: 5;
}
#descr {
	padding: 9px;
	text-align: justify;
	background-color: #FBF5F6;
}
#buy {
	padding: 9px;
}
#maintext {
	padding: 9px;
	text-align: justify;
	background-color: #FBF5F6;
}
#as_container {
	position: relative;
	overflow: visible;
}
#autosearch {
	display: none;
	position: absolute;
	left: 5px;
	top: 19px;
	width: auto;
	overflow: visible;
	border: 1px solid #D5D0D1;
	background-color: #EBE5E7;
}
* html div#autosearch {
	margin-top: 1px; /* Hack for IE */
}
#autosearch td {
	vertical-align: middle;
	padding: 1px;
	padding-right: 5px;
}
.sr {
	background-color: #EBE5E7;
}
.srs {
	background-color: #F9F3F4;
	cursor: pointer;
}
#basketbuttons {
	width: 100%;
	text-align: center;
}

/* ****************************************************************************** */

/* TABLES */
table {
	border-spacing: 0px;
	border-collapse: collapse;
}
th {
	font-weight: bold;
	vertical-align: middle;
}
td {
	padding: 0px;
	vertical-align: top;
}
.lalign {
	text-align: left;
}
.calign {
	text-align: center;
}
.ralign {
	text-align: right;
}
.jalign {
	text-align: justify;
}
.talign {
	vertical-align: top;
}
.malign {
	vertical-align: middle;
}
.balign {
	vertical-align: bottom;
}
.pad2 {
	text-align: left;
	padding: 2px;
	padding-left: 4px;
}
table.outer {
	margin-left: auto;
	margin-right: auto;
}
table.search td {
	vertical-align: middle;
}
table.basket {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
/* IE5.x hack */
* html table.basket {
	width: 97%;
	w\idth: 100%;
}
table.basket th {
	padding: 5px;
	border: 1px solid #CDCDBA;
	vertical-align: middle;
}
table.basket td {
	padding: 5px;
	border: 1px solid #CDCDBA;
	vertical-align: middle;
}
table.basket th.totals {
	text-align: right;
	border: 0px;
}
table.basket td.noborder {
	border: 0px;
}
td.banners {
	border: 3px solid #B5B3B4;
}
img.banner {
	border: 1px solid #FFFFFF;
}
img.check1 {
	border: 2px outset #B5B3B4;
	border-right: 0px;
}
img.check2 {
	border: 2px outset #B5B3B4;
	border-left: 0px;
}
input.fat {
	background-color: #9E9A9B;
	color: #FFFFFF;
	height: 26px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
td.logos {
	text-align: center;
	vertical-align: middle;
}
td.logos img {
	vertical-align: middle;
	margin: 0px 20px;
}

/* ****************************************************************************** */

/* LINKS */
a:link {
	font-weight: bold;
	color: #C0BBBC;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #C0BBBC;
	text-decoration: none;
}
a.underline {
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #C0BBBC;
	text-decoration: underline;
}

a.hide:link {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.hide:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.hide:hover {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
