/* Hide Feature Banner 1 by default */
#featureBanner1{ display:none; }
	#featureBanner1.shown{ display:block; }
	#featureBanner1.hidden{ display:none; }

/* Hide PDP merch attributes by default */
#pdp-wrapper #merch-highlight{ display:none; }
	#pdp-wrapper #merch-highlight.shown{ display:block; }
	#pdp-wrapper #merch-highlight.hidden{ display:none; }

/* Hide PDP bottom banner by default */
#pdp-wrapper #pdp-banner1{ display:none; }
	#pdp-wrapper #pdp-banner1.shown{ display:block; }
	#pdp-wrapper #pdp-banner1.hidden{ display:none; }

/* Style the PDP top banner */
#sweeps-pdp-topbannerwrap{ float:left; clear:both; width:395px; }
	#sweeps-pdp-topbannerwrap a{ width:372px; height:98px; display:block; margin:0px 0px 12px 34px; }
		#sweeps-pdp-topbannerwrap a img{  }

/* Style the category header banner */
#cathead-wrapper.sweeps-cathead{  }
	#cathead-wrapper.sweeps-cathead #sameday{ min-height:305px; }
		#cathead-wrapper.sweeps-cathead #sameday img{ margin-top:85px; }
#sweeps-cat-head-promowrap{  }
	#sweeps-cat-banner{ cursor:pointer; margin-bottom:15px; }
	#qv-modal .qv-attr{ display:none; }
		#qv-modal .qv-attr.shown{ display:block; }
		#qv-modal .qv-attr.hidden{ display:none; }

/* Landing page modal styles */
#sweeps-modal{ width:888px; height:2230px; background-color:#fff; overflow:auto; padding:0px; display:none; /*background:url('modal-bg.jpg') no-repeat;*/ }
	
	#sweeps-modal-top{ width:1280px; height:553px; background:url('http://images.shopflowers.net/images/vendors/00002917/sweepstakes/ancestry/modal-top.jpg') no-repeat; }
	#sweeps-modal-greybar{ width:1280px; height:62px; background:url('http://images.shopflowers.net/images/vendors/00002917/sweepstakes/ancestry/modal-greybar.jpg') no-repeat;}
		#sweeps-modal-detailslink{ height: 60px; width: 200px; position:absolute; left: 290px; cursor:pointer; }
	#sweeps-carousel-wrap{ height:424px; width:760px; position:absolute; top:1035px; left:63px; overflow:hidden;  }
		#sweeps-carousel{ margin:20px auto; height:404px; width:736px; overflow:hidden; position:relative; }
			#sweeps-carousel-prev{ position:absolute; top:47%; left:15px; background:url('http://images.shopflowers.net/images/vendors/00002917/sweepstakes/ancestry/modal-arrow-left.png') no-repeat; width:23px; height:27px; cursor:pointer; z-index: 99;}
			#sweeps-carousel-next{ position:absolute; top:47%; right:15px; background:url('http://images.shopflowers.net/images/vendors/00002917/sweepstakes/ancestry/modal-arrow-right.png') no-repeat; width:23px; height:27px; cursor:pointer; z-index: 99;}
	.sweeps.ui-dialog .ui-dialog-titlebar.ui-widget-header{ width:100%!important; height:19px; }
	#sweepsclose2{ position:absolute; bottom:0px; right:0px;background: transparent url('../../category/fancybox.png') -40px 0px!important; width:30px; height:30px; cursor:pointer; z-index:10005;overflow:visible!important;border:none!important; }
	#sweeps-modal #smblink{ display:block; width:243px; height:14px; position:absolute; bottom:27px; left:39px; }

	#sweeps-email-wrap{ position:absolute; bottom:202px; right:106px; width:246px; height:36px; }
		#sweeps-email-input{ top:0px; left:1px; padding:10px; width:189px; position:absolute; border:none; font-size:14px; }
		#sweeps-email-submit{ top:0px; right:0px; position:absolute; width:36px; height:36px; cursor:pointer;}

	
/* Landing Page Modal Modal Styles */
	#sweeps-modal-modal{display:none; width:996px!important; background-color:#fff;}

/* CarouFREDsel Styles */
	#sweeps-modal .caroufredsel_wrapper{ width:638px!important; left:0px!important; top:80px!important; height:305px!important; overflow:hidden; margin:0px auto!important;}
	#sweeps-modal #sweeps-carousel ul{list-style-type:none!important; padding-left:0px;}
	#sweeps-modal #sweeps-carousel li{float:left; width: 184px; height:299px; padding:5px 15px;}

.ui-widget-overlay.sweeps-overlay{ background-color:#fff; opacity:0.9; }


/* Add scrollbars to manually always display on OSX webkit browsers */
#sweeps-modal::-webkit-scrollbar, .sweeps.ui-dialog::-webkit-scrollbar {
    -webkit-appearance: none;
}

#sweeps-modal::-webkit-scrollbar:vertical,.sweeps.ui-dialog::-webkit-scrollbar:vertical {
    width: 11px;
}

#sweeps-modal::-webkit-scrollbar:horizontal, .sweeps.ui-dialog::-webkit-scrollbar:horizontal {
    height: 11px;
}

#sweeps-modal::-webkit-scrollbar-thumb, .sweeps.ui-dialog::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

#sweeps-modal::-webkit-scrollbar-track, .sweeps.ui-dialog::-webkit-scrollbar-track { 
    background-color: #fff; 
    border-radius: 8px; 
} 

/*! jQuery UI - v1.9.2 - 2012-11-23
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2012 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.sweeps .ui-helper-hidden { display: none; }
.sweeps .ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.sweeps .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.sweeps .ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.sweeps .ui-helper-clearfix:after { clear: both; }
.sweeps .ui-helper-clearfix { zoom: 1; }
.sweeps .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.sweeps .ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.sweeps .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.sweeps-overlay.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

.sweeps .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.sweeps .ui-button, .sweeps .ui-button:link, .sweeps .ui-button:visited, .sweeps .ui-button:hover, .sweeps .ui-button:active { text-decoration: none; }
.sweeps .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
.sweeps button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.sweeps .ui-button-icons-only { width: 3.4em; } 
.sweeps button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
.sweeps.ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; width: 300px; overflow: visible; }
.sweeps.ui-dialog .ui-dialog-titlebar { background:none!important; border:none!important; }
.sweeps.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; display:none; }
.sweeps.ui-dialog .ui-dialog-titlebar-close { background:transparent url('modal-close.png') -36px 0px!important; width: 36px; height: 36px; cursor: pointer; position: absolute; z-index: 10005; top:15px; right:-5px; overflow: visible!important; border:none!important; } 
.sweeps.ui-dialog .ui-dialog-titlebar-close sweepsn { display: block; margin: 1px; }
.sweeps.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.sweeps.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.sweeps.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.sweeps.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.sweeps.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.sweeps.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.sweeps .ui-draggable .ui-dialog-titlebar { cursor: move; }


/* Component containers
----------------------------------*/
.sweeps .ui-widget { font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; font-size: 1.1em; }
.sweeps .ui-widget .ui-widget { font-size: 1em; }
.sweeps .ui-widget input, .sweeps .ui-widget select, .sweeps .ui-widget textarea, .sweeps .ui-widget button { font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; font-size: 1em; }
.sweeps .ui-widget-content { }
.sweeps .ui-widget-content a { color: #333333; }
.sweeps .ui-widget-header {  }
.sweeps .ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.sweeps .ui-state-default, .sweeps .ui-widget-content .ui-state-default, .sweeps .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(http://images.shopflowers.net/images/vendors/00002917/sweepstakes/ancestry/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.sweeps .ui-state-default a, .sweeps .ui-state-default a:link, .sweeps .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.sweeps .ui-state-hover, .sweeps.ui-widget-content .sweeps .ui-state-hover, .sweeps .ui-widget-header .ui-state-hover, .sweeps .ui-state-focus, .sweeps.ui-widget-content .ui-state-focus, .sweeps .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(http://images.shopflowers.net/images/vendors/00002917/sweepstakes/ancestry/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.sweeps .ui-state-hover a, .sweeps .ui-state-hover a:hover, .sweeps .ui-state-hover a:link, .sweeps .ui-state-hover a:visited { color: #c77405; text-decoration: none; }
.sweeps .ui-state-active, .sweeps.ui-widget-content .ui-state-active, .sweeps .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(http://images.shopflowers.net/images/vendors/00002917/sweepstakes/ancestry/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.sweeps .ui-state-active a, .sweeps .ui-state-active a:link, .sweeps .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.sweeps .ui-state-highlight, .sweeps .ui-widget-content .ui-state-highlight, .sweeps .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(http://images.shopflowers.net/images/vendors/00002917/sweepstakes/ancestry/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.sweeps .ui-state-highlight a, .sweeps .ui-widget-content .ui-state-highlight a, .sweeps .ui-widget-header .ui-state-highlight a { color: #363636; }
.sweeps .ui-state-error, .sweeps .ui-widget-content .ui-state-error, .sweeps .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(http://images.shopflowers.net/images/vendors/00002917/sweepstakes/ancestry/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.sweeps .ui-state-error a, .sweeps .ui-widget-content .ui-state-error a, .sweeps .ui-widget-header .ui-state-error a { color: #ffffff; }
.sweeps .ui-state-error-text, .sweeps .ui-widget-content .ui-state-error-text, .sweeps .ui-widget-header .ui-state-error-text { color: #ffffff; }
.sweeps .ui-priority-primary, .sweeps .ui-widget-content .ui-priority-primary, .sweeps .ui-widget-header .ui-priority-primary { font-weight: bold; }
.sweeps .ui-priority-secondary, .sweeps .ui-widget-content .ui-priority-secondary, .sweeps .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.sweeps .ui-state-disabled, .ui-widget-content .ui-state-disabled, .sweeps .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.sweeps .ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */
.sweeps .ui-icon { width: 16px; height: 16px; background-image: url(http://images.shopflowers.net/images/vendors/00002917/sweepstakes/ancestry/images/ui-icons_222222_256x240.png); }
.sweeps.ui-widget-content .ui-icon {background-image: url(http://images.shopflowers.net/images/vendors/00002917/sweepstakes/ancestry/images/ui-icons_222222_256x240.png); }
.sweeps .ui-widget-header .ui-icon {background-image: url(http://images.shopflowers.net/images/vendors/00002917/sweepstakes/ancestry/images/ui-icons_ffffff_256x240.png); }
.sweeps .ui-state-default .ui-icon { background-image: url(http://images.shopflowers.net/images/vendors/00002917/sweepstakes/ancestry/images/ui-icons_ef8c08_256x240.png); }
.sweeps .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(http://images.shopflowers.net/images/vendors/00002917/sweepstakes/ancestry/images/ui-icons_ef8c08_256x240.png); }
.sweeps .ui-state-active .ui-icon {background-image: url(http://images.shopflowers.net/images/vendors/00002917/sweepstakes/ancestry/images/ui-icons_ef8c08_256x240.png); }
.sweeps .ui-state-highlight .ui-icon {background-image: url(http://images.shopflowers.net/images/vendors/00002917/sweepstakes/ancestry/images/ui-icons_228ef1_256x240.png); }
.sweeps .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(http://images.shopflowers.net/images/vendors/00002917/sweepstakes/ancestry/images/ui-icons_ffd27a_256x240.png); }


.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay { background: #666666 url(http://images.shopflowers.net/images/vendors/00002917/sweepstakes/ancestry/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .5;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(http://images.shopflowers.net/images/vendors/00002917/sweepstakes/ancestry/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .2;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }