/* Listings */
.l-itemContainer {
	
}
.l-itemContainerBtm {
	background-image:url(../images/listings/listingBtm.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 604px; 
	height: 10px;
	margin-bottom: 5px;
}
.l-itemContainer, .l-itemContainerSelected {
	position:relative;
	width:604px;
	color:#000;
	float:left;
	clear:both;
	font-size:1.1em;
	_overflow:hidden;
	background-color:#FFF;
}
.l-itemContainer a {
	font-size: 11px;
	color: #2B4365;
}
.split .l-itemContainer, .split .l-itemContainerSelected {
	width:325px;
	float:left;
}
.l-itemContainer .moreInfo, .l-itemContainerSelected .moreInfo {
	display:block;
	font-weight:normal;
	font-size:11px;
	line-height:1.4em;
	margin-left:15px;
	float:left;
	clear:left;
}
.l-itemContainer span.itineraryAdd {
	font-weight:bold;
	font-size:1em;
	color: #00426C;
	display:block;
	float:right;
	text-decoration:none;
	width:135px;
	text-align:right;
}
#detail-info span.itineraryAdd {
	line-height:20px;
	font-weight:bold;
	font-size:1em;
	color: #00426C;
	display:block;
	text-decoration:none;
	width:152px;
	text-align:center;
}
#detail-info span.itineraryAdded {
	line-height:20px;
	font-weight:bold;
	font-size:1em;
	color: #005C97;
	display:block;
	text-decoration:none;
	width:152px;
	text-align:center;
	font-size:11px;
}
.l-itemContainer .itineraryAdd a {
	display:block;
	float:right;
}
.l-itemContainer .itineraryAdd a:link, .l-itemContainer .itineraryAdd a:active, .l-itemContainer .itineraryAdd a:visited, .l-itemContainer .itineraryAdd a:hover {
	color: #00426C;
	text-decoration:none;
}
.l-even {
	
}
.l-odd {
	
}
.enhanced {
/*	background-image:url(../images/listings/icon_enhanced.png) !important;
	background-image:url(../images/listings/icon_enhanced.gif); */
	background-position:530px 5px;
	background-repeat:no-repeat;
}
.l-itemContainer h3 {
	vertical-align: middle;
	font-size:1.0em;
	font-weight:bold;
	text-transform: uppercase;
	color:#676767;
	padding: 2px 0 0 5px;
	margin: 0 0 0px 0;
	height: 22px;
}
.l-item, .l-itemOn {
	cursor:pointer;
	cursor:hand;
	padding:5px 10px;
	display:block;
}
.l-itemOn {
	background-color:#FFF;
	background-image: url(../images/listings/titleBack.jpg);
	background-repeat: no-repeat;
}
.l-item:hover {
	background-color:#F5F5FF;
}
.l-extras {
	padding: 0;	/* adding padding will make the scriptaculous animation jump */
	border-left: 1px solid #E4EBF3;
	border-right: 1px solid #E4EBF3;	
}
.l-extrasHolder {
	position:relative;
	margin: 0px 15px;
}
.l-extrasHolder ul, .l-extrasHolder ol {
	list-style-type:none;
	list-style:none;
}
.l-extrasHolder li {
	list-style:none;
	font-size: 11px;
}
.l-extrasHolder .imgHolder {
	float: right;
	padding-top: 5px;
}
#mainContent .wireframe .main .l-extrasHolder li, #wideContent .wireframe .main .l-extrasHolder li, #sidebar2 .wireframe .main .l-extrasHolder li {
	list-style-type:none;
	padding: 0 0 0 10px;
	margin: 0;
}
.l-itemLinks {
	padding: 15px 0px;

}
.l-itemLinks ul {
	clear:right;
}
.l-itemLinks li {
	display:block;
	padding:0 8px 0 0;
	float:left;
}
.l-itemLinks a {
	font-weight:normal;
	font-size:1.1em;
	color:#005C97;
}

/* JUMP TO NAV */
/*.l-jumpHolder {
	width:604px;
	background:url(../images/listings/jumpBG.png);
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	height: 42px;
	border-top:0px solid #FFF;
	border-bottom:0px solid #EEE;
	clear:both;
}
.l-jumpHolder a, .l-jumpHolder span {
	color:#005C97;
	font-size:11px;
	margin-left:2px;
}*/
.l-jumpHolder a.startArrow {
	background-image: url(../images/listings/jumpFirst.gif);
	background-position:center center;
	background-repeat:no-repeat;
	float:left;
	height:21px;
	width:21px;
	padding-right:10px;
}
.l-jumpHolder a.prevArrow {
	background-image: url(../images/listings/jumpPrev.gif);
	background-position:center center;
	background-repeat:no-repeat;
	float:left;
	height:21px;
	width:21px;
	padding-right:10px;
}
.l-jumpHolder a.nextArrow {
	background-image: url(../images/listings/jumpNext.gif);
	background-position:center center;
	background-repeat:no-repeat;
	float:left;
	height:21px;
	width:21px;
	padding-right:10px;	
}
.l-jumpHolder a.endArrow {
	background-image: url(../images/listings/jumpLast.gif);
	background-position:center center;
	background-repeat:no-repeat;
	float:left;
	height:21px;
	width:21px;
	padding-right:10px;	
}
.l-jumpHolder #lcorner {
	float:left;
	height: 32px;
	width: 10px;
}
.l-jumpHolder .jumpNavL {
	width:515px;
	float:left;
	margin-top:10px;
	margin-left:45px;
}
.l-jumpHolder .jumpNavL span {
	padding: 5px 0 0 10px;
	line-height:31px;
	text-transform:uppercase;
	float:left;
	color:#0A2D4D;
}
.l-jumpHolder .jumpNavL h4 {
	font-size:12px;
	line-height:22px;
	letter-spacing: 0;
	text-transform:capitalize;
	float:left;
	color:#666;
	font-weight:bold;
}
.l-jumpHolder .jumpNavR {
	width:410px;
	color:#000;
	float:left;
	margin-top:5px;
	margin-bottom:15px;
}
.l-jumpHolder .jumpNavR h4 {
	padding: 0 5px 0 0;
	font-size:11px;
	line-height:22px;
	font-weight:normal;
	text-transform:lowercase;
	float:right;
}
.l-jumpHolder .jumpNavR span {
	padding-top: 0px;
	float:right;
}
.l-jumpHolder #rcorner {
	float:right;
	height: 32px;
	width: 10px;
}
.l-jumpHolder ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 0px !important;
}
.l-jumpHolder li a {
	color: #ffffff;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
.l-jumpHolder ul li {
	background: url(../images/listings/jump-bkg-over.gif) no-repeat center 0;
	display: block;
	float: left;
	height: 21px;
	line-height: 21px;
	padding: 0;
	margin: 0 0 0 4px;
	width: 67px;
	text-align: center;
}
.l-jumpHolder li.selected, .l-jumpHolder li:hover {
	background: url(../images/listings/jump-bkg.gif) no-repeat center 0;
}
.l-jumpHolder ul li.alpha {
	background: url(../images/listings/jump-bkg-over-alpha.gif) no-repeat center 0;
	display: block;
	float: left;
	height: 21px;
	line-height: 21px;
	padding: 0;
	margin: 0 0 0 4px;
	width: 91px;
	text-align: center;
}
.l-jumpHolder li.selectedAlpha, .l-jumpHolder li.alpha:hover {
	background: url(../images/listings/jump-bkg-alpha.gif) no-repeat center 0;
	width: 91px;
}

/* Wide Search Box */
.listingsColumnWide {
	background-image: url(../images/headerBG.png) !important;
	background-image: url(../images/headerBG.gif);
	background-repeat:no-repeat;
	width:604px;
	height:62px;
}
.listingsColumnWide .containerBody {
	padding:10px;
}
.listingsColumnWide form {
	text-align:right;
	padding: 0;
}
.listingsColumnWide .contSecondaryHead h3 {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0em;
}
.listingsColumnWide .contSecondaryHead h3 span {
	background:none;
	display: block;
}
.btnContainer {
	clear:both;
	float:right;
	width:70px;
}
.listingsColumnWide .btnContainer {
	font-size:10px;
	clear:both;
}
/*.widContentCont .btnContainer input {
	background-image: url(../images/listings/search.gif);
	background-repeat: no-repeat;
	width:67px;
	height:21px;
	margin-right:20px;
}*/
.widContentCont .inputHolder {
	margin:0 0 0px 5px;
	display:block;
	width:125px;
	text-align:left;

}
.widContentCont .inputHolder label{
	display:none;
}
.widContentCont label {
	font-size:11px;
	line-height:18px;
	color:#000;
	font-weight:normal;
	padding:0;
	clear:both;
	margin:0 0 10px 0px;
}
.widContentCont select.default {
	font-size:10px;
	margin-left:10px;
	width:220px;
	height:19px;
}
.widContentCont input.default {
	font-size:11px;
	margin-left:10px;
	width:215px;
	height:15px;
}
.l-rankContainer {
	display:none;
}

/* Column 2 */
.split {
	background-image: url(../images/listingsSearchBG.png);
	background-repeat: no-repeat;
	float:right;
	width:393px;
	height:136px;
	margin-bottom:15px;
	overflow:hidden;
}
.split h3 {
	padding-left:8px;
	margin-bottom:15px;
}
.listingsColumn2 {
	background:none;
	margin:10px 0 0 0;
}
.listingsColumn2 h3 {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
}
.listingsColumn2 .btnContainer {
	text-align:center;
	clear:both;
	margin: 3px 0 0 0;
	_margin: 0;
}
.listingsColumn2 label {
	display:block;
}
.listingsColumn2 input.date, .listingsColumnWide input.date {
	width:80px;
}
.listingsColumn2 input.default, .listingsColumnWide input.default {
	margin-left:10px;
	width:100px;
	height:15px;
}
.split .l-jumpHolder {
	margin-top: 5px;
	_margin-top: -10px;
	float:left;
	background:none;
	border:none;
	height:22px;
	width:397px;
}
.split .l-jumpHolder #lcorner, .split .l-jumpHolder #rcorner {
	height:22px;
}
.split .l-jumpHolder .jumpNavL {
	width:218px;
}
.split .l-jumpHolder .jumpNavR {
	width:155px;
}
.l-jumpHolder, .l-jumpHolder a:link, .l-jumpHolder a:active, .l-jumpHolder a:visited {
	font-size:0.9em;
}
.split .l-jumpHolder .jumpNavL span {
	padding: 0 0 0 5px;
	line-height:22px;
}
.split .l-jumpHolder .jumpNavR span {
	padding: 0 5px 0 0;
	line-height:22px;
}
.split .l-jumpHolder .jumpNavL h4 {
	padding:0px;
	line-height:22px;
}
.split .l-jumpHolder .jumpNavR h4 {
	padding:0px;
	line-height:22px;
}

.listingsColumn2 select.default {
	font-size:10px;
	margin-left:10px;
	width:100px;
	height:19px;
}
.listingsColumn2 select {
	margin-left:10px;
	width:100px;
	height:19px;
}
.listingsColumn2 .btnContainer input {
	background-image: url(../images/listingsSearchBtn.gif);
	background-repeat: no-repeat;
	width: 93px;
	height:17px;
}
.listingsColumn2 .inputHolder {
	margin:0 0 0 5px;
	display:block;
	width:120px;
	text-align:left;
	float:left;
}

/* Listing Details */
#listing .info {
	clear: left;
}
#listing .overview {
	margin: 20px 0 10px 0;
	float: none;
}
#listing .gallery {
	position:relative;
	float: right;
	width: 300px;
	margin: 0px 0px 10px 10px;
	border: 1px dashed #CCCCCC;
}
#listing. {
	margin:0;
	padding:10px 5px 10px 15px;
	clear:both;
	overflow:visible;
}
#listing .info {
	clear: left;
}
#listing .info a.website {
	background-image: url(../images/website.gif);
	background-repeat: no-repeat;
	display:block;
	float:left;
	margin: 4px 2px;
	line-height:24px;
	height:24px;
	width:24px;
}
#listing .info a.email {
	background-image: url(../images/email.gif);
	background-repeat: no-repeat;
	display:block;
	float:left;
	margin: 4px 2px;
	line-height:24px;
	height:24px;
	width:24px;
}
#listing .accordion {
	clear: both;
	float: none;
}
#listing .accordion .drawer {
	background-color: #189DD2;
	color: #FFF;
	clear:both;
	padding: 0;
	margin: 0;
}
#listing .details {
	margin:0;
	clear:both;
	background-color: #F5F5F5;
	border:1px solid #AAC5D6;
}
#listing .details .dbox {
	padding: 5px 15px;
}
#listing .contSecondaryHead h3 {
	background-image: url(../images/lt_top_2ndCont_wbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	font-size: 11px;
	line-height: 1em;
	letter-spacing: 0em;
	text-transform: uppercase;
}
#listing .contSecondaryHead h3 span {
	background-image: url(../images/bg2ndCont_wbg.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #67869a;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
}
#listing .subHeadTabs {
	height:auto;
}
#listing .accordion .tab span {
	cursor:pointer;
	cursor:hand;
	color: #67869a;
}

/* Listing Details Accordion */
#detail-accordion {
	margin:5px 25px 25px 0px;
	clear: both;
	float: none;
	width: 535px;
}
#detail-accordion .drawerBG {
	background-image: url(../images/listings/accordionBG.jpg);
	background-repeat:repeat-x;
	background-color:#D2D8DC;
}
#detail-accordion .drawerBG .drawer {
	background-image: url(../images/listings/drawerTop.gif);	/* top rounded corners */
	background-repeat:no-repeat;
	margin-top: 4px;
}
#detail-accordion h3.tab {
	background-image: url(../images/listings/details-plus.jpg);/* listingDetails.js will use details-minus.jpg */
	background-position: 529px 3px;
	background-repeat:no-repeat;
	background-color: none;
	cursor:pointer;
	cursor:hand;
	display: block;
	font-size: 12px;
	line-height:12px;
	font-weight:bold;
	padding:7px 10px;
	color:#000;
	text-transform:capitalize;
	letter-spacing:0.1em;
	border-bottom: 1px solid #E1E5E8;
}
#detail-accordion .tab:hover {
	color: #67869a;
}
#detail-accordion .padding {
	padding:10px;
	background-color:#F0F0F0;
}
#detail-accordion table.listItems  {
	border:1px solid #EEEEEE;
	background-color:#F0F0F0;
	border-collapse:collapse;
}
#detail-accordion table.listItems th {
	font-size:14px;
	font-weight:bold;
	letter-spacing:normal;
	text-align:center;
	border:1px solid #EEEEEE;
}
#detail-accordion table.listItems td {
	font-size:11px;
	letter-spacing:normal;
	padding:3px;
	border:1px solid #EEEEEE;
}

/*=========  Listings Detail ============== */
#detail-gallery {
	float: right;
	margin: 5px;
	width: 287px;
}

/*listings tabs -----*/
.tabon{
	background: url(../images/shell/mainNav_bg.gif) repeat-x;
	color: #ffffff;
	font-weight: bold;	
	padding: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
}

span.tabon  {
	color: #ffffff;
}


.taboff{
	cursor:pointer;
	background-image: url(../images/listings/tabBG.gif);
	color: #FEFFCD;
	background-repeat:repeat-x;
	font-weight: bold;	
	padding: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
}

/* Mack - added next two entries to space text and photos on biz detail page */

#detail-info {
	margin-top:15px;
}

#soGallery {
	margin-top: 15px;
}

#detail-info ul{
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}

#detail-info ul li {
	
	list-style-type:none;
}

.listingTabInfo lo {
	list-style:disc;
}

.tabField_ODD {
	background-color:#BED1E0;
	padding:3px;
}

.tabField_EVEN {
	background-color:#9DB6CA;
	padding:3px;
}

.tabField0,
.tabField1,
.tabField2
{
	width: 32%;
	padding: 3px;
	float: left;
}

.tabField1
{
	clear: both;
}

.meeting_room {
	position:absolute;
	border: solid 1px #003158;
	width: 400px;
	background-color:#FFFFFF;
	margin-left: 50px;
	margin-top: -15px;

}

.roomhead {
	background: url(../images/shell/mainNav_bg.gif) repeat-x;
	color: #ffffff;
	font-weight: bold;	
	padding: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
}

.roomRowOdd td {
	background-color:#d0effe;
	padding:3px;
	cursor:pointer;
}


.roomRowEven td {
	background-color:#dbf3ff;
	padding:3px;
	cursor:pointer;
}

.listingDetailTab {
	background: #FFF url(../images/listings/jumpBG.png) repeat-x;
 	width:584px;
 	clear:both;
	padding:8px;
	margin-right:5px;
	font-size:11px;
	line-height:1.4em;
	overflow: auto;
}

#listingDetailTabList {
	width:604px;
	float:left;
	list-style: none;
	clear:both;
	padding-top:10px;
}
#listingDetailTabList li {
	float:left;
	display:inline;
	
}
#listingDetailTabList li span {
	text-align:center;
	display:block;
	width:100px;
	height:25px;
	line-height:25px;
}

#listingDetailTabList li span:hover{
	cursor:pointer;
}
span.listingsTab,span.listingsTabSelected {
	height:25px;
	width:100px;
	color:#fff;
	font-weight:bold;
	cursor: pointer;
	cursor: hand;
}
span.listingsTab {
	background:#FFF url(../images/listings/listingtab_o_bg.gif) no-repeat left top;
}
span.listingsTabSelected {
	height:25px;
	width:100px;
	background:#FFF url(../images/listings/listingtab_bg.gif) no-repeat right top;	
}

#detail-overview {
	padding-top:10px;
	clear:both;
}

.listingDetailTab .cBox  {

 margin: 0px;
}

.listingIcons {

}

/* SEARCH OPTIONS */
#listingSearch {
	width: 630px;
	margin: 5px auto;
}
#listingSearch h4 {
	font-size: 15px;
	font-weight: bold;
	color:#666;S
}
#listingSearch form {
	padding: 0px 0;
	text-align:center;
}
#listingSearch .inputHolder label { display:none; /*We still want this in the DOM for accessbility */ }
#listingSearch .inputHolder input, #listingSearch .inputHolder select {
	line-height:14px;
	font-size:13px;
	color:#333;
	padding: 1px;
	width: 170px;
}
#listingSearch .inputHolder .padded {
	margin-right: 0px;
}
#listingSearch .submitholder .searchBtn {
	margin-left: 5px;
	margin-bottom: 3px;
}
/*#listingSearch .searchBtn input {
	background-image: url(../images/listings/searchBtn.gif);
	background-repeat: no-repeat;
	width:97px;
	height:15px;
	margin-right:20px;
}*/
#listingSearch .btnContainer1 {
	clear:both;
	width:70px;
	vertical-align:top;
}
#listingSearch .btnContainer1 input {
	background-image: url(../images/listings/search.gif);
	background-repeat: no-repeat;
	width:67px;
	height:21px;
	margin-right:10px;
	margin-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}
