/* CSS Document */

/* begin global search box */
legend{ display:none; }
label{cursor:pointer;cursor:hand;}
fieldset {border-width:0}
cite{font-style:normal; 
     font-size: 185%;}
em{font-style:normal;}
cite span{font-weight:bold;}
 
#dtk-search{
	*text-align:left;
   float: right;
	 margin: -22px 0 0 0;
	 *margin: 7px;
   height:4em;
   width:500px;
}

#dtk-searchform{
   overflow:hidden;
}

#dtk-searchtabs{ 
 left:50px;
	margin:0 0 0 6px;
	position:relative;
	text-align:left;
	z-index:99;
}

#dtk-searchtabs li{
  padding-top: 1px;
	display:block;
	float:left;
}

#dtk-searchtabs li a{
   font:bold 92% arial;
   color:#efbc21; text-decoration:none;
   display:block;
   padding:4px 7px 0;
}

#dtk-searchtabs li.on{
  background:#FFF url(http://us.i1.yimg.com/us.yimg.com/i/us/sp/ed/hdr_srch_tab_bk_01.gif) repeat-x bottom left;
  border: 1px solid #97a2a8; padding-top:0;
	color:#000;
}

#dtk-searchtabs li span{  
	display:none;
}

#dtk-searchtabs li.on a{
   background:url(http://us.i1.yimg.com/us.yimg.com/i/us/sp/ed/hdr_srch_tab_arrow_01.gif) no-repeat center bottom;
   position:relative;
   z-index:99; color:#000;
   text-decoration:none; 
   padding-bottom:10px;
   bottom:-6px; margin-top:-6px;
}

#dtk-searchtabs li a:hover{
	text-decoration:underline;
}

#dtk-searchtabs li.on a:hover{
	text-decoration:none;color:#000;
}

#dtk-sbox{
  clear:both;
}

#dtk-sbox label{
   float:left;
   padding-left: 10px;
}
#dtk-searchlabel{
   position:relative;
   margin:2px 8px 0 20px;
   font:bold 122% arial;
   color:#333;
}
#dtk-searchbox{
   float:left;
   display:block; 
   border:3px solid #9ca6b2;
   margin-right:4px;
   text-align: left;
}
#dtk-searchbox #p {
   width:355px;
   margin:1px;
   background:#ddd;
   padding-bottom:1px;
   *padding-bottom:0;
   *margin-bottom:0px;
   *margin-right:-3px;

}
#dtk-searchsubmit {
	 margin-top:2px;	
   *margin-top:0px;
}
/* end global search box */