@charset "utf-8";
html body {
	background-color: #222511;
	margin:0px;
	padding:0px;
}

/*!!!!!!!!IE!!!!!!!!*/
* html {
	overflow:hidden;
}
 
* html body,
* html #AllContent {
	position:relative;
	width:100%;
	height:100%;
	overflow:auto;
}
 
* html #footer {
	position:absolute;
}

a:link{ text-decoration:none;}

/*------------table------------*/
.saleContent{
	text-align:left;
	padding:30px 30px 50px;
}
.saleContent table{
	width:100%;
}
.saleContent td{
	/*font-weight: bold;*/
	font-family:Arial, Helvetica, sans-serif, 新細明體;
	font-size:12px;
	text-align:left;
	border-bottom: 1px #3e4227 solid;
	height:30px;
}
.saleContent a:link {
	text-decoration: none;
	color: #a0b238;
}
.saleContent a:visited {
	text-decoration: none;
	color: #a0b238;
}
.saleContent a:hover {
	text-decoration:underline;
	color:#A0AD24;
}
.saleContent a:active {
	text-decoration: none;
}

.limeLogo{ margin-left:30px; margin-top:30px;  float:left;}
.registersale{ margin-right:30px; float:right; margin-top:46px;}


/*-------------footer in sales page------------*/
#footer {
	bottom:0;
	margin:0; 
	padding:0;
	background:#302A23;
	/*z-index:100;
	font-size: 10px;*/
	color: #858585;
	width:100%;
	padding:5px 0;
	position:fixed;
}

#footer table {
}

#footer td {
	color: #858585;
	font-size: 10px;
	padding:0 10px;
}

#footer td.content {
	font-size: 11px;
	font-weight:bold;
	color:#8B9B6E;
}

#footer td.logo {
	padding:0 10px;
}

#footer td.btn {
	padding:0 0px;
}

#footer td.btn2 {
	padding:0 5px 5px 5px;
}

#footer td.content span {
	color:#89AD1D;
}

.copyright a {
	color:#858585;
}


.language {
	font-size: 12px;
}
