*
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}

body
{
	margin: 0px;
	background-color: white;
}

.header
{
	color: #009AD9;
	font-size: 18px;
	font-weight: bold;
	font-family:  Tahoma, Arial, sans-serif;
}

a.menu
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: white;
	font-family:  Tahoma, Arial, sans-serif;
}


td.content
{
	background-color: white;
	vertical-align: top;
	padding: 10px;
	padding-top: 0px;
	height: 350px;
}

/* This crap is needed for Internet Explorer */
#menu_1
{
	background-color: #009AD9;
}

#menu_1.menu_bar_highlight
{
	background-color: #006C9B;
}


/* End crap needed for Internet Explorer */

td.menu_bar
{
	background-color: #00AE4D;
	text-align: center;
	height: 21px;
	cursor: pointer;
}

td.menu_bar_highlight
{
	background-color: #007431;
	text-align: center;
	height: 21px;
	cursor: pointer;
}

#menu_1
{
	background-color: #009AD9;
}

#menu_1.menu_bar_highlight
{
	background-color: #006C9B;
}

td.main_category
{
	background-color: #009AD9; 
	border-left: 1px solid white; 
	border-right: 1px solid #006C9B; 
	border-top: 1px solid #006C9B; 
	border-bottom: 1px solid #006C9B;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
}

a.main_category
{
	text-decoration: none;
	color: black;
	font-size: 11px;
}

td.menu_category
{
	background-color: #009AD9;
	border-top: 1px solid #73D7E8;
	border-bottom: 1px solid #006C9B;
	border-right: 1px solid #006C9B;
	padding: 2px; 
	padding-left: 8px;
	padding-right: 5px;
	vertical-align: middle;
	text-decoration: none;
	color:white;
	font-size: 10px;
}

a.subcategory
{
	text-decoration: none;
	color:white;
	font-size: 10px;
}

a.subcategory:hover
{
	text-decoration: underline;
}

a.bottom_menu
{
	color: white; 
	font-size: 11px;
}

/* Product table */

table.product_table
{
	border: 1px solid #006C9B;
}

td.product_table_header
{
	 background-color: #006C9B; 
	 color: white;
	 font-weight: bold; 
	 font-size: 10px;
	 height: 18px;
}

td.product_table
{
	background-color: #C2E3F3; 
	border-top: 1px solid #006C9B;
	border-right: 1px solid #006C9B;
	border-left: 1px solid white;
	font-size: 10px;
	height: 18px;
	color: #006C9B;
}




input.cart_button
{
	background-color: #009AD9;
	color: white;
	border: 1px solid black;
	font-size: 11px;
}

td.cart
{
	font-size: 11px;
}


input.order_button
{
	background-color: #009AD9;
	color: white;
	border: 1px solid black;
	font-size: 13px;
	font-weight: bold;
}

input.text_shop
{
	border: 1px solid black;
	width: 40px;
}

td.form_title
{
	font-weight: bold;
	text-align: right;
	font-size: 12px;
}

.white_bold
{
	color: white; 
	font-size: 10px; 
	font-weight: bold;
	text-decoration: none;	
}

.footer
{
	font-size: 10px;
	color: white;
}
