section.product-hero {
  position: relative;
  width: 984px;
  margin: 0 auto;
  background: #fff;
}

section.product-hero ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

section.product-hero div.items {
  height: 500px;
}

section.product-hero div.items li {
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

section.product-hero div.items li:first-child {
  visibility: visible;
}

section.product-hero div.items li div.grid-container,
section.product-hero div.items li div.row {
  filter: inherit;
}

section.product-hero div.image {
  height: 500px;
  filter: inherit;
}

section.product-hero div.image img {
  max-width: 616px;
  max-height: 500px;
  filter: inherit;
}


section.product-hero div.copy {
  height: 500px;
  filter: inherit;
}

section.product-hero div.copy h1 {
  margin: 90px 0 .25em 0;
  color: #404040;
  font-family: "Times New Roman";
  font-size: 48px;
  line-height: .97em;
  font-weight: 100;
  filter: inherit;
}

section.product-hero div.copy h2 {
  margin: 0;
  color: #404040;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: normal;
  filter: inherit;
}

section.product-hero div.controls {
    height: 18px;
    margin-bottom: 24px;
    padding: 6px;
    background: #fff;
}

section.product-hero div.controls ul {
    margin: 0;
    padding: 0;
}

section.product-hero div.controls li.nav{
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: url('../img/rotator_nav.png');
}

section.product-hero div.controls li.nav.selected{
    background-position: 0 -18px;
}

#content {
  position: relative;
}

#content div.nav {
  position: relative;
  height: 55px;
  background: url('../img/nav_back.png') repeat-x;
  z-index: 100;
}

#content div.nav:after {
  content: "";

  display: block;
  position: absolute;
  top: 55px;
  width: 100%;
  height: 19px;
  background: url('../img/section_shading_lower.png');
  background-repeat: no-repeat;
  background-position: center;
  opacity: .05;
  filter: alpha(opacity=5);
  z-index: 100;
}

#content div.nav ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: none;
}

#north_shore  ul {
  margin: 0;
  background-color:#61399D;
  padding: 0;
  list-style-type: none;
}


#content div.nav li {
  position: relative;
  display: block;
  float: left;
  margin-right: 48px;
}

#content div.nav a {
  display: block;
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 55px;
  text-decoration: none;
}

#content div.nav a.selected {
  color: #0074d2;
}

#content div.nav a.selected:after {
  content: "";

  display: block;
  position: absolute;
  margin-left: -9px;
  top: 51px;
  left: 50%;
  width: 18px;
  height: 9px;
  background: url('../img/nav_arr.png');
  background-repeat: no-repeat;
  background-position: center;
  z-index: 198;
}
#p_size{

}
#order_now{
  display: block;
  width: 150px;
  height: 53px;
  vertical-align: middle;
  background: #8F65CD no-repeat 12px 16px;
}

#order_now a{
  display: block;
  position: relative;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 55px;
  text-decoration: none;
  margin-left:21%;
  }
#content div.nav div.infobox {
  position: absolute;
  bottom: 2px;
  right: 24px;
  width: 296px;
}


#content div.nav div.infobox div.sizing {
  padding: 24px 24px 24px 24px;
  height: 62px;
  background: #8F65CD no-repeat 24px 24px;
  color: #FFFFFF;
}

#sizingXtra {
  display: none;
}

#content div.nav div.infobox div.sizing p {
  margin-bottom: .5em;
  color: #FFFFFF;
  line-height: 1.2em;
}

#content div.nav div.infobox div.sizing p.sizing-xtra-link {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

#content div.nav div.infobox div.sizing p.sizing-xtra-link:hover {
  color: #0687df;
}

#content div.nav div.infobox div.delivery {
  position: relative;
  display: block;
}


#content div.nav div.infobox div.delivery div.shipping {
  display: table-cell;
  width: 50%;
  height: 53px;
  vertical-align: middle;
  background: #0687df no-repeat 12px 16px;
}

#content div.nav div.infobox div.delivery div.turnaround {
  display: table-cell;
  width: 50%;
  height: 53px;
  vertical-align: middle;
  background: #143b92 no-repeat 12px 17px;
}

#content div.nav div.infobox div.delivery div.shipping p,
#content div.nav div.infobox div.delivery div.turnaround p {
  margin: 0 0 0 54px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
}

#content div.nav div.infobox div.delivery div.xtra {
  position: absolute;
  top: 53px;
  left: 0px;
}

#content div.nav div.infobox div.delivery div.xtra div.xtra-toggle {
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  cursor: pointer;
  z-index: 101;
}


#content div.nav div.infobox div.delivery div.xtra div.xtra-toggle img {
  width: 100%;
  height: auto;
}

#content div.nav div.infobox div.delivery div.xtra div.xtra-toggle.on img {
  margin-top: -32px;
}



#content div.nav div.infobox div.delivery div.xtra div.xtra-content {
  position: relative;
  top: -1000px;
  padding: 12px;
  visibility: hidden;
  background: #fff;
  border-bottom: 12px solid #0071d4;

  -webkit-transition-property: top;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;

  -moz-transition-property: top;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease;

  transition-property: top;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

#content div.nav div.infobox div.delivery div.xtra div.xtra-content p {
  margin-bottom: 0;
  line-height: 1.3em;
}

#content div.subsection {
  display: block;
  position: absolute;
  top: 0;
  left: -9999px;
  padding: 50px 0;
  min-height: 200px;
  background: url('../img/product_bg.png');
}

#content div.subsection.overview div.grid-container.module.main div.span4,
#content div.subsection.details div.grid-container.module.main div.span4,
#content div.subsection.faqs div.grid-container.module.main div.span4 {
  padding-top: 50px;
}

#content div.subsection.overview div.module.main div.elegant_simple_gal,
#content div.subsection.details div.module.main div.elegant_simple_gal {
  margin-bottom: 24px;
}

#content div.subsection.details div.module.main div.elegant_gallery div.elegant_simple_gal {
  margin-top: 0px;
}



#content div.subsection.selected {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

#content div.subsection h1 {
  margin: 0 0 .5em 0;
  color: #184398;
  font-family: "Times New Roman";
  font-size: 34px;
  font-weight: normal;
}

#content div.subsection h2 {
  margin: 0 0 .5em 0;
  color: #002e86;
  font-family: "Times New Roman";
  font-size: 28px;
  font-weight: normal;
}

#content div.subsection h3 {
  margin: 0 0 .5em 0;
  color: #404040;
  font-family: "Times New Roman";
  font-size: 22px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

#content div.subsection p {
  margin: 0 0 1em 0;
  color: #555;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
}

#content div.subsection div.module {
  padding: 50px 0;
}

#content div.subsection div.module:last-child {
  padding: 50px 0 0 0;
}

#content div.subsection div.module:first-child {
  padding: 0 0 50px 0;
}


#content div.divider {
  height: 4px;
  background: url('../img/content_division.png');
}

/* Options Matrix Stuff */

#content div.elegant_matrix_op {
    position: relative;
    margin-bottom: 15px;
}

#content div.elegant_matrix_op ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#content div.elegant_matrix_op li {
    position: relative;
    display: block;
    float: left;
    width: 292px;
    height: 115px;
    margin-bottom: 8px;
}

#content div.elegant_matrix_op li:nth-child(even) {
    margin-left: 30px;
}

#content div.elegant_matrix_op div.images {
    position: relative;
    float: right;
    width: 100px;
    height: 100px;
}

#content div.elegant_matrix_op li:nth-child(even) div.images {
    float: left;
}

#content div.elegant_matrix_op div.images img.focus {
  position: absolute;
  top: 0px;
  left: 0px;
  float: right;
  width: 100px;
  height: 100px;
  opacity: 0;
  filter: alpha(opacity=0);

  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.no-touch #content div.elegant_matrix_op li:hover div.images img.focus {

  top: -8px;
  left: -8px;
  width: 116px;
  height: 116px;

  opacity: 1;
  filter: alpha(opacity=100);

  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

#content div.elegant_matrix_op div.copy {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 192px;
    height: 84px;
    margin: 0 100px 0 0;
    padding: 8px 8px;
    z-index: 100;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );

}

.no-touch #content div.elegant_matrix_op li:hover div.copy {
    background: #fff;
}

#content div.elegant_matrix_op div.copy:after {
    content: "";

    width: 159px;
    height: 5px;
    position: absolute;
    top: 100px;
    right: 0px;
    background: url('../img/matrix_shade.png');
}

#content div.elegant_matrix_op li:nth-child(even) div.copy {
    margin: 0 0 0 100px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );

}

#content div.elegant_matrix_op li:nth-child(even) div.copy:after {
    content: "";

    width: 159px;
    height: 5px;
    position: absolute;
    top: 100px;
    left: 0px;
    background: url('../img/matrix_right.png');
}

.no-touch #content div.elegant_matrix_op li:hover div.copy {
    background: #fff;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#ffffff',GradientType=1 );
}

#content div.elegant_matrix_op div.copy h3 {
    margin: 0 0 2px 0;
    padding: 0;
    color: #0687df;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.0em;
    -webkit-font-smoothing: antialiased;
}

#content div.elegant_matrix_op div.copy p {
    margin: 0;
    padding: 0;
    color: #404040;
    font-size: 12px;
    line-height: 15px;
}

#content div.elegant_matrix_op div.copy-detailed {
    display: none;
}

#content div.elegant_matrix_op div.arrow {

    right: 80px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #fff;
    border-width: 10px;
    top: 50%;
    margin-top: -10px;
    z-index: 101px;

    
}

#content div.elegant_matrix_op li:nth-child(even) div.arrow {

    left: 80px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #ffffff;
    border-width: 10px;
    top: 50%;
    margin-top: -10px;
    z-index: 101px;

    
}



#content div.elegant_gallery {
  margin-top: 20px;
}

#content div.elegant_gallery div.thumbnails {
  float: left;
  width: 296px;
}

#content div.elegant_gallery div.thumbnails li {
  position: relative;
  display: block;
  float: left;
  margin-bottom: 24px;
  cursor: pointer;
}

#content div.elegant_gallery div.thumbnails li:nth-child(even) {
  margin-left: 24px;
}

#content div.elegant_gallery div.thumbnails li p.tooltip {
  display: block;
  position: absolute;
  top: -20px;
  left: 5px;
  padding: 10px 8px;
  width: 110px;
  background: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;

  opacity: 0;

  -webkit-box-shadow:  0px 2px 3px 1px rgba(0, 0, 0, .2);
  box-shadow:  0px 2px 3px 1px rgba(0, 0, 0, .2);

  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.no-touch #content div.elegant_gallery div.thumbnails li:hover p.tooltip {
  
  margin-top: 8px;
  opacity: 1;

  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

#content div.elegant_gallery div.thumbnails li p.tooltip:after {
  content: " ";
  position: absolute;
  bottom: -20px;
  height: 0;
  width: 0;
  border: solid transparent;
  border-top-color: #fff;
  pointer-events: none;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}

#content div.elegant_gallery div.thumbnails li img {
  width: 136px;
  height: 100px;
}

#content div.elegant_gallery div.content {
  float: left;
  margin-left:24px;
  width: 616px;
  height: 348px;
  background: #fff;
}

#content div.elegant_gallery div.content div.copy {
  position: relative;
  float: left;
  width: 296px;
  height: 348px;
}

#content div.elegant_gallery div.content div.copy li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 24px;
}

#content div.elegant_gallery div.content div.copy li.selected {
  display: block;
}

#content div.elegant_gallery div.content div.copy li h2 {
  color: #404040;
}

#content div.elegant_gallery div.content div.gallery {
  position: relative;
  float: left;
  margin-left: 24px;
  width: 296px;
  height: 348px;
}

#content div.elegant_gallery div.content div.gallery li.gallery-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 296px;
  height: 348px;
}

#content div.elegant_gallery div.content div.gallery li.gallery-container.selected {
  visibility: visible;
}

/* Product Callouts Stuff */
 
#content div.product-callouts ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#content div.product-callouts li {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

#content div.product-callouts img.icon {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 70px;
  max-height: 70px;
}

#content div.product-callouts div.copy {
  display: block;
  margin-left: 76px;
  width: 220px;
  color: #404040;
}

#content div.product-callouts div.copy h4 {
  margin: 0;

  -webkit-font-smoothing: antialiased;
}

#content div.product-callouts div.copy p {
  margin-bottom: 0;
  font-size: 13px;
}


/* Ordering Stuff */

#content div.subsection.ordering div.methods-meta {
  position: relative;
  margin-bottom: 24px;
}

#content div.subsection.ordering div.methods-meta span.divider:last-child {
  display: none;
}

#content div.subsection.ordering div.methods-meta a.roes {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 25px;
}

#content div.subsection.ordering div.methods-meta a.roes {
  background: url('../img/link_arrow.png') no-repeat center right;
  text-decoration: none;
}

#content div.subsection.ordering div.methods-meta a.roes img {
  position: absolute;
}


#content div.subsection.ordering div.methods-meta a.roes p {
  margin: 0 15px 0 30px;
  padding: 0;
  color: #0048a5;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  text-decoration: none;
}

#content div.subsection.ordering div.expandable-content {
  margin-bottom: 24px;
}


#content div.subsection.ordering div.expandable-content-title div.arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 100%;
  background: #0687df url('../img/expandableContent_arrowLeft_white.png') no-repeat center;
}

#content div.subsection.ordering div.expandable-content-title {
  background: #fff;
}

#content div.subsection.ordering div.expandable-content-title h4 {
  margin: 0;
  padding: 6px 0 6px 44px;
  min-height: 24px;
  color: #153d95;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;

  -webkit-font-smoothing: antialiased;
}

#content div.subsection.ordering div.expandable-content.expanded div.arrow{
  background: #0687df url('../img/arrow_down.png') no-repeat center;
}

#content div.subsection.ordering div.expandable-content.expanded div.expandable-content-title {
  background: #153d95;
}

#content div.subsection.ordering div.expandable-content.expanded div.expandable-content-title h4{
  color: #fff;
}

#content div.subsection.ordering div.expandable-content-body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #3c3c3c;
  font-size: 15px;
}

#content div.subsection.ordering div.expandable-content-body p,
#content div.subsection.ordering div.expandable-content-body h1,
#content div.subsection.ordering div.expandable-content-body h2,
#content div.subsection.ordering div.expandable-content-body h3,
#content div.subsection.ordering div.expandable-content-body h4 {
  margin: 0;
  padding: 12px 12px 0 12px;
}

#content div.subsection.ordering div.expandable-content-body p:last-child {
  padding-bottom: 12px;
}

#content div.subsection.ordering div.footercol {
  height: 180px;
  padding-top: 50px;
  background: #d9e7f6 no-repeat 30px 30px;
}

#content div.subsection.ordering div.footercol h2 {
  margin-left: 200px;
}

#content div.subsection.ordering div.footercol div.links {
  margin-left: 200px;
}

#content div.subsection.ordering div.footercol div.link {
  float: left;
  width: 50%;
}

#content div.subsection.ordering div.footercol div.link p {
  padding-right: 24px;
}

#content div.subsection.ordering div.shipping {
  height: 180px;
  padding-top: 50px;
  background: #fff no-repeat 50px 55px;
}

#content div.subsection.ordering div.shipping h3 {
  margin-left: 200px;
  padding-right: 24px;
}

#content div.subsection.ordering div.shipping p {
  margin-left: 200px;
  padding-right: 24px;
}

#content div.subsection.ordering div.shipping a {
  margin-left: 200px;
}

#content div.subsection.ordering div.pricing-header {
  margin-bottom: 2px;
  padding: 12px 12px 12px 15px;
  background: #fff;
}

#content div.subsection.ordering ul.pricing-downloads {
  margin-bottom: 20px;
}

#content div.subsection.ordering li.pricing-pdf-link {
  margin-bottom: 2px;
  min-height: 50px;
  background: #d9e7f6 no-repeat 13px 15px;
}

#content div.subsection.ordering li.pricing-pdf-link a,
#content div.subsection.ordering li.pricing-catalog-link a {
  display: block;
  padding-top: 15px;
  padding-left: 50px;
  min-height: 35px;
  background: url('../img/link_arrow.png') no-repeat 276px center;
  color: #0687df;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.no-touch #content div.subsection.ordering li.pricing-pdf-link a:hover,
.no-touch #content div.subsection.ordering li.pricing-catalog-link a:hover {
  color: #193B80;
}



#content div.subsection.ordering div.packaging-options {
  padding-top: 50px;
}

#content div.template-downloads li  {
  padding-right: 12px;
  margin-bottom: 2px;
  height: 48px;
  background: #fff;
}


#content div.template-downloads li a {
  display: block;
  padding-left: 12px;
  background: url('../img/link_arrow.png') no-repeat right center;
  font-size: 14px;
  font-weight: bold;
  line-height: 48px;
  text-decoration: none;
}

#content div.subsection.faqs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#content div.subsection.faqs li {
  margin-bottom: 12px;
}

#content div.subsection.faqs div.expandable-content-title {
  position: relative;
  width: 100%;
}

.no-touch #content div.subsection.faqs div.expandable-content-title:hover {
  background: #fff;
}

#content div.subsection.faqs div.expandable-content-title div.arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 100%;
  background: #fff url('../img/expandableContent_arrowLeft.png') no-repeat center;
}

#content div.subsection.faqs div.expandable-content.expanded div.arrow{
  background: #0687df url('../img/arrow_down.png') no-repeat center;
}

.no-touch #content div.subsection.faqs div.expandable-content.expanded div.expandable-content-title:hover,
.no-touch #content div.subsection.faqs div.expandable-content.expanded div.expandable-content-title {
  background: #153d95;
}

#content div.subsection.faqs div.expandable-content-title h4 {
  margin: 0;
  padding: 6px 0 6px 44px;
  min-height: 24px;
  color: #0687df;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3em;
}

#content div.subsection.faqs div.expandable-content.expanded div.expandable-content-title h4{
  color: #fff;
}

#content div.subsection.faqs div.expandable-content-body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #3c3c3c;
  font-size: 15px;
}

#content div.subsection.faqs div.expandable-content.expanded div.expandable-content-body {
  padding: 0;
}

#content div.subsection.faqs div.expandable-content-body p{
  padding: 12px;
}

#content div.subsection.faqs div.expandable-content-body p:last-child{
  margin-bottom: 0;
}

/* Related Items */

section.related {
  min-height: 100px;
  background: #fff;
}

/* Sizing Details Lightbox Stuff */

div.sizing-header-container {
  position: absolute;
  top: 20px;
  left: 24px;
}

div.sizing-content-container {
  display: block;
  margin: 64px auto 0 auto;
  height: 336px;
  overflow: auto;
}

div.sizing-content-container table {
  margin: 0 auto 24px auto;
  border: 0;

  -webkit-font-smoothing: antialiased;
}

div.sizing-content-container table caption {
  padding: 10px;
  background: #0052b2;
  font-family: "Times New Roman";
  font-size: 13px;
  color: #fff;
}

div.sizing-content-container table thead tr th {
  padding: 10px 10px;
  border: 0;
  background: #0788e0;
  color: #fff;
  font-family: "Times New Roman";
  font-size: 13px;
  font-weight: normal;
}

div.sizing-content-container table tbody tr th {
  padding: 10px 10px;
  border: 0;
  background: #4da2f2;
  color: #fff;
  font-family: "Times New Roman";
  font-size: 13px;
  font-weight: normal;
}

div.sizing-content-container td {
  padding: 10px 8px;
  border: 0;
  background: #ebf5fd;
  color: #404040;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

div.sizing-content-container tr:nth-child(even) td {
  background: #fff;
}

/* Pricing Tab */
