/* CSS Document */
.expandList {
	display:none;
	margin-top:8px;
	/*width:475px;*/
}

.expandable{
	padding-top:8px;
}

.expandShell{
	padding:0px 15px 40px 15px;
	height:100%;
}

/* Gift Card Right Table Shadow */
.exbl_tl{ background-image:url(shell_images/gift_card/expnd_sh_tl.jpg); background-repeat:no-repeat; width:7px; height:7px; }
.exbl_t{  background-image:url(shell_images/gift_card/expnd_sh_t.jpg); background-repeat:repeat-x; height:7px;  }
.exbl_tr{  background-image:url(shell_images/gift_card/expnd_sh_tr.jpg); background-repeat:no-repeat; width:7px; height:7px;  }
.exbl_l{ background-image:url(shell_images/gift_card/expnd_sh_l.jpg); background-repeat:repeat-y; width:7px; }
.exbl_r{ background-image:url(shell_images/gift_card/expnd_sh_r.jpg); background-repeat:repeat-y; width:7px; }
.exbl_bl{ background-image:url(shell_images/gift_card/expnd_sh_bl.jpg); background-repeat:no-repeat; width:7px; height:7px; }
.exbl_b{ background-image:url(shell_images/gift_card/expnd_sh_b.jpg); background-repeat:repeat-x; height:7px; }
.exbl_br{ background-image:url(shell_images/gift_card/expnd_sh_br.jpg); background-repeat:no-repeat; width:7px; height:7px; }
.exbl_content{ background-color:#FFFFFF; padding:10px; }
