html, body
{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	height: 100%;
}

body, p, td, input {
        FONT-WEIGHT: normal;
        FONT-SIZE: 11px;
        COLOR: #000000;
        LINE-HEIGHT: 15px;
        FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}



/* tables */
table
{
	border-collapse: collapse;
	border: 0;
	padding: 0;
	margin: 0;
}

td
{
	vertical-align: top;
	padding: 5px;
	margin: 0;
}

.header_wrapper, .content_wrapper
{
	width: 775px;
	border-collapse: collapse;
}

.content_wrapper
{
	height: 100%;
	padding: 0;
}

.content
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 2px;
	
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #000000; 
	LINE-HEIGHT: 15px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	position: relative;
}

.content_cell 
{
	padding: 10px;
	padding-top: 0;
	padding-right: 15px;
}

#logo
{
	width: 148px;
	background-color: #00984E;
	text-align: center;
	padding: 0px;
}

.top_bar td
{
	background-color: #38B549;
	vertical-align: middle;
	color: #fff;
	height: 63px;
}

.top_bar form
{
	margin-top: 12px;
}

#top_menu_cell
{
	height: 20px;
	padding: 0;
}

#top_menu_cell div
{
	margin-top: 1px;
	margin-bottom: 1px;
	border: 1px solid #8FC4AA;
	border-left: 0;
	border-right: 0;
	background-color: #EFF8E9;
}

#top_menu
{
	border-collapse: collapse;
}

#top_menu td
{
	padding: 2px;
}

#top_menu .item, .first
{
}

#top_menu a
{
	display: block;
	padding: 2px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10px;
	color: #00713A;
	text-decoration: none;
	border-left: 1px solid #00713A;
}

#top_menu a:hover
{
	text-decoration: underline;

}

#top_menu .first a
{
	border: 0;
}

.side_bar
{
	background-color: #A6CE38;
	vertical-align: top;
	width: 148px;
	padding: 0;

}

.side_bar p
{
	margin: 0;
	padding: 5px;
	color: #fff;
	font-size: 10px;
}

.side_bar p.title
{
	font-size: 10pt;
	font-weight: bold;
}

#page_body
{
	vertical-align:top;
	padding: 5px;
}

/* form errors */
.form_field_error, .form_error_message
{
	font-weight: bold;
	color: #ff0000;
}

/* shop styling */
.shop_category_product_list
{
	width: 100%;
}

.shop_category_product_list td
{
	border-bottom: 1px solid #f0f0f0;
}

.shop_category_product_list td img
{
	margin-right: 10px;
}

/* dont style sub tables.. */
.shop_category_product_list td td
{
	border: none;
}

.shop_category_product_list .summary
{
	vertical-align: top;
}

.shop_category_product_list .options
{
	width: 46%;
}

.shop_category_product_list .options table
{
	border-left: 1px solid #f0f0f0;
	width: 100%;
}

.shop_category_product_list .options table td
{
	/*vertical-align: middle; */
}

.shop_category_product_list .options table td table
{
	border: 0;
}

.shop_category_product_list .product_title
{
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 0;
}

.shop_category_product_list .product_title a, .shop_category_product_list .product_title a:visited
{
	font-size: 10pt;
	color: #000;
}

.shop_header, .shop_header td
{
	border: 0;
	margin: 0;
	padding: 0;
}

.shop_header
{
	margin-bottom: 7px;
}

/* product view */
.product_view_right
{
	float: right;
}

.product_view_form td
{
	vertical-align: middle;
}

.form_add_item 
{
	padding: 0;
	margin: 0;
}

.form_add_item input
{
	vertical-align: middle;
}

/* shopping cart */
.shop_cart_list 
{
	width: 100%;
}

.shop_cart_list th
{
        background-color: #E2EBE8;
        font-size: 8pt;
        text-align: left;
        color: #000;
        padding: 5px;
}

.shop_cart_list td
{
	border-bottom: 1px solid #e0e0e0;
}

.shop_cart_options, .shop_cart_options td
{
	margin: 0;
	padding: 0;
	border: 0;
} 

.shop_discount_text
{
	color: #CC0000;
}

.shop_cart_total td
{
	border: none;
	text-align: right;
}

.shop_cart_grand_total td
{
	text-align: right;
	border: none;
	background-color: #f0f0f0;
	font-weight: bold;
	font-size: 10pt;
}

.shop_product_image
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.shop_vouchers_delivery
{
	width: 100%;
	border-collapse: collapse;
}

.shop_cart_totals
{
	border-top: 1px solid #aaa;
}

.cart_link
{
	color: #0000FF;
	font-weight: normal;
}

/* list */
.list
{
	border-top: 4px solid #38B549;
	border-bottom: 4px solid #38B549;
}

.list th
{
 	background-color: #00984E;
	font-size: 8pt;
	text-align: left;
	color: #fff;
	padding: 5px;
}

/* shop navigation */
.shop_navigation
{
	width: 320px;
	border-collapse: collapse;
	margin-top: 2px;
}

.shop_navigation td
{
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	padding: 0;
	margin: 0;
}

.shop_navigation a
{
	color: #000;
	text-decoration: none;
}

/* footer menu */
.footer_menu
{

}

.footer_menu a
{
	font-weight: normal;
	color: #000;
	font-size: 8pt;
	text-decoration: none;
}

/* fault */
.fault_box
{
	padding: 10px;
}

.offer_text
{
	color: #00984E;
	font-weight: bold;
}

/* side menus */
.menu
{
	width: 100%;
	margin: 0;
	text-align: left;
	padding: 0px;
}

.menu .title
{
	color: #fff;
	background-color: #37B549;
	font-weight: bold;
	padding: 3px;
	font-size: 10pt;
	margin: 0;
}

.menu .title a, .menu .title a:hover
{
	color: #fff;
	font-size: 10pt;
	margin: 0;
	text-decoration: none;
}

.menu ul
{
	background-color: #F0F8EB;
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu ul li
{
	background-color: #F0F8EB;

	margin-top: 0;
	margin-bottom: auto;
	border-bottom: 1px solid #02713E;
}

.menu ul li a
{
	text-decoration: none;
	font-weight: bold;
	color: #177A4B;
	display: block;
	padding: 3px;
	padding-left: 5px;
}

.menu ul li a:hover
{
	color: #fff;
	background-color: #BFDA74;
	text-decoration: none;
}

.menu li ul
{
	background-color: #F0F8EB;
	margin-left: 10px;
}

.menu li ul a
{
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}

.menu li ul a:hover
{
	color: #fff;
	text-decoration: underline;
}

.menu li li
{
	margin: 0;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 0;
	padding: 0;
}

.menu .content
{
	background-color: #F0F8EB;
	padding: 5px;
}

.menu .cart_content
{
	background-color: #E2EBE8;
	color: #000;
	padding: 5px;
}

.menu 
{
	color: #fff;
}

/* product view page */
.product_buy_box
{
	border: 1px solid #8EC1AE;
	border-bottom: 0;
	margin-bottom: 20px;
	margin-left: 28px;

}

.product_buy_box .title td
{
	background-color: #E2EBE8;
	font-size: 10pt;
	font-weight: bold;
	padding: 4px;
}

.product_buy_box table
{
	width: 100%;
}

.product_buy_box td
{
	border-bottom: 1px solid #8EC1AE;
	padding-bottom: 6px;
}

.product_buy_box .buy_form
{
	vertical-align: top;
	text-align: right;
	top-margin: 0;
}

.product_buy_box .buy_form form
{
	display: inline;
	padding: 0;
	margin: 0;
}

.product_buy_box .buy_form table, 
{
	padding: 0;
	margin: 0;
}

.buy_form table td
{
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.product_buy_image
{
	margin-bottom: 20px;
	margin-left: 28px;
	margin-top: 40px;
}

.price
{
	font-size: 10pt;
	padding: 0;
	padding-left: 10px;
	padding-top: 10px;
}

.product_content
{
	border-collapse: collapse;
}

.product_content td
{
	padding: 0;
}

.product_content p
{
	padding-left: 0;
	margin-left: 0;
}

.product_content table td
{
	padding: 5px;
}

/* blank - no inherited style */
.blank td, .blank
{
	border: 0;
}

.product_dropdownlist
{
	position: absolute;
	top: 5px;
	right: 0;
	text-align: right;
}

/* errors */
.form_error_box
{
	padding: 5px;
	color: #990000;
	font-weight: bold;
}

/* featured list */
.featured_list
{
	margin-bottom: 5px;
}

.featured_list .title a, .featured_list .title a:visited
{
    display: block;
	color: #02713E;
	font-weight: bold;
	font-size: 10pt;
	border-bottom: 1px solid #02713E;

}

.featured_list .item
{
	display: block;
	width: 220px;
	height: 100px;
}

.featured_list a, .featured_list a:hover, .featured_list a:visited
{
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

.featured_list .image
{
	float: right;
	margin-top: 5px;
	margin-left: 5px;
}
