h2.worksTitle {
    margin: 0em;
}

#wwFaceouts {
    padding-left: 10px;
    clear: both;
}

.faceoutImage {
    width: 110px;
    height: 110px;
    text-align: center;
    margin-bottom: 2px;
}

.faceoutImage img {
    border: none;
}

.faceoutReviewStars {
    margin-top: 4px;
    padding-bottom: 4px;
}

/* <%-- For IE to show the dotted hover underline --%> */
.faceoutTitlePlain a {
    margin-bottom:2px;
    font-size:0.85em;
    font-weight:bold;
    text-align:center;
    text-decoration: none;
}

.faceoutTitlePlain a:hover {
    text-decoration: underline;
}

.faceoutTitle a {
    margin-bottom:2px;
    font-size:0.85em;
    font-weight:bold;
    text-align:center;
    text-decoration: none;
}

.faceoutTitle a:hover {
  border-bottom :1px dashed;
}

.faceoutPrices {
    font-family: arial;
    font-size: 0.85em;
    padding-bottom: 2px;
    padding-top: 7px;
    white-space: nowrap;
}

.faceoutPrices .pipe {
    color: #CCCCCC;
}

.faceoutPrices a:link {
    font-family: arial;
}

.faceoutPrices .price {
    font-family: arial;
}

.faceoutReleaseDate {
    margin-top: 2px;
    font-size: 77%;
}

.faceoutReleaseDateYear {
    font-family: verdana;
    font-weight: normal;
    white-space: nowrap;
}

/* Filtering */

#wwFilterContainer {
    float: right;
}

#wwFilter {
    position: relative;
}

#wwFilterTrigger {
    font-size: 0.85em;
    white-space: nowrap;
}

#wwFilterTrigger a {
    text-decoration: none;
    border-bottom: 1px dashed;
}

#wwFilterPopOver {
    display: none;
    position: absolute;
    left: 0;
    width: 200px;
    z-index: 500;
}

/* Pagination */

#wwPagination {
    padding: 4px 0 8px 0;
}

.pagnDisabled {
  color: #999999;
  padding: 2px;
  white-space: nowrap;
}

div.pagn .pagnCur
{
  font-weight: bold;
  padding: 0 5px;
}

div.pagn .pagnMore, div.pagn .pagnSep {
  padding: 0 2px;
}

div.pagn a {
    color: #004B91;
    padding: 6px;
    text-decoration: none;
    white-space: nowrap;
}

div.pagn a:hover, div.pagn a:active
{
    background:#FFFFFF none repeat scroll 0;
    border:1px solid #004B91;
    color:#E47911;
    padding:5px;
    text-decoration:none;
    white-space:nowrap;
}

/* Resizing */

#wwFaceouts.njsColumns div.wwCell {
  width: 280px;
}

#wwFaceouts.twoColumns div.wwCell {
  width: 95%;
}

#wwFaceouts.fourColumns div.wwCell {
  width: 47%;
}

#wwFaceouts.sixColumns div.wwCell {
  width: 32%;
}

#wwFaceouts.twelveColumns div.wwCell {
  width: 16%;
}

