.good {
	color: green;
}

ol.video-list {
	margin: 0; padding: 0;
	
	border-bottom: 1px solid #CCC;
	/*font-family: 'Lobster', arial, serif; 
	font-size: 0.9em; */
	margin-bottom: 10px;

	
}

div.account-tab-div ol.video-list {
padding-left: 2px;
}

ol.video-list li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 154px;
	width: 198px; 
	height: 147px;
	margin: 0 3px 5px 3px;
	padding: 5px;	

	word-wrap: break-word;
	outline: none;
	border: 1px solid #C4C4C4; 
	/*border: 1px solid gray;*/	
	background-color: #E6E6E6;
	/* Gecko based browsers */
    -moz-border-radius:7px;
    /* Webkit */
    -webkit-border-radius:7px;
    /* CSS 3 */
    border-radius:7px;
       

	font-size: 12px;

}

div.account-tab-div ol.video-list li {

padding: 5px 6px;
width: 189px;
height: 142px;
}

ol.video-list li img {
	display: block;
	height: 100%;
	width: auto; 
	
	margin: 0px auto; 
}

ol.video-list li:before {
	display: inline-block;
	width: 22px;
	text-align: right;
	counter-increment: day;
	/*content: counter(day) " ";  */
	padding: 1px 5px 1px 0;
	margin-right: 6px;
	background: #789;
	color: #fff;
	
}


p.video-title {
	font-weight: bold;
	white-space:nowrap;
	/*margin-bottom: 1px;*/
	padding-bottom: 2px;
	overflow: hidden;
  -o-text-overflow: ellipsis; /* pour Opera 9 */
  text-overflow: ellipsis;
  color: #1B6991;
  
}

p.video-thumbnail {

	background-color: #000;
	text-align: center;
	height: 111px;
	border-bottom: 1px solid #C4C4C4; 
	border-top: 1px solid #C4C4C4;
}

div.account-tab-div p.video-thumbnail {
height: 107px;
}

p.video-footer {

	text-align: right;
	color: #999;
	/*margin-bottom: 1px;*/
	padding-top: 2px; 
}

