﻿.indent20
{
    margin: 15px 20px;
}
.indent15
{
    margin: 15px 0 0 15px;
}
.frmContactWrap 
{
    width: 100%;
    background: #f2f2f2;
    border-left: solid 10px #ea1b23;
    margin-top: 5px;
}
.frmLabel 
{
    font-weight: bold;
}
.simpleList, table.images ul
{
    list-style-image: url(/App_Themes/gebco/Images/liarrow12.gif);
    margin: 0 20px 20px 20px !important;
    padding-left: 20px !important;
}
.simpleList li, table.images li
{
    margin: 1em 0 0 0 !important;
    padding: 0 !important;
}
.simpleList a , table.images li a
{
    text-decoration: none;
}
.sf_simpleList a:hover, table.images li a:hover
{
    text-decoration: underline;
}
.tabProducts ul.simpleList 
{
    padding-left: 0 !important;    
}
.tabProducts ul.simpleList a
{
    color: #666 !important;
}
.tabProducts ul.simpleList a:hover
{
    text-decoration: underline !important;
}
img.border, table.images img 
{
    border: solid 3px #d3d3d3;
}
hr.dashed
{
    width: 75%;
    text-align: left;
    color: #fff;
    background-color: #fff;
    border: 1px dashed #666;
    border-style: none none dashed;
}
.btnText
{
    float: left;
    height: 20px;
    background: #222;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 3px 5px 0 5px;
}
.btnText a
{
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}