div#content {
	margin-right: 5px;
	margin-left: 5px;
}
div#help_panel {
	background-image:url(img/help.gif);
	background-position:top right;
	background-repeat:no-repeat;
	border-color:#FF0000;
	border-style:solid;
	border-width:1px;
	background-color: #FFF0F0;
	color:#FF0000;
	margin-right:10px;
	margin-bottom:10px;
	padding-left:8px;
	padding-right:30px;
	padding-bottom:15px;
	padding-top: 6px;
}
div#main_featured_pic {
	float: left;
	margin-bottom:7px;
	margin-right:10px;
}
div#home_pic {
	float: right;
	padding-left: 10px;
}
div#admin_buttons {
	text-align: right;
}
div#small_content_panel {
	text-align:center;
	float: left;
	width: 33%;
	height: 160px;
	cursor: pointer;
	cursor: hand;
}
div#small_content_panel_pic {
	height: 100px;
}
div#small_content_panel p {
	font-size: 1em;
}
div#list_panel {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-left: 1px solid #D0DDD5;
	border-right: 1px solid #D0DDD5;
	border-bottom: 1px solid #D0DDD5;
	cursor: pointer;
	cursor: hand;
}

div#list_panel_header{
	margin-top: 15px;
	height: 15px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #D0DDD5;
	
}
div#list_panel_header h1 {
	float:left;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-left: 10px;
	color: #4F6C57;
	font-size: 1em;
}
div#list_panel_header h2 {
	float:right;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	font-size: 1em;
}

div#list_featured_pic {
	float: left;
	width: 98px;
	text-align: center;
	margin-top: 10px;
}
div#admin_small_buttons a, div#admin_small_buttons a:hover {
	float:right;
}
div#sort_panel {
	display:block;
	background-color: #D0DDD5;
	color:#4F6C57;
	padding-left: 5px;
	line-height: 22px;
	vertical-align: middle;
}
select {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


div#nav_first_page {
	float:left;
	width:44px;
}
div#nav_previous_page {
	float:left;
	width:8%;
}
div#nav_page {
	float:left;
	width:84%;
	text-align:center;
	margin-bottom: 5px;
}
div#nav_next_page {
	float:left;
	width:8%;
}
div#nav_last_page {
	float:left;
	width:44px;
}
div#variants {
	text-align:right;
	padding-bottom: 5px;
	width: 100%;
}
div#checkout_item {
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:5px;
	background-color: #FBFDFF;
	-moz-border-radius: 12px;
	border-color: #CEE7FF;
	border-style: solid;
	border-width: 1px;
}
div#checkout_remove {
	float:left;
	width: 48px;
}
div#checkout_name {
	float:left;
	padding-left:3px;
}
div#checkout_variants {
	float:left;
	width: 110px;
}
div#checkout_price, div#checkout_price_a, div#checkout_price_b {
	color: #FF0000;
	width: 98%;
	text-align: right;
}
div#checkout_total_a, div#checkout_total_b {
	color: #FF0000;
	width: 440px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9C7C5B;
	padding-top: 3px;
	margin-top: 10px;
}


div#addresses {
	width: 48%;
	float:left;
	padding-top:5px;
	margin-left:2px;
	margin-right:2px;
	padding-bottom:5px;
	margin-bottom:5px;
	background-color: #FBFDFF;
	-moz-border-radius: 12px;
	border-color: #CEE7FF;
	border-style: solid;
	border-width: 1px;
}
div#address_button {
	float:left;
	padding-right:5px;
}
div#address_address {
	float:left;
	width:80%;
}
div#address_address p, div#list_panel p {
	margin-bottom:0px;
	margin-top: 0px;
}
div#address_buttons {
	float:right;
}
div#confirm_title_panel {
	float:left;
	width: 120px;
}
div#confirm_content_panel {
	width:300px;
	float:left;
	padding:5px;
	background-color: #FBFDFF;
	-moz-border-radius: 12px;
	border-color: #CEE7FF;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
}
div#confirm_content_panel p {
	margin-bottom:0px;
	margin-top:0px;
}
div#confirm_content_panel_title {
	float:left;
	width: 70px;
	color: #999999;
}
div#confirm_content_panel_content {
	float:left;
	width: 100%;
}
.nonactive_small{
	border: 2px solid #CC0000;
	width: 32% !important;
}
.nonactive{
	border: 2px solid #CC0000;
}


.orders_panel {
	cursor:pointer;
	cursor: hand;
	width:98%;
	float:left;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	background-color: #FBFDFF;
	-moz-border-radius: 12px;
	border: 1px solid #CEE7FF;
	margin-bottom: 5px;
}
.orders_panel_hover {
	cursor:pointer;
	cursor: hand;
	width:98%;
	float:left;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	background-color: #EEF3C5;
	-moz-border-radius: 12px;
	margin-bottom: 5px;
	border: 1px solid #DFEA95;
}
.orders_panel_down {
	cursor:pointer;
	cursor: hand;
	width:98%;
	float:left;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	background-color: #E7EFAB;
	-moz-border-radius: 12px;
	margin-bottom: 5px;
	border: 1px solid #DDE98B;
}
.orders_panel p {
	margin-bottom:0px;
	margin-top:0px;
}
div#orders_panel_main {
	float:left;
}
div#orders_panel_price {
	color:#CC0000;
	font-weight:bold;
	float:right;
}
div#details_price{
	text-align:right;
	font-size:1.3em;
	margin-right: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #D0DDD5;
	margin-top: 20px;
}

div#delivery_panel_main {
	float:left;
}
div#delivery_panel_price_a, div#delivery_panel_price_b {
	color:#CC0000;
	font-weight:bold;
	float:right;
	width: 70px;
	text-align: right;
}
.open {
	display:block;
}
.hide {
	display: none;
}
div#content h5 {
	color: #FFFFFF;
	font-size: 1em;
	line-height: 25px;
	background-image:   url("img/header_bg.jpg");
	background-repeat: repeat-y;
	padding-bottom: 2px;
	padding-left: 3px;
}

div#content h3 {
	color: #5A7A64;
	font-size: 1.7em;
}
.details_content{
}
div#content h4 {
	font-size: 1em;
	color: #FFFFFF;
	background-image: url('img/header_bg_brown.jpg');
	height: 30px;
}
div#list_content {
	margin-left: 108px;
}
div#add_button {
	background-color: #99CC00;
	height: 30px;
	display: inline;
}
.news_image {
	float:left;
	margin-right:20px;
	margin-bottom:3px;
}
.news_story {
	margin-bottom:0px;
}
.news_date {
	 font-style:italic;
	 font-weight:bold;
}
table#event_table {
}
.event_table_header {
	background-image:   url("img/tab_header_left.gif");
	font-weight:bold;
	font-size:1em;
}
.event_table_cells1 {
	background-color: #F7F9F8;
}
.event_table_cells2 {
	background-color: #E0E9E2;
}
.event_table_cells_red {
	background-color: #FF0000;
}
.calendar_main_header {
	font-size:1.2em;
	font-weight:bold;
}
.calendar_month_header {
	background-color:#4F6C57;
	font-weight:bolder;
	color:#FFFFFF;
	
}
#checkout_login_panel {
	background-image: url(img/login_bg.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 156px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	width: 225px;
}
#checkout_register_panel {
	background-image: url(img/login_bg.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 156px;
	float: left;
	width: 225px;
	margin-top: 10px;
}
.checkout_login_panel_header {
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 12px;
}
.checkout_register_panel_header {
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 12px;
}
.login_padder {
	margin-left: 10px;
}
.register_padder {
	margin-left: 10px;
	margin-right: 10px;
	height: 75px;
	padding-top: 5px;
}
#checkout_login_panel .login_padder a {
	color: #FFFFFF;
}
#checkout_login_panel .login_padder a:hover {
	color: #CCCCCC;
}
