/* styling of the container. */ 
a.myPlayer { 
    display:block; 
    width: 320px; 
    height:152px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    border:1px solid #999; 
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:35px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}


#predef-clipbooks  {
	margin-top:10px;
}

.clipbook-details{
	vertical-align:top;
}
.clipbook-text{
	margin-top:7px;
	margin-bottom:15px;
}
.clipbook-text, .clipbook-order {
	font-weight:normal;	
	font-size:14px;
	color: #0099FF;
}
.clipbook-price,.clipbook-duration, .clipbook-pagecount {
	font-weight:normal;	
	font-size:14px;
	color:red;
}
