/* Home Screen CSS Document */


#quotes { width: 680px; height: 210px; }

#quotes .quote { width: 680px; height: 210px; background: url(../../images/home_quote.gif) center center no-repeat; }
#quotes .quote p { display: none; visibility: hidden; }

.dvd-banner { width: 274px; height: 86px; padding: 89px 0 0 136px; background: url(../../images/home_banner_the_man_dvd.jpg) top left no-repeat; }
.dvd-banner p { display: none; visibility: hidden; }
.dvd-banner .buttons { width: 262px; }
.dvd-banner .buttons div { width: 126px; height: 55px; float: left; background-position: 0 0; background-repeat: no-repeat; }
.dvd-banner .buttons a { width: 126px; height: 55px; display: block; background-position: 0 0; background-repeat: no-repeat; }
.dvd-banner .buttons a:hover { background-position: 0 -55px; }
.dvd-banner .buttons span { display: none; visibility: hidden; }

.dvd-banner .buttons .amazon,
.dvd-banner .buttons .amazon a { background-image: url(../../images/preorder_amazon.gif); }
.dvd-banner .buttons .play,
.dvd-banner .buttons .play a { background-image: url(../../images/preorder_play.gif); }
/*
.live-table-header { width: 240px; height: 40px; background: url(../../images/home_tourdates.gif) #292929 3px center no-repeat;  }
.live-table-header h2 { display: none; visibility: hidden; }

.live-table { margin-left: auto; margin-right: auto; }
.live-table td { background-color: #141414; font-size: 70%; color: #fff; border-bottom: 1px solid #000; }
.live-table td.date { font-weight: bold; padding-left: 6px; }
.live-table td.link { background-color: #292929; font-weight: bold; padding-left: 6px; font-size: 80%; }
.live-table td.link a:link, .live-table td.link a:visited { color: #fff; text-decoration: none; }
.live-table td.link a:active, .live-table td.link a:hover { color: #d0ad67; text-decoration: none; }*/
