/* CSS file for FRONT end of shopping cart  */
/* This could be all of the CSS or just any adjustments  */
/* depending upon whether a CMS is used or a template etc   */



/* Reset browser defaults
-------------------------------------------------------------- */



html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, ol, ul, li, menu,
fieldset, label, legend, caption, thead,{
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
}



/* HTML & Body
-------------------------------------------------------------- */

html {
}

/* Default font settings. 
  The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
  background: #E9E9C5;
  color: #626262;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 75%;    /* 12px */
  line-height: 150%;    /* 18px */ 
}



/* Helper classes
-------------------------------------------------------------- */

.hide {
  display: none;
  visibility: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {                                 /* add .clearfix class to clear floats after an element */
  clear: both;                                    /* (IE version is in ie6-fixes.css) */
  content: "."; 
  display: block; 
  font-size: 0;
  height: 0; 
  visibility: hidden;
}

.first {
  margin-left: 0;
  padding-left: 0;
}

.last {
  margin-right: 0;
  padding-right: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}



/* Layout
-------------------------------------------------------------- */

#page {
  background: transparent url(http://www.organicnutrition.net/sites/all/themes/tnt_papaya_6/images/page-bg.png) repeat-y center;
  margin: 45px auto 0;                                 /* center page */
  padding: 0 20px;
  /*overflow: hidden;*/
  width: 960px;
}

#page-bottom {
  background: transparent url(http://www.organicnutrition.net/sites/all/themes/tnt_papaya_6/images/page-rounded-bg.png) no-repeat scroll left bottom;
  height: 14px;
  margin: 0 0 0 -13px;
  padding: 0;
  position: relative;
  width: 990px;
  z-index: 10;
}

/********************/
/* ALL PAGE REGIONS */
/********************/



/******************/
/* HEADER REGIONS */
/******************/

#header-top {
  background: transparent url(http://www.organicnutrition.net/sites/all/themes/tnt_papaya_6/images/page-rounded-bg.png) no-repeat scroll left top;
  height: 14px;
  margin: 0 0 0 -13px;
  padding: 0;
  position: relative;
  width: 990px;
  z-index: 10;
}

#header-wrapper {
  clear: both;
  min-height: 60px;
  position: relative;
}

#header-first {
  float: left;
  position: relative;
  top: 0;
  width: 650px;
}

#header-first #logo {                            /* logo postion.  default image replaced if you upload your own */
  float: left;
  margin: 10px 10px 10px 0;
}

#header-first h1 {
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-size: 3em;
  margin: 15px 0 0 0;
  text-transform: uppercase;
}

#header-first h1 a {                /* site name link */
  color: #ff7800;
  font-weight: normal;
  text-decoration: none;
}

#header-first h1 a:hover {
  color: #80a335;
}

#header-first #slogan {                          /* site slogan */
  color: #888;
  display: block;
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-size: 1.166em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

#header-middle {
}

#header-last {
  float: right;
  position: relative;
  top: 14px;
}

#header-last .block-wrapper {
  border: none;
}

#header-last .block-content {
  margin: 0;
  padding: 0;
}

#header-bottom {
}



/************************/
/*  MAIN AREA WRAPPER   */
/* (Sidebars + Content) */
/************************/

#main-wrapper {
  margin: 10px 0 0;
}


/*******************/
/* SIDEBAR REGIONS */
/*******************/

#sidebar-first {
  float: left;
}

#sidebar-last {
  float: right;
}


/*******************/
/* CONTENT REGIONS */
/*******************/

#content-wrapper {
  float: left;
}

#content-top {
  margin-bottom: 14px;
}

#content {
  margin: 0;               /* default spacing between content regions */
}

#content-inner {
}

#content-bottom {
  margin: 14px 0;
}

#node-bottom {
  margin: 30px 0 0 0;
}


/*****************/
/* FOOTER REGION */
/*****************/

#footer {
  border-bottom: 1px solid #D4D4B0;
  display: block;
  font-size: 1em;
  margin: 0 auto;
  padding: 18px 0 0;
  text-align: center;
  width: 990px;
}

#footer a:link,
#footer a:visited {
  color: #666638;
  text-decoration: none;
  text-transform: uppercase;
}

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

#footer ul {
  display: inline;
  margin: 0;
  padding: 0 0 0 9px;
}

#footer ul li {
  background: transparent none repeat;
  display: inline;
  padding: 0 5px 0 9px;
}

#footer ul li.first {
  border: none;
}

#footer ul li a {
  display: inline;
}

#footer .block {
  padding: 0;
}

#footer .block ul.menu li {
  border: none;
}

#footer-message {
  margin: 0 auto 20px;
  padding: 6px 0;
  text-align: center;
  width: 980px;
}


/****************************************/
/*          COLUMN LAYOUTS              */
/*                                      */
/* Classes for different column layouts */
/* that are applied to the <body> tag.  */
/****************************************/

/************************/
/* SINGLE COLUMN LAYOUT */
/* (Main Content)       */
/************************/

body.layout-main #content-wrapper {
  margin: 0;
  width: 960px;
}


/**************************/
/*   TWO COLUMN LAYOUT    */
/* (Sidebar:Main Content) */
/**************************/

body.layout-first-main #sidebar-first {
  margin: 0 10px 0 0;
  width: 230px;
}

body.layout-first-main #content-wrapper {
  margin: 0;
  width: 720px;
}


/**************************/
/*   TWO COLUMN LAYOUT    */
/* (Main Content:Sidebar) */
/**************************/

body.layout-main-last #content-wrapper {
  margin: 0 10px 0 0;
  width: 720px;
}

body.layout-main-last #sidebar-last {
  margin: 0;
  width: 230px;
}


/**********************************/
/*      THREE COLUMN LAYOUT       */
/* (Sidebar:Main Content:Sidebar) */
/**********************************/

body.layout-first-main-last #sidebar-first {
  margin: 0 10px 0 0;
  width: 230px;
}

body.layout-first-main-last #content-wrapper {
  margin: 0 10px 0 0;
  position: relative;
  width: 480px;
  z-index: 1;                    /* keep content visible on admin pages */
}

body.layout-first-main-last #sidebar-last {
  margin: 0;
  width: 230px;
}


/*********/
/* NODES */
/*********/


body.full-node .node {
  border: 1px solid #dbdbdb;
  margin-bottom: 10px;

}

body.full-node .node-inner {
  padding: 14px;
}



/* This is the layout of the actual mof cart tables themselves */

/*
table.moftoptable {

}


td.mofinputareatd {
	text-align: center;
}

#cartcontent td table.mofinputarea td.mofinputareatd div {
	vertical-align: top;
}

*/



div.center {
	text-align: center;
}


#moftable {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

#moftable table {
	margin: 0 auto;
}


table.mofbottomtable {
	vertical-align: bottom;
	text-align: center;
}

#moftable table #colin	{
	margin-left: 0;
}	

#cartcontent td table.zzz {
	margin-left: 0;
}

#cartcontent td table.xxx td {
	text-align: left;
}

#cartcontent td.right2 {
	text-align: left;
	font-size: 11px;
	line-height: 105%;
}

#cartcontent td table.topshipping {
	margin-left: 0;
	text-align: left;
}

#cartcontent td table.shippingouter {
	margin-left: 0;
}

#cartcontent td table.shippinginner {
	margin-left: 0;
	text-align: left;
}

.shippinginner td {
	margin-left: 0;
	text-align: left;
}

td.inputcenter1 input {
	text-align: center;
}

