﻿@charset "utf-8";
/* CSS Document */
.clear {
	clear:both;
}
#cboxContent #cboxLoadedContent iframe { /* overrides colorbox sliders */
	height:90%;
}
/* LEADERBOARD STYLES */
	.LB_IndHeader {
		margin:10px 0 0 10px;
	}
	#LB_Individual {
		width: 870px;
		border: 1px solid #999;
		background-color: #FFF;
		margin: 0 0 15px 0;
	}
	.LB_IndProduct {
		float: left;
		margin:10px 0 10px 10px;
		width: 280px
	}
	.LB_IndTotal {
		color:#D71506;
		font-weight:bold;
	}
	.LB_Box {
		float:left;
		width:280px;
		margin-right:15px;
		margin-bottom:10px;
		font-size:12px;
	}
	.LB_Left {
		width:222px;
		float:left;
		margin: 7px 0 7px 8px;
	}
	.LB_Right {
		width:42px;
		float:left;
		text-align:right;
		margin: 7px 8px 7px 0;
	}
	.LB_Header {
		background-color:#D71506;
		color:#FFF;
		height:30px;
	}
	.LB_Header .LB_Left,.LB_Header .LB_Right {
		text-align:left;
	}
	.LB_Row {
		border-bottom:1px solid #E9E9E9;
	}
	.LB_Leader {
		font-weight:bold;
		color:#D71506;
	}
	.LBsmall_product {
		float:left; 
		clear:both; 
		font-size:10px; 
		color:#F93;
		width:150px;
	}
	.LBsmall_points {
		float:left; 
		text-align:right; 
		font-size:10px; 
		color:#F93;
		width:40px;
	}
	.LBsmall_name {
		float:left; 
		clear:both; 
		width:150px;
	}
	.LBsmall_ipoints {
		float:left; 
		text-align:right; 
		width:40px;
	}
/* LEADERBOARD STYLES */

/* RSS STYLES */
	#rssDisplay {
		margin: 25px 0 0 0;
	}
	.CC_Flex .RSS_Item {
		cursor:pointer;
	}
	.RSS_Item {
		margin: 0 0 30px 0;
	}
	#rssDisplay .rssdate {
		background: url("/cfimages/beta/calendar-icon.png") no-repeat;
		width:48px;
		height:48px;
		text-align: center;
		float: left;
		margin-right: 10px;
	}
	#rssDisplay .rssdate .month {
		margin:16px 0 0 0;
		line-height: 12px;
	}
	#rssDisplay .rssdate .day{
		font-size: 13px;
		font-weight: bold;
		line-height: 13px;
	}
	#rssDisplay .RSS_Item p {
		font-size:11px;
	}
	#rssDisplay .RSS_ItemText {
		float:left;
	}
	#rssDisplay .rssWide {
		width:600px;
	}
	#rssDisplay .rssNarrow {
		width:230px;
	}
/* RSS STYLES */