/* Universial */
#searchbutton2
{
    position:absolute;
    float: right;
    top: 0%;
    right: 0%;
    width: 13.25%;
    height: 80px;
    background-color: #F5F5F5;
    z-index: 101;
    padding-right: 40px;
}
#headers
{
    float: left;
     margin-left: 9%;
    top: 30%;
    position:absolute;
    width: 134px;
    height: 50px;
    z-index: 101;
    background-color: #000; 
    font-family: 'trade_gothic_lt_stdCnno.18';
    font-size: 32px;
    color: #808284;
}

/* Account */
#accountcontainer
{
    float: left;
    position:absolute;
    top: 79px;
    width: 100%;
    height: 162px;
    z-index: 100;
    background-color: #F5F5F5;
}

#accountpic
{
    float: left;
    left: 9%;
    top: 10px;
    position:absolute;
    width: 134px;
    height: 134px;
    z-index: 101;
}
#accname
{
    float: left;
    left: 40%;
    top: 80px;
    position:absolute;
    width: 220px;
    height: 50px;
    z-index: 101;
      font-family: 'trade_gothic_lt_stdCnno.18';
    font-size: 36px;
    color: #000;
    
}
#accid
{
    float: left;
    left: 40%;
    top: 120px;
    position:absolute;
    width: 220px;
    height: 50px;
    z-index: 101;
    font-family: 'trade_gothic_lt_stdCnno.18';
    font-size: 24px;
    color: #000;
}

/* Sharing  background-color: #F5F5F5; */
#sharingcontainer
{
    float: left;
    position:absolute;
    top: 237px;
    width: 100%;
    height: 137px;
    z-index: 100;
    background-color: #F5F5F5;
}


#pic
{
    float: left;
    margin-left: 9%;
    top: 50%;
    position:absolute;
    width: 140px;
    height: 149px;
    z-index: 102;
    background-color: #000;    
}
#share
{
    position:absolute;
    top: 30%;
    left: 7%;
    float: left;
    width: 75%;
    height: 73px;
    background-color: #F5F5F5;
}

.pics
{
    float: left;
    margin-left: 2%;
    margin-top: 0%;
    width: 77px;
    height: 72px;
    z-index: 102;
    background-color: #EEEDED;    
}


/* Notifications  background-color: #F5F5F5; */
#notificationscontainer
{
    float: left;
    position:absolute;
    top: 370px;
    width: 100%;
    height: 300px;
    z-index: 100;
    background-color: #F5F5F5;
}
.header
{
    float: left;
    margin-left: 7%;
    top: 50px;
    width: 150px;
    height: 50px;
    z-index: 100;
    font-family: 'trade_gothic_lt_stdCnno.18';
    font-size: 32px;
    color: #808284;
}

.listitem
{
    float: left;
    margin-top: -1%;
    margin-left: 7%;
    width: 475px;
    height: 40px;
    font-family: 'trade_gothic_lt_stdCnno.18';
    font-size: 22px;
    color: #000;
    z-index: 100;
    border-top: 1px solid #808284;
    padding-left: 28px;
    padding-top: 7px;
}
#toggleslider
{
    float: right;
    margin-top: -3px;
    margin-right: 0px;
    width: 56px;
    height: 25px;
    z-index: 100;
}

/* Sharing  background-color: #F5F5F5; */
#privacycontainer
{
    float: left;
    position:absolute;
    top: 550px;
    width: 100%;
    height: 276px;
    z-index: 100;
    background-color: #F5F5F5;
}

/* Log Out Button */
#logoutbutton
{
    float: left;
    position:absolute;
    margin-left: 30%;
    margin-top: 130px;
    width: 254px;
    height: 64px;
    z-index: 102;
    background-color: #F5F5F5;
}





