/**
 * Gift Cards Left
 */
#giftcards-left {
	position: relative; float: left;
	margin-top: 10px;
	width: 275px;
}
#giftcards-left h3.header1 {
	display: block;
	margin: 0;
	width: 240px; height: 45px; line-height: 45px;
	font-size: 18px; font-weight: bold; text-align: center; color: #f93;
	background:#036;
}
#giftcards-left .giftcards-control-panel {
	padding: 10px 0;
	width: 240px;
	background: #fff;
}
#giftcards-left .giftcards-control-panel h3.title {
	margin: 0 0 0 10px;
	padding-left: 11px;
	font-size: 16px; color: #00f;
	background: url(/images/title-arrow.gif) no-repeat 0 7px;
}
#giftcards-left .giftcards-control-panel h3.title a:link, #giftcards-left .giftcards-control-panel h3.title a:active, #giftcards-left .giftcards-control-panel h3.title a:visited {
	color: #03f; text-decoration: none;
}
#giftcards-left .giftcards-control-panel.cpanel-closed h3.title {
	background-position: 0 -7px;
}
#giftcards-left .giftcards-control-panel.cpanel-closed .search-control-content {
	display: none;
}
#giftcards-left .giftcards-control-panel.cpanel-closed a.expandlink:link, #giftcards-left .giftcards-control-panel.cpanel-closed a.expandlink:active, #giftcards-left .giftcards-control-panel.cpanel-closed a.expandlink:visited {
	display: block; position: absolute; top: 12px; right: 10px;
	font-size: 9px; color: #00f;
}
#giftcards-left a.expandlink:link, #giftcards-left a.expandlink:active, #giftcards-left a.expandlink:visited {
	display: none;
}
#giftcards-left .giftcards-control-content {
	margin: 5px 0 2px 20px;
	line-height: 20px;
	font-size: 13px;
}
#giftcards-left .giftcards-control-content .radio, #giftcards-left .giftcards-control-content .checkbox {
	margin: 0 6px 0 0; padding: 0;
	vertical-align: -2px;
	cursor: pointer;
}
#giftcards-left .giftcards-control-content .radio.radio-disabled, #giftcards-left .giftcards-control-content .checkbox.checkbox-disabled {
	cursor: default;
}
#giftcards-left .giftcards-control-content .checkbox {
	vertical-align: -1px;
}
#giftcards-left .giftcards-control-content label a:link, #giftcards-left .giftcards-control-content label a:active, #giftcards-left .giftcards-control-content label a:visited {
	color:#000; text-decoration: none;
	cursor: pointer;
}
#giftcards-left .giftcards-control-content label.emphasis a:link, #giftcards-left .giftcards-control-content label.emphasis a:active, #giftcards-left .giftcards-control-content label.emphasis a:visited {
	font-weight: bold;
}
#giftcards-left .category-smallfont span {
	font-size: 11px;
}

#giftcards-left .giftcards-control-content label.emphasis a:hover, #giftcards-left .giftcards-control-content label.emphasis a:focus {
	color:#000; text-decoration: none;
}
#giftcards-left .giftcards-control-content label.emphasis a:link span.nobold, #giftcards-left .giftcards-control-content label.emphasis a:active span.nobold, #giftcards-left .giftcards-control-content label.emphasis a:visited span.nobold {
	font-weight: normal;
}
#giftcards-left .giftcards-control-content label.label-disabled a:link, #giftcards-left .giftcards-control-content label.label-disabled a:active, #giftcards-left .giftcards-control-content label.label-disabled a:visited, #giftcards-left .giftcards-control-content label.label-disabled a:hover, #giftcards-left .giftcards-control-content label.label-disabled a:focus {
	color: #999; text-decoration: none;
	cursor: default;
}
#giftcards-left .giftcards-control-content a.onlylink:link, #giftcards-left .giftcards-control-content a.onlylink:active, #giftcards-left .giftcards-control-content a.onlylink:visited {
	margin: 0 0 0 6px;
	font-size: 12px; color: #2700ff; text-decoration: none;
}
#giftcards-left .giftcards-control-content a.onlylink:hover, #giftcards-left .giftcards-control-content a.onlylink:focus {
	text-decoration: underline;
}
#giftcards-left .giftcards-control-content a.onlylink.onlylink-disabled:link, #giftcards-left .giftcards-control-content a.onlylink.onlylink-disabled:active, #giftcards-left .giftcards-control-content a.onlylink.onlylink-disabled:visited {
	display: none;
}
#giftcards-left .gray-divider {
	width: 240px; height: 8px;
	font-size: 0;
	background: #999;
}
#giftcards-left #panel-categories a.selall:link, #giftcards-left #panel-categories a.selall:active, #giftcards-left #panel-categories a.selall:visited {
	margin-left: 20px;
	font-size: 12px; color: #00f;
}
#giftcards-left #giftcards-left-bottomad {
	padding-left: 10px; padding-right: 15px;
	width: 250px; height: 250px;
	border-top: 10px solid #036;
}
#giftcards-left .checkboximg {
	display: none;
	margin-right: 6px;
	vertical-align: -1px;
	cursor: pointer;
}

/**
 * Gift Cards Search
 */
#giftcards-right #giftcards-search-container {
	position: relative;
	height: 45px;
}
#giftcards-right #giftcards-search {
	position: absolute; top: 10px; right: 0;
}
#giftcards-right .giftcards-content-small #giftcards-search {
	right: 35px;
}
#giftcards-right #giftcards-search form, #giftcards-right #giftcards-search form p {
	margin: 0; padding: 0;
}
#giftcards-right #giftcards-search label {
	font-size: 18px; font-weight: bold; color: #f93; vertical-align: middle;
}
#giftcards-right #giftcards-searchform-query {
	margin: 0 0 0 6px; padding: 1px 2px 0 2px;
	width: 145px; height: 22px;
	font-size: 16px; vertical-align: middle;
	border: 1px solid #676767; border-right: none; border-bottom: none;
}
#giftcards-right #giftcards-searchform-submit {
	width: 23px; height: 24px;
	vertical-align: middle;
	background: url(/images/searchbtn.gif) no-repeat;
	border: none;
	cursor: pointer;
}
#giftcards-right #giftcards-searchform-submit:hover, #giftcards-right #giftcards-searchform-submit:focus, #giftcards-right #giftcards-searchform-submit.hover {
	background-position: bottom;
}

/**
 * Gift Cards Right
 */
#giftcards-right {
	position: relative;
	float: left;
	margin-top: 10px; margin-left: -15px;
	width: 705px;
	background: #036;
	border-left: 15px solid #036; border-bottom: 10px solid #036; border-right: 24px solid #036;
}
#giftcards-right h3.title {
	display: block;
	margin: 20px 0 0 0; padding: 11px 0 0 14px;
	width: 691px; height: 22px;
	font-size: 16px; letter-spacing: -1px; color: #036;
	background: #f5f5f5 url(/images/title-bg.gif) repeat-x top;
}
#giftcards-right h3.title.title-first {
	margin-top: 0;
}
#giftcards-right .giftcards-content {
	position: relative;
	padding: 20px 0 18px 18px;
	background: #fff;
}
#giftcards-right .giftcards-content .divider {
	clear: left;
	margin-bottom: 16px; padding-bottom: 17px;
	width: 669px;
	border-bottom: 1px solid #ccc;
}
#giftcards-right .giftcards-content .divider.divider-hidden {
	display: none;
}
#giftcards-right .giftcards-card {
	float: left;
	margin-left: 6px;
	width: 129px;
	text-align: center;
}
#giftcards-right .giftcards-card.giftcards-card-first {
	margin-left: 0;
}
#giftcards-right .giftcards-card.giftcards-card-hidden {
	display: none;
}
#giftcards-right .giftcards-card img {
	display: block;
	margin: 7px auto 0;
	width: 125px; height: 78px;
}
#giftcards-right .giftcards-card a:link, #giftcards-right .giftcards-card a:active, #giftcards-right .giftcards-card a:visited {
	display: block;
	font-size: 12px; font-weight: bold; color: #000; text-decoration: none;
}
#giftcards-right .giftcards-card-hover a.cardname:link, #giftcards-right .giftcards-card-hover a.cardname:active, #giftcards-right .giftcards-card-hover a.cardname:visited {
	color: #00f; text-decoration: underline;
}
#giftcards-right .giftcards-content a.morelink:link, #giftcards-right .giftcards-content a.morelink:active, #giftcards-right .giftcards-content a.morelink:visited {
	display: block;
	position: absolute; bottom: 17px; right: 20px;
	padding: 0 15px 0 0;
	font-size: 13px; font-weight: bold; text-align: right; color: #00f; text-decoration: none;
	background:url(/images/blue-bullet.gif) no-repeat right 1px;
}
#giftcards-right .giftcards-content a.morelink:hover, #giftcards-right .giftcards-content a.morelink:focus {
	text-decoration: underline;
}
#giftcards-right .giftcards-content a.morelink.morelink-less:link, #giftcards-right .giftcards-content a.morelink.morelink-less:active, #giftcards-right .giftcards-content a.morelink.morelink-less:visited {
	padding: 0 0 0 15px;
	background-position: left -25px;
}
#giftcards-right .giftcards-content a.morelink.morelink-hidden:link, #giftcards-right .giftcards-content a.morelink.morelink-hidden:active, #giftcards-right .giftcards-content a.morelink.morelink-hidden:visited {
	display: none;
}

/**
 * no results
 */
#giftcards-right .giftcards-content #noresults-list	{
	margin: 0; padding: 0;
}
#giftcards-right .giftcards-content #noresults-list li {
	list-style-type: none;
	display: block;
	margin-top: 12px; padding-left: 10px;
	width: 370px;
	font-weight: bold;
	background: url(/images/giftcards/black-bullet.gif) no-repeat 0 5px;
}
#giftcards-right .giftcards-content #noresults-list li.noresults-list-first {
	margin-top: 0;
}
#giftcards-right .giftcards-content #noresults-list li span.red {
	color: #f00;
}
#giftcards-right #noresults {
	position: relative;
	width: 705px; height: 168px;
	background: #032F74 url(/images/giftcards/bloading-bg.png);
}
#giftcards-right #noresults h3 {
	position: absolute; left: 32px; top: 24px;
	margin: 0;
	font-size: 20px; color: #ff4f00;
}
#giftcards-right #noresults h4 {
	position: absolute; top: 93px; left: 105px;
	margin: 0;
	font-size: 18px; color: #fff;
}
#giftcards-right #noresults h4 a:link, #giftcards-right #noresults h4 a:active, #giftcards-right #noresults h4 a:visited {
	color: #fff;
}
#giftcards-right #noresults h4 a:hover {
	color: #ff4f00;
}
#giftcards-right #noresults .redarrow {
	position: absolute; top: 90px; left: 25px;
	width: 69px; height: 56px;
	background:url(/images/giftcards/bloaded-redarrow.png) no-repeat;
}

/**
 * Variable Borders
 */
#content.content-small #giftcards-left {
	width: 265px;
}
#giftcards-left h3.header1, .giftcards-control-panel, #giftcards-left .gray-divider {
	border-left: 20px solid #036; border-right: 15px solid #036;
}
#content.content-small #giftcards-left h3.header1, #content.content-small .giftcards-control-panel, #content.content-small #giftcards-left .gray-divider {
	border-left: 10px solid #036;
}
#content.content-small #giftcards-left-bottomad {
	padding-left: 0;
}
#content.content-small #giftcards-right {
	border-right: 34px solid #036;
}

/**
 * Auto-complete
 */
.ac_results {
	padding: 0px;
	background-color: Window;
	overflow: hidden;
	border: 1px solid WindowFrame;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	display: block;
	margin: 0px; padding: 2px 5px;
	width: 100%;
	font-family: Arial; font-size: 12px;
	overflow: hidden; cursor: pointer;
}

.ac_loading {
	/*background: url(/images/indicator.gif) right center no-repeat;*/
}

.ac_over {
	background: #316ac5;
	color: #fff;
}

/**
 * message box
 */
#messagebox {
	display: none;
	position: absolute; z-index: 100;
	padding: 45px 10px 0 90px;
	height: 80px;
	background: #006 url(/images/giftcards/spinner.gif) 10px no-repeat;
	border: 2px solid #666;
}
#messagebox span {
	display: block;
	font-weight: bold; font-size: 20px; text-align: left; color: #fff;
	overflow-x: visible;
}

/**
 * Details Page
 */
#content-frame.gcdetails #footer {
	position: static;
}
#content-frame.gcdetails #content {
	padding-bottom: 0;
}
#content-frame.gcdetails {
	padding-bottom: 10px;
}
#giftcards-details-content {
	overflow: hidden;
	min-height: 450px;
	background: #dcdcdc;
}
#giftcards-details-left {
	float: left;
	margin-bottom: -9800px; padding-bottom: 10000px;
	width: 689px;
	background: #c5c5c5;
}

#giftcards-details-left .giftcards-content {
	position: relative;
	margin: 10px 20px 0; padding-bottom: 10px; padding-left: 20px;
	background: #fff;
}
#giftcards-details-left .giftcards-content-corner {
	position: absolute;
	width: 10px; height: 10px;
	font-size: 0;
	background: url(/images/giftcards/details-border.gif) no-repeat;
}
#giftcards-details-left .giftcards-content-corner.corner-tl {
	top: 0; left: 0;
	background-position: top left;
}
#giftcards-details-left .giftcards-content-corner.corner-tr {
	top: 0; right: 0;
	background-position: top right;
}
#giftcards-details-left .giftcards-content-corner.corner-bl {
	left: 0; bottom: 0;
	background-position: bottom left;
}
#giftcards-details-left .giftcards-content-corner.corner-br {
	right: 0; bottom: 0;
	background-position: bottom right;
}

.giftcards-content-main .favestores:link, .giftcards-content-main .favestores:active, .giftcards-content-main .favestores:visited {
	position: absolute; top: 10px; right: 20px;
}

#giftcards-details-left .giftcards-content-main h1.title {
	margin: 0 0 -5px -1px; padding-top: 6px;
	font-size: 16px;
}
#giftcards-details-left .giftcards-content-main .cardimg img {
	float: left;
	margin: 16px 20px 0 0;
}
#giftcards-details-left .giftcards-content-main span.storetype {
	display: block;
	margin-bottom: 14px; padding-left: 19px;
	font-size: 13px; font-weight: bold;
}
#giftcards-details-left .giftcards-content-main span.storetype strong {
	font-size: 14px; color: #060;
}
#giftcards-details-left .giftcards-content-main p.details {
	margin-right: 20px;
	font-size: 13px; text-align: justify;
}
#giftcards-details-left .giftcards-content-details {
	margin-bottom: 10px;
}

#giftcards-details-left .giftcards-content span.title {
	display: block;
	padding-top: 7px;
	font-size: 14px; font-weight: bold; color: #060;
}
#giftcards-details-left .giftcards-content p {
	font-size: 13px;
}
#giftcards-details-left .giftcards-content ul.mainlist {
	float: left;
	margin: 2px 0 0 0; padding: 0;
	font-size: 13px;
}
#giftcards-details-left .giftcards-content ul.mainlist li {
	list-style-type: none;
	margin-left: 10px;
	line-height: 20px;
	background: url(/images/common/datebox-bullet.png) no-repeat left;
}
#giftcards-details-left .giftcards-content ul.mainlist.costlist li {
	background: none;
}
#giftcards-details-left .giftcards-content ul.mainlist li strong {
	display: inline-block;
	margin-left: 10px; margin-right: 1px;
	width: 80px;
	background: url(/images/giftcards/details-listbg.gif) no-repeat 0 -35px;
}
#giftcards-details-left .giftcards-content ul.mainlist.costlist li strong {
	margin-right: 2px;
	width: 50px;
}
#giftcards-details-left .giftcards-content ul.mainlist li strong em {
	display: inline-block;
	padding: 0 4px 0 0;
	font-style: normal;
	background: #fff;
}
#giftcards-details-left .giftcards-content ul.mainlist.costlist li em {
	padding-right: 4px;
}
#giftcards-details-left .giftcards-content ul.mainlist li span {
	display: inline-block;
	padding-right: 20px;
	background: #fff;
}
#giftcards-details-left .giftcards-content a.getbutton:link, #giftcards-details-left .giftcards-content a.getbutton:active, #giftcards-details-left .giftcards-content a.getbutton:visited {
	position: absolute; bottom: 10px; right: 20px;
	display: block;
	width: 159px; height: 30px; line-height: 30px;
	font-size: 16px; font-weight: bold; text-align: center; color: #fff; text-decoration: none;
	background:url(/images/giftcards/details-button.gif) no-repeat top;
}
#giftcards-details-left .giftcards-content a.getbutton img {
	margin-left: 7px;
}
#giftcards-details-left .giftcards-content a.getbutton:hover, .giftcards-content a.getbutton:focus {
	background-position: bottom;
}

.giftcards-content-main .getbuttonimg:link, .giftcards-content-main .getbuttonimg:active, .giftcards-content-main .getbuttonimg:visited {
	position: absolute; bottom: 10px; right: 20px;
	display: block;
	overflow: hidden;
	width: 159px; height: 30px;
}
.giftcards-content-main .getbuttonimg:hover img, .giftcards-content-main .getbuttonimg:focus img {
	margin-top: -30px;
}

.giftcards-details{padding-bottom:20px !important}
.giftcards-details a:link,.giftcards-details a:active,.giftcards-details a:visited{color:#00f;text-decoration:none}
.giftcards-details a:hover,.giftcards-details a:focus{text-decoration:underline}

.giftcards-details.like {
	height: 113px;
}

.giftcards-details.discounted .friendcards{margin:11px 30px 0 10px;border-bottom:1px solid #ccc}
.giftcards-details.discounted .friendcards .data-title span{font-size:13px;font-weight:bold;color:#036;text-decoration:none}
.giftcards-details.discounted .friendcards .data-title .title-selected span{color:#060}
.giftcards-details.discounted .friendcards .card-last{background-position:0 81px}
.giftcards-details.discounted .options{float:left;margin:10px 0 0 10px;padding-bottom:10px;width:290px;font-size:13px}
.giftcards-details.discounted .options a:link,.giftcards-details.discounted .options a:active,.giftcards-details.discounted .options a:visited{color:#00f;text-decoration:none}
.giftcards-details.discounted .options a:hover,.giftcards-details.discounted .options a:focus{text-decoration:underline}
.giftcards-details.discounted .options img{float:left;margin-right:10px}

.giftcards-details.checkbalance p{float:left}
.giftcards-details.checkbalance ul{float:left;margin:0;padding:10px 0 0 22px;font-size:13px;list-style-type:none}
.giftcards-details.checkbalance ul li{margin-bottom:10px}
.giftcards-details.checkbalance ul li.check-location{margin-bottom:0}
.giftcards-details.checkbalance ul li.check-number img{margin:0 11px 0 3px}
.giftcards-details.checkbalance ul li.check-location img{margin-right:6px}
.giftcards-details.checkbalance img{vertical-align:middle}

.giftcards-details.related ul{margin:0;padding:0 0 0 10px;list-style-type:none;font-size:12px}
.giftcards-details.related ul li{display:block;float:left;padding-left:10px;width:195px;background:url(/images/common/datebox-bullet.png) no-repeat 0 4px}

.giftcards-pagination{margin:10px 20px 0;font-size:14px;font-weight:bold}
.giftcards-pagination img{vertical-align:-2px}
.giftcards-pagination a:link,.giftcards-pagination a:active,.giftcards-pagination a:visited{color:#00f;text-decoration:none}
.giftcards-pagination a:hover span,.giftcards-pagination a:focus span{text-decoration:underline}
.giftcards-pagination a.next:link,.giftcards-pagination a.next:active,.giftcards-pagination a.next:visited{float:right}

#giftcards-details-right {
	float: left;
	width: 315px;
}
#giftcards-details-right div {
	margin: 0 auto 0;
	width: 300px; height: 250px;
	text-align: center;
}
#giftcards-details-right span {
	font-size: 10px;
}

/**
 * Internet Explorer
 */
.ie #giftcards-left .giftcards-control-panel h3.title {
	background-position: 0 6px !important;
}
.ie #giftcards-left .giftcards-control-panel.cpanel-closed h3.title {
	background-position: 0 -8px !important;
}
.ie #giftcards-left .checkboximg {
	margin: 0 !important;
}
.ie #giftcards-left .giftcards-control-content .radio, .ie #giftcards-left .giftcards-control-content .checkbox {
	margin: 0 3px 0 -4px !important;
}
.ie #giftcards-right #giftcards-search {
	top: 9px !important;
}
.ie #giftcards-right h3.title {
	padding-top: 12px;
	height: 21px;
}
.ie7 #giftcards-right .giftcards-content {
	position: static;
}
.ie7 #giftcards-right .giftcards-content .divider {
	clear: none;
	margin: 20px 0 10px 0; padding:0;
	width: 669px; height: 1px;
	font-size: 0;
	border-top: 1px solid #ccc; border-bottom: none;
}
.ie7 #giftcards-right .giftcards-content #noresults-list li {
	background-position: 0 4px;
}
.ie6 #giftcards-right .giftcards-content a.morelink:link, .ie6 #giftcards-right .giftcards-content a.morelink:active, .ie6 #giftcards-right .giftcards-content a.morelink:visited,
.ie7 #giftcards-right .giftcards-content a.morelink:link, .ie7 #giftcards-right .giftcards-content a.morelink:active, .ie7 #giftcards-right .giftcards-content a.morelink:visited {
	position: static;
	display: block; clear: left;
	margin-right: 20px;
}
.ie6 #giftcards-right .giftcards-content a.morelink:link, .ie6 #giftcards-right .giftcards-content a.morelink:active, .ie6 #giftcards-right .giftcards-content a.morelink:visited
.ie7 #giftcards-right .giftcards-content a.morelink.morelink-less:link, .ie7 #giftcards-right .giftcards-content a.morelink.morelink-less:active, .ie7 #giftcards-right .giftcards-content a.morelink.morelink-less:visited {
	background-position: 587px -25px;
}
.ie #giftcards-details-left .giftcards-content-main p.details {
	margin-top: 14px;
}
.ie6 #giftcards-details-left .giftcards-content {
	margin-right: 0;
	width: 629px; height: 70px;
}
.ie6 #giftcards-details-left .giftcards-content-corner.corner-tr, .ie6 #giftcards-details-left .giftcards-content-corner.corner-br {
	right: -1px;
}
.ie6 #giftcards-details-left .giftcards-content a.getbutton:link, .ie6 #giftcards-details-left .giftcards-content a.getbutton:active, .ie6 #giftcards-details-left .giftcards-content a.getbutton:visited {
	padding-top: 6px;
	height: 24px;
}
.ie6 #giftcards-right .giftcards-content {
	position: static;
}