#favorites {
	margin-left: 7px;
}
#favorites .title {
	color: #656b9a;
	font-size: 24px;
    font-weight: normal;
    margin-bottom: 36px;
}

#favorites #products-hitlist,
#favorites #producers-hitlist,
#favorites #destinations-hitlist {
    margin: 0 0 80px 0;
}


#favorites .grid {
    border-collapse: collapse;
}

#favorites .grid td.cell {
    padding-right: 23px;
    padding-bottom: 28px;
    vertical-align: top;
}

#favorites .grid div.cell {
    width: 240px;
}

#favorites .grid .cell-wrapper {
    position: relative;
    padding-bottom: 1px;
}

#favorites .grid .products .cell-wrapper {
    border-bottom: 11px solid #8b92de;
}
#favorites .grid .destinations .cell-wrapper {
    border-bottom: 11px solid #3eba3b;
}
#favorites .grid .producers .cell-wrapper {
    border-bottom: 11px solid #ffd634;
}
#favorites .grid .sweetspots .cell-wrapper {
    border-bottom: 11px solid #3eba3b;
}

#favorites .grid .cell-wrapper img {
    width: 240px;
    height: 240px;
}
#favorites .grid .cell-wrapper .remove-cell {
    position: absolute;
    width: 23px;
    height: 23px;
    background: url(../new-i/icons/remove-favorites.gif) no-repeat left top;
    top: -11px;
    right: -11px;
    cursor: pointer;
}

#favorites .grid .products .cell-wrapper .remove-cell {
    background-position: left top;
}
#favorites .grid .destinations .cell-wrapper .remove-cell {
    background-position: left -23px;
}
#favorites .grid .producers .cell-wrapper .remove-cell {
    background-position: left -46px;
}
#favorites .grid .sweetspots .cell-wrapper .remove-cell {
    background-position: left -23px;
}

#favorites .grid h1 {
    margin-top: 12px;
}
#favorites .grid h1 a {
    color: #c46119;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
}
#favorites .grid h3 {
    color: #4a4a4a;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    margin-top: 6px;
}