/***********************************************************************
 * base_mobile.css
 * $Revision:  $
 * $Date: 2011-08-20 15:25:24 -0400 (Fri, 20 Aug 2010) $
 * $Author: jlafrate $
 ***********************************************************************/
/* This is the club right box, under the myTrips toolContainer. */
.clubRight {
	border: none; 
	margin: 0pt; 
	padding: 0pt; 
	width: 204px;
}
.clubLeft {
	border: none;
	margin: 0pt;
	padding: 0pt;
	width: 170px;
	float: left;
}
.clubLeft ul {
	padding-left: 20px; 
}
.clubLeft ul li {
	list-style-image: url(/AAA/common/images/icons/bulletIcon.gif);
}
.clubBottom {
	position:relative;	
}
.clubTop {
	/* add club top specific styles here */
	 position:relative; z-index:40000; height:53px; display:block;
}
.clubCenter {
}
#footer {
}
/* mainContainer houses all content that is contained in the services TD*/
#mainContainer.aaa2  {
	height:100%; 
	position:relative;
	width:100%;
	max-width: device-width;
	padding-left:0px;
	text-align: left;	
	border-width: 0px;
}
/*mainContent is the area where forms, etc. are contained. AKA body*/
.aaa2 .mainContent {
	max-width: device-width;
	padding: 0px 5px 5px 5px;
	border-right-width: 1px;
	position: relative;
}

