/* Logo */
div.shop-img img				{ visibility : hidden; width:1px; height:1px; margin: -5px 0 -5px 0;  }
div.shop-img img.defaultlogo	{ visibility : hidden; width:1px; height:1px; margin: -5px 0 -5px 0;  }
div.shop-img			{ width:250px; height:110px; margin:0 auto; background:url(../img/logo.png) no-repeat center top;visibility : visible; }

/* header */
#header				{ color: #fff; background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#000000)); text-align:center; vertical-align:bottom;}

/* page background */
body					{
	color: #cc00cc;
	background-color: #000000;
	background-image: url(../img/bg.png);
	background-repeat: repeat;
	background-position: center;
}
a						{
	color:#666666;
}
a:hover					{
	color:#999999;
}
header p span {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
}
section {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 0 5px #BBBBBB;
    margin: 10px auto 20px;
    padding: 5px 0;
    width: 310px;
}
table td {
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	padding: 10px;
	color: #FFF;
}
.news li a {
    display: block;
    padding: 10px 5px 10px 10px;
    position: relative;
    text-decoration: none;
}
table td span {
    color: #FF3300;
}
#system .item1 {
    color: #FFFFFF;
    font-size: 16px;
}
#system td {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    width: 200px;
}
#system td.note {
    font-size: 13px;
    text-align: left;
    vertical-align: middle;
    width: 300px;
    color: #FFFFFF;
}
#system td.optd {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    width: 140px;
}
#event p {
    color: #FFFFFF;
    font-size: 14px !important;
    margin: 0 auto;
    padding: 0 4px;
}