body{
    position:relative;
}
.favourite{
    color:red;
    position:absolute;
    top:0;
    right:0;
    cursor: pointer;
}
.noticeboard{
    position:relative;
    height:150px;
    width: 150px;
    background-color:yellow;
    margin-bottom:10px;
}
.fav-list{
    position:relative;
    height:300px;
    width: 350px;
    background-color:#F7F7F7;
    overflow-y: scroll;
}
.myCollection{
    /*float:right;*/
}
.myCollectionContainer{
    position:fixed;
    height:300px;
    width: 386px;
    top:35%;
    z-index:101;
    opacity:0.85;
    filter:alpha(opacity=85);
    right: -354px;
}
.fav-expand{
    background-color:grey;
    color:white;
    float:left;
    width:36px;
    display: inline-block;
    cursor: pointer;
}
.fav-expand>p{
    padding:5px 10px 0px 10px;
}
.fav-expand>img{
    padding:5px 4px 0px 4px;
}
.favHeader{
    color:#913447;
    font-size:16px;
    font-weight:bold;
    padding:5px 5px 0px 5px;    
}
.favHeader>a:link {color:#913447;text-decoration:none;}      /* unvisited link */
.favHeader>a:visited {color:#913447;text-decoration:none;}  /* visited link */
.favHeader>a:hover {color:#913447;text-decoration:none;}  /* mouse over link */
.favHeader>a:active {color:#913447;text-decoration:none;}  /* selected link */
.favContent{
     padding:10px 5px 10px 5px;
}
.fav-right{
    float:right;
}
.fav-left{
    float:left;
    width:88%;
}
.fav-container{
    display: inline-block;
    border-top-color: #AEB7C0;
    border-top-style: solid;
    border-top-width:1px;
    width:100%;
}
.fav-list-ul>li:first-child>.fav-container{
    border-top: none;
}
.fav-list-ul{ 
/*    border-style:solid; */
/*    border-width:2px; */
/*    border-color:red; */
    list-style-type: none;
    margin: 5px; padding: 0;
}
.fav-list-ul>li{ 
    margin: 5px; 
    padding: 0;
}
.fav-del{
    cursor: pointer;
    vertical-align:middle;
    padding:5px 5px 5px 5px;
}
.fav-top{
    background-color:#F7F7F7;
    height:30px;
    padding:5px 5px 5px 5px;
}
.fav-footer{
    background-color:#F7F7F7;
    height:30px;
    width:350px;
    float:right;
}
.fav-clear-all{
    float:left;
    position:relative;
    cursor: pointer;
    /*overflow-y: scroll;*/
    padding-right:10px;
}
.fav-clear-all>.favHeader {
    color:#666;
    padding:5px 5px 15px 5px;
}
.fav-clear-all>.favHeader>a:link {color:#666;text-decoration:none;}      /* unvisited link */
.fav-clear-all>.favHeader>a:visited {color:#666;text-decoration:none;}  /* visited link */
.fav-clear-all>.favHeader>a:hover {color:#666;text-decoration:none;}  /* mouse over link */
.fav-clear-all>.favHeader>a:active {color:#666;text-decoration:none;}  /* selected link */
#content #icon-button>.collect>ul{
    list-style:none;
    width:280px;
    background: #fff;
    text-align: left;
}