/*  DVD CSS File */

.dvd-container { width: 345px; background: url(../../images/dvd_container_background.gif) top left repeat-y; }
.dvd-container-top { width: 345px; height: 10px; background: url(../../images/dvd_container_top.gif) top left no-repeat; overflow: hidden; }
.dvd-container-bottom { width: 345px; height: 10px; background: url(../../images/dvd_container_bottom.gif) top left no-repeat; overflow: hidden; }
.dvd-content { width: 315px; padding: 0 15px; text-align: center; }
.dvd-image { float: left; width: 90px; }
.dvd-information { float: left; width: 215px; }
.dvd-information h2 { font-size: 76%; font-weight: bold; margin: 0.4em; color: #012d84; }
.dvd-information p { font-size: 70%; line-height: 1.2em; }
