/* 
    Document   : newMaxHeader
    Created on : Apr 8, 2014, 2:42:21 AM
    Author     : drData
    Description:
        1. Header Styles.
        2. Some Common Styles.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
  background-color:#fff !important;
  margin: 0 auto;
   font-weight: 300;
}
/* WARNING: DO NOT MOVE THIS STYLE FROM HERE! */
.maxShopSprite2 {
  background: url("http://maxwoodpro.com/maxwoodpro.com/dnok91peocsw3.cloudfront.net/relaunch/maxshop_images_latest9bf4.png?v=31") no-repeat scroll 0 0 transparent;
}

.newHeaderContent {
  width: 960px;
  margin: 0 auto;
  background-color: #fff;
}
.newMaxHeaderBar {
  margin-top: 15px;
  overflow: hidden;
}

.newMaxHeaderLogo {
  float: left;
}
.newMaxHeaderLogo img {
	border:0px;
}

.newMaxHeaderRightWrap {
  float: right;
  margin-top: 10px;
  vertical-align:top;
}
.headerItemWrap {
  padding:0 15px;
  display: inline-block;
  vertical-align:top;
}
.headerItemWrap:last-child {
  padding-right: 0;
}
.newCartIcon {
  height: 20px;
  width: 20px;
  background-position: -54px 0;
  cursor: pointer;
  display: inline-block;
  vertical-align:top;
}
.headerItemAnchor {
  text-decoration: none;
}
.headerItemText {
  font-size: 12px;
  color: #333;
  font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
  font-weight: normal;
  vertical-align: middle;
}
.headerItemText:hover {
  color:#000;
}
.newMaxHeaderItemSeparator {
  display: inline-block;
  border-right: 1px solid #e2e2e2;
  height: 18px;
  margin: 0;
  vertical-align:top;
}
.newMaxlanguageSelector {
  /* Changed by Rachin on 4/17 */
  padding:0px 0px 10px 0px;
}
.newMaxlanguageSelector:hover {
  cursor: pointer;
}
.newMaxlanguageSelector:hover .newMaxlanguageSelectorUl {
  display: block;
}

.newMaxlanguageSelector .newDownArrow {
  margin: 2px 0 0 5px;

}

.newMaxlanguageSelectorUl {
  display: none;
  border: 1px solid #bdbebd;
  border-bottom: 0;
  background-color: #fff;
  width: 150px;
  z-index: 16;
  line-height: 30px;
  position: absolute;
  margin-left: -115px;
  /* Changed by Rachin on 4/17 */
  margin-top: 20px; /* 10 + padding bottom defined in .newMaxlanguageSelector */
}
.newMaxlanguageSelectorLi {
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #d5d5d5;
  cursor: pointer;
  list-style: none;
}
.newMaxlanguageSelectorLi:hover {
  background-color: #f7f7f7;
}

.newMaxLangaugeLink {
  text-decoration: none;
  color: #000;
  width: 126px;
  padding: 0 12px;
  display: inline-block;
}
.newMaxlanguageSelectorArrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #bdbebd;
  position: absolute;
  right: 16px;
  top: -8px;
  list-style: none;
}
.newMaxlanguageSelectorArrowWhite {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white;
  position: absolute;
  right: 17px;
  top: -7px;
  list-style: none;
}

/* Few Common Styles*/
.dIB {
  display: inline-block;
}
.vertMiddle {
  vertical-align: middle;
}
.overflowHid{
  overflow: hidden;
}
.newDownArrow {
  height: 10px;
  width: 19px;
  background-position: -74px 0;
  cursor: pointer;
}
.clearBoth{
  clear: both;
}
.new-border-hor{
  border-bottom: 1px solid #d4d4d4;
  width: 980px;
  margin: 0 auto;
}

/* subnav starts */
.newNav{
  font-size:0;
  width: 960px;
  margin: 10px auto;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  /* Commented by Rachin on 4/17 */
  /*border-top: 1px solid #e2e2e2;*/
}
.newNavListUL{
  font-size: 12px;
  text-align: center;
  width: 100%;
  display: table;
}
.newNavListLI {
  list-style: none;
  padding: 15px 0;
  cursor: pointer;
  text-align: center;
  display: table-cell;
}
.newNavListUL.afterFix {
  display: inline-block;
}
.newNavListUL.afterFix .newNavListLI{
  float: left;
  
}

/*en specific styles */
.locale-uk .newNavListLI:last-child {
  
}
.locale-uk .newNavListLI {

  /*padding: 15px 26px;*/
}
.locale-uk .newNavListLI:last-child{
 /*padding-right:28px;*/
}

/*de specif styling*/
.locale-de .newNavListLI:first-child{
 /*padding-left:27px;*/
}
.locale-de .newNavListLI {

  /*padding: 15px 26px;*/
}
.locale-de .newNavListLI:last-child{
 /*padding-right:28px;*/
}


/*be-nl specific*/
.locale-be-nl .newNavListLI:first-child{
 /*padding-left:24px;*/
}
.locale-be-nl .newNavListLI {
  /*padding: 15px 24px;*/
}
.locale-be-nl .newNavListLI:last-child{
  /*padding-right:24px;*/
}




.newSubnavList{
  display: none;
  border: 1px solid #bdbebd;
  background-color: #fff;
  line-height: 30px;
  margin-left: -31px;
  z-index: 12;
  color: #666;
  padding: 10px 0;
  font-size: 13px;
}
.newNavListLI:hover .subNavHoverWrap{
  display: block;
}
.newNavListLI:hover .newSubnavList{
  display: block;
}
.newNavListLI:hover .newMaxSubnavArrow{
  display: inline-block;
}
.newNavListLI:hover .newMaxSubnavArrowWhite{
  display: inline-block;
}
.newNavListLI:hover .subNavHeading {
  color: #000;
}
.newSubnavList li{
  list-style: none;
}
.arrowDiv{
  position:relative;
}
.newMaxSubnavArrow {
  display: none;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #bdbebd;
  position: absolute;
  z-index: 20;
  margin-left: -8px;
  margin-top: 8px;
}
.newMaxSubnavArrowWhite {
  display: none;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white;
  position: absolute;
  z-index: 20;
  margin-left: -7px;
  margin-top: 9px;
}
.subNavHeading{
  text-decoration: none;
  color: #666;
  font-size: 14px;
  font-weight: normal;
}
.subNavHoverWrap{
  display: none;
  border: 1px solid #d4d4d4;
  background-color: white;
  position: absolute;
  z-index: 15;
  margin-top: 15px;
}
.subNavHoverULWrap{
  float: left;
  border-right: 1px solid #e2e2e2;
  margin: 10px 0 10px 0;
  /* Be sure to change JS Code associated with last sub-nav incase changing width. */
  min-width: 160px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.subNavHoverULWrap:last-child{
  border-right: none;
}
.subNavHoverUL{
  list-style: none;
}
.subNavHoverLI:hover{
  background-color: #eee;
}
.subNavHoverAnchor{
  text-align: left;
  text-decoration: none;
  color: #666;
  padding: 5px 10px 5px 20px;
  display: block;
  font-weight: 400;
}
.subNavHoverAnchor:hover{
  color: #000;
}
.subnavListMenus {
  display: inline-block;
  width: 150px;
  border-left: 1px solid #d4d4d4;
  padding:8px 0 8px 12px;
  text-align:left;
}
.subNavHeadSpace{

}
.subnavListMenus:first-child{
  border-left: 0;
}
.subnavListMenus li:hover{
  color:#333;
}
/*subnav end*/

/* Footer */
.newFooterWrap {
    background-color:#ddd;
    clear: both;
}
.newFooterWrap #footer {
  float: none;
}
.newFooterWrap #footer .copyright {
  padding-left:0;
}
/*new step strip starts*/

.newStepStripHead {
  /*
  letter-spacing: 0.01em;*/
  color: #333;
  width: 960px;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 0px 0 15px 0;
  
}
.newStepStrip {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #a5a5a5;
	font-weight: normal;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
}
.newStepStrip #step1{
  /*width: 311px;*/
  display: inline-block;
  vertical-align: middle;
  }
.newStepStrip #step2{
 /* width: 348px;*/
  display: inline-block;
  vertical-align: middle;
}
.newStepStrip #step3{
 /* width: 311px;*/
  display: inline-block;
  vertical-align: middle; 
}
.stepIcon{
  margin-right: 10px;
  vertical-align: middle;
  opacity:0.4;
}
.newStepStrip #step1 a{
  padding: 0 20px 0 0;
  border-right:1px solid #e2e2e2;
}
.newStepStrip #step2 a{
  padding: 0 20px 0 10px;
  border-right:1px solid #e2e2e2;
}
.newStepStrip #step3 a{
  padding: 0 10px 0 12px;
}
.newStepStrip a {
  text-decoration: none;
  color: #a5a5a5;
}
.newStepStrip a:hover{
  color:#666;
}
.newStepStrip a:hover .stepIcon{
  opacity:1;
}
/*new step strip ends*/

/*new carousel starts*/
.headerimg_slider{
  overflow: hidden;
  position: relative;
  width: 960px;
  height: 360px;
}
.headerimg_slider:hover .prev{
  display: block;
  left:0;
}
.headerimg_slider:hover .next{
  display: block;
  right:0;
}
a.prev, a.next {
    display: none;
    width: 27px;
    height: 55px;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    z-index: 10;
}
a.prev {   
  left: 0px;
  background-position: -140px 0 ;
}
a.prev:hover { 
  background-position: -269px 0; 
  
}
a.prev.disabled {   
  
}
a.next {
  right:0;   
  background-position: -169px 0; 
}
a.next:hover { 
  background-position: -300px 0;      
}
a.next.disabled {   
 
}
a.prev.disabled, a.next.disabled {
    cursor: default;
}
.pagination {
  position: absolute;
  bottom: 31px;
  left: 27px;
  font-size: 0;
}
.pagination a {
  display: inline-block;
  margin-left: 8px;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  border: 2px solid #fff;
  background-color: #fff;
  zoom: 1;
  cursor: pointer;
}
.pagination a.selected {
    background-color: transparent;
    cursor: default;
}

/* New Step Strip STARTS*/
.newStepStripSmall{
    border-bottom: 1px solid #D4D4D4;
    border-top: 1px solid #D4D4D4;
    color: #A5A5A5;
    font-size: 0;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 0 15px;
    text-align: center;
    width: 712px;
    float:left;
}
.newStepStripSmall #step1{
   
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    max-width:33%;
   
}
.newStepStripSmall #step2{
   
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    max-width:33%;
    
}
.newStepStripSmall .stepIcon{
 float: left;
 margin-right: 10px;
 opacity: 0.4;
 vertical-align: middle;
}

.newStepStripSmall #step3{
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    max-width:33%;
}

.newStepStripSmall #step1 a{
  float: left;
  padding: 0 8px 0 0;
}
.newStepStripSmall #step2 a{
  float: left;
  padding: 0 8px 0 0;
}
.newStepStripSmall #step3 a{
  float: left;
  padding: 0 8px 0 0;
}

.newStepStripSmall #step1 span {
    border-right: 1px solid #E2E2E2;
    float: left;
    margin-top: 5px;
    max-width: 78%;
    padding-right: 8px;
}

.newStepStripSmall #step2 span {
    border-right: 1px solid #E2E2E2;
    float: left;
    margin-top: 5px;
    max-width: 77%;
    padding-right: 8px;
}

.newStepStripSmall #step3 span {
    float: left;
    margin-top: 5px;
    max-width: 80%;
}

.newStepStripSmall a {
  text-decoration: none;
  color: #a5a5a5;
}
.newStepStripSmall a:hover{
  color:#666;
}
.newStepStripSmall a:hover .stepIcon{
  opacity:1;
}
/* New Step Strip ENDS*/
#content_tool_bed.contentToolBed {
  width: auto;
  padding: 0px;
  margin-top: -10px;
}
.contentToolBed .subheader-tabs-container {
  border-top: none;
}
