/* CSS Document */
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	width: 780px;
}

p, td, th, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	font-size: 1em;
}

a:link, a:visited, a:active {color: #0000FF; text-decoration:none;}
a:hover {text-decoration:underline;}

th {
	font-size: 1em;
	font-weight: bold;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

td, th {
	vertical-align: top;
}

#header {
}

#menu {
	padding: 0;
	margin: 0;
	position: relative;
	top: -30px;
	border-bottom: 1px solid #0A32B6;
}

#menu p {
	text-align: right;
	font-weight: bold;
}

#main {
	width: 610px;
	padding: 0;
	margin: 0;
	float: left;
	margin-left: 10px;
}

#minibasket {
	width: 145px;
	padding: 0;
	margin: 0;
	margin-left: 635px;
}

.footer {
	font-size:xx-small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

table#stock {
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

table#stock th {
	border: 0;
	background: #0033cc;
	color: #fc3;
}

table#stock tr.heading {
	border-top: 16px solid #fff;
	border-bottom: 8px solid #fff;
}
 
table#stock td, table#stock th {
	padding: 4px 8px;
} 

table#stock tr.yellow td {
	border-top: #ff6 1px solid;
	border-left: #ff6 1px solid;
	border-bottom: #c63 1px solid;
	border-right: #c63 1px solid;
	background: #fc3;
	color: #039;
}

table#stock tr.blue td {
	border-top: #3cf 1px solid;
	border-left: #3cf 1px solid;
	border-bottom: #039 1px solid;
	border-right: #039 1px solid;
	background: #36f;
	color: #fc3;

	border-top: #ccf 1px solid;
	border-left: #ccf 1px solid;
	border-bottom: #336 1px solid;
	border-right: #336 1px solid;
	background: #99c;
	color: #fff;
	font-weight: normal;

}

table#stock td.ralign, table#stock th.ralign {
	text-align: right;
}

table#basket {
	table-layout: fixed;
	border: 0px;
	width: 100%;
}

table#basket tr {
}

table#basket td, table#basket th {
	text-align: left;
	vertical-align: top;
	padding: 4px;
	font-size: .8em;
}

table#basket td.ehead {
	font-size: 1.2em;
	font-weight: bold;
}

table#basket td.ahead {
	font-size: 1em;
	font-weight: bold;
	padding-left: 8px;
}

table#basket td.lname {
	padding-left: 16px;
}

.warn {
	font-size: .8em;
	color: #CC3333;
	font-weight: normal;
}

table#minib {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background: url(../images/pixelyellowbg.jpg) top left repeat;
}

table#minib td {
	font-size: .85em;
	text-align: left;
	vertical-align: top;
	padding: 0;
}

table#minib td p {
	padding: 4px;
	margin: 0;
}

table#minib td.basket_spacer {
	height: 12px;
	min-height: 12px;
}

table#minib td.currency {
	vertical-align: middle;
}

table#minib td.currency p {
	text-align: right;
	font-size: 1em;
	font-weight: bold;
}

.small {
	font-size: .85em;
}

.status p {
	font-size: 1em;
}

.itemname {
	font-weight: bold;
	font-size: 1.2em;
}

.itemdate {
	font-size: 1.1em;
}

.head2 {
	font-weight: 600;
	font-size: 1em;
}

table#stock td.bitem {
	padding-left: 2em;
}

table#stock tbody.bask {
	border-bottom: 1px solid #0033cc;
}

.bwarn {
	color: #CC3333;
	font-weight: bold;
}

table#stock td.bwarn {
	padding-top: 0;
}

.ra {
	text-align: right;
}
