div.clickHere
{
  position:relative;
  top : 180px;
  left:200px;
  font-size: 16px;
  font-weight: bold;
  color: #045e8a;
  text-decoration: underline;
  font-family: times new roman;
}

div.clickHere a
{
  cursor: pointer;
}



/* Main table of "WhoAreWe */
table.Downloads_MainTable
{
  width: 923px;
}

/* The edocsync background */
.Downloads_TitleCell
{
   font-family: Arial, Helvetica, sans-serif;
   color: #333333;
   vertical-align: top;
   background-image: url(/upload/images/products/Products_Bk.png);
   background-repeat: repeat-x;
   /*margin-top:35px;*/
   height: 35px;
   padding-top: 10px;
}



/* The edocsync text title */
*.Downloads_TitleCell h2
{
   padding-left: 10px;
   font-size: 13px;
   font-weight: bold;
}


/* Common styles for text in description cell*/
td.Downloads_TextCell
{
  padding-top: 7px;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
}


/* Common styles for text in description cell*/
.Downloads_TextCell2
{
  padding-top: 7px;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}

td.Downloads_TextCellTitle
{
  padding-top: 7px;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  
}


/* Common styles for text in description cell*/
td.Downloads_Picture
{
  text-align: center;
  width: 280px;
}



/* Middle column */
td.Downloads_MiddleColumn
{
  text-align: center;
  vertical-align: middle;
  width: 20px;
}


/* Horizontal space between 2 row */
td.Downloads_HorizontalSpaceBetweenRow
{
  height: 20px;
}

/* The vertical space between 2 cells */
td.Downloads_VerticalSpaceBetweenCell
{
  width: 14px;
}


/* Style pour les commentaires*/
.Downloads_Comment
{
  text-align: center;
  padding-top: 7px;
  font-weight: bold;
}

