@charset "utf-8";
/* CSS Document */


/*
componentbox
*/

.componentbox  {
	background:url(../images/componentbox-top-right.png) right 39px no-repeat;
	width:100%;
	float:left;
	margin-top:-20px;
}

.componentboxtop  {
	background:url(../images/componentboxtop.png) left top no-repeat;
	height:70px;
	overflow:hidden;
	width:100%;
}

.componentboxtop h3 {
	position:absolute;
	left:-9999px;
}

.componentboxcontent{
	background:url(../images/componentboxcontent.png) repeat-y;
	margin:0;
	float:left;
	clear:both;
	width:100%;

}

.componentboxbottom {
	background:url(../images/componentbox-bottom.png) left bottom no-repeat;
	height:68px;
	float:none;
	clear:both;
	width:666px;

}

/*
buttons
*/

.componentbox ul {
	margin:12px 12px;
}

.componentbox li  {
	float:left;
	width:206px;
	height:45px;
	overflow:hidden;
	margin:4px;
}

.componentbox li img  {
	float:left;
	margin:-8px 8px 0 0;
	border:none;
	overflow:hidden;
}


.componentbox li span  {
	float:left;
}



.componentbox li a  {
	background:url(../images/componentbox-button.png) left top no-repeat;
	text-transform:uppercase;
	padding:13px 0px 100px 6px;
	font-size:0.84em;
	text-decoration:none;
	display:block;
	color:#476383;
	font-weight:bold;
	width:210px;
	cursor:pointer;
}

.standard .componentbox li a:hover  {
	color:#FFF;
	background:url(../images/componentbox-button-hover.png) left top no-repeat;
	text-decoration:none;
}


