div#BIT_eyecatcher_wrapper
{
	background:#025f00 url("../images/BIT/background.png") no-repeat bottom right;
	padding:15px;
	position:relative;
	
	border:0px solid #025f00;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
}

div#BIT_cards
{
	background:transparent url("../images/BIT/cards.png") no-repeat top right;
	height:211px;
	position:absolute;
	right:-100px;
	top:-60px;
	width:224px;
}

div#BIT_cubes
{
	background:transparent url("../images/BIT/cubes.png") no-repeat top right;
	height:211px;
	position:absolute;
	right:-50px;
	top:70px;
	width:224px;
}

div#BIT_chips
{
	background:transparent url("../images/BIT/chips.png") no-repeat top right;
	bottom:-75px;
	height:211px;
	right:-25px;
	position:absolute;
	width:224px;
}

div.BIT_box
{
	background:transparent url("../images/BIT/background-box.png") repeat center center;
	color:#ffffff;
	margin:10px 0;
	padding:15px;
	
	border:1px solid #ffffff;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
}

div.BIT_box a,
div.BIT_box a:hover
div.BIT_box a:active
{
	color:#ffffff;
}

div.BIT_box:hover,
div.BIT_box-highlight
{
	background-image:url("../images/BIT/background-box-highlight.png");
	cursor:pointer;
}

.BIT_provider
{
	width:100%;
}

.BIT_box .BIT_tooltip
{
	display:none;
}

.BIT_box:hover .BIT_tooltip
{
	display:table-cell;
}

.BIT_box .BIT_line
{
	border-bottom:1px solid #ffffff;
}

.BIT_provider-name
{
	font-size:1.2em;
	font-weight:bold;
	margin:0 10px;
	vertical-align:top;
	width:200px;
}

.BIT_provider-ranking
{
	background:transparent url("../images/BIT/chip.png") no-repeat left center;
	line-height:40px;
	padding:15px 20px 15px 16px;
}

.BIT_provider-image
{
	width:200px;
}

.BIT_provider-description
{
	margin:0 10px;
}

.BIT_provider-description-detail
{
	width:100%;
}

.BIT_provider-description-detail-list
{
	vertical-align:top;
	width:50%;
}

.BIT_provider-description-detail-list strong.BIT_strong
{
	background-color:#990000;
	font-size:1.2em;
}

.BIT_provider-rating
{
	padding-right:10px;
	text-align:right;
	width:150px;
}

.BIT_provider-link
{
	font-size:1.2em;
}

div.BIT_stars
{
	height:20px;
	width:108px;
}

h1.BIT_headline1
{
	border-bottom:1px solid #ffffff;
	color:#ffffff;
	font-size:1.0em;
}
.clearfix::after{content:"";display:table;clear:both}
