body
{
	background-color: #000000;
	color: #ffffff;
	font-family: Georgia, Times, "Times-New Roman", serif;
	font-size: medium;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p
{
	line-height: 1.4;
}

li
{
	line-height: 1.4;
	padding: 0.2em 0;
}

.p_container
{
	width: 540px;
	margin: 20px auto;
	text-align: left;
	position: relative;
}

.p_center
{
	text-align: center;
}

.p_text
{
	text-align: left;
}

.p_small
{
	font-size: 80%;
}

.p_big
{
	font-size: 120%;
}

.p_red
{
	color: red;
}

.p_grey
{
	color: #a0a0a0;
}

.p_gold
{
	color: #ffbb00;
}

.p_big_grey
{
	font-size: 120%;
	color: #a0a0a0;	
}

.p_note
{
	padding: 8px 0;
	font-size: 80%;
	color: #a0a0a0;;
	text-align: left;
}

.p_printable
{
	padding: 10px;
	font-size: 80%;
	text-align: center;
}

.p_main_image, .p_iiiiiiiv_image
{
	padding: 0px;
	margin: 10px;
	border: 0;
}

.p_center table
{
	margin: 0 auto;
}

#p_solution
{
	padding: 12px 0;
}

.p_table table, #p_solution table, .p_table_filled table
{
	padding: 0;
	border-collapse: collapse;
}
.p_table tr, #p_solution tr
{
	padding: 0;
	margin: 0;
}
.p_table td
{
	border: 1px solid #b8a454;
	padding: 6px;
	margin: 0;
}
.p_table th
{
    border: 1px solid #b8a454;
    padding: 6px;
    margin: 0;
	background: #202020;
	font-weight: normal;
} 
.p_table_filled td
{
    border: 1px solid #b8a454;
    padding: 6px;
    margin: 0;
	background: #202020;
} 

#p_solution td
{
	border: 1px solid #b8a454;
	padding: 6px;
	margin: 0;
	height: 32px;
}

td.p_puzdesc
{
	text-align:center;
	border-bottom:1px solid black;
}

td.p_puzpuz
{
	text-align:center;
	border-top: 1px solid black;
}

td.p_puzsol
{
	text-align:center;
	border-top: 1px solid black;
}


.p_social_links
{
	padding: 24px 8px 8px 8px;
	margin: 0 auto;
	text-align:center;
}

.p_social_links img
{
	border: none;
	margin: 4px;
}

.p_blockquote
{
	margin: 0 0 0 3em;
}

a:link
{
	color: #ffbb00;
	text-decoration: none;
}

a:visited
{
	color: #ff7700;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	color: #ff0000;
	text-decoration: none;	
}

.vspace5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.faq-answer {
    padding: 4px 0 0 44px;
    background-image:url(/planetarium/graphics/brassball.gif);
    background-position: top left;
    background-repeat: no-repeat;
    margin: 1em 0 2.5em 0;
}
.p-faq h4 {
    margin-bottom: 0.333em;
}

.p_blockquote .quotation {
    margin-left: -20px;
    padding-left: 48px;
    padding-bottom: 0.666em;
    background-image:url(/planetarium/graphics/quotes.gif);
    background-position: top left;
    background-repeat: no-repeat;
}
.p_blockquote .quotation p {
    margin-right: -20px;
    padding-right: 44px;
    background-image:url(/planetarium/graphics/quotes.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}
#external_reviews .quotation {
   padding-bottom: 0;
}
#external_reviews .details p{
  margin: 0 2em 2em 4em;
  padding-top: 0;
  text-indent: -1em;
}
#external_reviews .details {
  padding-bottom: 0.2em;
  margin-bottom: 2.5em;
  background-image:url(/planetarium/graphics/p_stripe.gif);
  background-position:bottom left;
  background-repeat: no-repeat;
}

