html
{
	margin:0px;
	padding:0px;
	height:100%;
}
body
{
	margin:0px;
	padding:0px;
	height:100%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
}
img
{
	display:block;
	border:0px;
	outline:0px;
}
.row
{	
	position:relative;
	display:block;
	overflow:hidden;
	width:100%;	
}
.fl
{
	float:left;
}
.fr
{
	float:right;
}
.center
{
	margin-left:auto;
	margin-right:auto;
}
.clear
{
	clear:both;
	line-height:0px;
	height:0px;
	font-size:0px;
}
.mt5
{
	margin-top:5px;
}
.mb10
{
	margin-bottom:10px;
}
.mt10
{
	margin-top:10px;
}
.mt20
{
	margin-top:20px;
}

.site-width
{
	width:900px;
}

.tool
{
	color:#333;
	margin-left:5px;
	margin-right:5px;
	font-size:11px;
}


.videoblock
{
	width:150px;
	margin-bottom:10px;
}
.boxframe1
{
	border:1px solid #666;
	height:94px;
	width:124px;
	overflow:hidden;
	position:relative
}
.boxframe1:hover
{
	border:1px solid #222;
}
.boxframe3:hover
{
	border:1px solid #222;
}
.boxframe2
{
	border:1px solid #fff;
	height:92px;
	width:122px;
	overflow:hidden;
	position:relative

}
.boxframe3
{
	border:1px solid #666;
	height:90px;
	width:120px;
	overflow:hidden;
	position:relative

}
.link
{
	line-height:16px;
	height:32px;
	width:126px;
	margin:0px;
	word-wrap: break-word;
	text-decoration:none;
	overflow:hidden;
	padding:0px;
	display:block;
	color:#555;
}
.label
{
	text-decoration: underline; font-weight: bold;
}
.tags a
{
	color:#0066cc;
	font-size:12px;
	display:block;
	width:115px;
	padding-left:5px;
	height:16px;
	line-height:16px;
	margin-top:3px;
	overflow:hidden;

}
.links a
{
	display:block;
	color:#0066cc;
	margin-top:10px;
	width:300px;
	overflow:hidden;
}

#logo
{
	display:block;
	color:#333;
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
}
#searchBox
{
	width:500px;
}
#searchBtn
{
	display:block;
}

