body
{
	position: relative;
}

/* Prize List */
#allStarBodyTopLeftCol
{
    width:310px;
    float:left;
}

#allStarBodyTopRightCol
{
    width:560px;
    float:left;
}

#allStarBodyTopRightCol p
{
    font-size:12px;
    margin:0px;
}    
    
.allStarHeader
{
    margin:10px 0pt 25px;
}    

#allStar
{
	list-style: none;
	margin: 18px 0;
}


#allStar img.imgPrize
{
	float: left;
	padding: 0 6px 0 0;
	width: 75px;
	height: 75px;	
}

.btnsMedia img
{
	float: left;
	margin: 4px 8px 0 0;
	cursor: pointer;
}

#allStar li
{
	position: relative;
	width: 300px;
	float: left;
	margin: 0 20px 40px 0;
	height: 80px;
}

html>body #allStar li
{
	margin: 0 0 20px 0;
	height:100px;
}


#allStar li a
{
	display: block;
}

#allStar .itemName
{
    font-weight:bold;
    font-size:11px;
}    

#allStar #colLeft img
{
	width:100px;
}

#allStar #colLeft
{
    float:left; 
    width:100px;
}

#allStar #colRight
{
    float:left; 
    text-align:left;
    padding:0 0 0 10px;
    font-size:11px;
    width:190px;
}    

#userName
{
    font-size:14px;
    font-weight:bold;
    margin:0 0 5px 0;
}
    
/* Right Col Nav */

#catList
{
	list-style: none;
}

#catList li
{
	position: relative;
	font-size: 14px;
	font-weight: bold;
	
	padding: 6px 4px;
	border: 1px solid #89bf3f;
	border-width: 0 0 1px 0;
}



#catList li div
{
	position: absolute;
	top: 10px;
	right: 4px;
	font-size: 9px;
	font-weight: normal;
}

#catList li a
{
	color: #333;
	text-decoration: none;
}

.catSelected
{
	background-color: #eee;
}

/* Top Players */
#topPlayersTabs
{
	margin: 8px 0 14px 0;
}


#topPlayersTabs table
{
	width: 225px;
}

#topPlayersTabs thead td
{
	font-weight: bold;
}

#topPlayersTabs td
{
	border: 1px solid #89bf3f;
	border-width: 0 0 1px 0;
	padding: 6px;
}

#topPlayersTabs tfoot td
{
	border: none;
	text-align: right;
	padding-top: 14px;
}

.TPRank
{
	width: 48px;
}

.TPPlayers
{
	width: 122px;
}

.TPPoints
{
	width: 55px;
}

/* Media Buttons/Effects */
#mediaBox
{
	position: absolute;
	overflow: hidden;
	z-index: 9999;
}

.aBox
{
	width: 300px;
	height: 64px;
	background: transparent url(/images/bubble_sm.png) no-repeat;	
}

.vBox
{
	width: 470px;
	height: 390px;
	background: transparent url(/images/bubble_lg.png) no-repeat;	
}

.aBox #mediaBoxContent
{
	margin: 33px 0 0 6px;
}

.vBox #mediaBoxContent
{
	margin: 30px 0 0 22px;
}

#mediaBoxClose
{
	position: absolute;
	top: 14px;
	right: 7px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	cursor: pointer;
}

.rightAlign
{
    text-align:right;
}