/* Standard eZ publish stylesheet */

body, div, span, p, .p, h1, h2, h4, h5, h6, .listheadline, .listproducts, h3, ul, li, a, td ,th, select, input, textarea, credit
{
    font-family: Verdana, Arial, Helvetica, Swiss, Futura, sans-serif;
}

body, p, .p, ul, li, a, h3, .path, th, td, .check
{
    font-size: 10px;
    color: #000000;
}

div.extranet-form input{
    float:left;
    margin-right: 10px;
    margin-bottom: 10px;
}

span.path {
    float: left;
}
span.extranet {
    float: right;
}
span.extranet a{
    color: #000000;
    text-decoration: none;
}

h1
{
    font-weight: bold;
    font-size: 22px;
    color: #ff6600;
    margin-bottom: 8px;
    text-decoration : none;
}

h2
{
    font-weight: bold;
    font-size: 18px;
    color: #6B8E4E;
    margin-top: 16px;
    margin-bottom: 0.2em;
    text-decoration : none;
}



h3
{
    font-size: 14px;
    font-weight: bold;
    color: #6B8E4E;
    text-decoration : none;
}

h4 {
    font-size: 14px;
    font-weight: bold;
    color: #f60;
    text-decoration: none;
}

h5 {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
a
{
//  color : #f3b411;
  color: #f60;
  text-align: center;
  text-decoration: none;
}

a:hover
{
    color: #fff;
}

td.sitemap a:hover
{
    color: #f60;
}

td.sitemap ul
{
    list-style-type: none;
}

li.sitemap a
{
    color: #f60;
}

li.sitemap a:hover
{
    color: #000;
}

li.sitemap a.keywords_sitemap
{
    font-size:6px;
    color:white;
}

li a
{
    color: #60;
}

form
{
    margin-top: 1.5em;
    /*text-align:center;*/
}

hr
{
    color: #e0e0e0;
    height: 2px;
}

.stdbutton
{
    font-size: 11px;
    font-weight: bold;
}

.okbutton
{
    font-size: 18px;
    font-weight: bold;
}

.divider
{
    float: left;
    padding-right: 10px;
}

.box
{
    width: 440px;
}

.halfbox
{
    width: 200px;
}

.searchbox
{
    width: 120px;
}

.error
{
    font-size: 14;
    font-weight: bold;
    color: #f08c00;
}

.spamfilter {
    display: none;
}

.selected {
    color: #fff;
}

div#bottom a, span.languages a, span.path a {
    text-decoration: none;
    color: #000;
}

div#bottom {
    font-size: 70%;
    padding-bottom: 5px;
}
/* NAVIGATORS */

div.content-navigator
{
    display: block;
/*    clear: both;*/
}

div.content-navigator div
{
    display: inline;
    text-align: center;
}

div.content-navigator div.content-navigator-separator, div.content-navigator div.content-navigator-separator-disabled
{
    padding-left: 4px;
    padding-right: 4px;
}

div.content-navigator div.content-navigator-arrow
{
    font-size: 150%;
}

.object-left {
    float: left;
    clear: left;
    margin: 5px 5px 5px 0;
}

.object-right {
    /*clear: right;*/
    float: right;
    margin: 0 0 5px 5px;
}

.object-center {
    text-align: center;
}

.gallery {
    text-align: center;
}

.attribute-caption {
    text-align: center;
}

table.renderedtable {
    margin: 0.8em auto 0.9em auto;
}

table.tableBorder{
    background-color: #ccc;
}

table.tableBorder td {
     background: #ffffff;
        padding: 2px;
}
table.tableBorder th {
         background: #ffffff;
        padding: 2px;
}


table.photo {
    border: none;
    background: #fff;
    margin: 0.8em auto 0.9em auto;
}

table.renderedtable th {
    background: #f3b411;
    padding: 2px;
    text-align: center;
}

table.renderedtable td {
    background: #fff;
    padding: 2px;
    text-align: left;

}

.article-intro {
    font-style: italic;
}

#content a:hover {
    color: #f60;
    text-decoration: underline;
}


li.sitemap {
    margin-left: 24px;
}

input[type=text], textarea {
    border-style: solid;
    border-color: #aaa;
}

input[type=text]:hover, textarea:hover {
    border-color: #f90;
}
input[type=text]:focus, textarea:focus {
    border-color: #7fae8a;
}

.abutton {
    border: 1px solid #f60;
    padding: 5px;
    font-weight: bold;
    color: #f60;
    margin-top: 1em;
}

a.extranet
{
  font-weight: bold;
  font-size: 17px;
  color: #6B8E4E;
  margin-top: 16px;
  margin-bottom: 0.2em;
  text-decoration : none;
}

form .date .element {
    float: left;
    margin-right: 10px;
}

form div {
    margin: 7px 0;
}

form h3, form h4 {
    clear: both;
    margin-bottom: 3px;
    float: none;
}

form .attribute-short h3,
form .attribute-short h4 {
    float: left;
}

form .attribute-short,
form .attribute-short .block {
    clear: both;
}

form div.attribute-short select,
form span.attribute-short input {
    width: 70px;
    margin-left: 3px;
}

form .attribute-email input,
form .attribute-subject input {
    width: 350px;
}

form .participants label {
    margin-left: 10px;
}

form label {
    font-size: 1.1em;
}

form .attribute-message p {
    margin-bottom: 3px;
}

form textarea {
    width: 350px;
    margin-right: 15px;
}

form p {
    font-size: 1em;
    text-align: justify;
}

.clearfix {
    clear: both;
    height: 0;
}

form .block {
    overflow: hidden;
}

form .block input[type=radio] {
    vertical-align: bottom;
}

form .block img {
    padding-bottom: 3px;
}

#fancybox-title-main p {
    color: #fff;
}

.ui-datepicker-trigger {
    margin: 0 5px;
}

.form_message {
    margin: 35px 0;
}

.form_message h5 {
    color: #6B8E4E;
    width: 230px;
    margin-right: 10px;
    float: left;
    text-align: right;
}

.form_message div {
    margin: 10px 0;
    clear: both;
}

.form_message p {
    margin-left: 240px;
}

