/* HEADER NAV STYLE */
.megamenu-dropdown {
	
	background-color: #fff; /* horo submenu container background */
	border: 1px solid #ddd; /* horo submenu container border*/
}
#vp_welcomeboxsquare .toprightsection:first-child {
	border-color: inherit; /* mid top right border ------- */
}
/* MOBILE HEADER */
.mobile-header {
	background: linear-gradient(to bottom, #eee 0px, #dbdbdb 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    min-height: 30px;
    padding: 0px;
	background: -webkit-linear-gradient(#dcdcdc, #ececec); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#dcdcdc, #ececec); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#dcdcdc, #ececec); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#dcdcdc, #ececec); /* Standard syntax */
}
/* MOBILE LOGO CONTAINER STYLE */
.mobile-header.container #vp_logo, .mobile-header.container .vp_logo { 
	background: #000; margin-top: 0px; padding-top: 10px; padding-bottom: 10px; 
}
/* MOBILE ICON DROPDOWN CONTAINER */
.navigation_dropdown_menu_mobile {
	 position: absolute; width: 100%;
	 z-index: 100;
	 top: 40px; 
	 background-color: #333;
}
/* MOBILE SLIDE MENU CONTAINER */
body .mm-menu {
    background-color:#333333 !important;
    color: rgba(255, 255, 255, 0.6) !important;
}
/* NAVIGATION */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .nav > li > a:hover, .nav > li > a:focus, #flyout1 li:hover, #flyout1 li:focus {
	background-color: #333;
	color: #FFF;
}
.megamenu-dropdown a {
    display: block;
    line-height: 1.42857;
    padding: 3px 20px;
    width: 100%;
}
.megamenu-dropdown a:hover, .megamenu-dropdown a:focus {
   background-color: #333;
}
/* LOGO */
.mobile-header.container #vp_logo { background: #000; margin-top: 0px; padding-top: 10px; padding-bottom: 10px; }
/* LOGO */
/* 
 * SLIDER 
 */
.cameraContent .camera_caption > div {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2); /* opacity background */
	color: #000; 
 }
/* END OF NAV STYLE */
/* WIDGETBOX STYLE */
.widget-box {
	border: 1px solid #e7e7e7; /* widgetbox border */
}
.featured-prod-widget {
	/*border: 2px solid #4D4D4D;  individual border for featured product widget */
	margin: 5px 0px 0px 0px;
	padding: 0px;
	width:100%
}
.featured-prod-widget h6{
	font-size: .95em; /* featured product header title size */
	font-weight: bold;
}
/* style for widget product price */
span.widget-prod-price {
    
    font-size: 1em;
	display: block;
	margin-top: 6px;
}
/* FOR WIDGET TITLE WRAPPER CONTAINER */
.title {
	/* Bernice removed
	border-bottom:1px solid #e7e7e7;
	margin-bottom: 10px;
	*/
}
/* FOR WIDGET AND CENTER TITLE STYLE */
.title h2, .title h2 {
		margin: 10px 0 10px 0;
  background: #26486D url(../../../../images/BHLB/gradient_bg.png) repeat-x left 50%;
  color: #fff;
  font-size:1.1em;
  font-weight:bold;
  padding: 11px 0 11px 14px;
  text-transform: uppercase;
  border-radius: 5px 5px;
  margin-left:10px;
  margin-right:10px;
}

.title_nomarg, {
	margin:0px;
}

.title_nomarg h2{
  background: #26486D url(../../../../images/BHLB/gradient_bg.png) repeat-x left 50%;
  color: #fff;
  font-size:1.1em;
  font-weight:bold;
  padding: 10px 0 10px 0px;
  text-transform: uppercase;
  border-radius: 1px 1px;
  margin:2px;
  text-align:center;
}

.sidefreetext h2 {
	font-size: 1.2em;
	padding:3px; 
	background: #26486D  url(../../../../images/BHLB/gradient_bg.png) repeat-x left 50%;
	border-radius: 2px 2px;
	margin:2px;
	line-height: 26px;
	font-weight:bold;
}

.sidefreetext ul, .sidefreetext li{
	line-height: 26px;
	list-style:none;
	padding:0px;
	border: 2px solid #000;
	background-color: #333;
	display: block;
}

.sidefreetext a:hover, .sidefreetext a:focus{
	line-height: 26px;
    background-color: #FFF !important;
    color: #4D4D4D !important;
	display: block;
}


/* TITLE WIDGET FOR MOBILE */




/* WIDGET LIST STYLE */
.menulist li a:before, .sidepage li a:before, .sideblogs li:before, .sidenews li a:before, .menulist-style li:before, .sidebarcell ul#accordion li a:before, .sidebarcell ul#flyout1 li:before{
	
    content: " ";
    display: inline-block;
    vertical-align: middle;
	list-style: none;
}
ul.sidepage a, ul.sideblogs a {
	width: 80%;
	display: inline-block;
	vertical-align: top;
}

ul li .right-bullet {
	display:none;
	/* Bernice did this to remove arrow by categories
	display: inline-block;
    font-size: 15px;
    margin-right: 10px;
    margin-top: 4px;
	list-style: none;  */
} 

.contentcell ul.sidecatmenulist{
	padding:0px;	
	line-height:26px;
}
.contentcell ul.sidecatmenulist li{
	display:block;
}

.contentcell ul.sidecatmenulist a{
	border: 2px solid #000000;
	background-color: #333;	
	display: block;
	padding-left: 2px;
}

.contentcell ul.sidecatmenulist a:hover{
	background-color: #FFF;
	color: #000;
	display:block;
	padding-bottom:3px;
}

#flyout1 li a {
    display: inline-block;
    visibility: 1;
    vertical-align: top;
	padding-top:3px;
	padding-bottom:3px;
	width: 80%
}   



/*
* END WIDGETBOX 
*/

/* 
* FOOTER STYLE 
*/
/* FOOTER LETTER SORTING BAR */
.letter-sorting {
    background: none repeat scroll 0 0 rgb(237, 237, 237);
    color: #6b6b6b;
    margin: 10px 0;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
}
.footer {
    background: none repeat scroll 0 0 #2A2A2A;
    border-top: 8px solid #4D4D4D;
    clear: both;
    display: block;
    width: 100%;
}
.footer h3{
	font-size: 1.5em;
	line-height: 1.2;
	margin-bottom: 20px;
    text-transform: uppercase;
	color: #FFF;
}
/* 
* END FOOTER STYLE 
*/


/* 
* GENERALS 
*/

body {
	color: #FFF;
	font-weight:bold;
	margin : 0px 0px 0px 0px;
	background:#000 url(../../../../images/BHLB/bg_left.jpg) repeat-y !important;
	background-position:1% !important;
}

a {
	color: inherit;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	background-color:inherit;
}

.right-bullet, .caret { /* FOR ARROW BULLET */
	color: #A6A6A6;
}
.default-btn-style {
	
	color: #fff;
	padding: 3px;
	max-width: 90px;
	min-height: 27px;
}

.global-font-color, .shadetabs li a, .global-font-color > a  {
	color: #FFF !important;
	  
}
/* for hover */
.global-font-color:hover{
	color: #FFF;
}



/* background of inner div, container or wrapper */
.global-background-color, .scrollToTop_default, .scrollToTop_default:hover, .scrollToTop, #vp_bodycontent a.submitbtn  { 
	background-color: #000;
	color: #FFF;
}
.global-3rd-background-color { background-color: #4D4D4D;}
.global-2rd-background-color { background-color: #4D4D4D;}

/* LOWER WELCOME BAR */
#vp_welcomeboxstretch .utility-bar {
    background: none repeat scroll 0 0 rgb(237, 237, 237);
    margin-top: 8px;
    padding: 0 15px;
}

.breadcrumb {
	background-color: #262626;
	border-radius: 4px;
	margin-bottom: 0px;
	padding: 8px 15px;
}
.pagination  > li  a {
	background-color: #fff;
	border: 1px solid #ddd;
}

/* FOR BUTTONS */
.submitbtn, #vp_bodycontent a.submitbtn, .default-btn-style,.btn-default {
   background-color: #333;
   border: 1px #fff solid;
   border-radius: 3px;
   color: #fff;
   padding: 5px;
}

.lower-header #vp_welcomeboxsquare .dropdown-menu {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
/* PRODUCT DETAILED PAGE */
.productsummary.productdesc_table {
	 background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}
/* tab container  */
#productexdbottom .tab_content_container, #productexdbottom .shadetabs li a.selected {
	background-color: #f8f6f7; 
}
/* PRODUCT DETAILED PAGE */

/* Bernice added for opposite color band at top */
.greybackbar {
	background-color:#4D4D4D !important;
	color:#FFF !important;
	margin-top:0px;
}
.greyback {
	background-color:#4D4D4D !important;
	color:#FFF !important;
	margin-top:0px;
}
.greyback a:hover, a:focus{
	background-color:#FFF !important;
	color:#4D4D4D !important;
	margin-top:0px;
}

/* FOR PRODUCTS THUMBNAIL */

 .nailthumb, .product_thumbnail {
 
	max-width: 100%;
    width: 100%;
	display: block;
	margin: 0 auto;
	
}

/* 
* END FOR BUTTON 
*/

/* 
* default input style 

*/
.txtfield, .txtfielddropdown, .searchfield, .txtfieldqty {
 /*   border: 1px solid #ddd; */
 	border:none;
/*     border-radius: 4px;
    box-shadow: none;
    padding: 3px 5px 5px;
	margin-bottom: 5px; */
	vertical-align:middle;
	padding-left: 3px;
	color: #4D4D4D !important;
}

.searchfield {
	height: 34px;
	padding: 5px 5px;
	font-size: 14px;
}
input[type="text"] {
	border-radius: 2px;
	color: #4D4D4D !important;
}
.input-group  .input-group-btn{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* DROPDOWNS AND FLYOUT */
.megamenu-dropdown , #flyout1 ul {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
/*.searchresultwrapper {
	background-color: #fff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}*/
#welcomeboxstretchresultlist > a {
	line-height: 1.8;
}

/* SCROLLTOP BUTTON */
#scrollUp {
	background-color: #26486D;
	color: #fff;
}
#scrollUp:hover {
	background-color: #5a5a5a;
	color: #fff;
}
/* SCROLLTOP BUTTON */
@media (max-width: 766px){
	.title { background: #333; border:none; }
	#flyout1 { margin-top: -20px;}
	#page .title h2, #page .title h2 > a { color: #fff !important;  }

	#flyout1, .sidepage {
		margin-top: -10px;
	}
	#flyout1 li, .sidepage > li {
		border-bottom: 1px solid #777;
		position: relative;
	}
	#flyout1 li:last-child, .sidepage > li:last-child {
		border-bottom: 0px none;
	}
	#flyout1 li a, .sidepage li a {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 15px;
	}
	.sidebarcell, .sidepage {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	
	.glyphicon.glyphicon-play.right-bullet {
		position: absolute;
		right: 0px;
		top: 20px;
	}
	.flyout, .sidepage {
		margin-right: -15px;
		margin-left: -20px;
	}
}
.sprite-search{
	font-size:16px;
	background-color:#333;
	}
/* 
* end default input style 
*/
