/*
 * @author ( Angie Radtke )
*/

/* not ready */

/* ##########################  general  ########################### */
a{
  color: #555;
}
@font-face {
  font-family: "Titillium Maps";
  src: url("../fonts/TitilliumMaps29L002.eot");
  src: local('Titillium Maps'), local('TitilliumMaps'),
    url("../fonts/TitilliumMaps29L002.otf") format("opentype"),
    url("../fonts/TitilliumMaps29L002.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.eot");
  src: local('Lato'), local('Lato-Regular.ttf'), url("../fonts/Lato-Regular.ttf") format("truetype");
}
@font-face {
  
  src: url("../fonts/Lato-Bold.eot");
  src: local('Lato Bold'), local('Lato-Bold.ttf'), url("../fonts/Lato-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Lato Italic";
  src: url("../fonts/Lato-Italic.eot");
  src: local('Lato Italic'), local('Lato-Italic.ttf'), url("../fonts/Lato-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato Regular";
  src: url("../fonts/Lato-Regular.eot");
  src: local('Lato Regular'), local('Lato-Regular.ttf'), url("../fonts/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Lato BoldItalic";
  src: url("../fonts/Lato-BoldItalic.eot");
  src: local('Lato BoldItalic'), local('Lato-BoldItalic.ttf'), url("../fonts/Lato-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Rokkitt Bold";
  src: url("../fonts/Rokkitt-Bold.eot");
  src: local('Rokkitt Bold'), local('Rokkitt-Bold.ttf'), url("../fonts/Rokkitt-Bold.ttf") format("truetype");
}
@font-face {
  font-family: Arial, Helvetica, sans-serif;
  src: url("../fonts/Rokkitt-Regular.eot");
  src: local('Rokkitt Regular'), local('Rokkitt-Regular.ttf'), url("../fonts/Rokkitt-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Cabin Bold";
  src: url("../fonts/Cabin-Bold.eot");
  src: local('Cabin Bold'), local('Cabin-Bold.ttf'), url("../fonts/Cabin-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "CabinCondensed Bold";
  src: url("../fonts/CabinCondensed-Bold.eot");
  src: local('CabinCondensed Bold'), local('CabinCondensed-Bold.ttf'), url("../fonts/CabinCondensed-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "CabinCondensed Medium";
  src: url("../fonts/CabinCondensed-Medium.eot");
  src: local('CabinCondensed Medium'), local('CabinCondensed-Medium.ttf'), url("../fonts/CabinCondensed-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "CabinCondensed Regular";
  src: url("../fonts/CabinCondensed-Regular.eot");
  src: local('CabinCondensed-Regular'), local('CabinCondensed-Regular.ttf'), url("../fonts/CabinCondensed-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Cabin Medium";
  src: url("../fonts/Cabin-Medium.eot");
  src: local('Cabin-Medium'), local('Cabin-Medium.ttf'), url("../fonts/Cabin-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Cabin";
  src: url("../fonts/Cabin-Regular.eot");
  src: local('Cabin'), local('Cabin-Regular.ttf'), url("../fonts/Cabin-Regular.ttf") format("truetype");
}

body
{
  /*background: #e0dedf  url(../images/personal/bg2.png) repeat-x;*/
  background: white;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size:13px;
}

h2 { /*font-family: Cabin*/ }

#all
{
  color: #333;
  border:solid 0px ;
  padding-top:0px;
  background:#fff;
  -moz-box-shadow:    0px 3px 15px 10px #ccc;
  -webkit-box-shadow: 0px 3px 15px 10px #ccc;
  box-shadow:         0px 3px 15px 10px #ccc;

}

#all[style*="300"]
{
  color: #fff;
  border:solid 0px ;
  padding-top:0px;
  background:#fff;
  -moz-box-shadow:    0px 0px 0px 0px #fff;
  -webkit-box-shadow: 0px 0px 0px 0px #fff;
  box-shadow:         0px 0px 0px 0px #fff;
}

#header
{ 
  padding-top:10em;
  font-family: Arial, Helvetica, sans-serif;
  height:82px;
  background:#f58d1e;
  width:1024px;
  margin-left:-29px;
  overflow:hidden;
}

a:link,
a:visited
{
  text-decoration:none;
}

a:hover,
a:active,
a:focus
{
  /*background:#095197;*/
  /*color:#FFF;*/
  color: #3AA062;
}

a.whiteDescription:link,
a.whiteDescription:visited 
{
  color:#000;
  text-decoration:none;
}

input:focus
{
  border:solid 2px;
}

fieldset
{
  border:solid 0px #ccc
}

.article-info
{
  color:#444
}

.article-info dd span
{
  color:#444;
  border-right:solid 0px;
  background:#eee
}

/* ##########################  back  ########################### */

#back
{
}

/* ##########################  logo  ########################### */

#logo span
{
  color:#fff;
  padding-left:50px;
  font-size:0.3em !important;
  text-transform:none;
  font-family:arial, sans-serif;
}
#all #header {
  padding-top:0.0em ;
}

#logo img{
	float:left;
}
.logoheader
{
  /*background:  #0c1a3e  URL(../images/personal/personal2.png) no-repeat bottom right ;*/
  background:none;
  color:#fff;
  min-height:82px;
  /*margin:0em 10px 0 10px !important;*/
  float: left;
  position:relative;
  min-width:256px;
  z-index: 999;
}


h1#logo
{
     font-family: "Titillium Maps",  Arial;
     /*padding:1.0em 0px 5px 0px;*/
     text-transform:uppercase;
     font-weight:normal;
     margin-top:0;
	 padding:0px;
	 float:left;
}



#line {
  width:100%;
  top:42px;
  left:0px;
  /*padding:1.0em 10px !important;*/
  height: 52px;
  /*margin-right:10px;*/
  text-align:right;
  float: right;
}


/* ##########################  header  ########################### */

#header
{
  background:#099448;
  font-size:1em;
  position:relative
}

#menuHeader {
  position:relative;
  /*float:right;*/
  min-height: 100px;
}
/* ++++++++++++++  lists, skiplinks  ++++++++++++++ */
#header ul.menu
{
  /* top:62px; */
  /*top:5em;*/
  /*padding: 1.0em 0px 0px 0;*/
  /*background:#e0e0e0  url(../images/personal/ecke.gif) top left repeat-x ;*/
  /*background:#42b770;*/
  border:0 ;
  text-align:right;
  left:0px;
  display:block;
  margin:8px 0px 0 10px;
  /*border-top:solid 1px #ddd;*/
  float: right;
  position: relative;
  text-transform: lowercase;
}


#header ul.menu li
{border:0; margin-left:3px !important;     }
#header ul.menu li a:link,
#header ul.menu li a:visited
{

  color:#fff;
  border:solid 1px #fff;
  margin:0px 0 0 0 ;
  /*padding:3px 25px ;*/
  padding: 3px 24px; /* 15092014 marcor: aggiornato per compatibilita con safari 7 */
  position:relative;
  /*background: #e0e0e0 url(../images/personal/ecke.gif) repeat-x top left;*/
  background:#42b770;
  display:inline-block

}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu li a:focus
{
  background:#3AA062;
  color:#fff;
}

#header ul li.active a:link,
#header ul li.active a:visited
{
  color:#fff;
  /*background:url(../images/personal/navi_active.png) ;*/
  background:#3AA062;
  /*text-shadow: 1px 1px 1px #000;*/
}


#header ul.skiplinks
{
  width:100%;
  text-align:left;
  background:none;
  z-index:20000;
  top:0;
  display:inline;
  padding:0
}

#header ul.skiplinks li a.u2:active,
#header ul.skiplinks li a.u2:focus

{
  background:#095197 !important;
  color:#fff !important;
  border:solid 1px;
  top:0 !important;
  z-index:10000;
  right:auto;
  left:0 !important;
  display:block
}


/* ++++++++++++++  fontsize  ++++++++++++++ */

#fontsize
{
  display:inline;
  width: 100%;
}

#fontsize p a:link,
#fontsize p a:visited
{
  color:#222;
  border-right:solid 1px #ccc
}


#fontsize p a.larger,
#fontsize p a.reset,
#fontsize p a.smaller
{
  padding-left:5px;
  padding-right:5px;
  text-decoration:none;
  margin:0;
}



#fontsize p a:hover,
#fontsize p a:active,
#fontsize p a:focus
{
  background:#095197 !important;
  color:#fff
}

#fontsize h3
{
  color:#222;
  font-weight:bold
}

/* ++++++++++++++  search  ++++++++++++++ */
#header form,
#header form .search
{
display:inline;
padding-right:1px ;

}

.finder label {
  padding-right: 8px;
}
.finder {
  height:18px;
  display: inline;
}

#mod-finder-searchform {
  /*position: relative;
  top: 35px;
  right: 50px;*/
  display:inline;
  padding-right:1px;
}

#header form .inputbox
{
  /*background:url(../images/header-bg.gif) repeat-x;*/
  border:solid 1px #ccc;
  height: 16px !important;
  font-size: 10px;
  /*border-bottom:0;
  border-right:0;
  padding:5px*/

}

#header form .inputbox:focus
{
  border:solid 1px #000;
}

#header form .button
{
  border-top:solid 1px #ccc;
  border-right:solid 1px #ccc;
  border-bottom:solid 1px #ccc;
  border-left: solid 0px #ccc;
  background:#ccc url(../images/personal/find.png);
  color:#333;
  padding:1px 0px 0px 0px;
  width: 18px;
  height: 18px;
  vertical-align:middle;
  /*margin-bottom: 1px;*/
  position: absolute;
}

#header ul.lang-inline {
  top: 26px;
}

/* ##########################  contentarea  ########################### */

#contentarea,
#contentarea2
{
  background:#fff
}

#contentarea {
  border-top: 1px solid #000;
}

#topContentContents {
  min-height: 640px;
  margin: 10px 0px !important;
  overflow-y: auto;
  overflow-x: hidden;
}

#topContent {
  min-height: 412px;
  margin: 10px 0px !important;
}
#topLeft {
  float: left;
  max-width: 636px;
}  

#topLeftContents {
  float: left;
  width:65%;
  position: relative;
  /*max-height: 635px; #riquadro [vedi contentMinHeight]*/
  /*overflow: auto;*/
}  

#topRight {
  float: right;
}  
#contentAllHeight {
  width:100%;
  max-height: 635px;
  overflow: auto;
}

#contentMinHeight {
  width:600px;
  /*max-height: 609px; #riquadro [vedi topLeft]*/
  overflow: hidden;
}

#percorso {
  min-height: 20px;
  /*width: 100%;*/
  margin-left: 5px;
  font: 1em 'Lato Italic';
  padding: 4px 0px 4px 2px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}

#percorso span {
  font: 1em 'Lato BoldItalic';
}

.contentFirst {
  width: 100%; 
  height: 193px;
  position: relative;
}
.contentFirst p {
  /*position: relative;*/
  position: absolute;
  z-index: 9;
  /* z-index: 9999; */
  /**/
  margin: 0px;
  padding-left: 1px;
  left: 0px;
  top: 140px;
  width: 205px;
  background-color: white;
  font-size: 2em;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.2em;
}
.contentFirst p a:link,
.contentFirst p a:visited
{
  text-decoration: none;
  color:#000;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
}

.contentFirst p a:hover,
.contentFirst p a:active,
.contentFirst p a:focus
{
  background:white;
  color:#3AA062;
  text-decoration: underline;
}

.contentSecond {
  width: 304px; 
  height: 192px;
}


/* ##########################  breadcrumbs  ########################### */

#breadcrumbs
{
  color:#333;
}

#breadcrumbs span
{
  color:#333;
}

#breadcrumbs span a:link,
#breadcrumbs span a:visited
{
  background:#fff;
  color:#333;
}

#breadcrumbs span a:hover,
#breadcrumbs span a:active,
#breadcrumbs span a:focus
{
  background:#095197;
  color:#fff;
}


/* ##########################  navigation column  ########################### */

.module_content
{
  border:solid 1px #ddd;

}
.moduletable_js
{
  border:solid 0px #ddd;
}

#right .moduletable_js
{
  border:0
}

#nav h3
{
  border-bottom:solid 1px #ddd;
  font-family: "Titillium Maps", Arial;
  color:#555
}

h3.js_heading
{
  border-bottom:solid 1px #ddd;
  background:#eee;
  font-family: "Titillium Maps", Arial;
}

h3.js_heading span.backh
{
  border:solid 0px #000
}

h3.js_heading span.backh1
{

}

h3.js_heading a
{
  border:0
}

h3.js_heading a img
{
  border:0
}

h3.js_heading a.opencloselink:hover,
h3.js_heading a.opencloselink:active,
h3.js_heading a.opencloselink:focus
{
  background:none
}


#right h3 span.backh
{

}

#right h3 span.backh2
{
  background:#fff;
  color:#555;
  border-bottom:solid 1px #ddd
}

#right h3 span.backh3
{
padding-left:0
}

h3.js_heading a:link,
h3.js_heading a:visited,
h3.js_heading a:hover,
h3.js_heading a:active,
h3.js_heading a:focus
{

}

#nav h3.js_heading a:focus
{

}

#nav form
{
  color:#000;
}

#nav form a:hover,
#nav form a:active,
#nav form a:focus
{
  color:#fff;
  background:#095197;
  text-decoration:none
}

/* ++++++++++++++  first level  ++++++++++++++ */
#nav .moduletable-example ul.menu
{
  background:#fff;
  border:0;
}

ul.menu
{
  border:0;
  background:/*#fff url(../images/nature/nav_level_1.gif) repeat-x */;
  border:solid 0px #eee;
}

.module_content ul.menu
{
  border:0;
}

ul.menu li
{
  /*border-bottom:solid 1px #ddd;*/
}


ul.menu li a:link,
ul.menu li a:visited
{
  color:#fff;
  /*background:url(../images/nature/karo.gif) 5px 12px no-repeat*/
}

ul.menu li.active a:link,
ul.menu li.active a:visited
{
  color:#42b770;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus,
ul.menu li.active a:hover,
ul.menu li.active a:active,
ul.menu li.active a:focus
{
  background: #000;
  color:#3AA062;
}


/* ++++++++++++++  second level  ++++++++++++++ */

ul.menu li ul
{
  border:solid 0px #eee;
}

 ul.menu li ul li
{
  border:solid 0px #000;
  background:#fff;
}

 ul.menu li.active ul li a:link,
 ul.menu li.active ul li a:visited
{
  color:#444;
  border:0;
  border-bottom:solid 1px #fff;
  background: #e8e8e8
}

 ul.menu li.active ul li.active a:link,
 ul.menu li.active ul li.active a:visited
{
  border:0;
  color:#333;
  border-bottom:solid 1px #fff;
}

 ul.menu li.active ul li a:hover,
 ul.menu li.active ul li a:active,
 ul.menu li.active ul li a:focus
{
  background:#666 !important;
  color:#fff !important;
}


/* ++++++++++++++  third level  ++++++++++++++ */

ul.menu li ul li ul
{
  border:0 !important;
  background:#f5f5f5 !important;
  padding-bottom:0
}

ul.menu li.active ul li.active ul li a:link,
ul.menu li.active ul li.active ul li a:visited
{
  background:#f5f5f5 ;
  border-bottom:solid 1px #fff;
  color:#444
}

ul.menu li.active ul li.active ul li.active a:link,
ul.menu li.active ul li.active ul li.active a:visited
{
  color:#333;
}



/* ++++++++++++++  fourth level  ++++++++++++++ */

ul.menu li ul li ul li ul
{
  border:solid 1px #eee !important;
  padding-top:10px !important;
  padding-bottom:10px !important;
  background:#fff url(../images/nature/level4.png) repeat-x !important;
}


ul.menu li.active  ul li.active  ul li.active  ul li  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li a:visited
{
  font-weight:normal;
  padding: 3px 2px 3px 40px;
  font-size:0.9em;
  background:#fff url(../images/nature/arrow_small.png) no-repeat  30px 5px;
  color:#444
}


ul.menu li.active  ul li.active  ul li.active  ul li.active  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li.active a:visited
{font-weight:bold;
color:#333 }



/* ++++++++++++++  fifth level  ++++++++++++++ */

ul.menu li ul li ul li ul li ul
{
  border:solid 0px #eee !important;
  padding-top:5px !important;
  padding-bottom:10px !important;
  background:#fff !important;
}


ul.menu li.active  ul li.active  ul li.active  ul li.active  ul li  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li.active  ul li a:visited
{
  font-weight:normal;
  padding: 3px 2px 3px 5px;
  font-size:0.9em;
  background:#fff ;
  color:#444;
  margin:0 10px  0 35px;
  border-bottom:solid 1px #ddd
}


ul.menu li.active  ul li.active  ul li.active  ul li.active  ul li.active  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li.active  ul li.active a:visited
{font-weight:bold; color:#333}

/* ##########################  content - main   ########################### */


#main
{

}

#main a:link,
#main a:visited
{

}

#main a:hover,
#main a:active,
#main a:focus
{
  background:#095197;
  color:#fff;
}

#main th a:hover,
#main th a:active,
#main th a:focus
{
  background:#333;
  color:#fff;
}

.items-row
{
  background:#fff
}

.items-row h2
{
  /*border-bottom:solid 1px #ddd;
  /*border-top:solid 1px #ddd;*/
  color:#555
}

.column-1  h2 {
  /*
  float: left;
  margin-right: 10px;
  min-width: 150px;
  max-width: 200px;*/
}

.column-1,
.column-2
{
  border-bottom: 1px solid #aaa;
}

.item-separator
{
  border: solid 0px #333333;
}

#main ul li
{

}

.small
{
  border:solid 0;
}

ul#archive-items li.row0,
ul#archive-items li.row1
{
  border-bottom:solid 1px #ddd
}

.archive #adminForm fieldset
{
  border:0;
  padding:0;
  margin:20px 0
}
/* ++++++++++++++  images  ++++++++++++++ */

.image-left
{
  padding:2px;
}

.image-right
{
  border:solid 1px #ddd;
  padding:2px
}

/* ++++++++++++++  leading  ++++++++++++++ */

.items-leading
{

}


/* ++++++++++++++++++++ headings +++++++++++++ */
#main h1
{ color:#0d4c89;

  border-bottom:solid 1px #ddd;
  font-family: "Titillium Maps", Arial;


}


#main .blog  h1,
#main .blog-featured  h1
{
  color:#0d4c89;
  border-top:solid 1px #ddd;
  border-bottom:solid 1px #ddd;
  font-family: "Titillium Maps", Arial;
  margin-top:-1px !important

}

/* h1 on frontpage */

.items-leading h2,
#main h3,
#main h4
{
  color:#555;
}

#main h2

{
  color:#555;
  font-family: "Titillium Maps", Arial;

}

#main h2 a
{
  color:#095197
}


/* ++++++++++++++  readmore  ++++++++++++++ */

.readmore {
  font-family: 'Lato Bold';
  
  position: relative;
  width: 100%;
  text-align: right;
  margin-right: 1px;
  margin-top: 2px;
  margin-bottom: 2px;
  text-align: right;
  text-transform:uppercase;
}
p.readmore a{
  color: #555;
}

.readMore {
  font-family: 'Lato Bold';
  font-size: 0.8em;
  position: relative;
  width: 100%;
  text-align: right;
  margin-right: 1px;
  text-align: right;
  text-transform:uppercase;
}

.readMore a:hover, a:active, a:focus {
  text-decoration:underline;
}
/*
.readMore a:link,
.readMore a:visited,
a.readMore:link,
a.readMore:visited
{
  color:#095197;
  background:#eee url(../images/nature/arrow1.gif) no-repeat left top;
  border:solid 1px #ddd;
}

.readMore a:hover,
.readMore a:active,
.readMore a:focus,
a.readMore a:hover,
a.readMore a:active,
a.readMore a:focus
{
  background:#555 url(../images/nature/arrow2.gif) no-repeat left 6px !important;
  color:#fff;
}

a.readMore:hover,
a.readMore:active,
a.readMore:focus
{
  background:#555;
  color:#fff;
}
*/
/* ++++++++++++++  icons  ++++++++++++++ */

.actions img
{
  border:0;
}

/* ++++++++++++++  items-more  ++++++++++++++ */

#main .items-more h3
{
  border-bottom:solid 1px #ddd;
  border-top:solid 1px #ddd;
  color:#444;
}

#main .items-more ol
{
  color:#000;
}

#main .items-more ol li a
{
  background:#FFFFFF url(../images/blog_more.gif) no-repeat 0px center;
  color:#095197
}

#main .items-more ol li a:hover,
#main .items-more ol li a:active,
#main .items-more ol li a:focus
{
  background: #095197 url(../images/blog_more_hover.gif) no-repeat 0px center;
  color:#fff;
}

/* ++++++++++++++  pagination  ++++++++++++++ */

#main .pagination
{
  border-top:solid 1px #ddd;
  clear: both;
}

/* ++++++++++++++  article index  ++++++++++++++ */

table.contenttoc
{
  border:solid 1px #ccc;
}


/* ##########################  right column   ########################### */

#right
{
  border:solid 0px #e6e6e6;
  background:#fff
}



#right h3
{

}

#right h4
{
  color:#555;
  border:solid 0;
}





#right ul li a:hover,
#right ul li a:active,
#right ul li a:focus
{
  background:#095197;
  color:#fff;
}

/* ++++++++++++++  button for closing right column  ++++++++++++++ */
#close span
{
  color:#000;
}

/* ##########################  modules  ########################### */

/* ++++++++++++++  mostread, latest news ++++++++++++++ */

.mostread li a:link,
.mostread li a:visited,
.latestnews li a:link,
.latestnews li a:visited
{
  background: url(../images/personal/arrow2_grey.png) 2px 7px  no-repeat ;
}

.mostread li a:hover,
.latestnews li a:hover,
.mostread li a:active,
.latestnews li a:active,
.mostread li a:focus,
.latestnews li a:focus
{
  background:#555 url(../images/arrow_white_grey.png) 2px 7px  no-repeat !important;
}

/* ++++++++++++++  newsfeed  ++++++++++++++ */

ul.newsfeed
{
  border:solid 0px #000;
}

.newsfeed-item
{
  border-bottom:solid 1px #ddd;
}

.newsfeed-item h5 a
{

}

/* ++++++++++++++  newsflash  ++++++++++++++ */
/* newsflash horizontal */

ul.newsflash-horiz
{
  background:#F5F5F5 url(../images/nature/box.png) repeat-x;
  border:1px solid #EEEEEE;
}

ul.newsflash-horiz li
{
  border:solid 0px #eee;
  background:#f5f5f5;
}

ul.newsflash-horiz li h4
{
  font-family: "Titillium Maps", Arial;
}


/* newsflash vertical */

.newsflash-vert
{

}

/* ++++++++++++++  banner  ++++++++++++++ */

.banneritem
{
  border:0
}

.banneritem a
{
  background:none
}

.banneritem a img
{
  background:none;
  border:0
}

/* ++++++++++++++  login  ++++++++++++++ */

#login-form .inputbox
{
  border:solid 1px #ddd;
  background:url(../images/content_bg.gif) repeat-x;

}

fieldset.input
{
  border:0 ;
}

input.button,
button.button,
button.validate
{

  /*background:#FFFFFF url(../images/nature/arrow1.gif) no-repeat left top;*/
  background:#42b770;
  border:1px solid #42b770;
  color:white;
  width: 150px;
  height: 27px;
  font-size: 1.3em !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  line-height: 1em !important;
}

/* ++++++++++++++  tabs/ slide  ++++++++++++++ */

ul.tabs
{
  border:solid 1px #ddd;
  border-bottom:0;
  background:#f5f5f5 url(../images/nature/box.png) repeat-x;
}

ul.tabs li
{
  background:#f5f5f5 url(../images/nature/box.png) repeat-x;
  border-right:solid 1px #ddd
}

ul.tabs li a:link,
ul.tabs li a:visited
{
  color:#333;
}

ul.tabs li a:hover,
ul.tabs li a:active,
ul.tabs li a:focus
{
  color:#000
}

.tabcontent
{
  border:solid 1px #ddd;
  background:#fff;
  color:#000;
}

.tabcontent .linkclosed
{
  color:#000;
  border-bottom:solid 1px #e5e5e5;
}

ul.tabs li a.linkopen
{
  background:#fff;
  color:#333;
  border:0
}

ul.tabs li a.linkclosed:hover,
ul.tabs li a.linkclosed:active,
ul.tabs li a.linkclosed:focus,
ul.tabs li a.linkopen:hover,
ul.tabs li a.linkopen:active,
ul.tabs li a.linkopen:focus
{
  background:#555;
  color:#fff
}

/* ++++++++++++++  category-module  ++++++++++++++ */

#right .category-module h4 a:link,
#right .category-module h4 a:visited
{
  color:#0D4C89
}

#right .category-module h4 a:hover,
#right .category-module h4 a:active,
#right .category-module h4 a:focus
{
  color:#fff
}


.category-module li
{
  /*border-bottom:solid 1px #ddd;*/
}

.category-module li li
{
  border:0
}



/* ##########################  search   ########################### */

.searchintro img
{
  border:0px
}

.inputbox:focus
{
  border:solid 1px #000;
}

.word
{
  background:#fff;
  border:solid 0px #ccc ;
}

.word input
{
  border:solid 1px #ddd;
  background:url(../images/content_bg.gif) repeat-x;
  color:#333;
}

.only
{
  border:solid 1px #ccc;
}

.phrases
{
  color:#000;
  border:solid 1px #ccc;
}

/* ++++++++++++++  selects  ++++++++++++++ */
.phrases .inputbox
{
  background:#fff;
  color:#000;
}

.phrases .inputbox option
{
  background:#f5f5f5;
  border-bottom:solid 1px #ccc;
}

.phrases .inputbox option a:hover
{
  background:#C00;
  border-color:#CFD0D6;
  color:#fff;
}

/* ++++++++++++++   search results  ++++++++++++++++++ */

dl.search-results
{
  background:#f5f5f5;
}

dl.search-results dt.result-title
{
  border-top:dotted 1px #ddd
}

dl.search-results dd.result-url
{
  border-bottom:solid 5px #fff;
  color:#115599;
}

dl.search-results dd.result-created
{
  border-bottom:solid 5px #fff;
}

/* ##########################  forms   ########################### */


/* ++++++++++++++  form validation  ++++++++++++++ */

.invalid
{
  border-color:red !important;
}

label.invalid
{
  color:red;
}


/* ##########################  user profile  ########################### */
#users-profile-core,
#users-profile-custom
{
  border:solid 1px #ccc;
}

#member-profile fieldset
{
  border:solid 1px #ccc;
}


/* ##########################  tables   ########################### */
table
{

}

tbody
{

}

tr.odd,
.cat-list-row1
{
  background:url(../images/news.gif)  repeat-x;
}

table.newsfeeds td,
table.weblinks td
{

}

table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th
{
  background:#444 ;
}

table.weblinks th a,
table.newsfeeds th a,
table.category th a,
table.jlist-table th a,
table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th
{
  color:#fff
}


td.table_footer
{
  background:#ddd url(../images/table_footer.gif) bottom left repeat-x;
}

td.counter
{

}

td.num,
td.hits
{

}

td p
{

}

table.category th a img
{
  border:solid 0px ;
}

/* for opera */
tr, td
{
  /*border:solid 1px #ddd*/
}


#main table.moduletable td,
#main table.moduletable tr
{border:0;}
fieldset.filters
{
  border:solid 0px #ddd;

}

/* ##########################  contacts   ########################### */

.contact form
{
  background:#fff;
  color:#000;
}

.contact input
{
  background:#fff;
  color:#000;
}

.contact .button
{

}

.contact input.invalid,
.contact textarea.invalid
{
  border:solid 2px red;
}

.contact label.invalid
{
  color:red;
}


/* ++++++++++++++  Error Message contact form  ++++++++++++++ */

p.error
{
  color:#044b63;
  background:#eee;
  border-top:3px solid #044b63;
  border-bottom:3px solid #044b63;
}

body.contentpane
{
  background:#fff;
}


/* ##########################  footer   ########################### */

#footer
{
    /*  background:url(../images/footer_bg.gif) repeat-x;*/
  /*background:#333333 url(../images/personal/tabs_back.png) repeat-x;*/
  color:#2E2E2E;
  border-top:solid 0px #ccc;
}

#footer-inner
{
  /*background:#f5f5f5 url(../images/personal/footer.jpg) repeat-x left bottom;
  border-top:solid 1px #ddd*/
}

#footer a
{
  color:#fff;
}

#bottom a img
{
  border:0
}

#bottom a {
  color: #ccc;
  text-decoration:none;
}

#bottom a:hover, a:active, a:focus {
  color: #3AA062;
  text-decoration:underline;
}


.box h3
{
  /*font-family: 'Titillium Maps', Arial;*/
  color: #ccc;
  font-size:1.2em
}
.box ul
{padding-left:0}

.box1
{/*border-right:solid 1px #ccc*/}
.box3
{/*border-left:solid 1px #ccc*/}
#bottom  ul li a
{background-image:none;
padding-left:0}
/* ##########################  editor  ########################### */

.contentpaneopen_edit img
{
  border:0
}

form.editor fieldset
{
  border:solid 1px #ccc;
}


/* ++++++++++++++  edit  ++++++++++++++ */

form#adminForm
{
  border:solid 0px #000
}

.edit form#adminForm fieldset
{
  border:solid 1px #ddd
}
.edit form#adminForm  legend
{
  font-weight:bold
}
/* ++++++++++++++  tooltip  ++++++++++++++ */
.tip
{
  border:solid 1px #333;
  background:#ffffcc;
}


/*-------------------------------*/


table.pagenav,
table.pagenav tr,
table.pagenav td
{border:0 !important}

.cat-children ul ul,
.categories-list ul ul
{
  list-style-type:none;

}

.cat-children ul ul ul,
.categories-list ul ul ul
{


}
.categories-list .category-desc ul li
{list-style-type:square
}

/* contact  plain */
#main .contact h3
{
  border-bottom:solid 1px #ddd;
  margin: 20px 0
}

.form-required
{
  font-weight:bold;
  margin:10px 0;
  background:#fff url(../images/req.png) no-repeat;
  padding:10px 40px

}

.contact .inputbox,
.registration input,
.profile-edit input,
.login-fields input,
.remind input,
.reset input


{
  background:#fff url(../images/content_bg.gif) repeat-x ;
  border:solid 1px #ccc;
  padding:0px
}

.profile-edit select
{
  padding:0px;
  border:solid 1px #ccc;
  background:#f5f5f5;

}
.profile-edit select option
{
  padding:3px

}
/* contact  slider */

.panel
{
  border:solid 1px #ddd;
  margin-top:-1px

}
#main .contact .panel h3
{
  margin:0px 0 0px 0;
  padding: 0;
  background:#eee;
  border:0
}
.panel h3 a
{
  display:block;
  padding:6px;
  text-decoration:none;
  color:#444;
  padding:6px;
}


.panel h3.pane-toggler a
{
  background:#f5f5f5 url(../images/slider_plus.png) right  top no-repeat;
}
.panel h3.pane-toggler-down a
{
  background:#f5f5f5  url(../images/slider_minus.png) right  top no-repeat;
  border-bottom:solid 1px #ddd;
}

.pane-slider
{
  border:solid 0px;
  padding:0px 10px !important;
  margin:0;
  background: url(../images/nav_level_1.gif) repeat-x ;
}

.panel .contact-form,
.panel  .contact-miscinfo
{
  padding:10px
}

.contact .panel .contact-form form,
.contact .panel .contact-address
{
  margin:20px 0 0 0
}


/* tabs */

div.current
{

  background: url(../images/nav_level_1.gif) repeat-x ;
}

/* image upload modal */

#all #upload-flash ul li a:hover,
#all .item a:hover span {
  /*background:#095197;*/
  color:#fff;
}
#close a
{text-decoration:none}

/* ########################## sample module styling  ########################### */

div.sample-module {
    border: 2px dashed #ddd;
    padding: 10px;
    background-color: #f5f5f5;
}

/********************** MARCOR MENU' LINGUA, AREA RISERVATA, CERCA, SOCIAL NETWORK ***************************/

#utilityMenu {
  /*position: absolute;*/
  /*top: 35px;*/
  height: 25px;
  right: 0px;
  font-family: "Lato Bold", arial, helvetica, sans-serif;
  font-size: 12px;
  /*font-weight: bold;*/
  color: #555;
}

#utilityMenu a:link, a:visited {
  text-decoration: none;
}

#utilityMenu a:hover {
	color: #3AA062;
}

#language {
  float: right;
}
#cerca {
  width: 190px;
  float: right;
  text-align:center;
}
#social {
  width: 90px;
  float: right;
  /*padding-top: 1px;*/
}
#areaRiservata {
  float: right;
}
#language, #areaRiservata {
  margin: 0px 4px 0px 0px;
  height: 18px;
  padding: 1px 4px 0px 8px;
}
#areaRiservata, #cerca {
  border-left: 1px solid grey;
}

.latoCorsivo {
font-size:18px; color:#000000;
}

#languageList {
  position:absolute;  
  top: 60px;
  left: 550px;
  padding: 5px;
  height: 20px;
  z-index: 999;

/*
  background-image: linear-gradient(bottom, rgb(212,212,212) 10%, rgb(224,224,224) 48%, rgb(255,255,255) 100%);
  background-image: -o-linear-gradient(bottom, rgb(212,212,212) 10%, rgb(224,224,224) 48%, rgb(255,255,255) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(212,212,212) 10%, rgb(224,224,224) 48%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(212,212,212) 10%, rgb(224,224,224) 48%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(212,212,212) 10%, rgb(224,224,224) 48%, rgb(255,255,255) 100%);
  background-image: linear-gradient(to bottom, rgb(212,212,212) 10%, rgb(224,224,224) 48%, rgb(255,255,255) 100%);
  
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.1, rgb(212,212,212)),
    color-stop(0.48, rgb(224,224,224)),
    color-stop(1, rgb(255,255,255))
  );  
*/
  /* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #747B7D 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #747B7D 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #747B7D 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #747B7D));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #747B7D 100%);
/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #747B7D 100%);
  
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

#languageList img {
  width: 24px;
  height: 24px;
}

.show {
  visibility: visible;
}

.remove {
  visibility: hidden;
}



.cat-children h3 {
  padding-top: 10px;
  padding-bottom: 5px;
}

.cat-children ul {
  padding-left: 5px;
}
.cat-children ul li {
  margin-top: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid grey;
}
.item-title {
  font-weight: bold;
  font-size: 1.5em;
  color: black;
}
.item-title a {
  /*text-decoration: underline;*/
}

.arrow {
  padding-top: 1px;
}
.documento {
  width: 100%;
  min-height: 930px;
}

/*********************** MENU A TENDINA ***********************/

.maxiroundedcenter { float:right; position:relative; top: 6px; }
#header ul.menu ul.maximenuck2 li.maximenuck { margin-left: 0px !important; }
a.maximenuck:link, a.maximenuck:visited { background-color: #3AA062; }

/**** FORM CONTATTI ****/
.inputContactForm {
  margin: 2px 0px 8px 0px;
}

input.inputContactForm {
  height: 20px;
  width: 335px;
}

input[type="text"]:hover, input[type="email"]:hover
{
/*    border:1px solid #42b770; */
}
input[type="text"]:focus, input[type="email"]:focus
{
    box-shadow:0 0 2px #3AA062;
}

/*********************** POPUP MAIL ***********************/

#bgPopupMail {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/overlay.png) repeat 0 0;
  
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.70;
}

#centerPopupMail {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

#popupMail {
  width: 420px;
  height: 600px;
  background: white;
  border: 4px solid black;
  margin: auto;
  position: fixed;
  font-size: 0.8em;
}

.closePopup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.separator {
  color: #fff;
  padding: 3px 25px;
  position: relative;
  background: #42b770;
  font-size: 1.3em;
}

div.blog_prev {
    float: left;
}

div.blog_next{
     float: right;
}

/********************** LOGIN FORM **********************/

#login {
	/*visibility: hidden;*/
	position: absolute;
	background-color: white;
	z-index: 9999;
	top: -350px;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
	-moz-box-shadow: 0 10px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 10px 5px rgba(0,0,0,0.5);
	box-shadow: 0 10px 5px rgba(0,0,0,0.5);

}

#login.show {
	-webkit-animation-name: moveIn;
	-moz-animation-name: moveIn;
	-o-animation-name: moveIn;
	animation-name: moveIn;
	-webkit-animation-timing-function: easy-in;
	-moz-animation-timing-function: easy-in;
	-o-animation-timing-function: easy-in;
	animation-timing-function: easy-in;
}
#login.hide {
	-webkit-animation-name: moveOut;
	-moz-animation-name: moveOut;
	-o-animation-name: moveOut;
	animation-name: moveOut;
	-webkit-animation-timing-function: easy-out;
	-moz-animation-timing-function: easy-out;
	-o-animation-timing-function: easy-out;
	animation-timing-function: easy-out;
}
@-webkit-keyframes moveIn {
	from	{ top: -350px; visibility: visible; }
    to	{ top: 20px; }
}
@-moz-keyframes moveIn {
	from	{ top: -350px; visibility: visible; }
    to	{ top: 20px; }
}
@-o-keyframes moveIn {
	from	{ top: -350px; visibility: visible; }
    to	{ top: 20px; }
}
@keyframes moveIn {
	from	{ top: -350px; visibility: visible; }
    to	{ top: 20px; }
}

@-webkit-keyframes moveOut {
	from	{ top: 20px; }
    to	{ top: -350px; visibility: hidden; }
}
@-moz-keyframes moveOut {
	from	{ top: 20px; }
    to	{ top: -350px; visibility: hidden; }
}
@-o-keyframes moveOut {
	from	{ top: 20px; }
    to	{ top: -350px; visibility: hidden; }
}
@keyframes moveOut {
	from	{ top: 20px; }
    to	{ top: -350px; visibility: hidden; }
}

.btnLogin {
	background:#42b770;
	border:1px solid #42b770;
	color:white;
	width: 50px;
	height: 27px;
	font-size: 1.3em !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal !important;
	line-height: 1em !important;
}

#closeLogin {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#areaRiservata:hover, .btnLogin:hover { cursor: pointer; }
#closeLogin a:hover { cursor: pointer; }
.spacer { padding: 10px; }

/********************** RESERVED AREA FENICE **********************/

.queryDiv {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	height: 16px;
	padding: 5px 5px;
	border-radius: 5px;
}

.queryDiv.show {
	-webkit-animation-name: filterExpand;
	-moz-animation-name: filterExpand;
	-o-animation-name: filterExpand;
	animation-name: filterExpand;
	-webkit-animation-timing-function: easy-in;
	-moz-animation-timing-function: easy-in;
	-o-animation-timing-function: easy-in;
	animation-timing-function: easy-in;
}
.queryDiv.hide {
	-webkit-animation-name: filterClose;
	-moz-animation-name: filterClose;
	-o-animation-name: filterClose;
	animation-name: filterClose;
	-webkit-animation-timing-function: easy-out;
	-moz-animation-timing-function: easy-out;
	-o-animation-timing-function: easy-out;
	animation-timing-function: easy-out;
}
@keyframes filterExpand {
	from { height: 16px; background: #fff; }
	to { height: 55px; background: #eee; }
}
@-webkit-keyframes filterExpand {
	from { height: 16px; background: #fff; }
	to { height: 55px; background: #eee; }
}
@-moz-keyframes filterExpand {
	from { height: 16px; background: #fff; }
	to { height: 55px; background: #eee; }
}
@-o-keyframes filterExpand {
	from { height: 16px; background: #fff; }
	to { height: 55px; background: #eee; }
}

@keyframes filterClose {
	from { height: 55px; background: #eee; }
	to { height: 16px; background: #fff; }
}
@-webkit-keyframes filterClose {
	from { height: 55px; background: #eee; }
	to { height: 16px; background: #fff; }
}
@-moz-keyframes filterClose {
	from { height: 55px; background: #eee; }
	to { height: 16px; background: #fff; }
}
@-o-keyframes filterClose {
	from { height: 55px; background: #eee; }
	to { height: 16px; background: #fff; }
}

input.buttonFind
{
  /*background:#FFFFFF url(../images/nature/arrow1.gif) no-repeat left top;*/
  background:#42b770;
  border:1px solid #42b770;
  color:white;
  width: 100px;
  height: 24px;
  font-size: 1.3em !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  line-height: 1em !important;
  position: relative;
  top: -1px;
}

#tblQueryResults { width: 98%; }
#tblQueryResults .intRow { font-weight: bold; }
#tblQueryResults .lngCol { width: 6%; text-align: center; }
#tblQueryResults tr:nth-child(odd) { background-color: #ccc; }
#tblQueryResults td { 
	border: 1px solid #aaa; 
	padding: 3px 3px;
}
#tblQueryResults tr:hover { background-color: #42b770; }

#paginationResults {
	margin: 10px auto 10px auto;
	width: 250px;
	text-align:center;
}

.row { display: none; }

.navArrow { 
	font-size: 1.2em; 
	font-weight: bold; 
	cursor: pointer;
}

.queryDivP {
	margin-top:15px;
	visibility:hidden;
}
/*
.dLoaderFenice {
	position: absolute;
	height: 400px;
	width: 400px;
	top: 150px;
	left: 114px;
	text-align:center;
	background-color: white;

	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;

	box-shadow: 0px 0px 100px 0px #000;
	-webkit-box-shadow: 0px 0px 100px 0px #000;
	-moz-box-shadow: 0px 0px 100px 0px #000;
	-ms-box-shadow: 0px 0px 100px 0px #000;
	-o-box-shadow: 0px 0px 100px 0px #000;
	
}
*/
.imgLoaderMyFenice {
	position: relative;
	top: 8px;
}

img.hide {
	visibility: hidden;
}
.top_1{ float:right; margin-right:30px; margin-top:13px;} 
.top_a{ height:19px; width:67px; text-align:center; line-height:19px; float:left; border-right:1px solid #000000; margin-top:13px;}
.top_a a{ color:#ff2631; font-size:12px; font-weight:bold;}
.top_a a:hover{ color:#fff;}
.ser_top{ width:188px; text-align:center; height:14px; font-size:12px; color:#000; font-weight:bold; line-height:14px;}
.sesunb{border:1px solid #000; width:19px; height:18px; background:url(../images/srebg.jpg);border-left: none;}
.tb_img{ float:left; margin-left:4px; margin-top:13px;}
.nva{ float:right; margin-right:30px;}
.nva li{ list-style:none; float:left; height:27px; line-height:27px; margin-right:4px; position:relative;}
.nva li a{ display:block; padding:0px 26px; color:#000; font-weight:bold; font-size:13px; background:#f58d1e;  line-height:27px;}
.nva li a:hover{ color:#fff;}
.nva li.lasta{ margin:0px;}
.nva li dl{ position:absolute; left:0px; top:27px; min-width:150px; display:none;}
.nva li dl a{ padding:0px 26px; border:1px solid #fff; text-align:left; font-weight:100;}
.nva li.hover .ghd{ color:#fff;}
.nva li.hover dl{ display:block;}
/* 多个左滚动 - 公用类 */ 
.leftLoop{ overflow:hidden; position:relative; width:636px; height:412px; } 
.leftLoop .hd{height:0px; z-index:10000; } 
.leftLoop .hd .prev,.leftLoop .hd .next{ display:block; position:absolute; top:45%;  width:28px; height:28px; overflow:hidden; display:block; z-index:99; cursor:pointer;} 
.leftLoop .hd .prev{ background:url(../images/leftRow.png) no-repeat; left:0px;}
.leftLoop .hd .next{ background:url(../images/rightRow.png) no-repeat; right:0px;} 
.leftLoop .hd ul{  zoom:1; position:absolute; z-index:100; top:443px; left:50%;} 
.leftLoop .hd ul li{ float:left; width:12px; height:12px; background:url(../images/lib.png) no-repeat; margin-right:11px; cursor:pointer;} 
.leftLoop .hd ul li.on{ background:url(../images/lion.png) no-repeat;  } 
.leftLoop .bd{} 
.leftLoop .bd ul{ overflow:hidden; zoom:1; } 
.leftLoop .bd ul li{ float:left;display:_inline;  } 
/* 通用图片列表_普通式 */ 
.picList li{width:636px; position:relative;} 
.picList .pic{ text-align:center; line-height:0px;  } 
.picList .pic img{ width:636px; height:412px; } 
#topRight{ float:left; width:100px; height:10px; position:relative;}
#topRight .hosd{ position:absolute; left:0px; top:0px;}
.wz{ position:absolute; width:283px; height:47px; line-height:47px; background:#fff; z-index:10000; text-align:center; font-size:25px; font-weight:bold; color:#000; left:0px; bottom:19px;}


/* 多个左滚动 - 公用类 */ 
.leftLoopp{ overflow:hidden; position:relative; width:100%px; height:193px; } 
 
.leftLoopp .bd ul{ overflow:hidden; zoom:1; } 
.leftLoopp .bd ul li{ float:left;display:_inline; margin-right:32px;} 
/* 通用图片列表_普通式 */ 
.picListp li{width:303px; position:relative; list-style:none;} 
.picListp .pic{ text-align:center; line-height:0px;  } 
.picListp .pic img{ width:303px; height:193px; } 
.xe{ font-size:18px; width:180px; height:30px; line-height:30px; text-align:left; text-indent:5px;}
.wz a{
  color: #000;
}
.custom h2{ font-size:14px; font-weight:bold;}
.insideMain{
  width: 966px;
  margin: auto;
  padding: 15px 0 0px 0;
  overflow: hidden;
}
.insideLeft{
  width: 635px;
  float: left;
  padding: 0 46px 0 0;
}
.insideRight{
  width: 283px;
  float: left;
}
.pos{
  height: 28px;
  border: 1px solid #cccccc;
  border-right: none;
  border-left: none;
  line-height: 28px;
}
.contactform{
  color: #555555;
  overflow: hidden;
}
.contactform .formLeft{
  width: 265px;
  float: left;
}
.contactform .formRight{
  width: 370px;
  float: left;
  padding: 65px 0 0 0;
  line-height: 24px;
  position: relative;
  height: 790px;
}
.formRight .sub{
  position: absolute;
  bottom: 0px;
  width: 198px;
  height: 37px;
  left: -28px;
  background: #019447;
  color: #fff;
}
.contactform input{
  width: 150px;
  height: 17px;
  border: 1px solid #d2d2d2;
}
.contactform li{
  margin: 7px 0;
}
.contactform textarea{
  border: 1px solid #d2d2d2;
  width: 630px;
  height: 180px;
}
.contactform h2{
  padding: 60px 0 20px 0;
}
.insideRight ul{
  list-style: none;
}
.insideRight ul li{
  position: relative;
  margin-bottom: 30px;
}
.insideRight ul li div{
  position: absolute;
  bottom: 23px;
  left: 0;
  height: 30px;
  width: 200px;
  font-size: 18px;
  line-height: 30px;
  background: #fff;
  font-weight: bold;
  color: #555;
}
.fenye {
  margin: 10px 0;
  overflow: hidden;
}
.fenye li{
    float: left;
    border: 1px solid #ddd;
    padding: 2px 10px 2px 10px;
    color: #aaa;
    list-style: none;
}