
/**********************   GIFTS **********************************/
        a.send_gift
        {
            color: #336699;
            text-decoration: underline;
            display: block;
            float: right;
            margin: 0px 10px;
        }

        a.send_gift:hover
        {
            text-decoration: none;
        }
		a.send_giftapp
        {
            color: #336699;
            text-decoration: underline;
        }

        a.send_giftapp:hover
        {
            text-decoration: none;
            color: #336699;
        }
        .listGifts
        {
            font-weight: bold;
            overflow: hidden;
            zoom: 1;
            width:600px;
            margin:0 auto;
        }

        .listGifts .item
        {
            /*border: 1px solid #336699;*/
            margin: 0px 2px 2px 0px ;
            padding: 0px;
            float: left;
        }
         .listGifts img
        {
            border: 1px solid #ddd;
            margin-right:5px;

        }
        .listGifts span
        {
            display: block;
            text-align: center;
            margin: 7px 0px;
            cursor: pointer;
            color: #336699;
       }

        .listGifts img
        {
            cursor: pointer;
            display: block;
        }

        .popup_bookmarks
        {
            background: url(../images/popup_header_back.gif) repeat-x top;
            padding: 0px 0px 0px 14px;
            overflow: hidden;
            zoom:1;
        }

        .popup_bookmarks span
        {
            display: block;
            float: left;
            font-weight: bold;
            color: #c1c1c1;
            padding: 5px 0px 14px 0px;
            margin-right: 17px;
            cursor: pointer;
        }

        .description_gift
        {
            margin: 15px 10px 0px 20px;
        }

        .popup_text
        {
            border: 1px solid #AAAAAA;
	        font-family: Tahoma, verdana, serif;
	        color: #333333;
	        padding-left: 2px;
            font-size: 10pt;
        }

        .submit_gift
        {
            padding: 7px 20px 7px 20px;
            color: #ffffff;
            background: #336699;
            border: 1px solid #184675;
            font: bold 14px Tahoma;
            cursor: pointer;
        }

/**************************   END GIFTS *****************************/
.giftstitleover
{
    /*border:solid 1px red;*/
    /*width:175px;*/
    text-align:center;
    font-weight:bold;
    padding:5px;

}

.giftsimagedescription
{
    list-style:none;
    font-weight:bold;
    color:#838383;
   margin-left:0px;
    width:220px;
    margin-top:20px;

}
.giftsimagedescription li
{
   padding:3px;
}
.giftsimagedescription li b
{
   padding-left:5px;
}
.errorinner
{
	background:#FFF3F3;
	/*border:1px solid #CCCCCC;*/
	padding:5px;
	text-align:center;
	/*font-weight:bold;*/
	position:absolute;
    left:0;
 width:470px;
    color:#FF0000;
}
.errorbox
{
    width:100%;
    margin-top:-10px;
    height:30px;
   /* border:solid 1px blue;*/
}
.listGiftsPrice
{
    text-align:center;
    padding:5px;
}
#success_message img
{
    position:relative;
    top:3px;
    left:-8px;
}
