.hottour_span {
    position: relative;
    border-style: dashed;
    border-width: thin;
    border-color: #EEEEEE;/*#60c3ca;*/
}

.hottour_title {
    font-size: 15px !important;
}
.hottour_label {
	position: absolute;
    /*right: 0;*/
    text-align: left;
	left: 0;
	width: 100%;
    line-height: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    
    /*padding: 2px 4px;
    /*margin-left: 10px;
    /*border-radius: 3px;
    background: rgba(153, 153, 153, 0.85) none repeat scroll 0 0;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
}
.hottour_oldprice {
    position: absolute;
    text-align: right;
    right: 0;
    font-weight: bold;
    text-decoration: line-through;
    cursor: pointer;
    margin-right: 5px;
}
.hottour_price {
    position: absolute;
    text-align: right;
    right: 0;
    font-size: 18px;
    margin-top: 5px;
    margin-right: 5px;
}
.hottour_sticker {
    
    position: absolute;
    font-weight: bold;
    font-size: 20pt;
    text-align: left;
	left: 0;
}
.hottour_details {
    position: absolute;
    text-align: left;
	left: 0;
    font-size: 11px;
    color: #444444;
    margin-top: 10px;
    margin-left: 5px;
}

.modst_copyright {
    color: #808080;
    text-decoration: none;
}
.modst_copyright > a:hover {
    color: #4d4d4d;
    text-decoration: none;
    text-shadow: 0.3px 0.3px 0.3px #808080;
}
.modst_copyright > a:visited {
    color: #808080;
}