/* CSS Document */

body
{ margin: 0px;
  padding: 0px;
  font: 11px arial, helvetica;
  background-color: #A94624;
   }

body.story_popup{
	margin: 15px;
}

td, tr
{
 font: 11px arial, helvetica;  
}

.home
{ color: #633600; //#633600
  font-size: 11px;
  line-height: 16px;
  font-family: arial, helvetica;
  text-align: left; }

.copy
{ color: #633600;
  font-size: 11px;
  line-height: 16px;
  font-family: arial, helvetica;
  text-align: justify;  
  }

.small
{ color: #633600;
  font-size: 10px;
  font-family: arial, helvetica; }

.header
{ color: #633600;
  font-size: 12px;
  font-family: arial, helvetica; }

.footer
{ color: #ffffff;
  font-size: 10px;
  font-family: arial, helvetica;
  text-align: center; }


a:link
{ color: #8A1E04;
  text-decoration: underline; }
	
a:visited
{ color: #8A1E04;
  text-decoration: underline; }
	
a:active
{ 
  text-decoration: none;}
	
a:hover
{ 
  text-decoration: none;}


.more a:link
{ color: #8A1E04;
  text-decoration: none;
  font-size:9px; }

.more a:visited
{ color: #8A1E04;
  text-decoration: underline;
  font-size:9px; }

.more a:active
{ 
  text-decoration: none;
  font-size:9px; }

.more a:hover
{ 
  text-decoration: underline;
  font-size:9px; }


.footer a:link, .footer a:visited, .footer a:active
{ color: #633600;
  text-decoration: none; }

.footer a:hover
{ color: #633600;
  text-decoration: underline; }


p
{ margin: 4px 0 2px 0;
	line-height: normal; }


h3
{ margin: 8px 0 4px 0;
	width: 500px;
	border-bottom: 1px solid #633600;
	font-size: 12px;
	font-family: Arial, Helvetica;
	font-weight: bold; }


hr
{ height: 1px;
	border: 0;
	border-top: 1px solid #633600;
	margin: 12px 0 6px 0; }


input
{ margin: 2px 0 0 10px;
	border: 1px solid #633600;
	background-color: #E1D6C9;
	padding: 1px;
	color: #633600; }


table.cart
{ margin-bottom: 10px;
	width: 500px;
	border: 1px solid #633600; }

table.cart th
{ background-color: #E1D6C9;
	text-align: center;
	color: #633600;
	font-weight: bold; }

table.cart td
{ border-top: 1px solid #633600;
	padding: 2px;
	vertical-align: top;
	text-align: center;
	color: #633600; }

table.cart tr.a td
{ background-color: #B09370; }

table.cart tr.b td
{ background-color: #E1D6C9; }

table.cart tr.c td
{ border: 0;
	text-align: right; }

table.cart tr.d td
{ text-align: right; }

table.cart tr.a input, table.cart tr.b input
{ margin: 2px;
	border: 1px solid #633600;
	padding: 1px;
	color: #633600;
	text-align: center; }

table.cart tr.a input
{ background-color: #E1D6C9; }

table.cart tr.b input
{ background-color: #B09370; }


.button
{ margin: 2px 4px;
	height: 25px;
	border: 0;
	background-color: #B09370;
	cursor: pointer; }
	
.left_inline{
	float: left;
	margin-right: 5px;
}

.story_popup .left_inline{
	margin-right: 10px;
	margin-bottom: 10px;
}

.story{
	display: block;
	clear: both;
	margin-bottom: 20px;
	height: 105px;
}

.story img, .story_popup img{
   border: 1px solid #333333;
}

.story_popup p{
	line-height: 1.5em;	
	padding-bottom: 5px;
}

.story_body{
	margin-bottom: 20px;
}

.story_title{
	font-weight: bold;
	font-size: 1.1em;
}

.quote_author{
	display: block;
	float: right;
	padding-right: 50px;
	font-size: 1.1em;
	font-weight: bold;
}

.quote{
	font-weight: bold;
}

.story_popup{
	background-color: #B09370;
}