
/*********** 
   GLOBAL 
 ***********/

body {
  background-image: url(/images/bg.jpg);
  background-repeat: repeat-x;
  background-color:#171717;
  font-family:Tahoma, "Times New Roman", Times, serif;
  color:#000000;
  font-size:13px;
  line-height:1.5em;
	margin:0;
	padding:0;
}

div#leftcol {
	float:left;
	width:300px;
}

div#rightcol {
	float:left;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/*********** 
   HEADER
 ***********/
div#header {
	height: 95px;
	background: url(/images/layout/header_bg.gif) repeat-x;
	text-align:left;
}

div#header_right {
  float:right;
  margin-right:55px;
}

div#bar {
  clear:both;
	height: 12px;
	background-color: #333333;
}

a {
  color: #717273;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}

h1,h2,h3 {
  line-height:normal;
	margin:0;
}

.flash_error {
  color: #b1383c;
}

form {
	margin: 0;
}

p.sub {
  font-size:13px;
  color: #717273;
  margin-top:5px;
  font-style:italic;
}

div#cart_link {
	color: #666666; 
	text-align:right;
	margin-right: 20px;
}

div#nav a {
	color: white;
	padding: 0 5px 0 5px;
}

div#secondary_nav {
	padding-bottom: 2px;
}
div#secondary_nav a {
	color: #666666;
	padding: 0 5px;
}

div#container{
  min-height: 630px;
  height: auto !important; 
  height: 565px;
	background-color: #FFFFFF;
	text-align:left;
	padding: 15px 50px;
}

div#container_footer{
	padding-top:20px;
	border-top: 2px solid #cdcdcd;
	background-color: #FFFFFF;
}
div#content {
  margin-top:50px;
  text-align:center;
}

div.subcontent {
  width:400px;
  text-align:left;
  padding-left:50px;
}

#flash {
	border: 2px solid #e5e5e5;
	padding: 3px 5px;
	margin-bottom: 5px;
}

/* BOXES */

div.box {
  width: 700px;
	padding: 15px 0;
}
div.box_title {
  height: 25px;
  color: #4D4D4D;
  font-weight:bold;
  font-size: 12px;
  background: url(/images/box_top.gif);
  padding: 5px 0 0 25px;
}

div.box_body {
  background: url(/images/box_middle.gif);
  padding: 25px 20px 0 20px;
  padding-bottom:1px;
}

div.box_body a {
	display: block;
	text-decoration:none;
}

div#description {
	text-align:left;
}

div.box_footer {
  height:25px;
  background: url(/images/box_bottom.gif);
}

/* CUSTOM PRODUCT BOXES */
div.product_box div.box_body {
	position: relative;
	/* height: 243px; */
}
div.product_box a.box_arrow {
	position: absolute;
	right: -11px;
	top: 115px;
}

div.show_product_box {
	text-align: center;
}

/*********** 
    PRODUCTS
 ***********/

table.product_list{
	border-collapse: collapse;
}

table.product_list td.spacer { border: none; }
table.product_list td.spacer div {
	height: 15px;
	width: 659px;
	border-bottom: 2px solid #cdcdcd;
	margin: 0px 0 15px 0;
}

table.product_list tr.new td {
	padding-top: 10px;
}

table.product_list td  {
	width:220px;
	border-right: 2px solid #cdcdcd;
	color: #4D4D4D;
}

table.product_list td.end {
	border-right: none;
}

table.product_list h1 {
	font-size:14px;
}

table.product_list h2 {
	font-size:12px;
	font-weight: normal;
	width: 200px;
}

table.product_list .product_top_details {
	height: 165px;
}

/*********** 
    CART / ORDER
 ***********/
#cart, #order {
	width: 100%;
}
#cart th, #order th {
	font-size: 14px;
}
#cart td, #order td {
	padding: 10px 5px;
	border-bottom: 2px solid  #e5e5e5;
}
#cart td.quantity, #cart td.price,
#order td.price {
	text-align: right;
}
#cart td.price .monthly,
#discounts td.amount .monthly,
#order td.price .monthly {
	color: black;
	font-size: 80%;
	padding: 0;
	margin: 0;
}

#cart_bottom, #order_bottom {
	width: 100%;
	table-layout: fixed;
	padding: 0;
}
#cart_bottom td, #order_bottom td {
	padding: 10px 5px;
	border-bottom: 2px solid  #e5e5e5;
}

#cart_bottom td.code {
	text-align: right;
	border: none;
	padding-top: 20px;
}
#cart_bottom td.amount {
	text-align: right;
	padding: 0;
}
#cart_bottom td.amount_description {
	text-align: right;
	padding: 5px 2px;
}

#discounts {
	float: right;
}
#discounts_bar h3 {
	float: left;
	font-weight: normal;
	margin-top: 5px;
}
#discounts td {
	border: none;
	padding: 5px 0;
	text-align: right;
}
#discounts .code {
	padding-right: 5px;
}
#discounts .amount {
	color: red;
	width: 100px;
}

#cart_buttons {
	text-align: right;
	padding: 10px 0;
}

/*********** 
    ORDER 
 ***********/

#order {
	margin-top: 10px;
}
#order th {
	padding: 2px 10px;
	background-color: #e5e5e5;
}
#order td.quantity {
	text-align: center;
}

#order_totals {
	table-layout: fixed;
}
#order_totals td {
	border: none;
	padding: 5px 0;
	text-align: right;
}

#order_addresses {
	border-bottom: 2px solid #e5e5e5;
	margin: 20px 0 25px 0;
	width: 100%;
}
#order_addresses td {
	padding: 5px 0;
}
#order_addresses td h3 {
	background-color: #e5e5e5;
	padding: 2px 5px;
	font-size: 15px;
}
#order_addresses td p {
	padding: 0px 5px;
	margin-bottom: 15px;
}

#order_payment {
	margin-bottom: 10px;
}

#order_comments h3 {
	background-color: #e5e5e5;
	padding: 2px 5px;
	margin: 25px 0 0 0;
}
#order_comments p {
	padding: 3px 0;
	margin :0;
}

/*********** 
    PAYMENT 
 ***********/


div#payment input.input_img {
  border:0;
}

div#payment td.label {
	text-align:right;
}
#purchase-form label, #purchase-form input, #purchase-form select
{
    display: inline;
}

#cc-visa, #cc-mastercard, #cc-amex
{
    text-align: left;
    text-indent: -9999px;
    width: 37px;
    height: 23px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

label#cc-visa
{
    background-image: url(/images/buy-visa.png);
}

label#cc-mastercard
{
    background-image: url(/images/buy-mastercard.png);
}

#purchase-form form label
{
    padding-right: 0.3em;
}

label#cc-amex
{
    background-image: url(/images/buy-amex.png);
}
td#cc-type input
{
    float: left;
    width: 1em;
    margin-left: 5px;
}

table.purchase
{
  color: #000000;
}

/***************** 
   LOGIN
 *****************/

div#login{
	text-align:left; 
	width:621px; 
	height:299px; 
	background-image: url(/images/login_bg.gif);
	margin:auto;
}

div#login h1 {
	font-weight:normal;
	font-size: 18px;
	color: #4D4D4D;
}

div#login h2 {
	font-size: 20px;
}

div#login td.number {
	color: #999999;
	font-size: 35px;
	font-weight:bold;
}

div#login td.step {
	line-height: 16px;
}

/***************** 
   PDNA Ebook
 *****************/

div#ebook_pdna_confirm{
  text-align:center; 
  width:621px; 
  height:168px; 
  background-image: url(/images/ebook_pdna_bg.gif);
  margin:auto;
  margin-top: 25px;
  padding: 35px 0 0 0;
}

/***************** 
   LISTS
 *****************/

table.list {
	width: 100%;
}

table.list td, table.list th {
	text-align: center;
}

table.list .even {
	background-color: #EFEFEF;
}

/***************** 
   FOOTER
 *****************/

div#footer {
  padding: 10px 0;
  font-size:9px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
}

div#footer a {
  text-decoration:none;
}