body {
	font-family: Arial, Helvetica, sans-serif;
	background: #8d8469 url(/images/background.gif) top left repeat-x;
	margin: 0;
	padding: 0;
}
#wrapper {
	min-height: 1200px;
	width: 1024px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-image: url(/images/center_background.png);
}
#container {
	width: 1000px;
	margin: 0 auto;
}
#header {
	height: 117px;
}
#logo {
	margin: 20px;
}
#contents {
	background-repeat: repeat-x;
	background-image: url(/images/main_background.gif);
	height: 580px;
}
#big_contents {
	background: #fff;
	border-bottom: 5px solid #1D2670;
	padding: 15px 20px 25px 20px;
}
#subcontents {
	background-repeat: repeat-x;
	background-image: url(/images/sub_background.gif);
	height: 580px;
}
#karma_block {
	padding: 25px;
}
#download_block {
	padding-left: 65px;
	width: 280px;
}
#seocopy {
	padding: 5px 20px 0px 20px;
	font-size: 10px;
	width: 965px;
	color: gray;
	text-decoration: none;
}
#download_block p {
	margin: 0 0 10px 0;
	padding: 0;
	color: #5d5d5d;
	font-size: 11px;
}
td.menu {
	padding-top: 6px;
}
ul#menu {
}
ul#menu li {
	display: inline;
	list-style: none;
}
ul#menu li a {
	color: #5d5d5d;
	font-weight: bold;
	margin-top: 5px;
	padding: 15px 30px;
	text-decoration: none;
}
ul#menu li.active a {
	background: url(/images/spike.gif) bottom center no-repeat;
}

td.white_box {
	background-color: #fff; 
	width: 445px;
	font-size: 12px;
	padding-top: 20px;
}

td.white_box h3 {
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0;
}
td.white_box p {
	font-size: 13px;
	margin: 0;
	margin: 0 0 5px 0;
	padding: 0;
	color: #5d5d5d;
}
td.white_box p a {
	color: #016f96;
	text-decoration: none;
}
td.white_box p a:hover {
	text-decoration: underline;
}
#footer {
	text-align: center;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 25px;
	color: #5d5d5d;
}
#footer a {
	color: #5d5d5d;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p.copyright {
	font-size: 12px;
}
subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4e4e4e;
	text-decoration: none;
	text-align: left;
	font-size: 22pt;
	margin: 0 0 0 8px;
}
.clear {
  clear: both;
}
h3.slogan {
  font-family: Georgia, "Times New Roman", Times, serif;
	color: #888;
	margin-right: 20px;
	font-style: italic;
	font-weight: normal;
	font-size: 10pt;
}
h3.copy {
  font-family: Georgia, "Times New Roman", Times, serif;
	color: #888;
	margin-right: 20px;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
}
h4 {
  margin: 0;
  padding: 0 0 3px 0;
}
div.notice {
  text-align: left;
	border: 2px solid #E9EBC6;
	background-color: #FAFDBD;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
}
div.error {
  text-align: left;
	border: 2px solid #FACDC8;
	background-color: #FAD8D4;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
}

/* === CHECKOUT === */
#line_items_wrapper {
	padding: 5px;
	background-color: #e7e8e8;
}
#line_items {
	background-color: #e7e8e8;
	border-collapse: collapse;
}
#line_items th {
	padding: 5px 0;
}
#line_items tr.white td {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	padding: 5px;
}
#line_items td.price {
	text-align: right;
	padding-right: 3px;
}
#line_items td.no_border {
	border: 0px !important;
}
#line_items td.bold {
	font-weight: bold;
}
#line_items span.super_small {
	font-size: 10px;
	color: #666;
}
fieldset {
	width: 400px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
fieldset legend {
	font-size: 14px;
	font-weight: bold;
	color: #754c29;
}
fieldset td {
	padding-left: 10px;
}
fieldset th {
	text-align: right;
	font-weight: normal;
	color: #808285;
}
a.modify_order {
	font-size: 14px;
	color: #754c29;
	text-decoration: none;
	padding-top: 10px;
}
#cart_container {
	margin-right: 20px;
	font-size: 12px;
	color: #666;
}
#cart_container a {
	color: #666;
	text-decoration: none;	
}

#line_items {
  border: solid 1px #1D2670;
  border-collapse: collapse;
  margin: 10px 0;
}

#line_items th {
  font-size: 10px;
  color: #FFF;
  background-color: #1D2670;
  padding: 4px 8px;
  padding-bottom: 4px;
  text-align: left;
}

#line_items td {
  padding: 4px 8px;
}

#line_items .even td {
  background-color: #E3E6FF;
}

#line_items .odd td {
  background-color: #D1D8F6;
}

#line_items .price {
  text-align: right;
  font-weight: bold;
}

#line_items .qty {
  text-align: center;
}

#line_items .total {
  border-top: solid 1px #1D2670;
}

table.grid {
	border-collapse: collapse;
	border: 1px solid #aaa;
}
table.grid th {
	background-color: #efefef;
	font-weight: bold;
}
table.grid td, table.grid th {
	border: 1px solid #ccc;
	padding: 3px 5px;
	font-size: 12px;
}