/* CSS Document */
body { background: #000; }
#container #toolbar { background: url(/static/images/toolbar.jpg) 0 0 no-repeat; }

#container #header { background: url(/static/images/header.jpg) top center no-repeat; }
#container .topmenu li a { background: url(/static/images/bg-menuitem.png) top left no-repeat; }
#container .topmenu li a:hover { background: url(/static/images/bg-menuitem.png) bottom left no-repeat; }

#container #global .module h3,
#secondary-column h3 { background: url(/static/images/bg-title.gif) 0 0 repeat-x; }
#container #global .module .scene { background: url(/static/images/bg-scene.jpg) 0 135px no-repeat; }
#container #global .dvd { background: url(/static/images/bg-scene.jpg) 0 265px no-repeat; }
#container #global .latest-update2 { background: url(/static/images/bg-latestupdate.jpg) bottom left repeat-x; }

#container #global .dvd-info,
#container #global .dvd-scene1,
#container #global .scene-info { background: url(/static/images/bg-latestupdate.jpg) bottom left repeat-x; }

#container #global #menu-categories,
#container #global #straight-porn,
#container #global #featured-pornstars { background: #bee2de url(/static/images/bg-sidebar.jpg) bottom left repeat-x; }

#container #global #primary-column .seeall { background: url(/static/images/bg-seeall.jpg) top right no-repeat; }

#container #global .trailer-buttons { background: #000 url(/static/images/bg-downloadbar.gif) 0 0 repeat-x; }
#container #global .trailer-buttons .button-normal { background: #000 url(/static/images/bg-btn-normal.gif) 0 0 no-repeat; }
#container #global .trailer-buttons .button-normal span { background: #000 url(/static/images/bg-btn-normal.gif) top right no-repeat; }
#container #global .trailer-buttons .button-hd { background: #000 url(/static/images/bg-btn-hd.gif) 0 0 no-repeat; }
#container #global .trailer-buttons .button-hd span { background: #000 url(/static/images/bg-btn-hd.gif) top right no-repeat; }
#container #global .trailer-buttons .download strong { background: url(/static/images/ico-download.gif) center left no-repeat; }
#container #global .trailer-buttons .streaming strong { background: url(/static/images/ico-streaming.gif) center left no-repeat; }

#container .playbutton { background: url(/static-parent/images/playbutton.png) center center no-repeat; }
#container .playbutton-big { background: url(/static-parent/images/playbutton-big.png) center center no-repeat; }
* html #container .playbutton { background: url(/static-parent/images/playbutton-square.jpg) center center no-repeat; } /* Non-transparent button for IE6 */
* html #container .playbutton-big { background: url(/static-parent/images/playbutton-square.jpg) center center no-repeat; } /* Non-transparent button for IE6 */

#container #global #footer { background: url(/static/images/bg-footer.jpg) 0 0 no-repeat; }
