body
{
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:11px;
}
body.sport
{
	background:#fff url('../../images/common/background/bground_sports.png') repeat-x 0% 0%;
}
body.financial
{
	background:#fff url('../../images/common/background/bground_finance.png') repeat-x 0% 0%;
}

div#divHome
{
	margin:0 0 0 0;
	padding:0 0 0 5px;
	width:630px !important;
	width:632px;
	font-family:Arial;
	font-size:10px;
}

/* Level 1 */
div.slot
{
	/* float:left; */
	margin:0;
	width:300px;
	height:86px;
	padding:0;
	cursor:pointer;
}
div.slot h1
{
	color:#fff;
	padding:1px 0 0 10px;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	height:33px;
	margin:0 0 0 0;
}



/* Level 2 SPORT (will override Levels 1-2) */
div.sportimage
{
}
div.sportmovie
{
	cursor:pointer;
}
div.sporttext
{
	background:url('../../images/sport/articles/sport_item_bg1.gif') no-repeat 0% 0%;
	width:301px;
}
div.sporttext h1
{
	float:left;
	width:185px;
}
div.sporttext b
{
	color:#cd3a08;
}
div.sporttext div.content
{
	float:left;
	width:200px;
	padding:5px;
	margin:0;
	position:relative;
	top:-2px;
}
div.sporttext img
{
	float:right;
	height:88px;
	width:87px;
	position:relative;
	top:-1px;
	left:1px;
}
div.sporttextover
{
	background:url('../../images/sport/articles/sport_item_bg2.gif') no-repeat 0% 0%;
}
div.sporttextover h1
{
	float:left;
	width:185px;
}
div.sporttextover div.content
{
	float:left;
	width:208px;
	padding:5px;
	margin:0;
	position:relative;
	top:-2px;
}
div.sporttextover img
{
	float:right;
	height:88px;
	width:87px;
	position:relative;
	top:-1px;
	left:-4px;
}



/* Level 2 FINS (will override Levels 1-2) */
div.financialimage
{
}
div.financialmovie
{
	cursor:pointer;
}
div.financialtext
{
	background:url('../../images/financial/articles/fins_item_bg.gif') no-repeat 0% 0%;
}
div.financialtext h1
{
	float:left;
	width:185px;
}
div.financialtext div.content
{
	float:left;
	width:200px;
	padding:5px;
	margin:0;
	position:relative;
	top:-2px;
}
div.financialtext img
{
	float:right;
	height:88px;
	width:87px;
	position:relative;
	top:-1px;
	left:1px;
}

div.financialtextover
{
	background:url('../../images/financial/articles/fins_item_bg2.gif') no-repeat 0% 0%;
}
div.financialtextover h1
{
	float:left;
	width:185px;
}
div.financialtextover div.content
{
	float:left;
	width:208px;
	padding:5px;
	margin:0;
	position:relative;
	top:-2px;
}
div.financialtextover img
{
	float:right;
	height:88px;
	width:87px;
	position:relative;
	top:-1px;
	left:-4px;
}


/* Level 3 - Final (will override Levels 1-2) */
div.sportslot1
{
	width:612px;
	height:118px;
	margin-bottom: 3px;
	margin-top: 0px;
}
div.financialslot1
{
	width:612px;
	height:118px;
	margin-bottom: 3px;
	margin-top: 0px;
}
div.nolink
{
	cursor:default;
}
div.noimg div.content
{
	width:295px;
}
div.small
{
	display:block;
	margin:5px 0 0 10px;
	font-size:0.9em;
	color:rgb(50,50,50);
	visibility:hidden;
}

div.slotwrapper1
{
	float:left;
	margin:0 0 0 0;
	width:612px;
	height:118px;
	padding:5px;
}
div.slotwrapper1over
{
	float:left;
	margin:0;
	width:612px;
	height:118px;
	padding:5px;
	background:url('../../images/common/bannerHalo.png') no-repeat 50% 50% !important;
	background:none;
}

div.slotwrapper2,
div.slotwrapper4,
div.slotwrapper6,
div.slotwrapper8
{
	float:left;
	margin:0 0 0 0;
	width:300px;
	height:86px;
	padding:5px;
}

div.slotwrapper2over,
div.slotwrapper4over,
div.slotwrapper6over,
div.slotwrapper8over
{
	float:left;
	margin:0 0 0 0;
	width:300px;
	height:86px;
	padding:5px;
	background:url('../../images/common/halo.png') no-repeat 50% 50% !important;
	background:none;
}

div.slotwrapper3,
div.slotwrapper5,
div.slotwrapper7,
div.slotwrapper9
{
	float:left;
	margin:0;
	width:300px;
	height:86px;
	padding:5px;
}

div.slotwrapper3over,
div.slotwrapper5over,
div.slotwrapper7over,
div.slotwrapper9over
{
	float:left;
	margin:0;
	width:300px;
	height:86px;
	padding:5px;
	background:url('../../images/common/halo.png') no-repeat 50% 50% !important;
	background:none;
}



