#mainmbox {
    position:relative;
    padding:5px;
    margin:0;
    width:215px;
    height: auto;
    border:1px solid #97DCE7; /* changes widget box border color */
    background-color:#E6F7F9; /* changes widget box bg color */
}

#issue {
    position: relative;
    height: 240px;
    margin:0;
    padding:0;
}


#toolbox {
    position: absolute;
    height:33px;
    padding:0px;
    margin: 0px;
    top: 5px;
    background:url(../imgs/bg_toolbox.gif) repeat-x center center;
}


#toolbox a {
    position:relative;
    display:block;
    height:33px;
    float:left;
    background-color:#666;
}

#toolbox a.icor {
    background:url(../imgs/ico_read.gif) no-repeat center top;
    width:34px;
    padding: 0 12px 0 0;
}

#toolbox a.icob {
    background:url(../imgs/ico_back.gif) no-repeat center top;
    width:33px;
    padding: 0;
}

#toolbox a.icon {
    background:url(../imgs/ico_next.gif) no-repeat center top;
    width:33px;
    padding: 0;
}

#toolbox a.icou {
    background:url(../imgs/ico_signup.gif) no-repeat center top;
    width:37px;
    padding: 0 4px 0 10px;
}

#toolbox a.icos {
    background:url(../imgs/ico_share.gif) no-repeat center top;
    width:42px;
    padding: 0 0 0 4px;
}

#toolbox a:hover {
    background-position:center bottom;
}

.logo {
    /*padding-top:89px;*/
    padding-bottom: 0;
    margin: 0;
}

.cover {
    vertical-align: text-bottom;
    float: right;
}

a {
	color:#000;
	text-decoration:underline;
}

a:hover {color:#c00; }

a img {
    border: 0;
}

.pos {
    position: absolute;
    margin-top:127px;
}

