/* search body
----------------------------------------------- */
body {
	margin: 10px 15px 7px 15px;
	padding: 0;
	background: #FFF;
}

/* Page container
----------------------------------------------- */
#sh_body_container {
	width: 100%;
	background:#FFF;
	padding: 0;
	margin:0;
}
/* grey border
----------------------------------------------- */
#sh_body_border {
	border: 5px solid #CCC;
	padding: 5px;
	margin: 0px;
}  
/* search header
----------------------------------------------- */
#sh_header {
	height: 4.68em;
	background:#FF4A08;
	margin-bottom: 5px;
}    

/* search content
----------------------------------------------- */
#sh_content {
	margin:0px;
	padding:0px;
	background:#FFF;	
}

/* search results
----------------------------------------------- */
#sh_result {
	background:#FFF;
	position:relative;
	width:inherit;
}
/* left content
----------------------------------------------- */
#sh_sc {
	margin-right:200px;
	background:#FFF;
	min-height: 500px;
	overflow:hidden;
	height:expression(
    		this.scrollHeight < 500? "500px" : "auto" );
}
#sh_topbar {
	background:#FFF;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin-bottom: 5px;
	background-image: url(img/topbar_bg.gif);
	background-repeat: repeat-x;
}
#sh_pageno {
	background:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin-top: 15px;
}
.sh_pagenor {
	float: right;
	margin-right: 15px;
	position:relative;
}
.sh_pagenol {
	float: left;
	position:relative;
}
/* IE hack, only IE read the following */
}
.sh_pagenol {
	margin-left: 6px;
}
/* IE hack end */
.sh_pagenoc {
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	clear:both;
}
#sh_detail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 0 0 10px 5px;
	margin-right: 5px;
}
#sh_detail dt, #sh_detail dt a, #sh_detail dt a:visited {
	font-family: Georgia, Serif;
	font-size: 24px;
	color: #0000CC;
	letter-spacing: 0.05em;
}
#sh_detail dd, #sh_detail dl {
	margin:0;
}
#sh_detail dl{
	margin-top:15px;
}
#sh_detail dd.dd-sname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:1px 0 0px 20px;
}
#sh_detail dd.dd-occ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 3px;
	margin-left:20px;
	font-weight:normal;
	letter-spacing: 0.1em;
}
#sh_detail dd.dd-scomment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	margin: 3px 0 0 20px;
}
#sh_detail dd.dd-scomment a, #sh_detail dd.dd-scomment a:visited {
	color: #FF0000;
}
#sh_detail dd.dd-sabout {
	margin-top:10px;
	max-width: 525px;
	width:expression(document.body.clientWidth > 525? "525px": "auto" );
}
#sh_detail dd.dd-sabout a, #sh_detail dd.dd-sabout a:visited {
	color: #0000FF;
}
#sh_detail dd.dd-slink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008000;
	margin: 6px 0 6px 0;
}
#sh_detail dd.dd-ssub{
	margin-top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;	
}
#sh_detail dd.dd-ssub a, #sh_detail dd.dd-ssub a:visited {
	color: #00F;	
}
#sh_detail div.sh_detr {
	float:right;
	display:block;
	margin:8px 9px 0 0;
	position:relative;
}
#sh_detail div.sh_detr ul {
	list-style:none;
}
#sh_detail div.sh_detr li {
	display:inline;
	margin-right: 0px;
	vertical-align: top;
}
/* right content
----------------------------------------------- */
#sh_fc {
	position:absolute;
	width:200px;   	
	margin-bottom: 5px;
        top:0;
	right:0;
}

/* IE hack, only IE read the following */
}
#sh_fc {
	margin-right: 9px;
}
/* IE hack end */

#sh_fc_pad {
	padding: 0 5px 8px;   
}
#sh_fc h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	font-weight:normal;
	color: #666;
	margin: 0;
	padding-bottom: 2px;
	background: #FFF;
	border-bottom: 1px solid #BBB;
}
#sh_fc ul {
	list-style:none;
	margin:10px 0 20px 0;
	padding:0;
}
#sh_fc li.sh_fct {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin:0px 0 2px;
}
#sh_fc li.sh_fct a, #sh_fc li.sh_fct a:visited {
	color: #00C;
}
#sh_fc li.sh_fcn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height:1.2em;
	margin-bottom:5px;
}
#sh_fc li.sh_fcc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:1.4em;
}
#sh_fc li.sh_fcm a, #sh_fc li.sh_fcm a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #FF0000;
}
/* search header
----------------------------------------------- */
.sh_search {
	clear:right;
	padding: 0;
	margin: 0;
}
.sh_search ul {
	padding:13px 31px 0;
	list-style:none;
	font: 12px Arial;
	color: #FFFFFF;
	margin: 0;
}
.sh_search li {
	display:inline;
	margin-right: 11px;
}
.sh_search a:link, .sh_search a:visited{
	color: #FFFFFF;
}
.sh_search a:hover{
	text-decoration: underline;
	cursor:pointer;
}
.sh_search li.active {
	color: #FF4A08;
	background: #fff;
	padding: 0px 4px;
	text-decoration: none;
	cursor:default;
}
.sh_search form {
	padding: 0px;
	margin: 12px 0 0 0;
}
.sh_search input.ms {
	width: 26em;
	margin-left: 0px;
	margin-right: 8px;
	border:	1px solid #923800;
}
.sh_search input.sb {
	height: 1.75em;
	font: 12px Verdana;	
}

/* Show only to IE PC \*/
 .sh_search input.ms {width: 24em;} /* For IE 5 PC */

/* search logo
----------------------------------------------- */
#sh_logo {
	float:left;
	display:block;
	padding: 0;
	margin: 6px 5px 0 5px;
}
/* search footer
----------------------------------------------- */
#sh_footer {
	background:#DDD;
	margin-top: 3px;
	padding: 15px;
	font: 12px Arial;
	color: #333;
	text-align: center;
}
/* HollyHack explained here: http://www.positioniseverything.net/explorer/escape-floats.html
----------------------------------------------- */

/* hide from IE-mac \*/
* html .hollyhack {height: 1%;}
/* end hide */