/* page css */

#header {
    
}


#search-nav {
    min-width: 400px;
    position: absolute;
    right: 30px;
    top: 40px;
    width: auto;
}

#search-nav a {
	float:right;
	padding:10px;
	text-decoration:none;
	color:#333;
	margin-right: 10px;
}

#search-nav a.current {
	background:#FFF;
	border:1px solid #CCC;
	border-bottom:0px;
}

#page-level-2 {
	margin-top:-45px;
	padding-top:45px 0px 1px 0px;
	background:#f3f3f3;
	position:relative;
        border-top: 1px dotted #CCCCCC;
}

#search-name {
    font-size: 20px;
	position:absolute;
	top:45px;
	left:30px;
}

#search-detail-container {
	margin:75px 20px 20px 20px;
	border:1px solid #CCC;
	padding:15px 15px 30px 15px;
	background:#FFF;
}

#page-level-3 { }


