/* Pay per view pages dedicated CSS */


ul.spaced li { margin: 0.5em 0; padding: 0 }
ul.spaced { margin: 0; padding-left: 1em }


td { font-weight: bold }
                                          
.ppvscenes {
 background-color: #33F;
 border-collapse: collapse;
 margin: 0.7em 50px;
 border: 2px solid yellow;
}

.ppvscenes td, .ppvscenes th {
 padding: 10px;
 border-bottom: 1px solid yellow;
 height: auto; vertical-align: top;
}

.headings th {
 border-bottom: 2px solid yellow;
 white-space: nowrap;
}

.volume td {
 background-color: #55F;
 text-transform: uppercase;
 text-align: center;
}

.scenecell {
 border-right: 1px solid yellow; white-space: nowrap;
 height: auto; vertical-align: top;
 background-color: #44F;
 font-family: sans-serif;
 font-size: 90%;
}

.scenetitle { color: aqua; padding-bottom: 0.3em }
.scenenumber { color: #FF8; text-transform: uppercase; padding-bottom: 0.3em }

td.ppvcell {
 padding: 0 10px 10px;
 white-space: nowrap;
 font-family: sans-serif;
 font-size: 90%;
 text-align: center;
}

.ppvcell img {
 width: 70px; height: 70px;
 background-color: #00F;
 padding: 5px; margin: 10px 0;
 border: 2px solid yellow
}

td.samplecell { text-align: center; padding-bottom: 0 }
.samplecell img { margin-bottom: 10px }
.samplecell a:link img { border: 1px solid #FF0 }
.samplecell a:visited img { border: 1px solid #990 }

.pricenotice { padding: 0.4em; background-color: #DE2063; color: white }
p.pricenotice { margin-bottom: 0 }

ul.pagenavbar a { font-size: 125% }
ul.pagenavbar {
 margin-left: 50px;
 margin-right: 50px;
}