@charset "UTF-8";
@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

.imgBg {
	background: url(images/mainImg.jpg) no-repeat center 129px;
}
.mainImg {
	width: 960px;
	height: 154px;
}
.blogEntryBody {
	padding: 15px 22px;
	width: 720px;
	overflow: hidden;
}
.photo{
    zoom:1;/*for IE 5.5-7*/
		margin: 0 0 1em 0;
		float: none;
}
img.photo {
	display: inline;
	padding-right: 500px;
}

ul.bannerLinks li.player a {
	background: url(images/playerBg.gif) no-repeat 0 0;
}
ul.bannerLinks li.outline a {
	background: url(images/outlineBg.gif) no-repeat 0 0;
}
ul.bannerLinks li.spport a {
	background: url(images/spportBg.gif) no-repeat 0 0;
}
ul.bannerLinks li.sponsor a {
	background: url(images/sponsorBg.gif) no-repeat 0 0;
}
ul.bannerLinks li.shop a {
	background: url(images/shopBg.gif) no-repeat 0 0;
}
ul.bannerLinks li a:link,ul.bannerLinks li a:visited {
	color: #333333;
	text-decoration: none;
}
ul.bannerLinks li a:hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -85px;
}
ul.bannerLinks li a:active {
	color: #333333;
	text-decoration: none;
}
ul.playerList li {
	float: left;
	margin-bottom: 10px;
}
ul.playerList{
    zoom:1;/*for IE 5.5-7*/
}
ul.playerList:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html ul.playerList {
	display:inline-table;
	/*\*/display:block;/**/
}

table.outline {
	width: 100%;
}
table.outline td,table.outline th {
	padding: 5px 10px;
	vertical-align: top;
}
table.outline th {
	border-bottom: #999 2px solid;
	width: 120px;
}
table.outline td {
	border-bottom: #ddd 1px solid;
}
.section img {
	margin-bottom: 5px;
}
.teamBox {
	background: url(images/teamBoxbg.gif) repeat 0 0;
	padding: 25px 30px;
	border: #00693e 5px solid;
	margin-bottom: 1.5em;
}
