/* ################################################ */
/* QUICK LINK BOXES				    */
/* ################################################ */
.boxHeader {
	margin: 0;
	padding: 5px 5px 5px 8px;
	color: #ffffff;
	font-weight: bold;
	background-image: url('/host/portage/Image/site/QLtop.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

.boxBody {
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 20px;
	background-image:url('/host/portage/Image/site/QLbottom.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}


/* ################################################ */
/* QUICK LINK ... LINKS :)			    */
/* ################################################ */
.boxBody a
{
	text-decoration: none;
	color: #454545;
	border-bottom: none;
	/*
	background: inherit;
	*/
	min-width: 0px;
}

.boxBody a:hover
{
	border-bottom: none;
	text-decoration: underline;
	/*
	background: inherit;
	*/
	min-width: 0px;
}

 
