/*
Error colour: #ffffd8
Link colour: #0067bf
*/

body {
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size: 13px;
	line-height: 12px;
	background: url("images/background.png");
}

a {
	color: black;
	text-decoration: none;
}

h1 {
	font-size: 28px;
	line-height: 30px;
}

.button {
	font-family: "Arial Black";
	font-size: 14px;
	height: 40px;
	border: 1px solid #009470;
	-moz-border-radius: 4px;
	padding: 10px;
	margin: 20px;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-color: white;
	color: #009470;
}

.button:hover {
	color: white;
	background-color: #009470;
}

.button i {
	padding-left: 30px;
	font-style: normal;
}

.blogin {
	background-image: url('images/key.png');
}

.baddtocart {
	background-image: url('images/cart_add.png');
}

.bcheckout {
	background-image: url('images/bag_black.png');
}

.loginfield {
	font-family: "Arial Black";
	font-size: 14px;
	width: 250px;
	border: 2px solid #009470;
	padding: 4px;
}

.loginfield:focus, .loginfield:hover {
	border-color: #D9BA00;
}

.heightfix {
	overflow: hidden;
}

.floatLeft {
	position: relative;
	float: left;
}

.floatRight {
	position: relative;
	float: right;
}


#wrapper {
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 80px;
	border: 2px solid black;
	border-radius: 10px;
	background-color: white;
}

#main {
	padding: 40px;
}

#heading {
	height: 100px;
	border-bottom: 1px solid #cccccc;
	vertical-align: bottom;
}

.siteName {
	font-size: 50px;
	color: #eb2c2e;
	letter-spacing: -3px;
	padding-left: 15px;
	font-family: Georgia,"Bitstream Vera Serif","Times New Roman",serif;
}

.shoppingCart {
	border: 10px solid #009470;
	background-color: #009470;
	width: 300px;
	color: white;
	position: relative;
	top: -80px;
	left: 80px;
}

.shoppingCart .contents {
	background-color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 100px;
	overflow: auto;
	color: #cccccc;
	padding: 10px;
}

#body .title {
	font-family: Georgia,"Bitstream Vera Serif","Times New Roman",serif;
	color: #eb2c2e;
	font-size: 30px;
	margin-top: 25px;
	line-height: 35px;
}

.products {
	width: 100%;
}

.products a {
	width: 225px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	height: 260px;
	position: relative;
	float: left;
	text-align: center;
}

.products a.bottom {
	border-bottom: none;
}

.products a.end {
	border-right: none;
}

.products a:hover {
	color: white;
	background-color: #eb2c2e;
}

.products a:hover strong em {
	color: white;
}

.products a img {
	border: none;
	position: relative;
	top: 5px;
}

.products a strong {
	width: 95%;
	display: block;
	margin-top: 10px;
	text-align: left;
	position: absolute;
	bottom: 5px;
	margin-left: 10px;
	margin-bottom: 3px;
}

.products a strong em {
	display: block;
	position: relative;
	float: right;
	right: 5px;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	margin-top: 10px;
	letter-spacing: -1px;
	color: #eb2c2e;
}

.picker {
	height: 20px;
	position: relative;
	float: right;
}

.picker a {
	padding: 5px;
	margin-left: 5px;
	color: #eb2c2e;
}

.picker a:hover, .picker a.on {
	background: #eb2c2e;
	color: white;
}

#footing {
	margin-top: 35px;
	border-top: 1px solid #cccccc;
	padding-top: 15px;
}

.passwordbox {
	text-align: center;
	padding-top: 25px;
}

.details {
	width: 100%;
}

.details img.big {
	margin-right: 20px;
	margin-bottom: 40px;
}

.details span {
	display: block;
	margin-top: 40px;
}

.details em {
	display: block;
	font-style: normal;
	font-size: 25px;
	letter-spacing: -2px;
	margin-top: 20px;
	line-height: 25px;
}

.details strong {
	display: block;
	margin-top: 20px;
	color: #eb2c2e;
}

.smallfield {
	width: 50px;
}

.shoppingCart .contents .item {
	border-bottom: 1px solid #cccccc;
	color: black;
	padding-bottom: 10px;
}

.shoppingCart .contents .item span {
	position: relative;
	top: -15px;
}

.shoppingCart .contents .item em {
	position: relative;
	float: right;
	top: -27px;
	font-style: normal;
}

.cart {
	width: 100%;
	margin-top: 20px;
}

.tableHeading th {
	text-align: left;
	background: #eb2c2e;
	color: white;
	border-right: 1px solid #cccccc;
}

td.endColumn, th.endColumn {
	border-right: none;
}

.tableRow td {
	border-right: 1px solid #cccccc;
}

.bottomRow td {
	border-bottom: 1px solid #cccccc;
}

.tableRow td.image {
	text-align: right;
}

.tableTotal td {
	background: #009470;
	color: white;
	font-weight: bold;
}

#confirmationNumber {
	width: 95%;
	text-align: center;
	margin: 20px;
}

#confirmationNumber span {
	display: block;
	border: 2px solid black;
	background-color: #cccccc;
	font-size: 35px;
	line-height: 45px;
	width: 200px;
	font-family: "Courier";
	margin-left: auto;
	margin-right: auto;
}
