table
{
	font-family: Verdana;
	font-size: 10px;
	color: #555555;
}

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

a:hover
{
	text-decoration: underline;
}

input
{
	border: 1px solid #555555;
	background-color: whitesmoke;
	font-family: Verdana;
	font-size: 10px;
	color: #555555;
}

select
{
	border: 1px solid #555555;
	background-color: whitesmoke;
	width: 150px;
	font-family: Verdana;
	font-size: 10px;
	color: #555555;
}

textarea
{
	border: 1px solid #555555;
	background-color: whitesmoke;
	width: 150px;
	font-family: Verdana;
	font-size: 10px;
	color: #555555;
}

.main_view
{
}


body
{
	background-color: white;
}

.product_photo_small
{
	border: none;
}

.product_link
{
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}


.product_link:hover
{
	text-decoration: underline;
}


.category_link
{
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: white;
	width: 100%;
	text-decoration: none;
	border-bottom: 1px;
	padding: 3px;
	border-left: 8px solid #F3F8F7;
	border-bottom: 1px solid white;
}


.special_link
{
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #555555;
	width: 100%;
	text-decoration: none;
	padding: 3px;
	padding-left: 10px;
	border-left: 8px solid #F3F8F7;
}


.special_link:hover
{
	background-color: #EEEEEE;
	text-decoration: none;
	border-left: 8px solid orange;
}


.category_link:hover
{
	background-color: #51a0d1;
	text-decoration: none;
	border-left: 8px solid #FB7210;
	border-bottom: 1px solid #FB7210;
}


.category_link_active
{
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: white;
	width: 100%;
	text-decoration: none;
	border-bottom: 1px;
	padding: 3px;
	border-left: 8px solid #FB7210;
	border-bottom: 1px solid #FB7210;
}


.category_link_active:hover
{
	background-color: #51a0d1;
	text-decoration: none;
	border-left: 8px solid #FB7210;
	border-bottom: 1px solid #FB7210;
}


.navigation_link
{
	font-weight: bold;
}


.navigation_link:hover
{
	text_decoration: underline;
}


.navigation_link_active
{
	font-weight: bold;
	color: #fa5800;
}


.navigation_link_active:hover
{
	text_decoration: underline;
}


.usermenu_link
{
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #F5F5F5;
	width: 130px;
	text-decoration: none;
	border-bottom: 1px;
	padding: 3px;
	padding-left: 10px;
	border-left: 8px solid #F3F8F7;
}


.usermenu_link:hover
{
	background-color: black;
	text-decoration: none;
	border-left: 8px solid orange;
}


.db_form_header
{
	background-color: #9DB1C5;
	padding: 5px;
	color: white;
}


.db_form_table
{
	border: 1px solid #9DB1C5;
	width: 100%;
}


.db_form_main
{
	padding-bottom: 10px; 
	text-align: center;
}