body{
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	background-image:url(../images/bg.png);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#000;
}

#container {
  height: 140px;
  width: 140px;
  position: relative;
  
}

#container2 {
  height: 142px;
  width: 142px;
  position: relative;
  
}

#image {
  position: absolute;
  left: 0;
  top: 0;
  margin-left:40px;
  margin-top:25px;
}

#image2 {
  position: absolute;
  left: 0;
  top: 0;
  margin-left:0px;
  margin-top:0px;
}

#text {
  z-index: 100;
  position: absolute;
  color:#F00;
  font-weight: bold;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  left: 30px;
  top: 120px;
}

#text2 {
  z-index: 100;
  position: absolute;
  color:#333;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  font-weight: bold;
  left: 12px;
  top: 100px;
}

#space
{
    height: 5px;
    width: 100%;
}

.header_font{
	font-size:18px;
	font-family: Arial ;
	font-style : Bold;
	color:#FFF;
	text-decoration:none;
}
.header_font:hover{
	color:#CCC;
	text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff;
}
.header_logout1{
	margin-left:28px;
	font-size:14px;
	font-style : Bold;
	color:#FFF;
	text-decoration:none;
}
.header_logout1:hover{
	color:#CCC;
	text-shadow: 0 0 2px #ff0000, 0 0 4px #ff0000, 0 0 6px #ff0000, 0 0 8px #ff0000, 0 0 10px #ff0000, 0 0 12px #ff0000, 0 0 14px #ff0000;
}

.header_logout{
	height:48px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:left;
	background-image:url(../images/logout_00.png);
}
.header_logout:hover{
	background-image:url(../images/logout_01.png);
}


.content_tbl{
	/*border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;*/
	border: 2px solid #2e2e2e; 
	background-color:#141414;
	color:#fff;
}

.content_tbl2{
	/*border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;*/
	border: 0px solid #2e2e2e; 
	background-image:url(../images/gamecp01.png);
}

.content_tbl3{
	/*border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;*/
	border: 0px solid #2e2e2e; 
	background-image:url(../images/register02.png);
}

.content_tbl4{
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	border: 0px solid #2e2e2e; 
	background-color:#000
}
.content_tbl6{
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	border: 0px solid #2e2e2e; 
	background-image:url(../images/refill3.png);
}

.content_tbl5{
	/*border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;*/
	border: 0px solid #2e2e2e; 
	background-image:url(../images/indexshop01.png);
}


.radious_tbl{
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
}

.textbox_01{ 
    border: 2px solid red; 
    height: 38px; 
    width: 410px; 
    font-size: 15px; 
    padding: 8px 8px 8px 8px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
} 
.textbox_01:focus { 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
} 

.selected_01{ 
    border: 1px solid #c4c4c4; 
    height: 25px; 
    width: 285px; 
    font-size: 13px; 
    padding: 4px 4px 4px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
} 
.selected_01:focus { 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
} 

.selected_02{ 
    border: 1px solid #c4c4c4; 
    height: 25px; 
    width: 150px; 
    font-size: 13px; 
    padding: 4px 4px 4px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
} 
.selected_02:hover{
	cursor:pointer;
}
.selected_02:focus { 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
	cursor:pointer;
} 

.bt_login{
	padding: 10px 20px 20px 20px;
	border-radius:15px;
	border: solid #fff 5px;
	text-decoration:none;
	cursor:pointer;
	width:320px;
	background-color:green;
	font-size:20px;
}

.bt_sell{
	color:#333;
	padding: 5px 10px 5px 10px;
	border-radius:5px;
	border: solid #090 1px;
	background-color:#0F0;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	width:120px;
}

.map_box{
	width:300px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	display:inline-block;
	overflow:hidden;
}

.bt_back{
	color:#333;
	padding: 5px 10px 5px 10px;
	border-radius:5px;
	border: solid #F00 1px;
	background-color:#FF5151;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	width:120px;
}

.white_link{
	color:#FFF;
	text-decoration:none;
}
.white_link:hover{
	color:#CCC;
}

.tbl_seal{
	border-bottom:solid #CCC 1px;
	height:80px;
}

.tbl_seal:hover{
	background-color:#DDD;
	border-bottom:solid #CCC 1px;
	height:80px;
}

.tbl_crone_list{
	border-bottom:solid #CCC 1px;
	height:40px;
}
.tbl_crone_list:hover{
	background-color:#DDD;
}

.tbl_item_list{
	border:solid #414141 1px;
	background-color : #000;
}
.tbl_item_list:hover{
	background-color:#2e2e2e;
	color:#ff0000;
	cursor:pointer;
}

.tbl_historic{
	border:solid #CECECE 1px;
	border-radius:5px;
}

.tbl_historic_td{
	color:#fff;
	height:30px;
	text-decoration:none;
	cursor:pointer;
}
.tbl_historic_td:hover{
	background-color:#EBD8D8;
}
	

.tbl_head_historic{
	color:#333;
	font-weight:bold;
	border-bottom:solid #CECECE 1px;
}


.myaccount{
border: 2px solid #2e2e2e;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
background:#000;
}

.myaccount_detail {
  width: 200px;
  display: inline-block;
  margin-left: 10px;
  padding: 5px;
  border: none;
  color: white;
  text-decoration: normal;
  text-align: left;
}


.mysubmenu{
border: 2px solid #2e2e2e;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
background:#000;
}
.mysubmenu_detail,mysubmenu_detail.a {
  width: 200px;
  display: inline-block;
  margin-left: 10px;
  padding: 6px;
  border: none;
  color: white;
  font: normal 14px/normal "Warnes", Helvetica, sans-serif;  
  text-decoration: none;
  text-align: left;  
}
.mysubmenu_detail:hover,mysubmenu_detail.a {
  width: 200px;
  display: inline-block;
  margin-left: 10px;
  padding: 6px;
  border: none;
  color: #464646;
  font: normal 14px/normal "Warnes", Helvetica, sans-serif;  
  text-decoration: none;
  text-align: left;  
}


.myshopmenu{
border: 2px solid #2e2e2e;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
background:#000;
}
.myshopmenu_detail,myshopmenu_detail.a {
  color:#fff;
  width: 200px;
  display: inline-block;
  margin-left: 10px;
  padding: 6px;
  border: none;
  font: normal 14px/normal "Warnes", Helvetica, sans-serif;  
  text-decoration: none;
  text-align: left;   
}

.myshopmenu_detail:hover,myshopmenu_detail.a {
  color:#464646;
  width: 200px;
  display: inline-block;
  margin-left: 10px;
  padding: 6px;
  border: none;
  font: normal 14px/normal "Warnes", Helvetica, sans-serif;  
  text-decoration: none;
  text-align: left;   
}

.myshopmenu_detail2,myshopmenu_detail.a {
  color:#fff;
  width: 200px;
  display: inline-block;
  margin-left: 10px;
  padding: 6px;
  border: none;
  font: normal 14px/normal "Warnes", Helvetica, sans-serif;  
  text-decoration: none;
  text-align: left;   
}

		.tooltip {
			border-bottom: 0px dotted #fff; 
			color: #000;
			outline: none;
			cursor: help; text-decoration: none;
			position: relative;
		}
		.tooltip span {
			margin-left: -999em;
			position: absolute;
		}
		.tooltip:hover span {
			border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			font-family: Calibri, Tahoma, Geneva, sans-serif;
			position: absolute; left: 1em; top: -18em; z-index: 99;
			margin-left: 0; width: 250px;
		}
		.tooltip:hover img {
			border: 0;
		}
		.tooltip:hover em {
			font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
		}
		.classic { padding: 1.8em 1em; }
		.custom { padding: 0.5em 0.8em 0.8em 2em; }
		* html a:hover { background: transparent; }
		.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
		.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
		.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
		.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
		.warning { background: #FFFFAA; border: 1px solid #FFAD33; }
		
.coupon_bx{
}
.coupon_bx:hover{
	background-color:#D7FFFF;
	cursor:pointer;
}
.header_logo {
    width: 294px;
    height: 138px;
    position: absolute;
    z-index: 1;
    top: -31em;
    left: 32em;
    background: url(../../images/logo.png);
    animation: 3s linear 0s infinite normal none running logo;
}
.header_img {
    width: 1200px;
    height: 0;
    position: absolute;
    z-index: 3;
}