/**
 * $Id: style.css,v 1.1.2.22 2009/05/13 10:47:13 jwolf Exp $
 * Acquia Marina 
 */

/******************************************/
/*  TopNotchThemes CSS Stylesheet         */
/*  by Chris Fassnacht & Stephanie Pakrul */
/*  copyright 2008 Collective Mind        */
/******************************************/

/***************************/
/* RESET MARGINS & PADDING */
/***************************/

html, body, div, span,
p, blockquote, pre, code,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, label, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

/**************/
/* TYPOGRAPHY */
/**************/

body {
  background: #414040;
  font-family: Tahoma,Verdana,Helvetica,Arial;     /* web safe fonts */
  font-size: 75%;    /* 12px */
  font-weight: normal;
  line-height: 160%;    /* 19.2px */
  min-height:800px;
}

h1 {
  font-size: 2.5em;
  font-weight: normal;
}

h2 {
  font-size: 1.75em;
  font-weight: normal;
}

h3 {
  font-size: 1.25em;
  font-weight: bold;
}

h4 {
  font-size: 1.1em;
  font-weight: bold;
}

h5 {
  font-size: 1em;
  font-weight: bold;
}

h6 {
  font-size: 0.8em;
  font-weight: bold;
}

.title {
  font-size: 1.1em;
  font-weight: bold;
  line-height:15px;
}

.spaceBreak {
	display:block;
	height:5px;
}


/*****************/
/* DEFAULT LINKS */
/*****************/

a {
  color: #27638C;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

a:link,
a:visited {
  color: #27638C;
}  

a:hover,
a:active {
  text-decoration: underline;
}


/**********/
/* LAYOUT */
/**********/

html {
  background: #F4F7E7;                               /* background & font color */
  color: #666;
}

#page {
  margin: 0;
  width: 100%;
}

p {
  font-size: 1em;
  font-weight: normal;
  line-height: 160%;
  margin: 10px 0;
}


/*********/
/* LISTS */
/*********/

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em;    /* LTR */
}

ul.menu li,
.item-list ul li {
  margin: 0.15em 0 0.15em 0.5em;    /* LTR */
}

ul.menu ul, .item-list ul ul {
  margin-left: 0;
}

ol li,
ul li,
ul.menu li,
.item-list ul li,
li.leaf {
  margin: 0.15em 0 0.15em 0;
  padding: 0.2em 0 0 1.333em;    /* LTR */
}

ul li,
ul.menu li,
.item-list ul li,
li.leaf {
  /*background: url('/_templates/raquo.png') no-repeat left 0.833em;*/    /* LTR */
  list-style-image: none;
  list-style-type: none;
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em;    /* LTR */
}

div.block ul {
  padding: 0 0 3px;
}

ul.links li,
ul.links.inline {
  background: transparent;
}

/* remove list styling on login block and taxonomy */
#user-login-form div.item-list ul li,
div.terms ul li {
  list-style-type: none;
  margin: 0;
}

/* adjust openid link */
html.js #user-login-form li.openid-processed, 
html.js #user-login li.openid-processed {
  font-weight: bold;
  list-style-type: none;
  margin: 10px 0 0 -6px;    /* LTR */
  padding-left: 20px;    /* LTR */
  padding-top: 0.2em
}

#preface-wrapper div.block ul li {
  background: url('/_templates/green-checkmark.png') no-repeat 0 0.222em;
  list-style-image: none;
  list-style-type: none;
  padding: 1em 0 0 2.222em;    /* LTR */
}

#preface-wrapper div.block ol li {
  list-style-image: none;
  padding: 2px 0;
}

body.layout-main-last #sidebar-last li.leaf,
body.layout-main-last #sidebar-last ul.menu li,
body.layout-main-last #sidebar-last .item-list ul li,
#content-content .node ul li,
#content-bottom  ul li {
  /*background: url('/_templates/green-bullet.png') no-repeat left 0.50em;*/    /* LTR */
  list-style-image: none;
  list-style-type: none;
  padding-left: 1.666em;    /* LTR */
}

/********/
/* MISC */
/********/

hr {
  border: 1px solid #D6DDB9;
}

div.content a.feed-icon img,
div.content th img {
  border: 0;             /* remove image borders where we don't want them */
}

/* format initial startup page list nicely */
#first-time p {
  clear: both;
}

#first-time ol {
  list-style-position: outside;
  margin-left: 2em;    /* LTR */
}


/********************/
/* ALL PAGE REGIONS */
/********************/

/******************/
/* HEADER REGIONS */
/******************/

#header-wrapper {
  background-color: #545353;
}

#header {
  background-color: inherit;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#search-box {
  background-color: #E1E1E1;
  border: 1px solid #CCCCCC;
  float: right;    /* LTR */
  padding: 8px;
  position: relative;
  top: 0;
  width: 20em;
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px; 
}

#search-box input#edit-search-theme-form-1 {
  width: 170px;
}

/* theming for header search box */
#search-box input.form-submit {
  background: #EFEBE7;
  border: 1px solid #ccc;
  color: #194765;
  cursor: pointer; 
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  padding: 3px 3px 2px;
  outline: none;
  text-transform: none;
  -moz-border-radius: 0;
  -moz-outline-radius: 0;
  -webkit-border-radius: 0;
}

#search-box label,
#search-box a.advanced-search-link {
  display: none;
}

#primary-menu-wrapper {
  margin: 0 auto;
  padding:0px;
  position: relative;
  width: 900px;
  z-index: 5;    /* fixes IE z-index bug */
  height:45px;
  vertical-align:top;
}

#headerFirst {
	background-color:#414040;
	height:20px;
	display:block;
	width:100%;
	text-align:center;
}

#headerSecond {
	width:100%;
	background-color: inherit;
}

#headerSecond1 {
	display:block;
	float:left;
	height:79px;
	width:*;
	background: #545353 url('/_templates/backgroundbar1.gif') no-repeat right;
}

#headerSecond2 {
	display:block;
	text-align:center;
	background: #545353 url('/_templates/headerTopBlue.jpg') no-repeat;
	height:79px;
	width:900px;
	margin: 0 auto;
}

#headerSecond3 {
	display:block;
	float:right;
	height:79px;
	width:*;
	background: #545353 url('/_templates/backgroundbar2.gif') no-repeat left;
}
/********************************/
/* PREFACE REGIONS */
/********************************/

#preface {
  background: #144A6E url('/_templates/preface-wrapper-bg.png') repeat-x top;
  min-height: 24px;
  padding-left: 15px;    /* LTR */
}

#preface-wrapper {
  color: #fff;
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-size: 1.5em;
  margin: 0 auto;
  padding: 10px 0 8px 0;
  width: 960px;
}

/* correct button font size */
#preface-wrapper .form-submit {
  font-size: 0.6em;
}

#preface-wrapper #preface-first {
}

#preface-wrapper #preface-middle {
}

#preface-wrapper #preface-last {
}

#preface-wrapper.prefaces-1 div.column {
  float: left;    /* LTR */
  width: 100%;
}
  
#preface-wrapper.prefaces-2 div.column {
  display: inline;
  float: left;    /* LTR */
  margin: 0 14px;
  width: 47%;
}
  
#preface-wrapper.prefaces-3 div.column {
  display: inline;
  float: left;    /* LTR */
  margin: 0 14px;
  width: 30%;
} 

#preface-wrapper a:link,
#preface-wrapper a:visited {
  color: #fff;
  text-decoration: underline;
}

#preface-wrapper a:link:hover,
#preface-wrapper a:visited:hover {
  border-bottom: none;
  text-decoration: none;
}

div.content > a:link img {
  border-bottom: none;
  margin: 0;
  padding: 0;
}


/************************/
/*  MAIN AREA WRAPPER   */
/* (Sidebars + Content) */
/************************/

#main-wrapper {
  background: #414040;
  padding-left: 0px;    /* LTR */
}

#main {
  margin: 0 auto;
  width: 900px;
}

#main-wrapper a.active {
  color: #144A6E;
  text-decoration: underline;
}

/*******************/
/* SIDEBAR REGIONS */
/*******************/

#sidebar-first {
  float: left;    /* LTR */
  min-height:850px;
}

#sidebar-last {
  background: transparent;
  float: right;    /* LTR */
  margin: 0 0 0 10px;    /* LTR */
}


/*******************/
/* CONTENT REGIONS */
/*******************/

#content-wrapper {
  float: left;    /* LTR */
  background: url('/_templates/centercolumnback.jpg') repeat-y 0 1px;
  min-height:850px;
}

#content-top {
  margin: 0 0 0px;
}

#content {
  margin: 0 0 0px;               /* default spacing between content regions */
}

#content-inner {
  clear: left;
  padding:10px 10px 10px 10px;
}

#content-bottom {
  clear: both;
  margin: 20px 0 0;
}


/**********************************/
/* POSTSCRIPT REGIONS  */
/**********************************/

#postscript-wrapper {
  clear: both;
  margin: 0 auto;
  width: 960px;
}

#postscript-wrapper #postscript-first {
  padding-left: 0;    /* LTR */
}

#postscript-wrapper #postscript-middle {
}

#postscript-wrapper #postscript-last {
  padding-right: 0;    /* LTR */
}

#postscript-wrapper.postscripts-1 div.column {
  float: left;    /* LTR */
  width: 100%;
}

#postscript-wrapper.postscripts-2 div.column {
  float: left;    /* LTR */
  margin: 0 10px 0 8px;    /* LTR */
  width: 48%;
}

#postscript-wrapper.postscripts-3 div.column {
  float: left;    /* LTR */
  padding: 0 8px;
  width: 32%;
} 


/*****************/
/* FOOTER REGION */
/*****************/

#footer {
  clear: both;
  display: block;
  font-size: 10px;;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  padding:0px;
  width: 900px;
  background: #BA1F24 url('/_templates/footerBottom.jpg') no-repeat;
  height:42px;
  font-weight:bold;
  color:#FFFFFF;
  line-height:12px;
}

#footer .footerText {
	font-size:9px;
	margin-top:7px;
}

#footer ul {
  display: inline;
  margin: 0;
  padding: 0 0 0 9px;    /* LTR */
}

#footer ul li {
  background: transparent none repeat;
  border-left: 1px solid #CCC;    /* LTR */
  display: inline;
  padding: 0 5px 0 9px;    /* LTR */
}

#footer ul li.first {
  border: none;
}

#legal-notice {
  background: #F4F7E7;
  clear: both;
  color: #AAA;
  display: block;
  font-size: 0.9em;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

#legal-notice a {
  color: #6699CC;
}
#footer2 {
  display: block;
  font-size: 0.9em;
  margin: auto 0;
  overflow: hidden;
  padding: 10px 10px 10px 10px;
  text-align: center;
  width: 880px;
  color:#FFFFFF;
  line-height:12px;
}

#footer2 a {
  color: #FFFFFF;
}

/****************************************/
/*          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: 5px 0 0 0;    /* LTR */
  width: 900px;
}


/**************************/
/*   TWO COLUMN LAYOUT    */
/* (Sidebar:Main Content) */
/**************************/

body.layout-first-main #sidebar-first {
  margin: 0px 0px 0 0;
  width: 189px;
  background: url('/_templates/leftColBg.jpg') repeat-y;
  /*background:#E9E9EA;*/
  padding:0px;
}

body.layout-first-main #content-wrapper {
  margin: 0px 0 0 0;    /* LTR */
  width: 711px;
  padding:0px;
}


/**************************/
/*   TWO COLUMN LAYOUT    */
/* (Main Content:Sidebar) */
/**************************/

body.layout-main-last #content-wrapper {
  margin: 5px 20px 0 0;
  position: relative;
  width: 470px;
  z-index: 1;
}

body.layout-main-last #sidebar-last {
  background-color: transparent;
  margin: 5px 0 0 0;
  width: 470px;
}


/******************/
/* 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;
}


/************/
/* HEADINGS */
/************/

h1.title {                                        /* page titles */
  /*border-bottom: 1px solid #D6DDB9;*/
  clear: left;    /* LTR */
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-size: 1.833em;
  font-weight: 600;
  line-height: 1.272em;
  color:#1973BF;
}  

h2.title {                                        /* block titles, node titles */
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-size: 1.333em;
  font-weight: 600;
  text-transform: uppercase;
}  

h2.title a:link,
h2.title a:visited {
}  


h2.title a:hover,
h2.title a:active {
  color: #619CBE;
  text-decoration: none;
}  

div.node h2.title {
  border-bottom: 1px solid #d6ddb9;
}

/*********/
/* NODES */
/*********/

div.node {
  margin: 0 0 30px;
}

div.node.sticky.teaser {
  background-color: #EFF2E2;
  border: 1px solid #E0E3D4;
  padding: 8px;
  /*-moz-border-radius: 4px;
  -webkit-border-radius: 4px;*/
}

#content-content .node ul.links li,
#content-content .node ul.inline li,
#content-content .node .links a {
  background: transparent;
  margin: 0;
  padding: 0 14px 0 0;    /* LTR */
}

div.node .read-more a,
div.node .more-link a,
div.node .links a {
  font-size: 0.9em;
  font-weight: bold;
  margin: 0;
}  

#content-content .node ul.links li.comment_forbidden a {
  padding-right: 4px;    /* LTR */
}

.submitted,
.terms {                                      /* styling for byline and tags */
  font-size: 0.9em;
}

.vocab-name {
  font-weight: bold;
}

.terms {
  line-height: 130%;
  display:none;
}

#content-content .terms ul.taxonomy li {
  background: transparent;
  margin: 10px 0 5px;
  padding: 0;
}

#content-content .terms ul.taxonomy ul.vocab-list,
#content-content .terms ul.taxonomy li.vocab-term {
  background: transparent;
  display: inline;
  padding: 0 0 0 2px;    /* LTR */
}

.submitted a:link {
}

.submitted a:visited,
.submitted a:hover,
.submitted a:active {
}

div.node.full-node div.content {
  /*border-bottom: 1px solid #D6DDB9;*/
}

.node-form .standard {
  clear: none;
}

.picture {
  float: right;    /* LTR */
  margin: 0 0 2px 4px;    /* LTR */
  padding: 2px;
}

/**********/
/* BLOCKS */
/**********/

div.block {
  position: relative;
}

div.block-region {
  background-color: #FFFF66;
  color: #000;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 16px;
  margin-bottom: 4px;
  margin-top: 4px;
  padding: 3px;
  text-align: center;
}

div.block .title {
}

div.block .submitted {                               /* byline styles in blocks */
}

div.block .submitted a:link {
}

div.block .submitted a:visited,
div.block .submitted a:hover,
div.block .submitted a:active {
}

div.block-wrapper {                    /* spacing between blocks */
  margin: 10px 0;
}

div.block div.content {
}

#user-login-form .item-list ul li,
div.terms ul li {
  list-style-type: none;
  margin: 2px 0 0 16px;    /* LTR */
}


#header-middle h2.block-title,
#header-last h2.block-title {
  color: #51748C;
  font-size: 1.833em;
  margin: 0;
  padding: 0;
}

#preface-wrapper h2.block-title {
  background-color: transparent;
  color: #94CE18;
  font-size: 1em;
  padding: 0;
}

#preface-wrapper .block .content {
  margin: 10px 0 0;
}

body.layout-first-main-last #sidebar-first .block-wrapper,
body.layout-first-main-last #sidebar-last .block-wrapper {
  margin: 0 0 0px;
}

/* rounded blocks styles -= layout-first-main-last & layout-first-main blocks */
#sidebar-first h2.block-title,
#sidebar-last h2.block-title,
#postscript-wrapper h2.block-title {
  background-color: #94CE18;
  color: #fff;
  /*padding: 8px 8px 6px 46px;*/
  text-align: right;
  text-shadow: #545454 1px 1px; 
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
}

#sidebar-first div.block div.content,
#sidebar-last div.block div.content,
#postscript-wrapper div.block div.content {
  background: transparent url('/_templates/block-gradient.png') no-repeat center bottom;
  border-bottom: 3px solid #F1F5F7;
  padding: 10px 10px 8px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px; 
}

/* non-rounded blocks styles = prefaces & layout-main-last blocks */
#preface-wrapper div.block div.content,
body.layout-main-last #sidebar-last div.block div.content {
  border: none;
}

body.layout-main-last #sidebar-last div.block-wrapper {
  margin: 0 0 30px;
}

#preface-wrapper div.block div.content,
body.layout-main-last #sidebar-last div.block div.content,
#footer div.block div.content {
  background: none;
  border-bottom: none;
  margin: 0;
  padding: 0;
}

body.layout-main-last #sidebar-last div.block div.content {
  padding: 6px;
}

body.layout-main-last #sidebar-last h2.block-title {
  border-bottom: 1px solid #D6DDB9 ;
  background-color: transparent;
  color: #666;
  padding: 0;
  text-align: left;    /* LTR */
  text-shadow: none;
  width: 400px;
}

#footer h2.block-title {
  background: transparent;
  color: #666;
}

#sidebar-first #block-search-0 .form-item label,
#sidebar-last #block-search-0 .form-item label {
  display: none;
}

/***************/
/* BLOCK MENUS */
/***************/

div.block ul li a,
div.block ul.menu li a {								
  font-size: 1em;
  font-weight: bold;
}

div.block ul.menu li,
div.block .item-list ul li {
  margin: 0;
}

div.block ul.menu li a:link,
div.block ul.menu li a:visited {
}

div.block ul.menu li a:hover,
div.block ul.menu li a:active {
}

#footer div.block ul li a,
#footer div.block ul.menu li a {
  font-weight: normal;
}


/*****************************************/
/* ROUNDED CORNERS FOR BLOCKS (optional) */
/*****************************************/

div.rounded-block {
  margin-top: -1px;                               /* use negative margin to overlap stacked blocks */
}

p.rounded-topspace {
  margin-top: -14px;                                  /* removes unwanted space */
}

p.rounded-bottomspace {
  margin-bottom: -10px;                               /* removes unwanted space */
}

div.rounded-block-top-left, 
div.rounded-block-top-right, 
div.rounded-block-bottom-left, 
div.rounded-block-bottom-right { 
  background: transparent url('/_templates/rounded-block.png') no-repeat;                         /* combined rounded corner image */
  font-size: 2px;                                 /* IE div correction */
  height: 11px;                                   /* height of an image corner */
}

body.layout-main-last #sidebar-last div.rounded-block-top-left, 
body.layout-main-last #sidebar-last div.rounded-block-top-right, 
body.layout-main-last #sidebar-last div.rounded-block-bottom-left, 
body.layout-main-last #sidebar-last div.rounded-block-bottom-right { 
  background: none;
  font-size: inherit;
  height: auto;
}

div.rounded-block-top-left, 
div.rounded-block-bottom-left { 
  margin-right: 11px;                             /* width of an image corner */
}

div.rounded-block-top-right {                        /* anchor image in top right */
  background-position: 100% 0;
}

div.rounded-block-top-right,
div.rounded-block-bottom-right { 
  margin-left: 11px;                              /* width of an image corner */
  margin-top: -11px;                              /* height of an image corner */
}

body.layout-main-last #sidebar-last div.rounded-block-top-right,
body.layout-main-last #sidebar-last div.rounded-block-bottom-right { 
  margin: 0;
}

div.rounded-block-bottom-left  { 
  background-position: 0 -11px;                   /* negative height of an image corner */
}

div.rounded-block-bottom-right { 
  background-position: 100% -11px;                /* negative height of an image corner */
}

div.rounded-outside,
div.rounded-inside {
  background: transparent url('/_templates/rounded-block-inner.png') repeat-y right;
  padding-right: 8px;
}

body.layout-main-last #sidebar-last div.rounded-outside,
body.layout-main-last #sidebar-last div.rounded-inside {
  background: none;
  margin: 0;
  padding: 0;
}

div.rounded-inside {
  background-position: left;
  padding: 0 0 0 8px;
}


/****************/
/* PRIMARY MENU */
/****************/

#primary-menu {                                   /* menu layout */
  display: block;
  float: left;
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin-top: 0px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  background: #BA1F24 url('/_templates/headerBottomRed.jpg') no-repeat;
  width:inherit;
  height:45px;
}
  
#primary-menu ul.links li {                       /* text styling for the top (primary) menu */
}  

#primary-menu ul.links li.first {                 /* .first and .last classes applied to first and last menu & list items */
}
  
#primary-menu ul.links li.last {                  /* .first and .last classes applied to first and last menu & list items */
}
  
#primary-menu ul.links li a:link,
#primary-menu ul.links li a:visited {
}

#primary-menu ul.links li a:hover,
#primary-menu ul.links li a:active {
}  
  

/************************************/
/* PRIMARY MENU WITH DROPDOWNS      */
/* - used with menu_tree theming of */
/* $primary_links in page.tpl.php   */
/************************************/

#primary-menu ul.menu li {                        /* top item layout */
  /*background: transparent url('/_templates/tab-left.png') no-repeat left 0;*/
  display: block;
  float: left;    /* LTR */
  margin: 0 0px 0 0;
  padding: 0 0 0 1em;    /* 0 0 0 10px */
  position: relative;
  width:  auto;
  /*background:url('/_templates/menuBorder.png') no-repeat left 0;*/
  border-left:1px #CF6D70 solid;
}

#primary-menu ul.menu li:hover,
#primary-menu ul.menu li.hover,
#primary-menu ul.menu li.active-trail {
  background-position: left -29px;
}

#primary-menu ul.menu li.first {
	border:0px;	
}

#primary-menu ul.menu li a {
  /*background: transparent url('/_templates/tab-right.png') no-repeat right 0;*/
  /*background:#BA1F24;*/
  background:transparent;
  color: #FFFFFF;
  display: block;
  padding: 0em 0.833em 0.3em 0;    /* 5px 10px 1px 0 */
  text-decoration: none;
}

#primary-menu ul.menu li a:hover,
#primary-menu ul.menu li:hover a,
#primary-menu ul.menu li.hover a,
#primary-menu ul.menu li.active-trail a {
  background-position: right -29px;
  color: #CDCBCB;
}

#primary-menu ul.menu li ul {
  /*background: transparent url('/_templates/drop-bottom.png') no-repeat 0 bottom;*/
  left: -999em;
  opacity: 0.95;
  margin: 0 0 0 -12px;
  padding: 0px 0 4px;
  position: absolute;
  width: 144px;
  z-index: 2;
}
  
#primary-menu ul.menu li:hover ul,
#primary-menu ul.menu li.hover ul {
  display: block;
  left: auto;
}
  
#primary-menu ul.menu li ul li {
  background: #646464;
  border-bottom: 1px solid #545353;
  float: left;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.916em;
  height: auto;
  margin: 0;
}

#primary-menu ul.menu li ul li.last {
  border-bottom: none
}

#primary-menu ul.menu li ul li a,
#primary-menu ul.menu li ul li a:link,
#primary-menu ul.menu li ul li a:visited {
  background: transparent;
  color: #FFFFFF;
  display: block;
  margin: 0;
  padding: 4px 0;
  text-transform: none;
  width: 135px;
}

#primary-menu ul.menu li ul li a:hover {
  color:#333;
  display: block;
  margin: 0;
  padding: 4px 0;
  text-decoration: none;
}

#primary-menu ul.menu li ul li ul.menu {
  left: -999em;
  margin: 0 0 0 -14px;    /* LTR */
  padding: 6px 0 4px;
}

#primary-menu ul.menu li ul li:hover ul.menu,
#primary-menu ul.menu li ul li.hover ul.menu {
  display: block;
  left: 154px;    /* LTR */
  top: -6px;
}

#primary-menu ul.menu li ul li ul.menu li a {
  padding: 4px;
  width: 128px;
}
  
/******************/
/* SECONDARY MENU */
/******************/

#sidebar-first #secondary-menu {
  padding: 0;
  margin:0 auto;
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
}

#sidebar-first #secondary-menu a {
  color: #1973BF;
  text-decoration: none;
  font-weight:bold;
  background:#DADADA;
  display:block;
  width:166px;
  padding-left:10px;
  font-size:11px;
  margin:-5px 0px 0px -15px;
  height:auto;
  border-bottom:#FFF 2px solid;
  border-right:#B6B6B6 1px solid;
  text-decoration: none;
}

#sidebar-first #secondary-menu .last a {
	border-bottom:#B6B6B6 1px solid;
}

#sidebar-first #secondary-menu a:link,a:visited {
  text-decoration: none;
}

#sidebar-first #secondary-menu a:hover {
  color: #8D8D8D;
  background:#FAFAFA url('/_templates/navBgOn.jpg') no-repeat;
  text-decoration: none;
}

#sidebar-first #secondary-menu .active a {
	color: #8D8D8D;
	background:#FAFAFA url('/_templates/navBgOn.jpg') no-repeat;
	text-decoration: none;
}

#sidebar-first #secondary-menu a:active-trail {
  color: #8D8D8D;
  background:#FAFAFA url('/_templates/navBgOn.jpg') no-repeat;
  text-decoration: none;
}

#sidebar-first #secondary-menu .active-trail a {
	color: #8D8D8D;
	background:#FAFAFA url('/_templates/navBgOn.jpg') no-repeat;
	text-decoration: none;
}

/***********/
/* MISSION */
/***********/

#mission {
  padding: 8px 0;
}

/***************/
/* BREADCRUMBS */
/***************/

#breadcrumb {
  font-size: 1em;
  line-height: 100%;
  left: 21.654em;    /* LTR */
  position: relative;
  top: 1.333em;
  width: 700px;
}

body.layout-main-last #breadcrumb {
  left: 0;    /* LTR */
}

.breadcrumb {
  margin: 0;
  padding: 0;
}

/********/
/* TABS */
/********/

/* styling for node tabs (e.g., View, Edit) */
#content-tabs {
  background-color: transparent;
  float: left;    /* LTR */
  margin: 20px 20px 0px 0;
  padding: 0;
}

#content-tabs ul.primary,
#content-tabs ul.secondary {
  border-bottom: 1px solid #CCC;
  clear: left;    /* LTR */
  float: left;    /* LTR */
  margin: 0;
  padding: 0 10px;
  text-transform: uppercase;
}

#content-tabs ul.secondary {
  border-bottom: 1px solid #CCC;
  margin-top: 10px;
  text-transform:capitalize;
}

#content-tabs ul.primary li,
#content-tabs ul.secondary li {
  background: transparent;
  border-style: none;
  display: inline;
  float: left;    /* LTR */
  list-style: none;
  margin: 0 10px;
  padding: 0;
}

#content-tabs ul.primary li a:link,
#content-tabs ul.primary li a:visited,
#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
  background-color: transparent;
  border: none;
  color: #27638C;
  float: left;    /* LTR */
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 0 0 6px 0;
  text-decoration: none;
}

#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
  color: #27638C;
  font-size: 1em;
  line-height: 1.1em;
}

#content-tabs ul.primary li a.active:link,
#content-tabs ul.primary li a.active:visited {
  border-bottom: 4px solid #CCC;
  color: #27638C;
  padding-bottom: 2px;
}

#content-tabs ul.secondary li a.active:link,
#content-tabs ul.secondary li a.active:visited {
  border-bottom: 4px solid #CCC;
  color: #27638C;
  padding-bottom: 2px;
}

#content-tabs ul.primary li a:hover,
#content-tabs ul.secondary li a:hover {
  border-bottom: 4px solid #CCC;
  color: #27638C;
  padding-bottom: 2px;
}

/*********/
/* FORMS */
/*********/

form {
  margin: 0;
  padding: 0;
}

select,
input.regpTextBoxStyle,
.regpTextBoxStyle input,
textarea {                                      /* default styling for all text fields */
  background: #F6F9FB url('/_templates/form-bg.png') left top;
  color: #666666;
  border: 1px solid #9BABB0;
  padding: 2px;
  /*-moz-border-radius: 4px;
  -webkit-border-radius: 4px;*/
}

body.layout-first-main-last select.form-select,
body.layout-first-main-last input.form-text,
body.layout-first-main-last textarea.form-textarea,
body.layout-first-main-last div.resizable-textarea,
body.layout-first-main-last div.resizable-textarea .grippie {
  max-width: 325px;
}

input.form-submit,
input.teaser-button {                                    /* default styling for all form buttons */
  background: transparent url('/_templates/blue-button.png') no-repeat left center;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.916em;
  font-weight: bold;
  margin: 0 4px;
  padding: 2px 4px;
  text-transform: uppercase;
  outline: 1px solid #9BABB0;
  /*-moz-border-radius: 4px;
  -moz-outline-radius: 4px;
  -webkit-border-radius: 4px;*/
}

input.form-submit:hover,
input.teaser-button:hover  {
  background-position: right center;
  cursor: pointer;
}  

fieldset {
  border: 1px solid #9BABB0;
  margin: 15px 0;
  padding: 10px;
}

fieldset.collapsed {
}

fieldset legend {
  font-weight: bold;
}

html.js fieldset.collapsible legend a {
  font-weight: bold;
}

form#system-theme-settings select,
form#system-theme-settings input.form-text {
  width: 95%;
}

#user-login-form {
  text-align: left;    /* LTR */
}

div.form-item label {
  font-weight: normal;
}

html.js input.form-autocomplete {
  background-position: 100% 5px;    /* LTR */
}

/* prevents fields from overflowing into sidebar-last */
body.layout-main-last input.form-text {
  width: 200px;
}

/**********/
/* PAGERS */
/**********/
#main-wrapper .item-list .pager {
  clear: both;
  margin: 0 0 20px;
  text-align: center;
}

#preface-wrapper .item-list .pager li,
#main-wrapper .item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 2px;
}

#main-wrapper .item-list .pager a.active {
  color: #27638C;
  font-size: 1em;
  font-weight: bold;
  padding: 4px;
  text-decoration: none; 
}

#main-wrapper .pager li.pager-current {
  background-color: #D9DBCD;
  border: 1px solid #266996;
  color: #333;
  margin: 0 4px;
  padding: 4px;
}

#main-wrapper .pager-first,
#main-wrapper .pager-next,
#main-wrapper .pager-previous,
#main-wrapper .pager-item,
#main-wrapper .pager-last {
  background-color:#FDFFEF;
  border: 1px solid #266996;
  margin: 0 4px;
  padding: 4px;
}

#main-wrapper .pager-first:hover,
#main-wrapper .pager-next:hover,
#main-wrapper .pager-previous:hover,
#main-wrapper .pager-item:hover,
#main-wrapper .pager-previous:hover,
#main-wrapper .pager-last:hover {
  background-color: #EAEFCB;
}


/**********/
/* TABLES */
/**********/

table {
  margin: 0 0 10px;
  width:auto;
}

.layout-first-main-last table {
  border-collapse: collapse;
  margin: 0 0 10px;
  width: 57%;
}

th {
  text-align: left;    /* LTR */
  padding-right: 1em;
  border-bottom: 3px solid #CCC;
}

tr {
  padding: 0.1em 0.6em;
}

td {
  padding: 3px;
}

th.active img {
  display: inline;
}

tr.even td {
  background-color: #DFDFDF;
  border-bottom: 1px solid #CCC;
}

tr.odd td {
  background-color: #FFFFFF;
  border-bottom: 1px solid #CCC;
}

td.active {
  
}

tbody {
  /*border-top: 1px solid #CCC;*/
}

tbody th {
  /*border-bottom: 1px solid #CCC;*/
}

thead th {
  text-align: left;    /* LTR */
  padding-right: 1em;
  border-bottom: 3px solid #CCC;
}


/*******************/
/* DRUPAL MESSAGES */
/*******************/

.node-unpublished {
  background-color: #FFF4F4;
}

.preview {
  background-color: #FFFFEA;
  padding: 10px;
}

.description {
}

div.messages {
  background: #FFFCE3;
  border: 2px solid #EED300;
  color: #C28E00;
  font-weight: bold;
  font-size: 1.166em;
  margin: 20px 0pt;
  padding: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

div.messages ul {
  list-style-position: inside;
}

div.messages em {
  color: #656C9B;
}

div.error {
  background-color: #FFF2F2;
  border-color: #FF0000;
  color: #B20000;
}

.status {
}

.help {
}

.help .more-help-link {
}

.marker {
}

.tips {

}

#help {
  clear: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
}


/*--------------------------------*/
/*---- MODULE SPECIFIC STYLES ----*/
/*--------------------------------*/

/*******************/
/* BOOK NAVIGATION */
/*******************/

.book-navigation .menu {
  border-top: 1px solid #CCC;
  padding: 1em 0 0 3em;    /* LTR */
}
.book-navigation .page-links {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
  padding: 0.5em;
}

/********/
/* BLOG */
/********/


/************/
/* COMMENTS */
/************/
#comments {
  clear: both;
}

#comments h2.comments {
  background-color: #94CE18;
  color: #fff;
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-size: 1.333em;
  font-weight: 600;
  padding: 6px 14px 6px 52px;    /* LTR */
  text-shadow: #545454 1px 1px;
  text-transform: uppercase;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
}

#comments .content {
  background: transparent;
  border: none;
}

#main-wrapper #comments a.active {
  color: #27638C;
  text-decoration: none;
}

.box {
  padding: 10px;
}

#comment-form {
  margin: 0 0 20px;
  padding: 0 20px;
}

.comment {
  border: none;
  margin: 6px 0 0;
  padding: 10px;
}

.comment h3.title {
  font-weight: bold;
  margin: 0 0 5px 0;
}

.comment .links a {
  font-size: 0.9em;
  text-align: right;    /* LTR */
}

#comments .odd {
  background-color: #F4F7E7;
  border: 1px solid #ddd;
}

#comments .even {
  background-color: #fff;
}

#comments .comment-by-author {
  background-color: #FFFFEA;
}

.comment ul.links {
  text-align: right;    /* LTR */
  clear: right;
}

#content-content .comment ul.links li {
  background: transparent;
  margin: 0 10px 0 0;    /* LTR */
  padding: 0;
}

.signature p {
  border-top: 1px solid #d6ddb9;
  font-family: serif;
  font-size: 0.916em;
  margin: 10px 0;
  padding: 0;
}

.content blockquote p {
  font-style: italic;
  margin: 0;
  padding: 0 20px 8px;
}

blockquote {
  background: url('/_templates/close-quote.gif') no-repeat right bottom;    /* LTR */
  color: #5A6A78;
  margin: 10px 0;
}

blockquote :first-child {
  background: url('/_templates/open-quote.gif') no-repeat left top;    /* LTR */
  padding: 10px 0 0 20px;    /* LTR */
}

blockquote * > :first-child {
  background: transparent;
  padding: 0;
}

blockquote a:link {
  text-decoration: underline;
}


/**********/
/* FORUMS */
/**********/

#forum .description {
  font-size: 0.9em;
  margin: 0.5em;
}

#forum td.created, 
#forum td.posts, 
#forum td.topics, 
#forum td.last-reply,
#forum td.replies, 
#forum td.pager {
  white-space: nowrap;
}

#forum td.posts, 
#forum td.topics, 
#forum td.replies, 
#forum td.pager {
  text-align: center;
}

.forum-topic-navigation {
  padding: 1em 0 0 3em;    /* LTR */
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  text-align: center;
  padding: 0.5em;
}

.forum-topic-navigation .topic-previous {
  text-align: right;    /* LTR */
  float: left;    /* LTR */
  width: 46%;
}

.forum-topic-navigation .topic-next {
  text-align: left;    /* LTR */
  float: right;    /* LTR */
  width: 46%;
}


/*********/
/* POLLS */
/*********/

.poll .bar {                                      /* styles for poll ratings */
  background-color: #DDD;
}

.poll .bar .foreground {
  background-color: #999;
  float: none;
}


/************/
/* PROFILES */
/************/

.profile {
  clear: none;
  margin: 12px 0;
}

.profile h2.title {
  margin-top: 15px;
  border-bottom: 1px solid;
}

.profile dt {
  float: left;    /* LTR */
  margin-bottom: -10px;
  padding: 0 5px;
  text-align: right;    /* LTR */
  width: 160px;
}

.layout-first-main-last .profile dd {
  margin: 15px 5px 0 120px;    /* LTR */
}

.layout-first-main-last .profile dt {
  width: 100px;
}

/******************/
/* SEARCH RESULTS */
/******************/


/*********/
/* VIEWS */
/*********/

.view .view-comments-recent .views-field-subject {
  font-weight: bold;
}

.view .view-style-node{
}

.view .view-style-teaser{
}

.view .view-style-list{
}

.view .view-style-table{
}

.view .views-admin-links li {
  background: transparent !important;
}


/***************/
/* PRINT STYLE */
/***************/

@media print {
  body {
    background: white;
    font-size: 10pt;
  }
   
  #header,
  #header-top,
  #header-wrapper,
  #primary-menu-wrapper,
  #sidebar-first,
  #sidebar-last,
  #preface-wrapper,
  #content-tabs,
  #mission,
  #slogan,
  #postscript-wrapper,
  #footer-top,
  #footer,
  #primary-menu,
  #search-box,
  #logo {
    display: none;
  }

  #page,
  #main-wrapper,
  #content-wrapper,
  #content-top,
  #content,
  #content-bottom {
    background: transparent none;
    border: 0;
    color: black;
    float: none !important;
    margin: 0;
    padding: 0;
    width: auto;
  }
  
  #content-wrapper {
    margin: 0 3%;
  }
}

.amazonBuyImg{
	float:right;
	margin:5px;
}

.bookReviewImage{
	float:right;
	margin:5px;
}

.paginationString{
	margin:0 auto;
	display:block;
	background:#A4A4A4;
	text-align:center;
	font-weight:bold;
}

.listingOdd{
	display:block;
	background:#FFFFFF;
	padding:5px;
}

.listingEven{
	display:block;
	background:#DFDFDF;
	padding:5px;
}

.allBookReviews{
	display:block;
	font-weight:bold;
	font-size:12px;
}

.siteListings li {
	list-style-type:decimal;
	margin-left:30px;
	padding:0px;
}

.form-radios {
	display:inline;	
}

.attributes {
	display:inline;
}

.form-item label {
	display:inline;
}

#edit-qty-wrapper {
	display:inline;
}

#edit-qty {
	display:inline;
	width:25px;
}

#uc-signup-attendees-form .form-text {
	width:130px;
}

#uc-signup-attendees-form label {
	font-weight:bold;	
}

.listingOddClasses{
	display:block;
	background:#FFFFFF;
	padding:5px;
	width:inherit;
	height:50px;
}

.listingEvenClasses{
	display:block;
	background:#DFDFDF;
	padding:5px;
	width:inherit;
	height:50px;
}

.classTitle {
	display:block;
	width:275px;
	float:left;
}

.classLocation {
	display:block;
	width:110px;
	float:left;
}

.classDates {
	display:block;
	float:left;
}

.classRegisterNow a:hover,
.classRegisterNow a:active,
.classRegisterNow a:visited,
.classRegisterNow a:link {
	display:block;
	width:85px;
	float:right;
	background:#BA1F24;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

.trcHomeTitle {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	background:#1B6AA2;
	color:#FFF;
	padding:5px;
}

.homePageText td {
	width:100%;
	vertical-align:top;
	border:none;
}

.homePageText table {
	border:none;
}

.homePageText tr {
	border:none;
}

.homePageText tbody {
	border:none;
}

.homePageTextLeft {
	display:block;
	vertical-align:top;
}

.trcSuggests {
	width:161px;
	background:#1B6AA2;
	color:#FFF;
	text-align:center;
	float:right;
	vertical-align:top;
}

.trcSuggestsTop {
	display:block;
	background:url('/_templates/rightblock_top.gif') no-repeat;
	height:15px;
}

.trcSuggests img {
	padding:5px;
}

.trcSuggestsTitle {
	display:block;
	background: url('/_templates/rightcolumntitleback.gif') no-repeat;
	font-weight:bold;
	color:#696969;
	text-align:left;
	padding-left:5px;
	text-transform:uppercase;
}

.mailingListTable tbody {
	border:none;
}

#NlSubmitForm input.mailingListSubmit {                                    /* default styling for all form buttons */
  background: transparent url('/_templates/blue-button.png') no-repeat left center;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.916em;
  font-weight: bold;
  margin: 0 4px;
  padding: 2px 4px;
  text-transform: uppercase;
  outline: 1px solid #9BABB0;
  /*-moz-border-radius: 4px;
  -moz-outline-radius: 4px;
  -webkit-border-radius: 4px;*/
}

#NlSubmitForm input.mailingListSubmit:hover  {
  background-position: right center;
  cursor: pointer;
}  

.headerDate a {
	display:block;
	font-weight:bold;
	color:#B2D5EE;
	float:right;
	margin:58px 10px 0px 0px;
}

.secondaryMenuTop {
	display:block;
	background:url('/_templates/leftblock_top.gif') no-repeat;
	height:15px;
}

.secondaryMenuBottom {
	display:block;
	text-align:center;
	padding:15px 5px 15px 5px;
	color:#27638C;
	font-size:80%;
}

.cartButton {
	float:right;
	font-weight: bold;
	color:#CCC;
}

.cartButton a {
	color:#CCC;
}

.usersLogin {
	width:178px;
	background:#B5B5B5;
	color:#FFF;
	text-align:center;
	float:left;
	vertical-align:top;
	margin-bottom:20px;
}

.usersLoginTitle {
	display:block;
	background: url('/_templates/leftcolumntitleback.gif') no-repeat;
	font-weight:bold;
	color:#696969;
	text-align:left;
	padding-left:5px;
	text-transform:uppercase;
}

.usersLoginForm {
	text-align:left;
	padding:5px;
	font-size:80%;
}

.userName {
	font-weight:bold;
}

.userPW {
	font-weight:bold;
}

.userLoginSubmit {
	padding-top:5px;
}

.usersLoginForm a {
	color:#FFF;
}

.usersLoginTop {
	display:block;
	background:url('/_templates/leftblock_top.gif') no-repeat;
	height:15px;
	margin-top:20px;
}

#user-profile-form input.form-text {
	background: #F6F9FB url('/_templates/form-bg.png') left top;
	color: #666666;
	border: 1px solid #9BABB0;
	padding: 2px 0;
	/*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;*/
	width: 120px;
}

#user-profile-form label {
	font-weight:bold;
}

#user-profile-form .form-item label {
	display:block;
	width:120px;
}
#user-login input.form-text {
	background: #F6F9FB url('/_templates/form-bg.png') left top;
	color: #666666;
	border: 1px solid #9BABB0;
	padding: 2px 0;
	/*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;*/
	width: 120px;
}

#user-pass input.form-text {
	background: #F6F9FB url('/_templates/form-bg.png') left top;
	color: #666666;
	border: 1px solid #9BABB0;
	padding: 2px 0;
	/*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;*/
	width: 120px;
}

.numberingString {
	display:block;
	text-align:center;
	background:#A4A4A4;
	font-weight:bold;
}

.uc-price-sell {
	display:none;
}

.uc-price-display {
	display:none;
}

.storeButtons {
	text-align:center;
}

.storeSearchForm {
	margin:5px 0px 10px 5px;
}

.regpButtonStyle input, .checkOutBottomNavButtons input, .checkOutCartNavButtons input, .customerLoginButtonStyle input, .vendorLoginButtonStyle input {                                    /* default styling for all form buttons */
  background: transparent url('/_templates/blue-button.png') no-repeat left center;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.916em;
  font-weight: bold;
  margin: 0 4px;
  padding: 2px 4px;
  text-transform: uppercase;
  outline: 1px solid #9BABB0;
  /*-moz-border-radius: 4px;
  -moz-outline-radius: 4px;
  -webkit-border-radius: 4px;*/
}

#regpButtonStyle-searchBox input {
	margin-top:5px;
}

.regcartHeader {
	font-weight:bold;
}

.checkOutStyleCartHead {
	font-weight:bold;
}

.checkOutStyleLoginHead {
	font-weight:bold;
}

.checkOutStyleLoginData {
	font-weight:bold;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''
CSS ELEMENT ID OVERRIDES
'use this area to override specific CSS elements 
'by refernecing thier unique instance/ID

'this is for sample purposes only to show how to override specific buttons
'styles during the checkout process.  This does not include all 
'unique CSS ids for reference
*/

#checkOutStyleCartTableCell-viewCart-1-updateButtons {
	text-align: right;
}
#checkOutStyleCartTableCell-viewCart-2-updateButtons {
	text-align: right;
}
#checkOutStyleCartTableCell-viewCart-3-updateButtons {
	text-align: right;
}
#checkOutStyleCartTableCell-viewCart-4-updateButtons {
	text-align: right;
}
#checkOutStyleCartTableCell-viewCart-5-updateButtons {
	text-align: right;
}
#checkOutStyleCartTableCell-viewCart-6-updateButtons {
	text-align: right;
}
#checkOutStyleCartTableCell-viewCart-7-updateButtons {
	text-align: right;
}
#checkOutStyleCartTableCell-viewCart-8-updateButtons {
	text-align: right;
}
#checkOutStyleCartTableCell-viewCart-9-updateButtons {
	text-align: right;
}
#checkOutStyleCartTableCell-viewCart-10-updateButtons {
	text-align: right;
}
#checkOutStyleCartTableCell-viewCart-11-updateButtons {
	text-align: right;
}
#checkOutStyleCartData-viewCart-footer-itemsLabel {
	font-weight: bold;
}
#checkOutStyleCartData-viewCart-footer-itemCount {
	font-weight: bold;
}
#checkOutStyleCartTableCell-viewCart-footer-itemsLabel {
	text-align:right;
}
#checkOutStyleCartTableCell-viewCart-footer-subTotalLabel {
	text-align:right;
}
#checkOutStyleCartTableCell-checkOut-footer-subTotalLabel {
	text-align:right;
}
#checkOutStyleCartTableCell-checkOut-footerTotal-totCountLabel {
	text-align:right;
}
#checkOutStyleCartTableCell-checkOut-footerTotal-totLabel {
	text-align:right;
}
#checkOutStyleCartData-viewCart-footer-subTotalLabel {
	font-weight: bold;
}
#checkOutStyleCartData-viewCart-footer-subTotal {
	font-weight: bold;
}
#checkOutStyleCartData-checkOut-footer-subTotalLabel {
	font-weight: bold;
}
#checkOutStyleCartData-checkOut-footer-subTotal {
	font-weight: bold;
}
#checkOutStyleCartData-checkOut-footerTotal-totCountLabel {
	font-weight: bold;
}
#checkOutStyleCartData-checkOut-footerTotal-totCount {
	font-weight: bold;
}
#checkOutStyleCartData-checkOut-footerTotal-totLabel {
	font-weight: bold;
}
#checkOutStyleCartData-checkOut-footerTotal-totAmt {
	font-weight: bold;
}

#checkOutStyleLoginInnerTableCell-row-login-left{
	font-weight: bold;
	text-align: right;
}
#checkOutStyleLoginInnerTableCell-row-password-left{
	font-weight: bold;
	text-align: right;
}
#checkOutStyleLoginInnerTableCell-row-login-right{
	text-align: left;
}
#checkOutStyleLoginInnerTableCell-row-password-right{
	text-align: left;
}
#checkOutStyleCalcShipMasterTableCell-options-left{
	text-align: right;
}
#checkOutStyleCheckOut2MasterTableCell-nameLabel{
	text-align: right;
}
#checkOutStyleCheckOut2MasterTableCell-emailLabel{
	text-align: right;
}
#checkOutStyleCheckOut2MasterTableCell-domestic-address1Label{
	text-align: right;
}
#checkOutStyleCheckOut2MasterTableCell-domestic-cityStateZipLabel{
	text-align: right;
}
#checkOutStyleCheckOut2MasterTableCell-domestic-phoneLabel{
	text-align: right;
}
#checkOutStyleCheckOut2MasterTableCell-countryLabel{
	text-align: right;
}
#checkOutStyleCheckOut2MasterTableCell-creditCardTypeLabel{
	text-align: right;
}
#checkOutStyleCheckOut2MasterTableCell-creditCardNumberLabel{
	text-align: right;
}
#checkOutStyleCheckOut2MasterTableCell-expDateLabel{
	text-align: right;
}
#checkOutStyleCheckOut2MasterTableCell-nameOnCardLabel{
	text-align: right;
}
#checkOutStyleCheckOut2MasterTableCell-shippingEmailLabel{
	text-align: right;
}
#checkOutStyleCheckOut2MasterTableCell-shippingNameLabel{
	text-align: right;
}
#checkOutStyleCheckOut2MasterTableCell-domestic-shippingEmailLabel{
	text-align: right;
}
#checkOutStyleCheckOut2MasterTableCell-domestic-shippingAddress1Label{
	text-align: right;
}
#checkOutStyleCheckOut2MasterTableCell-domestic-shippingCityStateZipLabel{
	text-align: right;
}
#checkOutStyleCheckOut2MasterTableCell-domestic-shippingCountryLabel{
	text-align: right;
}
#checkOutStyleCheckOut2MasterTableCell-domestic-shippingPhoneLabel{
	text-align: right;
}
#checkOutStyleCheckOut2MasterTableCell-promoLabel{
	text-align: right;
}
#checkOutStyleCheckOut2Data-checkOut2-shippingEmailNote{
	font-size: 10px;
	color: #999;	
}
checkOutStyleCheckOut2InnerTableCell-billingFName{
text-align:left;
}
#checkOutStyleCheckOut3Head-orderInfo{

}
#checkOutStyleCheckOut3Head-billingInfo{
}
#checkOutStyleCheckOut3Head-shippingInfo{
}
#checkOutStyleCartTableCell-checkOut3-footer-subTotalLabel{
	text-align: right;
}
#checkOutStyleCartData-checkOut3-footer-subTotalLabel{
	font-weight: bold;
}
#checkOutStyleCartData-checkOut3-footer-subTotal{
	font-weight: bold;
}
#checkOutStyleCartTableCell-checkOut3-footerTax-taxLabel{
	text-align: right;
}
#checkOutStyleCartData-checkOut3-footerTax-taxLabel{
	font-weight: bold;
}
#checkOutStyleCartData-checkOut3-footerTax-tax{
	font-weight: bold;
}
#checkOutStyleCartTableCell-checkOut3-footerShipping-shipLabel{
	text-align: right;
}
#checkOutStyleCartData-checkOut3-footerShipping-shipLabel{
	font-weight: bold;
}
#checkOutStyleCartData-checkOut3-footerShipping-shipAmt{
	font-weight: bold;
}
#checkOutStyleCartTableCell-checkOut3-footerTotal-totCountLabel{
	text-align: right;
}
#checkOutStyleCartData-checkOut3-footerTotal-totCountLabel{
	font-weight: bold;
}
#checkOutStyleCartData-checkOut3-footerTotal-totCount{
	font-weight: bold;
}
#checkOutStyleCartTableCell-checkOut3-footerTotal-totLabel{
	text-align: right;
}
#checkOutStyleCartData-checkOut3-footerTotal-totLabel{
	font-weight: bold;
}
#checkOutStyleCartData-checkOut3-footerTotal-totAmt{
	font-weight: bold;
}


.checkOutStyleCheckOut3MasterTable{
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
}
.checkOutStyleCheckOut3MasterTableRow{}
.checkOutStyleCheckOut3MasterTableCell{}

.checkOutStyleCheckOut3Data{}
/*''''''''''''''''''''''''''''''''''''''''''''''''''*/

#checkOutStyleCheckOut3MasterTableCell-billingNameLabel{
	text-align: right;
	/*font-weight: bold;*/
	white-space: nowrap;
	width: 230px;
}
#checkOutStyleCheckOut3MasterTableCell-billingEmailLabel{
	text-align: right;
	/*font-weight: bold;*/
	white-space: nowrap;
	width: 230px;
}
#checkOutStyleCheckOut3MasterTableCell-domesticBillingAddress1Label{
	text-align: right;
	/*font-weight: bold;*/
	white-space: nowrap;
	width: 230px;
}
#checkOutStyleCheckOut3MasterTableCell-domesticBillingCityStateZipLabel{
	text-align: right;
	/*font-weight: bold;*/
	white-space: nowrap;
	width: 230px;
}
#checkOutStyleCheckOut3MasterTableCell-domesticBillingPhoneLabel{
	text-align: right;
	/*font-weight: bold;*/
	white-space: nowrap;
	width: 230px;
}
#checkOutStyleCheckOut3MasterTableCell-domesticBillingCountryLabel{
	text-align: right;
	/*font-weight: bold;*/
	white-space: nowrap;
	width: 230px;
}
#checkOutStyleCheckOut3MasterTableCell-creditCardTypeLabel{
	text-align: right;
	/*font-weight: bold;*/
	white-space: nowrap;
	width: 230px;
}
#checkOutStyleCheckOut3MasterTableCell-creditCardNumberLabel{
	text-align: right;
	/*font-weight: bold;*/
	white-space: nowrap;
	width: 230px;
}
#checkOutStyleCheckOut3MasterTableCell-expDateLabel{
	text-align: right;
	/*font-weight: bold;*/
	white-space: nowrap;
	width: 230px;
}
#checkOutStyleCheckOut3MasterTableCell-nameOnCardLabel{
	text-align: right;
	/*font-weight: bold;*/
	white-space: nowrap;
	width: 230px;
}
#checkOutStyleCheckOut3MasterTableCell-shippingEmailLabel{
	text-align: right;
	/*font-weight: bold;*/
	white-space: nowrap;
	width: 230px;
}
#checkOutStyleCheckOut3MasterTableCell-shippingNameLabel{
	text-align: right;
	/*font-weight: bold;*/
	white-space: nowrap;
	width: 230px;
}
#checkOutStyleCheckOut3MasterTableCell-domestic-shippingEmailLabel{
	text-align: right;
	/*font-weight: bold;*/
	white-space: nowrap;
	width: 230px;
}
#checkOutStyleCheckOut3MasterTableCell-domesticShippingAddress1Label{
	text-align: right;
	/*font-weight: bold;*/
	white-space: nowrap;
	width: 230px;
}
#checkOutStyleCheckOut3MasterTableCell-domesticShippingCityStateZipLabel{
	text-align: right;
	/*font-weight: bold;*/
	white-space: nowrap;
	width: 230px;
}
#checkOutStyleCheckOut3MasterTableCell-domesticShippingCountryLabel{
	text-align: right;
	/*font-weight: bold;*/
	white-space: nowrap;
	width: 230px;
}
#checkOutStyleCheckOut3MasterTableCell-domesticShippingPhoneLabel{
	text-align: right;
	/*font-weight: bold;*/
	white-space: nowrap;
	width: 230px;
}
#checkOutStyleCheckOut3MasterTableCell-promoLabel{
	text-align: right;
	/*font-weight: bold;*/
	white-space: nowrap;
	width: 230px;
}



#checkOutStyleCartTableCell-receipt-footer-subTotalLabel{
	text-align: right;
}
#checkOutStyleCartData-receipt-footer-subTotalLabel{
	font-weight: bold;
}
#checkOutStyleCartData-receipt-footer-subTotal{
	font-weight: bold;
}
#checkOutStyleCartTableCell-receipt-footerTax-taxLabel{

	text-align: right;
}
#checkOutStyleCartData-receipt-footerTax-taxLabel{
	font-weight: bold;
}
#checkOutStyleCartData-receipt-footerTax-tax{
	font-weight: bold;
}
#checkOutStyleCartTableCell-receipt-footerShipping-shipLabel{
	text-align: right;
}
#checkOutStyleCartData-receipt-footerShipping-shipLabel{
	font-weight: bold;
}
#checkOutStyleCartData-receipt-footerShipping-shipAmt{
	font-weight: bold;
}
#checkOutStyleCartTableCell-receipt-footerTotal-totCountLabel{
	text-align: right;
}
#checkOutStyleCartData-receipt-footerTotal-totCountLabel{
	font-weight: bold;
}
#checkOutStyleCartData-receipt-footerTotal-totCount{
	font-weight: bold;
}
#checkOutStyleCartTableCell-receipt-footerTotal-totLabel{
	text-align: right;
}
#checkOutStyleCartData-receipt-footerTotal-totLabel{
	font-weight: bold;
}
#checkOutStyleCartData-receipt-footerTotal-totAmt{
	font-weight: bold;
}
#checkOutReceiptCallOuts-receipt-transIDLabel{
}
#checkOutStyleReceiptAccountInfoTableCell-receipt-accountIDLabel{
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	width: 230px;
}
#checkOutStyleReceiptAccountInfoData-receipt-accountIDLabel{
	color: #760028;
	font-weight: bold;
}
#checkOutStyleReceiptAccountInfoTableCell-receipt-passwordLabel{
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	width: 230px;
}
#checkOutStyleReceiptAccountInfoData-receipt-passwordLabel{
	color: #760028;
	font-weight: bold;
}

/*ADMIN Overrides*/
#customerLoginStyleLoginInnerTableCell-login-accountIDLabel{
	font-weight: bold;
	text-align: right;
}
#customerLoginStyleLoginInnerTableCell-login-passwordLabel{
	font-weight: bold;
	text-align: right;
}

/*'''''''''''''''''''''''''''''''''''''''''''''''*/

/*
''''''''''''''''''''''''''''''''''''''''''''''''''
'SPECIFIC CHECK PAGE LAYOUT CLASSES - CHECK OUT 3
*/
.checkOutStyleCheckOut3Head{
	font-weight: bold;
}

/*
''''''''''''''''''''''''''''''''''''''''''''''''''
'SPECIFIC CART LAYOUT CLASSES
'used in view cart and get cart
*/
.checkOutStyleCartTable{
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
}
.checkOutStyleCartTableRow{}
.checkOutStyleCartTableCell{}
.checkOutStyleCartHead{
	font-weight: bold;
}
.checkOutStyleCartData{}
/*''''''''''''''''''''''''''''''''''''''''''''''''''*/

/*
''''''''''''''''''''''''''''''''''''''''''''''''''
'SPECIFIC CHECK PAGE LAYOUT CLASSES - GET ZIP
*/
.checkOutStyleGetZipMasterTable{
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
}
.checkOutStyleGetZipMasterTableRow{}
.checkOutStyleGetZipMasterTableCell{
	vertical-align: top;
	white-space: nowrap;
}
.checkOutStyleGetZipHead{
	font-weight: bold;
}
.checkOutStyleGetZipData{}

.checkOutStyleGetZipInnerTable{}
.checkOutStyleGetZipInnerTableRow{}
.checkOutStyleGetZipInnerTableCell{}
.checkOutStyleGetZipInnerData{}
/*''''''''''''''''''''''''''''''''''''''''''''''''''*/

/*
''''''''''''''''''''''''''''''''''''''''''''''''''
'SPECIFIC CHECK PAGE LAYOUT CLASSES - CALC SHIPPING
*/
.checkOutStyleCalcShipMasterTable{}
.checkOutStyleCalcShipMasterTableRow{}
.checkOutStyleCalcShipMasterTableCell{
	vertical-align: top;
}
.checkOutStyleCalcShipData{
	font-weight: bold;
}
/*''''''''''''''''''''''''''''''''''''''''''''''''''*/

/*
''''''''''''''''''''''''''''''''''''''''''''''''''
'SPECIFIC CHECK PAGE LAYOUT CLASSES - CHECK OUT 2
*/
.checkOutStyleCheckOut2MasterTable{}
.checkOutStyleCheckOut2MasterTableRow{}
.checkOutStyleCheckOut2MasterTableCell{
	white-space: nowrap;
}
.checkOutStyleCheckOut2Head{
	font-weight: bold;
	text-align:left;
}
.checkOutStyleCheckOut2Data{}

.checkOutStyleCheckOut2InnerTable{}
.checkOutStyleCheckOut2InnerTableRow{}
.checkOutStyleCheckOut2InnerTableCell{
	white-space: nowrap;
}
/*''''''''''''''''''''''''''''''''''''''''''''''''''*/

/*
''''''''''''''''''''''''''''''''''''''''''''''''''
'SPECIFIC CHECK PAGE LAYOUT CLASSES - RECEIPT
*/
.checkOutStyleReceiptAccountInfoTable{}
.checkOutStyleReceiptAccountInfoTableRow{}
.checkOutStyleReceiptAccountInfoTableCell{
	text-align: left;
}
.checkOutStyleReceiptAccountInfoHead{}
.checkOutStyleReceiptAccountInfoData{}

.checkOutReceiptCallOutsP{}
.checkOutReceiptCallOuts{
	font-weight: bold;
	font-size: 12px;
}
.checkOutReceiptCallOutsHR{
	color: #CCC;
}
#checkOutStyleCartTableCell-viewCart-receipt-subTotalLabel {
	font-weight:bold;
	text-align:right;
}
#checkOutStyleCartTableCell-viewCart-receipt-subTotal {
	font-weight:bold;
}

/*''''''''''''''''''''''''''''''''''''''''''''''''''*/

/*
''''''''''''''''''''''''''''''''''''''''''''''''''
'CUSTOMER LOGIN PORTAL CSS CLASSES
*/
.customerLoginStylePageHeaderH1{
	font-size:100%;
	font-weight:bold;
}
.customerLoginStylePageHeader{}
	
.customerLoginNavButtons{}
.customerLoginTextBoxStyle{}

.customerLoginStyleLoginMasterTable{
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
}
.customerLoginStyleLoginMasterTableRow{}
.customerLoginStyleLoginMasterTableCell{
	text-align: center;
	width: 50%;
}

.customerLoginStyleLoginInnerTable{
	width: 275px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #333333;
	background-color:#CCCCCC;
	margin-left: 45px; 
}
.customerLoginStyleLoginInnerTableRow{}
.customerLoginStyleLoginInnerTableCell{
	text-align: center;
	white-space: nowrap;
}
.customerLoginStyleLoginInnerData{
	font-weight: bold;
}

.customerLoginErrorSpecificP{}
.customerLoginSpecificGeneral{}
/*''''''''''''''''''''''''''''''''''''''''''''''''''*/





/*
''''''''''''''''''''''''''''''''''''''''''''''''''
'VENDOR/ADMIN PORTAL CSS CLASSES
*/
.vendorLoginStylePageHeaderH1{
	font-size:100%;
	font-weight:bold;
}
.vendorLoginStylePageHeader{}
	
.vendorLoginNavButtons{}

.vendorLoginTextBoxStyle{}

.vendorLoginStyleLoginMasterTable{
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
}
.vendorLoginStyleLoginMasterTableRow{}
.vendorLoginStyleLoginMasterTableCell{
	text-align: center;
	width: 50%;
}

.vendorLoginStyleLoginInnerTable{
	width: 200px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #333333;
	background-color:#CCCCCC;
	margin-left: 45px; 
}
.vendorLoginStyleLoginInnerTableRow{}
.vendorLoginStyleLoginInnerTableCell{
	text-align: center;
	white-space: nowrap;
}
.vendorLoginStyleLoginInnerData{
	font-weight: bold;
}

.vendorLoginErrorSpecificP{}
.vendorLoginSpecificGeneral{}
/*''''''''''''''''''''''''''''''''''''''''''''''''''*/

#checkOutStyleCheckOut2Data-checkOut2-shippingEmailNote{
	width: 100px;
	white-space:normal;
}

/*
''''''''''''''''''''''''''''''''''''''''''''''''''
'SPECIFIC CHECK PAGE LAYOUT CLASSES - LOGIN
*/
.checkOutStyleLoginMasterTable{
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
}
.checkOutStyleLoginMasterTableRow{}
.checkOutStyleLoginMasterTableCell{
	text-align: center;
	width: 50%;
}
.checkOutStyleLoginHead{
	font-weight: bold;
}
.checkOutStyleLoginData{
	font-weight: bold;
}

.checkOutStyleLoginInnerTable{
	width: 320px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #333333;
	background-color:#CCCCCC;
	margin-left: 45px; 
}
.checkOutStyleLoginInnerTableRow{}
.checkOutStyleLoginInnerTableCell{
	text-align: center;
	white-space:nowrap;
}
.checkOutStyleLoginInnerData{
	font-weight: bold;
}
/*''''''''''''''''''''''''''''''''''''''''''''''''''*/

.checkOutRequiredFieldMarker{
	color: #760028;
	font-weight: bold;
}

.sitePageStylePageHeaderH1 {
	font-size:100%;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}

.sitePageStylePageSubHeaderH2 {
	font-weight:normal;
	font-size:100%;
}

.regProdTable {
	width:100%;
}

.productDetailStyleInnerTableCell {
	vertical-align:top;
}

.productDetailImage {
	margin-top:15px;
	border:1px solid #000;
}

.prodPriceList {
	line-height:25px;
}

.productDetailStyleInnerTableCell {
	font-size:75%;
}

.regdTitle {
	font-weight:bold;
}