/* 
    Document   : specail.css
    Created on : 2009-6-11, 10:41:28
    Author     : hotlynn
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#menu{
	text-align:left;
	height:30px;
	vertical-align:middle;
	background-color:#EAEAEA;
}
#menu img, #menu a{
	vertical-align:middle;
	font-weight:bold;
	margin:2px;
	border:none;
}

dt{
	font-size:14px;
	font-weight:bolder;
	background-color:silver;
	text-align:left;
	height:22px;
}

#spec_logo{
	float:left;
	clear:both;
	margin-bottom:10px;
}

#spec_search{
	width:950px;
	padding-top:4px;
	background-image:url(/img/navBg_blue.gif);
	background-repeat:no-repeat;
	float:left;
	clear:both;
	text-align:left;
	margin-bottom:6px;
}
#spec_search a{
	margin-left:2px;
	color:white;
	font-weight:bold;
}

#content_box{
	width:750px;
	height:auto;
	overflow:hidden;
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	text-align:left;
	float:left;
}

#magic_note{
	width:308px!important;
	width:310px;
	margin-bottom:10px;
	border:1px solid #E2E2E2;
	float:left;
	clear:left;
}

#img_note{
	width:308px;
	text-align:center;
	border:1px solid #E2E2E2;
	float:left;
}

#img_note dd{
	width:140px;
	height:140px;
	margin:5px;
	float:left;
}

#img_note img{
	width:120px;
	height:90px;
	border:none;
}


#info_note{
	width:408px;
	height:auto;
	text-align:left;
	padding:0px 5px;
	margin-right:10px;
	float:right;
}


#info_note .title{
	height:22px;
	margin-top:4px;
	font-size:14px;
	font-weight:bold;
}

#right_box{
		width:200px;
		height:500px;
		text-align:left;
		background-color:#F2F2F2;
		border:1px solid #E2E2E2;
		float:left
}

