/* ------ Links -------- */
a
{
	text-decoration: none;
	color: #2c9e22;
}

/* --------- Top menu ----------- */
.topmenuitemselected
{
	background-image: url(../images/3d_header.gif);
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	height: 16px;
}


/* --------- Left menu ----------- */
#menucontrol
{
	background-image: url(../images/3d_header.gif);
	float:left;
	width: 160px;
	height: 16px;
}
#menuheading
{
	float: left;
	padding-left: 10px;
}


/* --------- Left menu childs ----------- */
div.menuitemchild
{
	width: 160px;
	background-color: #c8d5e4;
}
div.menuitemchildtop
{
	background-color: #e2ebf6;
	height: 1px;
	overflow: hidden;
}
div.menuitemchildbottom
{
	background-color: #afc2d8;
	height: 1px;
	overflow: hidden;
}




/* --------- Category ----------- */

.categorysubheading
{
	background-color: #c8d5e4;
	padding: 1px 2px 1px 7px;
}

/* --------- Buttons ----------- */

.buttonlinkskin,
.buttonlinkskin a
{
	color: White;
}
.buttonbodyskin
{
	float: left;
	background-image: url(../images/button_m.gif);
	background-repeat: repeat-x;
	height: 16px;
	font: 11px arial;
	padding-top: 1px;
	color: white;
	font-weight: bold;
}
.buttonleftskin
{
	float: left;
	background-image: url(../images/button_l.gif);
	height: 16px;
	width: 5px;
}
.buttonrightskin
{
	float: left;
	background-image: url(../images/button_r.gif);
	height: 16px;
	width: 5px;
}