/* 2012 Holiday Landing Page CSS file - Created 8/24/2012 */

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/* BEGIN: Main Banner Container */

#holiday-landing-banner-container {
    margin: 5px 0 10px 8px;
    width: 804px;
}

/* END: Main Banner Container */

/* BEGIN: Gift Finder Dropdowns */

.hol-land-drpdwn-bottom-container {
	margin: 0 auto;
    padding: 115px 0 0;
    width: 155px;
}

.hol-land-drpdwn-bottom-container select {
	position: relative;
	margin-bottom: 15px;
    width: 145px;
}

.hol-land-drpdwn-bottom-container a,
.hol-land-drpdwn-bottom-container a:hover {
	text-decoration: none;
	color: #666666;
}

/* END: Main Banner Container */

/***** BEGIN: Select box CSS from jquery.selectBox.css *****/

/* Dropdown control */
.selectBox-dropdown {
    width: 131px;
    margin-bottom: 20px;
    height: 28px;
	position: relative;
	border: 0px solid black;
	line-height: 1.5;
	text-decoration: none;
	color: #666666;
	outline: none;
	padding-right: 10px;
	vertical-align: middle;
	display: inline-block;
	cursor: default;
}

.selectBox-dropdown:focus {
	border-color: #3C6C8F;
}

.selectBox-dropdown.selectBox-menuShowing {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
	width: 125px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
    height: 28px;
    padding-top: 5px;
    padding-left: 10px;
    font-weight: 900;
    border: none;
}

.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 23px;
	height: 28px;
    background: url('/images/holiday2013/dropdown_arrow.png');
}

/* Dropdown menu */
.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	border: solid 1px #3C6C8F; /* should be the same border width as .selectBox-dropdown */
	background: #FFF;
	overflow: auto;
}

/* Inline control */
.selectBox-inline {
	width: 250px;
	outline: none;
	border: solid 1px #BBB;
	background: #FFF;
	display: inline-block;
	overflow: auto;
}

.selectBox-inline:focus {
	border-color: #666;
}


/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
	text-align: left;
}

.selectBox-options LI A {
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	color: #666666;
    height: 20px;
    padding-top: 5px;
    padding-left: 10px;
}

.selectBox-options LI.selectBox-hover A {
	background-color: none;
}

.selectBox-options LI.selectBox-hover a:hover {
	text-decoration: none;
	background-color: #666;
	color: #FFFFFF;
}

.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
	background-color: none;
}

.selectBox-options .selectBox-optgroup {
	color: #666666;
	background: #EEE;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
	color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #3C6C8F;
}

.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}

/***** END: Select box CSS from jquery.selectBox.css *****/

/*  BEGIN: 2013 Holiday css */

#holiday-search{
    width: 140px;
    background: url('/images/holiday2013/background.png') repeat;
    padding: 15px;
    overflow: hidden;
    margin-top: 5px;
}
#holiday-drop-downs{
    height: 245px;
}
#select-container{
    height: 144px;
}
.dropdown-container{
    padding: 15px 14px;
    width: 140px;
}
.dropdown-container a{
    text-decoration: none;
    color: grey;
    font-weight: 900;
    font-size: 11px;
}
.dropdown-select{
    background-color: white;
    float: left;
    margin-bottom: 20px;
    width: 131px;
}
.dropdown-arrow{
    background: url('/images/holiday2013/dropdown_arrow.png');
    height: 28px;
    width: 25px;
    float: right;
}
.view-selection{
    margin-bottom: 20px;
}
.view-all{
    float: right;
}

.dropdown-price{
    position: absolute;
    width: 140px;
    background: white;
}
.option{
    text-decoration: none;
    color: grey;
    font-weight: 900;
    font-size: 11px;
    background: white;
    padding: 5px 14px;
}
.option:hover{
    background: grey;
    color: white;
}
.mini-search-header{
    margin-left: -15px;
}

/*  END: 2013 Holiday css  */
