@charset "utf-8";

* {
	border: 0;
	outline: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

body {
	background: #007aa9 url(/share/images/site/page-background.gif) 0 0 repeat-x;
	font-family: Arial, Tahoma, sans-serig;
	font-size: 12px;
	color: #fff;
}

input, textarea, select {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

#wrap {
	width: 937px;
	margin: 0 auto;
	padding-bottom: 15px;
}

#header {
	position: relative;
	width: 937px;
	height: 113px;
	background: url(/share/images/site/header/header-background.gif) 0 0 no-repeat;
}

	#header h1 {
		position: absolute;
		left: 10px;
		top: 54px;
		width: 590px;
		height: 30px;
		display: block;
	}

		#header h1 a {
			width: 590px;
			height: 30px;
			display: block;
			background: url(/share/images/site/site-logo.png) 0 0 no-repeat;
			text-indent: -9000px;
		}

		*html #header h1 a {
			width: 590px;
			height: 30px;
			display: block;
			background: url(/share/images/site/site-logo.gif) 0 0 no-repeat;
			text-indent: -9000px;
		}

#user-logged {
	position: absolute;
	top: 0;
	right: 0;
	height: 36px;
	padding: 0 0 0 31px;
	background: url(/share/images/site/header/user-panel-left-background.gif) 0 0 no-repeat;
}

	#user-logged div {
		width: auto;
		height: 25px;
		padding: 11px 29px 0 0;
		float: left;
		background: url(/share/images/site/header/user-panel-right-background.gif) top right no-repeat;
	}

		#user-logged div ul {
			list-style: none;
		}

			#user-logged div ul li {
				display: inline;
				font-size: 11px;
				color: #a7a7a7;
			}

				#user-logged div ul li a {
					padding: 0 2px;
					color: #42b9ed;
					text-decoration: none;
				}

				#user-logged div ul li a:hover {
					text-decoration: underline;
				}

#user-panel {
	position: absolute;
	top: 0;
	right: 0;
	width: 292px;
	height: 88px;
	padding: 8px 13px 0 13px;
	background: url(/share/images/site/header/user-panel-background.gif) 0 0 no-repeat;
	text-align: center;
}

	#user-panel strong {
		width: 100%;
		float: left;
		font-weight: normal;
		font-size: 13px;
		text-transform: uppercase;
		text-align: left;
		clear: both;
	}

	#user-panel input.text {
		width: 117px;
		height: 16px;
		margin: 3px 8px 0 0;
		padding: 4px 3px;
		float: left;
		background: url(/share/images/site/header/user-panel-input-text.gif) 0 0 no-repeat;
		color: #595959;
	}

	#user-panel input.submit {
		width: 29px;
		height: 30px;
		float: left;
		background: url(/share/images/site/header/user-panel-input-submit.gif) 0 0 no-repeat;
		text-indent: -9000px;
		cursor: pointer;
	}

	#user-panel input.submit:hover {
		background-position: 0 -30px;
	}
	
	#user-panel ul {
		margin: 0 auto;
		list-style: none;
	}

		#user-panel ul li {
			display: inline;
		}

			#user-panel ul li a {
				color: #fff;
				text-decoration: none;
			}

			#user-panel ul li a:hover {
				color: #42b9ed;
			}

#navigation {
	width: 937px;
	height: 65px;
	background: url(/share/images/site/header/navigation-background.gif) 0 0 no-repeat;
	overflow: hidden;
}

	#navigation ul {
		padding-left: 7px;
		list-style: none;
	}

		#navigation ul li {
			height: 65px;
			float: left;
			font-size: 16px;
			font-weight: bold;
		}

		#navigation ul li.sep {
			width: 0px;
			/* background: url(/share/images/site/header/navigation-separator.gif) 0 0 no-repeat; */
		}

			#navigation ul li a {
				height: 65px;
				padding-left: 13px;
				float: left;
				text-decoration: none;
				text-transform: uppercase;
				color: #fff;
			}

			#navigation ul li a.current {
				background: url(/share/images/site/header/navigation-hover-left.gif) 0 0 no-repeat;
			}

			#navigation ul li a:hover {
				color: #3db6eb;
			}

				#navigation ul li a span {
					height: 40px;
					padding-top: 25px;
					padding-right: 13px;
					float: left;
					cursor: pointer;
				}

				#navigation ul li a.current span {
					color: #fff !important;
					background: url(/share/images/site/header/navigation-hover-right.gif) top right no-repeat;
				}

				#navigation ul li a:hover span {
				
				}

#breadcrumb {
	width: 490px;
	height: 32px;
	margin-left: 2px;
	padding: 20px 0 0 15px;
	float: left;
	background-color: #007aa9;
	font-size: 11px;
}

	#breadcrumb div {
		padding-right: 5px;
		float: left;
	}

	#breadcrumb ul {
		float: left;
		list-style: none;
	}

		#breadcrumb ul li {
			padding-right: 5px;
			float: left;
		}

			#breadcrumb ul li a {
				padding-left: 2px;
				color: #fff;
				text-decoration: none;
			}

			#breadcrumb ul li a:hover {
				color: #9fe2ff;
			}

#search {
	width: 428px;
	height: 43px;
	padding-top: 9px;
	float: left;
	background-color: #007aa9;	
}

	#search label {
		padding: 9px 10px 0 0;
		float: left;
		font-size: 13px;
		text-transform: uppercase;
	}

	#search input.text {
		width: 239px;
		height: 16px;
		padding: 9px 3px 10px 3px;
		float: left;
		background: url(/share/images/site/header/search-input-text.gif) 0 0 no-repeat;
		color: #595959;
	}

	#search input.submit {
		width: 34px;
		height: 35px;
		float: left;
		background: url(/share/images/site/header/search-input-submit.gif) 0 0 no-repeat;
		text-indent: -9000px;
		cursor: pointer;
	}

	#search input.submit:hover {
		background-position: 0 -35px;
	}

#container {
	width: 933px;
	margin: 0 auto;
 	background: url(/share/images/site/content-background.gif) 2px 0 repeat-y;
}

	#homepage {
		
	}

		#homepage .white {
			padding: 5px 6px;
			background: #fff;
		}

			#homepage .white .become-a-member {
				position: relative;
				width: 407px;
				height: 325px;
				float: left;
				background: url(/share/images/site/homepage/become-a-member-books.png) 0 0 no-repeat;
			}

				#homepage .white .become-a-member a {
					position: absolute;
					top: 270px;
					width: 407px;
					height: 45px;
					float: left;
					background-color: #161616;
					color: #fff;
					text-decoration: none;
					text-transform: uppercase;
				}

					#homepage .white .become-a-member a span {
						padding: 9px 40px 12px 10px;
						float: left;
						background: url(/share/images/site/homepage/become-a-member.gif) right 5px no-repeat;
						font-size: 25px;
						cursor: pointer;
					}

					#homepage .white .become-a-member a:hover span {
						color: #3db6eb;
						background-position: right -58px;
					}

			#homepage .white .new-books {
				width: 490px;
				padding: 5px 10px;
				float: left;
			}

				#homepage .white .new-books h2 {
					border-bottom: 1px solid #acacac;
					text-transform: uppercase;
					font-weight: normal;
					font-size: 24px;
					color: #595959;
				}

				#homepage .white .new-books div {
					width: 214px;
					height: 107px;
					padding: 12px 10px 16px 16px;
					float: left;
					/* overflow: hidden; */
				}

					#homepage .white .new-books div .visible {
						width: 100%;
						height: 115px;
						padding: 0;
						margin: 0;
						overflow: hidden;
					}

					#homepage .white .new-books .right {
						width: 228px;
						padding-right: 10px;
						padding-bottom: 16px;
						padding-left: 2px;
						margin-left: 2px;
						border-right: 1px solid #d5d5d1;
					}

					#homepage .white .new-books .bottom {
						height: 135px;
						padding-top: 0;
						padding-bottom: 0;
						border-bottom: 1px solid #d5d5d1;
					}

						#homepage .white .new-books div img {
							margin-top: 4px;
							margin-right: 8px;
							float: left;
						}

						#homepage .white .new-books div a {
							font-weight: bold;
							font-size: 14px;
							color: #006287;
							text-decoration: none;
						}

						#homepage .white .new-books div a:hover {
							color: #595959;
						}

						#homepage .white .new-books div p.author {
							padding: 2px 0 5px 0;
							color: #269bcf;
						}

							#homepage .white .new-books div p.author a {
								font-size: 12px;
								color: #269bcf;
								font-weight: normal;
							}

						#homepage .white .new-books div p {
							margin: 0;
							padding: 0;
							color: #595959;
						}

		#homepage .blue {
			padding: 10px 0 0 0;
			background-color: #007cac;
		}

			#homepage .blue div.left {
				width: 748px;
				padding: 10px 14px;
				float: left;
				background: url(/share/images/site/homepage/about-us-background.gif) 0 0 no-repeat;
			}

				#homepage .blue .left h3 {
					font-size: 25px;
					font-weight: normal;
					text-transform: uppercase;
				}

				#homepage .blue .left h5 {
					padding-left: 138px;
					font-size: 18px;
				}

				#homepage .blue .left img {
					padding: 4px;
					float: left;
					border: 1px solid #3aa4cd;
				}

				#homepage .blue .left blockquote {
					padding: 0 0 10px 50px ;
					background: url(/share/images/site/homepage/quotes.gif) 0 0 no-repeat;
					font-size: 18px;
				}

				#homepage .blue .left p {
					line-height: 18px;
				}

				#homepage .blue .left p.left {
					width: 310px;
					padding: 0 10px;
					float: left;
				}

				#homepage .blue .left p.right {
					width: 290px;
					float: left;
				}

			#homepage .blue div.right {
				width: 125px;
				padding: 10px;
				margin-left: 12px;
				float: left;
				background: url(/share/images/site/sponsors/sponsors-background.gif) 0 0 repeat-x;
				text-align: center;
			}

				*html #homepage .blue div.right {
					margin-left: 9px;
				}

				#homepage .blue .right h4 {
					padding-bottom: 5px;
					font-size: 15px;
					font-weight: normal;
					text-transform: uppercase;
					border-bottom: 1px solid #81c4de;
					color: #fff;
				}

				#homepage .blue .right p {
					padding: 10px 0 20px 0;
				}

					#homepage .blue .right p a {
						color: #fff;
						text-decoration: none;
					}

					#homepage .blue .right p a:hover {
						color: #81c4de;
					}

	#menu {
		width: 219px;
		float: left;
	}

		#menu ul {
			width: 218px;
			float: left;
			background: url(/share/images/site/menu/background.gif) top right no-repeat;
		}

			#menu ul li {
				width: 218px;
				padding: 1px 0 2px 0;
				float: left;
				background: url(/share/images/site/menu/item-background.gif) bottom left no-repeat;
			}

			#menu ul li.dark {
				background: url(/share/images/site/menu/item-dark-background.gif) bottom left no-repeat;
			}

			#menu ul li.first {
				width: 198px;
				height: 34px;
				padding: 12px 20px 0 0;
				background: url(/share/images/site/menu/first-background.gif) 0 0 no-repeat;
				font-size: 21px;
				text-transform: uppercase;
				text-align: right;
			}

			#menu ul li.last {
				height: 20px;
				padding: 0;
				background: url(/share/images/site/menu/last-background.gif) 0 0 no-repeat;
			}

				#menu ul li a {
					width: 166px;
					padding: 8px 20px;
					float: left;
					text-decoration: none;
					font-size: 14px;
					color: #fff;
				}

				#menu ul li a.current,
				#menu ul li a:hover {
					color: #005f85;
					background-color: #69c1e3;
				}

				#menu ul li.dark a {
					font-size: 17px;
				}

				#menu ul li.dark a:hover {
					color: #c1ecff;
					background-color: #028fc5;
				}

		#menu .recommended  {
			width: 200px;
			padding: 3px;
			float: left;
			background-color: #fff;
		}

			#menu .recommended h5 {
				padding: 8px 10px;
				margin-bottom: 10px;
				font-size: 14px;
				font-weight: normal;
				text-transform: uppercase;
				background: url(/share/images/site/menu/recommend-background.gif) 0 0 repeat-x;
			}

				#menu .recommended h5 a {
					text-decoration: none;
					color: #fff;
				}

				#menu .recommended h5 a:hover {
					color: #c1ecff;
				}

			#menu .recommended div {
				padding: 0 8px 4px 8px;
			}

			#menu .recommended .sep {
				height: 1px;
				margin: 8px 0;
				padding: 0;
				background-color: #d5d5d1;
				overflow: hidden;
			}

				#menu .recommended div img {
					margin-top: 2px;
					margin-right: 8px;
					float: left;
				}

				#menu .recommended div a {
					font-weight: bold;
					font-size: 14px;
					color: #006287;
					text-decoration: none;
				}

				#menu .recommended div a:hover {
					color: #595959;
				}

				#menu .recommended div p.author {
					padding: 2px 0 5px 0;
					color: #269bcf;
				}

					#menu .recommended div p.author a {
						font-size: 12px;
						color: #269bcf;
						font-weight: normal;
					}

				#menu .recommended div p {
					margin: 0;
					padding: 0;
					color: #595959;
				}

		#menu .sponsorship {
			width: 186px;
			height: 220px;
			margin-top: 10px;
			padding: 10px;
			float: left;
			background: url(/share/images/site/sponsors/sponsors-background.gif) 0 0 repeat-x;
			text-align: center;
		}

			#menu .sponsorship h4 {
				padding-bottom: 5px;
				font-size: 23px;
				font-weight: normal;
				text-transform: uppercase;
				border-bottom: 1px solid #81c4de;
				color: #fff;
			}

			#menu .sponsorship p {
				padding: 10px 0 20px 0;
			}

				#menu .sponsorship p a {
					color: #fff;
					text-decoration: none;
				}

				#menu .sponsorship p a:hover {
					color: #81c4de;
				}

	#content {
		width: 693px;
		padding: 10px 10px 10px 11px;
		float: left;
	}

		#content a {
			color: #028abf;
			text-decoration: none;
		}

		#content a:hover {
			text-decoration: underline;
		}

		#content h2 {
			padding: 0 0 3px 20px;
			background: url(/share/images/site/h2-arrow.gif) 0 4px no-repeat;
			border-bottom: 1px solid #acacac;
			font-size: 18px;
			font-weight: normal;
			text-transform: uppercase;
			color: #595959;
		}

		#content h2 .rss {
			padding-left: 30px;
			float: right;
			text-transform: none;
			background: url(/share/images/site/header/rss-icon.gif) 0 0 no-repeat;
			line-height: 23px;
			color: #595959;
		}

		#content fieldset {
			margin-top: 10px;
			border: 1px solid #dadad6;
		}

			#content fieldset .desc p {
				padding-bottom: 10px;
			}

			#content fieldset .bookdesk {
				padding: 12px;
			}

				#content fieldset .bookdesk .left {
					position: relative;
					width: 475px;
					float: left;
				}

					#content fieldset .bookdesk .left h2 {
						width: 465px;
						padding: 0 0 12px 10px;
						float: left;
						background: url(/share/images/site/blue-arrow.gif) 0 4px no-repeat;
						border-bottom: none;
						text-transform: none;
						font-weight: bold;
						font-size: 15px;
						color: #006287;
					}

					#content fieldset .bookdesk .left .book {
						width: 177px;
						width: 147px;
						min-height: 220px;
						padding: 0 20px 0 10px;
						float: left;
					}

					#content fieldset .bookdesk .left p {
						padding-bottom: 11px !important;
					}

						#content fieldset .bookdesk .left p a,
						#content fieldset .bookdesk .left p span {
							text-decoration: none;
							color: #269bcf;
						}

				#content fieldset .bookdesk .right {
					position: relative;
					width: 186px;
					padding: 0 0 0 6px;
					float: left;
				}

					#content fieldset .bookdesk .right div.shadow {
						width: 186px;
						float: left;
						background: url(/share/images/site/silver-round-top-background.gif) 0 0 no-repeat;
						color: #595959;
					}

						#content fieldset .bookdesk .right div.shadow p {
							padding: 10px 10px 5px 10px !important;
							line-height: 15px;
						}

						#content fieldset .bookdesk .right div.shadow img {
							float: left;
						}

					#content fieldset .bookdesk .right a.book-now {
						width: 186px;
						height: 59px;
						margin-top: 12px;
						float: left;
						background: url(/share/images/site/button-book.gif) 0 0 no-repeat;
						text-indent: -9000px;
					}

						#content fieldset .bookdesk .right a.book-now.disabled {
							background: none;
							cursor: default;
						}

					#content fieldset .bookdesk .right a.book-now:hover {
						background-position: 0 -59px;
					}

					#content fieldset .toolbar {
						position: relative;
						width: 329px;
						height: 32px;
						margin-left: 4px;
						margin-bottom: 2px;
						float: left;
						background-color: #f7f7f7;
						font-size: 11px;
					}

					#content fieldset .bookdesk .left .toolbar {
						position: absolute;
						/* bottom: -48px; */
						left: 175px;
						bottom: 0;
						right: 0;
						width: 492px;
						height: 32px;
						margin: 0;
						background-color: #f7f7f7;
						font-size: 11px;
					}

						#content fieldset .bookdesk .left .toolbar span {
							color: #595959;
						}

						#content fieldset .toolbar .rating {
							float: left;
						}

							#content fieldset .toolbar .rating p {
								padding-top: 7px;
								float: left;
							}

							#content fieldset .toolbar .rating .star-rating {
								margin: 10px 3px 0 10px;
								float: left;
							}

			#content fieldset .star-rating,
			#content fieldset .white-star-rating {
				list-style: none;
				margin: 0;
				padding: 0;
				width: 55px;
				height: 11px;
				position: relative;
				overflow: hidden;
				background: url(/share/images/site/stars/stars-on-silver.gif) left bottom repeat-x;
			}

			#content fieldset .white-star-rating {
				background: url(/share/images/site/stars/stars-on-white.gif) left bottom repeat-x;
			}

				#content fieldset .star-rating li,
				#content fieldset .white-star-rating li {
					padding: 0;
					margin: 0;
					width: 11px;
					height: 11px;
					float: left;
				}

				#content fieldset .star-rating li a,
				#content fieldset .white-star-rating li a {
					display: block;
					width: 11px;
					height: 11px;
					line-height: 11px;		
					text-decoration: none;
					text-indent: -9000px;
					z-index: 11;
					position: absolute;
					padding: 0;
					overflow: hidden;
				}

				#content fieldset .star-rating li a:hover,
				#content fieldset .white-star-rating li a:hover {
					background: url(/share/images/site/stars/stars-on-silver.gif) top left;
					z-index: 2;
					left: 0;
					border: none;
				}

				#content fieldset .white-star-rating li a:hover {
					background: url(/share/images/site/stars/stars-on-white.gif) top left;
				}

				#content fieldset .star-rating a.one-star,
				#content fieldset .white-star-rating a.one-star {
					left: 0;
				}

				#content fieldset .star-rating a.one-star:hover,
				#content fieldset .white-star-rating a.one-star:hover {
					width: 11px;
				}

				#content fieldset .star-rating a.two-stars,
				#content fieldset .white-star-rating a.two-stars {
					left: 11px;
				}

				#content fieldset .star-rating a.two-stars:hover,
				#content fieldset .white-star-rating a.two-stars:hover {
					width: 22px;
				}

				#content fieldset .star-rating a.three-stars,
				#content fieldset .white-star-rating a.three-stars {
					left: 22px;
				}

				#content fieldset .star-rating a.three-stars:hover,
				#content fieldset .white-star-rating a.three-stars:hover {
					width: 33px;
				}

				#content fieldset .star-rating a.four-stars,
				#content fieldset .white-star-rating a.four-stars {
					left: 33px;
				}	

				#content fieldset .star-rating a.four-stars:hover,
				#content fieldset .white-star-rating a.four-stars:hover {
					width: 44px;
				}

				#content fieldset .star-rating a.five-stars,
				#content fieldset .white-star-rating a.five-stars {
					left: 44px;
				}

				#content fieldset .star-rating a.five-stars:hover,
				#content fieldset .white-star-rating a.five-stars:hover {
					width: 55px;
				}

				#content fieldset .star-rating li.current-rating,
				#content fieldset .white-star-rating li.current-rating {
					background: url(/share/images/site/stars/stars-on-silver.gif) top left;
					position: absolute;
					top: 0;
					left: 0;
					height: 11px;
					display: block;
					text-indent: -9000px;
					z-index: 3;
				}

				#content fieldset .white-star-rating li.current-rating {
					background: url(/share/images/site/stars/stars-on-white.gif) top left;
				}

				#content fieldset .star-rating li a,
				#content fieldset .white-star-rating li a {
					outline: none !important;
				}

						#content fieldset .toolbar .comments {
							padding: 7px 15px 0 0;
							float: right;
						}

							#content fieldset .toolbar .comments a {
								height: 18px;
								padding-left: 20px;
								float: left;
								background: url(/share/images/site/comments-icon.gif) 0 0 no-repeat;
								line-height: 18px;
								text-decoration: none;
							}

							#content fieldset .toolbar .comments a:hover {
								color: #3c3c3c;
							}

								#content fieldset .toolbar .comments a span {
									color: #3c3c3c;
									cursor: pointer;
								}

			#content fieldset b {
				font-weight: bold;
				color: #028cc1;
			}

			#content fieldset p {
				line-height: 18px;
				color: #595959;
			}

			#content fieldset .player {
				width: 356px;
				padding: 0 10px 0 0;
				float: left;
			}

			#content fieldset a.zoom {
				padding: 0 0 0 12px;
				float: right;
				background: url(/share/images/site/zoom-icon.gif) 0 2px no-repeat;
				text-decoration: none;
				font-size: 11px;
				color: #595959;
			}

			#content fieldset span.sep {
				width: 100%;
				height: 1px;
				margin: 10px 0;
				padding: 0;
				background: #dadad6;
				display: block;
			}

			#content fieldset .other-books {
				padding: 10px 0 0 0;
			}

				#content fieldset .other-books div {
					width: 148px;
					/* height: 121px; */
					padding: 10px;
					float: left;
					text-align: center;
					border-right: 1px solid #dadad6;
				}

				#content fieldset .other-books div.last {
					border: 0;
				}

					#content fieldset span.sep {
						float: left;
					}

					#content fieldset .other-books div a {
						font-weight: bold;
						color: #006287;
						display: block;
					}

					#content fieldset .other-books div a:hover {
						color: #595959;
						text-decoration: none;
					}

			#content fieldset .comment-details {
				width: 70px;
				padding: 0 8px 0 23px;
				float: left;
			}

				#content fieldset .comment-details a,
				#content fieldset .comment-details span {
					color: #25a5d7;
				}

			#content fieldset .comment {
				width: 577px;
				float: left;
				background: url(/share/images/site/comments-top-background.gif) 0 0 no-repeat;
			}

				#content fieldset .comment p {
					padding: 8px 15px 0 25px;
				}

				#content fieldset .comment img {
					float: left;
				}

			#content fieldset input.text {
				width: 460px;
				height: 16px;
				padding: 7px 3px;
				float: left;
				background: url(/share/images/site/input-textarea-background.gif) bottom left no-repeat;
				border: 0;
				border-top: 1px solid #afafaf;
				color: #000;
			}

			#content fieldset input.text-small {
				width: 160px;
				height: 16px;
				padding: 7px 3px;
				float: left;
				background: url(/share/images/site/input-textarea-background.gif) bottom left no-repeat;
				border: 0;
				border-top: 1px solid #afafaf;
				color: #000;
			}

			#content fieldset #comment-form input.text {
				width: 530px;
			}

			#content fieldset #comment-form .submit {
				width: 129px;
				height: 27px;
				margin: 0 30px 10px 0;
				float: right;
				background: url(/share/images/site/button-submit.gif) 0 0 no-repeat;
				cursor: pointer;
			}

			#content fieldset #comment-form .submit:hover {
				background-position:  0 -27px;
			}

			#content fieldset textarea.text {
				width: 460px;
				height: 82px;
				padding: 7px 3px;
				float: left;
				background: url(/share/images/site/input-textarea-background.gif) bottom left no-repeat;
				border: 0;
				border-top: 1px solid #afafaf;
				color: #000;
			}

			#content fieldset #comment-form textarea.text {
				width: 530px;
			}

			#content fieldset input.checkbox {
				margin-top: 1px;
				margin-left: 20px;
				float: left;
			}

			#content fieldset label {
				width: 105px;
				padding-right: 10px;
				float: left;
				text-align: right;
				line-height: 30px;
				color: #595959;
			}

			#content fieldset label.long {
				width: 405px;
				padding-right: 10px;
				float: left;
				text-align: right;
				line-height: 30px;
				color: #595959;
			}

			#content fieldset label.with-checkbox {
				width: 600px;
				margin-left: 10px;
				padding: 0;
				float: left;
				text-align: left;
				line-height: 18px;
			}

			#content fieldset h3 {
				height: 36px;
				padding: 9px 0 0 20px;
				background: url(/share/images/site/h3-background.gif) 0 0 no-repeat;
				font-weight: bold;
				font-size: 16px;
				text-transform: uppercase;
			}

				#content fieldset h3 a {
					margin-right: 15px;
					padding-top: 1px;
					float: right;
					text-transform: none;
					font-weight: normal;
					font-size: 12px;
					color: #fff;
				}

				#content fieldset h3 a:hover {
					text-decoration: none;
					color: #c1ecff;
				}

			#content fieldset h4 {
				height: 19px;
				padding: 8px 0 10px 30px;
				background: #f7f7f7 url(/share/images/site/h3-arrow.gif) 9px 12px no-repeat;
				font-weight: normal;
				font-size: 18px;
				color: #595959;
				text-transform: uppercase;
			}

				#content fieldset h4 a {
					margin-right: 15px;
					padding-top: 3px;
					float: right;
					text-transform: none;
					font-weight: normal;
					font-size: 12px;
					color: #028cc1;
				}

				#content fieldset h4 a:hover {
					text-decoration: none;
					color: #595959;
				}

				#content fieldset h4 small {
					padding-left: 10px;
					text-transform: none;
					font-weight: bold;
					font-size: 12px;
				}

			#content form fieldset .error {
				padding: 5px 0 0 116px;
				clear: both;
				color: red;
			}

			#content #profile-form fieldset h3 {
				padding: 9px 0 15px 20px;
			}

			#content fieldset .formManager .submit {
				width: 226px;
				height: 48px;
				margin: 0 98px 10px 0;
				float: right;
				background: url(/share/images/site/button-submit-big.gif) 0 0 no-repeat;
				cursor: pointer;
			}

			#content #profile-form fieldset .submit {
				width: 226px;
				height: 48px;
				margin: 0 10px 10px 0;
				float: right;
				background: url(/share/images/site/button-submit-big.gif) 0 0 no-repeat;
				cursor: pointer;
			}

			#content #profile-form fieldset .search {
				width: 107px;
				height: 27px;
				margin: 0 10px 10px 0;
				float: right;
				background: url(/share/images/site/button-search.gif) 0 0 no-repeat;
				cursor: pointer;
			}

			#content #profile-form fieldset .register {
				width: 250px;
				height: 48px;
				margin: 0 10px 10px 0;
				float: right;
				background: url(/share/images/site/button-register-big.gif) 0 0 no-repeat;
				cursor: pointer;
			}

			#content #profile-form fieldset .edit {
				width: 204px;
				height: 48px;
				margin: 0 10px 10px 0;
				float: right;
				background: url(/share/images/site/button-edit-big.gif) 0 0 no-repeat;
				cursor: pointer;
			}

			#content #profile-form fieldset .login {
				width: 137px;
				height: 48px;
				margin: 0 10px 10px 0;
				float: right;
				background: url(/share/images/site/button-login-big.gif) 0 0 no-repeat;
				cursor: pointer;
			}

			#content fieldset .formManager .submit:hover,
			#content #profile-form fieldset .submit:hover,
			#content #profile-form fieldset .login:hover,
			#content #profile-form fieldset .edit:hover,
			#content #profile-form fieldset .register:hover {
				background-position:  0 -48px;
			}

			#content #profile-form fieldset .search:hover {
				background-position:  0 -27px;
			}

			#content fieldset .help {
				position: relative;
				width: 26px;
				height: 26px;
				float: left;
			}

			#content fieldset .help a {
				width: 26px;
				height: 26px;
				margin: 2px 0 0 15px;
				float: left;
				background: url(/share/images/site/help.gif) 0 0 no-repeat;
				cursor: pointer;
			}

			#content fieldset .help .tooltip {
				position: absolute;
				bottom: 23px;
				right: -17px;
				z-index: 1;
				width: 110px;
				padding: 5px 5px 15px 5px;
				color: #595959;
				font-size: 11px;
				background: url(/share/images/site/tooltip-background.gif) bottom right no-repeat;
				border-top: 2px solid #fff;
				text-align: center;
				display: none;
			}

				#content fieldset .bookings {
					margin: 12px 12px 0 12px;
					padding-bottom: 12px;
					border-bottom: 1px solid #dadad6;
				}

				#content fieldset .bookings.last {
					border: 0;
				}

				#content fieldset .bookings img.booking-status {
					padding: 10px 0 0 45px;
				}

				#content fieldset .bookings h2 {
					padding: 0 0 12px 10px;
					background: url(/share/images/site/blue-arrow.gif) 0 4px no-repeat;
					border-bottom: none;
					text-transform: none;
					font-weight: bold;
					font-size: 15px;
					color: #006287;
				}

				#content fieldset .bookings .book-face {
					margin: 0 32px 0 13px;
					float: left;
				}

					#content fieldset .bookings .book-face img {
					
					}

					#content fieldset .bookings .details {
						width: 410px;
						margin-top: 5px;
						float: left;
						border-top: 1px solid #e7e7e7;
					}

					#content fieldset .bookings .details .last {
						border: 0;
					}

						#content fieldset .bookings .details p {
							line-height: 25px;
							border-bottom: 1px solid #e7e7e7;
						}

						#content fieldset .bookings .details p.zebra {
							background-color: #f8f8f8;
						}

							#content fieldset .bookings .details strong {
								width: 115px;
								padding-left: 15px;
								float: left;
							}

						#content fieldset .bookings .details p .inactive {
							color: #595959;
							cursor: default;
							text-decoration: none;
						}

			#content fieldset table.tabs {
				width: 100%;
				border: 0;
			}

				#content fieldset table.tabs td {
					background-color: #25a5d7;
					border-left: 2px solid #fff;
					text-align: center;
				}

				#content fieldset table.tabs td.hover {
					background: #007baa url(/share/images/site/tabs-background.gif) 0 0 repeat-x;
				}

				#content fieldset table.tabs td.current {
					background: #007baa url(/share/images/site/tabs-background.gif) 0 0 repeat-x;
				}

				#content fieldset table.tabs td.first {
					border: 0;
				}

					#content fieldset table.tabs td img {
						position: absolute;
						left: 15px;
						bottom: -10px;
					}

					#content fieldset table.tabs td a {
						position: relative;
						padding: 8px 0 6px 0;
						display: block;
						font-size: 16px;
						font-weight: bold;
						text-transform: uppercase;
						text-decoration: none;
						color: #fff;
					}

						#content fieldset table.tabs td a span {
							color: #bfedff;
						}

			#content fieldset table.listing {
				width: 100%;
				border: 0;
			}

				#content fieldset table.listing thead {
				}

					#content fieldset table.listing thead td {
						padding: 7px 0 7px 10px;
						background-color: #25a5d7;
						border-top: 1px solid #d7ebf3;
						border-left: 1px solid #d7ebf3;
						font-weight: bold;
						white-space: no-wrap;
					}

					#content fieldset table.listing thead td.first {
						border-left: 0;
					}

				#content fieldset table.listing tbody {
				
				}
				
					#content fieldset table.listing tbody tr.zebra {
						background-color: #f8f8f8;
					}

					#content fieldset table.listing tbody tr td {
						width: 68px;
						padding: 7px 10px;
						color: #595959;
						vertical-align: top;
						border-bottom: 1px solid #e7e7e7;
						border-left: 1px solid #e7e7e7;
					}

					#content fieldset table.listing tbody tr td.title {
						width: auto;
						border-left: 0;
					}

						#content fieldset table.listing tbody tr td.title a {
							color: #006287;
							text-decoration: none;
						}

						#content fieldset table.listing tbody tr td.title a:hover {
							text-decoration: underline;
						}

					#content fieldset table.listing tbody tr td.author {
						width: 115px;
					}

						#content fieldset table.listing tbody tr td.author a {
							color: #269bcf;
							text-decoration: none;
						}

						#content fieldset table.listing tbody tr td.author a:hover {
							text-decoration: underline;
						}

					#content fieldset table.listing tbody tr td.booking {
						width: 75px;
					}

		#content fieldset .location-map {
			padding: 30px;
			overflow: auto;
		}

			#content fieldset .location-map .location {
				color: #353535;
				line-height: 30px;
			}

			#content fieldset .location-map .map {
				float: right;
			}

				#content fieldset .location-map .map iframe {
					border: 2px solid #c3c4c6;
				}

				#content fieldset .location-map .map small {
					font-size: 12px;
				}

			#content fieldset .location-map .map small a {
				color: #303030 !important;
			}
		
		#content fieldset.half {
			width: 337px;
			float: left;
			margin-left: 0;
		}

		#content fieldset.last {
			margin-left: 15px;
		}

			#content fieldset.half img {
				margin: 8px 9px 8px 9px;
				float: left;
			}

				#content fieldset.half .visible {
					width: 100%;
					height: 152px;
					float: left;
					overflow: hidden;
				}

			#content fieldset.half a.title {
				padding-top: 8px;
				font-weight: bold;
				font-size: 14px;
				color: #006287;
				text-decoration: none;
				display: block;
			}

			#content fieldset.half a.title:hover {
				color: #595959;
			}

			#content fieldset.half p {
				margin: 0;
				padding: 0;
				padding: 0 9px;
				color: #595959;
			}

			#content fieldset.half p.author {
				padding: 2px 0 0 0;
				color: #269bcf;
			}

			#content fieldset.half p.publisher {
				padding: 0 9px 4px 0;
			}

		#content .types {
			width: 100%;

			background-color: #f7f7f7;
			color: #888;
		}

			#content .types ul {
				padding: 9px 15px 9px 11px;
				list-style: none;
			}

				#content .types ul li {
					padding: 0 3px;
					display: inline;
				}

					#content .types ul li a {
						color: #007aa9;
						text-decoration: none;
					}

						#content .types ul li a span {
							cursor: pointer;
							color: #888;
						}

					#content .types ul li a:hover {
						color: #595959;
					}

					#content .types ul li a.current {
						text-decoration: none;
						font-weight: bold;
					}
		
		#content .silver {
			color: #595959;
		}

			#content .silver h3 {
				color: #ffffff;
			}

			#content .silver ol,
			#content .silver ul {
				padding-bottom: 10px;
			}

				#content .silver ul li {
					padding-left: 0px;
					list-style-type: disc;
					margin-left: 20px;
				}

				#content .silver ol li {
					padding-left: 0px;
					list-style-type: decimal;
					margin-left: 20px;
				}

			#content .silver table.listing thead td {
				color: #ffffff;
			}

			#content .silver table.listing thead td:last-child {
				border-right: 1px solid #d7ebf3;
			}

			#content .silver table.listing tbody td:last-child {
				border-right: 1px solid #eeeeee;
			}

			#content .silver .submit {
				width: 129px;
				height: 27px;
				margin: 7px 40px 10px 0;
				float: right;
				background: url(/share/images/site/button-submit.gif) 0 0 no-repeat;
				cursor: pointer;
				text-indent: -9000px;
			}

			#content .silver .submit:hover {
				background-position: 0 -27px;
			}

		#content .paging {
			width: 100%;
			height: 32px;
			background-color: #f7f7f7;
		}

			#content .paging p {
				padding: 9px 0 0 15px;
				float: left;
				color: #3c3c3c;
			}

			#content .paging ul {
				padding: 9px 15px 0 0;
				float: right;
				list-style: none;
			}

				#content .paging ul li {
					padding: 0 5px;
					float: left;
				}

					#content .paging ul li a {
						color: #007aa9;
						text-decoration: none;
					}

					#content .paging ul li a:hover {
						color: #595959;
					}

					#content .paging ul li a.current {
						padding: 0px 4px;
						background-color: #007aa9;
						border: 1px solid #57a6c5;
						text-decoration: none;
						font-weight: bold;
						color: #fff;
					}

#footer {
	width: 935px;
	height: auto;
	padding: 10px 1px 0 1px;
	background: url(/share/images/site/footer/footer-background.gif) 0 0 no-repeat;
	border-top: 10px solid #007aa9;
}

	#footer .lines {
		padding: 10px 0 7px 0;
		background: url(/share/images/site/footer/lines-background.gif) 329px 0 repeat-y;
	}

	#footer .left {
		width: 305px;
		padding: 0 10px 0 14px;
		float: left;
	}

		#footer .left label {
			padding-left: 37px;
			background: url(/share/images/site/footer/newsletter-icon.gif) 0 3px no-repeat;
			font-size: 25px;
		}

		#footer .left p {
			padding: 15px 10px;
		}

		#footer .left input.text {
			width: 230px;
			height: 16px;
			margin-left: 10px;
			padding: 14px 3px 14px 3px;
			float: left;
			background: url(/share/images/site/footer/newsletter-input-text.gif) 0 0 no-repeat;
			color: #595959;
		}

		#footer .left input.submit {
			width: 44px;
			height: 44px;
			float: left;
			background: url(/share/images/site/footer/newsletter-input-submit.gif) 0 0 no-repeat;
			text-indent: -9000px;
			cursor: pointer;
		}

		#footer .left input.submit:hover {
			background-position: 0 -44px;
		}

		#footer .left a {
			width: 271px;
			margin-top: 10px;
			padding: 10px 0 0 34px;
			float: left;
			border-top: 1px solid #333333;
			background: url(/share/images/site/footer/rss-icon.gif) 0 11px no-repeat;
			text-decoration: none;
			font-size: 25px;
			color: #fff;
		}

		#footer .left a:hover {
			color: #42b7eb;
		}

	#footer .center {
		width: 288px;
		padding: 0 10px 0 10px;
		float: left;
	}

		#footer .center label {
			padding-left: 34px;
			background: url(/share/images/site/footer/facebook-icon.gif) 0 1px no-repeat;
			font-size: 25px;
		}

			#footer .center label a {
				color: #fff;
				text-decoration: none;
			}

		#footer .center div {
			padding-right: 30px;
			text-align: right;
			color: #0186b9;
		}

			#footer .center div a {
				text-decoration: none;
				color: #0186b9;
			}

		#footer .center span {
			padding-left: 9px;
			line-height: 25px;
		}

		#footer .center ul {
			list-style: none;
			padding-top: 15px;
			padding-left: 5px;
		}

			#footer .center ul li {
				padding: 0 4px;
				float: left;
			}

	#footer .right {
		width: 285px;
		float: left;
	}

		#footer .right a {
			color: #fff;
			text-decoration: none;
		}

		#footer .right a:hover {
			color: #42b7eb;
		}

		#footer .right a.ime {
			padding-bottom: 10px;
			border-bottom: 1px solid #333333;
			float: right;
		}

		#footer .right a.bma {
			padding-bottom: 10px;
			border-bottom: 1px solid #333333;
			float: right;
		}

		#footer .right p {
			text-align: left;
			line-height: 20px;
			padding-left: 12px;
		}

	#footer .sponsor {
		margin: 0 15px;
		border-top: 1px solid #333333;
	}

		#footer .sponsor p {
			width: 404px;
			height: 42px;
			padding-top: 7px;
			margin: 0 auto;
			overflow: hidden;
			font-size: 11px;
			color: #999999;

		}

		#footer .sponsor p span {
			padding-top: 3px;
			text-align: right;
			float: left;
			line-height: 18px;
		}

		#footer .sponsor a {
			float: right;
			border-left: 1px solid #333333;
		}

	#footer .bottom {
		width: 935px;
		height: 37px;
		margin-top: 10px;
		line-height: 37px;
		background: url(/share/images/site/footer/footer-bottom-background.gif) 0 0 no-repeat;
	}

		#footer .bottom div {
			padding-right: 20px;
			float: right;
			font-size: 11px;
		}

			#footer .bottom div a {
				color: #80bdd5;
				text-decoration: none;
			}

			#footer .bottom div a:hover {
				color: #9fe2ff;
			}

		#footer .bottom ul {
			padding-left: 20px;
			list-style: none;
		}

			#footer .bottom ul li {
				float: left;
			}

			#footer .bottom ul li.sep {
				padding: 0 7px;
			}

				#footer .bottom ul li a {
					color: #fff;
					text-decoration: none;
				}

				#footer .bottom ul li a:hover {
					text-decoration: underline;
				}

.hidden {
	display: none;
}

.padding6 {
	padding: 6px;
}

.padding12 {
	padding: 12px;
}

.clear {
	clear: both;
}

.clear3 {
	width: 100% !important;
	height: 3px !important;
	clear: both;
	overflow: hidden !important;
}

.clear5 {
	width: 100% !important;
	height: 5px !important;
	clear: both;
	overflow: hidden !important;
}

.clear10 {
	width: 100% !important;
	height: 10px !important;
	clear: both;
	overflow: hidden !important;
}

.clear15 {
	width: 100% !important;
	height: 15px !important;
	clear: both;
}

.clear20 {
	width: 100% !important;
	height: 20px !important;
	clear: both;
}

.clear25 {
	width: 100% !important;
	height: 25px !important;
	clear: both;
}
