/* CSS Document */

.sport-box-01 {
	font-size:10pt; line-height:16px;
}
.sport-box-01 h2 {
	margin:0px ; padding:0px;
	font-size:14pt;
	color:#FFFFFF;
}

.sport-box-01 .top {
	height:35px; width:100%;
	background-image:url(./images/boxes/01/top-center.jpg);
	background-position:top left;
	background-repeat:repeat-x;	
}

.sport-box-01 .top-left {
	height:35px; 
	width:8px; 
	float:left;
	background-image:url(./images/boxes/01/top-left.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.sport-box-01 .top-right {
	height:35px; 
	width:8px; 
	float:right;
	background-image:url(./images/boxes/01/top-right.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.sport-box-01 .top-center {
	float:left; height:35px; 
	padding:5px 0px 0px 5px;
}

.sport-box-01 .mid {
	width:100%;
	min-height:230px;
	border-left:1px solid #333333;
	background-color:#666666;
	background-image:url(./images/boxes/01/mid-right.jpg);
	background-position:top right;
	background-repeat:repeat-y;
	color:#DEDEDE;
}

.sport-box-01 .mid a{color:#DEDEDE;text-decoration:none}
.sport-box-01 .mid a:hover{color:#FFF;text-decoration:underline;}
.sport-box-01 .mid a:visited{color:#DEDEDE;}


.sport-box-01 .bottom {
	width:100%; height:10px;
	background-image:url(./images/boxes/01/bottom-center.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

.sport-box-01 .bottom-left {
	width:10px; height:10px;
	float:left;
	background-image:url(./images/boxes/01/bottom-left.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.sport-box-01 .bottom-right {
	width:10px; height:10px;
	float:right;
	background-image:url(./images/boxes/01/bottom-right.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}


.sport-box-01 ul {
	list-style:none;
}

.sport-box-02 {
	float:left;background-image:url(./images/boxes/02/test.png); background-position:top right;	background-repeat:no-repeat;width:250px; font-size:10pt; line-height:12pt; height:165px; overflow:hidden;
	color:#DEDEDE;
}
.sport-box-02 ul {
	list-style:none;
	margin:10px 5px 5px 35px;
}
.sport-box-02 ul li{
	clear:left;
}

.sport-box-02 div  a {
	text-decoration:none;
	color:#DEDEDE;
}
.sport-box-02 a:visited {
	text-decoration:none;
	color:#DEDEDE;
}
.sport-box-02 a:hover {
	text-decoration:overline;
	color:#DEDEDE;
}


