@charset "utf-8";
/* CSS Document */

/* STYLE GUIDE
   ---------------------------------------
colors:
	#cccccc;			branding gray
	#a4c153;			branding green
	#de996b;			blue
	#de996b;			peach
	#85ab94;			blue-green
	#ebc3e8;			purple
/* END -----------------------------------*/



/* AMEX LAYOUT
-------------------------------------------- */
div#amex{
	margin:0 auto;
	padding:15px;
	width:760px;
	background-color:#fff;
	
}
/* END -----------------------------------*/



/* BODY CONTENT
-------------------------------------------- */
div#amex-content{}


/* CALL TO ACTION
-------------------------------------------- */
div#amex-content .sect-a{
	float:left;
	width:215px;

}
* * body div#amex-content .sect-a{
	margin-right:-3px;
}

div#amex-content .sect-a .call-to-action{
	color:#fff;
	background-color:#a4c153;
	padding:15px;
	border-bottom:5px solid #93ad4a;
	border-top:5px solid #93ad4a;
}

div#amex-content .sect-a .call-to-action p{
	margin-bottom:8px;
}

div#amex-content .sect-a .call-to-action dt{
	padding-top:10px;
	text-transform:uppercase;
	border-bottom:1px dotted #d5e0b7;
	
}


div#amex-content .sect-a .slide-show{
	border-top:5px solid #93ad4a;
}



/* MAIN CONTENT
-------------------------------------------- */
div#amex-content .sect-b{
	overflow:hidden;
	-overflow:visible;
	-zoom:1;
	margin-left:235px;
	-margin-left:232px;
}



/* TAB
-------------------------------------------- */
div#amex-content .sect-b .tabs{
	font-size:12px;
	margin-top:25px;
	width:100%;
}
div#amex-content .sect-b .tabs table{
	width:100%;
	text-align:center;
}

div#amex-content .sect-b .tabs td a{
	display:block;
	background:#e5e5e5;
	padding:5px 0;
	$padding:5px 0;
}

div#amex-content .sect-b .tabs td a.on-state{
	color:#fff;
	background:#a4c153;
}

div#amex-content .sect-b .tabs td a:hover{
	color:#fff;
	background:#a4c153;
}


/* END -----------------------------------*/

div#amex-content .sect-b .destination_travel{
	margin:0 0 25px;
	padding:10px 25px 15px;
	border:3px solid #e5e5e5;
	border-top:none;
	
}

div#amex-content .sect-b .destination_travel_notabs{
	margin:35px 0;
	padding:10px 25px 15px;
	border:3px solid #e5e5e5;
	
}

div#amex-content .sect-b .destination{}

div#amex-content .sect-b .destination li{
	border-bottom:1px solid #e5e5e5;
	margin-right:240px;
	padding:2px 0;
	
}

div#amex-content .sect-b .destination li.lst-nth-child{
	border:none;
} 

div#amex-content .sect-b .destination .country_list_2010{}

div#amex-content .sect-b .destination .map div{
	position:relative;
	top:15px;
	float:right;
	width:220px;
	height:125px;
	background:url(/assets/images/map.gif) no-repeat;
}

div#amex-content .sect-b .destination .map div img{
	position:absolute;
	border:none;
}

div#amex-content .sect-b .global-trips{
	padding-bottom:25px;
}

div#amex-content .sect-b .global-trips .line-rule{
	border-top:1px solid #e5e5e5;
	padding-top:15px;
}

div#amex-content .sect-b .global-trips img{
	float:left;
	margin:0 15px 15px 0;
	width:100px;
	height:100px;
	border:none;
	
}

div#amex-content .sect-b .global-trips dt{
	font-size:16px;
	padding:25px 0 13px;
}

div#amex-content .sect-b .global-trips dd{
	padding:0 0 15px;
	margin-left:117px;
}


/* TRIP PAGE
-------------------------------------------- */

div#amex-content .sect-b .trip-info{
	margin-bottom:25px;
}

div#amex-content .sect-b .trip-info img{
	width:115px;
	height:115px;
	float:right;
	margin:0 0 8px 15px;
}

div#amex-content .sect-b .trip-info .description{}

div#amex-content .sect-b .trip-info dd.lst-nth-child{
	padding-bottom:15px;
}

div#amex-content .sect-b .trip-info .amex-exclusive{
	padding:5px 25px 10px;
	margin:25px 0 0;
	background-color:#ebebeb;
}

div#amex-content .sect-b .trip-info .amex-exclusive h2{
	color:#de8951;
	
}

div#amex-content .sect-b .trip-info .plat_vacations{
	background:#ddd;
	padding:10px 25px;
	border-top:1px solid #f4f4f4;
	
}






/* END -----------------------------------*/





/* CUSTOM CLASSES /
-------------------------------------------- */

.back-to-top{
	padding-left:15px;
	background:url(/assets/images/icons/platinum/back_to_top.gif) no-repeat 0 50%;
	
}

.learn_more{
	padding-left:12px;
	background:url(/assets/images/icons/platinum/main_arrow.gif) no-repeat 0 50%;
	
}

.terms-and-conditions{
	margin-left:50px;
	padding-left:15px;
	background:url(/assets/images/icons/platinum/tc.gif) no-repeat 0 50%;
	
}

.card{
	float:left;
	width:72px;
	height:50px;
	margin-right:10px;
}

.highlight{
	color:#000;
	background-color:#ff9;
	padding:1px 2px;
}




/* END -----------------------------------*/



/* TERMS & CONDITIONS
-------------------------------------------- */
div#trip-tc{
	background-color:#fff;
	padding:25px;
	
}

div#trip-tc dd{
	padding-bottom:10px;
}

/* END -----------------------------------*/




