#searchBoxContainer {
	background-image:url("../img/search_bg.jpg");
	background-repeat:no-repeat;
	background-size:100%;
	background-position:0 center;
}

#searchBoxContainer .wide_container {
	background-color:transparent !important;
}

#searchBoxCaption, #searchBoxContent {
	width:100%;
}

#searchBoxCaption ul {
	/*list-style: none;
	padding: 0;
	margin: 0;*/
	list-style: none;
    display: table;
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}

#searchBoxCaption li {
	display: table-cell;
    border-bottom-width: 0;
    margin: 0;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #eaeaea;
    width: 20% !important;
    font-weight: 300;
	border-right: 1px solid #bebebe;
	letter-spacing:0.1px;
}
#searchBoxCaption li:hover {
	cursor:pointer;
	color:#00A471 !important;
	background: #F2F2F2;
}

#searchBoxCaption li a {
	padding: 0 2em;
}

li#search_cat5 {
    border-right: none;
}

#searchBoxCaption .selected {
	padding-bottom: 6px;
    border-top: 2px solid #00A471;
    background-color:#ffffff;
	border-right: none;
	color:#000000;
	letter-spacing:0.1px;
}
#searchBoxCaption .selected:hover {
	background: transparent;
	background-color:#ffffff;
}

#searchBoxContent {
	
	background-color:#ffffff;
	min-height: 100px;
    display: inline-block;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
#searchBoxContent p {
	margin:10px;
}
#searchBoxContent h3 {
	font-size: 22px;
    letter-spacing: 0.5px;
    font-weight: 600;
	text-transform:uppercase;
}

#searchBoxContent h5 {
	font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 600;
	text-transform:uppercase;
}
#searchBoxContent ul {
	list-style-type:none;
	display:inline;
}
#searchBoxContent button[type="submit"] {
	border: 1px solid #ffffff;
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    padding-right: 6px !important;
	padding-left: 6px !important;
	height: 42px;
    line-height: 42px;
    min-width: 41px;
	margin-left: -3px;
}
#searchBoxContent button[type="submit"]:hover {
background-color:#00A471;
}
#searchBoxContent button[type="submit"] em.icon-0x, #searchBoxContent button[type="submit"] em.icon-0x {
    display: block;
    text-align: center;
    height: 22px;
    line-height: 22px;
	font-size: 1.5em;
}

#searchBoxContent .sdtramitslinks:hover {
	color:#00A471 !important;
	background-color:#F8F8F8;
}

.verticalrule {
	border-left:2px solid #e6e6e6;
	height:115px;
	float:left;
	margin-right:10px;
}
.horitzontalrule {
	border-top:2px solid silver;
	width:100%;
}

@media (max-width: 479px) {
	#moreSearched {
		max-height: 622px !important;
   		height: 622px !important;
	}
}
#moreSearched {
	min-width:251px;
    max-height: 251px;
    height: 251px;
    min-height: 251px;
    overflow: hidden;
}
#moreSearched h4 {
	display:inline-block;
	color:#3b3b3b;
	text-transform:uppercase;
}
#moreSearched a:hover {
	color:#00A471 !important;
}
.carousel-control {
	width: 24px !important;
    height: 24px;
	margin-right:5px;
	left: 10px;
	float:right;
}
.carousel-control-next {
	width: 24px !important;
    height: 24px;
	margin-right:8px;
	float:right;
	display: inline-block;
}
.carousel-control i, .carousel-control-next i {
	-ms-transform: translate(37%, 50%); /* IE 9 */
    -webkit-transform: translate(37%, 50%); /* Safari */
    transform: translate(37%, 50%);
	
	position:absolute;
}

.carousel-control-next, .carousel-control {
	background-color:#00A471 !important;
	color:white !important;
}
.carousel-control-next:hover, .carousel-control:hover {
	background-color:#4cb493 !important;
	color:white !important;
}
.carousel-control-next:hover i, .carousel-control:hover i {
	background-color:transparent !important;
	color:white !important;
}

.flex-direction-nav a {
	background-color:#00A471 !important;
}
.flex-direction-nav a:hover {
	background-color:#4cb493 !important;
	color:white !important;
}


.products_slider .ajax_block_product:hover .pro_first_box, .products_slider .ajax_block_product:hover .pro_second_box, .grid_view #product_list .ajax_block_product:hover .pro_first_box, .grid_view #product_list .ajax_block_product:hover .pro_second_box {
	-webkit-box-shadow: 0 0 0px rgba(0,0,0,0.1); */
    -moz-box-shadow: 0 0 0px rgba(0,0,0,0.1);
    box-shadow: 0 0 0px rgba(0,0,0,0.1);
}