/********** IMPORTANT! Needs to be below the <inreach:content id="html_head" /> tag *******/

/**** remove calendar from browse by *****/
#inreach_navbar_browseby_container hr {display: none;}
#inreach_navbar_browseby_calendar_opt {display: none;}

/**********remove background from the navbar **********/
#inreach_navbar_container table {
	background:none !important;
}
#inreach_navbar_container {
	/*border-bottom:1px solid #cacaca;*/
}
#inreach_navbar_browseby_button:hover  { background-color: #313036 !important;}
/**********these are changes to the search box and go button**********/
#inreach_navbar_searchbar_container {
	border-radius: none !important;
	box-shadow: none !important;
}
#inreach_navbar_searchbar_container input[type="text"]{
	background-color:#CACACA;
}
#inreach_navbar_searchbar_container .inreach_navbar_searchbar_searchbutton{
	margin: 5px 3px 0px 13px !important;
	background-color:#E23838;
	color:#fff;
}
#inreach_navbar_searchbar_advanced {
	padding:0px 0px 3px 15px !important;
	margin-top:0px;
	background:none !important;
	background-color:#ccc !important;
}
span.inreach_navbar_myaccount_button_name {color: #E23838 !important;}
/**********this removes the radii from the browser by and drop down**********/
#inreach_navbar_browseby_button:hover {
	border-radius: 0px !important;
}
.inreach_navbar_browseby_button_hover {
	border-radius: 0px !important;
}
#inreach_navbar_browseby_container {
	border-radius: 0px !important;
}
/********* Hide Free Delivery Types in Browse By menu *********//*added 20170522 mwidener*/
#inreach_navbar_browseby_freeondemand_option, 
#inreach_navbar_browseby_freepodcast_option   {
	display: none;
}
/**********change the advanced search button **********/
#inreach_adv_search_btn {
    /*background: url(/content/images/navbar/amazon/search1.png) no-repeat !important;*/ /*131 28*/
     display: none;
}
#inreach_adv_search_btn:hover {
	background: url(/content/images/navbar/amazon/search2.png) no-repeat !important;
}
/**********hello modifications**********/
#inreach_navbar_myaccount_container {
	border-radius: 0px !important;
}
.inreach_navbar_myaccount_button_hover {
	border-radius: 0px !important;
}
#inreach_navbar_signin_button_container .inreach_navbar_signin_button {
	background: none !important;
    background-color: #E23838 !important;
	color:#fff !important;
}
.inreach_navbar_signin_button:hover {
	text-decoration: underline;
}
/**********removing the radii from the cart display**********/
#inreach_navbar_shopping_cart_container {
	border-left:none !important;
}
#inreach_navbar_shopping_cart_container:hover {
	border-radius: 0px !important;
}
/********** advanced search changes **********/
#inreach_adv_search_container {
	background-color:#fff !important;
	box-shadow: none !important;
}
#inreach_adv_search_container .inreach_adv_search_sub_box {
	background:none !important;
	box-shadow: none !important;
	border-radius: 0px
}
#inreach_adv_search_container input[type="text"], #inreach_adv_search_container input[type="number"], #inreach_adv_search_container select {
	box-shadow: none !important;
	border-radius: 0px !important;
}
#ASStartDate {
	background-position: 145px 8px !important;
}
#ASEndDate {
	background-position: 160px 8px !important;
}
.inreach_adv_search_tooltip {
	background: url(/Content/owners/legaldemo/images/info.png) no-repeat !important;
}
#ASResetBtn {
	background-color:#7298C6 !important;
	border-radius: 0px !important;
	border:none !important;
	color:#fff !important;
}
#ASSubmitBtn {
	background-color:#DA6127 !important;
	border-radius: 0px !important;
	border:none !important;
	color:#fff !important;
}
#ASResetBtn:hover {
	background-color:#7298C6 !important;
	border-radius: 0px !important;
	border:none !important;
	text-decoration: underline;
}
#ASSubmitBtn:hover {
	background-color:#DA6127 !important;
	border-radius: 0px !important;
	border:none !important;
	color:#fff !important;
	text-decoration: underline;
}
/*advanced search mode ********/
.inreach_adv_search_content {margin-left: 10px;}
