﻿/* CLIENT ADJUSTMENTS */
.elc-enabled .bbcom_desktop_common_siteSearch_a form,
.elc-enabled .bbcom_desktop_common_siteSearch_a form.elicit{
	padding:0;
	overflow:visible;
}
.elc-enabled .bbcom_desktop_common_header_a .nav-bar{
	z-index:9;
}
.elc-enabled .bbcom_desktop_common_header_a .utility-bar .nav-search {
	z-index:10;
}
.elc-enabled .bbcom_desktop_common_header_a .utility-bar .actions > div .elc-searchWrapper a{
	font-size:inherit;
	line-height:inherit;
}
/* support overflow fix */
.elc-enabled .bbcom_desktop_support_heroDetails_a {
	overflow: visible;
	z-index:10;
	position: relative;
}

.elc-enabled .ie .bbcom_desktop_support_heroDetails_a {
	float:left;
}

.elc-enabled .bbcom_desktop_common_whiteBodyPage_a .page-head-content{
	overflow:visible;
}

.elc-enabled .ie .page-head{
	position: relative;
	z-index: 20;
}
.elc-enabled .ie .page-body {
	position: relative;
	z-index: 10;
}


/*
.elc-enabled .bbid{
	height:26px;
	margin-top:5px;
}
*/
.elc-enabled .elc-form{
	height:27px;
}

/* ELICIT CLIENT STYLE */
.elc-hint-container
{
    width:202px;
    background-image:none;
    background-color:transparent; /* #D5D5D5; */
    border-width:0;
    height:27px;
    box-shadow:none;
    -moz-box-shadow:none;
    -ie-box-shadow:none;
    -webkit-box-shadow:none;
	border-width:0;
}

.elc-searchWrapper-hover .elc-hint-container
{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;	
	border-color: transparent;
}

.elc-focused.elc-hint-container
{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;	
	border-color: transparent;
}

.elc-hint-container-focus
{
    
    height: 27px;	
    left: 0px;
    width: 228px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.0),0 0 8px rgba(0,152,222,.95);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.0),0 0 8px rgba(0,152,222,.95);
	-ie-box-shadow: inset 0 1px 3px rgba(0,0,0,.0),0 0 8px rgba(0,152,222,.95);
	box-shadow: inset 0 1px 3px rgba(0,0,0,.0),0 0 8px rgba(0,152,222,.95);
	border-radius:4px;
	-ie-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin:0;
}
.elc-ie9 .elc-hint-container-focus,
.elc-ie8 .elc-hint-container-focus,
.elc-ie7 .elc-hint-container-focus,
.elc-ie6 .elc-hint-container-focus {
	height: 25px;
	width: 226px;
}

.elc-search .elc-searchBtn
{
	padding: 18px 5px 6px 0;
	position:relative;
	z-index:10;
	background-image:url(../img/searchSubmitSp.png);
	width:26px;
	height:28px;
	padding:7px 6px;
	background-position:-7px -5px;
	color:transparent;
	top:0 !important;
}

.elc-search .elc-searchBtn:hover{
	background-position:-7px -45px;
}

.elc-hint-container .elc-hint-icon-container .clear {
	background-image:url("../img/clear_button.png");
}
.elc-hint-container input, .elc-hint-container .elc-hint-match
{
    left:8px;
    top:0;
    color:#000;
    margin-top:-1px;
    font-size:14px;
	font-family:"TradeGothicNextLTPro", Arial, Sans-Serif;
	line-height:20px;
	padding-left:0;
    
}		

.elc-hint-container input
{
	margin-left:-1px;
	padding-top:6px;
}
.elc-ie .elc-hint-container input, .elc-blackberry .elc-hint-container input
{
	margin-top:-2px;
	margin-left:0;
}

.elc-webkit .elc-hint-container input{
	margin-top:-2px;
}
 .elc-chrome .elc-hint-container input{
	margin-top:-2px;
}
.elc-hint-container input.elc-hint-placeholder
{
	color:#6A6A6A;
}

.elc-hint-container .elc-hint-icon-container {
	margin-top:-2px;
	margin-right: -4px;
	margin-bottom: 0;
	margin-left: 4px;
}

.elc-ie7 .elc-hint-container .elc-hint-icon-container, .elc-ie8 .elc-hint-container .elc-hint-icon-container
{
	top:-1px;
}
.elc-hint-container .elc-hint-icon-container .loading, 
.elc-hint-container .elc-hint-icon-container .clear
{
	margin: 8px 0 10px 4px;
}


/* RESULTS */
.elc-resultsWrapper {
	width:402px;
	right:-1px;
	top:34px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-ie-border-radius:0;
	border: 1px solid #333;
	border-top-width:0;
	
	background-image: none;/*url(../img/bg-dropdown.jpg);*/
	background-repeat: repeat;
	font-family:"TradeGothicNextLTPro", Arial, Sans-Serif;
	background-color:#eee;
	
}
.elc-ie7 .elc-resultsWrapper
{
	border: 0;
}

.elc-results{
	border-top-width:5px;
	border-top-color:#999999;
	border-top-style:solid;
	
}
.elc-showingResults
{
	background-color:transparent;	
}
.elc-showingResults-inner
{
	float:right;
	padding-top:7px;
	padding-right:11px;
	font-size:13px;
}

.elc-matchImgDefaultThumb
{
	background-image:url(../img/elicit_thumb_default.png);
	background-repeat:no-repeat;
}
.elc-matchImgOuter, .elc-matchImgCell
{
	padding-left:0px;
	min-width:94px;
	
}

.elc-category
{
	border-bottom: 0px solid #E5E6E6;
    border-top: 0px solid #E5E6E6;
    margin:0 0 1px;
    padding: 7px 0 !important;
}
.elc-category-after-showingResults{
	padding-top:2px;
}
.elc-category .elc-category-inner
{
	background-color:transparent;
	font-size:15px;
	color:#000;
	margin-left:4px;
}

.elc-hover .elc-category, .elc-hover .elc-category-inner,
.elc-hover .elc-showingResults,  .elc-hover .elc-matchTitle,
.elc-hover .elc-moreResults, .elc-hover .elc-moreResults-inner,
.elc-hover .elc-noResults-inner,.elc-hover .elc-match
{
	background-color: transparent;
}


.elc-hover.elc-matchItem-even, .elc-hover.elc-matchItem-odd, .elc-hover.elc-matchItem{
	background-image:url(../img/layoutSp.png);
	background-position:0 top;
	background-repeat:no-repeat;
	cursor: pointer;
}
.elc-hover .elc-match {
	background-image:url(../img/layoutSp.png);
	background-position:-410px bottom;
	background-repeat:no-repeat;
	cursor: pointer;
}

.elc-hover .elc-showingResults{
	background-color:#eee;
}

.elc-category .elc-category-text
{
	padding:3px 10px !important;	
}
.elc-resultsWrapper ul, .elc-resultsWrapper li
{
	position:relative;
	margin:0;
}
.elc-resultsWrapper
{
	padding:0px;
}

.elc-moreResults,.elc-noResults
{
	
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-radius: 0;
	border-width:0;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-align: right;
    width: 100%;
    color:#000;
	/*
	background-color:#232323;
    background-image:url(../img/textured-bg.jpg);
    background-repeat:repeat;
*/
	background-color: transparent;
	background-image: none;
	
}
.elc-moreResultsOuterWithRichTop .elc-moreResults
{
	border-width:1px 0 0 0;
    border-style: solid;
	border-color:#e1e1e1;
}
.elc-moreResultsOuter.elc-moreResultsOuterWithRichTop
{
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #999;
}
.elc-hover.elc-moreResultsOuter {
	background-image:url(../img/layoutSp.png);
	background-position:0 top;
	background-repeat:no-repeat;
}

.elc-noResults
{
	border-width: 0;
}

.elc-moreResults a, .elc-noResults a,
.elc-moreResults-inner, .elc-hover .elc-moreResults-inner, .elc-noResults-inner, .elc-hover .elc-noResults-inner
{
	color:#000 !important;
}
.elc-moreResults-inner, .elc-hover .elc-moreResults-inner,
.elc-noResults-inner, .elc-hover .elc-noResults-inner
{
	padding:9px 15px;	
	color:#31afe9;
	
}
.elc-noResults-inner
{
	min-height: 28px;
	height:auto;
}
.elc-resultsWrapper a:hover
{
	color: #383838;
}
.elc-match
{
	background-color:transparent;
	margin-bottom:7px !important;
	border-top:1px solid transparent;
}
.elc-match-standard
{
	margin: 9px 5px 4px 0px;
}
.elc-matchTitle
{
	font-size:15px;
	line-height:15px;
	min-height:18px;
	
}
.elc-matchDesc
{
	color:#4e4e4e;
	padding-top:1px;
	line-height:16px;
}
.elc-hover .elc-match-rich .elc-matchCoverImg
{
	box-shadow: inset 0 0 0 2px #0098DE;
}
.elc-match-rich {
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}
.elc-match-last-notRich{
	/* padding-bottom:17px;*/
	margin-bottom:17px !important;
}
.elc-results tr td.elc-matchTitleSubCell{
	padding-right:15px;
}
.elc-matchTitleSubItem a{
	color:#00A8DF !important;
}
.elc-ie7 .elc-matchTitleSub
{
	padding-bottom:4px;
}
.elc-matchDesc{
	margin-right:15px;
}

.elc-match .cta-link
{
	display: inline;
}

/*
.elc-match .cta-link:hover
{
	background-image: url("../img/bullets-sprite.png");
	background-repeat:no-repeat;
	
	background-position: 1px 1px;
}


.elc-match .cta-link { 
	background: url("../img/bullets-sprite.png") 1px 1px no-repeat; 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 17px; 
	padding-left: 18px; 
}
	
.elc-match .cta-link.check { background-position: 1px -147px; }
.elc-match .cta-link.download { background-position: 1px -298px; }
.elc-match .cta-link.info { background-position: 1px -449px; }
.elc-match .cta-link.plus-sign { background-position: 1px -599px; }
.elc-match .cta-link.speech-bubble { background-position: 1px -749px; }
.elc-match .cta-link.video
{
	background-position: 1px -898px;
}
	*/