﻿/* Gift Card */
#giftCardsMiddle
{
width: 718px;
padding-left: 24px;
}

#giftCardsMiddle h1
{
clear: both;
position: relative;
margin: 0;
padding-top: 15px;
padding-right: 35px;
text-align: center;
height: 22px;
font-size: 16px;
color: #414141;
}

#giftCardsMiddle p
{
padding-right: 25px;
font-size: 12px;	
}

#giftCardsMiddle .product
{
display: block;
width: 230px;
height: 220px;
float: left;
margin: 0px;
background: url(../images/screen/homeProduct_background.gif) no-repeat;
}

#giftCardsMiddle .product img
{
margin: 13px 15px;
border: none;
}

#giftCardsMiddle a.cornerPrice
{
display: block;
position: absolute;	
color: #E2E2E2;
cursor: hand;
text-decoration: none;
font-size: 11px;
margin: 13px 15px;
padding: 4px 0px 0px 4px;
width: 89px;
height: 89px;
background-image: url(../images/screen/cornerPrice_small.gif);
background-repeat: no-repeat;
}

#giftCardsMiddle .titleAndInfo
{
display: block;
float: left;
position: absolute;
width: 200px;
margin: 138px 0px 0px 16px;
}

#giftCardsMiddle a.prodTitle:link, #giftCardsMiddle a.prodTitle:visited
{
display: block;
float: left;	
width: 200px;
line-height: 17px;
color: #868686;
font-size: 13px;
font-weight: bold;
text-decoration: none;
}

#giftCardsMiddle a.prodTitle:hover
{
text-decoration: underline;
}

#giftCardsMiddle a.seeAll:link, #giftCardsMiddle a.seeAll:visited
{
display: block;
margin-top: 5px;
color: #868686;
font-size: 10px;
text-decoration: none;
}

#giftCardsMiddle a.seeAll:hover
{
text-decoration: underline;
}

#giftCardsMiddle .prodDescription
{
display: block;
float: left;
width: 200px;
color: #ABA9A9;
font-size: 11px;
margin: 0;
}

#giftCardsMiddle h4
{
width: 690px;
height: 30px;
margin: 0;
color: #414141;	
padding-top: 15px;
text-align: center;
background: url(../images/screen/gift_cards_h4_bg.gif) no-repeat;
clear: both;
}

.product a.addOrder:link, .product a.addOrder:visited
{
display: block;
clear: both;
margin: 5px 0 0 0;
width: 103px;
height: 21px;
text-indent: -2px;
padding: 3px 0 0 0;
text-align: center;
font-size: 10px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
background: url(../images/screen/addOrder02_btn.gif) no-repeat;
}
