body,
td,h1,h2,h3 {
  font-family:  Arial , Geneva, sans-serif, Lucida Grande, Lucida Sans Unicode, Verdana, Helvetica ;
  font-size: 13px;
  color: #333333;
  margin: 0;
  padding: 0;
}

h1 {
  color: #F88017;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
  font-family:  Verdana, Helvetica, Arial , Geneva, sans-serif, Lucida Grande, Lucida Sans Unicode ;
  display: inline ;
}

#translation {
  font-size: 10px;
  color:#F72C25;
  text-align: right;
}

.title {
  font-size: 13px;
  color:#F72C25;
  font-weight: bold;
}
.chapeau {
    border-left: solid 5px;
    border-right: solid 5px;
    border-top: solid 5px;
    border-bottom: solid 5px;
    border-color :#EFEFEF;
}

h3 {
  margin-top: 3px;
  font-size:  13px;
  color: #F88017;
  font-weight: bold;
  margin-bottom: 3px;
}
body {
  background-image: url('http://www.linutop.com/images/l_repeat.png');
  background-repeat: repeat-x;
}

a,
a:visited,
a:link {
  color: black;
  text-decoration: none;
}

a:active,
a:hover {
  color: black;
  text-decoration: underline;
}

a.external, a.external:visited, a.external:link,
.external a, .external a:visited, .external a:link {
  color: #006000;
}

a.external:active, a.external:hover,
.external a:active, .external a:hover {
  color: #008000;
  text-decoration: underline;
}

#pagelinutop {
  position: relative;
  display: inline-block;
  padding: 0;
  border: 1px solid #D5D5D5;

  width: 880px;
  background-color: #FFFFFF;
  overflow: hidden;

}

#pagelinutop .pagelinutop_inner {
    position: static;
}


#header {
  background-image: url('http://www.linutop.com/images/header_back.png');
  background-repeat: repeat-x;
  background-position: bottom;
  border: 0px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

#header .header_inner {
  width: 620px;
  height: 98px;
  position: relative;
  left: -3px;
  margin-left: 210px;
  margin-right: auto;
  padding: 0px 3px 0px 0px;
}

#footer {
  width: 880px;
  margin: 0px;
  border: 0px;
}

#footer .header_inner {
}

/* __________ SUB MENU __________ */

#subtabs {
  float:left;
  top:95px;
  width: 100%;
  height: 30px;
  text-align: left;
  font-size: 12px;
  padding: 15px 0px 0px 15px;
  border-bottom: 1px solid #d4d4d4;
}
#products {
  font-size: 1.4em;
  font-weight: bolder;
}
#subtabs a {
  font-size: 1.1em;
  margin-right: 4px;
  padding: 4px 7px 4px 7px;
  color: #263238;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #dddddd;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;;
}
#subtabs a:hover {
  background-color: rgba(255, 188, 109, 0.5);
}

/* __________ END SUB MENU __________ */

#centercol {
  display: block;
  float: left;

  width:640px;
  padding-left: 15px;
  background-color: #FFFFFF;
}

#centercol2 {
  display: block;
  position: absolute;
  left: 660px;
  top: 16px;
  z-index: -99;

  width:640px;
  background-color: #FFFFFF;
}

#translate {
  width:1285px;
}

#centercol .centercol_inner {
  padding : 10px;
  font-size: 13px;
  text-align: left;
}

#centercol2 .centercol_inner {
  padding : 10px;
  font-size: 13px;
  text-align: left;
}

#sidebar {
  display: block;
  float:right;
  right:0px;
  top:130px;

  width: 200px;
  height: 665px;

  border-left: solid 1px;
  border-color :#BBB;
  /*background-color: #EEEEEE;*/
}

#sidebar .sidebar_inner {
  padding: 5px;
  font-size: 12px;
  text-align: left;
}

#sidebar li {
    list-style-type: none;
    list-style-image: url('none');
    margin-bottom: 0px;
    margin-left: 0px;
}

#centercol ul {
    margin-top: 4px;
    padding-left: 0;
/*    padding-left: 18px;*/
/*    list-style-image: url('http://www.linutop.com/images/sup.png'); */
}
#centercol li {
    list-style-type: none;
}

/* -- TABULATIONS --------------------------------------------------------------- */

div#top_account {
  width: 260px;
  margin-top: 5px;
  margin-bottom: 8px;
}
div#nav_tabs {
  position: absolute;
  bottom: 0px;
  padding-top: 100px;
  text-align: left;
}

/* __________ MAIN MENU __________ */

#nav_tabs ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#nav_tabs li {
  float: left;
}

#nav_tabs li.tab {
  float: left;
  width: 107px;
  height: 35px;
  background-color: #FFFFFF;
  background-image: url('http://www.linutop.com/images/tab_normal.png');
  background-repeat: no-repeat;
  background-position: bottom;
}

#nav_tabs li.tab a {
  text-align: center;
  font-size: 14px;

  display: block;
  padding: 0;
  padding-top: 3px;
  margin: 9px 1px 12px 1px;
}

#nav_tabs li.tab a,
#nav_tabs li.tab a:link,
#nav_tabs li.tab a:visited,
#nav_tabs li.tab a:hover {
  font-size: 1.25em;
  font-weight: 900;
  text-decoration: none;
  color: #424242;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

#nav_tabs li.tab.current a,
#nav_tabs li.tab.current a:link,
#nav_tabs li.tab.current a:visited {
  color: #263238;
}

#nav_tabs li.tab a:hover, li.tab.currenta:hover {
  background-color: rgba(255, 188, 109, 0.5);
  border-bottom: 1px solid orange;
}

#nav_tabs li.tab.current a,
#nav_tabs li.tab.current a:link,
#nav_tabs li.tab.current a:visited {
  color: #263238;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
}

#nav_tabs li.tab.current {
  background-image: url('http://www.linutop.com/images/tab_selected.png');
}

#nav_tabs li.nontab {
  padding: 10px 0px 0px 10px;
  float: right
}

/* __________ END MAIN MENU __________ */

form {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

input, select, textarea {
  font-size: 11px;
}

input[type='text'], input[type='submit'], input[type='password'], select, textarea {
  border: 1px solid #666666;
}

input[type='radio'], input[type='checkbox'], input[type='hidden'] {
  border: 0;
}

input[type='submit'], input[type='button'] {
  font-size: 12px;
  text-align: center;
}

img {
 border:0;
}

.data_ul {
 margin-bottom: 0;
}

.post {
 margin-bottom: 26px;
}

/* UNDER EDIT _ SIDEBAR */

#try_bloc  {
  padding-bottom: 7%;
  border-bottom: 1px solid #bbbbbb;
}

#buy_bloc  {
  padding-bottom: 7%;
  border-bottom: 1px solid #bbbbbb;
}

#info_bloc  {
  padding-top: 7%;
  padding-bottom: 7%;
  border-bottom: 1px solid #bbbbbb;
}
#info_bloc_txt {
  margin-top: 5px;
}
#social_bloc {
  margin-top: 10px;
  margin-bottom: 0;
  -webkit-padding-start: 0px;
  padding-left: -20px;
  text-align: center;
}
.social_network {
  margin-right: 3px;
  margin-left: 3px;
}

#contact_bloc  {
  padding-top: 7%;
  padding-bottom: 7%;
  border-bottom: 1px solid #bbbbbb;
}

#green_bloc {
  padding-top: 9%;
}

/* UNDER EDIT _ PRODUCTS SOLUTIONS */

.solutions{
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.solutions:hover{
  background-color: rgba(255, 188, 109, 0.5);
}


.solutions_links:hover{
  text-decoration: none;
}

/* CENTERCOL */
#end_centercol {
  margin-top: 2%;
  padding-top: 3%;
  padding-left: 2%;
  border-top: 1px solid #bbbbbb;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  color: #F88017;
}
