a.delete_link{
    background: url("../img/delete.gif") no-repeat scroll left bottom transparent !important;
    display: block;
    float: right;
    font-size: 0;
}
#adm_categories{
    width:100%;
    border-collapse:collapse;
}
ul li.fc_admin_tab{
    padding-top: 13px;
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    height: 29px;
    list-style: none outside none;
    margin: 0 1px 0 0;
}
ul li.fc_admin_tab_active{
    padding-top: 13px;
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    height: 29px;
    list-style: none outside none;
    margin: 0 1px 0 0;
    background-color: #49B2FF;
}
li.dsp_btn_spec{
    padding-left: 0px !important;
    background: url("../img/specifications.png") no-repeat;
}
.comparison_header td{
  border-bottom: 1px solid #d6d4d4;
  border-top-right-radius: 0.5em;
  border-top-left-radius: 0.5em;
  width: 100%;
  margin: 0 0 20px;
  background: #DDD;
  color:#FFFFFF;
  font-size: 16px;}
  .table-data-sheet tr {
    border: 1px solid #d6d4d4;
 }
   .table-data-feau td {
    border: 1px solid #d6d4d4;
 }
    .table-data-sheet tr.even {
      background: #F3F3F3; }
    .table-data-sheet tr td {
      padding: 10px 20px 11px; }
      .table-data-sheet tr td:first-child {
        border-right: 0!important;
        width: 80%;
        font-weight: 700;
        color: #333333; }

#pb-left-column .fc_btn_compare {
    float: right;
    margin-top: 10px;
}

#content div.store {
    margin: 5px;
    text-align:center;
    color: #bb3;
    font-size: 18px;
}

#content div.store a{
text-decoration: underline;
}

#fc_comparison li a{
    background: url("../../../blockcategories/img/arrow_right_2.png") no-repeat scroll 10px 10px transparent;
    color: #333333;
    display: block;
    padding: 7px 11px 5px 22px;
}

/*----- Tabs -----*/
.idTabs {
    list-style-type:none;
    margin-top:20px;
    margin-bottom: 0px!important;
}
  
ul.idTabs li {
    margin:0px 3px;
    float:left;
    list-style:none;
}
  
.idTabs a {
    padding:9px 15px;
    display:inline-block;
    border-radius:3px 3px 0px 0px;
    background:#DDD;
    font-size:16px;
    font-weight:600;
    color:#4c4c4c;
    transition:all linear 0.15s;
    text-transform: uppercase;
    text-decoration: none;
}

.idTabs a:hover {
    background:#C9D1D6;
    text-decoration:none;
}
  
#more_info_sheets .product_desc .block_description {
    float:left;
    margin-left:10px;
    width:420px;
}
  
#more_info_sheets .product_desc .clear_product_desc {
    clear:both;
    height:0;
    line-height:0;
}
  
.idTabs .selected {
    padding:9px 15px;
    display:inline-block;
    border-radius:3px 3px 0px 0px;
    background:#C9D1D6;
    font-size:16px;
    font-weight:600;
    color:#4c4c4c;
    transition:all linear 0.15s;
    text-transform: uppercase;
    text-decoration: none;
}

#more_info_sheets {
    padding:15px;
    border-radius:3px;
    border: medium;
    /**box-shadow:1px 1px 1px 1px rgba(0, 0, 0.1, 0.15);
    background:#fbfbfb;**/
}

#more_info_sheets .rte {
    padding:10px!important;
}
 
#more_info_sheets .bx-wrapper {
    width:100%!important;
    max-width:none!important;
    display:block;
}