/* $Id: local-sample.css,v 1.1 2009/08/19 04:28:52 sociotech Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */

h1, h2, h3, h4, h5, h6 {
	margin-top:10px;
        color: #000000;
}

div {
	margin-bottom:0px;
}

.comment_add_first li {
	margin-top: .5em;
}

#block-views-banner-block_2 {
        margin-top: 1em;
}

#block-menu-menu-act {
        margin-top: 1em;
}

#product-details {
color:#002525;
}

.field .field-label {
font-weight:bold;
margin-top: 1em;
font-size: larger;
}

p {
line-height: 1.5em;
color: #000000;
}

.node .links {
margin-top: 2em;
}

.terms div {
margin-top: 2em;
}

.nounderline-links a:, .nounderline-links a:visited {
text-decoration:none;
}

.print-link {
display:block;
padding-bottom:0;
text-align:right;
}

thead th, th {
padding-top:0;
padding-left:10px;
padding-right:10px;
padding-bottom:0;
}

header-top-wrapper {
  background-color: #3e0000;
	}
	
	.views-accordion-item .accordion-content div, .views-accordion-item .accordion-header, h3.accordion-header {
padding-bottom:0.5em;
padding-left:1em;
padding-right:1em;
padding-top:0.5em;
}

.views-accordion-item .accordion-header, h3.accordion-header {
background-color:#dc9b9b;
border-bottom-style:solid;
border-bottom-width:0;
border-top-style:solid;
border-top-width:0;
}

.accordion-header {
color:#3E0000;
cursor:pointer;
display:block;
}
/* $Id: views-accordion.css,v 1.1.2.5 2009/02/26 20:25:59 manuelgarcia Exp $ */
/*
 * @file
 * Style sheet for the views_accordion module
 * 
 * You can disable the loading of this file in your style options, just uncheck 'Use the module's default styling'
 *
 * .views-accordion-item wrappers get per-row classes like item-0, item-1 and so on
 *  style each row independently like this:
 * .views-accordion .item-1


/* the whole accordion (only when js is enabled) */
.accordion-active {
 border: 0px solid #ddd;
 margin-bottom:1em;
}

/* the content hidden/shown within each section (only when js is enabled) */
.views-accordion-item .accordion-content {
  background-color: #fff1e6;
  color: #3e0000;
  border-bottom: 1px solid #3e0000;
}

/* the header the user clicks to open sections (only when js is enabled)*/
.accordion-header {
  cursor: pointer;
  color: #3e0000;
}
h3.accordion-header {
  margin-bottom:0;
  
}
.views-accordion-item .accordion-header,
h3.accordion-header {
  background-color:    #dcb9b9;
  border-top: 1px solid #dcb9b9;
  border-bottom: 1px solid #dcb9b9;
}

.accordion-item-even .accordion-header {
  background-color:    #dc9b9b;
  border-color: #dc9b9b;
}


/* header mouse-over and section-opened states (only when js is enabled)*/
.views-accordion-item .accordion-header-hover,
h3.accordion-header-hover {
  border-color: #fff1e6;
}
.views-accordion-item .accordion-header-active,
h3.accordion-header-active {
  font-weight: bold;
  border-bottom: 1px solid #fff1e6;
}


.header-group-inner { 
padding-bottom: 25px;
padding-left: 0px;
padding-right: 0px;
padding-top: 10px;
}

.prosper-shoppingcart-dark p {
    color: #DCB89B;
}
