/*---------------------------------------------------------
	undohtml.css | Undo browser defaults
	http://tantek.com/log/2004/09.html#d06t2354
---------------------------------------------------------*/
	:link,:visited {text-decoration: none;}
	ul,ol {list-style: none;}
	h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
	ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
	fieldset {border: none;}
	a img,:link img,:visited img {border: none;}
	address {font-style: normal;}

/*=================================================================*/


/* Styles used to achieve sticky footer */
html, body, #wrapper { height: 100%; overflow:visible; }  /* overflow: we don't need any scrolls */
body > #wrapper { height: auto; min-height: 100%; }
/* end sticky footer styles (except clearfix at very bottom of this sheet) */


body {
	color: #333;
	font: 12px/16px sans-serif,Helvetica,Arial;
	text-align: center;
}
	body.shared {
		background-image: none;
	}


a { 
	color: #0094CA;
	outline: none;
}
	a:hover {
		text-decoration: underline;
	}
	a:active {
		color: #0094CA;
	}
	a.current {
		color: #333;
	}
	a.disabled {
		color: #999;
		cursor: default;
	}
	a.disabled { text-decoration: none; }
	
	a.small { 
		font-size: 10px !important; 
		font-weight: normal !important;
		padding-left: 10px;
	}

	.button {
        background-color: #0087C3;
        border: none;
        border-radius: 3px;
        color: white;
        padding: 8px 20px;
        text-align: center;
        text-decoration: none !important;
        display: inline-block;
        font-size: 11px;
        font-weight: bold;
	}
    .button:hover {
      background-color: #1D99D5;
    }

    .button.grey {
        background-color: #AAAAAA;
    }
    .button.large, .button.grey.large {
        padding: 12px 24px;
    }
    .button.grey:hover {
        background-color: #CCCCCC;
    }
/*	.button {
		background: url(../images/backgrounds/button.gif) no-repeat right -78px;
		border: none;
		cursor: pointer;
		display: block;
		float: left;
		padding-right: 11px;
	}
		.button span {
			background: url(../images/backgrounds/button.gif) no-repeat 0 0;
			color: #000;
			display: block;
			float: left;
			font-size: 10px;
			font-weight: normal;
			height: 25px;
			line-height: 25px;
			margin: 0 !important;
			padding-left: 14px;
			padding-right: 3px;
		}
		.button:hover { background-position: right -104px; text-decoration: none; }
		.button:hover span { background-position: 0 -26px; }
		.button:active { background-position: right -131px; }
		.button:active span { background-position: 0 -53px; color: #333; }
*/		
	a.prev, span.prev {
		background: url(../images/backgrounds/prev.gif) no-repeat left top;
		line-height: 15px;
		padding-left: 20px;
	}
	a.next, span.next {
		background: url(../images/backgrounds/next.gif) no-repeat right top;
		line-height: 15px;
		padding-right: 20px;
	}
		
p.label1 { color: #666; }
p.label1 strong { color: #333; font-weight: bold; }
p.label2 { font-size: 11px; }
p.label3 { font-size: 11px; margin-left: 15px; }
p.label4 { font-size: 11px; margin-top: 3px; margin-left: 10px; }


#iframe { overflow: hidden;} /* this is to remove the scroll when not needed */
#iframe, iframe {
    width: 100%;
    height: 100%;
}

#wrapper {
  background-color: #fff;
  /* margin: 30px auto 0; */
  padding: 30px 12px 0 10px;
  min-height: 800px;
  text-align: left;
  width: 100%;
}
#wrapper.full {
  width: 98%;
}
	
	
	
/* style text as graphic */
#location_details,
#location_address,
#contact_details,
#poi_details,
#additional_information {
/*	background: url(../images/text.gif) no-repeat 0 0;*/
	float: left;
/*	height: 18px;*/
	margin-top: 2px;
	overflow: hidden;
/*	text-indent: -5000px;*/
	width: 150px;
}
#contact_information {
/*	background: url(../images/contact.gif) no-repeat 0 0;*/
	float: left;
/*	height: 22px;*/
	margin-top: 2px;
	overflow: hidden;
/*	text-indent: -5000px;*/
	width: 60px;
}
#location_details {
	height: 24px;
	background-position: 0 0px;
	width: 128px;
}
#location_address {
	background-position: 0 -26px;
	width: 80px;
}
#contact_details {
	background-position: 0 -44px;
	width: 80px;
}
#additional_information {
	height: 24px;
	background-position: 0 -62px;
	width: 150px;
}

	
/* HEADING */
#wrapper #heading { 
    background: #BBB;
    height: auto;
    min-height: 150px;
    position: relative;
    min-width: 1020px;
}


/* BANNER */
#wrapper #banner {
	background: url(../images/backgrounds/bkg_menubar.jpg) repeat center top;
	height: 40px;
	padding: 0px;
	position: relative;
}
	#banner #company_nav {
  		font-size: 13px;
		font-weight: bold;
		line-height: 40px;
		text-align: center;
		width: 1020px;
		margin-left: auto;  /* auto margins center the element */
		margin-right: auto;
	}
		#company_nav span {
			padding-left: 35px;
		}
		#company_nav span a { color: #656565; }
		#company_nav span a:hover { color: #000000; text-decoration: none; }	
	
	
/* CONTENT */
#wrapper #content {
  float: left;
  min-height: 700px;
  padding: 0 0 50px;
  width: 82%;
  width: -webkit-calc(100% - 219px);
  width: -moz-calc(100% - 219px);
  width: calc(100% - 219px);
}
.content_mapview {
  width: 100% !important;
}
	#content.narrow {
		margin: 0 auto;
		width: 1020px;
	}


/* MAIN NAVIGATION & MAIN SEARCH */
#content .spacer {
    height: 30px;
    position: relative;
}
#content #nav_main_wrap {
  background: #F0F0EE none repeat scroll 0 0;
  border: 1px solid #F0F0EE;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  float: left;
  height: 58px;
  margin-bottom: 30px;
  width: 100%;
  z-index: 10;
}

.serach_result {
  float: left;
  width: 40%;
  max-width: 600px;
}
#nav_main_wrap h1 {
  color: #333;
  float: left;
  font-size: 18px;
  font-weight: bold;
  margin-left: 5%;
  margin-top: 20px;
/*  width: 52%;*/
  margin-right: 5px;
}
    
#nav_main_wrap h2 {
  color: #333;
  font-size: 11px;
  font-weight: bold;
  margin-top: 20px;
}
    
    #nav_main_wrap h3 {
        font-weight: bold;
        font-size: 22px;
        color: #333;
        padding-top: 20px;
    }

#nav_main_wrap .nav_main_left_cap {
  background: rgba(0, 0, 0, 0) url("../images/backgrounds/bar_cap_l_grey.gif") no-repeat scroll left top;
  display: none;
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
}
	
	/* silver bar navigation */
#nav_main_wrap #nav {
  float: right;
  height: 42px;
  margin-top: 20px;
  padding-right: 2px;
  /*width: 39%;*/
  margin-right: 15px;
/*  max-width: 420px;*/
}
		#nav_main_wrap #nav a {
			display: block;
			float: left;
			height: 25px;
			line-height: 25px;
			margin-left: 10px;
		}
		#nav_main_wrap #nav a span {
			color: #666;
			display: block;
			font-weight: bold;
			margin-left: 14px;
			padding-right: 14px;
		}
			
			
	/* dark grey search box */
#search_wrap {
  background: #848482 none repeat scroll 0 0;
  border-top-left-radius: 10px;
  height: 60px;
  width: 220px;
  z-index: 11;
}
#search_wrap #search {
  height: 60px;
}
 #search_wrap #search #search_box {
			background: url(../images/backgrounds/search_input.gif) no-repeat left top;
			height: 25px;
			left: 20px;
			position: relative;
			top: 18px;
			width: 179px;
		}
 #search_box input {
			border: 0;
			color: #666;
			font-size: 12px;
			left: 27px;
			outline: none;
			position: relative;
			top: 4px;
			width: 140px;
			z-index: 12;
		}
	/* advanced search button */
 #advanced_search_button {
		background: url(../images/backgrounds/nav_main_sprite.gif) no-repeat left top;
		cursor: pointer;
		float: left;
		height: 25px;
		left: 240px;
		outline: none;
		position: absolute;
		top: 18px;
	}
		#advanced_search_button span.search {
			background: url(../images/backgrounds/nav_main_sprite.gif) no-repeat right top;
			color: #000;
			display: block;
			height: 24px;
			margin-left: 10px;
			padding-right: 10px;
			padding-top: 1px;
		}
		#advanced_search_button span.search span {
			background: url(../images/backgrounds/arrow_sprite.gif) no-repeat left top;
			display: block;
			font-size: 10px;
			height: 15px;
			padding-left: 22px;
			margin-top: 4px;
		}
		#advanced_search_button.open span.search span { background-position: left bottom; }	/* advanced search arrow */
		#advanced_search_button:hover, #advanced_search_button.open { background-position: left bottom !important; text-decoration: none; }	/* advanced search hover state */
		#advanced_search_button:hover span.search, #advanced_search_button.open span.search { background-position: right bottom; }	/* advanced search hover state */


/* ADVANCED SEARCH MODULE */
#searchnavbar_pnlSearch {
  float: left;
  width: 219px;
}
#advanced_search {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-color: -moz-use-text-color #bbbbbb #bbbbbb;
  border-color: #fff;
  border-image: none;
  border-style: none solid solid;
  border-width: medium 5px 5px;
  display: none;
  padding: 10px 5px 45px 0px;
  width: 240px;
}
	#advanced_search.open {
		display: block;
	}
	#advanced_search input {
		margin-right: 5px;
		position: relative;
	}
	#advanced_search .search_my_locations {
		font-size: 11px;
		margin: 15px 0 10px;
	}
	#advanced_search .category {
		background: url(../images/backgrounds/arrow_sprite.gif) no-repeat left top;
		cursor: pointer;
		font-size: 11px;
		font-weight: bold;
		height: 15px;
		margin: 15px 0 10px;
		padding-left: 22px;
	}
		#advanced_search .category.open {
			background-position: left bottom;
		}
	#advanced_search select {
		margin-bottom: 5px;
		width: 100%;
	}
	#advanced_search .options {
		border: 1px solid #ccc;
		font-size: 10px;
		height: 80px;
		overflow: auto;
		padding: 5px;
		position: relative;
	}
		#advanced_search .options div label {
			display: block;
			padding: 1px 0 1px;
		}

	#advanced_search a.button {
	    float: left;
        padding: 10px 15px;
	}
		#advanced_search a.button:active {
			background-position: left bottom;
		}
		
    /* RP changed from button.reset to a.reset */
    #advanced_search a.reset {
        background-color: #AAAAAA;
        border: none;
        border-radius: 3px;
        color: white;
        padding: 10px 15px;
        text-align: center;
        text-decoration: none !important;
        display: inline-block;
        font-size: 11px;
        font-weight: bold;
        margin-left: 5px;
	    float: left; /* RP */
    }
	#advanced_search a.reset:hover {
        background-color: #BBBBBB;
	}
	
	#advanced_search .hide_search_link {
		clear: left;
		float: left;
		font-size: 9px;
		margin-top: 15px;
		width: 100px;
	}

	/* 04162010 RPoon - added for ASP.NET submit button */
	#advanced_search input.search {
		background: url(../images/advanced_search_button_sprite.gif) no-repeat left top;
		border: 0;
		cursor: pointer;
		display: block;
		height: 25px;
		margin-top: 20px;
		outline: none;
		text-indent: -5000px;
		width: 61px;
	}
		#advanced_search input.search:active {
			background-position: left bottom;
		}
		
	/* 04192010 RPoon - fix for ASP.NET Form Rendering */
	#advanced_search .options2 {
		border: 1px solid #ccc;
		font-size: 10px;
		height: 80px;
		overflow: auto;
		padding: 5px;
		position: relative;
	}
		#advanced_search .options2 label {
			display: inline-block;
			padding: 1px 0 1px;
		}

	/* 04192010 RPoon - check all/clear all links */
	#advanced_search .check_clear {
		margin: 5px 0px 15px;
	}
	#advanced_search .check_all_link, .clear_all_link {
		font-size: 9px;
		margin: 15px 0px 15px;
	}

	#advanced_search .check {
		font-size: 10px;
		margin: 0px 0px 10px 0px;
	}

	#advanced_search .textbox {
		width: 97%;
        height: 30px;
        padding-left: 5px;
        border: 1px solid #aaa;
	}
	
	
	
/* home page feature graphic */
#Feature {
	clear: left;
/*	margin-left: 230px;*/
	margin-top: -18px;
	position: relative;
}

    #Feature #MainIntro {
        width: 450px;
        padding-top: 20px;
        padding-left: 20px;
        float: left;
    }
    #MainIntro .Header {
        font-size: 45px;
        font-weight: bold;
        line-height: 45px;
        color: #1F1F1F;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #MainIntro .Subheader {
        font-size: 20px;
        font-weight: bold;
        color: #1F1F1F;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 25px;
    }
    #MainIntro p {
        font-size: 14px;
        color: #333;
        padding-bottom: 10px;
        line-height: 20px;
    }
    #Sidebar {
        width: 215px;
        padding: 10px 20px 20px 20px;
    	float: right;
    }
    #Sidebar .Header {
        font-size: 18px;
        font-weight: bold;
        color: #1F1F1F;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }
    #Sidebar .line {
        background-color: #CCC;
        height: 1px;
        margin-top: 20px;
        margin-bottom: 10px;
        width: 100%;
        display:inline-block;
    }
    #Sidebar p {
        font-size: 11px;
        color: #333;
        line-height: 15px;
    }

		
/* BARS FOR SUB-NAVIGATION, TOOLS & INFO */
.line {
    background-color: #CCC;
    height: 1px;
    margin-bottom: 30px;
    width: 100%;
    display:inline-block;
}

.white_line {
    background-color: #FFF;
    height: 1px;
    width: 100%;
    display:inline-block;
}

.bar1, .bar2 {
	background-color: #FFF;
	border: solid 1px #CCC;
	height: 40px;
	margin-bottom: 35px;
	width: 100%;
}
.bar2 {
	background-color: #E6E6E2;
	border: none;
}
	.bar1 .left, .bar2 .left {
		float: left;
		line-height: 30px;
		padding-left: 20px;
		padding-top: 6px;
	}
	.bar1 .right, .bar2 .right {
		float: right;
		line-height: 30px;
		padding-right: 20px;
		padding-top: 6px;
	}
	.bar1 a {
        margin-left: 18px;
	}
	.bar1 .deselect{
    	background: url(../images/deselect.gif) no-repeat 0px 0px;
    	display: inline-block;
	    height: 10px;
	    width: 10px;
        margin: 0px 0px 0px 2px;
	}

/* Basic modal definition and foundation for Location preview modal */
.modal {
	background: url(../images/backgrounds/rollover_location_preview.png) no-repeat left top;
	display: none;
	height: 391px;
	padding: 6px;
	position: absolute;
	width: 443px;
	z-index: 15;
}
	.modal .contents {
		height: 364px;
		padding: 15px;
	}
	.modal .loading {
		background: #fff url(../images/ajax-loader.gif) no-repeat center center;
	}
	
/* modal for info box (ie. search tips) */
.infobox_modal {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  display: none;
  height: auto;
  left: 280px;
  position: absolute;
  top: 115px;
  width: 410px;
  z-index: 15;
}
.infobox_modal .contents {
  font-size: 11px;
  height: auto;
  padding: 20px 30px 20px 15px;
}

.infobox_modal .dotted_list {
    list-style: disc inside;
    text-indent: -12px;
    padding-left: 14px;
    line-height: 16px;
    
}
.infobox_modal .dotted_list li {
    padding-top: 5px;
}

.infobox_modal a.infobox_modal_close {	
    background: url(../images/add_to_bin_close.gif) no-repeat center center;
    display: block;
    float: none;
    height: 7px;
    margin: 0;
    outline: none;
    padding: 3px;
    position: absolute;
    right: 20px;
    text-indent: -5000px;
    top: 8px;
    width: 6px;
 }

/* CLL 01.21.2011 - modal for keyword search */
.keywordsearchbox_modal {
    background: url(../images/backgrounds/keyword_search.png) no-repeat;
    display: block;
    position: absolute;
    height: 110px;
    width: 250px;
    float: left;
    top: 48px;
    left: 18px;
    z-index: 14;
}
.keywordsearchbox_modal .keywordsearchbox_contents {
    height: 110px;
    padding: 15px 10px 20px 20px;
	font-size: 11px;
	line-height: 20px;
}
/* CLL 01.21.2011 - end of code */
		
		

/* THUMBNAIL GALLERY */

#content_details {
  margin: 0 auto;
  /* max-width: 1024px; */
  /* max-width: 1000px; */
  /* width: 100%; */
  max-width: 1050px;
}
.details_left{
	float:left; 
	/* max-width:440px; */
    max-width: 510px;
    overflow-x: hidden;
}
.details_right{
	float:left; 
	/* width:490px; */
    width: 510px;
    margin-left:10px;
}
#results {
  float: left;
  width: 98%;
}
#listing {
  float: left;
  width: 80%;
  width: -webkit-calc(100% - 305px);
  width: -moz-calc(100% - 305px);
  width: calc(100% - 305px);
}

#gallery {
    float: left;
    width: 80%;
    width: -webkit-calc(100% - 275px);
    width: -moz-calc(100% - 275px);
    width: calc(100% - 275px);
}
#gallery.package {
    float: left;
    width: 80%;
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
}

.gallery_full{
	width:100% !important;
}
.gallery_package {
    width:85% !important;
}
.gallery_mini{
	width:100% !important;
}

#results.open {
  margin-left: 10px;
}
#gallery .item {
/*  background: rgba(0, 0, 0, 0) url("../images/backgrounds/divider.gif") repeat-x scroll left bottom;*/
  float: left;
  height: 220px;
  margin-bottom: 30px;
  overflow: visible;
  padding: 0 5px 5px 5px;
  width: 167px; /* previously commented out for collections */
  position: relative;
}
	#gallery .item img {
		float: left;
		margin-bottom: 8px;
	}
	#gallery .item .details {
		float: left;
		font-size: 12px;
		width: 100%; /* 170px */
		line-height: 14px;
        /* 
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        */
        text-align: center;
	}
		#gallery .item .details .item_id {
			color: #666;
			float: left;
		}
		#gallery .item .details .right {
			float: right;
			font-size: 9px;
		}

	#gallery .item .secure {
		background: #fff url(../images/secure_icon.gif) no-repeat 15px 9px;
		color: #666;
		font-size: 11px;
		font-weight: bold;
		left: 9px;
		padding: 10px 20px;
		position: absolute;
		text-indent: 20px;
		top: 20px;
		width: 132px;
	}

	#gallery .item .pending {
		background: #fff url(../images/pending.gif) no-repeat 15px 9px;
		color: #666;
		font-size: 11px;
		font-weight: bold;
		left: 9px;
		padding: 10px 20px;
		position: absolute;
		text-indent: 20px;
		top: 20px;
		width: 132px;
	}
	
#gallery .item .notes {
  background: rgba(0, 0, 0, 0) url("../images/tag.png") no-repeat scroll center center;
  border-radius: 2px;
  display: block;
  height: 16px;
  outline: medium none;
  position: absolute;
  text-indent: -9999em;
  left:148px;
  top: 146px;
  width: 16px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#gallery .item .favorite {
  background: rgba(0, 0, 0, 0) url("../rs10/image/unite-gallery/icon-fav32.png") no-repeat scroll center center;
  border-radius: 2px;
  display: block;
  background-size: 24px;
  height: 24px;
  width: 24px;
  left:144px;
  top: 4px;
  background-position: 0px 0px;
  outline: medium none;
  position: absolute;
  text-indent: -9999em;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}


#gallery .item .favorite.selected{
  background-position: 0px -24px;
}
#gallery .item .favorite:hover{
/*  background-position: 0px -24px;*/
}




#listing .item .favorite {
  background: rgba(0, 0, 0, 0) url("../rs10/image/unite-gallery/icon-fav32.png") no-repeat scroll center center;
  border-radius: 2px;
  display: block;
  background-size: 24px;
  height: 24px;
  width: 24px;
  left:149px;
  top: 4px;
  background-position: 0px 0px;
  outline: medium none;
  position: absolute;
  text-indent: -9999em;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}


#listing .item .favorite.selected{
  background-position: 0px -24px;
}
#listing .item .favorite:hover{
/*  background-position: 0px -24px;*/
}





	
	/* style results as list */
	#listing .item {
		background: url(../images/backgrounds/divider.gif) repeat-x left bottom;
		color: #000;
		min-height: 120px;
		margin-bottom: 20px;
		overflow: hidden;
		width: 100%;
		position: relative; /* RP */
	}
	#listing .item .location_preview {
		float: left;
		margin-left: 10px;
	}
	#listing .item .info {
		float: left;
		height: 90px;
		padding-left: 20px;
		width: 225px;
	}
		#listing .item .name {
			font-size: 14px; 
			font-weight: bold; 
			line-height: 21px; 
			margin-bottom: 8px; 
			margin-left: 120px;
		}
		#listing .item .area { 
			font-size: 14px; 
			margin-bottom: 5px;
		} 
		#listing .item .details { 
			color: #666;
			font-size: 11px;
			line-height: 160%;
		}
			#listing .item .details span { 
				color: #000;
			}
		#listing .item .description {
			color: #666;
			font-size: 12px;
			height: 83px;
			margin-top: 0;
			overflow: hidden;
			padding: 0px 30px 0;
		}
		#listing .item .package_name {
			font-size: 15px; 
			font-weight: bold; 
			line-height: 21px; 
			margin-bottom: 8px; 
		}
		#listing .item .package_description {
			color: #666;
			font-size: 12px;
			/* height: 83px; */
			margin-top: 0;
			margin-bottom: 10px;
			overflow: hidden;
			padding: 0px 10px 0;
            line-height: 1.5;
		}
        
        #listing .item .package_description strong {
            color: #333;
        }		

		# .item .add_to_bin { float: none !important; }
		
		
	/* style results as map markers */
	#map_results {
		background-color: #E7E2DC;
		margin-bottom: 35px;
		padding: 20px;
	}
		#map_wrap { 
			border: 1px solid #999; 
			height: 700px; 
		}
		#map {
			height: 700px; 
		}
		.map_disclaimer {
			font-size: 90%;
			padding: 0 20px;
			position: relative;
			top: -17px;
		}
    .map_popup {
        width:200px;
        height:85px;
        overflow:hidden;
        font-family: Helvetica, Arial, sans-serif !important;
		font-size: .85em !important;
        color:#000;
        text-align:center;
        padding-top:5px;    		
    }
    .loc_name {
        font-weight:bold !important;
    }

    /* MAP callout/info window */
#info_window .thumb {
    width: 60px; height: 70px; overflow: hidden; float: left;
}

#info_window .content {
    width: 200px; margin-left: 70px; padding: 0px;
    font-family: "proxima-nova",sans-serif;
}

#info_window .content .name a {
    font-size: 12px;
    font-weight: bold;
}

#info_window .content .desc {
    line-height: normal;
    font-size: 11px;
}

	/* rollover modal for gallery */
	.preview {
		color: #000;
	}
	.preview img {
		margin: 5px 5px 10px;
	}
	.preview .preview_information {
		padding: 0 5px;
	}
	.preview .name {
		font-size: 14px;
		font-weight: bold;
		margin: 5px 0 8px;
	}
	.preview .photo_status {
		color: #666;
		float: right;
		font-size: 10px;
	}
	.preview .area {
		font-size: 12px;
		margin: 0 0 3px;
	}
	.preview .details {
		color: #666;
		float: none !important;
		font-size: 10px;
		line-height: 14px;
		width: auto !important;
	}
	.preview .details span {
		color: #000;
		padding-right: 5px;
	}
	.preview .description {
		color: #666;
		font-size: 10px;
		margin-top: 7px;
	}
	
	
	/* modal for "add to bin" */
	.bin_modal {
		background-image: url(../images/backgrounds/rollover_add_to_bin.png);
		display: none;
		height: 98px;
		position: relative;
		width: 230px;
		z-index: 14;
	}
		.bin_modal .contents {
			height: 68px;
			padding: 20px 0 0 15px;
		}
		.bin_modal select {
			display: block;
			font-size: 11px;
			margin-bottom: 10px;
			width: 185px;
		}
		.bin_modal a, .bin_modal span {
			float: left;
			font-size: 10px;
			line-height: 25px;
			margin-right: 8px;
		}	
		.bin_modal a.bin_modal_close {	
			background: url(../images/add_to_bin_close.gif) no-repeat center center;
			display: block;
			float: none;
			height: 7px;
			margin: 0;
			outline: none;
			padding: 3px;
			position: absolute;
			right: 20px;
			text-indent: -5000px;
			top: 8px;
			width: 6px;
		}


	#bin_info {
		background-color: #F9F6F1;
		float: left;
		font-size: 10px;
		margin-right: 30px;
		padding: 20px;
		width: 180px;
	}	
		#bin_info .divider {
			background: url(../images/backgrounds/divider.gif) repeat-x left top;
			height: 2px;
			margin: 15px 0;
		}
		#bin_info h2 { font-size: 12px; margin-bottom: 8px; }
		#bin_info p { color: #999; font-size: 9px; line-height: 12px; }
		#bin_info p.title { color: #666; font-size: 12px; }
		#bin_info p.url { font-size: 12px; }
		#bin_info a.button { margin-bottom: 15px; }
		#bin_info a.delete_bin { clear: left; float: left; width: 180px; }
		
		#bin_info fieldset {
			background: none;
		}
		#bin_info .field_group {
			width: 180px;
		}
		#bin_info .field_group input, 
		#bin_info .field_group textarea {
			width: 162px;
		} 

    #map_leftcolumn {
		width: 510px;
        padding-bottom: 20px;
    }

    #map_leftcolumn .map_view #map {
        height: 200px
    }
        	
		#map_leftcolumn .map_view #map {
			border: 1px solid #999;
			height: 200px;
			margin: 0 20px 0 20px;
		}
		#map_leftcolumn .map_view #map_hidden {
			background: url(../images/map_hidden.jpg) no-repeat left top;
			height: 300px;
			margin: 0 20px;
		}
			#map_leftcolumn .map_view #map_hidden #map_message {
				background: #991211;
				color: #fff;
				font-size: 10px;
				margin: 0 auto 0;
				padding: 10px;
				position: relative;
				text-align: center;
				top: 85px;
				width: 85%;
			}
			#map_leftcolumn .map_view #map_hidden a {
				color: #fff;
				font-weight: bold;
			}
	#map_leftcolumn .view_google_map {
		font-size: 10px;
		padding: 0 0 10px 20px;
	}
    #map_leftcolumn .address, #map_leftcolumn .contact, #map_leftcolumn .poi {
		font-size: 11px;
		line-height: 18px;
	}
		#map_leftcolumn .address strong, #map_leftcolumn .contact strong {
			font-size: 12px;
			padding-right: 5px;
		}
	#map_leftcolumn .address {
		display: inline;
		float: left;
		margin-left: 20px;
		width: 200px;
	}
        #map_leftcolumn .contact {
            display: inline;
            float: right;
            margin-right: 20px;
            width: 200px;
        }

	#map_leftcolumn h3 {
		margin: 15px 0;
		width: 100%;
		margin-bottom: 0px;
	}





	#location_gallery {
		background-color: #E6E6E2;
		float: left;
		margin-bottom: 30px;
		padding: 20px 0 0 20px;
		width: 440px;
	}
		#location_gallery .large_image {
			background-color: #efefef;
			position: relative;
			width: 420px;
			height: 280px;
			position: relative;
			overflow: hidden;
            white-space: nowrap; /* center image */
            text-align:center; /* center image */
		}
			#location_gallery .large_image img {
				display: block;
    			position: relative;
                margin: 0px auto;
			}
			#location_gallery .large_image a.full_size_link {
				background: url(../images/backgrounds/full_size_link.png) no-repeat left top;
				color: #fff;
				display: block;
				font-size: 10px;
				line-height: 20px;
				height: 20px;
				position: absolute;
				right: 165px;
				text-align: center;
				top: 250px;
				width: 89px;
			}
			#location_gallery .large_image a.slideshow_link {
				background: url(../images/backgrounds/full_size_link.png) no-repeat left top;
				color: #fff;
				display: block;
				font-size: 10px;
				line-height: 20px;
				height: 20px;
				position: absolute;
				right: 165px;
				text-align: center;
				top: 250px;
				width: 89px;
			}
		#location_gallery .bar1 {
    		background-color: #E6E6E2;
		    color: #656565;
		    border: none;
		    height: 15px;
			float: left;
			margin-bottom: 10px;
		}
        #location_gallery .photo_count {
            font-size: 10px;
        }
		#location_gallery .bar1 .left {
			padding-left: 0px;
		    padding-top: 5px
		}
		#location_gallery .bar1 .right {
			padding-left: 0px;
		    padding-top: 5px
		}
	    #location_gallery .bar1 a {
            margin-left: 0px;
	    }
	    #location_gallery .bar2 {
		    color: #656565;
		    border: none;
			float: left;
			padding-top: 0px;
			margin-top: 0px;
	        margin-bottom: 10px;
	        width: 100%;
	    }
		#location_gallery #gallery {
			float: left;
			margin-top: 20px;
			margin-bottom: 0px;
		}
		#location_gallery #gallery .item {
			background: none;
			display: inline;
			height: auto;
			margin: 10px 20px 0 0;
			padding: 0;
			width: auto;
		}

	
/* LOCATION DETAILS */
	#location_detail .location_disclaimer {
		font-size: 10px;
		padding: 20px 5px 30px 20px;
		float: left;
	}
	#location_detail .info {
		padding: 0 5px 0 20px;
	}
	#location_detail h2 {
		font-family: Helvetica,Arial,sans-serif;
		font-size: 1em;
		margin: 0; 
		padding: 0;
	}
	/* #location_detail .addtl_info {
	    padding: 0 5px 0 20px;
	    float:left;
	    min-width: 150px;
	}
	#location_detail .contact_info {
	    padding: 0 5px 0 20px;
	    float:left;
	    min-width: 150px;
	}
    */
	#location_detail .add_to_bin {
		float: right;
	}
	#location_detail h2 {
		color: #000;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 15px;
		text-align:left;
	}
	#location_detail .area {
		color: #000;
		font-size: 14px;
		line-height: 21px;
	}
	#location_detail .details {
		color: #666;
		margin-bottom: 10px;
	}
		#location_detail .details span {
			color: #000;
			padding-right: 10px;
		}
	#location_detail .description {
		color: #434343;
		line-height: 20px;
		margin-bottom: 15px;
	}
	#location_detail .category_list, #location_detail .architecture_style {
		font-size: 10px;
		margin-top: 5px;
	}
	#location_detail .category_list p, #location_detail .architecture_style p {
		float: left;
		font-weight: bold;
	}
		#location_detail .category_list ul, #location_detail .architecture_style ul {
			list-style: none;
			margin-left: 100px;
		}
		#location_detail .category_list li, #location_detail .architecture_style li {
			display: inline;
		}
	#location_detail .map_view {
	/*	background-color: #E6E6E2;*/
		float: left;
		margin-top: 30px;
		margin-bottom: 30px;
		overflow: hidden;
		padding: 20px 0;
		width: 100%;
	}
		#location_detail .map_view #map, #location_detail .map_view #staticMap {
			border: 1px solid #999;
			height: 300px;
			margin: 0 20px 0 20px;
		}
		#location_detail .map_view #map_hidden {
			background: url(../images/map_hidden.jpg) no-repeat left top;
			height: 300px;
			margin: 0 20px;
		}
			#location_detail .map_view #map_hidden #map_message {
				background: #991211;
				color: #fff;
				font-size: 10px;
				margin: 0 auto 0;
				padding: 10px;
				position: relative;
				text-align: center;
				top: 85px;
				width: 85%;
			}
			#location_detail .map_view #map_hidden a {
				color: #fff;
				font-weight: bold;
			}
	#location_detail .view_google_map {
		font-size: 10px;
		padding: 0 0 10px 20px;
	}
    #location_detail .address, #location_detail .contact, #location_detail .poi {
		font-size: 11px;
		line-height: 18px;
	}
		#location_detail .address strong, #location_detail .contact strong {
			font-size: 12px;
			padding-right: 5px;
		}
	#location_detail .address {
		display: inline;
		float: left;
		margin-left: 20px;
		width: 200px;
	}
	#location_detail .contact {
		display: inline;
		float: right;
		margin-right: 20px;
		width: 200px;
	}
    #location_detail .poi {
        display: inline;
        float: left;
        margin: 10px 0px 0px 20px;
        width: 100%;
    }
    #location_detail .poi-item:hover {
        color: #2a6496;
        text-decoration: underline;
    }
    #location_detail .poi ul {
        padding: 0px;
        list-style-type: none;
    }
    #location_detail .poi ul li {
        float: left;
        width: 45%;
        padding: 1px 10px 0px 0px;
    }

    #location_detail .poi .heading {
        font-weight: bold;
    }


    #location_detail .poi .poi-item:hover {
        color: #074c60;
        text-decoration: underline;
        cursor: pointer;
    }

	#location_detail h3 {
		margin: 15px 0;
		width: 100%;
		margin-bottom: 0px;
	}
	
	#location_detail .weather_view 	{
		margin-top:30px;
	}
	
	#location_detail #weather_view {
		background-color: #E6E6E2;
		float: left;
		overflow: hidden;
		padding: 20px 0;
		width: 100%;
	}
	
.addtl_info p{
	text-align:left;
}	
		#location_detail #weather_view #weather {
		    background-color: #FFF;
			border: 1px solid #999;
            overflow: hidden;
			height: 220px;
			padding: 15px 65px 0 65px;
			margin: 0 20px;
		}
#location_addtl_detail .addtl_info {
  float: left;
  margin-bottom: 10px;
  min-width: 150px;
  padding: 0 5px 0 20px;
}
	    #location_addtl_detail .contact_info {
	        padding: 0 5px 0 20px;
	        float:left;
	        min-width: 150px;
	    }
	    #location_addtl_detail h3 {
		    margin: 15px 0;
		    width: 100%;
		    margin-bottom: 0px;
		    display: block;
	    }
	
	
/* HOW THIS WORKS */
	#how_this_works #tour_nav {
		float: left;
		font-size: 10px;
		width: 260px;
	}
		#tour_heading {
			background-color: #E7E2DC;
			color: #000;
			font-size: 12px;
			font-weight: bold;
			padding: 10px;
		}
		#how_this_works ul {
			float: left;
			padding: 10px 0;
			width: 260px;
		}
			#how_this_works ul li {
				border-top: 1px solid #FFF;
				float: left;
				width: 260px;
			}
				#how_this_works ul li a {
					border-bottom: 1px solid #DBDBDB;
					display: block;
					float: left;
					font-weight: bold;
					line-height: 16px;
					padding: 10px 10px 8px 10px;
					width: 240px;
				}
				#how_this_works ul li a:hover {
					background-color: #f0ece6;
					color: #333;
					text-decoration: none;
				}
				#how_this_works ul li a.current {
					background-color: #f0ece6;
					color: #333;
				}

	
	#how_this_works #movie {
		float: right;
		height: 350px;
		width: 620px;
	}
	
	
/* FEATURES */
	#features p.intro {
		background: url(../images/backgrounds/divider.gif) repeat-x left bottom;
		color: #666;
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 40px;
		padding-bottom: 30px;
	}
	#features .left, #features .right {
		background: url(../images/features_magnifier.gif) no-repeat left top;
		float: left;
		padding-left: 70px;
		width: 350px;
	}
	#features .right {
		background-image: url(../images/features_pad.gif);
		float: right;
	}
	
	#features h2 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	#features p {
		color: #666;
		line-height: 18px;
		margin-bottom: 15px;
	}
	#features ul {
		list-style: disc inside;
		margin-bottom: 30px;
	}
	#features ul li {
		margin-bottom: 3px;
	}
	
	
/* FAQS */

	#faqs #faq_help {
		float: right;
		width: 270px;
	}
		#faq_help h3 {
			color: #000;
			margin-bottom: 15px;
		}
		#faq_help p {
			font-size: 11px;
			line-height: 18px;
		}
	#faqs #faqs_listing {
		margin-right: 300px;
	}
		#faqs_listing h2.header {
			border-bottom: 1px solid #DDD;
			color: #000;
			padding-bottom: 10px;
			margin-bottom: 15px;
		}
		#faqs_listing dl {
			margin-bottom: 25px;
		}
		#faqs_listing dl dt {
			background: url(../images/backgrounds/arrow_sprite.gif) no-repeat left top;
			color: #ab2313;
			cursor: pointer;
			font-size: 12px;
			margin-top: 8px;
			padding-left: 24px;
		}
			#faqs_listing dl dt.open {
				background-position: left bottom;
			}
		#faqs_listing dl dd {
			display: none;
			font-size: 11px;
			line-height: 16px;
			margin: 5px 0 15px 24px;
		}
		
		
/* PRICING */

	#pricing #pricing_grid {
		background: url(../images/backgrounds/pricing_background.gif) no-repeat left top;
	}
	#pricing_grid table {
		border: none;
	}
	#pricing_grid #header th {
		border: none;
		color: #fff;
		font-size: 10px;
		font-weight: normal;
		height: 60px;
		padding-left: 0;
		width: 170px;
	}
	#pricing_grid #free_account, #pricing_grid #basic_account, #pricing_grid #advanced_account, #pricing_grid #professional_account {
		background: url(../images/text_pricing.gif) no-repeat 0 0;
		height: 15px;
		margin-bottom: 3px;
		margin-top: 5px;
		text-indent: -5000px;
	}
		#pricing_grid #basic_account { background-position: 0 -15px; }
		#pricing_grid #advanced_account { background-position: 0 -30px; }
		#pricing_grid #professional_account { background-position: 0 -45px; }
	
	#pricing_grid th, #pricing_grid td {
		border-bottom: 1px solid #DDD;
		border-top: 1px solid #f3f0ed;
	}
	#pricing_grid th {
		font-weight: bold;
		padding-left: 20px;
		width: 200px;
	}
	#pricing_grid td {
		font-weight: bold;
		padding: 14px 0 14px 14px;
	}
	#pricing_grid tr.alt th, #pricing_grid tr.alt td {
		background-color: #f0ece6;
	}
	#pricing_grid td.yes div {
		background: url(../images/check.png) no-repeat left top;
		padding-left: 25px;
	}
	
		
/* FORMS & TOOLS */
form.display_options p, form.display_options select {
	float: left;
}
	form.display_options select {
		margin-left: 10px;
		margin-top: 11px;
	}
	

/* 03082010 RPoon - fix for ASP.NET Form */
#display_options p, #display_options select {
	float: left;
}

#display_options ul 
{
	display:inline;
	float: left;
}

#display_options select {
	margin-left: 5px;
	margin-top: 0px;
}

#display_options .display_view li {
	display: inline;
	float: left;
	padding: 0px;
	}
#display_options .display_view li a {
	background: url(../images/backgrounds/search_display.png) no-repeat 0px 0px;
	display: inline-block;
	height: 20px;
	margin-top: 1px 0px;
	width: 17px;
}
#display_options .display_view .display_thumbnail a {
	background-position: 0px -27px;
}
#display_options .display_view .display_thumbnail_active a {
	background-position: 0px 0px;
}
#display_options .display_view .display_list a {
	background-position: -26px -27px;
}
#display_options .display_view .display_list_active a {
	background-position: -26px 0px;
}
#display_options .display_view .display_map a {
	background-position: -52px -27px;
}
#display_options .display_view .display_map_active a {
	background-position: -52px 0px;
}


#display_options .display_view .display_moodboard a {
	background-position: -79px -27px;
}
#display_options .display_view .display_moodboard_active a {
	background-position: -79px 0px;
}

#sort_options p, #sort_options select {
	float: left;
}

#sort_options select {
	margin-left: 10px;
	margin-top: 11px;
}
/* 03082010 RPoon - end of fix for ASP.NET Form */

	
form fieldset {
	background: url(../images/backgrounds/divider.gif) repeat-x left bottom;
	margin-bottom: 5px;
	padding-bottom: 1px;
	position: relative;
}
	form .legend {
		float: left;
		line-height: 36px;
		width: 200px;
	}
		form .required { font-weight: bold; } 
		form .fieldset2 .legend { float: none; margin-bottom: 10px; width: auto; }
		
		form .legend span { font-size: 80%; padding-left: 7px; }
		
	form .value {
		float: left;
		margin-top: 4px;
		padding: 6px 0 10px 0;
		width: 220px;
	}
		
	form .field_group {
		float: left;
		width: 220px;
	}
		form .fieldset2 .field_group { float: none; width: auto; }
		
	form .disclaimer {
		color: #666;
		font-size: 10px !important;
		left: 0;
		position: absolute;
		top: 27px;
	}
	
	form .field {
		margin-top: 4px;
	}
		form .field label {
			display: block;
			left: 0;
			padding-top: 8px;
			position: absolute;
			text-align: right;
			width: 190px;
		}
		form .field input, form .field textarea {
			border: 1px solid #CCC;
			padding: 8px;
			width: 200px;
		}	
			form .checkbox input {
				border: none;
				margin-right: 5px;
				margin-top: 10px;
				padding: 0;
				width: auto;
			}
			form .field textarea { 
				font-family: Helvetica,Arial,sans-serif;
				font-size: 11px;
				line-height: 16px;
				width: 400px; 
			}
			
			form .field .radio_input, 
			form .field .file_input {
				padding: 0 !important;
				width: auto !important;
			}
			form .field .radio_input {
				border: 0 !important;
			}
			form .field select {
				margin-top: 6px;
			}
			form .field #first_name_input,
			form .field #last_name_input {
				width: 90px;
			}
			form .field #city_input {
				width: 135px;
			}
			form .field #zip_input {
				margin-right: 150px;
				width: 50px;
			}
			form .field #country_select {
				width: 220px;
			}
			form .field #cc_cv2 {
				width: 30px;
			}
			form .field #cc_billing_zip {
				width: 40px;
			}
			form .field #cc_phone_1, 
			form .field #cc_phone_2 {
				width: 26px;
			}
			form .field #cc_phone_3 {
				width: 36px;
			}

			
		/* Errors */
		form .field .error_field {
			background-color: #FFE5E5;
		}		
		form .field .error_message {
			color: #AB2313;
			font-size: 10px;
			font-weight: bold;
			line-height: 14px;
			padding: 4px 0;
		}
		
/* PACKAGE */		
#package_header {
	background-color: #F0F0EE;
	height: 30px;
	margin-bottom: 20px;
    /* padding: 22px 0 0 20px; */
    padding: 18px 0 18px 0; 
    color: #333;
    font-size: 22px;
    font-weight: bold;
    width: 98% !important; /* CL */
}
    #package_header .left {
        float: left;
        padding: 5px 0px 0px 20px; /* CL */
    }
    #package_header .right {
        float: right;
        padding-right: 20px;
    }
/*	#package_header a.button {
		background: url(../images/print_button_sprite.png) no-repeat left top;
		border: 0;
		cursor: pointer;
		display: block;
		height: 25px;
		outline: none;
		text-indent: -5000px;
		width: 61px;
		float: left;
	}
		#package_header a.button:active {
			background-position: left bottom;
		}
    */
.package_title, .package_pagination {
/*    background-color: #6D6D6D;*/
    height: 30px;
    color: #333;
	margin-bottom: 30px;
    width: 98% !important; /* CL */
}
.package_pagination {
/*    background-color: #E6E6E2;*/
    color: #333;
    clear: both;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}	
    .package_title .left, .package_pagination .left {
        float:left;
        padding: 6px 0 0 20px;
        font-size: 16px;
        font-weight: bold;
    }
    .package_title .right, .package_pagination .right {
        float: right;
        padding: 6px 25px;
    }
    .package_title .smaller {
        font-size: 12px;
        font-weight: bold;
	}
	.package_pagination .prev, .package_pagination .next {
		display: inline;
		position: relative;
		top: 3px;
	}
	.package_pagination a { font-weight: bold; padding: 0 5px; }
#package_summary {
    margin: 0 20px 0 20px;
}	
    #package_summary .left {
		float: left;
		font-weight: bold;
		width: 210px;
        margin-right: 15px;
	}
	#package_summary .right {
        float: left;
/*        width: 660px;*/
        margin-bottom: 30px;
    }
#package_folders {
	float: left;
	padding-left: 20px;
	/* margin-right: 15px; */
    margin-right: 5px;
	width: 270px; /*210px;*/
}	
    #package_folders .folder { margin-bottom:25px; }
	#package_folders .folder a { font-size:12px; color:#333; font-weight:bold; }
	
	#package_folders .subfolder { margin-bottom:6px; }
	#package_folders .subfolder a { font-size:12px; color:#333; font-weight:bold;}
	#package_folders .subfolder a:hover { color:#0094CA; }
    
    #package_folders ul { padding-bottom:25px; list-style:none; margin-left:23px;}
/*    #package_folders li.close { list-style-image: url('../images/folder.png'); padding: 0px 0px 5px 0px; line-height: 1.5}*/
    #package_folders li.close { padding: 0px 0px 0px 0px; line-height: 1.5}

    #package_folders li.close:before {    
    font-family: 'FontAwesome';
    content: '\f07b';
    margin:0 8px 0 -20px;
    color: #FFEC9F;
    font-size: 18px;
}

/*    #package_folders li.open { list-style-image: url('../images/folder_open.png');}    */
    #package_folders li.open { padding: 0px 0px 0px 0px; line-height: 1.5}
    #package_folders li.open a { font-weight: bold; color: #0094CA;}
    #package_folders li.open:before {    
    font-family: 'FontAwesome';
    content: '\f07c';
    margin:0 8px 0 -20px;
    color: #0094CA;
    font-size: 18px;
}
    #package_folders li a { font-size:11px; color:#333; }
	#package_folders li a:hover { color:#0094CA; }

    #weblinks ul { padding-bottom:25px; list-style:none; margin-left:23px;}
    #weblinks li.close { padding: 0px 0px 0px 0px; line-height: 1.5}

    #weblinks li.close:before {    
        font-family: 'FontAwesome';
        content: '\f0ac';
        margin:0 8px 0 -20px;
        color: #bbb;
        font-size: 14px;
    }


    #weblinks h2 {
        font-weight: bold;
        padding-bottom: 10px;
    }

    
/* PAGINATION */		
.pagination {
  height: 30px;
  margin-bottom: 30px;
  margin-right: 1%;
  width: 99%;
}
    .pagination .left {
        float: left;
    }
    .pagination .right {
        float: right;
        text-align: right;
    }
	.pagination .prev, .pagination .next {
		display: inline;
		position: relative;
		top: 3px;
	}
	.pagination a { font-weight: bold; padding: 0 5px; }
	
/* Location Pagination */
.loc_pagination {
	font-size: 11px;
	font-weight: bold;
}
	
	

/* what's this modal content */
.dialog {
	padding: 20px;
	text-align: left;
}
	.dialog p {
		font-size: 12px;
	}
	.dialog .submit {
		margin-bottom: 20px;
	}
	
/* FOOTER */	
#footer { 
    background: #BBB;
    height: auto;
    min-height: 150px;
    position: relative;
}
	
	
	
/* corners */
.corner_lt { 
	background: url(../images/corners/corner_lt.png) no-repeat 0 0; 
	height: 5px;
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
}
.corner_rt {
	background: url(../images/corners/corner_rt.png) no-repeat 0 0; 
	height: 5px;
	position: absolute;
	right: 0;
	top: 0;
	width: 5px;
}
.corner_rb { 
	background: url(../images/corners/corner_rb.png) no-repeat 0 0; 
	bottom: 0;
	height: 5px;
	position: absolute;
	right: 0;
	width: 5px;
}
.corner_lb { 
	background: url(../images/corners/corner_lb.png) no-repeat 0 0; 
	bottom: 0;
	height: 5px;
	position: absolute;
	left: 0;
	width: 5px;
}


/* pipe class set in main.js || used to seperate text */
span.pipe {
	display: inline;
	padding: 0 4px;
}


.clear {
	clear: both;
}

.hidden {
	display: none;
}

	

/* CLEARFIX - Used to achieve sticky footer */
.clearfix:after, .box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix, .box { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix, * html .box { height: 1%; }
.clearfix, .box { display: block; }
/* End hide from IE-mac */





/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(assets/images/colorbox/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:10px; height:10px; background:url(../images/colorbox/controls.png) -10px 0 no-repeat;}
    #cboxTopRight{width:10px; height:10px; background:url(../images/colorbox/controls.png) -30px 0 no-repeat;}
    #cboxBottomLeft{width:10px; height:10px; background:url(../images/colorbox/controls.png) -10px -10px no-repeat;}
    #cboxBottomRight{width:10px; height:10px; background:url(../images/colorbox/controls.png) -30px -10px no-repeat;}
    #cboxMiddleLeft{width:10px; background:url(../images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:10px; background:url(../images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:10px; background:url(../images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:10px; background:url(../images/colorbox/border.png) 0 -10px repeat-x;}
    #cboxContent{background:#fff;}
    #cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) center center no-repeat;}
    #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) center center no-repeat;}
    #cboxClose{position:absolute; top:0; right:0; background: #fff url(../images/add_to_bin_close.gif) right top no-repeat; width:10px; height:11px; text-indent:-9999px;}


.button-bookmark {
	background-image: url('../images/bookmark-sprite.png');
	background-position: -9px -40px;
	content: '';
	display: block;
	height: 17px;
	right: 8px;
	position: absolute;
	top: 8px;
	width: 18px;
}
.button-bookmark:hover {
	background-image: url('../images/bookmark-sprite.png');
	background-position: -9px -8px;
	content: '';
	display: block;
	height: 17px;
	right: 8px;
	position: absolute;
	top: 8px;
	width: 18px;
}
.button-bookmark-on {
	background-image: url('../images/bookmark-sprite.png');
	background-position: -9px -72px;
	content: '';
	display: block;
	height: 17px;
	right: 8px;
	position: absolute;
	top: 8px;
	width: 18px;
}

#account_type2 input {
	margin-right: 10px;
	width: auto;
	/*! display: inline-block; */
	border: none 0px;
}
	
#send_favorites.dialog {
	padding-top: 25px;
	width: 420px;
}

#send_favorites.dialog fieldset {
	margin-bottom: 10px;
}
#send_favorites.dialog a.button {
	/* margin-left: 200px; */
}
#send_favorites.dialog a.forgot_password_link {
	float: right;
	font-size: 10px;
	margin-top: 7px;
} 

	/* 06092010 RPoon - fix for ASP.NET Form Rendering - START */
#send_favorites.dialog fieldset {
	background: url(../images/backgrounds/divider_light.gif) repeat-x left bottom;
	margin-bottom: 10px;
	padding-bottom: 1px;
	position: relative;
}

	#send_favorites.dialog .legend {
		float: left;
		line-height: 15px;
		width: 200px;
	}
		#send_favorites.dialog .required { font-weight: bold; } 
		#send_favorites.dialog .fieldset2 .legend { float: none; margin-bottom: 0px; width: auto; }

		#send_favorites.dialog .legend span { font-size: 80%; padding-left: 4px; }
		
	#send_favorites.dialog .value {
		float: left;
		margin-top: 4px;
		padding: 6px 0 10px 0;
		width: 220px;
	}
		
	#send_favorites.dialog .field_group {
		float: left;
		width: 220px;
	}
		
	#send_favorites.dialog .fieldset2 .field_group { float: none; width: auto; }
	
	#send_favorites.dialog .field {
		margin-top: 4px;
	}
		#send_favorites.dialog .field label {
			display: block;
			left: 0;
			padding-top: 8px;
			position: absolute;
			text-align: right;
			width: 190px;
		}
		#send_favorites.dialog .field input, #send_favorites.dialog .field textarea {
			border: 1px solid #CCC;
			padding: 6px;
			width: 200px;
		}	
			#send_favorites.dialog .checkbox input {
				border: none;
				margin-right: 5px;
				margin-top: 10px;
				padding: 0;
				width: auto;
			}
			#send_favorites.dialog .field textarea { 
				font-family: Helvetica,Arial,sans-serif;
				font-size: 11px;
				line-height: 16px;
				width: 400px; 
				margin-bottom: 0px;
			}
			
			#send_favorites.dialog .field .radio_input, 
			#send_favorites.dialog .field .file_input {
				padding: 0 !important;
				width: auto !important;
			}
			#send_favorites.dialog .field .radio_input {
				border: 0 !important;
			}
			#send_favorites.dialog .field select {
				margin-top: 6px;
			}
			#send_favorites.dialog .field .message,
			#send_favorites.dialog .message {
				display:block;
                font-size: 80%;
			}

			#send_favorites.dialog .full input {
				border: none;
				margin-right: 5px;
				margin-top: 10px;
				padding: 0;
				width: auto;
			}
			#send_favorites.dialog .full label {
				font-size: 95%;
			}
			
		/* Errors */
		#send_favorites.dialog .field .error_field {
			background-color: #FFE5E5;
		}		
		#send_favorites.dialog .field .error_message,
		#send_favorites.dialog .error_message {
			color: #AB2313;
			/*font-size: 10px;*/
			font-weight: bold;
			line-height: 14px;
			padding: 4px 0;
            display: block;
		}

	/* 06092010 RPoon - fix for ASP.NET Form Rendering - END */






@media only screen and (max-width: 500px) {
    #send_favorites.dialog {
	    width: 80%;
    }

	#send_favorites.dialog .field_group {
        width: auto;
	}
		
	#send_favorites.dialog .field label {
		display: contents;
	}
	#send_favorites.dialog .field input, #send_favorites.dialog .field textarea {
		width: 100%;
	}	
	#send_favorites.dialog .field textarea { 
		width: 100%; 
	}
}

.location_collection h1 {
    width: 80%;
	}
.location_collection h2 {
    margin-right: 20px;
	}

#wrapper #content .nonav {
    width: 99%;
    min-width: initial;
border-radius: 0px;
}
		

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('../rs10/fonts/fontawesome-webfont.eot?v=4.4.0');
    src: url('../rs10/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../rs10/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../rs10/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../rs10/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../rs10/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.poi .label {
    font-size: 90%;
}

.label-default {
  background-color: #777777;
}

.label-women, .label-purple {
  background-color: #CC99FF;
}

.label-minority, .label-lime {
  background-color: #A3D900;
}
.label-yellow {
  background-color: #FFD24D;
}
.label-blue {
  background-color: #0059B2;
}
.plus {
  color: #00cc00;
  font-size: 1.5em;
}
.plus-circle {
  color: #00cc00;
  font-size: 1.1em;
}
.label-aqua {
  background-color: #00BFFF;
}
.label-midnight {
  background-color: #001A66;
}
.label-green {
  background-color: #008C00;
}
.label-orange {
  background-color: #FF8000;
}

#advanced_search .textbox::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 12px;
    color: #999
}
#advanced_search .textbox:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 12px;
    color: #999
}
#advanced_search .textbox::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 12px;
    color: #999
}
#advanced_search .textbox:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 12px;
    color: #999
}











	
#searchnavbar_container {
	float: left;
	padding-left: 0px;
	/* margin-right: 15px; */
    margin-right: 5px;
	width: 270px; /*210px;*/
}	

#searchnavbar_container ul { padding-bottom:25px; list-style:none; margin-left:0px; }

	     