/* header */
.ui-menu .ui-menu-item a img {
    max-height: 50px;
    max-width: 50px;
}
.navbar-ts .navbar-header img{
	max-height:55px; 
	margin-left:10px;
}
.navbar-header img{
	border: none !important; /* LTE ie 8 */
}
.navbar-ts .ts-search .navbar-form{
	margin-top: 10px;
}
.navbar-ts .ts-search #NavButton{
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 
	-o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 
	border: 1px solid #cccccc; border-left: 0;
	height: 34px;
}
.navbar-ts .ts-resp-dropdown .vLine{
	border-left: 1px solid rgba(0,0,0,0.2);
}
.navbar-ts .ts-resp-dropdown .vLine-shadow{
	border-left: 1px solid rgba(255,255,255,0.1);
}
.navbar-ts .ts-resp-dropdown .glyphicon{
	color: white; 
	font-size: 20px; 
	margin-left:10px; 
	margin-right:5px; 
	text-shadow: -1px -1px rgb(0, 0, 0);
}
.navbar-ts .ts-resp-dropdown .shopping-cart-count{
	font-size: 11px;
	margin-right:5px; 
}
.navbar-ts .ts-resp-dropdown .icon-text{
	font-size: 12px;
	text-shadow: 1px 1px 0px #000;
	vertical-align: top;
	display: inline-block;
}
.navbar-ts .ts-resp-dropdown .no-login{
	margin-right: 5px;
}
.navbar-ts .ts-resp-dropdown .icon-text i{
	font-style: normal;
}
.navbar-ts .ts-resp-dropdown .caret{
    margin: -8px 15px 0 6px;
	color: #9db1be;
}
.navbar-inverse .navbar-nav > li > a{
	color: #9db1be;
}
.navbar-inverse .navbar-nav > li > a:hover .caret,
.navbar-inverse .navbar-nav > li > a:focus .caret{
    color: #FFFFFF;
}
.navbar-ts .ts-resp-dropdown .glyphicon-shopping-cart{
	-moz-transform: scaleX(-1); /* Gecko */
    -o-transform: scaleX(-1); /* Operah */
    -webkit-transform: scaleX(-1); /* webkit */
    transform: scaleX(-1); /* standard */
    filter: FlipH; /* IE 6/7/8 */
	text-shadow: 1px -1px rgb(0, 0, 0);
}
#NavButton .glyphicon{
	font-weight:bold;
}
/* footer */
#footer hr{
	margin:-0px 0; 
	margin-top:15px; 
	border: 0; 
	border-top: 1px solid #eee; 
	border-bottom:1px solid #fff;
}
#footer .ts-container{
	background-color:#EAEAEA; 
	color:#404040; 
	font-size: 13px;
}
#footer .ts-container .row{
	display: table; 
	margin: 0 auto;
}
#footer .ts-container .ts-label{
	color:#484848;
}
#footer .ts-container .ts-label .fa-sort{
	font-size:11px; 
	margin-left:2px;
}
#footer .ts-container .ts-support-item{
	margin-right: 5px;
}
#footer .ts-container .ts-copy{
	color:#808080;
}
#footer .li_no_bg > a:hover,
#footer .li_no_bg > a:focus {
  text-decoration: none;
  background-color: #EAEAEA;
  color: #242424;
}
.dropdown-menu > li > a {
    text-shadow: 1px 1px 0px #fff;
}
.menu-label {
	display: inline;
	padding: .2em .6em .2em;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	text-shadow: none;
	position: relative;
	top: -1px;
}
.menu-label-warning {
	background-color: #D80802;
}
#footer .li_no_bg .fa-social{
	font-size: 20px;
	color: #AAA;
	text-shadow: 0 1px 0 #FFFFFF;
}
#footer .li_no_bg a:hover .fa-social,
#footer .li_no_bg a:focus .fa-social{
	color: #242424;
}
#footer .call-us-tooltips{
	width:110px;
	text-align:left;
}
#footer .tooltip.right{
	margin-left: -5px;
}
#footer .dropdown-menu a .fa-check-circle{
    line-height: 1.42857;
    position: absolute;
    right: 20px;
}
#footer .dropdown-menu > .call-us > a:hover,
#footer .dropdown-menu > .call-us > a:focus{
  background-color: #FFF;
  background-image: none;
  filter: none;
  color: #333;
}
/*placeholder*/
.placeholder { color: #666; }
.placeholderFocus { color: #000; }

/*token input*/
.navbar .ts-search .ui-autocomplete-input{
	padding: 6px;
	border-top-left-radius:4px !important;
    border-bottom-left-radius:4px !important;
}
.navbar .ts-search ul.token-input-list-facebook{
    border: 1px solid #CCCCCC;
    height:34px !important;
    line-height:34px;
    width:100%;
    overflow:hidden;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px; 
}
.navbar .ts-search li.token-input-token-facebook{
    background: none repeat scroll 0 0 #EEEEEE;
    border: 0 none;
    border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
    box-shadow: 1px 1px 1px #BCBCBC;
	-webkit-box-shadow: 1px 1px 1px #BCBCBC;
	-moz-box-shadow: 1px 1px 1px #BCBCBC; 
	-o-box-shadow: 1px 1px 1px #BCBCBC;
    height: 23px !important;
    line-height: 22px;
    margin: 4px 0 0 4px;
    overflow: hidden;
    padding: 0 5px;
    position: relative;
}
.navbar .ts-search li.token-input-token-facebook label{
    display:block;
    position:absolute;
    width:40px;
    height:21px;
    line-height:21px;
    background:#EEEEEE;
    right:20px;
    top:0;
    background: -moz-linear-gradient(left, rgba(238,238,238,0) 20%, rgba(238,238,238,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(20%,rgba(238,238,238,0)), color-stop(100%,rgba(238,238,238,1)));   
    background: -o-linear-gradient(left, rgba(238,238,238,0) 20%, rgba(238,238,238,1) 100%);
    background: linear-gradient(left, rgba(238,238,238,0) 20%,rgba(238,238,238,1) 100%);    
}
.navbar .ts-search li.token-input-selected-token-facebook label{
    background: -moz-linear-gradient(left, rgba(238,238,238,0) 20%, rgba(238,238,238,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(20%,rgba(238,238,238,0)), color-stop(100%,rgba(238,238,238,1)));   
    background: -o-linear-gradient(left, rgba(238,238,238,0) 20%, rgba(238,238,238,1) 100%);
    background: linear-gradient(left, rgba(238,238,238,0) 20%,rgba(238,238,238,1) 100%);
}
.navbar .ts-search li.token-input-selected-token-facebook{
    background: #EAEAEA;    
}
.navbar .ts-search li.token-input-token-facebook p{
    float:left;
    display:block;
    font-size:13px;
    color: #000;
    font-weight:bold;
    max-width:130px;
    text-overflow: clip;
    overflow:hidden;
    margin-top:0px;
    margin-top:1px\9\0;
    *margin-top:0px;
}
.navbar .ts-search li.token-input-selected-token-facebook p{  
    color: #CC0000;
}

.navbar .ts-search li.token-input-input-token-facebook{
    height:21px;
    line-height:21px;
    overflow:hidden;
    margin-left:5px;
    *margin-left:3px;
    margin-top:5px;
    margin-top:6px\0;   
}
.navbar .ts-search ul.token-input-list-facebook li input{
    padding:0;
    margin:0;
    font-size:14px;
}
.navbar .ts-search li.token-input-token-facebook span {
    display:inline-block;
    width:8px;
    height:20px;
    margin-left:8px;
    margin-top:2px; 
    *margin-top:2px; /* IE7 */
    margin-top:3px\0; /* IE8 */
    margin-top:2px\9; /* IE9 */ 
    background:url(images/remove.gif) no-repeat center;
}

.navbar .ts-search li.token-input-highlighted-token-facebook span,
.navbar .ts-search li.token-input-selected-token-facebook span {  
    background:url(images/remove-red.gif) no-repeat center;
}
.navbar .ts-search li.token-input-highlighted-token-facebook p{
    color:#CC0000;
}

#NavBar .HeaderTokenizedLabel{
    float:left;
    padding-top:1px;
    padding-left:2px;
    position:relative;  
}
#NavBar .HeaderTokenizedLabel span{
    display:block;
    float:left;
    background:#242424;
    color:#EAEAEA;
    border-radius:4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
    height:21px;
    line-height:21px;   
    padding:0 0 0 4px;
    cursor:default;
    font-size:11px;
    max-width:146px;
    overflow:hidden;
    text-overflow:clip;
    white-space:nowrap; 
}
#NavBar .HeaderTokenizedLabel font{
    float:right;
    display:block;
    background:#242424;
    cursor:pointer;
    color:#A7A7A7;
    font-size:10px;
    padding-left:6px;
    height:21px;
    line-height:21px;
    padding-right:6px;
    border-radius:0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
}
#NavBar .HeaderTokenizedLabel label{
    display:block;
    position:absolute;
    width:40px;
    height:21px;
    line-height:21px;
    background:#242424;
    right:15px;
    background: -moz-linear-gradient(left, rgba(36,36,36,0) 20%, rgba(36,36,36,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(20%,rgba(36,36,36,0)), color-stop(100%,rgba(36,36,36,1))); 
    background: -o-linear-gradient(left, rgba(36,36,36,0) 20%, rgba(36,36,36,1) 100%);
    background: linear-gradient(left, rgba(36,36,36,0) 20%,rgba(36,36,36,1) 100%);
}

/* autocomplete */
.ui-autocomplete{
	border-top-right-radius: 0px!important;
	border-top-left-radius: 0px!important;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	-o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
}
.ui-autocomplete .ui-menu-item{
	cursor:pointer;
}
.ui-autocomplete .ui-menu-item {
    list-style-image: none;
    margin: 5px;
    padding: 0;
    width: auto;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
	background: #f1f1f1;
    border: 1px solid #f1f1f1;
    color: #4d75a0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

/* quickpreview */

/* rating */
.rating-input{
	font-size: 18px;
}
/************************* Notification *************************/
#footer .btn-classic span{
	background-color: #BBB;
    border: 1px solid #A9A9A9;
    border-radius: 2px;
    color: #FFF;
    cursor: pointer;
    padding: 1px 4px;
}
#footer .a-enterprise span{
	color: #484848;
}
#footer .li_no_bg > .btn-classic:hover,
#footer .li_no_bg > .btn-classic:focus {
  text-decoration: none;
  background-color: #EAEAEA;
  color: #FFF;
}
.notification{
	padding: 8px 20px;
    text-align: center;
	color: #676767;
	background-image: -moz-linear-gradient(top, #F7F7F7, #D9D9D9);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F7F7F7), to(#D9D9D9));
  	background-image: -webkit-linear-gradient(top, #F7F7F7, #D9D9D9);
  	background-image: -o-linear-gradient(top, #F7F7F7, #D9D9D9);
  	background-image: linear-gradient(to bottom, #F7F7F7, #D9D9D9);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffF7F7F7', endColorstr='#ffD9D9D9', GradientType=0);
  	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#F7F7F7,endColorStr=#D9D9D9);
  	*zoom: 1;
}
.notification .btn-feedback{
	background-color: #CCCCCC;
    border: 1px solid #B8B8B8;
    border-radius: 2px;
    color: #161616;
    cursor: pointer;
    margin-left: 8px;
    padding: 1px 4px;
}
.notification .btn-close{
	position: absolute;
	top: 10px;
	right: 12px;
}
.notification .fa-times{
	color: #323232;
    font-size: 14px;
	cursor:pointer;
}
.InformationBar {
	background-image: linear-gradient(to bottom, #F7F7F7, #D9D9D9);
    background-repeat: repeat-x;
    color: #676767;
    padding: 8px 20px;
	text-align: center;
}

/******* feedback override *******/
.i18nFeedback .i18nHeader .close{
	margin: 0 20px 0 0!important;
}


