body,html,div,blockquote,img,label,p,h1,h2,h3,h4,h5,h6,pre,ul,ol,li,dl,dt,dd,form,a,fieldset,input,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

body {
    line-height: 1;
    font-size: 88%;
}

ul,ol {
    list-style: none;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.floatLeft {
    float: left;
    padding: .5em .5em .5em 0;
}

.floatRight {
    float: right;
    padding: .5em 0 .5em .5em;
}

body {
    background: #BFBFBF;
    font-family: verdana,'Myriad-Pro','Myriad',helvetica,Arial,sans-serif;
}

#divWrapper {
    width: 1200px;
    margin: 10px auto;
    -moz-box-shadow: 3px 3px 3px #666;
    -webkit-box-shadow: 3px 3px 3px #666;
    box-shadow: 3px 3px 3px #666;
}

#divHeader {
    background: url('../images/site_images/header-footer-bg.jpg') -1px -1px no-repeat;
    height: 165px;
}

#divHeader span {
    float: left;
    width: 93px;
    height: 20px;
    border: 1px solid #ccc;
    border-left: 0;
    background: #fff;
    border-bottom-right-radius: 10px;
    background: #ccc;
}

#divHeader a.achrLang {
    display: block;
    float: left;
    margin: 3px 5px;
    width: 21px;
    height: 14px;
    background: url('../images/site_images/lang_flag.gif') no-repeat;
    text-transform: capitalize;
}

#divHeader #achrLangRu {
    background-position: 0 -35px;
}

#divHeader #achrLangJap {
    background-position: 0 -65px;
}

#divNav {
    height: 33px;
    text-align: center;
    background: url('../images/site_images/bar_bg.jpg') repeat-x 0 0;
    background: -moz-linear-gradient(top,#E3E3E3,#C8C8C8);
    background: -webkit-gradient(linear,left top,left bottom,from(#E3E3E3),to(#C8C8C8));
    -moz-box-shadow: 1px 1px 3px #292929;
    -webkit-box-shadow: 1px 1px 3px #292929;
}

#divNav ul {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    *width: 555px;
}

#divNav ul li {
    float: left;
}

#divNav a {
    padding: 8px;
    width: 120px;
    float: left;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    font-family: helvetica,arial,sans-serif;
}

#divNav a:hover,#divNav a:focus,#divNav a.home-home,#divNav a.product-product,#divNav a.catalogue-catalogue,#divNav a.contact-contact {
    color: red;
    text-decoration: underline;
    text-shadow: 0 1px 0 #ddd;
}

#divMain {
    background: #EAEAEB;
    padding: 30px 50px 30px 50px;
    border-bottom: 1px solid #ADADAD;
    overflow: hidden;
}

a.achrHomeBanner{
    display:block;
    width:475px;
    height:118px;
    margin:0 auto;
    background: url('../images/site_images/js_home_banner.jpg') left center no-repeat;
    border:1px solid #888;
    box-shadow:3px 3px 8px #cecece;
}

#divMiddle{
    float:left;
}

#divCar {
    width: 595px;
    height: 350px;
    background: url('../images/site_images/car.png') center center no-repeat;
    position: relative;
    float: left;
}

#divCar a {
    position: relative;
    padding: 5px 10px;
    color: #6B6B6F;
    font-weight: bold;
    font-size: 1.3em;
    text-decoration: capitalize;
}

#divCar a.achrCabin-english {
    top: 58px;
    left: 148px;
}

#divCar a.achrAir-english {
    top: 69px;
    left: 26px;
}

#divCar a.achrFuel-english {
    top: 244px;
    left: 272px;
}

#divCar a.achrTrans-english {
    top: 272px;
    left: 130px;
}

#divCar a.achrOil-english {
    top: 275px;
    left: -294px;
}

#divCar a.achrCabin-russian {
    left: 21px;
    top: 67px;
}

#divCar a.achrAir-russian {
    left: 0;
    top: 58px;
}

#divCar a.achrFuel-russian {
    left: 98px;
    top: 244px;
}

#divCar a.achrTrans-russian {
    left: -115px;
    top: 272px;
}

#divCar a.achrOil-russian {
    left: 47px;
    top: 263px;
}

#divCar a.achrCabin-japanese {
    top: 56px;
    left: 148px;
}

#divCar a.achrAir-japanese {
    top: 70px;
    left: -58px;
}

#divCar a.achrFuel-japanese {
    top: 244px;
    left: 173px;
}

#divCar a.achrTrans-japanese {
    top: 271px;
    left: -41px;
}

#divCar a.achrOil-japanese {
    top: 275px;
    left: -459px;
}

#divFigures {
    border: 1px solid yellow;
}

#contactDetails {
    text-align: center;
    font-size: 1.8em;
    width: 50%;
    margin: 10px auto;
}

#pContactDetails {
    text-align: center;
    margin-bottom: 30px;
    color: #6B6B6F;
    line-height: 20px;
    font-weight: bold;
    font-family: Arial,'Myriad-Pro','Myriad',helvetica,sans-serif;
    width: 50%;
    margin: 10px auto;
}

div.divSection {
    padding: 0;
    width: 250px;
    height: 520;
    border: 1px solid #ADADAD;
    border-top: 0;
    background: #FFF url('../images/site_images/side_bg_bottom.jpg') bottom repeat-x;
    text-align: center;
    padding-bottom: 30px;
}

div.divSection h2 {
    margin-left: -10px;
    margin-right: -10px;
    background: #E3E3E3 url('../images/site_images/news_bg.jpg') repeat-x;
    background: -moz-linear-gradient(top,#E3E3E3,#C8C8C8);
    background: -webkit-gradient(linear,left top,left bottom,from(#E3E3E3),to(#C8C8C8));
    position: relative;
    text-transform: uppercase;
    color: #4e4e4e;
    font-size: 20px;
    padding: 7px;
    margin-bottom: 20px;
    -moz-box-shadow: 1px 1px 3px #292929;
    -webkit-box-shadow: 1px 1px 3px #292929;
    box-shadow: 1px 1px 3px #292929;
    text-shadow: 0 1px 0 white;
}

div.divSection h4 {
    color: #E82126;
}

div.divSection h3 {
    color: #4e4e4e;
    margin: 10px 0;
    background: #dedede;
    text-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 2px 1px #ccc;
    -webkit-box-shadow: 0 2px 1px #ccc;
    box-shadow: 0 2px 1px #ccc;
}

span.corner {
    width: 0;
    height: 0;
    line-height: 0;
    border-top: 10px solid #767676;
    top: 102%;
    position: absolute;
}

span.left {
    border-left: 10px solid transparent;
    left: 0;
}

span.right {
    border-right: 10px solid transparent;
    right: 0;
}

div.divSection p {
    font-size: 10px;
    padding: 0 20px;
    line-height: 12px;
    margin-bottom: 30px;
}

div.divSection em {
    color: red;
    padding: 2px;
    font-style: normal;
    font-weight: bold;
}

#divImgRotate {
    line-height: 250px;
}

#divImgRotate img {
    vertical-align: middle;
}

#ulFigrues li {
    font-size: 10px;
    padding: 3px;
}

#divFooter {
    background: url('../images/site_images/header-footer-bg.jpg') 0 -226px no-repeat;
    height: 77px;
    border-top: 1px solid #FFF;
    position: relative;
}

#divFooter img {
    position: absolute;
    top: -26px;
    right: 40px;
}

#divFooter p {
    padding: 10px;
    width: 450px;
    margin: 45px auto 10px;
    text-align: center;
    font-size: 10px;
    color: #505050;
}

#divSectionTop {
    background: #FFF url('../images/site_images/main_bg_top.jpg') repeat-x;
    padding: 30px;
    overflow: hidden;
}

#divSectionBottom {
    background: url('../images/site_images/main_bg_bottom.jpg') repeat-x;
    height: 61px;
    border-bottom: 1px solid #ADADAD;
}

#divProductNavWrapper {
    position: relative;
    width: 220px;
}

#divProductNav {
    top: 0;
    position: absolute;
    margin-top: 10px;
    width: 220px;
}

#divProductNav.fixed {
    position: fixed;
    top: 0;
}

#ulProductNav li {
    background: url('../images/site_images/product_li_bg.jpg') repeat-x;
    border: 1px solid #B7B7BA;
}

#ulProductNav a {
    display: block;
    padding: 8px 10px 8px 30px;
    text-transform: capitalize;
}

#ulProductNav li.air-air,#ulProductNav li.cabin-cabin,#ulProductNav li.oil-oil,#ulProductNav li.fuel-fuel,#ulProductNav li.transmission-transmission {
    background: url('../images/site_images/product_li_active_bg.jpg') repeat-x;
}

#ulProductNav a.air-air,#ulProductNav a.cabin-cabin,#ulProductNav a.oil-oil,#ulProductNav a.fuel-fuel,#ulProductNav a.transmission-transmission {
    background: url('../images/site_images/product_achr_active_bg.jpg') center right no-repeat;
    text-decoration: none;
}

#divProductContents {
    margin-left: 20px;
    width: 79%;
}

#divProductContents h2 {
    font-size: 2.2em;
    padding: 0;
}

#divProductContents h3 {
    font-size: 1.8em;
    padding: 0;
}

div.divPros {
    padding: 20px 200px 20px 10px;
    color: #3D3D3D;
    line-height: 20px;
    margin-bottom: 30px;
}

div.divPros ul {
    margin-left: 20px;
}

div.divPros ul li {
    list-style-image: url('../images/site_images/list.gif');
    padding: 4px;
}

#divAirFilter {
    background-image: url('../images/site_images/air-filters.jpg');
    background-repeat: no-repeat;
    background-position: 730px 10px;
    padding-bottom: 280px;
    position: relative;
}

#divAirFilter .label1 {
    top: 109px;
}

#divAirFilter .label2 {
    top: 257px;
}

#divAirFilter .label3 {
    top: 392px;
}

#divAirFilter .label4 {
    top: 564px;
}

#divAirFilter .label5 {
    top: 747px;
}

#divCabinFilter1 {
    background: url('../images/site_images/cabin-filters.jpg') 720px 5px no-repeat;
    position: relative;
}

#divCabinFilter2 {
    padding: 150px;
    background-repeat: no-repeat;
}

#divCabinFilter2.english {
    background-image: url('../images/site_images/cabin-filer-illustration-english.jpg');
}

#divCabinFilter2.russian {
    background-image: url('../images/site_images/cabin-filer-illustration-russian.jpg');
}

#divCabinFilter2.japanese {
    background-image: url('../images/site_images/cabin-filer-illustration-japanese.jpg');
}

#divCabinFilter1 .label1 {
    top: 96px;
}

#divOilFilter1.english {
    background: url('../images/site_images/oil-filter-small-english.jpg') no-repeat 730px 1px;
    position: relative;
}

#divOilFilter1.russian {
    background: url('../images/site_images/oil-filter-small-russian.jpg') no-repeat 730px 1px;
    position: relative;
}

#divOilFilter1.japanese {
    background: url('../images/site_images/oil-filter-small-japanese.jpg') no-repeat 730px 1px;
    position: relative;
}

#divOilFilter1 a {
    position: absolute;
    right: 60px;
    top: 160px;
    text-transform: uppercase;
    color: red;
}

#divOilFilter {
    background: url('../images/site_images/oil-filters.jpg') 720px 1px no-repeat;
    position: relative;
}

label.lblProduct {
    position: absolute;
    color: red;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3em;
    font-weight: bold;
    font-size: 12px;
    width: 150px;
    left: 730px;
}

#divOilFilter .label1 {
    top: 210px;
}

#divOilFilter .label2 {
    top: 420px;
}

#divOilFilter .label3 {
    top: 648px;
}

#divFuelFilter {
    position: relative;
}

#divFuelFilter .divFuelFilters {
    background-image: url('../images/site_images/fuel-filters.jpg');
    background-repeat: no-repeat;
}

#divFuelFilter2 {
    background-position: 740px -10px;
    padding-bottom: 50px;
}

#divFuelFilter3 {
    background-position: 740px -220px;
    padding-bottom: 55px;
}

#divFuelFilter4 {
    background-position: 740px -420px;
}

#divFuelFilter5 {
    background-position: 740px -650px;
}

#divFuelFilter .label1-russian {
    top: 435px;
}

#divFuelFilter .label2-russian {
    top: 675px;
}

#divFuelFilter .label3-russian {
    top: 886px;
}

#divFuelFilter .label4-russian {
    top: 1085px;
}

#divFuelFilter .label1-english {
    top: 380px;
}

#divFuelFilter .label2-english {
    top: 582px;
}

#divFuelFilter .label3-english {
    top: 791px;
}

#divFuelFilter .label4-english {
    top: 996px;
}

#divFuelFilter .label1-japanese {
    top: 380px;
}

#divFuelFilter .label2-japanese {
    top: 582px;
}

#divFuelFilter .label3-japanese {
    top: 791px;
}

#divFuelFilter .label4-japanese {
    top: 996px;
}

#divTransFilter {
    position: relative;
}

#divTransFilter2 {
    background: url('../images/site_images/transmission-filters.jpg') 740px -10px no-repeat;
    padding-bottom: 100px;
}

#divTransFilter .label1 {
    top: 238px;
}

#divTransFilter .label2 {
    top: 419px;
}

input[type="submit"] {
    border: 1px solid #727376;
    background: url('../images/site_images/button_bg.jpg') repeat-x;
    color: #FFF;
    padding: 1.8px 10px;
}

#application-search select {
    border: 1px solid #B2B2B3;
    width: 200px;
    padding: 2px;
    margin: 0 3px;
    background: #fff;
}

input[type="text"],input[type="search"],input[type="email"] {
    border: 1px solid #B2B2B3;
    padding: 3px;
    width: 200px;
}

#txtFilter {
    border: 0;
}

#txtProductSearch {
    text-transform: uppercase;
}

label {
    margin: 10px;
    color: #999;
}

#divTabs {
    width: 69%;
    margin: 35px auto;
}

#divTabs div.active {
    border: 1px solid #ccc;
    -moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
}

#ulTabs {
    margin-top: 29px;
}

#ulTabs li {
    display: inline;
}

#ulTabs li a {
    padding: 4px 30px;
    background: #F8F8F8;
    color: #3D3D3D;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #ccc;
    border-bottom: 0;
    opacity: .5;
}

#ulTabs li a.active {
    padding-top: 9px;
    font-weight: bold;
    border-bottom: 2px solid #F8F8F8;
    opacity: 1;
    color: #851C1F;
}

#divTabs div {
    padding: 30px;
    border: 2px solid #ddd;
    margin-top: 6px;
    background: url('../images/site_images/tab_background.jpg') repeat-x;
}

#divOverLay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: #000 url('../images/site_images/loader.gif') no-repeat center;
}

div.divGrid {
    text-align: center;
    font-size: 12px;
    -moz-box-shadow: 2px 2px 2px #666;
    -webkit-box-shadow: 2px 2px 2px #666;
    box-shadow: 2px 2px 2px #666;
    border: 1px solid #ccc;
}

div.divGrid table.tblGrid {
    width: 100%;
    border-collapse: collapse;
}

div.divGrid h3 {
    padding: 9px;
    font-weight: bold;
    margin: 0;
    background: #727376;
    color: #fff;
}

div.divGrid h3.handlers {
    text-align: left;
    padding-left: 5px;
    background: #D6D6D6 url('../images/site_images/plus.png') no-repeat 99.3% center;
    border-bottom: 1px solid #ccc;
    font-family: verdana,helvetica;
}

div.divGrid h3.handlers:hover {
    cursor: pointer;
}

div.divGrid h3.handlers a {
    padding: 0;
    padding: 0 3px;
    font-size: 12px;
}

div.divGrid h3.active {
    background: #ADADAD url('../images/site_images/minus.png') no-repeat 99.3% center;
    border: 0;
}

div.divGrid h3.active a {
    color: #851C1F;
}

table.tblGrid tbody tr.odd {
    background-color: #EEE;
}

table.tblGrid th {
    border: 1px solid #ccc;
    height: 30px;
}

table.tblGrid thead th.label {
    text-transform: uppercase;
    background: #727376;
    color: #fff;
    border-top: 0;
}

table.tblGrid thead th.label:first-child,table.tblGrid td:first-child {
    border-left: 0;
}

table.tblGrid thead th.label:last-child,table.tblGrid td:last-child {
    border-right: 0;
}

table.tblGrid td {
    border: 1px solid #ccc;
    height: 30px;
}

table.tblGrid td a {
    display: block;
    padding: .7em .8em;
    color: blue;
}

table.tblGrid td a:nth-child(even) {
    border-top: 1px dotted #ccc;
}

table.tblGrid tfoot td {
    background: url('../images/site_images/product_li_active_bg.jpg') repeat-x;
    font-weight: bold;
    color: #333;
    font-size: 12px;
    border: 0;
}

.oddClass {
    background: #EEE;
}

.hoverClass {
    background: #FEFEEE;
}

.hidden {
    display: none;
}

.waste {
    min-height: 400px;
}

.obsolete {
    background: #ADADAD;
}

.moved {
    background: #FFFFB4;
}

.blur {
    color: #ccc;
    font-style: italic;
}

.msg {
    margin: 0;
    padding: 0;
}

.clear {
    margin: 0;
    padding: 0;
}

#divImgCrossSpec {
    width: 21%;
    float: left;
}

#divImg img {
    margin: 10px auto;
}

#tblSpecification td,#tblCross td {
    width: 50%;
}

#tblUniProduct td {
    width: 50%;
}

#divFilter {
    padding: 3px border:0;
}

#txtFilter {
    width: 98%;
}

h1,h2,h3 {
    font-family: 'Myriad-Pro','Myriad',helvetica,Arial,sans-serif;
    color: #851C1F;
    letter-spacing: px;
    padding: .5em 0;
}

#title {
    margin: 0 0 20px 0;
    font-size: 2em;
    position: relative;
}

#title span {
    margin: 0 0 20px 0;
    font-size: .8em;
    position: relative;
}

#imgTitle {
    font-family: verdana,'Myriad-Pro','Myriad',helvetica,Arial,sans-serif;
    font-size: 12px;
}

#divProductApp {
    width: 77.5%;
    float: left;
    margin-left: 10px;
}

table.tblAppHeader th.thYear,table.tblApp td.tdYear {
    width: 9%;
}

table.tblAppHeader th.thEngine,table.tblAppHeader th.thEngineNo,table.tblApp td.tdEngine,table.tblApp td.tdEngineNo {
    width: 7.5%;
}

table.tblAppHeader th.thBody,table.tblApp td.tdBody {
    width: 10%;
}

table.tblAppHeader th.thParts,table.tblApp td.tdParts {
    width: 7.5%;
}

#tooltip {
    position: absolute;
    z-index: 2;
    background: #efd;
    border: 1px solid #ccc;
    padding: 3px;
    font-family: verdana,'Myriad-Pro','Myriad',helvetica,Arial,sans-serif;
    font-size: 12px;
}

#divMain .clear {
    margin: 0;
    padding: 0;
    border: 0;
    height: 52em;
}

h1.contactTitle {
    color: #221E1D;
    font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
    font-size: 2em;
    font-weight: normal;
    width: 29.5%;
    float: left;
    margin: 10px 10px 0 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-right: 15px;
}

div.divContact {
    width: 31%;
    height: 400px;
    float: left;
    font-size: .9em;
    margin: 0;
    padding: 0;
}

#divContactCenter span {
    display: block;
    width: 5.2em;
    float: left;
}

div.divContact p {
    padding: 20px 25px;
    line-height: 1.4em;
}

div.divForm label.inputLabel {
    width: 50px;
    float: left;
    text-align: right;
    display: block;
    height: 100%;
    margin: 0;
    padding: 5px 13px;
}

div.divForm label.error,div.divForm label.captchaError {
    color: red;
    display: inline-block;
    margin: 0 0 0 76px;
    padding: 0;
    font-size: 10px;
}

textarea {
    resize: none;
    width: 320px;
}

div.divForm select {
    width: 230px;
}

div.divForm input,textarea,select {
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 8px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 0 8px;
    box-shadow: rgba(0,0,0,0.1) 0 0 8px;
    background: -webkit-gradient(linear,left top,left 25,from(#FFF),color-stop(4%,#EEE),to(#FFF));
    background: -moz-linear-gradient(top,#FFF,#EEE 1px,#FFF 25px);
    background: #FFF url('../images/site_images/r2.jpg') left top repeat-x;
    border: solid 1px #E5E5E5;
    width: 210px;
    color: #333;
    padding: 5px;
}

div.divForm input.error,div.divForm textarea.error,div.divForm select.error {
    border: 1px solid red;
}

div.divForm input:hover,div.divForm textarea:hover,div.divForm input:focus,div.divForm textarea:focus {
    border-color: #C9C9C9;
    -webkit-box-shadow: rgba(0,0,0,0.15) 0 0 12px;
}

div.divForm input[type="submit"] {
    width: auto;
    padding: 8px 18px;
    margin-left: 13em;
    background: #221E1D;
    background: #851C1F;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -border-radius: 10px;
    border: 0;
}

div.divForm input[type="submit"].disabled {
    background: #ececec;
    color: #ccc;
}

div.divForm input[type="submit"]:focus {
    color: yellow;
}

#txtEnquiry {
    float: left;
    line-height: 150%;
    width: 230px;
    max-width: 260px;
    height: 120px;
    max-height: 120px;
}

#divContactCenter em {
    font-size: 1.2em;
    font-style: normal;
    font-weight: bold;
    color: #851C1F;
}

#divContactRight {
    border: 0;
    width: 34%;
    margin-left: 3em;
    height: 510px;
}

#divContactRight p {
    overflow: hidden;
    padding: 6px;
}

#divRecaptcha {
    clear: both;
    margin: 10px 45px;
}

#divMessage {
    clear: left;
    color: red;
    text-align: center;
}

#divMessage p {
    font-size: 14px;
    color: #333;
}

#divMessage h2 {
    font-size: 1.5em;
    padding: 10px;
}

#divMessage li {
    padding: 5px;
    font-size: 10px;
}

#divInfo {
    border: 1px solid #cecece;
    background: #fff;
    width: 600px;
    min-height: 500px;
}

#divInfo h2 {
    padding: 10px;
    background: #727376;
    color: #fff;
    font-family: verdana,'Myriad-Pro','Myriad',helvetica,Arial,sans-serif;
}

ul.ulForm {
    text-align: left;
    margin-top: 20px;
}

ul.ulForm li {
    display: block;
    text-align: left;
    overflow: hidden;
}

ul.ulForm li span {
    font-size: .8em;
    color: #851C1F;
    display: block;
    padding-top: 15px;
}

div.divMessage {
    background-repeat: no-repeat;
    background-position: 20px 20px;
}

div.divMessage a.achrClose {
    display: block;
    padding: 3px;
    float: right;
    text-decoration: none;
}

div.divMessage a.achrClose:hover {
    font-weight: bold;
}

div.divMessage img {
    margin: 10px 20px;
    float: left;
}

div.divMessage h4 {
    padding: 10px;
    margin-left: 100px;
    font-weight: bold;
}

div.divMessage ul {
    margin: 10px;
    20px;font-size: 12px;
    margin-left: 110px;
    min-height: 50px;
}

div.divMessage li {
    padding: 5px;
}

div.divAccept {
    color: #333;
    background-color: #D8F9D9;
    background-image: url('../images/site_images/accept.png');
    border: 1px solid #727376;
    min-height: 100px;
}

div.divAccept h4 {
    line-height: 2.2em;
}

div.divError {
    color: #red;
    background-color: #FFC;
    background-image: url('../images/site_images/error.png');
    border: 1px solid red;
}

#achrInformation {
    display: block;
    background: #D6D6D6;
    text-decoration: none;
    padding: 8px;
    font-size: 12px;
    border: 1px double #727376;
    font-family: verdana,'Myriad-Pro','Myriad',helvetica,Arial,sans-serif;
    box-shadow: 1px 1px 1px #666;
    position: absolute;
    top: 18px;
    right: 10px;
    display: none;
}

#lblSearchReturn {
    color: red;
    font-size: .8em;
}

form.submitting {
    opacity: .5;
    color: #fff;
    background: #fff url('../images/site_images/loading.gif') no-repeat 50% 97%;
}

#divMessageOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .5;
}

div.divMessage {
    width: 500px;
    position: absolute;
    top: 20%;
    left: 10%;
    background: #fff;
    float: left;
}

div.divMessage.two {
    left: 50%;
}

div.divMessage a.achrClose {
    position: absolute;
    right: 0;
    top: 0;
    background: url('../images/site_images/cross_small.png') no-repeat center;
    width: 20px;
    height: 25px;
}

div.divMessage a {
    color: blue;
}

div.divMessage a.achrImg {
    overflow: hidden;
    display: inline-block;
    -moz-box-shadow: 3px 3px 3px #666;
    -webkit-box-shadow: 3px 3px 3px #666;
    box-shadow: 3px 3px 3px #666;
    margin: 10px 0;
}

div.divMessage a.achrImg img {
    padding: 0;
    margin: 0;
}

div.divMessage div.divRight {
    margin: 10px;
    border: 2px solid #ccc;
    overflow: hidden;
}

div.divMessage p {
    clear: both;
    padding: 10px;
    line-height: 18px;
}

h3.title {
    margin: 0;
    background: #cecece;
    color: #000;
    padding: 7px 2px;
    box-shadow: 0 2px 3px #666;
    -moz-box-shadow: 0 2px 3px #666;
    -webkit-box-shadow: 0 2px 3px #666;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 20px;
}

div.divImgRotator {
    width: 225px;
    height: 225px;
    margin: 10px auto;
    line-height: 220px;
}

div.divImgRotator img {
    vertical-align: middle;
}

#divSideBar {
    position: relative;
    width: 251px;
    overflow: hidden;
    padding: 20px 0;
    min-height: 80px;
}

#divSideBar a.achrNav {
    position: absolute;
    width: 30px;
    height: 15px;
    opacity: 1;
    background-repeat: no-repeat;
    background-image: url('../images/site_images/d_icons.png');
    left: 0;
}

#divSideBar a.up {
    top: 0;
    background-position: 8px -4px;
}

#divSideBar a.down {
    bottom: 0;
    background-position: 8px -28px;
}

#divSideBar ul.spy {
    margin: 0;
    padding: 0;
    color: #ccc;
}

#divSideBar ul.spy li {
    display: block;
    text-align: center;
    height: 90px;
    overflow: hidden;
}

#divSideBar ul.spy li a {
    display: block;
    text-decoration: none;
    color: #111;
}

#divSideBar ul.spy h3 {
    font-size: 14px;
    text-transform: capitalize;
    text-align: left;
    float: left;
    display: block;
}

#divSideBar ul.spy small {
    font-weight: bold;
    font-size: 10px;
}

#divSideBar ul.spy small.title {
    background: 0;
    padding: 5px 0;
    font-weight: normal;
}

.hidden {
    display: none;
}

div.divSection h4.title {
    text-align: left;
    display: block;
    padding: 4px;
    padding: 5px;
}

#divNewProduct {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 10px 0;
}

#divNewProduct img {
    float: left;
    margin: 10px;
}

#divNewProduct a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    padding: 10px 6px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    margin: 0;
}

#divNewProduct a:hover {
    box-shadow: 5px 0 6px #ccc;
}

#divNewProduct a:nth-child(1) {
    border-bottom: 0;
}

#divNewProduct h4,small {
    display: block;
    margin-left: 60px;
    padding: 5px 0;
    text-align: left;
}

#divNewProduct h4 {
    font-size: 12px;
    line-height: 17px;
}

#divNewProduct small {
    font-size: 10px;
}

#divNewProduct small.date {
    font-weight: bold;
}

#divNews {
    overflow: hidden;
    display: block;
}

#divNews h4 {
    text-align: left;
}

div.imgFigure {
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
    float: left;
    display: inline-block;
    width: 75px;
    height: 55px;
}

#divNews ul li {
    overflow: hidden;
}