a
{
	color:#03c;
	text-decoration: none;
}
a:hover
{
	color: #f60;
	text-decoration: underline;
}
#search
{
	width: 460px;
	height: 34px;
	margin-top: 3px;
	margin-left: 200px;
	padding-left:20px;
	float: left;
}

#search_box
{
	float: left;
	width: 347px;
	height: 34px;
}
#filter_size
{
	clear: both;
	font-size: 10px;
	line-height: 30px;
}
 .normal .left
{
	float: left;
	width: 10px;
	height: 34px;
	background-image: url(/images/search_normal_left.gif);
	background-repeat: no-repeat;
}
 .normal .right
{
	float: left;
	width: 10px;
	height: 34px;
	background-image: url(/images/search_normal_right.gif);
	background-repeat: no-repeat;
}
 .normal .center
{
	float: left;
	width: 325px;
	height: 34px;
	background-image: url(/images/search_normal_center.gif);
	background-repeat: repeat-x;
}
.normal .center input
{
	border: #fff 0px solid;
	margin: 7px 0px;
	height: 16px;
	width: 325px;
	font-size: 14px;
	color: #4e8f02;
	font-weight: bold;
}
 .hover .left
{
	float: left;
	width: 10px;
	height: 34px;
	background-image: url(/images/search_hover_left.gif);
	background-repeat: no-repeat;
}
 .hover .right
{
	float: left;
	width: 10px;
	height: 34px;
	background-image: url(/images/search_hover_right.gif);
	background-repeat: no-repeat;
}
 .hover .center
{
	float: left;
	width: 325px;
	height: 34px;
	background-image: url(/images/search_hover_center.gif);
	background-repeat: repeat-x;
}
.hover .center input
{
	border: #fff 0px solid;
	margin-top: 7px;
	height: 18px;
	width: 325px;
	font-size: 14px;
	color: #4e8f02;
	font-weight: bold;
}

#search_button
{
	float: left;
	padding-left: 6px;
	padding-top: 4px;
}

#header
{
	height: 36px;
	background-image: url('/images/header_bg.gif');
	background-repeat: repeat-x;
	padding: 0px 30px;
}
#header div
{
	float: right;
	width: 200px;
	text-align: right;
	line-height: 32px;
	margin-right: 20px;
}
h1
{
	line-height: 32px;
	color: #1e538a;
	float: left;
}
#main
{
	overflow: hidden;
	clear: both;
	min-width: 970px;
}
#main_1
{
	margin: 20px 5px;
	clear: both;
	min-height: 260px;

}
#main_2
{
	margin: 20px auto;
	clear: both;
	width: 800px;
}
#icon_cloud
{
	clear: both;
	margin: 20px auto;
	width: 900px;
	overflow: hidden;
}
#icon_cloud a
{
	float: left;
	display: block;
	margin: 0px 10px;
	line-height: 18px;
}
#icon_cloud a.f10
{
	font-size: 10px;
}
#icon_cloud a.f11
{
	font-size: 11px;
}
#icon_cloud a.f12
{
	font-size: 12px;
}
#icon_cloud a.f13
{
	font-size: 13px;
}
#icon_cloud a.f14
{
	font-size: 14px;
}
#icon_cloud a.f15
{
	font-size: 15px;
}
#icon_cloud a.f16
{
	font-size: 16px;
}
#icon_cloud a.f17
{
	font-size: 17px;
}
#icon_cloud a.f18
{
	font-size: 18px;
}
#icon_cloud a.f19
{
	font-size: 19px;
}
#icon_cloud a.f20
{
	font-size: 20px;
}

#main_2 h2
{
	line-height: 30px;
	color: #555;
}
#main_2 p
{
	color: #777;
	line-height: 20px;
	padding: 0px;
	margin: 3px;
}
#main_2 h3
{
	padding-top: 10px;
	color: #555;
}
#img
{
	float: left;
	margin: 10px 10px;
}
#detail
{
	float: left;
	width: 330px;
	margin-left: 10px;
}
#detail td
{
	color: #666;
	vertical-align: top;
	font-size:11px;
}
#detail td img
{
	float: left;
	margin-right: 7px;
}
#detail td.l
{
	text-align: left;
	width: 70px;
}


#tags
{
	float: left;
	margin-left: 0px;
	margin-top: 10px;
}
#tags div
{
	font-size: 11px;
}
#tags h2
{
	color: #777;
	line-height: 25px;
}
#tags ul 
{
	overflow: hidden;
	margin: 5px;
	width: 300px;
}
#tags ul li
{
	background-image: url(/images/tag.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	border-right: #60b103 1px solid;
	line-height: 15px;
	height: 16px;
	margin-bottom:5px;
	float: left;
	margin-right: 10px;
	padding-left: 18px;
	padding-right: 8px;
	color: #666;
}
#tags ul li a
{
	
}
.jqmWindow {
    display: none;
    position: fixed;
    background-color: #fff;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #036; }

* html .jqmWindow {
     position: absolute;
     /*top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');*/
}

#title
{
	clear:both;
}
#title h4
{
	float: left;
	color: #3269a1;
	overflow: hidden;
	height: 16px;
}
#title a
{
	display: block;
	float: right;
	height: 14px;
	width: 14px;
	background-image: url(/images/close_icon_double.png);
	background-position: top;
}
#title a:hover
{
	background-position: bottom;
}


