body {
	margin-left: 0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-width:0px;
	margin-height:0px;
	font-family:verdana;
	font-size:13px;
}

#webLogo {
	background-image: url('images/logo_shop-tkgame1.jpg');
	background-repeat: no-repeat;
	width:271px;
	height:97px;
}

#bgHotline {
	background-image: url('images/bghotline.jpg');
	background-repeat: no-repeat;
}

#hotline {
	background-image: url('images/hotline.jpg');
	background-repeat: no-repeat;
	width:561px;
	height:32px;
}

#banner1 {
	background-image: url('images/toplogin.jpg');
	background-repeat: no-repeat;
	width:272px;
	height:146px;
}

#banner2 {
	background-image: url('images/picbanner.jpg');
	background-repeat: no-repeat;
	width:778px;
	height:292px;
}

#login-corner-left {
	background-image: url('images/l-form.jpg');
	background-repeat: no-repeat;
	width:26px;
	height:146px;
}

#login-corner-right {
	background-image: url('images/r-form.jpg');
	background-repeat: no-repeat;
	width:49px;
	height:146px;
}

#label-username {
	background-image: url('images/user.jpg');
	background-repeat: no-repeat;
	width:197px;
	height:24px;
}

#label-pwd {
	background-image: url('images/password.jpg');
	background-repeat: no-repeat;
	width:197px;
	height:21px;
}

#label-serv-fix {
	background-image: url('images/titled_server_fix.jpg');
	background-repeat: no-repeat;
	width:121px;
	height:21px;
}

.loginBtn {
	background-image: url('images/button_login.jpg');
	background-repeat: no-repeat;
}

#left-bg-menu {
	background-image: url('images/l-bgmenu2.jpg');
	background-repeat: no-repeat;
}

#left-menu {
	background-image: url('images/l-menu2.jpg');
	background-repeat: no-repeat;
	width:26px;
	height:353px;
}

#right-bg-menu {
	background-image: url('images/r-bgmenu2.jpg');
	background-repeat: no-repeat;
}

#right-menu {
	background-image: url('images/r-menu2.jpg');
	background-repeat: no-repeat;
	width:18px;
	height:353px;
}

#bgBoxWebshopL {
	background-image: url('images/boxwebshop-l.jpg');
	background-repeat: no-repeat;
}

#bgBoxWebshopR {
	background-image: url('images/boxwebshop-r.jpg');
	background-repeat: no-repeat;
}

#footer {
	background-image: url('images/bgcopyright.jpg');
	background-repeat: no-repeat;
	width:827px;
	height:63px;
}

input[type=submit] {
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#222;
	font-weight:bold;
	background:url(images/formbg.gif) repeat-x left top;
	padding:6px;
	padding-left:8px;
	padding-right:8px;
}


#label-name-serv {
	background-image: url('images/name_server.jpg');
	background-repeat: no-repeat;
	width:197px;
	height:24px;
}

#label-name-user {
	background-image: url('images/name_user.jpg');
	background-repeat: no-repeat;
	width:197px;
	height:21px;
}


#label-total-point {
	background-image: url('images/titled_total_point.jpg');
	background-repeat: no-repeat;
	width:121px;
	height:21px;
}


/* begin Box, Block */
.Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	/*min-width:15px;
	min-height:15px;*/
}

.Block-body
{
	position: relative;
	z-index:1;
	padding: 0px;
}

.Block-tr, .Block-tl, .Block-br, .Block-bl, .Block-tc, .Block-bc,.Block-cr, .Block-cl
{
	position:absolute;
	z-index:-1;
}

.Block-tr, .Block-tl, .Block-br, .Block-bl
{
	width: 14px;
	height: 14px;
	background-image: url('images/Block-s.png');
}

.Block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}

.Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}

.Block-tc, .Block-bc
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('images/Block-h.png');
}

.Block-tc
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.Block-bc
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.Block-cr, .Block-cl
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('images/Block-v.png');
}

.Block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 7px);
}

.Block-cl
{
	left:0;
	clip: rect(auto, 7px, auto, auto);
}

.Block-cc
{
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #EDEDED;
}

/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 7px;
}

.BlockHeader .t
{
	height: 30px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	white-space : nowrap;
	padding: 0 7px;
	line-height: 30px;
}

.BlockHeader .l, .BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('images/BlockHeader.png');
}

.BlockHeader .l
{
	left:0;
	right:6px;
}

.BlockHeader .r
{ 
	width:950px;
	right:0;
	clip: rect(auto, auto, auto, 888px);
}

.header-tag-icon
{
	display:inline-block;
	background-position:left top;
	background-image: url('images/BlockHeaderIcon.png');
	padding:0 0 0 22px;
	background-repeat: no-repeat;
	min-height: 15px;
	margin: 0 0 0 5px;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.BlockContent-body
{
	position: relative;
	z-index:1;
	padding: 8px;
}

.BlockContent-body
{
	color:#5C5C5C;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}

.BlockContent-body a:hover, .BlockContent-body a.hover
{
	color: #CE7209;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.BlockContent-body ul
{
	list-style-type: none;
	color: #452603;
	margin:0;
	padding:0;
}

.BlockContent-body li
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}

.BlockContent-body ul li
{
	padding:0px 0 0px 10px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}
