/* Start of CMSMS style sheet 'Manyooart: themes' */
/* hack for Internet Explorer */
* html div#themes {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

.themes
{
margin-top:0px;
background-color:#343434;
background: url(http://preprod.manyooart.com/uploads/images/Fonte/fondthemes.jpg);
width: 741px;
height: 145px;
}

.themes_menu
{
font-family:tahoma,verdana,arial;
font-size:11px;
font-weight:bold;
color:#c6c6c6;
height:21px;
width:741px;
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
.themes_menu {
background-color: #535354;  /* background color for the entire menu row */
margin: 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
.themes_menu ul {
   margin: 0;
   padding: 0;
}


/* menu list items */
.themes_menu li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   border-right: 1px solid #333333;
   height:21px;
}


/* the links, that is each list item */
.themes_menu a {
   height:21px;
   padding-left:10px;
   padding-right:10px;
   padding-top:3px;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #c6c6c6;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
.themes_menu li a:hover {
   background-color: #ff9600;
   color:#FFFFFF;
   height:18px;
}


/* active parent, that is the first-level parent of a child page that is the current page */
.themes_menu li.activeparent a {
   color: #FFFFFF;
}

.themes_menu a.activeparent {
background-color: #000000;
color: #FFFFFF;
height:18px;
text-decoration: none;
font-size:11px;
font-weight:bold;
}

.themes_menu h3 {
    /* padding inside the list item box */
   height:18px;
   padding-left:10px;
   padding-right:10px;
   padding-top:3px;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #ffffff;
   background: #000000;
   font-size:11px;
   font-weight:bold;
}

.themes_colonne
{
font-family:tahoma,arial,sans-serif,verdana;
font-size:11px;
text-decoration:none;
color:#a6a6a6;
margin-top:10px;
margin-left:30px;
margin-right:20px;
margin-bottom:5px;
}

.themes_colonne a
{
font-family:tahoma,arial,sans-serif,verdana;
font-size:11px;
text-decoration:none;
color:#a6a6a6;
}

.themes_colonne a:hover
{
font-family:tahoma,arial,sans-serif,verdana;
font-size:11px;
text-decoration:none;
color:#FFFFFF;
}

.themes_colonne li
{
list-style: none;
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:8px;
}

.themes_colonne ul
{
margin: 0;
padding: 0;
}

.themes_colonne h3 {
    /* padding inside the list item box */
   margin: 0px; 
   position:relative;
   left: -1px;/* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #f0a404;
   font-size:11px;
   font-weight:bold;
}

.themes_banner
{
width:265px;
height:95px;
background-color:#FFFFFF;
}

.themes_infos
{
}

/* End of 'Manyooart: themes' */

