﻿@charset "utf-8";
/* CSS Document */
p {
	margin:0px;
	line-height:16px;
	padding-bottom:16px;
}
h1 {
	font-size:22px;
	color:#FFFFFF;
	font-weight:normal;
}
h2
{
    font-size: 16px;
    color: #005354;
    font-weight: bold;
    padding-bottom: 5px; 
    letter-spacing:0px; 
    font-family:Arial;
}
h3 {
	font-size:12px;
	color:#445765;
	padding-bottom:3px;
}
h4 {
	font-size:14px;
	color:#FFFFFF;
	margin-bottom:9px;
	padding-bottom:4px;
	padding-left: 15px;
}
h5 {
	font-size:14px;
	color:#005354;
	padding-bottom:5px;	
}
h6{
	font-size:11px;
	color:#343434;
	font-weight:normal;
	
}

s.title 
{
    color:#0C4DA2;
    font-size:14px;
    font-weight:bold;
    padding-bottom:5px;
    text-decoration:underline;
}

.listTitle
{
    padding: 0 10px 0 14px; background: transparent url(/images/listTitleImg.gif) left 3px no-repeat;
    font-family:Arial; font-weight:bold; color:#5e76b6;
}
a { color:#0c4da2; text-decoration: underline;}

.listTable{ width:100%;}
.detailTable { width:98%;}

a.btnItinery
{
    background: url(/images/btn-showitinery.gif) no-repeat; width:117px; height:22px; display:block;
}

a.btnMoreDetail
{
    background: url(/images/btn-moredetail.gif) no-repeat; width:107px; height:0px; padding-top:22px; overflow:hidden; display:block;
}

a.details {
    background-image:url(/images/bg_details.png);
    background-repeat:no-repeat;
    display:block;
    height:0;
    margin-top:10px;
    overflow:hidden;
    padding-top:22px;
    width:87px;
}

a.enlarge
{
    background:transparent url(/images/home/btn-enlarge.gif) left no-repeat;
    height:19px;
    display:block;
    color: #666;
    font-size:11px;
    text-decoration:none;
    padding-left:21px;
    width:80px;
}

img.map
{
    border:1px solid #BFC2E1;
}



