
/* - - - - - - - - - - - - - - - - - - - - - - - */
/* Disney DVD Games                              */
/* General stylesheet                            */
/* - - - - - - - - - - - - - - - - - - - - - - - */

@media screen {

body { background: url(../images/bg_page_solid.png); }
#wrapper { background: url(../images/bg_page_gradient.png) 0 0 repeat-x fixed; }
#printbutton { margin: 0; padding: 0; position: absolute; top: 0; left: 20px; }
#printbutton a { padding: 10px 0 10px 30px; background: url(../images/bt_print.gif) 0 50% no-repeat; display: block; }

}


@media print {
#printbutton, #closebutton { display: none; }
}


@media all {

body { font: .7em Verdana, "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif; margin: 0; padding: 0; }
#content { padding: 0 20px 20px; }

#closebutton { padding: 10px 10px 0; text-align: right; }

hr { border: 0; height: 2px; background: #73c6ef; overflow: hidden; display: none; }

a { color: #063f5b; }
a:hover { text-decoration: none; }

em { color: #c00; font-style: normal; }

h1, h2, h3, h4 { margin: 0 0 .8em 0; }
h1 { font-size: 1.3em; border-bottom: 2px solid #73c6ef; }
h2 { font-size: 1.1em; }
h3 { font-size: .9em; color: #111; }
h3.canada { margin-top: 4em; }
h4 { font-size: 1em; font-weight: bold; }

p.copyright { font-size: .9em; margin-top: 2em; }

ol { margin: 0 0 0 3em; padding: 0; }
p.address { margin-left: 3em; }

p.coupon { text-align: center; }

}