/* CSS Document */

#sortOptions {margin-bottom: 20px;}
#pageControls {float: right;}
.pageLink {border: 1px solid #606060; display: inline-block; width: 16px; height: 16px; text-align: center; line-height: 16px; margin-right: 2px; text-decoration: none; color: #c0c0c0;}
.pageLink.current {border-bottom: 2px solid #CC0000; height: 15px;}

.rating {display: inline-block; height: 15px; width: 79px; background: url(images/stars-alt-empty.png) top left no-repeat;}
.ratingValue {height: 15px; background: url(images/stars-alt-full.png) top left no-repeat;}
.black .rating {background: url(images/stars-empty.png) top left no-repeat;}
.black .ratingValue {background: url(images/stars-full.png) top left no-repeat;}
.video {float: left; margin: 0 30px 20px 0; width: 120px;}
.videoThumbnail {width: 120px; height: 90px; border: 0;}
.video h4 {font-weight: bold; font-size: 1em; margin: 0; padding: 4px 0;}
.video.wide {width: 270px; margin: 0 0 20px 0; height: 90px;}
.video.wide .videoThumbnail {float: left; margin-right: 20px;}
