.block
{
    display:block;
    float:left;
}

div.header div.logo
{
    margin-top:10px;
    margin-left:60px;
}

.mobileHeader
{
    background-image: url('splitter.png');
    background-repeat: repeat-x;
    background-position: bottom;
    
    height: 25px;
    background-position: bottom;
    padding: 15px 10px 10px; 
}

.mobileHeader div
{
    width:100%; 
    text-align: center;
}

.mobileListItem
{
    background-image: url('splitter.png');
    background-repeat: repeat-x;
    background-position: bottom;
    
    height: 40px;
    background-position: bottom;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    display:block;
}

.mobileListItem a
{
    width:100%;
    height:100%;
    padding-right:0px;
}

.contentHeader
{
    margin-bottom:2px;
	margin-top: 4px;
}

.mobileListItem:hover
{
    background-color: #F3F3F3;
}

.mobileListItemIcon
{
    height:48px;
    width:48px;
}

.mobileListItemContent
{
    float:left;
    position:absolute;
    padding: 0px 10px 0px 60px;
}

.mobileListRightArrow
{
    background-image: url('arrow000.png');
    width:10px;
    height:10px;
    margin-top:15px;
    margin-right:0px;
}