#shop { position:relative; }

#shop .shopItem { text-align:center; width:240px; font-style:italic; }
#shop .itemBoxImg { border:1px solid #ac904b; margin:10px 0 0px 0; }
#shop table.even { border-color:#dcd0b2; }

#shop #itemsFilter { position:absolute; top:0; right:0; }

#shop .itemlink { text-decoration: none; }
#shop .giftlink { display:block; background-color:#ac904b; text-decoration: none; text-align: center; color:white; line-height:25px; font-weight:bold; width:240px; }
#shop a.even { background-color:#dcd0b2; color:black; }

#shop .sale, #shop .sale a { color:red; }

#shop h2 { font-weight:normal; font-size:14px; }

#shop #itemRightCol #itemPrice, #shop #itemRightCol .sale { font-size:22px; margin-left:20px; }
#shop a#enlargeImage { text-decoration: none; color:black; }

#shop .bgdesc, #shop .desc { position: absolute; top: 10px; left: 0;	width:240px; height:240px; margin: 0; display:block; }

#shop .bgdesc{
	background: #ac904b;
	opacity:0.75;
	filter:alpha(opacity=75);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
}
#shop .desc{
	background:transparent; 
	color: #fff;
}
#shop .desc .giftlink { background-color:black; color:white; font-size:13px; }

#shop .mixRow { line-height:1.6em; margin:5px 0; } 
#shop .mixTitle { float:left; width:50px; }
#shop .mixSelect { width:160px; }