@import url(/static/common/as/include/imp_pagebase.css);
@import url(../../include/imp_pagebase.css);

div#Body {
	border-left: solid 5px black;
	border-right: solid 5px black;
	border-bottom: solid 5px black;
	width: 878px;
}

table.Navigation {
	background-color: Black;
	width: 878px;
	table-layout: fixed;
	border-left: solid 5px black;
	border-right: solid 5px black;
	border-bottom: solid 7px black;
	border-top: solid 7px black;
	height: 75px;
}

table.Navigation td {
	padding: 15px;
	padding-bottom: 14px;
	border-left: 1px solid #363636;
	background-image: url("../../img/arrow_green-black.gif");
	background-position: right;
	background-repeat: no-repeat;
	cursor: pointer;
}

table.Navigation td.First {
	border-left: none;
}

table.Navigation img {
	margin-left: 5px;
}

div.Categories {
	background-image: url("../../img/grass_background.gif");
	height: 145px;
}

table.Categories {
	width: 878px;
	height: 145px;
	table-layout: fixed;
	font: bold 12px Arial;
	color: White;
}

table.Categories td {
	vertical-align: middle;
	text-align: center;
	padding-top: 3px;
}

table.Categories td div.Image {
	height: 92px;
}

table.Categories td div.Name {
	margin-top: 4px;
}

table.Categories td div.Name a {
	color: White;
}