body {
	font-family: Verdana, sans-serif;
	font-size: 85%;
	color: #3a230f;
}

a img {
	border: none;
}

#header {
	margin: 0 auto;
	width: 698px;
	height: 79px;
	background-image: url('/images/header.jpg');
	background-repeat: no-repeat;
}
#inner, #home {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}
#main {
	min-height: 626px;
	position: relative;
}
#inner #main {
	background-image: url(/images/inner.jpg);
	background-repeat: no-repeat;
}
#inner #main #signout {
	position: absolute;
	top: 30px;
	left: 330px
}
#home #main #signout {
	position: absolute;
	top: 70px;
	left: 110px;
	z-index: 1;
}
#inner #main .breadcrumb {
	position: absolute;
	top: 120px;
	left: 125px;
}
#inner #main .title {
	position: absolute;
	top: 65px;
	left: 265px;
	width: 340px;
	text-align: center;
}
#inner #main .cartActions {
	position: absolute;
	top: 30px;
	left: 600px;
}
#inner #main .content {
	position: absolute;
	top: 245px;
	left: 205px;
	width: 500px;
}
#home #main {
	position: relative;
}

#homeHeader {
	margin: 0 auto;
	width: 698px;
	height: 79px;
	background-repeat: no-repeat;
}

#signout {
	float: right;
	margin-right: 20px;
	text-align: right;
}
#breadcrumb {
	font-size: smaller;
}
#content {
	margin: 0 auto;
	width: 648px;
	background-image: url('/images/background.png');
	background-repeat: no-repeat;
	background-color: white;
	padding: 0 25px;
	position: relative;
}

div#homeContent {
	margin: 0 auto;
	width: 700px;
}

#content #main {
	background-color: white;
	min-height: 550px;
	_height: 550px;
	padding: 0;
}

#footer {
	margin: 0 auto;
	width: 648px;
	height: 18px;
	background-image: url('/images/footer.png');
	background-repeat: no-repeat;
	padding: 15px 25px;
	text-align: center;
}
#copyright {
	font-size: smaller;
	text-align: center;
}

h1 {
	font-size: 110%;
	margin-bottom: 1px;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 100%;
}
p.actions {
	font-size: smaller;
	margin-top: 1px;
}
a {
	color: #7b2327;
}

table.thumbs td {
	width: 140px;
	vertical-align: top;
	text-align: center;
}
table.thumbs td img {
	display: block;
	width: 120px;
	margin: 1px auto;
	border: none;
}

#productPicture {
	font-size: smaller;
	text-align: right;
	width: 385px;
}
#productPicture img {
	display: block;
	border: none;
}
#productBrief {
	
}
#cart {
	border-collapse: collapse;
	margin: 0;
}
#cart td, #cart th {
	padding: 0;
}
#cart th {
	padding-right: 1em;
}

#productDetails {
	margin-top: 1em;
	clear: left;
}

th {
	text-align: left;
}

div#error {
	border: solid red 1px;
	background-color: #fcc;
	color: red;
	margin: 1em;
	padding: 1em;
}
div#notice {
	border: solid green 1px;
	background-color: #cfc;
	color: green;
	margin: 1em;
	padding: 1em;
}

.logout {
	font-size: 60%;
	color: #ffffff;
}

.logout a {
	color: #ffffff;
}

.required {
	color: red;
}

.odd {
	background-color: #ccc;
}

table#payment-items {
	width: 100%;
}
table#payment-items th {
	text-align: right;
}
table#payment-items td {
	text-align: right;
}
table#payment-items .description {
	text-align: left;
}
