@charset "UTF-8";
/* CSS Document */

* {
	font-family:Arial;
	font-size:11px;
}

a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	/*border-bottom:1px dotted #000000;*/
}

a img {
	border:none;
}

ul {
	list-style:none;
}

li {
	margin:4px 0 4px 0;
}

a:hover {
	color:#0066FF;
	border-bottom:1px dotted #0066FF;
}

body {
	
}

td.name, td.name a {
	font-size:14px;
	border-width:0px;
	font-weight:bold;
}

td.name span {
	float:right;
	display:inline;
	font-weight:normal;
}

.SlidingPanels {
   position: relative;
	width:600px;
	height:1200px;
}
.SlidingPanelsContentGroup {
   position: relative;
	width: 1200px;
	height:1200px;
}
.SlidingPanelsContent {
	float: left;
	width: 600px;
	height: 1200px;
   overflow: hidden;
}

#flvplayer {
	width:100%;
	text-align:center;
	padding:20px 0;
}

image {
	border:0px;
}

#contactusform tr td {
	background-color:#F5F5F5;
}

#contactusform tr td div div input[type="text"] {
	width:60%;
}

#contactusform tr td input[type="text"] {
	width:60%;
}

#contactusform tr td textarea {
	width:90%;
}

.searchform {
	margin:0;
	background-image:url(cabarete-sosua-tourist-guide-images/searchbg.jpg);
	background-repeat:no-repeat;
	padding:21px 0 1px 0;
}

.searchform table tr td {
	padding-left:5px;
	padding-right:5px;
	color:#FFFFFF;
}

.searchform table tr.searchbtn td {
	padding-top:8px;
}

.searchform table tr td select {
	width:100%;
}

td.banner {
	padding-bottom:10px;
}

td.page {
	border-left:1px solid #636363;
	padding-left:5px;
}

table.listblock {
	border-bottom:1px dotted #636363;
}



#dropmenudiv{
position:absolute;
background-color: #336799;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
font-color:"#DCE7F1";
line-height:30px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
font-color:"#DCE7F1";
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #305C84;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFD540;
}