@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400&family=Raleway:wght@800&display=swap');

body,td,th {
	font-family: Tahoma, "MS Sans Serif";
	font-size: 14px;
	color: #FFF;
}
body {
	background-color: #000000;
	/* background-image: url(images/bg1.jpg); */
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
a.maintopmenu {
	font-family: "Pridi";
	color: #000000;
	font-weight: bold;
	font-size: 16px;	
	text-decoration: none;
	padding-right: 15px;
	letter-spacing: 0px;	
}
a:hover.maintopmenu {
	color: #FFFFFF;
	color: white;
	text-shadow:
   -1px -1px 0 #000,  
    1px -2px 0 #000,
    -2px 2px 0 #000,
     2px 2px 0 #000;
}
a.linkregister {
	color:#000000;
}
.regis td{
	color: #000;	
}
.detail {
	color: #000;
	text-decoration: none;
}
.detail a {
	color: #000;
	text-decoration: underline;
}
img[usemap], map area{
    outline: none;
}
#leftWrap {
	display:inline;
	position:fixed;
	top:0px;
	left:0px;
	padding:0px;  
	background: transparent;	
}
#rightWrap {
	display:inline;
	float: left;
	position:fixed;
	top:0px;
	right:0px;
	padding:0px;
	background: transparent;
}
#centerWrap {
	position:fixed;
	left:50%;
	transform:translateX(-50%);
	bottom:0px;
	padding:0px;
	background: transparent;
}
#myiframe_price{  
    background-image: url("images/icon_loading.gif");
    background-repeat: no-repeat;
    background-position: center top;
    position:relative;
    margin:auto;
    display:block;  
    width:980px; 
    overflow:hidden;
}
#myiframe_price iframe{  
    position:absolute;
    display:block;
    float:left;
    margin-top:-170px; 
    margin-left:-1px; 
}
#blockmemberlogin {
	/* border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;  */
	border-radius: 10px; 
	width: 175px;
	background-color: #ff1a1a;
	padding: 3px;
	border: 1px solid #333333;
	/* border-top: 0px; */
	margin-top: 8px;
}
#blockmemberlogin a:hover {
	font-weight: bold;
	color: yellow;
}
#icon_login:hover, #img_profile:hover {
	transform: scale(1.2);
}
/*--- PROTIPS ---*/
blink {
	margin-top: 5px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Kanit";
    -webkit-animation-name: blink;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
    -webkit-animation-duration: 1.5s;
}
@keyframes blink {
    from { opacity: 1.0;  }
    to { opacity: 0.0;  }
}
/*--- PROTIPS ---*/