﻿body {
}

a:link.e{text-decoration: none; color:#666666;}
a:visited.e{text-decoration: none; color:#666666;}
a:active.e{text-decoration: none; color:#ff3300;}     
a:hover.e{text-decoration:none;color:#ff3300;}



/**/
a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:active{text-decoration: none;}     
a:hover{text-decoration:none;}
a:link.a{text-decoration: none; color:#ffffff;}
a:visited.a{text-decoration: none; color:#ffffff;}
a:active.a{text-decoration: none; color:#ffffff;}     
a:hover.a{text-decoration:none;color:#ffffff;}
a:link.b{text-decoration: none; color:#666666;}
a:visited.b{text-decoration: none; color:#666666;}
a:active.b{text-decoration: none; color:#666666;}     
a:hover.b{text-decoration:none;color:#666666;}
a:link.c{text-decoration: none; color:#666666;}
a:visited.c{text-decoration: none; color:#666666;}
a:active.c{text-decoration: none; color:#666666;}     
a:hover.c{text-decoration:none;color:#666666;}
a:link.d{text-decoration: none; color:#999999;}
a:visited.d{text-decoration: none; color:#999999;}
a:active.d{text-decoration: none; color:#999999;}     
a:hover.d{text-decoration:none;color:#999999;}

/**/
#hammer-specification h2{background-color:#8000ff;color:#ffffff;width:330px;font-size:14px;height:25px;padding:5px 0 0 160px;}
/**/
#hammer-products h2{background:url("Img/HydravlicHammers/pile-hammer-products.gif") no-repeat;width:258px;height:26px;font-size:16px;color:#0000ff;padding:5px 0 0 25px;}
/**/
#hammer-photo h2{background:url("../images/hydraulic-pile-hammer-photo.gif") no-repeat;width:500px;height:21px;font-size:16px;padding:6px 0 0 20px;}
/**/
#contacts h2{background:url("Img/Contacts/contacts.gif") no-repeat;width:258px;height:26px;font-size:16px;color:#0000ff;padding:5px 0 0 25px;}

												
/*Font Style*/
.font-style01{font-size:15px;color:#669966;font-weight:bold;font-family:"Arial Black",arial,sans-serif;}
.font-style02{font-size:9pt;color:#006699}
.font-style03{font-size:9pt;color:#blue;}
.font-style04{color:#CCFFFF;font-size:9pt;font-family:arial;}
.font-style05{color:#ffffff;font-size:10pt;font-family:arial;}
.font-style06{color:#ff6600;font-size:9pt;font-family:arial;}
.font-style07{font-size:8pt;color:#teal;}
.font-style08{font-size:9pt;color:#999999;font-weight:bold;}
.font-style09{color:#666666;font-size:16pt;font-weight:bold;}
.font-style10{font-size:12px;color:#666666;}
.font-style11{font-size:12px;color:#0033FF;}
.font-style12{font-size:11px;color:#0033CC;line-height:1.5em;}
.font-style13{font-size:11px;color:#006699;line-height:1.5em;}
.font-style14{font-size:12px;color:#666666;font-weight:bold}
.font-style15{font-size:12px;color:#666666;font-weight:bold}

/**/
.hydraulic-style01{font-size:15px;color:#4e4d4e;margin:0 0 0 20px;padding:0 0 0 0;}
.hydraulic-style02{font-size:15px;color:#0168b3;float:left;width:210px;padding-top:5px;}
.hydraulic-style03{font-size:15px;color:#ffffff;background-color:#cc0001;width:150px;height:25px;float:left;margin-left:15px;text-align:center;padding-top:5px;}
.hydraulic-style04{font-size:11px;color:#315857}
.hydraulic-style05{font-size:15px;color:#0168b3;float:left;width:115px;padding-top:5px;text-align:center;}
.hydraulic-style06{background:url("img/HydraulicPileHammerSpecification/e-s-hammer-main-htm-smartbu.gif") no-repeat;width:649px;height:33px;padding:9px 0 0 10px;}
.hydraulic-style07{font-size:15px;font-weight:bold;color:#a80000;}
.hydraulic-style08{font-size:11px;color:#0168b3;float:left;width:210px;padding:5px 0 0 10px;font-family:"Verdana",arial,sans-serif;}
.hydraulic-style09{font-size:15px;color:#ffffff;background-color:#cc0001;width:300px;height:25px;float:left;margin-left:10px;text-align:center;padding-top:5px;font-weight:bold;}
.hydraulic-style10{font-size:20px;font-family:verdana;}
.p-style{width:610px;font-size:12px;color:#666666;}

/*List Style*/
.ul-style01{margin-left:20px;list-style:disc;}

/*Table Style*/
.table-style01{background-color:#ffccff;border:3px solid #ffccff;}
.bgc{background-color:#ffffff;}
.bgc01{background-color:#bd8bbe;}
/**/
.db{display:block;}
.tac{text-align:center;}
.vam{vertical-align:middle;}
.lsn{list-style:none;}

.products-Td01{background:url("Img/HydraulicHammersPhoto/products-bg01.gif") no-repeat;width:589px;height:25px;color:#800080;font-size:14px;padding:0 0 3px 20px;}




#thumbBox{ /*Outermost DIV for thumbnail viewer*/
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    padding: 10px;
    padding-bottom: 0;
    background: #FFCCFF;
    visibility: hidden;
    z-index: 10;
    cursor: hand;
    cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
    font: bold 16px Tahoma;
    letter-spacing: 5px;
    line-height: 1.1em;
    color: white;
    padding: 5px 0;
    text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
    background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
    position: absolute;
    visibility: hidden;
        border: 1px solid black;
    background-color: #FFCCFF;
    padding: 5px;
    z-index: 5;
}

pre{ 
white-space: pre-wrap; /* css-3 */ 
white-space: -moz-pre-wrap; /* Mozilla, начиная с 1999 года */ 
white-space: -pre-wrap; /* Opera 4-6 */ 
white-space: -o-pre-wrap; /* Opera 7 */ 
word-wrap: break-word; /* Internet Explorer 5.5+ */ 
}