body{
	width:100%;
	height:100%;
	margin:10px auto;
	font-size:14px;
	font-family: 'Impact-Regular';
}
.left{
	float:left;
}
.right{
	float:right;
}
ul{
	margin:12px 0;
	padding:0;
}
ul li{
	display:block;
	line-height:25px;
}
ul.points li:not(.title):before{
	content:" ";
	display:inline-block;
	font-weight:bold;
	width:6px;
	height:6px;
	border-radius:5px;
	background:#666;
	margin-right:10px;
}
ul li a{
	text-decoration:none;
	color: #333;
}
ul li a:hover{
	text-decoration: underline;
}

ul li a.active{
	color: #CC7322;
}

ul.left{
	width:180px;
}
ul.right{
	width:150px;
}



div#app_quick_head{
	position:fixed;
	top:0;
	right:0;
	padding:5px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#logo {
	float:left;
	background: url(../images/logo.png) no-repeat;
	background-size: 100% 100%;
	width: 165px;
	height: 40px;
}
#user_info {
	float:right;
	background: url(../images/user-icon-person.png) no-repeat;
	background-size: 100% 100%;
	width: 35px;
	height: 35px;
}

#user_info + ol {
	background: #fff;
    border: 1px solid #333;
    border-radius: 5px;
    color: #999;
    display: none;
    float: right;
    margin: 16px 0 0;
    padding: 5px 4% 5px 10%;
    width: 70%;
	min-width: 150px;
}
#user_info + ol:before {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
    content: "";
    float: right;
    height: 15px;
    margin: -13px 0 0;
    width: 15px;
	background:#fff;

	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);
}

#user_info + ol li{
	padding: 3px 5px;
	list-style: disc;
	color: #333;
}

#user_info + ol li a{
	color:#CC7322;
}



#poster_container {
	width:620px;
	height:1245px;
	margin:auto;
	background:#fff url(../images/remap-bos-icon.png) no-repeat center 205px;
	background-size:300px 300px;
	border:solid 1px #ccc;
}

div.popup{
	background: rgba(0,0,0,0.6);
	width:300px;
	position:absolute;
	border:solid 1px #ccc;
/*
	margin: -100px 0 0 -100px;
*/
	margin: 0 0 0 -100px;
	padding:10px;
	overflow:hidden;
	border-radius:5px;
}
div.popup span{
	background: #eee;
	width:47%;
	border:solid 1px #ccc;
	text-align:center;
	border-radius:5px;
	display: inline-block;
	line-height:20px;
	padding:10px 0;
	box-shadow:	0 0 60px #fff;
}
div.popup span.left{
	float:left;
}
div.popup span.right{
	float:right;
}

div.popup span:hover{
	text-shadow:0 0 3px #333;
	text-decoration:underline;
}
div.divider{
	width:100%;
	height:20px;
	float:left;
	clear:both;
}
a.inactive{
/*
	color: #777;
*/
}

#desc_container{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 1px solid #ddd;
	min-height: 650px;
	left: 30%;
	position: absolute;
	top: 10px;
	width: 450px;
	padding:20px;
	z-index:-1;
	text-align:justify;
	font-size:12px;
	background:#fff;
}

#desc_container h3{
	font-family: "Impact-Regular";
}

#desc_container a.read_more{
    color: #fff;
    float: right;
    margin-top: 50px;
    padding: 5px 10px;
    text-decoration: none;
	border-radius:5px;
	background: #FF922B;
	letter-spacing:1px;
}
#desc_container a.read_more:hover{
	background: #CC7322;
}
#shotcut_tolink{
	color:#fff;
	background:url(../images/goto-link-shortcut.png);
	background-size:100%;
	width:30px;
	height:30px;
	float:left;
	margin:5px 10px 0 0;
	cursor:pointer;
}
#close_desc{
	border: 1px solid;
    color: #999;
    float: right;
    padding: 5px 10px;
	cursor:pointer;
}

img.preview {
	width:100%;
	margin-top:40px;
}

img.loader{
	width:100px;
	margin-top:50%;
	-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#desc_container li{
	font-size:12px;
}
#desc_container li:before{
	color: #ff922b;
	content:"\000B0";
    display: inline-block;
    font-size: 20px;
    line-height: 12px;
    margin: 6px 10px 0;
    vertical-align: middle;
}

#info_instruction{
	background: url(../images/cloud-clipart.png) no-repeat 0 0 / 100% 100%;
    color: #666;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 26px;
    margin: 0 0 0 40px;
    padding: 15px 0 0;
    position: absolute;
    text-align: center;
    top: 14%;
    width: 180px;
	height: 100px;	
}
#info_instruction:after{
	content:url(../images/curved-arrow-clipart.png);
	width:100px;
	height:80px;
	display:block;
	margin:	20px 0 0 10px;
}