﻿body {
	background-color: #330000;
}


a{
    text-decoration:none;
    font-weight:bold;
    color:#8c2839;
}

a:hover{
        color:#F60;
        text-decoration:none;
}


.link{
    text-decoration:none;
    font-weight:normal;
    color:#8c2839;

}


.data_block{
    overflow: auto;
    position:absolute;
    width:550px;
    height:390px;
/*    border: 3px coral solid;*/
}

.detail_content{
    border-bottom:1px dotted #eee;
    font-size:15px;
    line-height: 16px;
    margin:10px 0 20px 0;
    width:550px;
}

.detail{
    width:550px;
}

.detail_content ul{}
.detail_content li{display:inline;margin-right:10px;}
.detail_content li span{font-weight:bold;}

.detail_subcontent{
    border:1px solid #e7e7e7;
    color:#666;
    display:block;
    margin-top:10px;
    width:540px;

}

#data_table{
    width:550px;
} 
