html,body {	
   height: 98%;
   width: 98%;
   margin: 0px;
}

body{
	font-family: 'NotoSansHans-Light', serif;	
	background: url('assets/images/bkg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.center{
	margin: 0 auto;
}

.v_middle{
	margin: auto 0px;
    position: absolute;
    top: 0px;
	left: 0px;
	bottom: 0;
	right: 0;
}
.validate{
	color: red;
	font-size: small;	
	display: none;
	height: 15px;
	position: absolute;
}
.success{
	color: green;
	font-size: 10px;	
	display: none;
	height: 15px;
	position: absolute;
	white-space: nowrap;
}
.loader_lp{	
	width: 32px;
	height: 32px;
	margin: auto auto;	
	background:url('assets/images/loader_lp.gif') no-repeat center;
	background-size: 100% 100%;
	z-index: 100;
}
.loader_hp{
	width: 80px;
	height: 80px;
	margin: auto auto;	
	background:url('assets/images/loader_hp.gif') no-repeat center;
	background-size: 100% 100%;
	z-index: 100;
}
.datepicker{
    width: 0px;
    border-style: none;    
}
.ui-datepicker-trigger{
	width: 18px;
    margin-bottom: -3px;
    margin-left: 3px;
    cursor: pointer; cursor: hand;
}
.ui-tooltip{
    font-size:10pt;    
    padding-top: 3px;
    padding-bottom: 3px;
}
#full{
	width: 1425px;
	height: 100%;
	min-height: 100%;
	position: absolute;
	left: 0;
	right: 0;
}

#main{
	/*
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 86%;
	min-height: 525px;
	*/
	/*max-height: 525px;*/
	/*margin-bottom: 8px;*/
	position: absolute;
	width: 100%;
	overflow: hidden;
	/*bottom: 153px;*/
	bottom: 158px;
	top: 0px;
	/*min-height: 688px;*/
	min-height: 530px;
}

#items{
	position: absolute;
	/*margin-bottom: 6px;*/
	/*margin-top: 8px;*/
	/*height: 15%;*/
	width: 100%;
	/*min-height: 125px;
	max-height: 125px;*/
	min-height: 150px;
	max-height: 150px;
	bottom: 20px;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 20px;
	margin: 0px;
	background: url('assets/images/footer.png') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	padding: 0px;
}

@media (max-height: 701px) {
    #items{
    	position: relative;
    	/*top:688px;*/
    	top:518px;
    }
    #footer{
    	position: relative;
    	/*top:688px;*/
    	top:518px;
    }
}

#main .left {
	position:absolute;
	width: 1032px;
	top: 0px;
    left: 0px;
    bottom: 0px;
}

#main .right {
	position:absolute;
	top: 0px;
    left: 1032px;
    right: 0px;
    bottom: 0px;
}

#header {
	position: absolute;
	height: 60px;
	z-index: 100;
	left: 60px;
    top: 0px;
    right: 0px;
}

#promotion,
#bundle_select,
#order_item{
	position: absolute;
	width: 100%;
	top: 60px;
    left: 0px;
    bottom: 0px;
	right: 0px;
	overflow: hidden;
}

#order_item{
	display: none;
}
#dialog{	
	position: absolute;		
	width: 100%;
	min-width: 1425px;
	height: 100%;	
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1000;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(120, 120, 120);
	/* RGBa with 0.6 opacity */
	background: rgba(120, 120, 120, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99dddddd, endColorstr=#99dddddd);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99dddddd, endColorstr=#99dddddd)";
}
#dialog .dialog_content{
	position: absolute;
	width: 680px;
	height: 50px;
	background: white;
	left: 0px; right: 0px; top: 0px; bottom: 0px;
	margin: auto auto;
	border-style: solid;
	border-width: 5px;
	border-color: #f15a22;
	border-radius: 50px;
	white-space: nowrap;
}
#dialog .dialog_msg{
	margin-left: 30px;
	float: left;
	width: 460px;
	font-size: 25px;	
	color: #910000;
	line-height: 50px;
}
#dialog .dialog_button_group{
	margin-right: 15px;
	float: right;
	width: 250px;
	font-size: 18px;	
	color: #ffffff;	
	position: absolute;
	right: 0px;
}
#dialog .dialog_button_group .dialog_button{		
	margin-right: 15px;
	float: right;
	width: 105px;
	height: 30px;
	line-height: 30px;	
	margin-top: 10px;	
	text-align: center;
	cursor: pointer; cursor: hand;	
	background-color: #f15a22;	
	border-radius: 15px;
}
#bottom{
	width: 100%;
	position: absolute;
    bottom: 0px;    
    font-size: 10px;
    padding-right: 8px;
	text-align: center;
}
#bottom a{
	/* float: right; */
	text-decoration: none;
	color: white;
}
