body
{
	font-family: Georgia, "Times New Roman", Times, serif;
}

.content
{
	font-size: 70%;
	padding: 20px 30px;
}

h1, h2, h3
{
	font-size: 140%;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

h2
{
	font-size: 100%;
	font-weight: bold;
}

h3
{
	font-size: 100%;
	font-weight: bold;
	margin-top: 10px;
}

/* ----- Product List Styles ----- */

table.product-list
{
	font-size: 100%;
	width: 620px;
	float: left;
	clear: none;
	padding: 0;
	margin: 0;
	border: 1px solid #0B4499;
	
	margin-bottom: 5px;
}

table.product-list td
{
	padding-left: 8px;
	border-bottom: 1px solid #eeeeee;
}

table.product-list .quantity
{
	width: 80px;
	text-align: right;
}

table.product-list .quantity.not-in-stock
{
	text-align: left;
	padding: 6px 0px 6px 10px;
}

table.product-list select
{
	margin: 0;

	padding: 0;
	float: left;
	clear: none;
	width: 50px;
}

table.product-list td.price
{
	text-align: center;
}

table.product-list .heading
{
	background-color: #0B4499;
	color: ffffff;
	font-weight: normal;
	
}


table.product-list .heading td
{
	padding: 8px;
}

table.product-list input.submit
{
	margin-bottom: 0px;
}

table.product-list select
{
	margin: 0px;
	padding: 0;
}

/* ----- Basket Styles ----- */

table#basket
{
	font-size: 100%;
	width: 100%;
}

table#basket-buttons
{
	font-size: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

table#basket table#basket-buttons td
{
	text-align: left;
}

table#basket tr td
{
	padding: 5px;
	text-align: center;
}

table#basket tr.product td
{
	border-bottom: 1px solid #EBEDF0;
}

table#basket tr#headings
{
	background-color: #0B4499;
	color: #ffffff;
	font-weight: bold;
}

table#basket tr#headings td
{
	border-bottom: 1px solid #010F23;
	padding-top: 7px;
	padding-bottom: 7px;
}

table#basket #count
{
	width: 10px;
}

table#basket #checkbox
{
	width: 10px;
}

table#basket #name, table#basket .name
{
	text-align: left;
}

table#basket #quantity
{
	width: 40px;
}

table#basket #amount
{
	width: 80px;
}

table#basket #price
{
	width: 80px;
}

table#basket input.quantity
{
	width: 30px;
}

table#basket .total
{
	text-align: right;
	padding-right: 22px;
}

/* ----- Checkout Styles ----- */

#checkout fieldset
{
	padding: 10px 5px;
	margin-bottom: 15px;
	border: 1px solid #eeeeee;
}

#checkout fieldset br
{
	clear: both;
}

#checkout legend
{
	font-weight: bold;
	font-size: 110%;
	padding: 0px 10px;
}

#checkout label
{
	float: left;
	width: 120px;
	text-align: right;
	padding-top: 8px;
	padding-right: 10px;
}

#checkout input, #checkout textarea, #checkout select
{
	margin-top: 5px;
	width: 160px;
	display: block;
	float: left;
	clear: none;
}

#checkout select
{
	width: auto;
}

#checkout input.checkbox
{
	margin-top: 10px;
	width: auto;
}

#checkout textarea
{
	height: 120px;
}

#checkout span
{
	display: block;
	float: left;
	clear: none;
	width: 260px;
	padding-top: 8px;
	padding-left: 5px;
	font-style: italic;
}

input, select, textarea
{
	font-family: Arial;
	font-size: 10pt;
}

p#not-in-stock-warning
{
	font-weight: bold;
	margin: 0;
}

table#admin-table
{
	width: 100%;
	font-size: 100%;
}

table#admin-table #heading
{
	background-color: #0B4499;
	color: #ffffff;
	font-weight: bold;	
}

table#admin-table td
{
	padding: 6px 8px;
	text-align: center;
}

table#admin-table .id
{
	width: 15px;
	text-align: center;
	
}

table#admin-table .name
{
	width: 100%;
}

table#admin-table .price
{
	width: 40px;
	margin-left: 3px;
}

table#admin-table .stock
{
	width: 35px;
}

table#admin-table .tools
{
	width: 100px;
}.tableborder {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #003399;
}

.footer-black {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
}

.footer-yellow {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
color:#996600
}