@import url("mainNews.css");
@import url("SpryAccordion.css");
/** Inside news.com Component **/

.sideScrollerPromo{
	overflow:hidden;
	position:relative;
	width: 100%;
}

.sideScrollerPromo .assetType{
	font-weight:bold;
	color:#666;
}


.sideScrollerPromo #scrollShell{
	overflow:hidden;
	width: 95%;
	height: 200px;
	
}

.sideScrollerPromo #scrollShell ul{
	width: 218px;	
	height: 100%;
	list-style-type: none;
	margin: 0px;
}

.sideScrollerPromo #scrollShell ul li{
	width: 218px;
	float:left;
	height: 100%;
	overflow:hidden;	
}

.sideScrollerPromo .scrollingArrows{
	position: absolute;
	top:0;
	right:0;
    width: 100%;
	background: transparent;

}

.sideScrollerPromo .scrollingArrows .arrowLeft,
.sideScrollerPromo .scrollingArrows .arrowRight{
	text-indent:-9999px;
	display:block;
	width:20px;
	height: 27px;
	float:left;
	cursor:pointer;
}

.sideScrollerPromo .scrollingArrows .arrowLeft{
	background: transparent url('../images/lrArrowSprite2.png') 0px 0px no-repeat;
	margin: 80px 0px 0px 8px;
	position: relative;
}

.sideScrollerPromo .scrollingArrows .arrowRight{
	background: transparent url('../images/lrArrowSprite2.png') 0px -27px no-repeat;
	margin: 80px 0px 0px 962px;	
	position: relative;
}

.ItemBox {
width: 200px;
height: 152px;
background: transparent url('../images/slider_image_bg.gif') no-repeat 50% -15%;
margin-top: 8px;
padding-top: 4px;
}

.promoBox a{text-decoration: none}

.ItemBox .ImageLink{
width: 190px;
height: 140px;
border: 1px solid #777;
}

.text {
width: 190px;
height: 33px;
font-weight: bold;
font-size: 12px;
text-align: center;
}

.Leads{
float: left;
font-size: 12px;
font-weight: bold;
color: #666;
width: 97%;
margin-left: 3%;
margin-top: 10px;
line-height: 25px;
}

.subLeads{
float: left;
font-size: 12px;
font-weight: bold;
color: #444;
width: 97%;
margin-top: 25px;
margin-left: 15px;
}

.subjContent a{ line-height: 20px;}
.subjContent {
width: 100%;
height: 100%;
float: left
}

.error {
width: 95%;
margin-left: 5%;
text-indent: 10px;
color: #009de0;
font-size: 12px;
height: 30px;
margin-top: 15px;
border-bottom: 1px dotted #666;
}

.subjHeader{
font-size: 12px;
font-weight: normal;
font-weight: bold;
color: #434343;
}


