body
{
	font-family: arial;
	font-size: 10px;
	color: #ffffff;

	margin: 0px;
	padding: 0px;

	background-color: #101010;

	text-align: center;
}

table
{
	border-collapse: collapse;
}

img
{
	margin: 0px;
}

img:hover
{
	border: 1px solid white;
	margin: 0px;
}

a
{
	text-decoration: none;
	color: #ffffff;
}

div
{
	padding: 0px;
	margin: 0px;
}

.header_logo
{
	margin: 0px;
	padding: 0px;
}

.header_indicator_text
{
	font-weight: bold;
	text-align: center;
	color: #dcdedc;
	border-top: solid 0px #65644f;

	margin: 0px;
	padding: 0px;
}


.seperator
{
	height: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #dcdedc;
	background-color: #bcbabc;
}

.footer_menu
{
	background-color: #898aaf;
}

.copyright
{
	font-weight: bold;
	text-align: center;
}

.contact
{
	font-weight: bold;
	text-align: center;
}

.links
{
	color: #dcdedc;

	background-color: #101010;
}

.category_listitem_wt_odd
{
	background-color: #af89a0;

	font-weight: bold;
}

.category_listitem_wt_even
{
	background-color: #c6cb9f;

	font-weight: bold;
}



.product_listitem_wt_0
{
	background-color: #686868;
}

.product_listitem_wt_1
{
	background-color: #000000;
}

.product_listitem_nt_odd
{
	background-color: #af89a0;

	height: 15px;
}

.product_listitem_nt_even
{
	background-color: #c6cb9f;

	height: 15px;
}

