#container {
    width:955px;
    margin:0px auto;
    overflow:hidden;
    border:0px;
    border-spacing:0px;
    padding:0px;
}
#leftcol {
    width:144px;
    background:#CCCCCC;
    border:0px;
}
#leftcol_top {
    width:140px;
	height:106px;
    border:2px solid #CCCCCC;
    padding:0px;
}
#leftcol_bottom {
    border:0px;
    border-top:2px solid #FFFFFF;
    padding-top:55px;
    padding-bottom:105px;
    background:#CCCCCC;
}
#rightcol {
    width:806px;
    border-left:2px solid #FFFFFF;
}
#rightcol_top {
    width:800px;
    height:50px;
    border:0px;
    border-bottom:2px solid #FFFFFF;
    background:#CCCCCC;
    vertical-align:top;
}
#rightcol_bottom {
    border:2px solid #CCCCCC;
    padding:2px;
    vertical-align:top;
}
#rightcol_bottom_left {
    width:680px;
    padding:5px;
}
#rightcol_bottom_right {
    width:120px;
}
.detail {
    cursor: pointer;
}
