body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-size:11px;
	-webkit-text-size-adjust:none;
}
fieldset, img {
	border: 0;
}
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, th, var {
	font-weight: normal;
	font-style: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}

/* Lolly + */
/*
html {
	overflow-y: auto !important;
	*overflow-y: scroll;
}
*/

body {
	margin: auto;
	color: #333;
	text-align: center;
}

a,
a:link,
a:visited {
	text-decoration: underline;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover,
a:active {
	color: #FF3300;
	text-decoration: underline;
}
/* 个别优化 + */
textarea {
	padding: 2px;
}
select,
input {
	font-size: 12px;
	vertical-align: middle;
}
/* 个别优化 - */

/* 共用功能 + */
/*.ad1 {float: left;width: 600px;	padding: 6px 0 0 0;}*/
.clear {
	clear: both;
}
.overflow {
	overflow: hidden;
}
.hr {
	clear: both;
	overflow: hidden;
	width: 99%;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #EEE;
}
.mc_content p {
	font-size: 12px;
}
.focus{float:right;width:100px;margin:0 auto;padding-right:20px;}
.fb, .tt,.yt{display:block;width:99px;height:20px;background:url(http://img.7m.com.cn/7msports/f_icon.png) no-repeat;margin:0 auto 3px;}
.fb{background-position:0 0;}
.tt{background-position:0 -23px;}
.yt{background-position:0 -46px;}
.bfocus{width:100%;margin:0 auto;padding-bottom:10px;}
.bfb, .btt,.byt{display:inline-block;width:99px;height:23px;background:url(http://img.7m.com.cn/7msports/bf_icon.gif) no-repeat;}
.bfb{background-position:0 0;}
.btt{background-position:-109px 0;}
.byt{background-position:-218px 0;}
/* 共用功能 - */

/* Lolly - */