/* CSS Document */

#conferenceList_box {
     position: relative;
     margin-right: 30px;
     width: 450px;
}

#conferenceList_box .cItem {
    position: relative;
	padding: 7px 0;
    border-bottom: 1px solid #eee;
}

#conferenceList_box .cItem .date {
    position: absolute;
    left: 0px;
    top: 7px;
	color: #999;
}

#conferenceList_box .cItem a {
    display: block;
    margin-left: 100px;
    text-decoration: none;
	color: #000;
}

#conferenceList_box .cItem a:hover {
    text-decoration: underline;
}

#conferenceList_box #confLocation_box {
    position: absolute;
    left: 490px;
    top: 190px;
    width: 215px;
    font-size: 11px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#conferenceList_box #confLocation_box .boxTitle {
    border-bottom: 3px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
