/* Controls the outer end of the box */

div#BonusHolder, div#BonusHolder01 {
	display:block;
	width:100%;
	min-height:200px;
	padding:2px 2px 55px 2px;
}

div#BonusHolder {
	border-bottom:1px solid #BACAEC;
}

/* Paragraph control */

#BonusHolder p, div#BonusHolder01 p { 
	margin-bottom:40px;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div.BonusExtraPara {
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:10px 6px;
}

/* Controls the pics */

div.BounusPicHolder1 {
	display:block;
	margin:3px 6px 12px 6px;
	float:left;
}
div.BounusPicHolder2 {
	display:block;
	margin:3px 5px 12px 6px;
	float:right;
}
div.BounusPicHolder1 a, div.BounusPicHolder2 a {
	display:block;
	margin:2px auto;
}

/* Style for the links to the bigger version of thumbnails */
a.popper {
	display:block;
	background:url(images/popup.gif) no-repeat center right;
	text-align:right;
	padding-right:14px;
	text-decoration:none;
	font-size:11px;
}
a.popper:hover {
	background:url(images/popupHover.gif) no-repeat center right;
	text-decoration:underline;
}

/* Title */
.BonusNamen {
	display:block;
	margin:5px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#563084;
	font-size:19px;
	text-align:center;
}

/* Control Buttons */
.prevbonus {
	color:#9933D2;
	border-bottom: 2px solid #c9f;
	padding-bottom: 2px;
	margin-bottom: 2px;
	font-size: 14px;
	display:block;
	width:100%;
}

#PrevbonusContainer {
	display:block;
	width:100%;
	margin:0;
	padding:0;
}

#prevbonus {
	display:inline;
	margin:10px 10px 10px 10px;
	width:250px;
	float:left;
	list-style:none;
}

#prevbonus a {
	background:url(images/swirlbullet.gif) center left no-repeat;
	display:block;
	text-decoration:none;
	padding:2px 0 2px 18px;
	color:#90c;
	width:250px;
}

#prevbonus a:hover {
	background:url(images/swirlbullet-over.gif) center left no-repeat;
}

/* Button Holders */
.PrevButtonsHolder {
	display:block;
	margin:0;
	padding:0;
	width:100%;
	height:35px;
}

.PrevButtonsHolder01 {
	display:inline;
	width:215px;
	margin:0 9px 5px 0;
	float:left;
	list-style:none;
}

/* The Header Controls */
img.RubyInChair {
	display:inline; 
	float:right; 
	clear:right;
	width:127px; 
	height:131px; 
	border:0;
}

div.BroadcastBonusBackingUndHolder {
	background:url(images/wimseyBacking.gif) no-repeat top left; 
	display:block; 
	height:88px; 
	margin-bottom:0px;
}

span.BroadcastBonusHeaderText {
	font: 30px Georgia, "Times New Roman", Times, serif bold; 
	color:#bb0000; 
	display:inline; 
	padding-left:8px; 
	padding-top:25px; 
	float:left;
}

span.BroadcastBonusHeaderDots {
	display:block; 
	margin-left:233px; 
	margin-right:15px; 
	height:53px; 
	background:url(images/dotBacking.gif) repeat-x bottom;
}


/* Caption */
.Caption {
	display:block;
	text-align:left;
	padding:1px 3px 5px 3px;
	font-size:9px;
}
