/* ------ Links -------- */
a
{
	text-decoration: none;
	color: #a9a9a9;
}

/* --------- 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;
}


/* --------- Listing ----------- */
.boxcontrol
{
	clear: both;
	background-color: #a9a9a9;
	height: 16px;
}
.boxheading
{
	float:left;
	padding-left: 7px;
}
.boxbody
{
	background-color: #eef2f7;
	background-image: url(../images/linkpad.gif);
	background-repeat: repeat-x;
	padding: 4px 6px 6px 8px;
}
.boxbodysmall
{
	width: 200px;
	float: left;
	background-color: #eef2f7;
	background-image: url(../images/linkpad.gif);
	background-repeat: repeat-x;
}
.boxbodysmallmargin
{
	margin: 6px 6px 6px 6px;
}
.boxitem
{
	padding-bottom: 2px;
}
.boxlink
{
	color: #6c6c6c;
}

/* --------- 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;
}
