/*****************************************************
Modify this stylesheet to change the colours and appearance
*****************************************************/
.RingtoneSectionsList .MostPopular .csSideControl
{
	width:159px;
	padding:0px;
	margin:0px;
}

.RingtoneSectionsList .MostPopular .csSideControl_Title
{
    display:none;
}

.RingtoneSectionsList .MostPopular .csSideControl_Body
{
	width:159px;
	padding:0px;
	margin:0px;
}

.RingtoneSectionsList .MostPopular .itemContainer
{
    width:159px;
    height:24px;
    background: url('../images/ItemBkg.gif') repeat-x;
}

.RingtoneSectionsList .MostPopular .itemContainer_Selected
{
    width:159px;
    height:24px;
    background: url('../images/SelItemBkg.gif') repeat-x;
}

.RingtoneSectionsList .MostPopular .itemIcon
{
}

.RingtoneSectionsList .MostPopular .itemLabel:hover,
.RingtoneSectionsList .MostPopular .itemLabel_Selected,
.RingtoneSectionsList .MostPopular .itemLabel
{
    color:#002C3D;
    text-decoration:none;
	font-size:13px;
	font-weight:bold;
	margin-left:17px;
	padding-top:3px;
	display:block;
}

.RingtoneSectionsList .MostPopular .itemLabel_Selected:hover,
.RingtoneSectionsList .MostPopular .itemLabel:hover
{
    text-decoration:underline;
}

.RingtoneSectionsList .MostPopular .itemsSeparator
{
}

.RingtoneSectionsList .MostPopular .itemsSeparator .itemsSeparatorBullet
{
}

.RingtoneSectionsList .MostPopular .Footer
{
    height:6px;
    width:159px;
    overflow:hidden;
    background: url('../images/FooterBkg.gif') no-repeat;
}
.RingtoneSectionsList .MostPopular .lnkMorePanel
{
    padding-top:5px;
}

.RingtoneSectionsList .MostPopular .LinkMoreBkg
{
    background: url(../images/MoreLinkCenter.gif);
}

.RingtoneSectionsList .MostPopular .LinkMoreBkg A
{
	color:#ffffff;
	font-weight:bold;
	font-size:9px;
	text-decoration:none;
}

.RingtoneSectionsList .MostPopular .LinkMoreBkg A:hover
{
	color:#374967;
	font-weight:bold;
	font-size:9px;
	text-decoration:none;
}


/*************** Paging Control ***********/

.RingtoneSectionsList .MostPopular .ctrlPagingControl
{
}

.RingtoneSectionsList .MostPopular .ctrlPagingControl_selectedPage
{
    font-weight:bold;
    color:#0A7795;
}

.RingtoneSectionsList .MostPopular .ctrlPagingControl_selectedPage:hover
{
    font-weight:bold;
    color:#0A7795;
    background:#E7E7E7;
}

.RingtoneSectionsList .MostPopular .ctrlPagingControl_recordsInfo
{
}

.RingtoneSectionsList .MostPopular .ctrlPagingControl_pagesInfo
{
}

.RingtoneSectionsList .MostPopular .ctrlPagingControl_pageItems
{
    color:#0A7795;
}

.RingtoneSectionsList .MostPopular .ctrlPagingControl_pageItems:hover
{
    color:#0A7795;
    background:#E7E7E7;
}

.RingtoneSectionsList .MostPopular .ctrlPagingControl_prevPage
{
}

.RingtoneSectionsList .MostPopular .ctrlPagingControl_nextPage
{
}

