﻿@charset "utf-8";
/* CSS Document */
/* --- GENERAL ---*/

body {
    border: 0;
    text-align: center;
    margin: auto;
}
p,
ul {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-size-adjust;
    none;
    color: #333333;
    text-transform: none;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: 0px;
    line-height: 18px;
    text-align: left;
    vertical-align: baseline;
    list-style-type: disc;
}
li {
    list-style: disc;
}
h2 {
    color: #fa7c04;
}
table {
    width: 100%;
    padding: 0;
    border-spacing: 0;
}
th {
    font-weight: 500!important;
    font-size: 14px!important;
    padding: 5px 0 10px!important;
}
img {
    border: 1px solid #e7e7e7;
}
.row {
    border: 0;
    margin: 10px auto;
}
.tripprow {
    width: 940px;
    border: 0;
    margin: 25px auto;
}
.marg_top25 {
    margin-top: 25px;
}
.marg_bot25 {
    margin-bottom: 25px;
}
.marg_top5 {
    margin-top: 5px;
}
.marg_bot5 {
    margin-bottom: 5px;
}
.alignLeft {
    text-align: left;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
/* --- PRODUCT OVERVIEW ---*/

.overview {
    width: 100%;
    display: inline-block;
}
.overview .col1 {
    width: 240px;
    float: left;
    border: 0;
}
.overview .col2 {
    width: 480px;
    float: left;
    border: 0;
    margin: 0 2px;
    padding: 0 15px;
}
.overview .col3 {
    width: 170px;
    float: left;
    border: 0;
    text-align: center;
    margin: auto;
}
.overview .col3 img {
    box-shadow: 5px 5px 5px #cccccc;
}
.overview .col3 a {
    margin: 15px 12px;
    width: 150px;
}
/* --- PRODUCT CHARACTERISTICS ---*/

.characteristics {
    width: 100%;
    display: inline-block;
}
.characteristics div {
    width: 170px;
    height: 215px;
    display: block;
    float: left;
    margin: 5px 21px 21px;
    padding: 10px;
    border: 0;
    background-color: #e7e7e7;
}
.characteristics img {
    border: 0!important;
}
/* --- PRODUCT SPECIFICATIONS ---*/

.highlight {
    background-color: #e7e7e7;
}
.feature {
    background-color: #f5f5f5;
}
.col1,
.col2,
.col3,
.col4,
.col5 {
    font-family: arial, ​helvetica, ​clean, ​sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-size-adjust: none;
    color: #333333;
    line-height: 18px;
}
.col1 {
    width: 20%;
    border: 0;
    text-align: left;
    padding: 2px 0 2px 5px;
}
.col2 {
    width: 20%;
    border: 0;
    text-align: center;
}
.col3 {
    width: 20%;
    border: 0;
    text-align: center;
}
.col4 {
    width: 20%;
    border: 0;
    text-align: center;
}
.col5 {
    width: 20%;
    border: 0;
    text-align: center;
}
.footnote {
    text-align: left;
    font-family: arial, ​helvetica, ​clean, ​sans-serif;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    font-size-adjust: none;
    color: #333333;
    line-height: 19.6px;
    padding: 10px 0;
}
.width_7 {
    width: 7%;
    border: 1px solid lime;
}
.width_10 {
    width: 10%;
}
.width_11 {
    width: 11%;
}
.width_12 {
    width: 12%;
}
.width_15 {
    width: 15%;
}
.width_16 {
    width: 16%;
}
.width_25 {
    width: 25%;
}
.width_85 {
    width: 85%;
}
.align_bot {
    vertical-align: bottom;
}
.tablecell_pad {
    padding: 5px 0;
}
.tablecell_padleft {
    padding-left: 10px;
}