#body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	width: 100%;
	min-width: 1000px;
}

#body a {
	color: #0073b5;
}

#body .red {
	color: #cc0000;
}

#body .grey {
	color: #999999;
}

#body a:hover {
	color: #333333;
	text-decoration: none;
}

#body .vote {
	margin: 25px auto;
}

#body .vote span {
	line-height: 50px;
	margin: 0 0 0 20px;
	font-size: 48px;
}

#body .vote span.voted {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	padding: 0 5px;
	margin: 0;
	background: transparent url('/img/star.gif') no-repeat center -50px;
}

#body .vote span.notvoted {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	padding: 0 5px;
	margin: 0;
	background: transparent url('/img/star.gif') no-repeat center 0;
}

#body .vote a {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	padding: 0 5px;
	margin: 0;
	background: transparent url('/img/star.gif') no-repeat center 0;
	text-decoration: none;
}

#body .vote a.hover {
	background: transparent url('/img/star.gif') no-repeat center -50px;
}

#body .loading {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 500;
	background: #000000;
}

#body .loadingImage {
	display: none;
	position: absolute;
	top: 50px;
	width: 100%;
	height: 300px;
	z-index: 1000;
	background: transparent url('/img/loading.gif') no-repeat center center;
}

#body .spliter {
	width: 20px;
}

#body .inner {
	text-align: left;
	width: 950px;
	min-width: 950px;
	margin: 0 auto;
}

* html #body .inner {
	margin: 0 50px;
}

#body #wrapper {
	width: 100%;
	text-align: center;
}

#body #header {
	background: #333333;
	height: 52px;
	width: 100%;
}

#body #header .inner .left, #body #footer .inner .left {
	float: left;
}

#body #header .inner .left img {
	float: left;
}

#body #header ul, #body #footer ul {
	float: right;
	width: auto;
	line-height: 50px;
	padding-right: 20px;
}

#body #footer ul {
	padding-right: 0;
}

#body #header ul li, #body #footer ul li {
	float: left;
}

#body #header ul li, #body #header ul li a {
	color: #ffffff;
	font-size: 18px;
}

#body #header ul li a {
	margin-left: 15px;
	display: block;
}

#body #header ul li.hotels a {
	color: #eafddf;
}

#body #header ul li.restaurants a {
	color: #fdf2df;
}

#body #header ul li ul {
	display: none;
	float: none;
}

#body #header ul li.hover a, #body #header ul li.hover ul li a:hover {
	text-decoration: none;
}

#body #header ul li.hover ul {
	display: block;
	position: absolute;
	background: #333333;
	line-height: 30px;
	padding: 0 0 10px;
}

#body #header ul li.hover ul li a {
	text-decoration: underline;
}

#body #header ul li.hover ul li {
	float: none;
	padding: 0;
	margin: 0 15px 0 5px;
	border: 1px solid #333333;
}

#body #header ul li.hover ul li a {
	margin-left: 10px;
}

#body #content {
	width: 100%;
	background: #eafddf url('/img/gline.gif') repeat-x top left;
	line-height: 20px;
}

#body #content .tags {
	margin-top: 24px;
	background: url(/img/tag_orange.png) 0 2px no-repeat;
	text-indent: 24px;
}

#body #content a.tag_1 {
	 font-size: 12px;
}

#body #content a.tag_2 {
	 font-size: 15px;
}

#body #content a.tag_3 {
	 font-size: 18px;
}

#body #content a.tag_4 {
	 font-size: 21px;
}

#body #content a.tag_5 {
	 font-size: 24px;
}

#body #content .inner {
	padding-bottom: 20px;
}

#body #content h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
}
#body #content h1 a{
	color: #333333;
	text-decoration: underline;
	cursor: pointer;
}
#body #content h1 a:hover{
	color: #333333;
	text-decoration: none;
}

#body #content h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
}

#body #content .contentList {
	margin: 10px 25px 15px;
}

#body #content .contentList li {
	padding: 5px 0 0;
	list-style-type: square;
}

#body #content ul.list li, #body #content ul.list li h2 {
	margin-bottom: 10px;
}

#body #content ul.list li img {
	float: left;
	border: 3px double #999999;
	background: #ffffff;
	margin: 0 10px 0 0;
}

#body #content .most ul.list li img {
	float: right;
	margin: 0 0 0 10px;
}

#body #content ul.list li p {
	margin: 10px 0;
}

#body #content ul.list li .info {
	float: left;
	width: 68%;
}

#body #content ul.list li .info p {
	margin: 5px 0;
}

#body #content ul.list li.clear {
	margin: 0;
	padding: 0;
}

#body #content #hotels {
	clear: both;
}

#body #content .innerYellow {
	background: #fdf2df url('/img/yline.gif') repeat-x top left;
}

#body #content #restaurants {
	background: #fdf2df url('/img/yline.gif') repeat-x top left;
	clear: both;
}

#body #content .innerWhite {
	background: #ffffff url('/img/wline.gif') repeat-x top left;
}

#body #content #beauty {
	background: #ffffff;
	clear: both;
}

#body #content .last {
	float: left;
	width: 46%;
	padding-bottom: 25px;
}

#body #content .most {
	float: right;
	width: 46%;
	padding-bottom: 25px;
}

#body #content .description p {
	margin-bottom: 10px;
}

#body #content .most .mostLinks {
	float: right;
	margin: 52px 0 20px;
}

#body #content .most .mostLinks a, #body #content .most .mostLinks span {
	margin-left: 5px;
}

#body #content .most .mostLinks a {
	text-decoration: none;
	border-bottom: 1px dotted #0073b5;
}

#body #content .most .mostLinks a:hover {
	border-bottom: 0px;
}

#body #content h1 {
	padding: 50px 0 20px;
}

#body #content table {
	width: 100%;
}

#body #content table td {
	vertical-align: middle;
}

#body #content form {
	margin-top: 20px;
}

#body #content form.search table {
	margin-top: -20px;
}

#body #content form table td {
	vertical-align: top;
}

#body #content form p {
	font-weight: bold;
	color: #555555;
	font-size: 13px;
	margin-bottom: 15px;
}

#body #content form .error {
	color: #cc0000;
	margin: -10px 0 15px;
	font-size: 11px;
	display: inline;
}

#body #content form h2 {
	margin: 20px 0 0;
	color: #00cc00
}

#body #content p select, #body #content p input, #body #content p textarea {
	font-family: Tahoma, Verdana, serif;
	font-weight: normal;
	display: block;
	width: 95%;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 7px 5px;
	margin-top: 5px;
	background: #fafafa;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}

#body #content p select.autoselect {
	display: inline;
	width: auto;
	margin: 5px 4px 0;
}

#body #content p input.disabled {
	background: #cccccc;
}

#body #content p input.hidden {
	display: none;
}

#body #content p select {
	width: 97%;
}

#body #content p label {
	margin-left: 20px;
	font-weight: normal;
}

#body #content p .comment {
	font-size: 11px;
	color: #777777;
	font-weight: normal;
}

#body #content p input.radio {
	display: inline;
	width: auto;
	margin: 0;
	vertical-align: middle;
	border: 0px;
	background: transparent;
}

#body #content p input.submit {
	border: 3px double #999999;
	width: auto;
	overflow: hidden;
	padding: 5px 10px;
	margin: 10px 0;
	font-weight: bold;
	background: #f5f5f5;
	cursor: pointer;
	font-size: 12px;
}

* html #body #content p input.submit {
	padding: 5px 0;
}

#body #content .pagination li {
	float: left;
	margin: 5px 15px 5px 0;
}

#body #content .pagination li a, #body #content .pagination li b {
	font-size: 14px;
}

#body #content .listTable {
	border: 4px double #fdf2df;
	padding: 5px;
	width: 100%;
}

#body #content .listTable td {
	padding: 5px 10px;
	border: 1px solid #ffffff;
	white-space: nowrap;
}

#body #content .listTable .checked {
	background: #f0f0f0;
}

#body #content .listTable .listTableHeader {
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	background: #fdf2df;
}

#body #content .listTable .title {
	width: 100%;
}

#body #content .listTable .section {
	width: 100px;
}

#body #content .listTable .date {
	width: 130px;
}

#body #content .listTable .delete {
	width: 80px;
}

#body #content .modal {
	display: none;
	position: absolute;
	top: 70px;
	left: 50%;
	width: 460px;
	margin: 0 auto 0 -250px;
	border: 3px double #cccccc;
	background: #ffffff;
	padding: 10px;
	z-index: 1000;
	text-align: left;
}

* html #body #content .modal {
	width: 440px;
}

#body #content .modal form, #body #content .modal form p {
	padding: 0;
	margin: 0;
	width: auto;
}

#body #content .modal form h1 {
	padding: 0 0 10px;
}

#body #content .modal p .comment {
	margin: 0;
	padding: 0;
	clear: both;
}

#body #content .modal form p input {
	float: left;
	width: 350px;
	margin: 0 10px 0 0;
}

#body #content .modal form p input.submit {
	width: auto;
	float: right;
	margin: 0 0 0 0px;
}

#body #footer {
	border-top: 2px solid #999999;
	height: 100px;
	width: 100%;
}

#body #footer .inner {
	line-height: 75px;
	color: #999999;
	font-size: 18px;
}

#body #footer .inner a.grey:hover {
	color: #333333;
}

#body #footer .inner ul li a {
	margin-left: 20px;
	line-height: 75px;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.center img {
	margin-top: 22px;
}

* html .center img {
	margin-top: -64px;
}
