@charset "utf-8";
/* CSS Styles for the Sign-Up Bonus Table */

* {
	margin:0px;
	padding:0px;
	border:none;
	text-decoration:none;
}
/*LAYOUT AND CONTAINERS*/
#casino-bonus-container
{
width:840px;
height:auto;
border:0px solid black;
margin: auto;
}

div.bonus-container
{
height:auto;
width: 600px;
border:0px solid black;
float:left;
margin-right:60px;
}

div.bonus-container-content
{
border-color:#787878;
border-style:solid;
border-width:0px 1px 0px 1px;
}

div.bonus-container-bottom
{
background-image:url(../image/casino-bonuses-images/casino-bonus-container-bottom.png);
background-repeat:no-repeat;
height:21px;
width:600px;
}

div.linebreak
{
background-image:url(../image/casino-bonuses-images/dot-breaker.png);
background-repeat:repeat-x;
height:9px;
width:596px;
}


div.bonus-container-title-circuscasino
{
height:70px;
width:600px;
background-image:url(../image/casino-bonuses-images/circus-casino-title-bg.png);
background-repeat:no-repeat;
background-position:top right;
}

div.bonus-container-title-ladbrokescasino
{
height:70px;
width:600px;
background-image:url(../image/casino-bonuses-images/ladbrokes-casino-title-bg.png);
background-repeat:no-repeat;
background-position:top right;
}

div.bonus-container-title-vccasino
{
height:70px;
width:600px;
background-image:url(../image/casino-bonuses-images/victor-chandler-casino-title-bg.png);
background-repeat:no-repeat;
background-position:top right;
}

div.bonus-container-title-casinorip
{
height:70px;
width:600px;
background-image:url(../image/casino-bonuses-images/casinorip-casino-title-bg.png);
background-repeat:no-repeat;
background-position:top right;
}

div.bonus-container-title-32red
{
height:70px;
width:600px;
background-image:url(../image/casino-bonuses-images/32red-casino-title-bg.png);
background-repeat:no-repeat;
background-position:top right;
}

div.bonus-container-title-virgin
{
height:70px;
width:600px;
background-image:url(../image/casino-bonuses-images/virgin-casino-title-bg.png);
background-repeat:no-repeat;
background-position:top right;
}

div.bonus-container-title-allslots
{
height:70px;
width:600px;
background-image:url(../image/casino-bonuses-images/allslots-casino-title-bg.png);
background-repeat:no-repeat;
background-position:top right;
}

div.bonus-container-title-spinpalace
{
height:70px;
width:600px;
background-image:url(../image/casino-bonuses-images/spin-palace-casino-title-bg.png);
background-repeat:no-repeat;
background-position:top right;
}

/*BONUSES AT A GLANCE CONTAINER*/
div.bonusglance
{
width:460px;
height:156px;
border-style:solid;
border-width:0px;
border-color:#ffffff;
padding: 0 0 0 0;
font-size:12px;
background-image:url(../image/casino-bonuses-images/bonus-glance.png);
background-repeat:no-repeat;

}

div.bonusglance-title {
	width:460px;
	height:auto;
	background-image:none;
}

div.bonusglance-title h2 {
	font-size:16px;
	color:#990000;
	padding-bottom:8px;
	padding-top:23px;
	text-align:left;
	padding-left:14px;
	
}

ul.leftbonusglance
{
list-style-type:none;
float:left;
margin-top:5px;
}
ul.leftbonusglance li
{
}
ul.leftbonusglance li a
{
text-decoration:none;
width:220px;
display:block;
padding-left:15px;
}
ul.leftbonusglance li a:hover
{
background-color:#929292;
}

ul.rightbonusglance
{
list-style-type:none;
float:right;
margin-top:5px;
}
ul.rightbonusglance li
{
}
ul.rightbonusglance li a
{
text-decoration:none;
width:225px;
display:block;
}
ul.rightbonusglance li a:hover
{
background-color:#929292;
}


/*BUTTONS*/

div.bonus-button
{
background-image:url(../image/casino-bonuses-images/casino-bonus-button.png);
background-repeat:no-repeat;
height:80px;
width:210px;
margin:auto;
}
div.bonus-button p
{
line-height:65px;
}



/*FONTS*/

div.bonus-container-title-circuscasino p
{
margin-right:20px;
padding-top:5px;
}

div.bonus-container-content p
{
padding:10px;
font-size:10px;
}

div.bonus-container-content ul 
{
padding-left:35px;
padding-top:10px;
padding-bottom:10px;
width:350px;
text-align:justify;
}

div.bonus-container-content ul li
{
font-size:12px;
}

div.bonus-container-content h3
{
text-align:left;
padding-left:20px;
}


span.circusbig
{
color:#ffffff;
font-size:34px;
}
span.circussmall
{
color:#ffffff;
font-size:13px;
font-weight:bold;
}




