/*	Parking HK 2011	*/
#header {
	position: relative;
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 130px;
	color: #FFF;
	font-size: 15px;
}
#header #logo {
	position: absolute;
	top: 20px;
	left: 30px;
	text-indent: -9999px;
	display: block;
	background-image: url(../images/logo.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 626px;
	height: 88px;
}
#header #supplier {
	position: absolute;
	bottom: 30px;
	right: 30px;
}
#header #slogan {
	position: absolute;
	top: 82px;
	left: 462px;
}
#header #lang {
	position: absolute;
	top: 20px;
	right: 30px;
}
#header a {
	color: #FFF;
	text-decoration: none;
}
#victoria-harbour {
	height: 100px;
	background-image: url(../images/victoria-harbour.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
/* header end */

/* quick-search */
#search-button {
	width: 205px;
	line-height: 88px;
	height: 88px;
	font-size: 0;
	color: #FFF;
	cursor: pointer;
	border: none;
	background-color: #FFF;
}
.search-button {
	background-image: url(../images/icon/search-button.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.search-button_c {
	background-image: url(../images/icon/search-button_c.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#search-icon {
	background-image: url(../images/icon/search.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -999px;
	width: 30px;
	height: 83px;
	float: left;
}
#quick-search input {
	width: 190px;
	font-size: 15px;
}
#quick-search select {
	width: 160px;
	font-size: 15px;
}

/* content menu start */
.action-menu {
	
}
.action-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.action-menu ul li {
	display: inline;
	font-weight: bold;
}
.action-menu ul li a {
	background-repeat: no-repeat;
	padding: 3px 28px;
}
/* content menu end */

/* content start */
#show {
	margin: 0;
}
#show .show_menu {
	float: left;
	width: 201px;
	top: 0;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
#show .show_menu li {
	padding: 10px;
	border: 1px solid #EEE;
	border-left-color: #9B4222;
	border-left-width: 5px;
	margin-bottom: 8px;
}
#show .show_menu li.other {
	margin-top: 2em;
}
#show #essay {
	margin-left: 200px;
	border: 1px solid #DDD;
	padding: 0 10px;
}
#show #essay blockquote {
	padding: 10px;
	background-color: #EAEAEA;
}
#show #essay blockquote cite {
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin: 5px 0;
}
#show p {
	margin: 1em 0;
}
#show #essay .hidden {
	display: none !important;
}
/* content end */

/* footer start */
#footer {
	clear: both;
	margin-top: 1em;
	background: #37A697 url("../images/footer.png");
	padding: 0.5em 2.5%;
	color: #EEEEEE;
	font-size: 85%;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul li {

	float: left;	
	list-style: none;
	margin-right: 1em
}

#footer ul li#partnerships {
	float: right;	
}

#footer ul a {
	color: white;
}

#footer ul a:hover {
	color: yellow;	
}

#footer p {
	padding-top: 0.5em;
	margin: 0;
	clear: left;
}
/* footer end */

#search {
	background: #25502C;
	padding: 5px 2.5%;
	margin: 0;
}

#search input, #search select, #search button {
	margin-right: 10px;
	font-size: 95%;
}

#search select {
	width: auto;
}

#search a {
	color: white;
	text-decoration: none;
}

#search a:hover {
	color: yellow;	
}

#main {
	margin: 15px 0;
	padding: 0 1%;
}

.advertisement {
	text-align: center;
	margin: 1em 0;
	clear: both;
}

/* Sortable tables */
table.tablesorter {
	margin:10px 0pt 15px;
	font-size: 15px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #9B4222;
	border: 1px solid #FFF;
	font-size: 16px;
	padding: 5px;
}
table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	padding: 5px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#FFFFFF;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #993300;
}

