@import url(../../base/css/outline.css);
div.wall-oi-item-grouped {}
div.wall-oi-item-cnt {
	position: relative;
	background-color: #111111;
	overflow: hidden;
    border: 1px solid #060606;
}
div.wall-oi-item-circle {
	position: absolute;
    top: 0px;
    left: -10px;
    width: 26px;
    height: 26px;

    border: 2px solid #555555;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
	
    background-color: #050505;
	background-repeat: no-repeat;
	background-position: center center;
        
    text-align: center;
    line-height: 29px;
    color: whitesmoke;
}
div.wall-oii-title,
div.wall-oii-title a,
div.wall-oii-description a,
div.wall-oii-description-extra a,
div.wall-oii-description-extra-special a {
	color: white;
    font-weight: bold;
}
div.wall-oii-description {
	margin-top: 5px;
	color: whitesmoke;
} 
div.wall-oii-image-wrp {
    background-color: #0C0C0C;
    border: 1px solid #090909;
}
div.wall-oii-comments,
div.wall-oii-comments a {
	color: whitesmoke;
}
