.orderfast_category {
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
	background-color: #8CD137;
}
.orderfast_title {
	font-weight: bold;
}
.orderfast_cell {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.orderfast_break {
	border-top: 1px dotted #8CD137;
	font-size: 0px;
	height: 2px;
	padding-top: 8px;
}
.pulldown {
	position: absolute;

	width: 171px;
	left: 34px;
	border: 1px solid black;

	background-repeat: repeat-y;
	background-color: #D7EFA5; 
/*	background-color: #93D23B; */
	
	/* display: none; */
	visibility: hidden;
}

.pulldown .pulldownover,
.pulldown .pulldownitem {
	font-size: 11px;

	padding-top: 3px;
	padding-bottom: 3px;
	width: 197px;
	width: 100%;

	cursor: pointer;
}
.pulldown .pulldownover {
	background-color: #93D23B; 
/*	background-color: #D7EFA5; */
	color: black;
}

.pulldownitem a,
.pulldownitem a:hover {
	color: black;
	text-decoration: none;
}
.pulldownover a,
.pulldownover a:hover {
	color: black;
	text-decoration: none;
}

div.container
{
	background: #FFFFFF;
	padding: 0px;
	text-align: left;
}

div.cartcontainer
{
	background: #FFFFFF;
	padding: 12px;
	text-align: left;
}

/* Body Styles */
div.topNav
{
	padding-left: 5px;
	padding-bottom: 10px;
	font-size: 10px;
}

div.topRightNav
{
	float: right;
	font-size: 10px;
	text-transform: uppercase;
}

div.title
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

div.descr
{
}

div.copyright
{
	padding-top: 15px;
	text-align: center;
	font-size: 10px;
}
	span.copyright
	{
		padding: 0px 5px;
		width: 95%;
		border-top: solid 1px #CCCCCC;
	}

/* For category listings */
div.cat_listing
{
	padding: 0px;
}
table.cat_listing
{
	//
}
	td.cat_count, td.cat_done, td.cat_price, td.cat_price_total, td.cat_count_title, td.cat_count_total, td.cat_qty
	{
		padding: 3px;
		width: 45px;
		border-left: 2px solid #007222;
		border-right: 2px solid #007222;
		border-bottom: 2px solid #007222;
		text-align: right;
		font-weight: bold;
	}
	td.cat_done {
		text-align: center;
		border-left: 0px;
	}
	td.cat_done a,
	td.cat_done a:link,
	td.cat_done a:active,
	td.cat_done a:visited,
	td.cat_done a:hover {
		font-weight: normal;
		font-size: 9px;
	}	
	
	td.cat_price, td.cat_price_total {
		/* border-right: 0px; */
	}
	td.cat_qty {
		text-align: center;
	}
	td.cat_count_title, td.cat_count_total
	{
		font-weight: bold;
		border-bottom: solid 2px #007222;
	}
	td.cat_count_total
	{
		font-weight: normal;
	}
	
	td.cat_item
	{
		padding: 0px;
		border-left: 2px solid #007222;
		border-bottom: 2px solid #007222;
	}
	td.cat_item_title {
		font-weight: bold;
		border-bottom: 2px solid #007222;
		border-left: 2px solid #007222;
	}
	td.cat_item_heading,td.cat_item_heading_cont,td.cat_item_heading_done {
		font-weight: bold;
		font-size: 12px;
		border-bottom: 2px solid #007222;
		border-top: 2px solid #007222;
		padding: 5px;
	}
	td.cat_item_heading_cont {
		border-left: 2px solid #007222;
		padding-left: 5px;
	}
	td.cat_item_heading_done {
		border-right: 2px solid #007222;
	}	
		a.cat_link, a.cat_title {
		}
		a.cat_link:hover
		{
		}

/* Item Listing */
div.item_listing
{
	padding: 15px 0px;
}

div.item_title
{
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	border-left: solid 5px #D8DDF3;
	border-bottom: solid 2px #D8DDF3;
}
	span.item_price
	{
		color: #21A024;
		text-transform: uppercase;
		font-size: 10px;
		font-weight: normal;
	}

div.item_description
{
	padding: 15px;
	text-indent: 10px;
}

div.item_area
{
	padding: 15px;
}

div.item_subtitle
{
	padding: 0px 20px;
}
	span.item_subtitle
	{
		padding: 2px;
		font-weight: bold;
		font-size: 10px;
		border-left: solid 5px #D8DDF3;
		border-bottom: solid 2px #D8DDF3;
	}

/* Some misc. stuff */
td.row_seperator
{
	height: 15px;
}
span.error, div.error
{
	color: #FF0000;
}

/* Forms */
input, textarea
{
	border: 1px solid #00932B;
	color: black;
}
.product_title {
	font-size: 14px;
	font-weight: bold;
}
.product_subtitle {
	font-size: 12px;
	font-weight: bold;
}
.product_price {
	font-weight: bold;
}
.product_author {
	font-size: 11px;
	font-weight: normal;
}