body {
	font-family:tahoma;
	padding:0px;
	margin:10px;
	background-color:white;
	text-align:center;
	text-color:#000000;
}

#wrapper 
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#account_links
{
	margin-top:10px;
	margin-bottom:0px;
	margin-right:100px;
	text-align:right;
}

#page_title
{

	background-image:url('../csaimages/logo_header.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	margin-top:0px;
	height:180px;
}

#page_title h1
{
	margin:0px;
	position:relative;
	width:400px;
	top:50px;
	left:230px;
}

#footer
{
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

.category
{
	margin-top:20px;

}

.product h3
{
	margin-top:0px;
	margin-bottom:5px;
	font-size:14pt;
}

.product p
{
	margin:1px;
}

.product
{
	margin-bottom:20px;
}

.product img
{
	display:block;
	margin:3px;
}

.product_image
{
	float:left;
	margin-top:4px;
	margin-right:10px;
	margin-bottom:0px;
}

.caption
{
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:7pt;
	text-align:center;
}

strong
{
	font-size:10pt;
}

.discount_message
{
	color:red;
	font-size:10pt;
}

#cart_message
{
	background: #FBE6F2 none repeat scroll 0 0;
	border: 1px solid #D893A1;
	color: #333333;
	margin: 5px 0 0;
	padding: 5px;
	font-size: 20px;
	font-family: Lucida Grande,Verdana,Geneva,Sans-serif;
}

.flashmessage
{
	background: #a4c694 none repeat scroll 0 0;
	border: 1px solid #617657;
	color: #333333;
	margin: 8px 0 0;
	padding: 5px;
	font-size: 15px;
	font-family: Lucida Grande,Verdana,Geneva,Sans-serif;
	width:650px;
}

#cart_actions
{
	text-align:center;
	font-weight:bold;
	font-size:12px;
}

#cart_actions input
{
	margin:5px;
}

.error {
	background: #FBE6F2 none repeat scroll 0 0;
	border: 1px solid #D893A1;
	color: #333333;
	margin: 5px 0 0;
	padding: 5px;
	font-size: 14px;
	font-family: Lucida Grande,Verdana,Geneva,Sans-serif;
	margin-top:10px;
	margin-bottom:10px;
}

h3.profile
{
	margin-top:10px;
	margin-bottom:10px;
}

label
{
	font-weight:bold;
	font-size:11px;
	display:inline;
	margin-right:5px;
}

input
{
	margin-left:5px;
	margin-bottom:5px;
	margin-top:5px;
}

em
{
	color:red;
}

fieldset
{
	display:inline;
	width:300px;
}

fieldset#pickup_sites
{
	width:630px;
}

input#register_button
{
	margin-top:10px;
}

fieldset input
{
	width:200px;
}

.csamessage h1
{

}

.csamessage p
{
	margin-top:5px;
	margin-bottom:5px;
}

.csa_submit
{
	margin-top:-15px;
	margin-left:160px;
	
}

