#gifts_intro_frame {
 position: absolute;
 top: 90px;
 left: 20px;
 width: 350px;
}

#gifts_intro {
 text-align: left;
 }

#gifts_categories {
 text-align: center;
 position: absolute;
 right: 0px;
}

#gifts_mainimage {
 text-align: left;
 position: absolute;
 top: 20px;
 right: 25px;
}

#gifts_quote {
 text-align: left;
 position: absolute;
 top: 250px;
 right: 10px;
 width: 130px;
}

#gifts_quote blockquote {
 margin: 0 0 0 0;
}

/*************************** GIFTS LISTING CLASSES *****************************/

#giftslisting_frame	{ 
 position: absolute;
 top: 100px;
 left: 10px;
 width: 330px;
 text-align: left;
}

#gifts_sectiontitle {
 margin-bottom: 5px;
}

#giftslisting_categories {
 position: absolute;
 top: 10px;
 right: 10px;
}


.giftslisting_category {
 float: left;
 margin: 5px;
 width: 50px;
 font-size: 7pt;
}

.giftslisting_category_home {
 float: left;
 margin: 5px;
 width: 60px;
}


.giftslisting_category img,
.giftslisting_category_home img {
 border: solid 1px black;
}


#giftslisting_current_category {
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 14pt;

 text-align: left;
 margin-bottom: 10px;
}

#giftslisting_pages {
 margin-right: 10px;
 margin-top: 10px;
 text-align:right;
 clear:both;
}

.giftslistingitem	{
 width: 80px;
 height: 130px;
 text-align:center;
 float: left;
 margin: 2px;
}

.giftslistingitem_title	{
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 9pt;
}


.giftslistingitem_thumbnail img	{ 
 border: 1px solid black; 
 margin:0 0 5px 0;
}


/*************************** Gift Detail Classes **************************/
#giftsdetail_frame	{ 
 position: absolute;
 top: 100px;
 right: 10px;
 width: 380px;
 text-align: left;

 padding-left:10px;
 border-left: 1px solid white;

}

#giftsdetail_image	{
 float: right;
 margin-left: 5px;
 margin-bottom: 10px;
 border: solid 1px black;
}

#giftsdetail_title	{
 color:#E6FFCC;
 font-family: Impact, "Arial Black", Helvetica, Sans-Serif;
 font-size: 14pt;
 font-weight:bold;
}

#giftsdetail_series	{
 color:#E6FFCC;

 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 12pt;
 margin-bottom: 2px;

}

#giftsdetail_price	{
 margin-bottom: 10px;
 font-weight: bold;
 font-size: 11pt;
}

#giftsdetail_desc	{
 margin-top: 10px;
 margin-bottom: 5px;
}
