#search
{
	width: 430px;
	height: 34px;
	margin-top: 3px;
	margin-left: 150px;
	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: 18px;
	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;
}

h1,#rec
{
	line-height: 32px;
	font-weight: normal;
	color: #1e538a;
	float: left;
}
#menu
{
	float: right;
	width: 200px;
	text-align: right;
	line-height: 32px;
	margin-right: 20px;
}
#menu a
{
	color: #03c;
	text-decoration: none;
}
#menu a:hover
{
	color: #f60;
	text-decoration: underline;
}
#result
{
	margin: 0 auto;
}
#result ul
{
	text-align: center;
}
#result li
{
    display: -moz-inline-stack;  /*Firefox only code*/
    display: inline-block;       /*some standard browsers*/
    zoom: 1;                     /*IE only*/
    *display: inline;            /*Only IE know this code (CSS Hack)*/
	width: 140px;
	margin: 10px;
	height: 200px;
	margin-bottom: 0px;
	overflow: hidden;
}
#result li .img
{
	width: 138px;
	height: 138px;
	border: #b0bdcf 1px solid;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
#result li .img img
{
	margin: 5px;
	vertical-align: middle;
}
#result li h3
{
	margin-top: 8px;
	font-weight: normal;
	font-size: 10px;
	text-align:  center;
}
#result li .size, #result li .size2
{
	font-size: 10px;
	top: 0px;
	line-height: 20px;
	color: #777;
	text-align: center;
	background-color: #eff5fc;
}
#result li .size span
{
	color: #225990;

}
#result li .size2 span
{
	color: #f60;

}
#result li .download
{
	font-size: 10px;
	position: absolute;
	bottom: 0px;
	margin-bottom: 0px;
	line-height: 18px;
	display: none;
	left: 0px;
	margin-left: 0px;
	text-align: center;
	background-color: #eff5fc;
	border-top: #b0bdcf 1px solid;
	width: 100%;
}

.tooltip
{
	position: relative;
	border: #b0bdcf 1px solid;
}
.tooltip .bg
{
	position: absolute;
	background-color: #fff;
	filter:alpha(opacity=70); /*IE*/
	-moz-opacity:0.70; /*MOZ , FF*/
	opacity:0.70;/*CSS3, FF1.5*/
	width: 1000px;
	height: 1000px;
}
.tooltip img
{
	position: absolute;
	top: 25px;
	left: 5px;
}
.tooltip h4
{
	text-align: center;
	font-weight: normal;
	line-height: 20px;
	background-color: #e3ecf7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7; 
	opacity:0.7;
	color: #000;
}
.pager
{
	clear: both;
}
.pager div
{

	font-size: 13px;
}
.pager div a
{
	color: #2063a8;
}
.pager div a:hover
{
	color: #f30;
}

.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;
}

#hosting
{
    margin: 0 auto;
    text-align: center;
    color: #333;
}

#hosting a
{
    color: #333;
}

#hosting a:hover
{
    color: #f60;
}

