@charset "utf-8";
/* CSS Document */

@import url("reset-min.css");
@import url("header.css");
@import url("footer.css");
@import url("pages.css");
@import url("register.css");
@import url("login.css");
@import url("uniform.default.css");
@import url("labels.css");
@import url("my-account.css");
@import url("faq.css");
@import url("tnc.css");
@import url("notifications.css");
@import url("promotions.css?version=1.0");


/* PROMOTION-SPECIFIC CSS FILES */

@import url("../../promotions/31-05-2010-world-cup/style.css");
@import url("../../promotions/12-08-2010-fantasy-league/style.css");
@import url("../../promotions/14-02-2011-kings-multiple/style.css");
@import url("../../promotions/promotions_home/style.css");
@import url("../../promotions/25-11-2011-el-classico/style.css");

@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('../font/Chunkfive-webfont.eot');
	src: local('☺'), url('../font/Chunkfive-webfont.woff') format('woff'), url('../font/Chunkfive-webfont.ttf') format('truetype'), url('../font/Chunkfive-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #fff url(../img/bg.gif) repeat-x scroll left top;
}

strong {
	font-weight: bold;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

em {
	font-style: italic;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.font-14 {
	font-size: 14px;
}

.font-16 {
	font-size: 16px;
}

.font-18 {
	font-size: 18px;
}

.font-bold {
	font-weight: bold;
}

.text-upper {
	text-transform: uppercase;
}

.color-red {
	color: #9d0a12;
}

.alignleft {
	float: left;
	padding: 0 20px 20px 0;
}

.clearleft {
	clear: left;
}

#main_wrap {
	width: 937px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

#content {
	width: inherit;
}

.font-12 {
	font-size: 12px;
}

.font-14 {
	font-size: 14px;
}

.font-16 {
	font-size: 16px;
}
.font-22 {
	font-size: 22px;
}

.underline {
	border-bottom: 1px solid #d6d6d6;
}

.float_right {
	float:  right;
}

.float_left {
	float:  left;
}

#c_wrap .error {
	color: #ff0000;
}

#scroller1 {
	background: #fff;
	width: 100%;
	height: 251px;
	overflow: hidden;
	position: relative;
}

#scroller1 ul {
	position: absolute;
}

.provided {
	text-align: center;
	font-size: 10px;
	padding: 20px 0 0 0;
}

.tnc {
	margin: 0 0 0 20px;
}

.tnc ul {
	margin: 0 0 0 20px;
}

.tnc ol {
	margin: 0 0 0 20px;
	list-style-type: decimal !important;
}

.tnc li {
	margin: 5px 0 5px 0;
	list-style-type: disc;
}

.footer-content {
text-align: left;
padding: 20px 0 0 0;
color: #999999;
}

.footer-content h1 {
font-size: 16px;
font-weight: bold;
}

.footer-content p {
padding: 10px 0 0 0;
line-height: 18px;
}

/* LANDING PAGES-SPECIFIC CSS FILES */
@import url("../../lp/bettingchoice_en/style.css");

.color-red-light {
	color: #dd0021;
}
