﻿@font-face {
    font-family: 'thaisans_neuebold', 'Tahoma', 'Lucida Bright', 'DejaVu Serif', 'Georgia, serif';
    src: url('../fonts/thaisansneue-bold.eot');
    src: url('../fonts/thaisansneue-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/thaisansneue-bold.woff2') format('woff2'),
         url('../fonts/thaisansneue-bold.woff') format('woff'),
         url('../fonts/thaisansneue-bold.ttf') format('truetype'),
         url('../fonts/thaisansneue-bold.svg#thaisans_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

.clear {
	clear: both;
}

* {
	font-size: 12px;
	font-family: 'thaisans_neuebold', 'Tahoma', 'Lucida Bright', 'DejaVu Serif', 'Georgia, serif';
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #940000;
	color: #000;
	margin:0;
	padding:0;
}

a:link, a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #7b560f;
}

header{
	margin: 0 auto;
	background: rgb(20,90,50);
    background: -moz-linear-gradient(top, rgba(148,0,0,1) 0%, rgba(214,0,0,1) 25%, rgba(214,0,0,1) 25%);
    background: -webkit-linear-gradient(top, rgba(148,0,0,1) 0%,rgba(214,0,0,1) 25%,rgba(214,0,0,1) 25%);
    background: linear-gradient(to bottom, rgba(148,0,0,1) 0%,rgba(214,0,0,1) 25%,rgba(214,0,0,1) 25%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#976c04', endColorstr='#e1af32',GradientType=0 );
	display: block;
	height: 100px;
}

footer{
	background: rgb(20,90,50);
    background: -moz-linear-gradient(top, rgba(148,0,0,1) 0%, rgba(214,0,0,1) 25%, rgba(214,0,0,1) 25%);
    background: -webkit-linear-gradient(top, rgba(148,0,0,1) 0%,rgba(214,0,0,1) 25%,rgba(214,0,0,1) 25%);
    background: linear-gradient(to bottom, rgba(148,0,0,1) 0%,rgba(214,0,0,1) 25%,rgba(214,0,0,1) 25%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#976c04', endColorstr='#e1af32',GradientType=0 );
	padding: 10px 0px ;
	font-weight: bold;
}

.container{
	margin-right: auto;
    margin-left: auto;
	width: 99%; /*960px;*/
}

.container_inner{
	background-color: #ffffff;
	margin-right: auto;
    margin-left: auto;
	width: 99%; /*960px;*/
	min-height: 495px;
	padding-bottom: 20px;
}

.headerlogo {
	display: block;
	height: 80px;
	float: left;
	margin-top: 15px;
    margin-left: 10px;
}

.headerlogo img {
	width: 360px;
	height: 80px;
}

.headerLogo  .sprite_logo {
		background: url("../img/logo.png") 0 0 no-repeat;
		width: 168px;
		height: 102px;	}

.headerLogo i {
		margin: 14px 0;
	}

.headerMember {
	display: block;
	height: 80px;
	width: auto;
	float: right;
	font-size: 12px;
	position: relative;
	z-index: 1001;
	margin-top: 25px;
}

.headermenu {
	margin: 0;
	height: 46px;
	position: relative;
	zoom: 1;
	z-index: 999;
}

/*-----------------------------------MainMenu-------------------------------------------------*/
.mainmenu {
	margin: 0 auto;
	width: 100%;
	height: 46px;
	z-index: 400;
	position: relative;
	background: rgb(107,3,3);
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b0303', endColorstr='#6b0303',GradientType=0 );
    border-top: 5px solid #940000;
    border-bottom: 5px solid #940000;
}


.mainmenu ul li, .subMenu ul li, .container .footerlink ul li {
	float: left;
	display: inline;
	vertical-align: middle;
}

.mainmenu ul#nav, .nav, .mainmenu ul#nav .nav li {
	margin: 0px;
	padding: 0px;
	z-index: 2000;
}

.mainmenu ul#nav li {
	float: left;
	display: inline;
	list-style: none;
	position: relative;		
}

.mainmenu ul#nav li, .mainmenu ul#nav li a {
	display: inline-block;
	text-align: center;
}

.mainmenu ul#nav li a {
	font-family: 'thaisans_neuebold', 'Tahoma', 'Lucida Bright', 'DejaVu Serif', 'Georgia, serif';
    font-size: 22px;
	display: block;
	height: 46px;
	line-height: 40px;
	text-align: center;
	color: #fdc500;
	font-weight: bold;
	white-space: nowrap;
	position: relative;					
	padding: 0px 40px;	
	background: rgb(107,3,3);
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b0303', endColorstr='#6b0303',GradientType=0 );
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);}

.mainmenu ul#nav .nav li {
				width: 100%;
				line-height: 46px;
}

.mainmenu ul#nav li a img {
					display: inline-block;
					vertical-align: middle;
					position: relative;
}

.mainmenu ul.nav {
			display: none;
			position: absolute;
			top: -2px;
			z-index: 3000;
}

.mainmenu ul#nav li:hover > a, .mainmenu ul#nav li:hover, .mainmenu ul#nav li > a.hover {
background: rgb(107,3,3);
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b0303', endColorstr='#6b0303',GradientType=0 );
			 box-shadow: inset 0px 5px 25px 8px #450103;
			color: #fdc500;
		}

.mainmenu li:hover > .nav {
	display: block;
}

.mainmenu li:hover {
	position: relative;
}

.usr-panel {
    position: relative;
    float: right;
    margin-bottom: 0;
    width: 432px;
    margin: 20px 0px;
}

/*-----------------------------------Main-------------------------------------------------*/
main{
	background-color: #8f672c;
	background-image:url("../img/lottery-bg.jpg?v=2");
	background-repeat: no-repeat;
	background-position: center -160px;
	overflow: hidden;
	}
	


/*-----------------------------------Footer-------------------------------------------------*/
.footerlink {
	height: auto;
	line-height: normal;
	font-size: 12px;
	}

.footerlink ul {
	padding: 0px;
}

.footerlink ul li {
	padding: 0 5px 0 0;
}

.footerlink ul li a {
	color: #fff200;
}

.footerlink ul li a:hover {
	color: #fff;
}

.copyright{
	float: right;
}

.power_by {
    float: right;
	text-align: right;
}

.bank_logo {
    float: left;
}

.footer_line {
	background: url('../img/footer_line.gif') repeat-x;
    margin: 10px 0px;
    height: 5px;
}

/*---------------------------------main---------------------------------------------*/
.well {
    padding-bottom: 30px;
    padding-top: 15px;
}

div.column {
    width: 310px;
    height: 220px;
    margin: 0 0 0 10px;
    position: relative;
    overflow: hidden;
    zoom: 1;
    background: rgb(226,16,17);
    background: -moz-linear-gradient(top, rgba(226,16,17,1) 0%, rgba(134,6,5,1) 100%);
    background: -webkit-linear-gradient(top, rgba(226,16,17,1) 0%,rgba(134,6,5,1) 100%);
    background: linear-gradient(to bottom, rgba(226,16,17,1) 0%,rgba(134,6,5,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e21011', endColorstr='#860605',GradientType=0 );
    border-radius: 10px;
    text-align: center;
	float: left;
}

div.column.blank {
   background: none;
}

.result_lotto {
	height: 282px;
	width: 560px;
	text-align: center;
	background: url("../img/result.png") no-repeat center -19px;;
	float: left;
}

.model {
    height: 282px;
    width: 360px;
    text-align: center;
    background: url("../img/model.png") no-repeat 100px top;
    float: left;
}

.title {
    font-family: 'thaisans_neuebold', 'Tahoma', 'Lucida Bright', 'DejaVu Serif', 'Georgia, serif';
    font-size: 30px;
    color: #fdc500;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

div .title span {
    font-family: 'thaisans_neuebold', 'Tahoma', 'Lucida Bright', 'DejaVu Serif', 'Georgia, serif';
    font-size: 24px;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	display: block;
	line-height: 16px;
}

.datelotto, .numlotto {
    outline: none;
    width: 80%;
    margin-top: 10px;
    font-family: 'thaisans_neuebold', 'Tahoma', 'Lucida Bright', 'DejaVu Serif', 'Georgia, serif';
    font-size: 22px;
    padding: 5px 0px 5px 5px;
    height: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 3px 3px #eeeeee;
    -webkit-box-shadow: inset 0 0 3px 3px #eeeeee;
    box-shadow: inset 0 0 3px 3px #eeeeee;
    color: #a0a0a0;
}

 .numlotto {
	 padding: 5px 0px;
	 text-align: center;
}

#checklotto {
    width: 119px;
    height: 32px;
    background-image: url(../img/checklotto.png);
    border: 0px;
    background-color: transparent;
    margin-top: 10px;
}

/*---------------------------------  MOD: KONG ---------------------------------------------*/
.tal { text-align: left !important; } .tar { text-align: right !important; } .tac { text-align:center !important; } .txtres { color:#fff200; font-size: 16px; }
/* .txp { background-color:#3299cc; opacity:0.5; } */
.login_secode { width:80px; height:25px; margin:3px 0 0 0; background-color:#807a7a; color:#ffffff; font-weight:bold; border:none; font-size:16px; }
.w960 { width:1160px !important; }
.txt14 { font-size:14px; }
.betbox { padding:5px 8px !important; font-size:16px !important; }
.sltbox {	
	font-family: 'thaisans_neuebold', 'Tahoma', 'Lucida Bright', 'DejaVu Serif', 'Georgia, serif';
    font-size: 16px;
    outline: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;	
    border: 1px solid #cccccc;
    padding: 5px 8px;
    line-height: auto;
    height: auto;
    color: #666666;
    background-color: #ffffff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: inset 0 0 3px 3px #eeeeee;
}

A:link.cheadtit { color: #ffcc00; text-decoration: underline; }
A:active.cheadtit { color: #ffcc00; text-decoration: underline; }
A:visited.cheadtit { color: #ffcc00; text-decoration: underline; }
A:hover.cheadtit { color: #ff0000; text-decoration: none; }

.rightfooter {
	color: #000000;
	background-color: #FFFFFF;
	border-left: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 5px double #000000;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	text-align: center;
	font-weight: bold;
}

.negative {color:#ff0000!important;}
a.negative {color:#ff0000!important;}