﻿@charset "UTF-8";
/* CSS Document */

/* Custom Font Import */
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,400italic,700italic,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:300);


/* Page Container */
body {
    margin: 0;
    font-family: helvetica,arial,sans-serif;
    line-height: 15px;
} 

.container {
    width: 60%;
    border: 1px solid #CCC;
    padding: 10px;
    margin: auto;
    background: #fff;
	float: left;
}
h1, h2 {
    font-size: 16px;
    line-height: 24px;
}
h1, h2, h3, h4, h5 {
	color:#1a1a1a;
}

.title {
    color: #ed1b2e;
    font-size: 16px;
    font-weight: 700;
}
.price {
	color: #ed1b2e;
}
.boatID {
    font-size: 12px;
    font-weight: 700;
}
img.yamaha-logo {
	width: 130px;
}
.convertedPrice {
}

.priceComment {
}

.imageCaption {
    font-size: 11px;
}

.description {
    text-align: justify;
}

.tymBottom {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #666;
}

table {
}
table.header {
	border-bottom:1px solid #CCC;
}
table.contact-number {
	text-align:center;
}
table.contact-number h3 {
	font-size: 16px;
	line-height: 24px;
    color: #ed1b2e;
}
table th,table td {
    color: #333;
    font-size: 10px;
    padding: 0;
    line-height: 14px;
}
table th,table td h2.price{
}
table th {
    text-align: left;
    font-weight: 700;
}
table caption {
    text-align: left;
    font-size: 14px;
    color: #666;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 5px;
}
table.specification {
	padding: 20px 0;
}
table.specification tr td {
    text-align: center;
    border: solid 1px #CCC;
    padding: 12px;
    font-size: 10px;
}
#lblTitle,#lblNewOrUsed,#lblStoredPrice,#lblConvertedPrice {
    font-size: 14px;
    color: #333;
    font-weight: 700;
}

table.disclaimerPanel {
    font-size: 14px;
    line-height: 15px;
    font-weight: 700;
    border-top: 1px solid #333;
}