﻿#favouriteswrapper
{
      background-color:#F6F7F8;
    padding-bottom:8px;
 }
#myfavourites
{
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 200px;
}
#myfavourites h3
{
    margin-top:0px;
    padding-top:0px;
    border-bottom:#ccc;
}
#myfavourites .favrow
{
  /*  background-color: #F3EDE1;*/
    margin: 2px 0px 2px 0px;
}

#myfavourites .favrow a
{
    float: left;
    width:180px;
    color:#2A4587;
    text-decoration:none;
}
#myfavourites .favrow a:hover
{
    text-decoration:underline;
    color:red;
}
#myfavourites .del
{
    background-image: url(images/del_off.gif);
    float: right;
    display: block;
    height: 8px;
    width: 8px;
    background-repeat: no-repeat;
   margin:2px 4px 0px 2px;
}

#myfavourites .del:hover
{
    background-image: url(images/del_on.gif);
    cursor: pointer;
}

