/* jupiter_content.css */

/* For BOTH Layouts, see:
   /includes/jupiter.css

   For CONTENT Layout, see:
   /includes/jupiter_content.css

   For CONTENT IE OVERRIDE, see:
   /includes/jupiter_content_override.css

   For PRINT Layout, see:
   /includes/jupiter_print.css */

div#entirety div#shell div#content_shell { margin: 0px 165px 0px 10px; }

div#entirety div#shell div#content_shell div#content_bottom { background-image: url('/images/layout/generic/content-bottom-bg.jpg'); }

div#entirety div#shell div#content_shell h3 { background-image: url('/images/layout/generic/content-header-bg.jpg'); }

div#entirety div#shell div#content_shell div#content div#releases_shell div#releases ul { float: none;
	width: auto; }

/* EXTRAS Layout */
div#entirety div#shell div#content_shell div#extras { position: absolute;
	top: 151px;
	width: 151px;
	margin-left: 597px;
	background: url('/images/layout/generic/extras-flow.jpg') repeat-y left top;
	color: #fff; }

div#entirety div#shell div#content_shell div#extras div#extras_top { height: 30px;
	background: url('/images/layout/generic/extras-top-bg.jpg') no-repeat left top; }

div#entirety div#shell div#content_shell div#extras a { color: #fff;
	text-decoration: none; }
div#entirety div#shell div#content_shell div#extras a:hover { text-decoration: underline; }

/* IMAGEBOX Layout */
div#entirety div#shell div#content_shell div#extras div.imagebox { padding: 5px 0px;
	text-align: center; }
div#entirety div#shell div#content_shell div#extras div.imagebox p { margin: 0px;
	padding: 5px 10px 8px;
	background: url('/images/layout/generic/extras-separator.jpg') no-repeat center bottom;
	text-align: left; }
/* EO.IMAGEBOX Layout */

/* FILES Layout */
div#entirety div#shell div#content_shell div#extras div#files { padding: 0px 10px 5px; }
div#entirety div#shell div#content_shell div#extras div#files ul { margin: 0px;
	list-style: none; }
div#entirety div#shell div#content_shell div#extras div#files ul li { padding: 5px 0px 5px 25px;
	background: no-repeat 0em 0.4em; }
div#entirety div#shell div#content_shell div#extras div#files ul li.doc { background-image: url('/images/icon-doc.gif'); }
div#entirety div#shell div#content_shell div#extras div#files ul li.pdf { background-image: url('/images/icon-pdf.gif'); }
div#entirety div#shell div#content_shell div#extras div#files ul li.xls { background-image: url('/images/icon-xls.gif'); }

/* NAVI EXTERNAL */
div#entirety div#shell div#content_shell div#extras a[href^='http'], div#entirety div#shell div#content_shell div#extras a[href^='mailto:'], div#entirety div#shell div#content_shell div#extras a[href^='/files/'] { padding-right: 15px;
	background: url('/images/layout/generic/extras-navi-external.gif') no-repeat 100% 60%; }
div#entirety div#shell div#content_shell div#extras a[href^='http']:hover, div#entirety div#shell div#content_shell div#extras a[href^='mailto:']:hover, div#entirety div#shell div#content_shell div#extras a[href^='/files/']:hover { background-image: url('/images/layout/generic/extras-navi-external-ro.gif'); }
/* EO.NAVI EXTERNAL */
/* EO.FILES Layout */

div#entirety div#shell div#content_shell div#extras div#extras_bottom { height: 30px;
	background: url('/images/layout/generic/extras-bottom-bg.jpg') no-repeat left bottom; }
/* EO.EXTRAS Layout */