/* CSS Document */

/* Outline for entire content section with margin */
#awayDestinationContainer 
{
	width: 575px;
	margin: 0;
	padding: 8px 16px 10px 18px;
}

/* Style for Frommer's logo */
#awayDestinationContainer #navTopRightImg 
{
	float: right;
}

/* Style for content section */
#awayDestinationContainer #awayDestinationContent
{
	clear: both;
	margin: 0;
	padding: 0;
}

/* Style for Paragraph inside content section */
#awayDestinationContainer #awayDestinationContent p
{   
	margin: 0 0 8px 0;
}

#awayDestinationContainer #awayDestinationContent .spacerGray
{
	border-bottom:1px solid #bbb;
	margin:20px 0 15px 0;
}

/* Style for Image in Paragraph inside content section */
#awayDestinationContainer #awayDestinationContent .topLeftImgArea
{
	float: left;
	clear: both;
	padding: 3px 13px 0 0;
	width: 250px;
}

/* Style for Destination content header */
#awayDestinationContainer .awayDestContentHeader
{
	display: block;
	margin: 0 0 14px 0;
}

/* Style for Destination content header */
#awayDestinationContainer .awayDestContentMainHeader
{
	display: block;
	margin: 0 0 14px 0;
	color:#14b;
	background-color:#fff;
}

/* Style for Featured destination images (img1,img2,img3) */
#awayDestinationContainer .contentMiddleDestImg
{
	display: block;
	border: none;
}

.contentMiddleDestImg .destImgFirst
{	
    float: left;
	clear: both;
}

.contentMiddleDestImg .destImg
{
	float: left;
	margin: 0 0 0 23px;
}

/* Style for copyright */
.copyright 
{
	font-size: 0.8em;
	background-color: #fff;
	color: #666;
}

/* Style for photo credits */
.credits 
{
    display: block;
    font-size: 0.8em;
	background-color: #fff;
	color: #666;
	clear: both;
}

/* Style for Destination image header */
#awayDestinationContainer .awayMiddleDestImgHeader
{
	margin: 20px 0 10px 0;
	float: left;
	clear: both;
}

/* Style for Top Image title */
.imgTitle 
{
    display: block;
	background-color: #fff;
	color: #555;
	clear: both;
	padding:0 0 0 1px;
}

/* Style for image below featured destination cities */
#awayDestinationContainer a.captionLink
{
	 display: block;
	 width: 150px;/*150px + 26px horizontal padding below = 176px */
	 padding: 4px 0 4px 26px; 
	 /*vertical padding replaces hard-coded height, while 26px left-padding allows the arrow image to show through */
	 background: #000 url(/public/ANS/Images/arrow.gif) 4px 50% no-repeat; /**/
	 color: #fff;
	 text-decoration: underline;
}

#awayDestinationContainer a.captionLink:hover
{
 	background-color: #000;
	color: #ccc;
}
/*---------------------------------------------------------------------*/
/* Style for Beach Theme*/

/* Style for Content Module Header */
.boxContentHeader
{
    display:block; 
    clear:both;
    padding: 0 0 5px 13px;
	color:#039;
	background-color:#b5e1ff;
	font-weight:bold;
	border-bottom: 3px solid #fff;
}
  
/* Style for Content Module text*/ 
.boxContent
{
	margin: 0;
	padding: 0;
	color:#039;
	background-color:#e0f3ff;
}
 
/* Style for top curved corners*/
.roundContTop
{
	background-color: #b5e1ff;
	color: #fff;
}

.roundTop
{ 
	background: url(/public/ANS/Images/tr.gif) no-repeat top right;  
}

/* Style for bottom curved corners*/
.roundContBot
{
	background-color: #e0f3ff;
	color: #fff;
	border-bottom:20px solid #fff;
}

.roundBottom
{
	background: url(/public/ANS/Images/br.gif) no-repeat top right; 
}

img.corner
{

   border: none;
   display: block !important;
}

/* Style for Content Module box with width:500px */
#awayDestinationContainer .awayContentModuleNormal
{ 
    background-color:#fff;
	color: #000;
	float:left;
	width: 540px;
	padding: 6px 0 0 19px;
}
#awayDestinationContainer .awayAAModuleNormal
{ 
    background-color:#fff;
	color: #000;
	width: 540px;
	padding: 0 0 0 19px;
}
/* Style for Content Module box with width:171px */
 #awayDestinationContainer .awayContentModuleSmall
{ 
    background-color:#fff;
	color: #000;
	float:left;
	width: 171px;
	padding: 6px 15px 0 19px;
}
 
/* Style for Content Module box with width:353px */
 #awayDestinationContainer .awayContentModuleMedium
{ 
    background-color:#fff;
	color: #000;
	float:left;
	width: 353px;
	padding: 6px 0 0 0;
}

#awayDestinationContainer .grayText
{
	font-weight:bold;
	color:#666;
	background-color:#e0f3ff; 
	padding: 0 7px 5px 13px;
}

#awayDestinationContainer a.contentModuleLink
{
	color:#36f;
	background-color:#e0f3ff; 
}

#awayDestinationContainer .linkSeperator
{
	padding:0 3px 0 3px;
}

#awayDestinationContainer .contentSpacer
{
	padding: 0 0 7px 0;
}

.boxContent  ul.bulletSquare {
	padding-left: 15px;
}

.boxContent ul.bulletSquare li {
	list-style-type: none;
	padding: 0 4px 0 8px;
	background: url(/public/ANS/Images/bullet_square.gif) no-repeat;
	color:#000;
	line-height:13px;
	background-position: 0 .1em;
	background-color:#e0f3ff;
}
.boxContent ul.bulletSquare li.listDisplay
{
	margin:0 45px 0 0;
	display:inline;
	line-height:20px;
}

/*---------------------------------------------------------------*/

/* Style for Family Theme*/

/* Outline for top navigation Area */
#awayFamilyTravelMomNavArea
{
	float: left;
	width:175px;
	margin: 5px 0 14px 0;
}

/* Style for navigation link UL */
.roundTopGray ul 
{
	padding: 0 0 0 7px;
	margin: 0 0 0 5px;
	font-weight: bold;
	color:#000;
	background-color: #eee;
}

/* Style for navigation link LI */
.roundTopGray ul li
{
	border-left: 1px solid black;
	margin:0 7px 0 0;
	display: inline;
	list-style: none;
	background: none;
}

.roundTopGray ul li a.textLink
{
	color: #36f;
	background-color: #eee;

}

/* Style for navigation link LI first element */
.roundTopGray ul li.first
{
	background: none;
}

/* Style for gray top curved corners*/
.roundContTopGray 
{
	background-color: #eee;
	color: #36f;
}

/* Style for gray top curved box*/
.roundTopGray 
{ 
	background: url(/public/ANS/Images/tr_gray.gif) no-repeat top right;  
}

/* Style for gray bottom curved corners*/
.roundContBotGray 
{
	background-color:#eee;
	color: #fff;
}

/* Style for gray bottom curved box*/
.roundBottomGray 
{
	background: url(/public/ANS/Images/br_gray.gif) no-repeat top right; 
}

/* Style for travel mom image*/
#awayDestinationContainer #awayDestinationContent .travelMomImg
{
	float: left;
	clear: both;
	padding: 3px 15px 0 0;
	border-bottom:3px solid #fff;
}

/* Style for travel mom QA image*/
.travelMomQAImg
{
	float: left;
	clear: both;
	padding: 3px 10px 0 0;
}

/* Style for travel mom Question Box*/
 .familyTravelboxQuestionContent
{
	padding: 0 7px 5px 5px;
	border-bottom:3px solid #fff;
	color:#039;
	background-color:#b5e1ff;
}

/* Style for travel mom Answer Box*/
 .familyTravelboxAnswerContent
{
 	padding: 0 7px 5px 5px;
	color:#039;
	background-color:#b5e1ff;
}

/* Style for Travel Tips box */
 .familyTravelTipsBoxContent
{
 	padding: 0 7px 5px 17px;
	color:#039;
	background-color:#b5e1ff;
}
 
/* Style for blue curved corner */
 .roundContBotBlue
{
	background-color:#b5e1ff;
	color: #fff;
	clear:both;
	border-top:3px solid #fff;
}
 .roundContBotBlue1
{
	background-color:#b5e1ff;
	color: #fff;

}
/* Style for blue curved box */
.roundBottomBlue
{
	background: url(/public/ANS/Images/br_blue.gif) no-repeat top right; 	
}

/* Style for family content module link*/
#awayDestinationContainer a.familyContentModuleLink
{
	color:#36f;
	background-color: transparent;
}

/* Style for Travel mom question of the week text */
.travelMomContent
{
	padding:0 0 10px 19px;
}

/* Style for view all section link*/
#awayDestinationContainer .floatLink
{
	margin:0 0 0 200px;
}
#awayDestinationContainer .floatLink1
{
	margin:0 0 0 450px;
}

/* Style for Posted by section */
.travelMomContent .postedBy 
{
	border-top:1px solid #adf;
	padding:6px 0 0 0;
}

/* Style for Blog img header*/
.imgHeaderBoxLarge
{
    background: #fff url(/public/ANS/Images/family_header_bg.gif);
	color: #36f;
}

/* Style for Travel mom img header*/
.imgHeaderBoxMainLarge
{
    background: #fff url(/public/ANS/Images/travelmom_main_header_bg.gif);
	color: #36f;


}


/* Style for Travel mom img header for popup*/
.imgHeaderBoxMainSmall
{
    background: #fff url(/public/ANS/Images/travelmom_main_header_bg.gif);
	color: #36f;
}

/* Style for Blog img header small(For popup)*/
.imgHeaderBoxSmall
{
    background: #fff url(/public/ANS/Images/family_header_bg.gif);
	color: #36f;
}

/* Style for bolg entry image*/
.blogEntryImg
{
	padding: 0 97px 0 0;
}

#familyMainContent
{
	width:580px;
}
/* Family Pop Up */

/* Style for entire pop up content */
#popUpContainer
{
	width: 500px;
}

/*Style for div inside popUpContainer div with margin*/
.popUpContent
{
	margin: 15px 15px 0 15px;
}

/*Style for content inside popUpContent div with margin 20*/
.popUpContentInside
{
	margin:0;
	padding: 0 0 0 20px;
}
/* Style for pop up top blue box*/
#popUpContainer #topBlueBox
{
	display:block;
	background-color:#cef;
	color:#36f;
	padding: 6px 5px 6px 5px;
}

/* Style for Orbitz logo */
#topBlueBox .orbitzLogo
{
	padding:0 280px 0 10px;
}

/* Style for all the links in popup page */

.awayContentModuleTiny
{ 
    background-color:#fff;
	color: #000;
	float:right;
	width: 132px;
	padding: 6px 15px 0 19px;
}
#popUpContainer a.closeWindow
{
	color: #36f;
	background-color: #cef;
}
#popUpContainer a.beachLinks
{
	color: #36f;
	background-color: #fff;
}
/* Style for top gray text in Blog page */
.blogEntryGrayText
{
	color:#555;
	background-color: #fff;
}


/* Style for Active/Adventure Module */
#awayDestinationContainer .awayGorpTravelOrange
{ 
	width:546px;
	background-color:#d73;
	margin:0 0 0 14px;
 	color: #fff;	
}
#awayDestinationContainer .awayGorpTravelGreen
{ 
	width:546px;
	background-color:#690;
	margin:0 0 0 14px;
	color: #fff;
}
.awayGorpTravelContent
{
	width: 536px;
	margin: 0 5px 0 5px;
	background-color:#fff;
	color: #000;
}
.gorpLogo
{
	float:left;
	margin:3px 22px 0 0;
}
#awayDestinationContainer .gorpLogoSpacer
{
	padding:0 30px 0 0;
}

/* Style for gray top curved corners*/
.roundContTopOrange
{
	background-color: #fff;
	color: #36f;
}

/* Style for gray top curved box*/
.roundTopOrange 
{ 
	background: url(/public/ANS/Images/tr_orange.gif) no-repeat top right;  
}

/* Style for gray bottom curved corners*/
.roundContBotOrange
{
	background-color:#ffe;
	border-bottom: 5px solid #d73;
	padding:97px 0 0 0;
	color: #000;
}
.roundBottomOrange
{ 
	background: url(/public/ANS/Images/br_orange.gif) no-repeat top right;  
}
.roundContBotGreen
{
	background-color:#ffc;
	border-bottom: 5px solid #690;
	padding:101px 0 0 0;
	color: #000;
}
.roundBottomGreen
{ 
	background: url(/public/ANS/Images/br_green.gif) no-repeat top right;  
}
.roundContBotOrangeBg
{
background-image:url(/public/ANS/Images/b_bg_orange.gif);
}


/* Style for gray top curved corners*/
.roundContTopGreen
{
	background-color: #fff;
	border-top:5px solid #690;
	color: #36f;
	margin:0px;
}

/* Style for gray top curved box*/
.roundTopGreen
{ 
	background: url(/public/ANS/Images/tr_green.gif) no-repeat top right;  
}

/* Style for Featured destination images (img1,img2,img3) */
.spotImgContent
{
	display: block;	
	border: none;
}

#awayDestinationContainer .gorpMainContent
{
	background-color:#fff;
	color : #000;
	margin:0 5px 0 5px;
}

#awayDestinationContainer .gorpAdventureTitle
{
	margin:0 10px 10px 50px;	
}

#awayDestinationContainer .travelModuleTitle
{
	float:left;
	clear: both;
}

#awayDestinationContainer .travelModuleTitleText
{
	background-color:#fff;
	color: #666;
	padding: 0 10px 0 10px;
}
/* Style for Featured small 3 images */
.gorpFeaturedSpotImg
{	
	float:left;
	margin:0 5px 0 5px;
}

.gorpFeaturedSpotLinks
{	
	float:left;
	background-color:#ffe;
	color: #651;
	padding: 0 3px 0 5px;
	margin:0;
}

.gorpFeaturedSpotLinks1
{	
	float:left;
	background-color:#ffc;
	color: #054;
	padding: 0 3px 0 5px;
	margin:0;

}
#awayDestinationContainer a.gorpTitleLink
{
	font-weight:bold;
	color:#C63;
	background-color:#fff;
}
#awayDestinationContainer .gorpContent
{
	width:165px;
	color:#063;
	background-color:#fff;
	line-height:15px;
	margin:0 0 10px 0;
}

.gorpBottomContent
{
	background-color:#ffe;
	border-top: 1px solid #d73;
	color: #fff;
    clear: both;
	margin:0 ;
	padding: 0 0 0 5px;

}

.gorpComBottomContent
{
	background-color:#ffc;
	border-top: 1px solid #690;
	color: #fff;
    clear: both;
	margin:0;
	padding: 0 0 0 5px;
}


.gorpBottomContent .gorpBottomTitle
{
	font-weight:bold;
	color:#054;
	background-color:#ffe;
	padding:0 0 5px 0;
}

.gorpComBottomContent .gorpBottomTitle1
{
	font-weight:bold;
	color:#651;
	background-color:#ffc;
	padding:0 0 5px 0;
}
.gorpBottomContent a.gorpBottomLinks
{
	color:#C63;
	background-color:#ffe;
	padding:0;
	margin:0;
}
.gorpComBottomContent a.gorpBottomLinks1
{
	color:#690;
	background-color:#ffc;
	line-height:15px;
	padding:0;
	margin:0;
}
#awayDestinationContainer ul.topLinks li
{
    list-style: none;
	background: none;
	padding: 0 0 4px 1px;
	margin:0;
    width:165px;
}


#awayDestinationContainer .gorpThumbTitle
{
	font-weight:bold;
	color:#690;
	background-color: #fff;
}
#awayDestinationContainer .gorpThumbContent
{
	width:165px;
	color:#651;
	background-color: #fff;
	line-height:15px;
	margin:0;
}
.aaSportsTravel
{
	background-color:#b5e1ff;
	color:#039;
	width:559px;
	clear:both;
	height:63px;	
}
.sportsTravelEspanImg
{
 
	float:left;
	padding:0 25px 0 0;
}
.sportsTravelTitle
{
	float:left;
	background-color:#b5e1ff;	
	font-weight:bold;
	color:#000;
	margin:0;
	padding:0;
}
.sportsTravelContent
{
	background-color:#b5e1ff;
	float:left;
	width:300px;
	line-height:17px;
	color:#009;
	margin:5px 0 0 0;
	padding:0;
}
.goButton
{
	background-color:#b5e1ff;
	float:left;
	margin:0;
	padding:10px 15px 10px 0;
}

/* Style for Romance Module starts here */
.shakeBustleImg
{
 
	float:left;
	padding:0 25px 0 0;
}
.romanceTitle
{
	float:left;
	background-color:#b5e1ff;	
	font-weight:bold;
	color:#000;
	margin:0;
	padding:0;
}
.romanceContent
{
	background-color:#b5e1ff;
	float:left;
	width:280px;
	line-height:16px;
	color:#009;
	margin:2px 5px 0 0;
	padding:0;
}

.playButton
{
	background-color:#b5e1ff;
	float:left;
	margin:0;
	padding:0 1px 2px 0;
}

/* Style for Family deep theme starts here */

#awayDestinationContainer .awayContentModuleFamilyTiny
{ 
    background-color:#fff;
	color: #000;		
	margin:0;
	float:right;
	width: 310px;
	padding:0;
}
.awayDestContentFamilyHeader
{
	border-top:25px solid #fff;
}
h4.awayDestContentFamilyHeader
{
	border-top:2px solid #fff;
	font-size:1.1em;
	clear:both;
	margin:0;
}

.roundFamilyContBot
{
	background-color: #e0f3ff;
	color: #fff;
	border-bottom:12px solid #fff;
}

/* Style for Ski theme starts here */

.boxContentHeaderSki
{
    display:block; 
    clear:both;
    padding: 7px 0 7px 13px;
	color:#039;
	background-color:#b5e1ff;
	font-weight:bold;
	border-bottom: 3px solid #fff;
	font-size: 1.1em;
}

.skiGlanceBoxColumnHeaderBlue
{
	width:105px;
	float:left;
	clear:both;
	background-color: #e0f3ff;
	padding: 3px 32px 3px 11px;
	border-right: 3px solid #fff;
}
.skiGlanceBoxColumnDataBlue
{
	width:407px;
	float: left;
	background-color: #e0f3ff;
	padding: 3px 6px 3px 11px;

}
.skiGlanceBoxColumnHeaderWhite
{
	width:105px;
	float:left;
	clear:both;
	background-color: #fff;
	padding: 3px 32px 3px 11px;
	border-right: 3px solid #fff;
}
.skiGlanceBoxColumnDataWhite
{
	width:407px;
	float: left;
	background-color: #fff;
	padding: 3px 6px 3px 11px;

}
.dollarText
{
	color: #65cb00;
}

#awayDestinationContainer .awaySkiDestImgHeader
{
	margin: 20px 0 10px 0;
	float: left;	
	width:570px;
}

#awayDestinationContainer .awaySnowReportModule
{ 
   	float:left;
	width: 575px;
	padding: 6px 0 0 0;
}
.resortBoxSnowReportHeader
{
    float:left;
	clear:both;
    padding: 5px 10px 8px 13px;
	color:#039;
	background-color:#E0F3FF;
	font-weight:bold;
	font-size: 1.1em;
}

.resortSnowReportContent
{
	
	width:400px;
	margin: 7px 0 0 0px;
	padding:0 0 0 6px;
	background-color:#fff;
	color:#000;
	float:left;
}
.OnTheSnowImg
{
	float:left;
	padding: 0 0 2px 0;
	background-color:#E0F3FF;
}
.boxSnowReportHeader
{
    float:left;
	clear:both;
    padding: 2px 10px 1px 13px;
	color:#039;
	background-color:#E0F3FF;
	font-weight:bold;
	font-size: 1.1em;
}

.snowReportContent
{
	width:445px;
	margin: 3px 0 0 90px;
	padding:0 0 2px 6px;
	background-color:#fff;
	color:#000;
}
.roundContTopLight
{
	background-color: #E0F3FF;
	color: #fff;
}
.roundTopLight
{ 
	background: url(/public/ANS/Images/righttopcurve.gif) no-repeat top right;  
}
.roundContBotLight
{
	background-color:#E0F3FF;
	color: #fff;
	clear:both;
}
.roundBottomLight
{
	background: url(/public/ANS/Images/rightbotcurve.gif) no-repeat top right; 	
}
/* Style for gray top curved box*/
.roundTopBlue
{ 
	background: url(/public/ANS/Images/tr_gray.gif) no-repeat top right;  
}
/* SKI classes*/

.boxContentHeaderSki
{
    display:block; 
    clear:both;
    padding: 7px 0 7px 13px;
	color:#039;
	background-color:#b5e1ff;
	font-weight:bold;
	border-bottom: 3px solid #fff;
	font-size: 1.1em;
}
.awayskiGlanceBoxColumnHeader
{
	width:134px;
	background-color: #e0f3ff;
	padding: 3px 96px 3px 11px;
	border-right: 3px solid #fff;
}
.awayskiGlanceBoxColumnData
{
	width:134px;
	background-color: #e0f3ff;
	padding: 3px 0 3px 11px;
	clear:both;   
}
#awayDestinationContainer #awayDestinationContent .topLeftImgAreaSki
{
	float: left;
	clear: both;
	padding: 3px 13px 0 0;
	width: 190px;
}
/* Top Ski Resorts Module*/

.topSkiResortsFirst
{	
    float: left;
	clear: both;
	padding: 10px 0 0 13px;
}

.topSkiResortsNext
{
	float: left;
	padding: 10px 0 0 13px;
	margin: 0 0 0 23px;
}
.boxContentSki
{
	height:200px;
	background-color:#e0f3ff;
}
.boxContentSki ul.bulletSquareSki {
	padding-left: 2px;
}
.boxContentSki ul.bulletSquareSki li {
	list-style-type: none;
	padding: 0 4px 0 8px;
	background: url(/public/ANS/Images/bullet_square.gif) no-repeat;
	color:#000;
	line-height:13px;
	background-position: 0 .1em;
	background-color:#e0f3ff;
}

/* Styles for  Ski theme starts here*/
#awayDestinationContainer .awaySkiModuleNormal
{ 
   background-color:#b5e1ff;
	color: #000;
	width: 522px;
	padding: 0 0 0 19px;
	margin:0 0 0 18px;
}

#awayDestinationContainer .awaySkiGoRacer
{ 
    background-color:#b5e1ff;
	color: #000;
	width: 522px;
	padding: 0 0 0 18px;
	margin:0 0 0 0;
	border-top:1px solid #fff;
}
#awayDestinationContainer .awaySkiArticles
{ 
	width:546px;	
	margin:0 0 0 14px;
 	
}
#awayDestinationContainer .awaySkiModuleRacer
{ 
   background-color:#b5e1ff;
	color: #000;
	width: 522px;
	padding: 0 0 0 19px;
	margin:0 0 0 18px;
	height:2px;
}
/* Styles for  Ski theme ends here*/
.awayAllInclusiveText
{
	background-color:#e0f3ff;
	color:#000;
	padding:0 12px 0 12px;
}
.skiBackToLink
{
	float:left;
	clear:both;
}
/* Ski Let it snow*/
#awayDestinationContainer .awaySkiSnowModule
{ 
	width:546px;
	background-color:#a3dab6;
	margin:0 0 0 14px;
	color: #fff;
}
.roundContTopLightGreen
{
	background-color: #fff;
	border-top:5px solid #a3dab6;
	color: #36f;
	margin:0px;
}

/* Style for gray top curved box*/
.roundTopLightGreen
{ 
	background: url(/public/ANS/Images/tr_lightgreen.gif) no-repeat top right;  
}
.letItSnowTitle
{
	font-family:Century Gothic;
	font-size: 20pt;
	font-weight:bold;
	color: #30368e;
	background-color:#fff;
}
.letItSnowTitleCaption
{
	font-family:Century Gothic;
	font-size: 11px;
	font-weight:bold;
	color: #178f45;
	background-color:#fff;
}
#awayDestinationContainer .skiThumbTitle
{
	font-weight:bold;
	color:#178f45;

}
.skiBottomContent
{
	background-color:#e7eff4;
	border-top: 1px solid #a3dab6;
	color: #fff;
    clear: both;
	margin:0;
	padding: 0 0 0 5px;
}

.skiFeaturedSpotLinks1
{	
	float:left;
	background-color:#e7eff4;
	color: #31368e;
	padding: 0 3px 0 5px;
	margin:0;

}
.skiBottomContent a.skiBottomLinks1
{
	color:#31368e;
	background-color:#e7eff4;
	line-height:15px;
	padding:0;
	margin:0;
}
.roundContBotLightGreen
{
	background-color:#e7eff4;
	border-bottom: 5px solid #a3dab6;
	padding:101px 0 0 0;
	color: #000;
}
.roundBottomLightGreen
{ 
	background: url(/public/ANS/Images/br_lightgreen.gif) no-repeat top right;  
}
.contentMiddleDestImg .destSkiImg
{
	float: left;
	margin: 0 0 0 3px;
}
#awayDestinationContainer .awayContentModuleVerySmall
{ 
    background-color:#fff;
	color: #000;
	float:left;
	width: 164px;
	padding: 5px 13px 0 12px;
}
.skiText
{
padding:5px 0 0 17px;
}
.roundContBotSki
{
	background-color: #e0f3ff;
	color: #fff;
	border-bottom:5px solid #fff;
}

