/* =Reset
-------------------------------------------------------------- */

#contactbox {
	padding: 20px;
	height: 95px;
	width: 454px;
	margin-bottom: 20px;
}
.assistance {
	float: left;
	background-image: url(/Qubic/LiveBettingRules/images/assistancebox.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.livechat {
	float: right;
	background-image: url(/Qubic/LiveBettingRules/images/livechatbg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.contactboxtext {
	padding: 10px;
	color: #FFF;
	font-size: 12px;
}
.contactboxtext a {
	color: #f89c28;
	text-decoration: underline;
}

#general-rulestextbox {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 40px;	
	background-repeat: repeat-y;
	background-position: 96px top;
	float: left;
	width: 900px;
}

.fade {
	text-indent: -9999px;
	display: block;
}

.rules {text-align: justify;}

/****** START TOP MENU ADRIAN *******/

li.rules
{
    margin-bottom:12px;
    margin-left: 6px;
}

.rules_title 
{	font-size: 14px;
	height: 28px;
	margin-bottom: 1px;
	padding-left: 24px;
	padding-top: 10px;
	color: #ffffff;
	text-transform: uppercase;
    background: #333 url(/Qubic/LiveBettingRules/images/arrow.png) 12px 14px no-repeat;
	border-bottom: 3px solid #333;
    }
 .rules_title:hover 
 {
     border-bottom: 3px solid #2693FF; 
     }
 .rules_box 
 {
    display: none;
    padding: 30px 60px;
    background-color: rgba(255,255,255,0.6);
    text-shadow: 1px 1px 0 #f1f1f1;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
     }
#sports_rules.a
{
    text-decoration: none;
    }
