@charset "utf-8";
/* CSS Document */

.grey {
color:#e6e7e8;
}

.red {
font-weight:bold;
color:#9e0b0f;
}

#extras-header {
background:url(../images/small-header-bg.png) repeat-x;
height:23px;
color:#9e0b0f;
font-size:11px;
font-weight:bold;
line-height:23px;
padding-left:8px;
}

#extra {
height:23px;
padding:0 5px;
line-height:23px;
border-bottom:solid 1px #e6e7e8;
overflow:hidden;
}

#extra p {
float:left;
display:inline;
}

.inner-name {
width:65%;
font-size:11px;
font-weight:bold;
color:#9e0b0f;
}

.inner-rating {
width:35%;
text-align:right;
color:#aaa;
font-weight:normal;
}
