/* $Id: oc-theme-style.css,v 1.1.2.7 2010/07/04 01:51:31 sociotech Exp $ */

/* Basic Typography & Colors
-------------------------------------------------------------- */
/* Add general site styling here for typography and background */
body {
  font-size: 75%;   /* also set in fusion_starter.info: settings[base-font-size] = font-size-12 */
}

/* Default link styles - separate a:visited for a different visited link style */
a,
a:link,
a:visited {
}

/* Hover/active link styles. Don't forget :focus for accessibility */
a:hover,
a:focus,
a:active {
}


/* Specific Typography
-------------------------------------------------------------- */
#site-name {
  font-size: 300%;
  line-height: 110%;
}

.footer-message {
  font-size: 90%;
  background-color: #FFFFFF;  /* added to change background to white for the footer */
}

	/* Adding a serif font for most paragraph text 4/20/2011 */
.field-body{
  font-family: Baskerville, Georgia, Palatino, "Palatino Linotype", "Book Antiqua", "URW Palladio L", serif;
}

/* HTML Elements
-------------------------------------------------------------- */
body {
  background-color: #009900;  /* color was 00D500 */
  
}

ol.listlevel_1 {
	list-style-type: decimal;
}
ol.listlevel_2 {
	list-style-type: upper-alpha;
}
ul.listlevel_1 {
	list-style-type: disc;
}
ul.listlevel_2 {
	list-style-type: circle;
}
ul.listlevel_3 {
	list-style-type: square;
}

blockquote {
	color: #505050;
}

/* Site Info
-------------------------------------------------------------- */
/* Wrapper around logo, site name, and slogan */
.header-site-info span {
  display: block;
}


/* Add float here to put logo and site name side by side, also add margins as
  needed */
#logo {
	margin-top: 15px;
}
.logo {
	line-height: 0%;
}


/* Link and hover styles for site name */
#site-name a:link,
#site-name a:visited,
#site-name a:hover,
#site-name a:active,
#site-name a:focus {
text-decoration:none;
color: #FFFFFF;
}

/* "See Also" section of the Regulations content type
-------------------------------------------------------------- */
/* Title field for view listing Pages referencing this regulation----------- */
.list_of_nodes_referencing_a_reg .view-page-ref-to-regs .views-field-title{
	position: relative;
	left: 75px;
}
/* Title field for view listing Regulation Comments referencing this regulation----------- */
.list_of_nodes_referencing_a_reg .view-comments-submitted-on-regs .views-field-title{
	position: relative;
	left: 25px;
	top: 18px;
}
/* Image field for view listing Regulation Comments referencing this regulation----------- */
.list_of_nodes_referencing_a_reg .imagecache-thumbnail{
	float: left;
}

.nd-region-footer ul.links li{
	display: block;
}

/* Typography for site slogan */
#slogan {
  font-size: 14pt;
  font-weight: bold;
  font-variant: small-caps;
  font-family: sans-serif;
  color: #FFFFFF;
  text-align: center;
}


/* Regions

  Classes (.region-name) should always be used instead of IDs (#region-name) so
  that Skinr styles can override them with a class later
-------------------------------------------------------------- */

/* All Regions
-------------------------------------------------------------- */
/* By default this wrapper is set to 100% width and centered -- override here to
  narrow wrapper or align left or right */
.page {
}

/* The 0 values here remove padding and spacing at the bottom of the page.
  Remove to add a gap at the very bottom of the page */
.page-inner {
  border: 0;
  margin-bottom: 0;
  padding: 0;
}


/* Header Regions
-------------------------------------------------------------- */
/* Header Top region to the bottom of Header region */
/* For full-width header background, add background image/color here */
.header-group-wrapper {
  background: #009900;  /* color was 00D500 */
}

.header-group {
}
.header-group-inner{
  background: #333333 url(../../../../../themes/fusion/oc_theme/images/obamacarewatcher.png) no-repeat right top;  
}
/* Header Top region which sits above the header */
/* Works well with inline login or inline menu block style */
.header-top-wrapper {
}

.header-top {
}

/* Middle Region */
.nd-region-middle .field-body{
	padding-right: 10px;
}




/* Primary Menu
/-------------------------------------------------------------- */
/* Add general styles for primary menu here, such as typography, borders, floats,
  or spacing above/below */
.primary-menu {
	margin-bottom: 5px;
}
.primary-menu ul li a, .primary-menu ul li .nolink {
	padding: 0 0; /* overrides vales of 0.75em 1em from style.css?b */
	padding-right: 20px;
	font-weight: Bold;
}

/* styles for Superfish primary menu */
.primary-menu-inner ul.sf-menu {
}

/* Link style for top level menu items, add padding here */
.primary-menu-inner ul.sf-menu a,
.primary-menu-inner ul.sf-menu a:visited  {
  color: #EF792F;
  font-size: 16pt;
  font-variant: small-caps;
}

.primary-menu-inner ul.sf-menu a:hover,
.primary-menu-inner ul.sf-menu a:active,
.primary-menu-inner ul.sf-menu a:focus {

}

/* These are the top level menu items, add border-right here for separators */
.primary-menu-inner ul.sf-menu li {
}

/* Add border-right: 0; here to remove separator on last menu item */
.primary-menu-inner ul.sf-menu li.last {
}

/* Style for container of dropdown, add background or border */
.primary-menu-inner ul.sf-menu ul {
}

/* Style for individual dropdown menu items, add border-bottom for separators */
.primary-menu-inner ul.sf-menu li li {
  background-color: #fff;
}

.primary-menu-inner ul.sf-menu li li.last {

}

.primary-menu-inner ul.sf-menu li li li {
}

/* Style for hover of dropdown menu items (add background-color here) */
.primary-menu-inner ul.sf-menu li ul li:hover,
.primary-menu-inner ul.sf-menu li ul li.sfHover {
}


/* Secondary menu
-------------------------------------------------------------- */
/* This menu usually appears in the header as a set of simple text links */
.secondary-menu {
}

/* Set general style for menu here -- background, alignment, etc. */
.secondary-menu-inner ul.links {
}

/* Add a border-right here for a separator */
.secondary-menu-inner ul.links li {
}

/* Add border-right: 0; here to remove right separator on last menu item */
.secondary-menu-inner ul.links li.last {
}

/* Styles for links */
.secondary-menu-inner ul.links li a:link,
.secondary-menu-inner ul.links li a:visited {
  padding: 3px;
}

.secondary-menu-inner ul.links li a:hover,
.secondary-menu-inner ul.links li a:focus,
.secondary-menu-inner ul.links li a.active {
}


/* Header - Search
-------------------------------------------------------------- */
.search-box {
}

.search-box-inner {
}

.search-box-inner form#search-theme-form {
}

.search-box-inner input#edit-search-theme-form-header {
}


/*  Preface Regions
-------------------------------------------------------------- */
/* The Preface Top region sits between the header and the Main Area
 (columns, sidebars, and main content).  The Preface Bottom region
 is inside the Main Area. */
.preface-top-wrapper {
}

.preface-top {
}

.preface-top-inner {
}

.preface-bottom {
}

.preface-bottom-inner {
}


/*  Main Area (content + sidebars + preface bottom + postscript top)
-------------------------------------------------------------- */
.main-wrapper {
  background-color: #009900;  /* color was 00D500 */
}
.main{
    background-color: #FFFFFF;
	padding-top: 15px;
}

	/*  Formating of specific fields */
	.field-post-date{
		font-size:90%;
		line-height:150%;
	}



/* Sidebar Regions
-------------------------------------------------------------- */
/* Sidebar widths can be controlled through theme settings */
.sidebar-first {
}
.sidebar-first-inner .block.first{
}
.sidebar-last {
}


/* Content Regions
-------------------------------------------------------------- */
.content-top {
}

.content {
}

.content-inner {
}

.content-bottom {
}

/* This region only appears on full node pages. It's useful for ads or other
  content between the body of the node and its comments */
.node-bottom {
}


/*  Panels
-------------------------------------------------------------- */

#mini-panel-node_sidebar .pane-1 .inner .pane-content p{
	margin-top: 0em;
	margin-bottom: 1em;
}
#mini-panel-node_sidebar .pane-node-created{
	margin-bottom: 1em;
}
#mini-panel-node_sidebar .pane-node-terms {
	margin-top: 2em;
}


.panel_column_maincontent{
	width: 590px;
}
.panel_column_maincontent p{
	margin-top: 0em;
	margin-bottom: 1em;
}
.pane-regulation-document-list{
	margin-bottom: 2em;
}


/*  Node Display Regions
-------------------------------------------------------------- */
.full-node .nd-region-header {
	padding-top: 15px;
	font-size:90%;
	line-height:150%;
}
.full-node .nd-region-left {
	padding-top: 15px;
	font-size:90%;
	line-height:150%;
}
.full-node .nd-region-right {
	padding-top: 15px;

	font-size:90%;
	line-height:150%;
}

.nd-region-left{
	padding-right: 10px;
}
.buildmode-full .nd-region-middle {
	margin-left: 160px;
	padding-right: 20px;
}
.nd-region-footer{
	padding-top: 15px;
}
.buildmode-full  .nd-one-sidebar .nd-region-middle {  /*  adds padding for weblinks nodes and others[?] */
	padding-top: 15px;
}
.field-addthis{
	margin-bottom: 1.5em;
}
	/* Comment "doc_image" field */

div.field-doc-image #doc_image{
  display: table-cell;
  width: 100%;
  border: 1px solid black;
}
div.field-doc-image div.caption{
  display: table-caption;
  caption-side: bottom;
  text-align: center;
}

/* Front Page Teasers */
.buildmode-teaser .nd-region-header .field-title h2{
	margin:0 0 0; /* overriding margin:0 0 0.5em;  */
}

body.front div.content-content div.node{
	border-bottom:1px dashed #CCCCCC;
}


/* Front Page Teaser -- Weblinks -- Hiding Link Field */

body.front div.field-body div.weblinks-linkview{
	display:none;
}
 

/*  Postscript & Footer Regions
-------------------------------------------------------------- */
.postscript-top {
}

.postscript-top-inner {
}

.postscript-bottom-wrapper {
}

.postscript-bottom {
}

.postscript-bottom-inner {
}

.footer-wrapper {
}

.footer {
}

.footer-inner {
}

.footer-message-wrapper {
  background-color: #009900;  /* color was 00D500 */
}

.footer-message {
  text-align: center;
}

.footer-message-inner {
}

.footer-message-text {
}

/* Views
/-------------------------------------------------------------- */
/* Regulation View -- Block */
.view-Regulations.view-display-id-block_1 .view-content{
	font-size:90%;
	line-height:150%
}
/* Regulation View -- Page */
.view-regulations-page div.views-field-title{
	font-size: 142.85%;
	line-height:100%;
	padding-top: 10px;
}
.view-regulations-page  .views-row-first div.views-field-title{
	padding-top: 0px;
	
}

.view-regulations-page div.views-field-field-reg-comment-deadline-value{
	font-size: 100%;
	line-height:100%;
	text-indent: 2em;
}
.view-regulations-page  div.views-field-name{
	font-size: 100%;
	line-height:100%;
	text-indent: 2em;
}

/* Regulation View New -- Page */
#panel_regulations .panel-pane{
	padding-top: 10px;
}
			/* Link colors */
#panel_regulations .panel-pane a:link, #panel_regulations .panel-pane a:active, #panel_regulations .panel-pane a:visited, #panel_regulations .panel-pane a:hover{
/*	color: #048A04; text-decoration: underline;
	active color: #00D500; text-decoration: underline;
	visited color: #048A04; text-decoration: underline;
	hover color: #00D500; text-decoration: none;			*/
}

#panel_regulations .panel-pane  div.views-row{
	line-height:110%;
	padding-top: 10px;
}
#panel_regulations .panel-pane  .views-field-field-reg-rin-select-value{
	font-size: 85%;
	text-align:right
}
#panel_regulations .panel-pane .views-field-title{
	font-size: 100%;
}

#panel_regulations .panel-pane .pane-title{
	/* color: #EF792F; */
}
#panel_regulations .rounded-corner{
}

/*  Recently Submitted Comments View  */
.view-display-id-block_4 .views-field-teaser .field-content p{
	margin: 0.25em 0 0.25em 1em;
}

	/*  Front Page Only (Recently Submitted Comments View)  */
.front .view-display-id-block_4 .views-field-title .field-content a{
	font-size:90%;
	line-height:150%;
}
.front .view-display-id-block_4 .views-field-teaser .field-content p{
	font-size:90%;
	line-height:150%;
}


/* Regulation View -- Page = Archive */
.view-display-id-page_2 div.views-field-title{
	font-size: 142.85%;
	line-height:100%;
	padding-top: 10px;
}
.view-display-id-page_2  .views-row-first div.views-field-title{
	padding-top: 0px;
}
.view-display-id-page_2  .views-row-first div.views-field-title{
	padding-top: 0px;
}
.view-display-id-page_2 div.views-field-field-reg-comment-deadline-value{
	font-size: 100%;
	line-height:100%;
	text-indent: 2em;
}
.view-display-id-page_2  div.views-field-name{
	font-size: 100%;
	line-height:100%;
	text-indent: 2em;
}

/* Regulation View -- Page = Submitted Comments */

.view-display-id-page_3 .views-field-title{
	line-height: 100%;
}
.view-display-id-page_3 .views-field-teaser p{
	text-indent: 2em;
    line-height: 100%;
	margin: 0 0 1em 0;
}

/* Twitter Feed View */
.view-tweets li{
	font-size:90%;
}
.view-tweets .view-content .item-list .div.views-row span.field-content{
	line-height: 120%;  /* not working yet: figure out the proper class path */
}

/* Newsletter View -- Block Display */
.view-id-Newsletters{
	float:none;
}
.newsletter_title{
}
.newsletter_details_group {
	clear: right;
}
.newsletter_date{
	 font-size: 142.85%;
	 font-weight: Bold;
 }
.link_newsletter_pdf{
	 font-size: 90%;
	 font-weight: Bold;
}
.newsletter_vol_issue{
	 font-size: 90%;
	 font-weight: Bold;
 }
.newsletter_thumb_med {
	 float:left;
	padding: 0px 10px 0px 10px;
}

/* Edits to Panel Pages */
#node-31 .meta{  /* "Submitted" Field of the Newsletter Panel */
	visibility:hidden;
}





/* Page titles
/-------------------------------------------------------------- */
/* Page and full node titles */
h1.title {
	line-height: 110%;
}


/* Default node styles
/-------------------------------------------------------------- */
/* Change unpublished and preview colors for dark background themes */
.node-unpublished {
  background-color: #fff4f4;
}
.preview .node {
  background-color: #ffffea;
}

/* Typography for node titles */
h2.title {
}

/* Colors and styles for linked node titles, ie. teaser listing at /node */
h2.title a:link,
h2.title a:visited {
}

h2.title a:hover,
h2.title a:focus,
h2.title a:active {
}

/* Separators and padding for node teasers */
.teaser {
}

/* Author/date info */
.meta {
}

.submitted {
}

/* Links for nodes (taxonomy, commenting, read more, etc) */
.node ul.links li {
}
.node ul.links a {
}

/* Only more/read more links */
div.node .read-more a,
div.node .more-link a {
}

/* Fix for Read More Weblink node teasers --added 10/28/2010  */
div.read-more{
	display:none;
}

/* Drupal Messages
/-------------------------------------------------------------- */
/* General style for all errors/messages (border, padding, etc.) */
div.content-messages div.messages,
div.content-help div.help {
}

/* Status messages: green */
div.content-messages-inner div.status {
}

/* Warning messages: yellow */
div.content-messages-inner div.warning {
}

/* Error messages: red */
div.content-messages-inner div.error {
}

/* Help messages: blue */
div.content-help-inner div.help {
}

/* Error that appears when a required form field is not filled out */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #aa1144;
}

/* "New" text and required form field asterisk (default = red) */
.marker,
.form-required {
  color: #aa1144;
}


/* Default block title styles
/-------------------------------------------------------------- */
h2.block-title {
}


/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs {
}

.breadcrumbs a:link,
.breadcrumbs a:visited {
}


/* Tab Menus
/-------------------------------------------------------------- */
#content-tabs {
  background-color: transparent;
  float: left; /* LTR */
  margin: 20px 0;
  padding: 0;
}

#content-tabs ul.primary,
#content-tabs ul.secondary {
  border-bottom: 1px solid #000;
  clear: both;
  float: left; /* LTR */
  margin: 0;
  padding: 0 10px;
}

#content-tabs ul.secondary {
  border-bottom: 1px solid #555;
  margin-top: 10px;  
  text-transform: lowercase;
}

#content-tabs ul.primary li,
#content-tabs ul.secondary li {
  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: #000;
  float: left; /* LTR */
  font-weight: bold;
  margin: 0;
  padding: 0 0 6px 0;  
  text-decoration: none;
  white-space: nowrap;
}

#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
  color: #555;
}

#content-tabs ul.primary li a.active:link,
#content-tabs ul.primary li a.active:visited {
  border-bottom: 4px solid #000;
  color: #555;
  padding-bottom: 2px;
}

#content-tabs ul.secondary li a.active:link,
#content-tabs ul.secondary li a.active:visited {
  border-bottom: 4px solid #555;
  color: #777;
  padding-bottom: 2px;
}

#content-tabs ul.primary li a:hover,
#content-tabs ul.primary li a:focus,
#content-tabs ul.secondary li a:hover,
#content-tabs ul.secondary li a:focus {
  border-bottom: 4px solid #777;
  color: #777;
  padding-bottom: 2px;
}

/* Pagers
-------------------------------------------------------------- */
ul.pager {
}

ul.pager li {
}

ul.pager a,
ul.pager li.pager-current {
  border-color: #333;
}

ul.pager li.pager-current {
  background-color: #777;
  color: #fff;
}

ul.pager a:hover,
ul.pager a:active,
ul.pager a:focus {
  background-color: #777;
  border-color: #333;
  color: #fff;
}

/* Forms
/-------------------------------------------------------------- */
/* Typography and backgrounds for all form buttons */
form input.form-submit {
  margin: 2px;
  padding: 3px 5px;
}

/* Hover style for form buttons */
form input.form-submit:hover,
form input.form-submit.hover,
form input.form-submit:focus {
}

/* Typography, background, borders, padding for form fields */
.form-item input,
.form-item select,
.form-item textarea {
}

/* Remove backgrounds and border on radios and checkboxes */
.form-item .form-radio,
.form-item .form-checkbox {
  background: none;
  border: none !important;
}

/* Fieldset wrapper around groups of form elements -- add border here */
fieldset {
}

/* Typography and spacing for legend of fieldsets */
fieldset legend {
}

/* Link style for legend of fieldsets */
fieldset legend,
legend.collapse-processed,
legend.collapse-processed a:link,
legend.collapse-processed a:visited {
}

/* Custom icons on (open) collapsible fieldsets */
html.js fieldset.collapsible legend a:link,
html.js fieldset.collapsible legend a:visited {
}

/* Custom icons on (closed) collapsible fieldsets */
html.js fieldset.collapsed legend a:link,
html.js fieldset.collapsed legend a:visited {
}

/* CSS for Feedburner Email Subscription Form; css inspired by http://buildinternet.com/2009/01/changing-form-input-styles-on-focus-with-jquery/ --added 2/23/2011 */

    #feedburneremailsubscriptionform{    
        outline:none;   
		font-size: 9pt;
		height: 14px;
		padding: 3px 0 3px 3px;  
    }   
    form.feedburneremailsubscriptionform .focusField{   
        border:solid 1px #009900;   
        background:#CCFFCC;   
        color:#000;   
    }   
    input#feedburneremailsubscriptionform .idleField{   
        background:#EEE;   
        color: #6F6F6F;   
        border: solid 1px #DFDFDF;   
    } 
	form.feedburneremailsubscriptionform .submit input{
		color: #000;
		background: #ffa20f;
		border: 2px outset #d7b9c9
	} 


  



/* Tables
-------------------------------------------------------------- */
table {
}

/* Body of tables */
tbody {
  border-top: 1px solid #ccc;
}

/* Header of tables */
thead th,
th {
  border-bottom: 3px solid #ccc;
}

tbody th {
  border-bottom: 1px solid #ccc;
}

/* Alternating row background styles */
tr.even,
tr.even td {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}

tr.odd,
tr.odd td {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

td.active {
}

tr.drag td,
tr.drag-previous td {
  color: #000;
}


/* Maintenance Page
/-------------------------------------------------------------- */
/* Maintenance page tpl file in Fusion Core has simplified layout, but you can
  also add specific styles, such as a background, just for your offline page */
.in-maintenance  {
}


/*--------------------------------------------------------------*/
/* Module styles
/-------------------------------------------------------------- */


/* Book
/-------------------------------------------------------------- */
.book-navigation .menu {
  border-top: 1px solid #ccc;
}

.book-navigation .page-links {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}


/* Comments
/-------------------------------------------------------------- */
/* Style for each individual comment */
div.comment {
}

/* Subject (title) of each comment */
div.comment h3.title {
}

/* Links (edit, reply, delete) for each comment */
div.comment div.links a,
div.comment ul.links a {
}

/* Alternating styles for even/odd comments */
.comments div.odd {
  background-color: #fff;
}

.comments div.even {
  background-color: #eee;
}

/* A special highlight style for a comment by the author of the node */
.comments div.comment-by-author {
  background-color: #ddd;
}

/* Comment signatures */
.signature {
  border-top: 1px solid #d6ddb9;
}

/* User avatars in comments */
.comment-wrapper .picture img {
}


/* Forum
/-------------------------------------------------------------- */
#forum .description {
}

.forum-topic-navigation {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}


/* Poll
/-------------------------------------------------------------- */
div.poll div.bar {
  background-color: #ddd;
}

div.poll div.bar div.foreground {
  background-color: #999;
}


/* Profiles
/-------------------------------------------------------------- */
.profile .picture {
  float: none;
}

/* Styles for sub-headings on user profiles */
.profile dt {
  background-color: #ccc;
}


/* Ubercart - catalog
/-------------------------------------------------------------- */

/* Horizontal list of subcategories in catalog */
ul.uc-categories {
}

.uc-categories li a {
  font-weight: bold;
  padding: 0 5px 0 3px;
}

/* Product and category names */
.catalog-grid-title a:link,
.catalog-grid-title a:visited,
.category a:link,
.category a:visited {
}

.catalog-grid-title a:hover,
.catalog-grid-title a:focus,
.category a:hover,
.category a:focus {
}

/* Sell price in Ubercart catalog */
.category-grid-products .catalog-grid-sell-price {
}

/* Ubercart - add to cart buttons
/-------------------------------------------------------------- */

/* Add to cart buttons */
input.node-add-to-cart,
input.list-add-to-cart {
}

/* Hover and focus styles, with .hover class added for IE6 support */
input.node-add-to-cart:hover,
input.node-add-to-cart.hover,
input.node-add-to-cart:focus,
input.list-add-to-cart:hover,
input.list-add-to-cart.hover,
input.list-add-to-cart:focus {
}

/* Ubercart - product nodes
/-------------------------------------------------------------- */

#field-group {
}

#price-group {
}

/* Product images */
.product-image a img {
}

.product-image a:hover img,
.product-image a:focus img {
}

/* Display price on full product nodes */
.full-node .product-group .uc-price-display {
}

/* Product attributes on full nodes */
.full-node .product-group .attributes {
}

/* Ubercart - general / checkout
/-------------------------------------------------------------- */

/* For optional "Powered by Ubercart" footer message */
#store-footer {
}

#store-footer a:link,
#store-footer a:visited {
}

/* View cart/Checkout links in Ubercart cart block */
.cart-block-summary-links ul.links li a {
}

.cart-block-summary-links ul.links li.cart-block-checkout a:link,
.cart-block-summary-links ul.links li.cart-block-checkout a:visited {
}

/* Key checkout process buttons: Checkout, Continue, and Submit Order */
#uc-cart-view-form #edit-checkout,
#uc-cart-checkout-form #edit-continue,
#uc-cart-checkout-review-form #edit-submit {
}

/* Table on final order review page */
.order-review-table {
}

#cart-form-products table th {
  border-bottom: 3px solid #dec2c3;
}


/* Skinr
/-------------------------------------------------------------- */

/* This is a sample Skinr style to get you started. See fusion_starter.info */
.fusion-example-stylename .inner {
  /* When setting the background color, also set foreground colors for text and
    links, even if it's similar to the default body style. Remember, this block
    style may be used in regions with other foreground colors, thus making text
    invisible if left unspecified */
  background-color: #ccc;
  color: #000;
  /* All padding and borders should go on the .inner div, so as not to break
    the widths of the grid */
  border: 3px solid #000;
  padding: 10px;
}