/*****************************************************
Modify this stylesheet to change the colours and appearance
*****************************************************/
.MobilePhonesCatalog .Default .csSideControl
{
	width:159px;
	padding:0px;
	margin:0px;
}

.MobilePhonesCatalog .Default .csSideControl_Title
{
    display:none;
}

.MobilePhonesCatalog .Default .csSideControl_Body
{
	width:159px;
	padding:0px;
	margin:0px;
}

.MobilePhonesCatalog .Default  UL
{
	margin: 0; 
	padding:0; 
	list-style-type:none; 
	clear:both;
}

.MobilePhonesCatalog .Default .itemContainer
{
    width:159px;
    height:24px;
    background: url('../images/ItemBkg.gif') repeat-x;
}

.MobilePhonesCatalog .Default .itemContainer_Selected
{
    width:159px;
    height:24px;
    background: url('../images/SelItemBkg.gif') repeat-x;
}

.MobilePhonesCatalog .Default .itemIcon
{
}

.MobilePhonesCatalog .Default .itemLabel:hover,
.MobilePhonesCatalog .Default .itemLabel_Selected,
.MobilePhonesCatalog .Default .itemLabel
{
    color:#002C3D;
    text-decoration:none;
	font-size:13px;
	font-weight:bold;
	margin-left:17px;
	padding-top:3px;
	display:block;
}

.MobilePhonesCatalog .Default .itemLabel_Selected:hover,
.MobilePhonesCatalog .Default .itemLabel:hover
{
    text-decoration:underline;
}

.MobilePhonesCatalog .Default .itemsSeparator
{
}

.MobilePhonesCatalog .Default .itemsSeparator .itemsSeparatorBullet
{
}

.MobilePhonesCatalog .Default .Footer
{
    height:6px;
    width:159px;
    overflow:hidden;
    background: url('../images/FooterBkg.gif') no-repeat;
}
