/*==================================
	COLUMN MODULE
================================*/
div.column {
	clear: both;
}
/*======= TEMPLATE 2 ========*/
.column-template2 {
	color: #FFFFFF;
	vertical-align: top;
	background-color: #3d1a38;
}
.column-template2 #subMenuLv1 {
	margin:0px;
	padding:10px;
	list-style: none;
}

.column-template2 #subMenuLv1 li {
	margin: 0px 0px 8px 0px;
}
.column-template2 #subMenuLv1 li.parent {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #6f3b68;
}
.column-template2 #subMenuLv1 li.last {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #6f3b68;
}
.column-template2 #subMenuLv1 li.current a {
	color: #9E4193;
}
.column-template2 #subMenuLv1 a {
	font-weight: normal;
	text-transform: uppercase;
}
.column-template2 #subMenuLv1 a span {

}
/*======= TEMPLATE 3 ========*/
.column-template3 {
	vertical-align: top;
	background-color: #404041;
	color: #FFFFFF;
}

.column-template3 #subMenuLv2 {
	margin:0px;
	padding:10px;
	list-style: none;
}
.column-template3 #subMenuLv2 li {
	margin: 0px 0px 4px 0px;
}
.column-template3 #subMenuLv2 li.parent {
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #606060;
}
.column-template3 #subMenuLv2 li.last {
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #606060;
}
.column-template3 #subMenuLv2 a {
	font-weight: normal;
	text-transform: uppercase;
}
.column-template3 #subMenuLv2 li.current a {
	color: #AAAAAA;
}
.column-template3 #subMenuLv2 a:hover {
	color: #AAAAAA;
}
.column-template3 #subMenuLv2 a span {

}
/*======= TEMPLATE 4 ========*/
.column-template4 {
	vertical-align: top;
	background-color: #a49f7b;
	color: #FFFFFF;
}
.column-template4 .cmsHighlightedEditingArea {
	border-left: 1px solid #cfccb8;
	border-right: 1px solid #cfccb8;
	border-bottom: 1px solid #cfccb8;
}
.column-template4 .cmsEditingActions {
	border: 1px solid #cfccb8;
}
.column-template4 .cmsColumnActions {
	border: 1px solid #cfccb8;
}
.column-template4 .cmsRevisions {
	border-bottom: 1px dashed #cfccb8;
}
/*======= TEMPLATE 5========*/
.column-template5{
	vertical-align: top;
	background-color: #78968e;
	color: #FFFFFF;
}
.column-template5 .cmsHighlightedEditingArea {
	border-left: 1px solid #b8d0c9;
	border-right: 1px solid #b8d0c9;
	border-bottom: 1px solid #b8d0c9;
}
.column-template5 .cmsEditingActions {
	border: 1px solid #b8d0c9;
}
.column-template5 .cmsColumnActions {
	border: 1px solid #b8d0c9;
}
.column-template5 .cmsRevisions {
	border-bottom: 1px dashed #b8d0c9;
}
.column-template5 .highlightedArea1Lv1 {
	background-color: #d5dddb;
	color: #000000;
}
.column-template5 div.content_text table {
	margin-left: auto;
	margin-right: auto;
	border-spacing: 2px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.column-template5 div.content_text table th {
	background-color: #5c7670;
	text-align: left;
	font-weight: normal;
	padding: 3px;
}
.column-template5 div.content_text table td {
	background-color: #6f8e86;
	text-align: left;
	padding: 3px;
}
.column-template5 div.content_text h1 strong, .column-template5 div.content_text h1 em {
	color: #cfe3de;
	font-weight: normal;
}
/*======= TEMPLATE 6========*/
.column-template6 {
	color: #FFFFFF;
	vertical-align: top;
	background-color: #3d1a38;
}
.column-template6 #subMenuLv1 {
	margin:0px;
	padding:10px;
	list-style: none;
}
/*==============================
	CONTENT TEXT MODULE
================================*/
div.content_text {
	clear: both;
}
div.content_text h1, div.content_text h2, div.content_text h3, div.content_text h4, div.content_text h5, div.content_text p, div.content_text ul, div.content_text ol  {
	margin: 0px;
}
/*======= TEMPLATE 2 =====*/
div.content_text-template2 {
	background-color: #faf9f5;
	border: 1px solid #d1d1cf;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
/*==========================
	PORTLET MODULE
===========================*/
div.portlet {
	clear: both;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
div.portlet h2 {
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 1px;
}
div.portlet h2 img {
	vertical-align: bottom;
}
div.portlet p {

}
div.portlet div.picture {
	text-align: left;
	margin: 10px 0px 10px 0px;
}

/*==== PORTLET TEMPLATE 1 =====*/
div.portlet-template1 {
}

div.portlet-template1 a, div.portlet-template1 a:link, div.portlet-template1 a:visited, div.portlet-template1 a:hover {
	color: #ae35b1;
	font-weight: normal;
	text-decoration: underline;
}
/*==== PORTLET TEMPLATE 2 =====*/
div.portlet-template2 {
}
div.portlet-template2 h2 {
	font-weight: normal;
}
div.portlet-template2 .picture {
	padding-right: 10px;
}
div.portlet-template2 .link {
	margin: 7px 0px 10px 0px;
}
div.portlet-template2 a {
	font-weight: normal;
}

/*==== PORTLET TEMPLATE 3 =====*/
div.portlet-template3 {
}
div.portlet-template3 a {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
div.portlet-template3 a:link {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
div.portlet-template3 a:visited {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
div.portlet-template3 a:hover {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color: #40390E;
	text-decoration: none;
}
div.portlet-template3 .portletLayout .headerColumn, div.portlet-template3 .portletLayout .featureHeaderColumn, div.portlet-template3 .portletLayout .featureColumn {
	background-color: #5a531f;
	padding: 5px;
}
div.portlet-template3 .portletLayout .headerColumn h2 {
	margin-bottom: 0px;
	font-size: 14px;
}
div.portlet-template3 .portletLayout .headerColumn p {
	margin-top: 0px;
}
div.portlet-template3 .portletLayout .descriptionColumn, div.portlet-template3 .portletLayout .pictureColumn {
	background-color: #685f23;
	padding: 5px;
}
div.portlet-template3 .portletLayout .pictureColumn {
	width: 300px;
}
div.portlet-template3 .portletLayout .linkColumn, div.portlet-template3 .portletLayout .linkColumn2 {
	background-color: #776f39;
	padding: 5px;
}
div.portlet-template3 .portletLayout .featureHeaderColumn {
	text-align: right;
}
div.portlet-template3 .portletLayout .featureHeaderColumn h3 {
	color: #a49f7b;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}
div.portlet-template3 .portletLayout .featureColumn p {
	margin: 0px;
}
div.portlet-template3 .portletLayout .linkColumn2 {
	text-align: right;
}
div.portlet-template3 .portletLayout .linkColumn2 a {
}
/*==========================
	PICTURE MODULE
===========================*/
div.picture {
	clear: both;
}
/*=====================================
	LOGS
======================================*/
div.logs {
	clear: both;
	background-color: transparent;
	color: #4A4B4C;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.logs div.pager {
	text-align: center;
	margin: 5px;
}
div.logs div.pager a {
	color: #113366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px;
}
div.logs div.downloadSpreadsheetWrapper {
	float: right;
}

/*=====================================
	MANAGE USERS
======================================*/
div.manage_users {
	clear: both;
	background-color: transparent;
	color: #4A4B4C;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.manage_users-template1-edit_user div.correspondence td.leftColumn {
	vertical-align: top;
	width: 200px;
}
div.manage_users-template1-edit_user div.correspondence td.centerColumn {
	vertical-align: top;
	text-align: left;
}
div.manage_users-template1-edit_user div.correspondence td.centerColumn a {
	cursor: pointer;
}
div.manage_users-template1-edit_user div.correspondence td.centerColumn div.displayMessage {
	text-align: right;
}
div.manage_users-template1-edit_user div.correspondence td.rightColumn {
	vertical-align: top;
	width: 50px;
	text-align: center;
}
/*=======================
	FEEDBACK
=======================*/
th #justify{
text-align:center;
}
div.feedback {
	clear: both;
}
div.inputfield textarea.inputfield {
	clear: both;
}
div.comments textarea{
width:343px;
height:99px;
}
div.feedback table.formLayout th {
	font-weight: normal;
	text-align: right;
	padding: 7px 2px 7px 2px;
}
div.feedback table.formLayout td {
	padding: 7px 2px 7px 2px;	
}
/*======= TEMPLATE 1 =======*/
div.template1{

}
div.template1 input{
width:118px;
}
div.feedback-template1 .orderNow {
	background-color: #5c7670;
	color: #FFFFFF;
	overflow: hidden;
	padding: 7px 7px 7px 7px;
}
div.feedback-template1 .orderNow h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
div.feedback-template1 .orderNow h3, div.feedback-template1 .orderNow p {
	margin: 0px;
}
div.feedback-template1 .titleAndName {
	background-color: #dbe3e1;
	color: #000000;
	overflow: hidden;
}
div.feedback-template1 .titleAndName table.formLayout {
	
}
div.feedback-template1 .address{
	background-color: #d5dddb;
	color: #000000;
}
input#addressSection {
	width:343px;
}

div.feedback-template1 .address table.formLayout {
	
}
div.feedback-template1 .contact {
	background-color: #dbe3e1;
	color: #000000;
}
div.feedback-template1 .contact table.formLayout {
	
}
div.feedback-template1 .hearAbout {
	background-color: #d5dddb;
	color: #000000;
}
div.feedback-template1 .hearAbout table.formLayout {
	
}
div.feedback-template1 .orderBrochure {
	background-color: #5c7670;
	color: #FFFFFF;
	text-align: right;
	padding: 7px 7px 7px 7px;
}
div.feedback-template1 .orderBrochure .button {
	margin-bottom: 0px;
}
/*======= TEMPLATE 2 =======*/
div.feedback-template2 table.formLayout {
	width: 100%;
}
div.feedback-template2 .orderNow, div.feedback-template2 .orderBrochure {
	background-color: #5c7670;
	color: #FFFFFF;
	overflow: hidden;
	padding: 7px 7px 7px 7px;
}
div.feedback-template2 .orderNow h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
div.feedback-template2 .orderNow h3, div.feedback-template2 .orderNow p {
	margin: 0px;
}
div.feedback-template2 .titleAndName, div.feedback-template2 .contact, div.feedback-template2 .hearAbout, div.feedback-template2 .whenToGo, div.feedback-template2 .whatDestinations, div.feedback-template2 .approxBudget, div.feedback-template2 .departureAirport {
	background-color: #dbe3e2;
	color: #000000;
	overflow: hidden;
}
div.feedback-template2 .address, div.feedback-template2 .email , div.feedback-template2 .numPeople, div.feedback-template2 .specialInterests, div.feedback-template2 .flightStandard, div.feedback-template2 .callbackTime {
	background-color: #d5dddb;
	color: #000000;
}
div.feedback-template2 .orderBrochure {
	text-align: right;
}
div.feedback-template2 .orderBrochure .button {
	margin-bottom: 0px;
}
/*======= TEMPLATE 3 =======*/
div.feedback-template3 .orderNow {
	background-color: #5c7670;
	color: #FFFFFF;
	overflow: hidden;
	padding: 7px 7px 7px 7px;
}
div.feedback-template3 .orderNow h3, div.feedback-template3 .orderNow p {
	margin: 0px;
}
div.feedback-template3 .titleAndName {
	background-color: #dbe3e1;
	color: #000000;
	overflow: hidden;
}
div.feedback-template3 .titleAndName table.formLayout {
	width: 100%;
}
div.feedback-template3 .address {
	background-color: #d5dddb;
	color: #000000;
}
div.feedback-template3 .address table.formLayout {
	width: 100%;
}
div.feedback-template3 .contact {
	background-color: #dbe3e1;
	color: #000000;
}
div.feedback-template3 .contact table.formLayout {
	width: 100%;
}
div.feedback-template3 .hearAbout {
	background-color: #d5dddb;
	color: #000000;
}
div.feedback-template3 .hearAbout table.formLayout {
	width: 100%;
}
div.feedback-template3 .orderBrochure {
	background-color: #5c7670;
	color: #FFFFFF;
	text-align: right;
	padding: 7px 7px 7px 7px;
}
div.feedback-template3 .orderBrochure .button {
	margin-bottom: 0px;
}
/*==========================
	PRODUCT THUMBNAIL MODULE
===========================*/
div.product {
	clear: both;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
div.product h2 {
}
div.product div.picture {
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
}
div.product div.picture img.thumb {
	margin-bottom: 10px;
}
div.product p.price {
	font-size: 13px;
}
div.product p.price em {
	font-style: normal;
}
div.product p.overview {
	color: #64625c;
}
div.product p.viewProductLink {
	text-align: left;
}
/*==== TEMPLATE 1 =========*/
div.product-template1 h2 {
	background-color: #1f595a;
	padding: 7px 10px 7px 10px;
	margin: 10px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
}
div.product-template1 table.productLayout {
	background-color: #236768;
	width: 100%;
}
div.product-template1 table.productLayout td.pictureColumn {
	vertical-align: top;
	padding: 10px;
}
div.product-template1 table.productLayout td.overviewColumn {
	vertical-align: top;
	padding: 10px 10px 10px 10px;
}
div.product-template1 table.productLayout td.overviewColumn p, div.product-template1 table.productLayout td.overviewColumn ul, div.product-template1 table.productLayout td.overviewColumn ol {
	margin: 0px;
}
div.product-template1 p.viewProductLink {
	background-color: #397677;
	padding: 4px 10px 4px 10px;
	margin: 0px 0px 10px 0px;
}

/*==========================
	PRODUCT PROMOTION THUMBNAIL MODULE
===========================*/
div.product_promotion {
	clear: both;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
div.product_promotion h2 {
}
div.product_promotion div.picture {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
div.product_promotion div.picture img.thumb {
	margin-bottom: 10px;
}
div.product_promotion p.price {
	font-size: 14px;
}
div.product_promotion p.price em {
	font-style: normal;
}
div.product_promotion p.overview {
	color: #64625c;
}

/*==============================
	MANAGE ORDERS
============================*/
div.orders {
	clear: both;
}
div.orders table.manageOrder {
	width: 100%;
}
div.orders span.orderStatusColor {
	padding: 5px;
}
div.orders div.printOrderButton {
	float: right;
}
/*============================
	MY ORDERS
=========================*/
div.my_orders {
	clear: both;
}
div.my_orders table.manageOrder {
	width: 100%;
}
div.my_orders span.orderStatusColor {
	padding: 5px;
}
div.my_orders div.printOrderButton {
	float: right;
}

/*=========================
	LINKS MANAGER
==========================*/
div.links_manager {
	clear: both;
}
div.links_manager div.linkActions {
	text-align: right;
}
div.links_manager div.backButton {
	float: right;
	margin-top: 0px;
	margin-bottom: 5px;
}
div.links_manager div.highlightedArea1Lv1 {
	clear: both;
}
div.links_manager div.linkMenu {
	margin: 10px 0px 10px 0px;
}
div.link p.linkName {
	font-weight: bold;
	font-size: 12px;
	margin: 20px 0px 0px 0px;
}
div.link p.description {
	margin: 00px 0px 20px 0px;
}
/*============================
	STOCK CONTROL
============================*/
div.stock_control {
	clear: both;
}
div.stock_control-template1-default div.updateStockButton {
	text-align: right;
}

/*============================
	GALLERY PICTURE
=============================*/
div.gallery_picture {
}
div.gallery_picture div.picture {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
div.gallery_picture div.picture img {
	width: 120px;
	height: 80px;
}
/*================================
	E-Commerce Settings
================================*/
div.ecommerce_settings {
	clear: both;
}
div.ecommerce_settings div.manageCountriesMenu {
	margin-bottom: 10px;
}

div.ecommerce_settings div.backButton {
	margin-bottom: 10px;
}
/*=====================
	LOGON
=====================*/
div.logon {
	clear: both;
}
/*========================
	MAILING LIST
=========================*/
div.mailing_list {
	clear: both;
}
/*====================
	NEWS
=====================*/
div.news {
}
div.news p.newsDate {
	margin-top: 0px;
	font-size: 10px;
}
div.news h2 {
	margin-bottom: 0px;
}
div.news div.picture {
	float: left;
	margin: 0px 10px 10px 0px;
}
div.news .viewProductLink {
	clear: both;
}
/*====================
	EVENTS
=====================*/
div.event {
}
div.event p.eventDate {
	margin-top: 0px;
}
div.event h2 {
	margin-bottom: 0px;
}
/*====================
	PRODUCTS
=====================*/
div.products {

}
div.products div.searchResults table.productBox {
	border: 1px solid #D1D1CF;
	margin: 10px 0px 10px 0px;
	width: 100%;
	background-color: #FFFFFF;
}
div.products div.searchResults table.productBox td.pictureBox {
	width: 160px;
	vertical-align: top;
}
div.products div.searchResults table.productBox td.productDetails {
	padding: 0px 10px 0px 10px;
	vertical-align: top;
}
div.products div.searchResults form.addToBasketBox {
	text-align: right;
}
div.products div.searchResults form.addToBasketBox .button {
	margin: 0px;
}
div.products div.pager {
	clear: both;
}
div.products table.productLayout td.pictureColumn {
	text-align: right;
	vertical-align: top;
	width: 300px;
}
div.products table.productLayout td.informationColumn {
	text-align: left;
	padding: 0px 0px 0px 10px;
	vertical-align: top;
}
/*====================
	ROOT
====================*/

/*====== TEMPLATE 2 =======*/
.root-template2-default #contentLayout td#contentColumn {
	vertical-align: top;
	background-image: none;
	background-position: center center;
	background-repeat: repeat-x;
	background-color: #2e2e2e;
	color: #FFFFFF;
	padding: 0px;
}