#result-box {
    padding: 20px 0px 0px 15px;
}
*html #result-box {
    padding: 20px 0px 0px 14px;
	overflow: hidden;
}
.wrap-box {
    float: left;
    width: 210px;
	height: 120px;
    margin: 0px 11px 10px 0px;
	
	overflow: hidden;
    text-align: center;
	
	
}

.info-box
{
    overflow: hidden;
    text-align: center;
    width: 202px;
	height: 112px;
    padding: 4px;
    background: url(../images/bg_boxresult.png) no-repeat #fff;
    background-position: -630px 0px;
}

*html .wrap-box {
    margin: 0px 10px 10px 0px;
}
.info-box.available {
	background-position: 0px 0px;
}
.info-box.taken {
	background-position: -210px 0px;
}
.info-box.progress {
	background-position: -420px 0px;
}
.info-box-title {
	width: 202px;
	height: 34px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}
*html .info-box-title {
	font-size: 28px;
	line-height: 28px;
}
*:first-child+html .info-box-title {
	font-size: 28px;
	line-height: 28px;
}
.info-box-title span {
	font-size: 12px;
	color: #484848;
	font-weight: bold;
	line-height: 130%;
}
*html .info-box-title span {
	vertical-align: middle;
	line-height: 13px;
}
*:first-child+html .info-box-title span {
	vertical-align: middle;
	line-height: 13px;
}
.info-box.available .info-box-title span {
	color: #efff6b;
}
.info-box.taken .info-box-title span {
	color: #ffb9c3;
}
.info-box.progress .info-box-title span {
	color: #689ef3;
}
.info-box-title span b {
	color: #fff;
}

.info-box-content {
	padding-top: 22px;
}
.info-box.progress .info-box-content {
	height: 30px;
	margin-top: 8px;
    background: url(../images/preload_simple.gif) no-repeat center center;
}

.info-box-content a {
	text-decoration: none;
}
.info-box-content ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.info-box-content ul li {
	display: inline;
	padding-right: 8px;
	padding-left: 10px;
	border-left: 1px solid #eee;
}
.info-box-content ul li.first {
	border: none;
}
.info-box.taken .info-box-content ul li a {
	color: #024882;
	text-decoration: none;
}
.info-box.taken .info-box-content ul li a:hover {
	color: #024882;
	text-decoration: underline;
}
.info-box.taken .info-box-content ul li.first a {
	color: #c82b39;
	text-decoration: none;
}
.info-box.taken .info-box-content ul li.first a:hover {
	color: #c82b39;
	text-decoration: underline;
}

.loading-sign {

}
