﻿.top a
{
    margin-left: 20px;
	color: #b80000 !important;
    cursor: hand;
	cursor:pointer;
}
.top a:hover
{
    text-decoration: underline;
}

/* onsale panels */

#onsale_panels
{
    width: 187px;
    margin-top: 12px;
}
#onsale_panels .panel
{
}
#onsale_panels .panel table
{
    width: 187px;
}
#onsale_panels .panel .top
{
    background: url(../../Images/back2.jpg.ashx) repeat center top;
    background-color: #e4e4ea;
    height: 31px;
    width: 187px;
    text-align: left;
    vertical-align: middle;
}
#onsale_panels .panel .middle
{
    background-position: right top;
    width: 160px;
    height: 100px;
    min-height: 100px;
}
#onsale_panels .panel .middle .img
{
    position: relative;
    top: 70px;
    left: 6px;
    width: 161px;
    text-align: right;
    background-color: #ECEDF2;
}

#onsale_panels .panel .middle .txt
{
    position: absolute;
    top: 15px;
    left: 6px;
    text-align: left;
    width: 130px;
    line-height: 12px;
}
#onsale_panels .panel .middle .price
{
    position: absolute;
    top: 85px;
    left: 15px;
    width: 50px;
}
#onsale_panels .panel .middle .price .ablu11b
{
    font-size: 8px;
    color: #4f585c;
}
#onsale_panels .panel .middle .price .oldPrice
{
    font-size: 11px;
    display: block;
}
#onsale_panels .panel .middle .price .salePrice
{
    font-size: 13px;
    display: block;
    color: #4f585c;
}
#onsale_panels .panel .bottom
{
    background-position: right top;
    height: 0px;
    text-align: center;
    width: 160px;
}

/* tell a friend */

#tell-a-friend
{
    width: 187px;
    margin-top: 12px;
}
#tell-a-friend .panel
{
}
#tell-a-friend .panel .top
{
    background: url(../../Images/back2.jpg.ashx) repeat center top;
    background-color: #fff;
    height: 31px;
    width: 187px;
    text-align: left;
    vertical-align: middle;
}
.top span
{
    margin-left: 20px;
	color: #b80000 !important;
}
#tell-a-friend .panel .middle
{
    width: 187px;
    margin: 0px 2px !important;
}
#tell-a-friend .panel .bottom
{
    background-position: right top;
    height: 11px;
    text-align: center;
    width: 187px;
}
#tell-a-friend .panel .middle input
{
    position: relative;
    width: 130px;
    margin: 5px;
}
#tell-a-friend .panel .middle .buttons
{
    text-align: left;
    margin: 5px;
}
#tell-a-friend .panel .middle .from
{
	text-align: left;
}
#tell-a-friend .panel .middle .email
{
	text-align: left;
}
#tell-a-friend .panel .middle .description, #tell-a-friend .panel .summary, #tell-a-friend .panel .message
{
    position: relative;
    left: 6px;
    margin: 10px 0px;
    width: 140px;
}

