/*****************************************************************************/
/*	Pixelgrazer Default CSS (http://pixelgrazer.com) v1 July 13, 2006
******************************************************************************/
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	/*font: 100%/120% Georgia, Times New Roman, serif;*/
	font: 90%/100% Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}
li, dd, blockquote {
	margin-left: 1em;
}
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
}
img {
	border: 0;
}
/*****************************************************************************/
/*	Colors
******************************************************************************
	color: #FFF

/*****************************************************************************/
/*	General Tags
******************************************************************************/
a {
	color: #90260b;
	text-decoration: underline;
}
img {
	border: 0;
}
h1 {
	font-size: 110%;
	font-weight: bold;
	color: #90260b;
	margin: 6 0 5 0;
	width: 242px;
	line-height: 16px;
}
h2 {
	font-size: 100%;
	font-weight: bold;
}
p {
	width: 242px;
	margin-top: 10px;
	line-height: 15px;
}
/*****************************************************************************/
/*	Structure
******************************************************************************/

body {
	background: #AE4909 url(/images/message_back.jpg) repeat fixed;
	width: 262px;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	color: #864a25;
	margin-top: 30px;
	margin-left: 15px;
}

/*****************************************************************************/
/*	Headings
******************************************************************************/

/*****************************************************************************/
/*	Lists
******************************************************************************/
ul {
	margin-left: 0;
}
ul li {
	list-style: none;
	margin-left: 0;
}
ol li {
	list-style: decimal inside;
	margin-left: 0;
}
dl {
	margin-bottom: 30px;
}
dt, dd {
	margin-left: 0;
}
dt {
	/*margin-bottom: 5px;*/
	font-size: 120%;
	font-weight: bold;
}
dd.date {
	font-style: italic;
}
/*****************************************************************************/
/*	Navigation
******************************************************************************/

/*****************************************************************************/
/*	Links
******************************************************************************/

/*****************************************************************************/
/*	Misc
******************************************************************************/
.flash { /*for rails flashes*/
	
}
.date {
	font-weight: bold;
	color: #fbbf88;
}
.product_image {
	float: left;
	margin: 4px 0 0 -90px;
}
.product_listing {
	clear: both;
	margin: 0 0 50px 90px;	
}
