/* XSMALL BOX DEFINITION*/
.xs_box {
	background-image: url(../images/boxes/small_box_start.png);
	background-repeat: no-repeat;
	width: 254px;
	padding-top: 4px;
	margin: 0px 4px 8px;
	float: left;
}

.xs_box_content {
	background-image: url(../images/boxes/small_box_middle.png);
	background-repeat: repeat-y;
	width: 254px;
	padding: 0px 0px;
	min-height: 150px;
	position: relative;
}

.xs_box_end {
	background-image: url(../images/boxes/small_box_end.png);
	background-repeat: no-repeat;
	width: 254px;
	padding-bottom: 7px;
}

/* SMALL BOX DEFINITION*/
.small_box {
	background-image: url(../images/boxes/small_box_start.png);
	background-repeat: no-repeat;
	width: 254px;
	padding-top: 4px;
	margin: 0px 4px 8px;
	float: left;
}

.small_box_content {
	background-image: url(../images/boxes/small_box_middle.png);
	background-repeat: repeat-y;
	width: 254px;
	padding: 0px 0px;
	min-height: 321px;
	position: relative;
}

.small_about_content {
	background-image: url(../images/boxes/small_box_middle.png);
	background-repeat: repeat-y;
	width: 254px;
	padding: 0px 0px;
	position: relative;
}

.small_box_end {
	background-image: url(../images/boxes/small_box_end.png);
	background-repeat: no-repeat;
	width: 254px;
	padding-bottom: 7px;
}

/* MEDIUM BOX DEFINITION*/
.medium_box {
	background-image: url(../images/boxes/medium_box_start.png);
	background-repeat: no-repeat;
	width: 386px;
	padding-top: 4px;
	margin: 0px 4px 8px;
	float: left;
}

.medium_box_content {
	background-image: url(../images/boxes/medium_box_middle.png);
	background-repeat: repeat-y;
	width: 386px;
	padding: 0px 0px;
	min-height: 153px;
	height: 153px; /* IE6 HACK */
	position: relative;
}

.medium_box_end {
	background-image: url(../images/boxes/medium_box_end.png);
	background-repeat: no-repeat;
	width: 386px;
	padding-bottom: 7px;
}

/* LARGE BOX DEFINITION */
.l_box {
	background-image: url(../images/boxes/large_box_start.png);
	background-repeat: no-repeat;
	width: 516px;
	padding-top: 4px;
	margin: 0px 4px 0 0;
	float:left;
}

.l_box_content {
	background-image: url(../images/boxes/large_box_middle.png);
	background-repeat: repeat-y;
	width: 516px;
	padding: 0px 0px;
	min-height: 470px;
}

.l_box_end {
	background-image: url(../images/boxes/large_box_end.png);
	background-repeat: no-repeat;
	width: 516px;
	padding-bottom: 7px;
}

/* XLARGE BOX DEFINITION */
.xl_box {
	background-image: url(../images/boxes/xl_box_start.png);
	background-repeat: no-repeat;
	width: 780px;
	padding-top: 4px;
	margin: 0px 4px 8px;
	float: left;
}

.xl_box_content {
	background-image: url(../images/boxes/xl_box_middle.png);
	background-repeat: repeat-y;
	width: 779px;
	padding: 0px 0px;
	min-height: 150px;
	position: relative;
}

.xl_box_end {
	background-image: url(../images/boxes/xl_box_end.png);
	background-repeat: no-repeat;
	width: 780px;
	padding-bottom: 7px;
}

/* BOXES ELEMENTS */
img.box_arrow {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 5px;
	float: left;
}

.xs_box .box_arrow {
	margin-top: 6px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

.box_container {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	cursor: pointer;
}

.no_click_box_container {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	padding: 10px 20px 10px 10px;
	width: 354px;
}

.box_static {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 98;
}

.box_glow {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 99;
}

.player_bio_text {
	line-height: 1.5em;
	padding-top: 5px;
}

.competition_bg {
	background-image: url(../images/competition_nov2011.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color:#000000;
}

#legal_accordion div div.legal p {
	padding-bottom:10px;
}

#legal_accordion div div.legal p b {
	padding-bottom:10px;
	color:white;
}

.xs_box_margin {
	margin:0px 0px 4px;
}
