
.moreNews {padding-top:10px;float:right; padding-right:18px; font-size:11px; color:#a0a0a0; }


#leftSide {
    float: left;
    width: 530px;
}

.mainNews {

    margin-left: 15px;
    margin-bottom: 6px;
    border: 1px solid #eaeaea;
    height: 62px;
    position:relative;
    background: url(../images//newsItem.png) repeat-x top center;
    cursor: pointer;
}
.mainNews:hover {
    background-position: bottom center;    
}

.mainNews p {position:absolute;top:13px;left:110px;width:280px;font-family:'Regular';line-height:20px;}

.mainNews img {
	height:60px;
	width:89px;
	background:url(/public/images//photoBg.png) no-repeat;
    margin: 1px;
}

.mainNews .info {
    float: right;
    width: 90px;
    padding: 15px 10px 0 0;
}

.mainNews .info  a {

    text-decoration: none;
    font-size: 10px;
    padding-left: 20px
}

.mainNews .info .time {
    font-size: 11px;
    padding-left: 20px;
    display: block;
    height: 16px;
    line-height: 16px;
    color: #bebebe;
    background: url(../images//clockIcon.png) no-repeat center left;
}

#mustSee {
    float: left;
    width: 530px;
}

#mustSee .buttons {
    margin-left: 10px;
}

#rightSide {
    float: right;
    width: 450px;
}


#rightSide .shortcuts {
    margin: 0;
    padding: 0;
}
#rightSide .shortcuts li {
    list-style: none;
    margin:0px 0px 0px 20px;
    padding: 3px 0 3px 15px;
    background: url(../images//bullet.png) no-repeat center left;
    float: left;
    width: 180px;
}