/*
	= Structure of document =

	* General stuff
	* Site layout
	* Pages layout
	
*/




/* @group General stuff */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(gfx/bg.png) repeat-x;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
hr {
	display: none;
}
img {
	border: none;
}
#skip-navigation {
	display: none;
}
#wrapper {
	margin: 10px auto;
	position: relative;
	width: 774px;
}
	/* @group Classes*/
		.back{
			background: url(gfx/btn-arrow-left.png) no-repeat;
			font-size: 1.5em;
			padding: 0 0 6px 22px;
		}
		.push-box{
			background: url(gfx/bg-push-box-content.png) repeat-y;
			margin: 0 0 15px 0;
			position: relative;
			width: 350px;
		}
			.push-box .top{
				background: url(gfx/bg-push-box-top.png) no-repeat;
				height: 9px;
				left: 0;
				position: absolute;
				top: 0;
				width: 350px;
				z-index: 1;
			}
			.push-box .bottom{
				background: url(gfx/bg-push-box-bottom.png) no-repeat;
				bottom: 0;
				height: 9px;
				left: 0;
				position: absolute;
				width: 350px;
				z-index: 1;
			}
		.suggests{
			background: #eee;
			border: 1px solid #ddd;
			font: 1.4em Arial, Verdana, sans-serif;
			position: absolute;
			z-index: 199;
		}
			.suggests li{
				padding: 3px;
				cursor: pointer;
			}
			.suggests li.highlight,
			.suggests li:hover{
				background: #ff9 !important;
			}
		.rating-0{
			background: url(gfx/rating.png) -16px 0 no-repeat;
		}
		.rating-1{
			background: url(gfx/rating.png) -16px -16px no-repeat;
		}
		.rating-2{
			background: url(gfx/rating.png) -16px -32px no-repeat;
		}
		.rating-3{
			background: url(gfx/rating.png) -16px -48px no-repeat;
		}
		.rating-4{
			background: url(gfx/rating.png) -16px -64px no-repeat;
		}
		.rating-5{
			background: url(gfx/rating.png) -16px -80px no-repeat;
		}
		
		.captcha{
			border: 1px solid #919090;
		}
		.error{
			color: #f00;
			font: bold 1.2em Arial, Verdana, sans-serif;
		}
		input.error{
			border: 1px solid #f00;
			color: #333;
			font: 1.9em Arial, Verdana, sans-serif;
		}
		.disabled{
			background: url(gfx/disabled.png);
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 10;
		}
		.button {
			background: #fff url(gfx/bg-button-right.png) right top no-repeat !important;
			color: #333 !important;
			font-size: 1.2em !important;
			padding: 2px 20px 2px 0 !important;
			text-decoration: none !important;
		}
			.button span {
				background: transparent url(gfx/bg-button-left.png) left top no-repeat !important;	
				padding: 2px 0 2px 20px !important;
			}
		.button-large {
			display: block;
			font-family: Georgia;
			font-size: 2.4em !important;
			height: 51px;
			margin: 0 auto;
			text-decoration: none !important;
			position: relative;
			width: 256px;
		}
			.button-large span {	
				display: block;
				height: 100%;
				line-height: 1.7em;
				position: absolute;
				right: 0;
				text-align: center;
				width: 100%;
			}
		.green{ /* .button add-on */
			background: url(gfx/bg-button-green-left-L.png) no-repeat;
			color: #fff;
		}
			.green span{ /* .button add-on */
				background: url(gfx/bg-button-green-right-L.png) top right no-repeat;
			}
		.button-on-grey {
			background: transparent url(gfx/bg-button-right-on-grey.png) right top no-repeat !important;
			color: #333 !important;
			font-size: 1.4em !important;
			padding: 2px 20px 2px 0 !important;
			text-decoration: none !important;
		}
			.button-on-grey span {
				background: transparent url(gfx/bg-button-left-on-grey.png) left top no-repeat !important;	
				padding: 2px 0 2px 20px !important;
			}
		.notice{
			font-size: 1.4em;
		}
		.shadeline{
			background: url(gfx/hr.png) no-repeat;
			border: none;
			display: block;
			height: 10px;
			margin: 0 auto;
			padding: 0;
			width: 277px;
		}
		
		/* @group Tip*/
		.tip {
			background: transparent url(gfx/lightbulb.png) left -1px no-repeat;
			display: inline;
			font: normal 1.2em Arial, Verdana, sans-serif !important;
			padding: 2px 0 1px 12px;
		}
			.tip em {
				background: #fbca36;
				padding: 2px;
			}
		/* @end */
		
		/* @group Small corners on images */
		.left-top {
			background: url(gfx/bg-image-S-left-top.png) no-repeat;
			height: 5px;
			left: 0;
			position: absolute;
			top: 0;
			width: 5px;
			z-index: 99;
		}
		.right-top {
			background: url(gfx/bg-image-S-right-top.png) no-repeat;
			height: 5px;
			right: 0;
			position: absolute;
			top: 0;
			width: 5px;
			z-index: 99;
		}
		.left-bottom {
			background: url(gfx/bg-image-S-left-bottom.png) no-repeat;
			bottom: 0;
			height: 5px;
			left: 0;
			position: absolute;
			width: 5px;
			z-index: 99;
		}
		.right-bottom {
			background: url(gfx/bg-image-S-right-bottom.png) no-repeat;
			bottom: 0;
			height: 5px;
			right: 0;
			position: absolute;
			width: 5px;
			z-index: 99;
		}
		/* @end */
		
		/* @group Pagination */
		
		.pagination {
		
		}

			.pagination .first{
				background: url(gfx/doublebackarrow.gif) no-repeat;
				margin: 0 10px 0 0;
				padding: 0 18px 7px 0;
			}
				.pagination .first span {
					position: absolute;
					text-indent: -9999px;
				}
			.pagination .previous{
				background: url(gfx/backarrow.gif) no-repeat;
				margin: 0 10px 0 0;
				padding: 0 18px 7px 0;
				position: relative;
			}
				.pagination .previous span {
					position: absolute;
					text-indent: -9999px;
				}
			.pagination .pages {
				margin: 0 10px 0 0;
				position: relative;
				top: 4px;
			}
				.pagination .pages span {
					font-size: 1.6em;
				}
				.pagination .pages a{
					font-size: 1.4em;
				}
				.pagination .pages em {
					font-size: 1.2em;
				}

			.pagination .next{
				background: url(gfx/nextarrow.gif) no-repeat;
				margin: 0 10px 0 0;
				padding: 0 18px 7px 0;
			}
				.pagination .next span {
					position: absolute;
					text-indent: -9999px;
				}
			.pagination .last{
				background: url(gfx/doublenextarrow.gif) no-repeat;
				margin: 0 10px 0 0;
				padding: 0 18px 7px 0;
			}
				.pagination .last span {
					position: absolute;
					text-indent: -9999px;
				}
		/* @end */
	/* @end */
	
	/* @group Typography */
		
		/* @group Normal text */
		#skip-navigation, #header, #navigation, #content, #footer, #copyright {
			color: #333;
			font-family: Arial, Verdana, sans-serif;
		}
		/* @end */
		
		/* @group Headings */
		h1, h2, h3, h4, h5, h6 {
			color: #333;
			font-family: Georgia;
		}
		h2, h3 {
			border-bottom: 1px solid #ccc;
			font-size: 2.4em;
			font-weight: normal;
		}
		h4 {
			font-size: 1.5em;
		}
		/* @end */
		
		/* @group Links */
		a {
			color: #00f;
			text-decoration: none;
		}
		a:hover {
			text-decoration: underline;
		}
		
		/* @end */
		
	/* @end */
	
	/*	@group Forms */
	input, textarea {
		background: #fff url(gfx/bg-textbox.png) repeat-x;
		border: solid 1px #919090;
		color: #333;
		font-size: 1.8em;
		padding: 3px;
		width: 228px;
	}
	h2 input {
		font-size: 1.6px;
	}
	select {
		background: #fff url(gfx/bg-textbox.png) repeat-x;
		border: solid 1px #919090;
		color: #333;
		font-size: 1.1em;
		padding: 3px;
		width: 236px;
	}
	fieldset {
		border:	none;
	}
	.ok-button {
		background: url(gfx/btn-arrow.png) no-repeat 0 -1px;
		border: none;
		height: 18px;
		padding: 2px 0;
		width: 17px;	
	}
	div.large {
		width: 593px;
	}
	div.medium {
		width: 390px;
	}
	div.small {
		width: 185px;
	}
	div div.top,
	div div.bottom {
		height: 6px;
	}
	div.large div.top {
		background: url(gfx/bg-modal-top-large.png) no-repeat;
	}
	div.medium div.top {
		background: url(gfx/bg-modal-top-medium.png) no-repeat;
	}
	div.small div.top {
		background: url(gfx/bg-modal-top-small.png) no-repeat;
	}
	div div.content {
		background: url(gfx/bg-modal-content.png);
		padding: 13px;
		position: relative;
	}
	div div.content h3{
			margin: 0 0 15px 0;
		}
		div div.content h4{
			border-bottom: 1px solid #333;
			margin: 17px 0 7px 0;
		}
		div div.content input,
		div div.content textarea{
			font: 1.2em Arial, Verdana, sans-serif;
			padding: 2px;
			width: 230px;
		}
		div div.content p{
			font: 1.2em Arial, Verdana, sans-serif;
		}
		div div.content dl{
			font: 1.4em Arial, Verdana, sans-serif;
			overflow: hidden;
		}
			div div.content dl dt{
				clear: both;
				float: left;
				font-size: .8em !important;
				margin: 0 0 5px 0;
				width: 127px;
			}
			div div.content dl dd{
				float: right;
				margin: 0 0 5px 0;
				width: 237px;
			}
				div div.content dl dd textarea {
					height: 115px;
				}
				div div.content dl dd span {
					float: left;
					margin: 0 27px 0 0;
				}
				div div.content dl dd span:last-child {
					margin-right: 0;
				}
					div div.content dl dd span input {
						position: relative;
						top: 2px;
					}
		div div.content #send {
			text-align: right;
		}
	div.large div.bottom {
		background: url(gfx/bg-modal-bottom-large.png) no-repeat;
	}
	div.medium div.bottom {
		background: url(gfx/bg-modal-bottom-medium.png) no-repeat;
	}
	div.small div.bottom {
		background: url(gfx/bg-modal-bottom-small.png) no-repeat;
	}

	form dl dt{
		clear: both;
		float: left;
		height: 36px;
		width: 120px;
	}	
		form dl dt label{
			font-size: 1.4em;
			position: relative;
			top: 8px;
		}
		form dl dt#captcha-label-box{
			height: 88px;
		}
	form dl dd{
		float: left;
		height: 36px;
		width: 236px;
	}
	form dl dd#captcha-id-box{
		display: none;
		height: 88px;
	}
	form dl dd#captcha-input-box{
		clear: left;
		float: right;
	}
	/*	@end */
	
	/*	@group Lists */
	ul, ol {
		list-style: none;
	}
	/*	@end */
	
	/* @group Modal styles */
	#modal-wrapper { 
		background: url(gfx/bg-transparent-pixel.png);
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 999;
	}
		#modal-wrapper #modal-container {
			display: none;
			height: 300px;
			margin: 0 auto;
			position: relative;
		}
			#modal-wrapper #modal-container.large {
				width: 593px;
			}
			#modal-wrapper #modal-container.medium {
				width: 390px;
			}
			#modal-wrapper #modal-container.small {
				width: 185px;
			}
			#modal-wrapper #modal-container #modal-top,
			#modal-wrapper #modal-container #modal-bottom {
				height: 6px;
			}
			#modal-wrapper #modal-container.large #modal-top {
				background: url(gfx/bg-modal-top-large.png) no-repeat;
			}
			#modal-wrapper #modal-container.medium #modal-top {
				background: url(gfx/bg-modal-top-medium.png) no-repeat;
			}
			#modal-wrapper #modal-container.small #modal-top {
				background: url(gfx/bg-modal-top-small.png) no-repeat;
			}
			#modal-wrapper #modal-container #modal-content {
				background: #ccc;
				padding: 13px;
				position: relative;
			}
				#modal-wrapper #modal-container #modal-content #done{
					position: absolute;
					right: 11px;
					top: 2px;
				}
				#modal-wrapper #modal-container #modal-content #close{
					color: #fff;
					font: bold 1.8em Arial, Verdana, sans-serif;
					position: absolute;
					right: 13px;
					top: 0px;
				}
				#modal-wrapper #modal-container #modal-content #close:hover{
					color: #333;
					text-decoration: none;
				}
				#modal-wrapper #modal-container #modal-content h3{
					margin: 0 0 15px 0;
				}
				#modal-wrapper #modal-container #modal-content h4{
					border-bottom: 1px solid #333;
					margin: 17px 0 7px 0;
				}
				#modal-wrapper #modal-container #modal-content input,
				#modal-wrapper #modal-container #modal-content textarea{
					font: 1.2em Arial, Verdana, sans-serif;
					padding: 2px;
					width: 230px;
				}
				#modal-wrapper #modal-container #modal-content p{
					font: 1.2em Arial, Verdana, sans-serif;
				}
				#modal-wrapper #modal-container #modal-content dl{
					font: 1.4em Arial, Verdana, sans-serif;
					overflow: hidden;
				}
					#modal-wrapper #modal-container #modal-content dl dt{
						clear: both;
						float: left;
						margin: 0 0 5px 0;
						width: 127px;
					}
					#modal-wrapper #modal-container #modal-content dl dd{
						float: right;
						margin: 0 0 5px 0;
						width: 237px;
					}
					#modal-wrapper #modal-container #modal-content dl dd.textarea{
						height: 130px;
					}
						#modal-wrapper #modal-container #modal-content dl dd textarea {
							height: 115px;
						}
						#modal-wrapper #modal-container #modal-content dl dd span {
							float: left;
							font-size: .8em;
							margin: 0 27px 0 0;
						}
						#modal-wrapper #modal-container #modal-content dl dd span:last-child {
							margin-right: 0;
						}
							#modal-wrapper #modal-container #modal-content dl dd span input {
								position: relative;
								top: 2px;
							}
							#modal-wrapper #modal-container #modal-content dl dd span input[type="radio"]{
								background: none;
								border: none;
								width: auto;
							}
				#modal-wrapper #modal-container #modal-content #send {
					text-align: right;
				}
			#modal-wrapper #modal-container.large #modal-bottom {
				background: url(gfx/bg-modal-bottom-large.png) no-repeat;
			}
			#modal-wrapper #modal-container.medium #modal-bottom {
				background: url(gfx/bg-modal-bottom-medium.png) no-repeat;
			}
			#modal-wrapper #modal-container.small #modal-bottom {
				background: url(gfx/bg-modal-bottom-small.png) no-repeat;
			}
		

	/* @end */
	
	/* @group Plugins */
	/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
	div.rating-cancel,
	div.star-rating{
		background: transparent;
		cursor: pointer;
		display: block;
		float: left;
		height: 15px;
		overflow: hidden;
		text-indent: -999em;
		width: 17px;
	}
	div.rating-cancel,div.rating-cancel a{
		background: url(gfx/delete.png) no-repeat 0 -16px;
	}
	div.star-rating,div.star-rating a{
		background: url(gfx/rating.png) no-repeat 0 0px;
	}
	div.rating-cancel a,
	div.star-rating a{
		background-position: 0 0px;
		border: 0;
		display: block;
		height: 100%; 
		width: 16px;	
	}
	div.star-rating-on a{
		background-position: 0 -16px!important;
	}
	div.star-rating-hover a{
		background-position: 0 -32px;
	}
	
	/* END jQuery.Rating Plugin CSS */
	/* @end */
/* @end */





/* @group Site layout */
#header {
	background: url(gfx/bg-header.png) no-repeat;
	height: 111px;
	padding: 0 7px;
	overflow: hidden;
	position: relative;
	width: 760px;
}
	#header h1 {
		background: url(gfx/logo.png) no-repeat;
		height: 70px;
		left: 24px;
		position: absolute;
		top: 31px;
		width: 268px;
		z-index: 99;
	}
		#header h1 a {
			display: block;
			height: 100%;
			outline: none;
			width: 100%;
		}
			#header h1 a span {
				cursor: pointer;
				display: block;
				height: 100%;
				text-indent: -9999px;
				width: 100%;
			}
	#header p {
		font: bold 1.2em Georgia !important;
		margin: 3px auto 0 auto !important;
		width: 540px !important;
	}
	#header #date {
		font-style: italic;
		height: 15px;
		position: absolute;
		right: 25px;
		text-align: right;
		top: 27px;
		width: 200px;
	}
	#header #twitter {
		position: absolute;
		right: 44px;
		top: 10px;
	}
	#header #facebook {
		position: absolute;
		right: 26px;
		top: 10px;
	}
	#header #rss {
		position: absolute;
		right: 25px;
		top: 10px;
	}
#header #search-form {
	left: 306px;
	position: absolute;
	top: 48px;
	z-index: 99;
}
	#header #search-form dt label {
		display: none;
	}
	#header #search-form dd #text-search{
		background: url(gfx/bg-search.png) no-repeat;
		border: none;
		font-family: Georgia;
		font-size: 2.2em;
		height: 37px;
		left: -122px;
		margin: 0;
		padding: 11px 0 11px 50px;
		position: relative;
		width: 300px;
	}
	#header #search-form dd#search-button{
		left: 351px;
		position: absolute;
		top: 1px;
	}
	#header #search-form dd#search-button a{
		background: url(gfx/bg-button-blackish-left-L.png) no-repeat;
		border: none;
		color: #fff;
		display: block;
		font-family: Georgia;
		font-size: 1.6em;
		height: 51px;
		margin: 0;
		padding: 0;
		width: 92px;
	}
	#header #search-form dd#search-button a:hover{
		text-decoration: none;
	}
		#header #search-form dd#search-button a span{
			background: url(gfx/bg-button-blackish-right-L.png) top right no-repeat;
			cursor: pointer;
			display: block;
			height: 51px;
			line-height: 3em;
			text-align: center;
			width: 92px;
		}
#navigation {
	background: url(gfx/bg-navigation.png) no-repeat;
	height: 40px;
	overflow: visible;
	padding: 0;
	position: relative;
	width: 774px;
}
	#navigation h2,
	#navigation dt {
		display: none;
	}
	#navigation #sign-in-form{
		left: 27px;
		position: absolute;
		top: 12px;
	}
	#navigation dd {
		clear: none !important;
		float: left !important;
		height: 18px !important;
		margin: 0 10px 0 0;
		width: auto !important;
	}
		#navigation dd input {
			font-size: 1.2em;
			padding: 0;
			width: 89px;
		}
		#navigation dd #sign-in.ok-button {
			cursor: pointer;
		}
			#navigation dd #sign-in.ok-button span {
				display: none;
			}
	#navigation ul {
		font-size: 1.4em !important;
		font-weight: bold !important;
		left: 279px;
		margin: 0 !important;
		position: absolute;
		width: 488px;
	}
		#navigation ul li {
			float: left;
		}
		#navigation ul li a {
			color: #333;
			display: block;
			height: 18px;
			line-height: 1.4em;
			text-decoration: none;
		}
		#navigation ul li a#my-favorites {
			background: url(gfx/star-on-small.png) right -1px no-repeat;
			margin: 0 0 0 269px;
			padding: 0 25px 0 0;
			position: absolute;
			right: 49px;
			top: 0px;
		}
	#navigation #user-menu {
		margin: 0 0 0 17px;
		position: relative;
		top: 1px;
	}
		#navigation #user-menu h3 {
			background: url(gfx/bg-user-tab.png) no-repeat;
			border-bottom: none;
			font: normal 1.2em Arial, Verdana, sans-serif;
			height: 20px;
			left: -10px;
			padding: 4px 0 0 31px;
			position: absolute;
			top: -16px;
			width: 161px;	
		}
		#navigation #user-menu ul{
			font: bold 1.4em Arial, Verdana, sans-serif;
			left: 37px;
			position: absolute;
			text-align: center;
			top: 9px;
		}
		#navigation #user-menu ul li{
			margin: 0;
			position: absolute;
		}
			#navigation #user-menu ul li a{
				outline: none;
			}
			#navigation #user-menu ul #nav-profile{
				left: 0;
			}
			#navigation #user-menu ul #nav-favorites{
				left: 106px;
			}
			#navigation #user-menu ul #nav-reviews{
				left: 230px;
				width: 82px;
			}
			#navigation #user-menu ul #nav-add{
				left: 464px;
				width: 112px;
			}
				#add-menu{
					background: #fed;
					border-top: 1px solid #ccc;
					border-right: 1px solid #999;
					border-bottom: 1px solid #999;
					border-left: 1px solid #999;
					display: none;
					right: 102px;
					margin: 0;
					padding: 5px;
					position: absolute;
					top: 145px;
					width: 114px;
					z-index: 99;
				}
				#add-menu:hover{
					display: block;
				}
					#add-menu li{
						clear: both;	
						position: relative;
					}
						#add-menu li a{	
							font-family: Arial, Verdana, sans-serif;
							font-size: 1.3em;
						}
						#add-menu li a:hover{	
							color: #111;
						}
			#navigation #user-menu ul #nav-admin{
				left: 359px;
			}
				#navigation #user-menu ul #nav-admin a{
					color: #00f;
				}
				#admin-menu{
					background: #fed;
					border-top: 1px solid #ccc;
					border-right: 1px solid #999;
					border-bottom: 1px solid #999;
					border-left: 1px solid #999;
					display: none;
					right: 250px;
					margin: 0;
					padding: 5px;
					position: absolute;
					top: 145px;
					width: 114px;
					z-index: 99;
				}
				#admin-menu:hover{
					display: block;
				}
					#admin-menu li{
						clear: both;	
						position: relative;
					}
						#admin-menu li a{	
							font-family: Arial, Verdana, sans-serif;
							font-size: 1.3em;
						}
						#admin-menu li a:hover{	
							color: #111;
						}
			#navigation #user-menu ul #nav-sign-out{
				background: url(gfx/line.png) no-repeat;
				font-style: italic;
				left: 612px;
				padding: 3px 0 3px 24px;
				top: -2px;
				width: 58px;
			}
				#navigation #user-menu ul #nav-sign-out a{
					color: #f00;
				}
		#navigation #user-gfx {
			background: url(gfx/user.png) no-repeat;
			height: 32px;
			left: 10px;
			position: absolute;
			top: -5px;
			width: 34px;
			z-index: 99;
		}
	
#content {
	background: url(gfx/bg-content.png) repeat-y;
	overflow: hidden;
	padding: 13px 27px;
	position: relative;
	width: 720px;
}
	#content #search-form{
		height: 35px;
		margin: 0 0 10px 0;
		overflow: hidden;
	}
		#content #search-form dt {
			display: none;
		}
		#content #search-form dd{
			width: 720px !important;
		}
		#content #search-form dd #text-search {
			background: #CCCCCC url(gfx/spyglass.png) no-repeat 6px 9px;
			border: none;
			font-family: Georgia;
			font-size: 2.6em;
			height: 35px;
			margin: 0;
			padding: 2px 2px 2px 27px;
			width: 691px;
		}
#footer {
	background: url(gfx/bg-footer.png) no-repeat;
	font-size: 1.1em;
	height: 30px;
	padding: 0 7px 13px 7px;
	position: relative;
	width: 760px;
}
	#footer ul {
		border-top: 1px solid #ccc;
		margin: 0 auto;
		overflow: hidden;
		padding: 4px 83px;
		position: relative;
		top: 8px;
		width: 553px;
	}
		#footer ul li {
			float: left;
			margin: 0 0 0 32px;
		}
		#footer ul li:first-child {
			margin-left: 0;
		}
			#footer ul li a {
				color: #333;
				white-space: nowrap;
			}
			
#copyright {
	height: 30px;
	padding: 0 7px 13px 7px;
	text-align: right;
	width: 760px;
}
	#copyright #feedback {
		bottom: 1px;
		left: 35px;
		outline: none;
		position: absolute;
	}
	#copyright p {
		font-size: 1em !important;
	}
/* @end */




/* @group Pages layout */
	
	/* @group Index page */
	#index-page #content h2{
		display: none;
	}
	#index-page #travel-categories {
		margin: 0;
	}
		#index-page #travel-categories h3{
			display: none;
		}
		#index-page #travel-categories ul {
			float: left;
			width: 167px;
		}
			#index-page #travel-categories ul li {
				display: block;
				font-family: Georgia;
				font-size: 1.8em;
				height: 81px;
				margin: 0 0 1px 0;
				position: relative;
				width: 100%;
			}
			#index-page #travel-categories ul li#accommodations{
				background: #c2d6e8 url(gfx/accommodations.png) no-repeat 3px 8px;
			}
			/*#index-page #travel-categories ul li#accommodations:hover{
				background: #80c2f1 url(gfx/accommodations.png) no-repeat 3px 8px;
			}*/
			#index-page #travel-categories ul li#events{
				background: #c2d6e8 url(gfx/events.png) no-repeat 11px 8px;
			}
			/*#index-page #travel-categories ul li#events:hover{
				background: #80c2f1 url(gfx/events.png) no-repeat 11px 8px;
			}*/
			#index-page #travel-categories ul li#places{
				background: #c2d6e8 url(gfx/places.png) no-repeat 7px 8px;
			}
			/*#index-page #travel-categories ul li#places:hover{
				background: #80c2f1 url(gfx/places.png) no-repeat 7px 8px;
			}*/
			#index-page #travel-categories ul li#activities{
				background: #c2d6e8 url(gfx/activities.png) no-repeat 9px 8px;
			}
			/*#index-page #travel-categories ul li#activities:hover{
				background: #80c2f1 url(gfx/activities.png) no-repeat 9px 8px;
			}*/
				#index-page #travel-categories ul li a{
					color: #000;
					height: 100%;
					line-height: 7.2em;
					outline: none;
					padding: 0 0 0 10px;
					position: absolute;
					width: 157px;
				}
	#index-page #spotlight{
		background: #80c2f1;
		float: right;
		height: 316px;
		padding: 6px 5px 5px 5px;
		position: relative;
		width: 543px;
	}
		#index-page #spotlight h3{
			display: none;
		}
		#index-page #spotlight #spotlight-image-link{
			display: block;
			height: 100%;
			overflow: hidden;
			width: 100%;
		}
		#index-page #spotlight img,
		#index-page #spotlight #spotlight-label{
			display: none;
		}
		#index-page #spotlight div{
			background: url(gfx/bg-black-trans.png);
			bottom: 60px;
			padding: 8px;
			position: absolute;
			right: 5px;
		}
			#index-page #spotlight div a{
				color: #fff;
				display: block;
				font-family: Georgia;
				font-size: 1.2em;
			}
			#index-page #spotlight div a:first-child{
				font-size: 1.6em;
			}
	#index-page #latest-reviews{
		clear: both;
		float: left;
		height: 207px;
		margin: 20px 0 0 0;
		overflow: hidden;
		padding: 30px 0 0 0;
		width: 350px;
	}
		#index-page #latest-reviews h3{
			background: url(gfx/reviews.png) no-repeat;
			border: none;
			margin: 0 auto;
			padding: 0 0 0 33px;
			width: 151px;
		}
		#index-page #latest-reviews ul{
			height: 160px;
			margin: 0 auto;
			overflow: hidden;
			position: relative;
			width: 325px;
		}
			#index-page #latest-reviews ul li{
				height: 160px;
				margin: 0 0 18px 0;
				position: absolute;
				top: 170px;
				width: 100%;
			}
			#index-page #latest-reviews ul li a {
				color: #333;
				display: block;
				overflow: hidden;
				width: 72px;
			}
				#index-page #latest-reviews ul li img {
					border: 1px solid #ddd;
				}
				#index-page #latest-reviews ul li p{
					font-size: 1.2em;
					left: 75px;
					position: absolute;
					top: 0;
				}
					#index-page #latest-reviews ul li p a{
						width: auto;
					}
				#index-page #latest-reviews ul li .rating{
					bottom: 6px;
					height: 15px;
					left: 75px;
					position: absolute;
					width: 88px;
				}
					#index-page #latest-reviews ul li .rating span{
						display: none;
					}
				#index-page #latest-reviews ul li em{
					bottom: 6px;
					left: 175px;
					position: absolute;
				}
	#index-page #share {
		float: right;
		height: 207px;
		margin: 20px 0 20px 0;
		padding: 30px 0 0 0;
		width: 350px;
	}
		#index-page #share h3 {
			background: url(gfx/tips.png) no-repeat;
			border: none;
			margin: 0 auto;
			padding: 0 0 0 38px;
			width: 171px;
		}
		#index-page #share p{
			font-size: 1.2em;
			margin: 21px auto;
			width: 290px;
		}
		#index-page #share #become-a-member{
			margin: 30px auto 0 auto;
		}
			#index-page #share #become-a-member a span{
				cursor: pointer;
			}
	#index-page #business-owner{
		background: #ddd;
		clear: both;
		font-size: 1.4em;
		height: 66px;
		line-height: 4.6em;
		text-align: center;
		width: 100%;
	}
	/* @end */
	
	/* @group My items */
	#my-items-page h2 {
		margin: 0 0 10px 0;
	}
	#my-items-page #content p{
		font-size: 1.5em;
	}
	#my-items-page #create-item {
		height: 17px;
		position: absolute;
		right: 30px;
		top: 24px;
		width: 73px;
	}
	#my-items-page #my-items {
		border-collapse: collapse;
		margin: 20px 0;
		padding: 0;
		width: 100%;
	}
		#my-items-page #my-items caption {
			display: none;
		}
		#my-items-page #my-items th {
			border-bottom: solid 1px #ccc;
			font: italic 1.2em Arial, Verdana, sans-serif;
			padding: 0 10px 0 0;
			text-align: right;
		}
		#my-items-page #my-items th#name {
			text-align: left;
			width: 517px;
		}
		#my-items-page #my-items th#delete {
			padding: 0;
			width: 37px;
		}
		#my-items-page #my-items tbody tr:hover {
			background: #eee;
		}
		#my-items-page #my-items td {
			font: normal 1.4em Arial, Verdana, sans-serif;
			height: 34px;
			padding: 0 10px 0 0;
			text-align: right;
		}
		#my-items-page #my-items td[headers="name"] {
			text-align: left;
		}
		#my-items-page #my-items td[headers="name"] span.item-type-name{
			font-size: 0.7em;  
			color: #777;
		}
			#my-items-page #my-items td a {
				color: #333;
			}
			#my-items-page #my-items td a:hover {
				text-decoration: none;
			}
		#my-items-page #my-items td[headers="added"] {
			white-space: nowrap;
		}
		#my-items-page #my-items td[headers="delete"] {
			padding: 0;
			width: auto;
		}
			#my-items-page #my-items td[headers="delete"] a {
				background: url(gfx/delete.png) 0 -16px no-repeat;
				display: block;
				height: 16px;
				margin: 0 auto;
				width: 16px;
			}
			#my-items-page #my-items td[headers="delete"] a:hover {
				background: url(gfx/delete.png) 0 0 no-repeat;
			}
				#my-items-page #my-items td[headers="delete"] a span {
					visibility: hidden;
				}
	#my-items-page #total-published {
		height: 20px;
		left: 483px;
		position: absolute;
		top: 24px;
		width: 100px;
	}
	#my-items-page #total-drafts {
		height: 20px;
		left: 589px;
		position: absolute;
		top: 24px;
		width: 100px;
	}
	/* @end */
	 
	/* @group View item */
	#view-item-page #photostack {
		background: url(gfx/photostack.png) no-repeat;
		height: 346px;
		left: 191px;
		position: absolute;
		top: 88px;
		width: 571px;
		z-index: 1;
	}
        #view-item-page #photostack.editable{
            top: 94px;
        }
	#save-loading{
		position: absolute;
		right: 29px;
		top: 12px;
	}
	#view-item-page #status {
		font-size: 1.2em;
		left: 29px;
		position: absolute;
		top: 39px;
	}
	#view-item-page #item-navigation {
		float: right;
		padding: 16px 0 0 0;
	}
		#view-item-page #item-navigation li {
			float: left;
			height: 19px;
			margin: 0 10px 0 0;
		}
		#view-item-page #item-navigation li:last-child{
			margin-right: 0;
		}
	#view-item-page h2 {
		border-bottom: 1px solid #ccc;
		clear: both;
		margin: 0 0 10px 0;
	}
		#view-item-page h2 input {
			background: #ff9;
			border: none;
			font-size: 1em;
			line-height: 2em;
			padding: 0;
			width: 100%;
		}
	#view-item-page #owner {
		font-size: 1.4em;
		margin: -8px 0 10px 3px;
	}	
	#view-item-page #tags {
		margin: 0 0 10px 0;
		overflow: hidden;
	}
		#view-item-page #tags dt {
			background: url(gfx/tag.png) no-repeat;
			float: left;
			height: 20px;
			margin: 0 5px 0 0;
			text-indent: -9999px;
			width: 15px;
		}
		#view-item-page #tags dd {
			float: left;
			font: italic 1.2em Arial, Verdana, sans-serif;
			margin: 0 5px 0 0;
		}
			#view-item-page #tags dd input {
				background: #ff9;
				border: none;
				font-size: 1em;
				height: 20px;
				line-height: 2em;
				padding: 0;
				width: 720px;
			}
	/* Left column */
	#view-item-page #sub-content {
		float: left;
		width: 168px;
	}
		#view-item-page #sub-content #images {
			height: 316px;
			margin: 0 0 22px 0;
			overflow: hidden;
			width: 175px;		
		}
			#view-item-page #sub-content #images h3 {
				display: none;
			}
			#view-item-page #sub-content #images ul li {
				float: left;
				height: 70px;
				margin: 5px 6px 4px 5px;
				position: relative;
				width: 70px;
			}
				#view-item-page #sub-content #images ul li a img {
					height: 70px;
					width: 70px;
				}
		#view-item-page #sub-content #item-tools {
			clear: both;
		}
			#view-item-page #sub-content #item-tools h3 {
				display: none;
			}
			#view-item-page #sub-content #item-tools a {
				color: #333;
			}
			#view-item-page #sub-content #item-tools a:hover {
				text-decoration: none;
			}
			#view-item-page #sub-content #item-tools #add-to-favorites,
			#view-item-page #sub-content #item-tools #rating,
			#view-item-page #sub-content #item-tools #reviews {
				background: url(gfx/bg-item-tools.png) no-repeat;
				height: 72px;
				margin: 0 0 14px 0;
				position: relative;
				text-align: center;
				width: 162px;
			}
				#view-item-page #sub-content #item-tools #add-to-favorites h4,
				#view-item-page #sub-content #item-tools #rating h4,
				#view-item-page #sub-content #item-tools #reviews h4 {
					font: bold 1.4em Arial, Verdana, sans-serif;
				}
				#view-item-page #sub-content #item-tools #add-to-favorites #star {
					height: 30px;
					left: -10px;
					position: absolute;
					top: -10px;
					width: 30px;
					z-index: 99;
				}
				#view-item-page #sub-content #item-tools #add-to-favorites.on #star{
					background: url(gfx/star.png) no-repeat;
				}
				#view-item-page #sub-content #item-tools #add-to-favorites.off #star{
					background: url(gfx/unstar.png) no-repeat;
				}
				#view-item-page #sub-content #item-tools #add-to-favorites h4 {
					position: relative;
					top: 27px;
				}
				#view-item-page #sub-content #item-tools #rating h4,
				#view-item-page #sub-content #item-tools #rating p,
				#view-item-page #sub-content #item-tools #rating em {
					position: relative;
					top: 14px;
				}
				#view-item-page #sub-content #item-tools #rating p{
					height: 16px;
					margin: 0 auto;
					text-indent: -999px;
					width: 88px;
				}
				#view-item-page #sub-content #item-tools #rating #users {
					background: url(gfx/users.png) no-repeat;
					height: 32px;
					left: -10px;
					position: absolute;
					top: -10px;
					width: 34px;
					z-index: 99;
				}
				#view-item-page #sub-content #item-tools #reviews h4,
				#view-item-page #sub-content #item-tools #reviews em {
					position: relative;
					top: 17px;
				}
				#view-item-page #sub-content #item-tools #reviews #speech-balloon {
					background: url(gfx/speech-balloon.png) no-repeat;
					height: 28px;
					left: -10px;
					position: absolute;
					top: -10px;
					width: 30px;
					z-index: 99;
				}
		#view-item-page #sub-content #advertisement h3 {
			border-bottom: 1px solid #ccc;
			font-size: 1.5em;
		}
	/* Right column */
	#view-item-page #main-content {
		float: right;
		width: 552px;
	}
		#view-item-page #main-content h3 {
			border-bottom: 1px solid #ccc;
			font-size: 1.5em;
		}
		#view-item-page #main-content textarea {
			background: #ff9;
			border: none;
			font-family: Arial, Verdana, sans-serif;
			font-size: 1em;
			line-height: 2em;
			padding: 0;
			width: 100%;
		}
		#view-item-page #main-content #image {
			display: block;
			height: 316px;
			margin: 0 auto;
			overflow: hidden;
			width: 543px;
		}
		#view-item-page #main-content #user-tools-heading {
			display: none;
		}
		#view-item-page #main-content #user-tools {
			background: url(gfx/bg-user-tools.png) no-repeat;
			height: 36px;
			margin: 22px auto;
			width: 544px;
		}
			#view-item-page #main-content #user-tools li {
				float: left;
				margin: 0 33px;
				padding: 9px 0 0 0;
			}
				#view-item-page #main-content #user-tools li a {
					color: #333;
					font: bold 1.4em Arial, Verdana, sans-serif;
					padding: 2px 0 2px 30px;
				}
				#view-item-page #main-content #user-tools li a:hover {
					text-decoration: none;
				}
				#view-item-page #main-content #user-tools li a#tell-a-friend {
					background: url(gfx/letter.png) 0 2px no-repeat;
				}
				#view-item-page #main-content #user-tools li a#view-on-map {
					background: url(gfx/pin.png) 10px 0 no-repeat;
				}
				#view-item-page #main-content #user-tools li a#contact-link {
					background: url(gfx/info.png) 4px 0 no-repeat;
				}
				#view-item-page #main-content #user-tools li em {
					background: url(gfx/info.png) 4px 0 no-repeat;
					font-size: 1.4em;
					left: 350px;
					padding: 2px 0 2px 30px;
					position: relative;
					top: -26px;
				}
		#view-item-page #main-content #short-info {
			margin: 20px auto;
			width: 543px;
		}
			#view-item-page #main-content #short-info h3 {
				margin: 0 0 7px 0;
			}
				#view-item-page #main-content #short-info h3.accommodation {
					background: url(gfx/accommodations-S.png) no-repeat -2px 3px;
					padding: 10px 0 0 35px;
				}
				#view-item-page #main-content #short-info h3.activity {
					background: url(gfx/activities-S.png) no-repeat 7px 4px;
					padding: 10px 0 0 35px;
				}
				#view-item-page #main-content #short-info h3.event {
					background: url(gfx/events-S.png) no-repeat 7px 2px;
					padding: 10px 0 0 35px;
				}
				#view-item-page #main-content #short-info h3.place {
					background: url(gfx/places-S.png) no-repeat 2px 1px;
					padding: 10px 0 0 35px;
				}
			#view-item-page #main-content #short-info dl {
				font-size: 1.4em;
				overflow: hidden;
			}
				#view-item-page #main-content #short-info dl dt {
					float: left;
					font-weight: bold;
					height: 20px;
					margin: 0 5px 10px 0;
					width: 110px;
				}
				#view-item-page #main-content #short-info dl dd {
					float: right;
					height: 20px;
					line-height: 1.4em;
					margin: 0 0 10px;
					padding: 0 2px;
					width: 419px;
				}
					#view-item-page #main-content #short-info dl dd input {
						background: #ff9;
						border: none;
						font-size: 1em;
						height: 20px;
						line-height: 2em;
						padding: 0;
						width: 100%;
					}
					#view-item-page #main-content #short-info dl dd#hotel-stars input {
						border: none;
						width: auto;
					}
					#view-item-page #main-content #short-info dl dd#hotel-stars span {
						background: url(gfx/hotel-stars.png) no-repeat;
						display: block;
						text-indent: -9999px;
					}
					#view-item-page #main-content #short-info dl dd#hotel-stars span.stars-1 {
						width: 18px;
					}
					#view-item-page #main-content #short-info dl dd#hotel-stars span.stars-2 {
						width: 39px;
					}
					#view-item-page #main-content #short-info dl dd#hotel-stars span.stars-3 {
						width: 61px;
					}
					#view-item-page #main-content #short-info dl dd#hotel-stars span.stars-4 {
						width: 82px;
					}
					#view-item-page #main-content #short-info dl dd#hotel-stars span.stars-5 {
						width: 100%;
					}
					#view-item-page #main-content #short-info dl dt#private-room-beds-label {
						font-size: .8em;
					}
						#view-item-page #main-content #short-info dl dd#private-room-beds select,
						#view-item-page #main-content #short-info dl dd#private-room-beds span {
							font-size: .8em;
							width: auto;
						}
					#view-item-page #main-content #short-info dl dt#dorm-beds-label {
						font-size: .8em;
					}
						#view-item-page #main-content #short-info dl dd#dorm-beds select,
						#view-item-page #main-content #short-info dl dd#dorm-beds span {
							font-size: .8em;
							width: auto;
						}
					#view-item-page #main-content #short-info dl dt#apartment-beds-label {
						font-size: .8em;
					}
						#view-item-page #main-content #short-info dl dd#apartment-beds select,
						#view-item-page #main-content #short-info dl dd#apartment-beds span {
							font-size: .8em;
							width: auto;
						}
		#view-item-page #main-content #description {
			clear: both;
			margin: 20px auto;
			width: 543px;
		}
			#view-item-page #main-content #description div {
				font-size: 1.4em;
				line-height: 1.4em;
			}
		#view-item-page #main-content .tags{
			margin: 20px auto;
			overflow: hidden;
		}	
			#view-item-page #main-content .tags ul li{
				font-size: 1.2em;
				height: 20px;
				width: 184px;
			}
			#view-item-page #main-content .tags ul li.left{
				float: left;
			}
			#view-item-page #main-content .tags ul li.right{
				float: right;
			}
				#view-item-page #main-content .tags ul li input{
					margin: 0 6px 0 0;
					width: auto;
				}
				#view-item-page #main-content .tags ul li span{
					padding: 0 0 0 19px;
				}
				#view-item-page #main-content .tags ul li span.no{
					background: url(gfx/no.png) no-repeat;
					color: #d0d0d0;
				}
				#view-item-page #main-content .tags ul li span.yes{
					background: url(gfx/yes.png) no-repeat;
					font-weight: bold;
				}
		#view-item-page #main-content #itinerary {
			margin: 20px auto;
			width: 543px;
		}
			#view-item-page #main-content #itinerary div {
				font-size: 1.4em;
				line-height: 1.4em;
			}	
		#view-item-page #main-content #included {
			margin: 20px auto;
			width: 543px;
		}
			#view-item-page #main-content #included div {
				font-size: 1.4em;
				line-height: 1.4em;
			}
		#view-item-page #main-content #not-included {
			margin: 20px auto;
			width: 543px;
		}
			#view-item-page #main-content #not-included div {
				font-size: 1.4em;
				line-height: 1.4em;
			}
		#view-item-page #main-content #highlights {
			margin: 20px auto;
			width: 543px;
		}
			#view-item-page #main-content #highlights div {
				font-size: 1.4em;
				line-height: 1.4em;
			}
		#view-item-page #main-content #prices {
			margin: 20px auto;
			width: 543px;
		}
			#view-item-page #main-content #prices select {
				font-size: .7em;
				padding: 0;
				width: auto;
			}
			#view-item-page #main-content #prices div {
				background: #72b6d1;
				margin: 10px 0 0 0;
				padding: 3px;
				width: 100%;
			}
				#view-item-page #main-content #prices div table {
					background: #d3e9f1;
					width: 100%;
				}
					#view-item-page #main-content #prices div table caption {
						font-size: 1.4em;
						font-weight: bold;
						text-align: left;
					}
					#view-item-page #main-content #prices div table caption span input {
						background: #ff9;
						border: none;
						font-size: 1em;
						height: 20px;
						line-height: 2em;
						padding: 0;
						width: auto;
					}
					#view-item-page #main-content #prices div table th {
						font-size: 1.2em;
						text-align: left;
					}
					#view-item-page #main-content #prices div table td {
						font-size: 1.2em;
						text-align: left;
					}
					#view-item-page #main-content #prices div table span input {
						background: #ff9;
						border: none;
						font-size: 1em;
						height: 20px;
						line-height: 2em;
						padding: 0;
						width: 50px;
					}
					#view-item-page #main-content #prices div div {
						text-align: right;
						width: 535px;
					}
						#view-item-page #main-content #prices div div a.delete {
							color: #333;
							font-size: 1.2em;
						}
					#view-item-page #main-content #prices #add-period {
						margin: 10px 0 0 0;
					}
		#view-item-page #main-content #user-reviews {
			margin: 20px auto;
			position: relative;
			width: 543px;
		}
			#view-item-page #main-content #user-reviews h3 {
				background: url(gfx/speech-balloon.png) no-repeat 0 3px;
				line-height: 1.1em;
				padding: 13px 0 2px 37px;
			}
			#view-item-page #main-content #user-reviews em {
				font-size: 1.2em;
				left: 157px;
				position: absolute;
				top: 15px;
			}
			#view-item-page #main-content #user-reviews a.button {
				position: absolute;
				right: 0;
				top: 13px;
			}
				#view-item-page #main-content #user-reviews div.review {
					margin: 26px 0;
					min-height: 171px;
					overflow: hidden;
					position: relative;
				}
					#view-item-page #main-content #user-reviews div.review h4 {
						font: bold 1.6em Arial, Verdana, sans-serif;
						margin: 0 0 4px 100px;
						width: 330px;
					}
					#view-item-page #main-content #user-reviews div.review em {
						left: 431px;
						top: 2px;
					}
					#view-item-page #main-content #user-reviews div.review div.description {
						font-size: 1.2em;
						margin: 0 0 0 100px;
					}
					#view-item-page #main-content #user-reviews div.review div.image {
						height: 120px;
						left: 0px;
						overflow: hidden;
						position: absolute;
						top: 0px;
						width: 87px;
					}
					#view-item-page #main-content #user-reviews div.review div.username {
						font-size: 1.2em;
						height: 10px;
						left: 0px;
						position: absolute;
						top: 126px;
						width: 87px;
					}
					#view-item-page #main-content #user-reviews div.review div.number-of-reviews {
						font-size: 1.2em;
						height: 10px;
						left: 0px;
						position: absolute;
						top: 142px;
						width: 87px;
					}
					#view-item-page #main-content #user-reviews div.review div.my-rating {
						font-size: 1.4em;
						font-weight: bold;
						margin: 5px 0 0 100px;
					}
						#view-item-page #main-content #user-reviews div.review div.my-rating strong {
							display: block;
							float: left;
							margin: 0 10px 0 0;
						}
						#view-item-page #main-content #user-reviews div.review div.my-rating span{
							display: block;
							float: left;
							height: 16px;
							position: relative;
							text-indent: -999px;
							top: 1px;
							width: 88px;
						}
						#view-item-page #main-content #user-reviews div.review div.report-review{
							left: 0px;
							position: absolute;
							top: 157px;
							width: 113px;
						}
							#view-item-page #main-content #user-reviews div.review div.report-review a{
								font-size: 1.1em;
							}
	/* Page related modal stuff */
	#modal-wrapper #modal-container #modal-content h3 {
		border-bottom: 1px solid #333;
	}
	/* Image upload stuff */
	#modal-wrapper #modal-container #modal-content #delete-image{
		position: absolute;
		right: 10px;
		top: 58px;
	}
	#modal-wrapper #modal-container #modal-content dl#instructions{
		font: 1.2em Arial, Verdana, sans-serif;
		overflow: hidden;
		position: absolute;
		right: 8px;
		top: 114px;
	}
		#modal-wrapper #modal-container #modal-content dl#instructions dt{
			clear: both;
			float: left;
			font-weight: bold;
			margin: 0 5px 0 0;
		}
		#modal-wrapper #modal-container #modal-content dl#instructions dd{
			float: left;
			margin: 0 5px 0 0;
			width: auto !important;
		}
		#modal-wrapper #modal-container #modal-content #file-upload{
			margin: 0 0 20px 0;
			overflow: hidden;
		}
		#modal-wrapper #modal-container #modal-content #image-description div {
			font: 1.3em Arial, Verdana, sans-serif;
		}
			#modal-wrapper #modal-container #modal-content #image-description div:hover {
				background: #ff9;
			}
			#modal-wrapper #modal-container #modal-content #image-description div input {
				background: #ff9;
				border: none;
				font-size: 1em;
				height: 20px;
				line-height: 2em;
				padding: 0;
				width: 100%;
			}
	#modal-wrapper #modal-container #modal-content #large div {
		height: 316px;
		overflow: hidden;
		width: 543px;
	}
	#modal-wrapper #modal-container #modal-content #medium div {
		height: 160px;
		overflow: hidden;
		width: 225px;
	}
	#modal-wrapper #modal-container #modal-content #small div {
		height: 70px;
		overflow: hidden;
		width: 70px;
	}
	/* @end image upload stuff */
	
	/* @group write a review stuff */
	#modal-wrapper #modal-container #modal-content #review-form{
		position: relative;
	}
		#modal-wrapper #modal-container #modal-content #review-form #rating-description{
			font: 1.2em Arial, Verdana, sans-serif;
			height: 16px;
			position: absolute;
			right: 0;
			text-align: right;
			top: -17px;
			width: 237px;
		}
		#modal-wrapper #modal-container #modal-content #review-form #send a{
			font-size: 1em !important;
		}
	/* @end write a review stuff */
	
	/* @group View on map stuff */
	#modal-wrapper #modal-container #modal-content #map-container {
		height: 400px;
		width: 100%;
	}
	/* @end view on map stuff */
	
	/* @group Contact info stuff */
	#modal-wrapper #modal-container #modal-content #info {
		border-bottom: 1px solid #aaa;
		margin: 0 0 20px 0;
	}
	#modal-wrapper #modal-container #modal-content #contact-info dd input {
		background: #ff9;
		border: none;
		font-size: 1em;
		height: 20px;
		line-height: 2em;
		padding: 0;
		width: 100%;
	}
	/* @end contact info stuff */
	
	/* @group Edit tags stuff */
	#modal-wrapper #modal-container #modal-content #tag-list{
		margin: 0 0 20px 0;
	}
	#modal-wrapper #modal-container #modal-content #tag-list input{
		margin: 0 5px 7px 0;
		width: auto;
	}
	#modal-wrapper #modal-container #modal-content #tag-list label{
		font-size: 1.6em;
		position: relative;
		top: 2px;
	}
	#modal-wrapper #modal-container #modal-content #suggest-tag dt{
		width: 170px !important;
	}
		#modal-wrapper #modal-container #modal-content #suggest-tag dt label[for="add-tag"]{
			font-size: .8em;
		}
		#modal-wrapper #modal-container #modal-content #suggest-tag dd{
			width: 180px;
		}
			#modal-wrapper #modal-container #modal-content #suggest-tag dd #suggestion{
				width: 174px;
			}
		#modal-wrapper #modal-container #modal-content #suggest-tag dd:last-child{
			width: 181px;
		}
		#modal-wrapper #modal-container #modal-content #suggest-tag dd:last-child input{
			width: auto;
		}
		#modal-wrapper #modal-container #modal-content #submit-suggestion{
			text-align: right;
		}
			#modal-wrapper #modal-container #modal-content #submit-suggestion a{
				font-size: .9em !important;
			}
	/* @end edit tags stuff */
	
	/* @group Edit geo data stuff */
	#modal-wrapper #modal-container #modal-content #location-form select{
		margin: 5px 0;
		position: relative;
		width: 160px;
	}
	#modal-wrapper #modal-container #modal-content #location-form #where-loading{
		bottom: 10px;
		position: absolute;
	}
	#modal-wrapper #modal-container #modal-content #location-form p {
		text-align: right;
	}
		#modal-wrapper #modal-container #modal-content #location-form p a{
			font-size: .9em !important;
		}
		#modal-wrapper #modal-container #modal-content #location-form p span#location-message{
			display: block;
			margin: 5px 0;
		}
	/* */
	
	/* @end */
	
	/* @group Search page */
	#search-page h2{
		display: none;
	}
	#search-page #filter-form p {
		font-size: 1.2em;
	}
	#search-page div.search-filter {
		clear: both;
		height: 30px;
		margin: 0 0 10px 0;
		text-align: center;
	}
	#search-page #search-list li {
		background: url(gfx/bg-search-list-item.png) no-repeat;
		height: 160px;
		margin: 4px 0;
		padding: 3px;
		position: relative;
		width: 720px;
	}
		#search-page #search-list li h3{
			border: none;
			margin: 7px 0 0 235px;
			padding: 0 6px 3px 38px;
			position: relative;
		}
		#search-page #search-list li h3.activity{
			background: url(gfx/activities-S.png) no-repeat 5px 1px;
		}
		#search-page #search-list li h3.accommodation{
			background: url(gfx/accommodations-S.png) no-repeat;
		}
		#search-page #search-list li h3.event{
			background: url(gfx/events-S.png) no-repeat 4px 1px;
		}
		#search-page #search-list li h3.place{
			background: url(gfx/places-S.png) no-repeat;
		}
			#search-page #search-list li h3 a {
				color: #333;
			}
				#search-page #search-list li h3 a:hover{
					text-decoration: underline;
				}
		#search-page #search-list li div.description{
			font-size: 1.2em;
			line-height: 1.3em;
			margin: 10px 0 0 235px;
			padding: 0 6px 0 0;
		}
		#search-page #search-list li div.rating{
			bottom: 10px;
			font-size: 1.4em;
			left: 235px;
			position: absolute;
		}
			#search-page #search-list li div.rating strong{
				float: left;
				margin: 0 10px 0 0;
			}
			#search-page #search-list li div.rating p{
				float: left;
				height: 16px;
				text-indent: -999px;
				width: 188px;
			}
			#search-page #search-list li div.rating p.not-rated{
				font-size: .8em;
				font-weight: bold;
				line-height: 1.7em;
				text-indent: 0;
			}
		#search-page #search-list li div.image{
			height: 160px;
			left: 3px;
			overflow: hidden;
			position: absolute;
			top: 3px;
			width: 225px;
		}
			#search-page #search-list li div.image a {
				display: block;
			}
		#search-page #search-list li div .favorite {
			height: 30px;
			outline: none;
			right: 8px;
			position: absolute;
			text-indent: -999px;
			top: 8px;
			width: 30px;
			z-index: 99;
		}
		#search-page #search-list li div .on {
			background: url(gfx/star.png) no-repeat;
		}
		#search-page #search-list li div .off {
			background: url(gfx/unstar.png) no-repeat;
		}

	#search-page #search-list li div.left-top{
		background: url(gfx/bg-search-list-item-left-top.png) no-repeat;
		height: 10px;
		left: 0;
		position: absolute;
		top: 0;
		width: 9px;
	}
	#search-page #search-list li div.left-bottom{
		background: url(gfx/bg-search-list-item-left-bottom.png) no-repeat;
		height: 10px;
		left: 0;
		position: absolute;
		bottom: -2px;
		width: 9px;
	}
	#search-page #search-list li div.category{
		bottom: 24px;
		font-size: 1.2em;
		position: absolute;
		right: 10px;
	}
	#search-page #search-list li div.relevancy{
		bottom: 10px;
		font-size: 1.2em;
		font-style: italic;
		position: absolute;
		right: 10px;
	}
	#search-page #search-list li div.price{
		bottom: 39px;
		font-size: 1.2em;
		position: absolute;
		right: 11px;
		text-align: right;
	}
	#search-page #search-list li div.location{
		font-size: 1.1em;
		left: 277px;
		position: absolute;
		top: 37px;
	}
	/* @end */
	
	/* @group My favorites */
	#my-favorites-page h2 {
		margin: 0 0 10px 0;
	}
	#my-favorites-page #content h2 + p{
		font-size: 1.5em;
	}
	#my-favorites-page table {
		border: 1px solid #ddd;
		border-collapse: collapse;
		margin: 0 0 20px 0;
		padding: 0;
		width: 100%;
	}
		#my-favorites-page table caption {
			font-size: 1.5em;
			font-weight: bold;
			margin: 20px 0 0 0;
			padding: 7px 0 7px 38px;
			text-align: left;
		}
			#my-favorites-page table caption span{
				font-size: .7em;
				font-weight: normal;
				padding: 0 0 0 10px;
			}
			#my-favorites-page #my-activities-table caption {
				background: url(gfx/activities-S.png) no-repeat 5px 1px;
			}
			#my-favorites-page #my-accommodations-table caption {
				background: url(gfx/accommodations-S.png) no-repeat 0px 1px;
			}
			#my-favorites-page #my-events-table caption {
				background: url(gfx/events-S.png) no-repeat 6px 1px;
			}
			#my-favorites-page #my-places-table caption {
				background: url(gfx/places-S.png) no-repeat 2px 0px;
			}
		#my-favorites-page table th {
			font: italic 1.2em Arial, Verdana, sans-serif;
			padding: 0 10px 0 3px;
			text-align: right;
		}
		#my-favorites-page table th#name {
			text-align: left;
			width: 517px;
		}
		#my-favorites-page table th#delete {
			padding: 0;
			width: 37px;
		}
		#my-favorites-page table tbody tr:hover {
			background: #eee;
		}
		#my-favorites-page table td {
			font: normal 1.4em Arial, Verdana, sans-serif;
			height: 32px;
			padding: 0 10px 0 0;
			text-align: right;
		}
		#my-favorites-page table td[headers="name"] {
			padding: 0 0 0 8px;
			text-align: left;
		}
			#my-favorites-page table td span.item {
				color: #f00;
				font-style: italic;
			}
			#my-favorites-page table td a {
				color: #333;
			}
			#my-favorites-page table td a:hover {
				text-decoration: none;
			}
			#my-favorites-page table td[headers="delete"] {
				padding: 0;
			}
				#my-favorites-page table td[headers="delete"] a {
					background: url(gfx/delete.png) 0 -16px no-repeat;
					display: block;
					height: 16px;
					margin: 0 auto;
					width: 16px;
				}
				#my-favorites-page table td[headers="delete"] a:hover {
					background: url(gfx/delete.png) 0 0 no-repeat;
				}
					#my-favorites-page table td[headers="delete"] a span {
						visibility: hidden;
					}
		#my-favorites-page #total {
			left: 171px;
			position: absolute;
			top: 26px;
		}
		#my-favorites-page #register{
			background: url(gfx/travelers.png) 0 139px no-repeat;
			margin: 20px 0 0 0;
			overflow: hidden;
			width: 100%;
		}
			#my-favorites-page #register h3{
				margin: 0 0 5px 0;
			}
			#my-favorites-page #register #register-message{
				font-size: 1.2em;
				text-align: left;
				width: 100%;
			}
			#my-favorites-page #register ul{
				float: left;
				font-size: 1.4em;
				list-style-type: disc;
				overflow: hidden;
				padding: 0 0 0 20px;
				width: 310px;
			}
			#my-favorites-page #register form{
				float: right;
				overflow: hidden;
			}
				#my-favorites-page #register form dl dt span{
					display: block;
					font-size: 1em;
					margin: 5px 0 0 0;
				}
			#my-favorites-page #register p{
				clear: both;
				float: right;
				margin: 5px 0 0 0;
			}
			#my-favorites-page #register ul#error{
				color: #f00;
				float: none;
				font-size: 1.4em;
				list-style-type: disc;
				overflow: hidden;
				padding: 0 0 0 20px;
				width: 310px;
			}
	#my-favorites-page #share{
		float: right;
	}
		#my-favorites-page #share{
			float: right;
			margin: 27px 0 0 0;
		}
			#my-favorites-page #share h3{
				margin: 0 0 5px 0;
			}
			#my-favorites-page #share dl dt,
			#my-favorites-page #share dl dd{
				height: auto;
			}
			#my-favorites-page #share p{
				margin: 0 0 10px 0;
			}
			#my-favorites-page #share p#button{
				text-align: right;
			}
				#my-favorites-page #share p a{
					font-size: .9em !important;
				}
	/* @end */
	
	/* @group Activation page */
	#activation-page p {
		font-size: 1.2em;
	}
	/* @end */
	
	/* @group Help page */
	#help-page ul#questions{
		font-size: 1.4em;
		margin: 10px;
	}
	#help-page h3 {
		font-size: 1.5em;
		margin: 20px 0 1px 0;
	}
	#help-page #navigation #user-menu h3 {
		top: -36px;	
	}
	#help-page p {
		font-size: 1.4em;
		margin: 0 0 10px 0;
	}
	/* @end */
	
	/* @group Travel resources page */
	#travel-resources-page ul#categories{
		float: left;
		font-size: 1.4em;
		list-style-type: disc;
		margin: 10px;
		padding: 0 0 0 20px;
	}
	#travel-resources-page #submit-site{
		float: right;
		margin: 10px 0 0 0;
		overflow: hidden;
	}
		#travel-resources-page #submit-site dl dt label span{
			display: block;
			font-size: .8em;
		}
		#travel-resources-page #submit-site #info h4{
			font-size: 1.4em;
		}
		#travel-resources-page #submit-site #info dl dt,
		#travel-resources-page #submit-site #info dl dd{
			height: auto;
		}
		#travel-resources-page #submit-site #info p{
			text-align: right;
		}
			#travel-resources-page #submit-site #info p a{
				font-size: .9em !important;
			}
	#travel-resources-page dl#resources{
		clear: both;
	}
		#travel-resources-page dl#resources dt{
			border-bottom: 1px solid #ccc;
			font: 1.8em Georgia;
			margin: 10px 0;
		}
		#travel-resources-page dl#resources dd{
			font-size: 1.2em;
		}
			#travel-resources-page dl#resources dd dl {
				margin: 0 0 0 10px;
			}
				#travel-resources-page dl#resources dd dl dt{
					border-bottom: none;
					font: bold 1.2em Arial, Verdana, sans-serif;
					margin: 10px 0 0 0;
				}
					#travel-resources-page dl#resources dd dl dt a {
						color: #333;
					}	
				#travel-resources-page dl#resources dd dl dd{
					font: 1.2em Arial, Verdana, sans-serif;
				}
	#travel-resources-page #message{
		font-size: 1.6em;
	}
	/* @end */

	/* @group Terms and conditions page */
	#terms-and-conditions-page em {
		display: block;
		font-size: 1.4em;
		margin: 10px 0 0 0;
	}
	#terms-and-conditions-page dl#terms dt{
		border: none;
		font: bold 1.6em Georgia;
		margin: 10px 0 0 0;
	}
	#terms-and-conditions-page dl#terms dd {
		font-size: 1.4em;
	}
	/* @end */
	
	/* @group Privacy policy page */
	#privacy-policy-page em {
		display: block;
		font-size: 1.4em;
		margin: 10px 0 0 0;
	}
	#privacy-policy-page h3{
		border: none;
		font: bold 1.6em Georgia;
		margin: 20px 0 0 0;
	}
	#privacy-policy-page #navigation #user-menu h3 {
		top: -36px;	
	}
	#privacy-policy-page p {
		font-size: 1.4em;
	}
	/* @end */
	
	/* @group About us page */
	#about-us-page #content #message{
		font-size: 1.5em;
		margin: 0 0 5px 0;
	}
	#about-us-page #info{
		float: left;
		width: 300px;
	}
		#about-us-page #info h3{
			border: none;
			font: bold 1.6em Georgia;
			margin: 20px 0 0 0;
		}
		#about-us-page #info p {
			font-size: 1.4em;
		}
	#about-us-page #contact-us{
		float: right;
		margin: 27px 0 0 0;
	}
		#about-us-page #contact-us dl dt,
		#about-us-page #contact-us dl dd{
			height: auto;
		}
		#about-us-page #contact-us p{
			text-align: right;
		}
			#about-us-page #contact-us p a{
				font-size: .9em !important;
			}
	/* @end */
	
	
	/* @group Feedback page */
	#feedback-page #content #message{
		font-size: 1.5em;
		margin: 0 0 5px 0;
	}
	#feedback-page #info{
		float: left;
		width: 300px;
	}
		#feedback-page #info h3{
			border: none;
			font: bold 1.6em Georgia;
			margin: 20px 0 0 0;
		}
		#feedback-page #info p {
			font-size: 1.4em;
			margin: 8px 0;
		}
	#feedback-page #contact-us{
		float: right;
		margin: 27px 0 0 0;
	}
		#feedback-page #contact-us dl dt,
		#feedback-page #contact-us dl dd{
			height: auto;
		}
		#feedback-page #contact-us p{
			text-align: right;
		}
			#feedback-page #contact-us p a{
				font-size: .9em !important;
			}
	/* @end */
	
	
	/* @group Register page */
	#register-page #register{
		background: url(gfx/travelers.png) 0 139px no-repeat;
		margin: 20px 0 0 0;
		overflow: hidden;
		width: 100%;
	}
		#register-page #register h3{
			border: none;
			font-size: 1.1em;
			font-weight: bold;
		}
		#register-page #register #register-message{
			font-size: 1.2em;
			text-align: left;
			width: 100%;
		}
		#register-page #register #business{
			float: left;
			font-size: 1.4em;
			overflow: hidden;
			padding: 0 0 0 20px;
			width: 310px;
		}
			#register-page #register #business p{
				clear: both;
				float: none;
			}
		#register-page #register ul{
			float: left;
			font-size: 1.4em;
			list-style-type: disc;
			overflow: hidden;
			padding: 0 0 0 20px;
			width: 310px;
		}
			#register-page #register ul li{
				margin: 5px 0;
			}
		#register-page #register form{
			float: right;
			overflow: hidden;
			position: relative;
		}
			#register-page #register form dl dt span{
				display: block;
				font-size: 1em;
				margin: 5px 0 0 0;
			}
			#register-page #register form #captcha-image-box {
				height: 80px;
				margin: 0 0 40px 0;
			}
			#register-page #register form #captcha-input-box {
				position:absolute;
				right: 0px;
				top: 231px;
			}
		#register-page #register p{
			clear: both;
			float: right;
			margin: 5px 0 0 0;
		}
		#register-page #register ul#error{
			color: #f00;
			float: none;
			font-size: 1.4em;
			list-style-type: disc;
			overflow: hidden;
			padding: 0 0 0 20px;
			width: 310px;
		}
		#register-page #login-error{
			background: url(gfx/deadend.png) no-repeat;
			font-size: 1.6em;
			margin: 0 0 20px 0;
			padding: 18px 0 0 66px;
		}
	/* @end */
	
	/* @group Profile page */
	#profile-page h2{
		margin: 10px 0 -14px 0;
	}
	#profile-page #user{
		font-size: 1.9em;
		left: 108px;
		position: relative;
		top: 23px;
		width: 614px;
	}
	#profile-page #profile-image{
		float: left;
		height: 120px;
		margin: 0 20px 0 0;
		overflow: hidden;
		width: 87px;
	}
	#profile-page #info{
		float: left;
		font-size: 1.3em;
		margin: 30px 10px 0 0;
		width: 250px;
	}
		#profile-page #info span input {
			background: #ff9;
			border: none;
			font-size: 1em;
			height: 20px;
			line-height: 2em;
			padding: 0;
			width: 100%;
		}
		#profile-page #about div textarea {
			background: #ff9;
			border: none;
			font-family: Arial, Verdana, sans-serif;
			font-size: 1em;
			line-height: 2em;
			padding: 0;
			width: 100%;
		}
	#profile-page #about{
		float: right;
		font-size: 1.3em;
		margin: 30px 0 0 0;
		width: 353px;
	}

	#profile-page #change-password{
		float: right;
	}
		#profile-page #change-password{
			float: right;
			margin: 27px 0 0 0;
		}
			#profile-page #change-password h3{
				margin: 0 0 5px 0;
			}
			#profile-page #change-password dl dt,
			#profile-page #change-password dl dd{
				height: auto;
			}
			#profile-page #change-password p{
				margin: 0 0 10px 0;
			}
			#profile-page #change-password p#button{
				text-align: right;
			}
				#profile-page #change-password p a{
					font-size: .8em !important;
				}
	#profile-page #report-user{
		clear: both;
		position: relative;
		text-align: right;
	}
	/* @end */
	
	/* @group My reviews page */
	#my-reviews-page #my-reviews {
		border-collapse: collapse;
		margin: 0;
		padding: 0;
		width: 100%;
	}
		#my-reviews-page h2 {
			margin:0 0 10px;
		}
		#my-reviews-page #content p{
			font-size: 1.5em;
		}
		#my-reviews-page #my-reviews{
			border-collapse: collapse;
			margin: 20px 0;
		}
			#my-reviews-page #my-reviews caption {
				display: none;
			}
			#my-reviews-page #my-reviews th {
				border-bottom:1px solid #ccc;
				font: italic 1.2em Arial, Verdana, sans-serif;
				padding: 0 10px 0 3px;
				text-align: right;
			}
			#my-reviews-page #my-reviews th#name {
				text-align: left;
				width: 517px;
			}
			#my-reviews-page #my-reviews th#delete {
				padding: 0;
				width: 37px;
			}
			#my-reviews-page #my-reviews tbody tr:hover {
				background: #eee;
			}
			#my-reviews-page #my-reviews td {
				font: normal 1.4em Arial, Verdana, sans-serif;
				height: 32px;
				padding: 0 10px 0 0;
				text-align: right;
				position: relative;
			}
			#my-reviews-page #my-reviews td p{
				font-size: 1em;
				margin: 0 0 0 17px;
			}
			#my-reviews-page #my-reviews td[headers="name"] {
				font-weight: bold;
				/*padding: 0 0 0 17px;*/
				text-align: left;
			}
				#my-reviews-page #my-reviews td[headers="name"] .arrow {
					background: url(gfx/arrow-grey.png) 0px 8px no-repeat;
					height: 18px;
					left: 30px;
					overflow: hidden;
					position: absolute;
					width: 11px;
					z-index: 0;
				}
				#my-reviews-page #my-reviews td[headers="name"] .removed {
					color: #f00;
					font-style: italic;
				}
			#my-reviews-page #my-reviews td[headers="name"] input,
			#my-reviews-page #my-reviews td[headers="name"] textarea{
				background: #ff9;
				border: none;
				display: none;
				font-size: 1em;
				line-height: 2em;
				margin: 4px 0;
				width: 474px;
			}
			#my-reviews-page #my-reviews td[headers="added"] {
				white-space: nowrap;
			}
			#my-reviews-page #my-reviews td[headers="rating"] {
				font-size: 1.4em;
				font-weight: bold;
				margin: 5px 0 0 100px;
			}
				#my-reviews-page #my-reviews td[headers="rating"] span{
					display: block;
					float: left;
					height: 16px;
					position: relative;
					text-indent: -999px;
					top: 1px;
					width: 88px;
				}
					#my-reviews-page #my-reviews td[headers="rating"] span span{
						visibility: hidden;
					}
				#my-reviews-page #my-reviews td a {
					color: #333;
					cursor: pointer;
					display: block;
					height: 100%;
					line-height: 2em;
					position: relative;
					text-indent: 17px;
					z-index: 99;
				}
				#my-reviews-page #my-reviews td a:hover {
					text-decoration: none;
				}
				#my-reviews-page #my-reviews td[headers="delete"] {
					padding: 0;
					width: auto;
				}
					#my-reviews-page #my-reviews td[headers="delete"] a {
						background: url(gfx/delete.png) 0 -16px no-repeat;
						display: block;
						height: 16px;
						margin: 0 auto;
						width: 16px;
					}
					#my-reviews-page #my-reviews td[headers="delete"] a:hover {
						background: url(gfx/delete.png) 0 0 no-repeat;
					}
						#my-reviews-page #my-reviews td[headers="delete"] a span {
							visibility: hidden;
						}

	/* @end */
	
	/* @group Admin stats page */
	#stats-page #stats{
		border-collapse: collapse;
		font-size: 1.4em;
		margin: 20px 0 0 0;
		width: 100%;
	}
		#stats-page #stats caption{
			font-style: italic;
		}
		#stats-page #stats tr th{
			border-bottom: 1px solid #000;
			text-align: left;
		}
		#stats-page #stats tr td{
			border-bottom: 1px solid #ddd;
			padding: 4px;
		}
                #stats-page #stats tr:last-child td{
                    border-bottom: none;
                    font-weight: bold;
                }
                #stats-page #stats tr:last-child td:first-child{
                    text-align: right;
                }
	/* @end */

        /* @group Admin email dispatcher page */
	#email-dispatcher-page #content p{
            margin: 5px 0;
        }
        #email-dispatcher-page #status-message{
            background: #ff8;
            font-size: 1.4em;
            padding: 3px;
	}
        #email-dispatcher-page #message{
            float: left;
            font-size: 1.3em;
            width: 450px;
	}
        #email-dispatcher-page #email-dispatch-form{
            float: right;
            width: 250px;
	}
	/* @end */


	/* @end */
	
/* @end */