@import "base.css";

/*   Weekly Pickup Setting  */

#Weekly-PickUp-Wrapper{
	width:570px;
	height:auto;
	margin:0 0 5px 0;
}
#Weekly-PickUp-Top{
	z-index:0;
	position:relative;
	width:570px;
	height:110px;
	float:left;
}
#Weekly-PickUp-Body{
	z-index:1;
	position:relative;
	width:570px;
	min-height:188px;
	height:auto !important;
	height:188px;
	float:left;
	background:url(../images/wp_body_bg.jpg) bottom no-repeat;
}
#Weekly-PickUp-TxtBox{
	z-index:2;
	position:relative;
	width:312px;
	height:auto;
	margin:-95px 15px 10px 0;
	padding:5px;
	float:right;
	display:inline;
	background:url(../images/wp_txtbox_bg.jpg) repeat-y;
}
#PW-Detail-Link{
	font-weight:bold;
	margin:0 15px 15px 0;
	float:right;
	clear:both;
	display:inline;
}

/*   Lastweek Result / Pickup Race Setting  */

.Race-Result, .Race-Result2{
	font-weight:bold;
	color:#FF0000;
	padding:5px 0 0 0;
	/padding:4px 0 0 0;
	float:right;
}
.Race-Result2{
	color:#666666;
}

