body {
  width: 640px;
  font-size: 100%; /* 16px */
  margin: 0 auto;
  padding: 35px;
  border: 1px solid #e6e6e6;
}

/* styles to deal with firefox outline on links and buttons */
:focus {outline:none;}
::-moz-focus-inner {border:0;}

.clear {
  clear: left;
}

/* top nav */
.nav-container {
  position: relative;
}
#logo {
  position: absolute;
  left: 534px;
  top: 0;
}
.navl1-container {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
  background-repeat: no-repeat;
  background-origin: content-box; 
  background-position: 0 100%;
  height: 36px;
}
.navl1-item {
  margin: 0;
  padding: 0 12px 0 8px;
  text-align: center;
  float: left;
  line-height: 8px;
}
.markerOff {
  visibility: hidden;
}
.navl2-container {
  clear: left;
  list-style: none;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-origin: content-box; 
  background-position: 0 100%;
  height: 36px;
}
.navl2-item {
  margin: 0;
  padding: 0 12px 0 8px;
  text-align: center;
  float: left;
}
.navl2-off {
  display: none;
}








/* new fit guide stuff for swim*/


#fitGuideIntro {
  display: block;
  width: 510px;
  font-family: "Times New Roman", Times, serif;
  color: #333333;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

#fitGuideIntro a {
  font-family: "Times New Roman", Times, serif;
  color: #333333;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-decoration: underline;
}

.entryContainer {
  position: relative;
  display: block;
  float: left;
  height: 324px;
  border: 0px solid black;
}

.titleBar {
  display: block;
  margin-top: 0px;
  margin-bottom: 14px;
}

.titleBar div {
  width: 639px;
  height: 22px;
  clear: both;
}

.entryText {
  position: absolute;
  display: block;
  left: 0px;
  top: 218px;
  width: 195px; /*195*/
  height: auto;
  font-family: "Times New Roman", Times, serif;
  color: #333333;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  margin:  0 0 20px 0;
  padding: 0 0 0 0 10px;
  z-index: 1;
  border: 0px solid black;
}

.entryText h2 {
  display: block;
  margin:  0 0 0 0;
  padding: 0 0 0 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
   color: #333333;
  text-transform: uppercase;
}

.navArrow {
  display: inline;
  height: 208px;
  width: 18px;
  float: left;
  padding-top:0px;
  cursor:pointer;
  z-index: 500;
}

.navArrow .navArrowLeft,
.navArrow .navArrowRight {
  margin-top: 70px;
  width: 18px;
  height: 78px;
}

.photoSprite {
position: relative;
display: inline;
width: 177px;
height: 208px;
float: left;	
overflow: hidden;
margin: 0 0 0 0;
padding: 0 0 0 0;
}


.photoSprite2 {
position: relative;
display: inline;
width: 177px;
height: 281px;
float: left;	
overflow: hidden;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.photoContainer {
	position: relative;
	width: 177px;
	height: 208px;
	left: 0px;
	
}

/* end of new fit guide stuff for swim*/







/* fonts and colors */
.heading1 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: .875em;
  letter-spacing: 1px;
  line-height: 2;
  text-transform: uppercase;
  color: #000;
}
.heading1On {
  cursor: default;
}
.heading1Off {
  color: #666;
}
.heading2,
.heading3 {
  font-family: Arial, sans-serif;
  font-weight: bold;

  letter-spacing: 1px;
  line-height: 1.5;  
  text-transform: uppercase;
}
.heading2 {
  font-size: .75em;
}
.heading3 {
  font-size: .6875em;
}
.heading2On,
.heading3On {
  color: #333;
  cursor: default;
}
.heading2Off,
.heading3Off {
  color: #999;
}
.toggle-container {
  list-style: none;
  margin: 0;
  padding: 0 0 12px 0;
}
.toggle-item {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 4px 14px;
  border: 1px solid #ccc;  
}

/* inches/centimeters toggle */
#inches {
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
#centimeters {
  border-left: none;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.inches {
  display: block;
}
.centimeters {
  display: none;
}
.toggleOn {
  background-color: #e6e6e6;
}
#inches2 {
  cursor:pointer;
}

#centimeters2 {
  cursor:pointer;
}

/* link styles */
a {
  text-decoration: none;
}
a.heading1:hover {
  color: #000;
}
a.heading2:hover,
a.heading3:hover {
  color: #333;  
  font-weight: bold;
}
p a {
  color: #333;
  text-decoration: underline;
}
p a:hover {
  color: #000;
  text-decoration: none;
}

/* container padding / margin classes */
.container-margin {
  margin: 12px 0;
}
.container-padding {
  padding: 12px 0;
}
.p6 {
  padding: 6px;
}
.p6-inlineblock {
  padding: 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.mtop {
  margin: 4px 0 0;
}
.mbottom {
  margin: 0 0 12px;
}


/* table and table cell */
table {
  border-collapse: separate;
}
th,
td {
  font-size: .6875em;
  line-height: 1.2727;

  text-align: left;
  vertical-align: top;
  color: #333;

  padding: 6px 12px 6px 12px;
}
th,
.ref {
  font-family: Arial, sans-serif;
}
th {
  font-weight: bold;
  text-transform: uppercase;
  background-color: #e6e6e6;
  letter-spacing: 1px;
}
td {
  font-family: 'Times New Roman', serif;
  font-weight: normal;
}
.ref {
  background-color: #ece8e5;
}
/* classes for setting width of th/td elements */
.st {
  min-width: 64px;
}
.st2 {
  width: 64px;
}
.us {
  min-width: 64px;
}
.co {
  min-width: 64px;
}

/* borders */
.b1e6 {
  border: 1px solid #e6e6e6;
}
.b2-right {
  border-right: 2px solid #fff;
}
.b2-left {
  border-left: 2px solid #fff;
}
.b6-top {
  border-top: 6px solid #fff;
}
.b6-bottom {
  border-bottom: 6px solid #fff;
}

.bodyheading {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: .75em;
  letter-spacing: 1px;
  line-height: 1.5;  
  text-transform: uppercase;
  color: #333;
}
.conversion-title {
  margin: 6px 6px 0 6px;
  padding: 6px 12px 6px 12px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #e6e6e6;
  letter-spacing: 1px;
  font-size: .6875em;
  line-height: 1.2727;
}
p {
  font-family: 'Times New Roman', serif;
  font-size: .75em;
  line-height: 1.3333;
  letter-spacing: 1px;
  color: #333;
  margin: 0;
  padding: 0 8px;
}

/* accordion */
.accordion-container {
  margin: 6px 0;
}
.accordion-content {
  margin: 24px 0;
}
.accordion-header {
  background-color: #ece8e5;
  background-repeat: no-repeat;
  cursor: pointer;
  padding-left: 12px;
}
.accordion-header-closed {
  background-position: right center;
}
.accordion-content-open {
  display: block;
}
.accordion-content-closed {
  display: none;
}
.passive-hover {
  background-color: #ece8e5;
 }
.hover {
  background-color: #ff9e7c;
}

/* scrolling size conversion table */
#us-sizes {
  float: left;
}
#us-sizes-table {
  padding-right: 4px;
}
#country-sizes {
  width: 384px;
  overflow: auto;
  overflow-y: hidden;
  -ms-overflow-y: hidden;
}
#country-sizes-table {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 11px;
}
#country-sizes::-webkit-scrollbar {
  height: 12px;
}
#country-sizes::-webkit-scrollbar-track {
  background-color: #e6e6e6;
}
#country-sizes::-webkit-scrollbar-thumb {
  background-color: #666;
}
#country-sizes::-webkit-scrollbar-button:start:decrement,
#country-sizes::-webkit-scrollbar-button:end:increment {
    display: block;
}
#country-sizes::-webkit-scrollbar-button:vertical:start:increment,
#country-sizes::-webkit-scrollbar-button:vertical:end:decrement {
    display: none;
}
#country-sizes::-webkit-scrollbar-button:end:increment {
  width: 11px;
  height: 12px;
}
#country-sizes::-webkit-scrollbar-button:start:decrement {
  width: 11px;
  height: 12px;
}
