
/**************CONTENT ADMIN *********/

.tooltip-lf-header {
   background-color: #5fa032;
   color:White;
   font-weight:bold;
   font-family: arial, "lucida console", sans-serif;
}

.tooltip-lf-body {
   background-color: white; 
   font-size: 0.9em;
   border:solid 2px #5fa032; 
   padding:5px;
   font-family: arial, "lucida console", sans-serif;
}


#home-admin { width: 90%; margin-top: 20px; margin-left: 20px; background-color: white; font-family: arial, "lucida console", sans-serif; font-size: 0.9em;}

#content_home-admin {
width: 100%; padding: 0px;float:left;background-color:white;
}

#home-admin table.cluster {
border: 1px solid black;
}


#home-admin table.cluster th {
border: 0px solid black;
background-color:#5fa032;
}

#account-admin {
  display:inline-block;
  position:relative;
  top: 0px;
  padding: 3px; 
  float: right;
  width: 60%;
  text-align: right;
  font-size: 0.9em;
}

#account-admin a{
  color: black;
  text-decoration: none;
}

#account-admin a:hover{
  color: #5fa032;
  text-decoration: underline;
}

#filter td.filter-item {
background-color:#5fa032;
padding: 20px;}

#filter td.filter-item a {
color:white;
text-decoration: none;
}

#admin-form {
border: 1px solid #5fa032;
width: 80%;
margin: 5px; }

#admin-form div.form-label{
background-color:#5fa032;
width: 20%;
padding: 5px;
text-align: left;
color: white;
}
#admin-form div.form-widget {
margin-left: 5px;}

#admin-form div.title {
background-color:#5fa032;
width: 99%;
padding: 4px;
text-align: center;
color: white;
font-weight: bold;
font-size: 1.2em;
}

#admin-portlet { 
float: right;
width: 28%;}

#admin-portlet th {
background-color: #5fa032;
padding: 2px;
color: white;
}

#admin-portlet td.subtitle {
background-color: black;
color: white;
font-weight: bold;
}

#admin-page {
float: left;
width: 70%;}

#admin-page td {font-weight: bold;}

#news-lf-home {
font-size: 0.9em;
}

#news-lf-home table {
width:100%;
border: 0px solid red;
margin-top: -10px;
}

#news-lf-home tr.odd {
background-color: white;
}

#news-lf-home a {
    font-weight: normal;
    text-decoration: none;
    color: #4FA601;
}

#news-lf-home a:hover {
    font-weight: normal;
    color: #4FA601;
    text-decoration:underline;
}

#news-lf-home th.list-table{
    border-bottom-color: #5fa032;
    border-bottom:0px;

}



#news-lf-home td.list-table{
    border-bottom-color: #5fa032;
    line-height:20px;
    padding: 0px;
}


#news-title {
    float:left;
    margin: 0px 0px 0px 0px;
    #margin: 10px 0px 0px 0px;
    width: 390px;
}

#news-date {
    float:right;
    width: 100%;
}

#news-lead {
    float:right;
    width: 100%;
    margin-top:0px;
}


#news-lf-home p.date {
    color: #ccc;
    font-size:0.7em;
    text-align: right;
    margin:0px;
    padding: 0px;


}

/*news-lf*******/

#news-home {
    display: inline-block;
    width: 70%;
    margin-bottom: 0px;
    font-size: 0.9em;
    float: left
}

#leftmenu-news { 
    float: left;
    padding: 0px;
    width: 23%;
    border-right: 0px solid #4e4a49;
}

#leftmenu-news a {
    color: #4e4a49;
    text-decoration:none;
    width: 100%;
    line-height: 0px;
}

#leftmenu-news a:hover {
    color: #5fa032;
    text-decoration: underline;
    line-height: 0px;
}

.leftmenuitem {
    width: 190px;
    text-align: left;
    margin-left: -40px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 2px;
    font-size: 13px;
    font-weight: bold;
    line-height: 10px;
    color: #4B4A48;
}

.leftmenuitem_selected {
    width: 190px;
    text-align: left;
    margin-left: -40px;
    padding-left: 3px;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
    color: #4B4A48;
}

#news-lf {
    float: right;
    width: 100%;
    padding-left: 6px;
}

#news-lf table {
    
    border: 0px solid red;
    
}

#news-lf tr.odd {
    background-color: white;
}

#news-lf a {
font-weight: bold;
text-decoration: none;
color: black;
}

#news-lf a:hover {
font-weight: bold;
text-decoration: none;
color: #5fa032;
}

#news-lf th.list-table{
border-bottom-color: #5fa032;}

#news-lf td.list-table{
border-bottom-color: #5fa032;
}
#news-lf h3 {
font-size: 12px;
font-weight: bold;
color: #EE7817;
}


/* Styles originally defined in default-master.css */

#content-page {
  margin-top: 0px; 
  width: 938px;
  background-color: #E4E0D4;
  padding-left: 5px;
}

#login-box {
  border: black 1px solid;
  padding: 4px;
}

#loginpage div.form-label{
text-align: left;
font-weight: bold;
width: 30%;
}

#loginpage div.form-widget{
text-align: left;
font-weight: none;
width: 30%;
}

div.portlet-title h2 {

 margin-top: 5px;
 background-color: #5fa032;
 font-weight: bold;
 padding-left: 5px;
 color: white;
}

TABLE.table-display {
  font-family: verdana, helvetica,tahoma; 
  font-size: 85%;
}

TR.table-header {
  background-color: #cccccc; 
}

TR.even {
  background-color: #f0f0f0;
}

TR.odd {
  background-color: #e0e0e0;
}

/* Replace deprecated center tags in forms. Eventually all forms should use form builder and this tag should not be used */

DIV.submit-button {
  text-align: center;
}


/**********************************************************************
/* Site-Wide/Master Templates
/**********************************************************************/

#skiptocontent {
  display: none;
}

.block-marker {display: none;}

/* User Messages */

#alert-message {
  /* background-color: #ccff99; */
  background-color: #ff0000;
  padding: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 85%;
}

#alert-message .alert {
  margin-left: 0;
  padding-left: 2px;
  border: none;
}


/* Boxed User Message */

.boxed-user-message {
  background-color: #ccff99; 
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 85%;
  border: 1px solid #dd9988;
}

.boxed-user-message h3 {
  color: #990000;
  margin-top: 0px;
}

.boxed-user-message .body {
  color: #990000;
}


/* Subsite Name */

#subsite-name { 
  font-weight: bold; 
  font-size: 120%;
  font-family: verdana; 
  padding-left: 8px;
}
a.subsite-name {
  color: black;
  text-decoration: none;
}
a.subsite-name:hover {
  color: black;
  text-decoration: none;
}


/* Site Footer */

#footer {
  background-color: #ffffff;
  padding-top: 90px;
  padding-bottom: 20px;
  margin-top: 0px;
  font-size: 11px;
  color: #737373;
  text-align: center;  
  width: 927px;
  position: relative;
}

#footer a { 
  color: #737373;
  text-decoration: none;
}

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

#footer ul {
  display: inline;
  margin-left: 0;
  padding-left: 0;
  border: none;
}

#footer ul li {
  margin-left: 0;
  padding-left: 10px;
  border: none;
  list-style: none;
  display: inline;
}

#footer .action-list {
  float: left;
}


/**********************************************************************
/* General navigation
/**********************************************************************/

/* First level tabs */

#navbar-div {
  border-bottom: 1px solid #666;
}
#navbar-container {
  height: 35px;
  position: relative;
}
#navbar { 
  position: absolute;
  height: 21px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  left: 10px;
  bottom: -2px;
  margin-top: 10px;
  font-family: verdana, arial,sans-serif;
  font-size: 80%;
  font-weight: bold;
}
html>body #navbar { bottom: 0px }

#navbar .tab { 
  height: 16px;
  float: left; 
  background-color: #eeeeee; 
  border: 1px solid #666;
  padding: 2px 5px 2px 5px;
  margin: 0px 2px 0px 2px;
}
#navbar a {
  text-decoration: none;
  color: black;
}
#navbar a:hover {
  text-decoration: underline;
}
#navbar #navbar-here { 
  border-bottom-color: white;
  background-color: white;
}
#navbar #navbar-here a {
  color: black;
}

#navbar-body { 
  border-bottom: 1px solid #016799;
  background-color: white;
  clear: both;
  padding-top: 4px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
}


/* Second level tabs */

#subnavbar-div {
  border-bottom: 1px solid #666;
}
#subnavbar-container {
  height: 35px;
  width: 742px;
  position: relative;
}
#subnavbar {
  position: absolute;
  width: 720px;
  height: 21px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  right: 0px;
  bottom: -2px;
  margin-top: 10px;
  font-family: verdama, arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
}
html>body #subnavbar { bottom: 0px }

#subnavbar .tab { 
  height: 16px;
  float: left; 
  background-color: #eeeeee; 
  border: 1px solid #666;
  padding: 2px 5px 2px 5px;
  margin: 0px 2px 0px 2px;
}
#subnavbar a {
  text-decoration: none;
  color: black;
}
#subnavbar a:hover {
  text-decoration: underline;
}
#subnavbar #subnavbar-here { 
  border-bottom-color: white;
  background-color: white;
}
#subnavbar #subnavbar-here a {
  color: black;
}

#subnavbar-body { 
  border-bottom: 1px solid #016799;
  border-left: 1px solid #016799;
  border-right: 1px solid #016799;
  background-color: white;
  clear: both;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
}

/* END NAVIGATION */


/**********************************************************************
/* Widgets
/**********************************************************************/

/* STANDARD TAGS -----------------------------------------------------------*/
/* standard html (body, h1, p, form...) */

body {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  color: #000000;
  background-color: #E4E0D4;
}

h1 {
  font-size: 1.2em;
  color: #666666;
  margin-bottom: 12px;
}

h2 {
  font-size: 1.1em;
  font-weight:bold;
  color: #555555;
  margin-bottom: 12px;
}

h3 {
  font-size: 15px;
  font-weight:bold;
  color: #444444;
  margin-bottom: 12px;
}

a:link {
  color: #235c96;
}

a:visited {
  color: #235c96;
}

a:hover {
  color: #235c96;
  background:;
}

/* BUTTON ---- */
a.button { 
  font: .85em arial;
  border: solid 1px black;
  background-color: #E1E1E1;
  text-align: center; 
  padding: 1px;
  padding-left: 8px;
  padding-right: 8px;
  color: black;
  text-decoration: none;
  white-space: nowrap;
}

a.button:link { 
  text-decoration: none;
  border: solid 1px black;
}

a.button:hover { 
  text-decoration: none;
  background-color: #CCCCCC;
  border: solid 1px black;
}

a.button:active { 
  text-decoration: none;
  border: solid 1px black;
}

/* END BUTTON ---- */

.center {text-align: center;}
.small {font-size: x-small;}

/*  ARE THESE NEEDED ??? -----------------------------------------------------------*/

/* Various forms of links */

.action-list { 
  padding: 0;
}

.action-list ul { 
  margin: 0;
  padding: 0;
  display: inline;
  border: none;
}
                
.action-list ul li {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  display: inline;
}

div.subsite-context-bar {
  font-size: 85%;
  margin-bottom: 4px;
  position: relative;
}

a.admin-button { 
  font: 85% arial;
  border: solid 1px black;
  background-color: #aaa;
  text-align: center; 
  padding: 1px;
  padding-left: 8px;
  padding-right: 8px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
a.admin-button:link { 
  text-decoration: none;
  border: solid 1px black;
  color: #111;
}
a.admin-button:visited { 
  text-decoration: none;
  border: solid 1px black;
}
a.admin-button:hover { 
  text-decoration: none;
  background-color: #ccc;
  border: solid 1px black;
}
a.admin-button:active { 
  text-decoration: none;
  border: solid 1px black;
}

a.admin:link, a.admin:visited {
  color: #f00;
  font-family: verdana;
  font-size: 11px;
  font-weight: normal;
}

a.admin:hover { 
  color: #fff; 
  background: #f00;
}

.highlight { 
  background-color: #ffc; 
}

ul.action-links li {
  list-style: circle url(/resources/acs-subsite/action-link-marker.png);
  margin: 8px;
  margin-left: -16px;
}

/*  END ARE THESE NEEDED -----------------------------------------------------------*/

/* END STANDARD TAGS ---------------------------------------------------------------*/

/* HEADER TAGS ---------------------------------------------------------------------*/

#overhome {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  font-size: 12px;
  left: 5px;
}

#intro {
    padding-left: 35px;
    width: 75%;
    
}

#intro a {
    color: green;
    font-size: 12px;
    text-decoration:none;
}

#intro a:hover {
    color: green;
    text-decoration:underline;
}

#intro_bookstore {
    padding-left: 35px;
    width: 50%;

}

#intro_bookstore a {
    color: green;
    font-size: 12px;
    text-decoration:none;
}

#intro_bookstore a:hover {
    color: green;
    text-decoration:underline;
}

#leftmenu { 
  float: left;
  padding-left: 20px;
  width: 230;
  border-right: 0px solid #4e4a49;
  text-align: left;
  display:block;
}

#leftmenu a {
  color: #4e4a49;
  text-decoration:none;
  width: 100%;
}

#leftmenu a:hover {
  color: #5fa032;
  text-decoration: none; 
}

.leftmenusubitem {
  width: 180px;
  text-align: left;
  margin-left: -40px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  font-size: 1em;
  line-height: 22px;
}

.leftmenusubitem_selected {
  width: 180px;
  text-align: left;
  margin-left: -40px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  font-size: 1em;
  line-height: 22px;
  color:#5fa032;
}

#apuntat {
    background-image: url(guixada.jpg);
    background-repeat:no-repeat;
    background-position:center top;
    line-height: 17px;
    color: #737373;
    left: -20px;
    position: relative;
    text-align: center;
}

#homepage {
  display: inline-block;
  float: left;
  width: 473px;
}

#page {
  display: inline-block;
  float: left;
  width: 473px;
}


#home-portlets {
  display: inline-block;
  width: 100%;
  margin-top: 0px;
}

#news-portlet {
  float: left;
  padding: 5px;
  width: 435px;
  background-image: url("/resources/acs-subsite/bg_noticies.jpg");
  background-repeat: no-repeat;
  #margin-top: 20px;
}

#cursos-portlet {
  float: left;
  padding: 5px;
  #margin: 10px 0px 0px 0px;
  width: 435px;
  background-image: url("/resources/acs-subsite/bg_nousCursos.jpg");
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

#cursos-portlet h3 {
 margin: 5px 0px 0px 20px;
 #margin: 10px 0px 0px 20px;
 font-weight: bold;
 color: #4FA601;
 font-size: 14px;
}


#news-portlet h3 {
 margin: 5px 0px 0px 20px;
 #margin: 10px 0px 0px 20px;
 font-weight: bold;
 padding-left: 5px;
 color: #BB6B16;
 font-size: 14px;
}

#blog-portlet {
  float: right;
  padding: 5px;
  border: 0px solid red;
}

#blog-portlet h3 {
 margin-left:-5px;
 margin-top: 0px;
 background-color: #5fa032;
 font-weight: bold;
 padding-left: 5px;
 color: white;

}



#rightportlets {
  display: inline-block;
  float: right;
  width: 195px;
  border: 0px solid red;
}

#compra-online {
    width: 149px;
    height: 33px;
    text-align: center;
    float: left;
    background-image: url("/resources/acs-subsite/compra-online.gif"); 
    margin-bottom: 13px;
    #margin-bottom: 10px;

}

#books-portlets {
  vertical-align: top;
  border: 1px solid #5fa032;
  padding-left: 5px;

}

#books-portlets h3 {
 margin-left:-5px;
 margin-top: 0px;
 background-color: #5fa032;
 font-weight: bold;
 padding-left: 5px;
 color: white;
}

#books-portlets p.text {
line-height: 15px;

}

#books-portlets ul {
 line-height: 15px;
 list-style-type: none; 
 margin-left: -30px;
 font-size: 0.9em;
}

#books-portlets li {
  display: inline-block;
  width: 100%;

}

#books-portlets li a {
  color: black;
  text-decoration:none;
}

#books-portlets li a:hover {
  color: #5fa032;
  text-decoration:underline;
}


#books-portlets div.imatgellista {
 float: left;
}

#espai {
    float: right;
    width: 5px;
}

#lang_sel {
    #padding: 0px 0px 4px 0px;
    _padding: 0px 0px 4px 0px;
    margin: 0px 0px 0px 0px;
    float: right;
    width: 69px;
    height: 19px;
    text-align: center;
    color: gray;
    background-image: url("/resources/acs-subsite/lang_sel.jpg");
}

#lang_no_sel {
    float: right;
    height: 19px;
    width: 69px;
    text-align: center;
    color: white;
    background-image: url("/resources/acs-subsite/lang_no_sel.jpg");
}

#overheader {
  display: inline-block;
  width: 100%;
  font-size: 11px;
}

#languages {
  position: relative;
  float: right;
  padding: 3px;
  width: 100%;
  text-align: right;
  font-size: 11px;
  top: 8px;
  #left: -5px;
}

#languages a {
  text-decoration: none;
}

#languages a:hover{
  text-decoration: none;
}

#search-site {
    position:absolute;
    top: 5px;
    left: 5px;
}

#search-submit {
    position:absolute;
}

#beforeheader {
    display: inline-block;
    float: right;
    height: 36px;
    width:19%;
    padding: 8px 3px 0px 0px;
    #padding: 8px 0px 0px 0px;
    color: gray;
    font-size: 11px;
    text-align: right;
    z-index: 1;
    #margin-top: 0px;
}

#account {
  height: 36px;
  top:0px;
  padding: 3px;
  padding-top: 8px;
  padding-left: 15px;
  float: left;
  width: 75%;
  text-align: left;
  font-size: 1.0em;
}

#account a{
  color: black;
  text-decoration: none;
}

#account a:hover{
  color: #5fa032;
  text-decoration: underline;
}


#headersite {
  position: relative;
  font-size: 0.92em;

  color: #444444;
  height: 163px;
  width: 927px;
  top: 0px;
  background-image: url("/resources/acs-subsite/header.jpg");
}

#headerstore {
  font-size: 0.92em;
  background-color: white;
  color: #444444;
  height: 55px;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}

#system-name {
  font-size: 1.4em;
  font-weight: bold;
  float: left;
  padding-left: 0.2em;
}

#banner {
float:right;
vertical-align: bottom;
padding-top: 20px;
}

#system-name-store {

font-size: 1.4em;
  font-weight: bold;
  float: right;
  padding-left: 0.2em;}



#system-name a {
  color: #333333;
  text-decoration: none;
}


#system-name img {
margin-top: 5px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 20px;
float: left;
border: 0px;
}

#system-name-store img {
margin-top: 5px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 20px;
float: left;
border: 0px;
}

#store-title {
  float: left;
  font-size: 2em;
  padding:3px;
  color: black;
  text-transform: uppercase;
}

#header-navigation {
  float: right;
  padding-right: 0.4em;
  
}

/* CONTEXT BAR ---- */

#breadcrumbs {
  clear: right;
  padding-left: 0.4em;
}

/* END CONTEXT BAR ---- */ 

/* END HEADER TAGS -----------------------------------------------------------*/

/*MAIN STORE----------------------------------------*/

#bookstore {
display: inline-block;
width: 670px;
float: left;
}

#bookstore a {
    color: green;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
}

#bookstore a:hover{
    color: green;
    text-decoration:underline;
}

#storemenu {
width: 15%;
float: left;
border: 1px solid black;
margin-left: -5px;
}

#storemenu h3 {
    background-color: #5fa032;
    color: white;
    margin-left:0px;
    margin-top: 0px;
    font-weight: bold;
    padding-left: 5px;

}

#storemenu ul {
list-style: none;
width: 100%;
text-align: left;
margin-left: -35px;
}

#storemenu li {
border-bottom: 0px dashed black;
padding-top: 5px;
}

#storemenu a {
    color: black;
    text-decoration: none;
}

#storemenu a:hover {
    color: #5fa032;
    text-decoration: underline;
}

#linia {
    border-bottom: 1px solid gray;
    margin-bottom: 5px;
    margin-top: -10px;
    #margin-top: -10px;
}

#mainstore {
    width: 100%;
    float: left;
    padding-left: 0px;
    margin-left: -3px;
    position: relative;
    z-index: 0;
}

#mainstore h3 {
    color: black;
    margin-left:0px;
    margin-top: 0px;
    margin-bottom:10px;
    font-weight: bold;
    margin-right: 20px;
    font-size: 12px;
}

#mainstore ul {
    list-style: none;
    width: 100%;
    text-align: left;
    margin-left: -35px;
}

#mainstore li {
    border-bottom: 0.5px dashed black;
    padding-top: 5px;
    padding-bottom:5px;
}

#mainstore div.titlestore {font-weight: bold; padding: 1px;}
#mainstore div.autorstore {font-weight: bold; font-size: 1em; padding: 1px;}
#mainstore div.editorialstore {font-weight: none; font-size: 1em; color: green; line-height:8px;  padding: 2px;}
#mainstore div.colecciostore {font-weight: none; font-size: 1em;  padding: 2px;}
#mainstore div.descripciostore {font-weight: none;font-size: 1em;  padding-right: 80px; padding-top: 20px; padding-bottom: 20px;line-height:1.5em;}
#mainstore div.attributstore table { margin-top: 2px;}
#mainstore div.attributstore td.attributes {font-weight: bold;font-size: 0.7em;  padding: 2px; border-bottom: 1px solid #5fa032; }
#mainstore div.attributstore td.attributes-price {font-weight: bold;font-size: 1em;  padding: 2px; border-bottom: 1px solid #5fa032;}
#mainstore div.attributstore td.imatge{border-bottom: 1px solid #5fa032; padding-right: 30px;}
#mainstore div.attributstore td.imatge img {border: 0px; padding-top: 6px;}
#mainstore div.isbnstore {font-weight: bold;font-size: 0.9em; color: white;  padding: 0px;}

#books-portlets-store {
  left: 65%;
  padding-left: 5px;
  float: right;
  width: 20%;
  position: absolute;
  z-index: 100;
}

#busqueda {
    display:inline-block;
    width: 100%;
    color: orange;
    #margin-top: 20px;
    #margin-bottom: 13px;
}

#busqueda h3 {
    
    margin-bottom: 5px;
    color: #F49127;
    font-size: 14px;
    font-weight: normal;
    padding-left: 5px;
}

#novetats-store {
    width: 100%;
    float:right;
    background-color: white;
    display:inline-block;
}

#novetats-store h3 {
    margin-bottom: 5px;
    color: #F49127;
    font-size: 14px;
    font-weight: normal;
    padding-left: 5px;
    padding-bottom: 5px;
}

#novetats-store ul {
    list-style: none;
    width: 100%;
    text-align: left;
    margin-left: 0px;
}

#novetats-store li {
    width: 95%;
    border-bottom: 0.5px dashed black;
    padding-top: 5px;
    padding-bottom:5px;
}

#novetats-store div.descripcio {
    font-size:11px;
    color: #646360;
    font-weight: bold;
    line-height:15px;
}

#novetats-store a {
    text-decoration:none;
    color: #646360;
}

#novetats-store a:hover {
    text-decoration:none;
    color: #646360;
}

#mes a {
    color: green;
    text-decoration: none;
}

#mes a:hover {
    color: green;
    text-decoration:underline;
}

#foto-novetat {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: -10px;
    margin-left:6px;
}

#nom-novetat {
    margin-bottom: 20px;
    margin-left:6px;
    margin-right:10px;  
}

#filters {
    width: 60%;
    margin-left: -5px;
    margin-bottom: 15px;
    float:left;
}

#filters h3 {
    color: black;
    margin-left:-1px;
    margin-top: -20px;
    font-weight: normal;
    padding-left: 5px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

/* SHOPPING BASKET -----------------------------------------------*/
/*background-color: #E3F6CE;*/	
#shopping-basket {
    width: 90%;
    float:right;
    margin-top: 0px;
    margin-right: 30px;
    background-color: #FFE9D1;

}

#shopping-basket-details {
    width: 90%;
    float:right;
    margin-top: -20px;
    margin-right: 30px;
    background-color: #FFE9D1;
    z-index: 2;
}

/*color: #4FA601;*/
#shopping-basket h3 {
    color: #EE7817;
    text-align: center;
    margin-left:0px;
    margin-top: 0px;
    font-weight: bold;
    padding-left: 5px;
    font-size: 14px;
}

#shopping-basket-details h3 {
    color: #EE7817;
    text-align: center;
    margin-left:0px;
    margin-top: 0px;
    font-weight: bold;
    padding-left: 5px;
    font-size: 14px;
}

#shopping-basket a:link {
  color: #000000;
  font-weight: bold;
}

#shopping-basket-details a:link {
  color: #000000;
  font-weight: bold;
}

#shopping-basket a:visited {
  color: #00000;
  font-weight: bold;
}

#shopping-basket a:hover {
  color: #000000;
  font-weight: bold;
}

#shopping-basket table {
    font-size: 11px;
    margin-top: -12px;
    color: black;
}

#shopping-basket th {
    background-color: black;
    COLOR: white;
}

#shopping-basket td.descripcio {
    line-height:12px;
    background-color:white;}
#shopping-basket td.price { 
    background-color:white;
    font-weight:normal;}
#shopping-basket td.qty {
    background-color:white;
    font-weight:normal;}

#shopping-basket td.totalprice {

    border-top: 1px dashed black;
    font-size: 1.1em;
    font-weight: bold;
}
#shopping-basket td.totalqty {

    border-top: 1px dashed black;
    font-size: 1.1em;
    font-weight: normal;
}

#shopping-basket a:hover {
    font-weight: normal;
}

#button-checkout {
    background-color: #5fa032;
    width: 60%;
}

#button-checkout a{
 COLOR: white;
}


/* LISTS -----------------------------------------------------------*/

ul.compact, .action-list ul{
  margin: 0px;
  padding: 0px;
}
ul.compact li, .action-list ul li {
  list-style:none;
  display: inline;
}

/* END OF LISTS */

/*content*/

#navigationbar { 
  font-size: 0.8em;
  background-color: black;
  color: white;
  text-align: left;}



#navigationbar a {
  font-weight: bold;
  color: white;
  text-decoration: none;}

#navigationbar a:hover {
  color: white;
  text-decoration:underline;
}

#navigationbarstore { 
  font-size: 0.8em;
  background-color:  #5fa032;;
  text-align: left;}
#navigationbarstore a {
  color: white;
  text-decoration: none;}

#navigationbarstore a:hover {
  color: white;
  text-decoration:underline;
}


#main-content {
  text-align: left;
  width: 927px;
  display:inline-block;
  background-color: white;
  padding-bottom: 2px;
}


/* Portlets */

.portlet h2 {
  background: #dddddd; 
  padding: 2px 8px 2px 8px; 
  margin: 0;
}

.portlet-header {
  background: #dddddd; 
}

.portlet-header h2 {
  padding: 2px 8px 2px 8px; 
  margin: 0;
}

.portlet-sidebar {
  width: 30%;
}

.portlet .portlet-body {
  border: 1px dotted #999; 
  border-top: 0px; 
  padding: 6px 8px 6px 8px;
}


/* Generally Available Tabs */

#tabs-div {
  border-bottom: 1px solid #666;
}
#tabs-container {
  height: 15px;
  position: relative;
}
#tabs { 
  position: absolute;
  height: 21px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  left: 10px;
  bottom: -2px;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
}
html>body #tabs { bottom: 0px }

#tabs .tab { 
  height: 16px;
  float: left; 
  background-color: #cccccc;
  border: 1px solid #666;
  padding: 2px 5px 2px 5px;
  margin: 0px 2px 0px 2px;
}
#tabs .disabled { 
  color: #999999;
}
#tabs a {
  text-decoration: none;
  color: black;
}
#tabs a:hover {
  text-decoration: underline;
}
#tabs #tabs-here { 
  border-bottom-color: #f6f6f6;
  background-color: #f6f6f6;
}
#tabs #tabs-here a {
  color: black;
}

#tabs-body { 
  border-bottom: 1px solid #016799;
  background-color: #f6f6f6;
  clear: both;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}












/**********************************************************************
/* acs-developer-support Toolbar
/**********************************************************************/
/* LARS: This ought to go in the developer-support package, somehow */

#developer-toolbar {
  background-color: #616093;
  color: white;
  font-family: tahoma, verdana;
  font-size: 80%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
}
#developer-toolbar td a { 
  border: solid 1px #616093;
  text-align: center; 
  color: white;
  text-decoration: none;
}
#developer-toolbar td a:hover { 
  text-decoration: none;
  background-color: #999999;
  border: solid 1px #cccccc;
}
#developer-toolbar #search {
  font: 80% tahoma;
  color: white;
}
#developer-toolbar #search input {
  font: 100% tahoma;
}
#developer-toolbar td a.on {
  background-color: #888888;
  border: solid 1px #cccccc;
}
#developer-toolbar td a:hover.on {
  background-color: #666666;
  border: solid 1px #999999;
}

/* Developer-support footer */

.developer-support-footer {
  float: left;
  padding: 6px;
  border: solid 1px gray;
  background-color: #e1e1e1;
  margin-top: 4px;
}

#main-site-icon {
  width:30%;
  display:inline-block;
  float:right;
  text-align:right;
  padding-right:3px;
}


.translation_original_text {
    font-size:70%;
    background-color:#eeeeee;
    padding:3px;
    color:#444444;
    display:inline-block;
    width:70%;
}


/**********************************************************************
/* DEPRECATED CLASSES
/**********************************************************************/

/* Deprecated, not sure what it's replaced with just yet */
a.action {
  margin: 8px;
  margin-left: 24px;
  display: list-item;
  list-style: circle url(/resources/acs-subsite/right.gif);
}

#path {
    margin-bottom: 30px;
}

#path a {
    color: gray;
    text-decoration:none;
    font-size: 11px;
    font-weight: normal;
}

#path a:hover {
    font-weight: normal;
}

.contact-field {

}


.main-web-content a {
    text-decoration:none;
    font-size:111%;
    color:#4e4a49;
    font-weight:bold;
    border-bottom:1px dotted orange;
}

.sub-web-content a {
    text-decoration:none;
    font-size:100%;
    color:#4e4a49;
    font-weight:normal;
    border:0;
}

#site-map {
    display:inline-block;
    float:left;
    width:70%;
}

#site-map-left {
    width:35%;
    display:inline-block;
    float:left;
}

#site-map-right {
    width:65%;
    display:inline-block;
    float:right;
}

/* FACEBOOK STYLES */
#link_facebook .name {text-decoration:none;font-weight:bold;}
#link_facebook a {text-decoration:none;}
#link_facebook a:hover { text-decoration: underline;}
#link_facebook td {border-bottom:0px;}
div.addthis_default_style {border-bottom:1px dotted #cccccc;border-top:1px dotted #cccccc;padding:5px 0 5px 0;margin-bottom:20px;}
#bookstore a.addthis_button_expanded,.addthis_button_expanded {font-weight:bold;color:#5fa032;font-size:12px;}
a:hover.addthis_button_expanded {font-weight:bold;color:#5fa032;font-size:12px;text-decoration:underline;}
/* END FACEBOOK STYLES*/
