/*
 *	code
 */

code {
	font-size: 11px;
}

/*
 *  error
 */
 
.error .inner {
	margin: 10px 0;
	padding: 10px 5px;
	color: #f00;
    border: 1px dotted #f00;
}

/*
 *  browse location
 */
 
#browse {
    font-weight: bold;
    margin-left: 10px;
}

#elem_location_browse {
    margin-top: 10px;
    background: #fff;
    border: 1px dotted #abc;
}

#elem_location_browse .col3 {
	float: left;
	width: 33%;
}

#elem_location_browse p.letter-link {
	letter-spacing: 2px;
}

#elem_location_browse .letter-link a {
    text-decoration: underline;
}

#elem_location_browse .txt-large {
	font-size: 1.2em;
}

#elem_location_browse .inner {
    padding: 10px 20px;
}

#elem_location_browse .world {
    margin-bottom: -5px;
}

#elem_location_browse .path {
    float: left;
    margin-bottom: 7px;
    height: 20px;
}

#elem_location_browse .close {
    float: right;   
}

#elem_location_browse dl dd {
    background: url(/img/arrow1.gif) no-repeat left 5px;
    padding-left: 8px;
    padding-right: 10px;
}
