/* CSS Document */

/* Put styles in here that will be used in both the main site and the admin site */

/*
	######## Website Default Stylesheet
	John McGettrick

	COLOUR INDEX KEY
	------------------------------
	White = #FFFFFF
	Black = #000000
	Brown = #564527
	Cream = #DFCEAF
	Light Cream = #ECE2CF
*/

/* General Styles */

body {
	margin: 0px 0px 0px 0px;
	text-align :center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#555555;
}

a {
	color:#564527;
}

div {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	line-height:16px;
}

.right {
	text-align:right;
}

.error {
	font-weight:bold;
	color:#FF0000;
}

.smallText {
	font-size:80%;
}

.spacer {
	clear:both;
}

.hr {
	 background:url(../images/hr.gif) right no-repeat;
	 height:3px;
	 line-height:1px;
	 margin:0px 0px 10px;
	 padding:0px;
}

.fullhr {
	 background:url(../images/hr.gif) repeat-x;
	 height:3px;
	 line-height:1px;
	 margin:0px 0px 0px 29px;
	 padding:0px;
}

h1 {
	font-size:230%;
	margin:0px 0px 12px;
	padding:0;
	color:#564527;
}

h2 {
	font-size:230%;
	margin:0px 0px 12px;
	padding:0;
	color:#564527;
}

h3 {
	margin:0px 0px 12px;
	padding:0;
	color:#564527;
}

h3 {
	margin:0px 0px 12px;
	padding:0;
	color:#564527;
}

a img {border:none;}

/* Container */

#container {
	width: 830px;
	margin:0px auto 12px auto;
	text-align:left;
}

/* View Basket and Checkout */

table.checkout {
	width:100%;
}

table.checkout th {
	background:#DFCEAF;
	color:#564527;
	padding:4px;
	font-size:1.1em;
}

table.checkout td {
	padding:2px;
}

table.checkout td.price {
	font-weight:bold;
}

table.checkout td.total {
	font-weight:bold;
	font-size:1.1em;
}

table.checkout td.totalPrice {
	font-weight:bold;
	font-size:1.1em;
}

table.details th {
	font-size:1.1em;
	color:#564527;
	padding:0px 8px 0px 0px;
}

table.details td {
}