@charset  "utf-8";

/* CSS Document */
body,td,th {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #666;
}

 body {
 /*   background-image: url(../graphics/header/gym-pit-foam-background.jpg);*/
    background-repeat: repeat-x;
	margin: 0;
}

a:link {
    color: #1361AC;
}

a:visited {
    color: #1361AC;
}

a:hover {
    color: #B01A21;
}

a:active {
    color: #1361AC;
}

h1,h2,h3,h4,h5,h6 {
    color: #1361ac;
    font-weight: 700;
}

.Title {
    font-size: 13px;
    color: #1361AC;
    font-weight: 700;
}

.blue {
    color: #1361AC;
    font-weight: 700;
}

.redTitle {
    font-size: 13px;
    color: #B01A21;
    font-weight: 700;
}

.Small {
    font-size: 9px;
}

#box-table-a {
    font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size: 12px;
    margin: 0;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

#box-table-a th {
    font-size: 13px;
    font-weight: 400;
    padding: 8px;
    background: #1460AC;
    border-top: 2px solid #4380BD;
    border-bottom: 1px solid #fff;
    color: #fff;
}

#box-table-a td {
    padding: 8px;
    background: #C8E0F9;
    border-bottom: 1px solid #fff;
    color: #333;
    border-top: 1px solid transparent;
}

#box-table-a tr:hover td {
    background: #E8F2FD;
    color: #000;
}

h1 {
    font-size: 16px;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 13px;
    color: #B01A21;
}

h4 {
    font-size: 13px;
}

h5 {
    font-size: 13px;
    color: #B01A21;
}

.GymPitMain {
    width: 100%px;
    margin: auto;
}

.GymPitSingleColumn {
    width: 100%px;
    float: left;
}

.GymPitLeftNav {
    width: 100%px;
    float: left;
}

.GymPitSplit {
    width: 11px;
    float: left;
    height: 865px;
    background-image:url(../graphics/right-nav/gym-pit-foam-splitter.jpg);
}

.GymPitRightNav {
    width: 215px;
    float: right;
    margin-left: 10px;
}

.GymNavBlock {
    float: left;
    width: 215px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: #ccc dashed 1px;
    height: 60px;
}

.GymNavBlockTop {
    float: left;
    width: 215px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: #ccc dashed 1px;
}

.GymNavBlockHeader {
    width: 215px;
    clear: left;
    margin-bottom: 10px;
}

.GymIcon {
    width: 59px;
    float: left;
}

.GymrRightSmall {
    width: 146px;
    float: left;
    margin-left: 10px;
    font-size: 9px;
}

.GymiFrame {
    width: 100%;
   /* float: left;*/
   /* margin-top: 20px;*/
	margin:auto;
}

.GymQA {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding-top: 10px;
    border-top: #ccc solid 1px;
}

.HeaderLogo {
    width: 308px;
    float: left;
}

.HeaderContact {
    width: 652px;
    float: left;
}

.GymSlide {
    position: absolute;
    max-width: 960px;
    margin: 0;
}
.form_caluclator ul {
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding: 18px 0;
  width: 100%;
}
.form_caluclator li {
  float: left;
  list-style:none;
}


.form_caluclator input {
  border: 1px solid #ccc;
  width: 78px;
}
.form_caluclator select {
  border: 1px solid #ccc;
  width: 82px;
}
.form_caluclator {
  background-color: #eeeeee;
  display: inline-block;
  width: 100%;
  /*max-width: 718px;*/
  margin: 10px auto;
  display: block;
}
.form_caluclator > h3 {
  background-color: #e94c5b;
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 15px;
}
.form_caluclator span {
  color: #000;
  font-size: 11px;
  padding: 0 16px;
}

.form_caluclator span.caluclator_icon {
	 background-image:url('../graphics/calculator/icon_caluclator.png'); background-repeat:no-repeat;
  background-position: center center;
  background-size: 30px auto;
  box-sizing: border-box;
  display: block;
  margin: -4px 0 0 7px;
  padding: 13px 18px;
  width: 100%;
}
.form_caluclator > h3.title_form {
  background-color: #333333;
}
.form_caluclator.second input {
  width: 70px;
}
/*.form_caluclator.second {
  margin: 15px 0 0;
}*/
.pit_cubes > table {
  text-align: center;
  width: 100%;
}
.pit_cubes > h2 {
  background-color: #333333;
  color: #fff;
  padding: 13px;
  margin: 0;
}
.pit_cubes {
  background-color: #eeeeee;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  margin:10px 0;
}
.pit_cubes th, .pit_cubes td {
  padding: 11px;
}
.pit_cubes th:first-child {
	text-align:left
}
.pit_cubes td:first-child {
  font-weight: bold;
  text-align: left;
  width: 180px;
}
.pit_cubes td{ color:#000;}
.pit_cubes th {
  color: #3677BB;
}
.pit_cubes a {
  color: #b93f30;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.logs_enqiry > h2 {
  background-color: #333333;
  color: #fff;
  margin: 0;
  padding: 12px;
}
.logs_enqiry {
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.logs_enqiry li {
  list-style: none;
  float: left;
}
.logs_content ul {
  clear: both;
  display: block;
  margin:0;
  padding:0;
}
.logs_content span {
  color: #000;
  font-weight: bold;
}
.logs_first_content > li {
  padding: 14px 18px 14px 0;
}
.logs_content .logs_first_content {
  border-bottom: 1px solid #ccc;
  display: block;
  margin: 0 14px 14px;
  overflow: hidden;
  padding: 0;
}
.logs_content ul.logs_second_content {
  display: block;
  margin: 0 26px;
}
.logs_second_content > li {
  float: left;
  margin-bottom: 14px;
  width: 50%;
}
.logs_second_content > li:nth-child(2n+1) span {
  display: inline-block;
  text-align: left;
  width: 65px;
}
.logs_second_content > li:nth-child(2n) span {
  display: inline-block;
  text-align: left;
  width: 118px;
}
.logs_second_content input {
  width: 61%;
  border: 1px solid #ccc;
  padding: 2px;
}
.logs_enquiry_footer {
  clear: both;
  display: block;
  margin: 0 24px 15px;
}
.logs_enquiry_footer > div {
  display: inline-block;
}
.enquiry_footer_first input[type="radio"] {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.enquiry_footer_first > span {
  margin-right: 15px;
}
.logs_content label span {
  font-weight: normal;
  margin: 0 20px 0 8px;
}
.enquiry_footer_second {
  float: right;
  text-align: right;
   margin-right: 4px;
}
.enquiry_footer_first {
  margin-top: 9px;
}

.enquiry_footer_second > input[type="submit"]{
  background-color: #1460ac;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 7px 11px;
  text-decoration: none;
	border:none;
	cursor:pointer;
}
.logs_enqiry {
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-top: 15px;
}
.GymiFrame .enquiry_msg{
    font-weight: bold;
}