/* CSS Document */

p.cu_item {padding: 0 5px; border-left: 4px solid #00FF99; margin-bottom: 20px; }

div#detail {
width: 300px;
clear: both;
padding: 10px;
float: right;
background: #FFF; 
border: 1px solid silver; 
border-left-width: 0;
border-bottom-width: 0;
}

div#detail img { padding: 5px; background: #FFF; border: 1px solid silver; }

div#list { 
width: 190px;
margin-left: 10px;
}

div#list p.beach_detail { background: #FFF; border: 1px solid silver; border-right-width: 0; border-left: 4px solid #00FF99; }
div#list p:hover { background: #DDD; }
div#list a { text-decoration: none; }

div#list p { background: #EEE; border: 1px solid silver; padding: 0 2px; font-size: 9px; }
