/*
// triplet boxes
*/
h6 a { 
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color:#FFFFFF;
	background-color:transparent;
	text-decoration: none;
	}

h6 a:hover, a:active, a:active {
	background-color:transparent;
	color:#FF0000;
	}
	
a.tripletlnk {
	font-size: 10px;
	color:#FFFFFF;
	background-color:transparent;
	text-decoration: none;
}
.triplettext {
	font-size: 9px;
	color: #FFFFFF;
	padding: 0px;
	text-decoration: none;
	text-align: center;
	}

/*  triplets  */
#triplets{
	background-color: transparent;
	margin-top:0.5em;
 	}  
 
.trip-container {
 	display:inline;
	width:150px;
	height:auto;	
	}

div#triplets > div.trip-container {
 	display:table-cell;	
	}

 .trip {
	width: 155px;
	height: auto;
	text-align:center;
	display:block;
	vertical-align: top;
	margin:0 10px;
	background-attachment: scroll;
	background-image:  url(images/triplet_background.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0;
	text-decoration: none;
	}
	
div.trip-container > div.trip {
	width:155px;
	}

div.trip div a img {
	border: none;
	}
.trip p {
	width:145px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	padding:0;
	color: white;
	height:41px;
	}
div.trip > p.triplettext {
	height:43px;
	}
.trip p, .trip img {
	margin-bottom:0;
	}

.trip h6 {
	margin: 5px 3px 5px 0;
	padding: 0;
	font-size:1em;
	text-align:right;
	width: 150px;
	}
.triplettext a {
	color:white;
	}

/*
// image and address box
*/
div.address-box {
	float:right; 
	width:185px; 
	text-align:center; 
	height:auto;
	}
div.address-box p {
	text-align:center; 
	font-size:10px;  
	color:white; 
	font-weight:bold;
	}
/*
// news trip
*/
div.hp-news {
	display: tablecell;
	height: 100px;
	vertical-align: center;
	font-size: 9px;
}
p#news-trip {
	padding-top: 0!important;
	padding-top: 7px;
}