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: 0;
}

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

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    padding: .6em 0;
    margin: 0 15px;
}

ul,ol {
    list-style: none;
}

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

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

table {
    border-collapse: collapse;
    text-align: center;
}

fieldset {
    width: 80%;
    border: 1px solid #a5a5a5;
    padding-left: 10px;
    text-align: left;
    position: relative;
    display: block;
    margin: 20px auto;
    -moz-box-shadow: 0 3px 3px #cecece;
    -webkit-box-shadow: 3px 3px 3px #cecece;
    box-shadow: 3px 3px 3px #cecece;
}

legend {
    color: #ef4b24;
    font-family: 'Cabin',arial,serif;
    font-family: 'Allan',serif;
    font-size: 25px;
    padding: 0 5px;
}

input,select {
    width: 200px;
    height: 22px;
    margin: 20px 10px 20px 0;
    border: 1px solid #ccc;
}

#divMessageWrapper {
    width: 100%;
    min-height: 30px;
}

#divMessage {
    font-size: 12px;
    color: #d00018;
    padding: 3px;
    min-width: 35%;
    font-family: verdana;
    line-height: 20px;
    text-align: left;
    padding-left: 15px;
    margin-left: 10px;
}

#divMessage h2 {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    line-height: 30px;
}

input[type="submit"] {
    background: #f0844e;
    color: #fff;
    font-weight: bold;
    padding: 0 5px;
    border: 1px outset #ccc;
    width: auto;
}

body {
    font-family: Verdana,Tahoma,Georgia,Helvetica,Sans-Serif;
    background-color: #d8d8d8;
}

h1#productTitle {
    color: #ef4b24;
    font-family: Georgia;
    font-size: 25px;
    font-style: italic;
    font-weight: normal;
    position: relative;
}

#productTitle a.achrBuyNow {
    background: #ef4b24;
    padding: 5px 15px;
    text-decoration: none;
    color: #fff;
    border-radius: 15px;
    box-shadow: 2px 2px 5px #666;
    margin: 0 10px;
    border: 1px solid #fff;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    position:absolute;
    font-style:normal;
}

#productTitle mark{
    color:yellow;
	background:none;
}

#divOuterWrapper {
    width: 1200px;
    margin: 0 auto;
    border: 1px solid #ccc;
}

#divInnerWrapper {
    width: 100%;
    background: url('../../images/site_images/bg_gray.jpg');
    _height: 80em;
}

#divCatHeader {
    width: 100%;
    height: 98px;
    position: relative;
}

#divCatHeaderLeft,#divCatHeaderCenter,#divCatHeaderRight,.divCatHeaderFluid {
    float: left;
    height: 100%;
}

#divCatHeaderCenter h1 {
    margin: 25px 0;
    padding: 10px;
    font-size: 31px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Allan',serif;
    color: #fff;
}

#divCatHeaderLeft,#divCatHeaderCenter,#divCatHeaderRight {
    background-image: url('../../images/site_images/catalogue_header_bg.gif');
}

#divCatHeaderLeft {
    width: 175px;
    background-position: 0 0;
}

#divCatHeaderCenter {
    width: 458px;
    background-position: 0 -202px;
}

#divCatHeaderRight {
    width: 192px;
    background-position: 0 -112px;
}

.divCatHeaderFluid {
    background: url('../../images/site_images/catalogue_header_fluid.gif') repeat-x;
    width: 15.62%;
}

#divCatTopNav {
    position: absolute;
    left: 29%;
    top: 0;
    _width: 95%;
    background: url('../../images/site_images/dark_gray_background.gif') repeat-x;
}

#ulCatTopNav li {
    display: block;
    background: url('../../images/site_images/nav_spacer.gif') no-repeat right 3px;
    float: left;
    height: 25px;
}

#ulCatTopNav li.liLastChild {
    background: 0;
}

#ulCatTopNav li a {
    display: block;
    height: 22px;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-family: 'Cabin',arial,serif;
}

#ulCatTopNav li a.english {
    padding: 2px 20px;
}

#ulCatTopNav li a.japanese {
    padding: 2px 29px;
}

#ulCatTopNav li a.russian {
    padding: 2px 15px;
}

#ulCatTopNav li a:hover,#ulCatTopNav li a:focus {
    color: #005dba;
    text-shadow: #fff -1px 1px 5px;
}

#ulClasses {
    position: absolute;
    background: url('../../images/site_images/dark_gray_background.gif');
    top: 23px;
    -moz-box-shadow: 3px 3px 3px #666;
    -webkit-box-shadow: 3px 3px 3px #666;
    box-shadow: 3px 3px 3px #666;
    visibility: hidden;
    border-radius-bottomright: 5px;
    border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

#ulClasses li {
    clear: both;
    background-image: none;
}

#ulClasses li a {
    display: block;
    padding: 0 2.5em;
}

#liCatalogue:hover ul {
    visibility: visible;
}

#divMainContents {
    width: 100%;
    clear: both;
    min-height: 800px;
    _height: 800px;
    margin: 0;
}

#divFooter {
    margin-top: 10px;
    width: 100%;
    height: 30px;
    background: url('../../images/site_images/orange_background.gif');
}

div#tooltip {
    position: absolute;
    z-index: 2;
    background: #efd;
    border: 1px solid #ccc;
    padding: 3px;
    font-family: verdana;
    font-size: 12px;
}

#divOverLay {
    display: none;
    position: fixed;
    _postion: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border: 1px solid #cecece;
    z-index: 99;
    background: #000 url('../../images/site_images/loader5.gif') no-repeat center;
}

#txtFilter {
    width: 98%;
    margin: 1px auto;
    border: 0;
}

#txtPartNo {
    width: 250px;
}

a.parts {
    width: 100%;
    display: block;
    padding: 9px 0;
}

a.parts:nth-child(even) {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

a.obsolete {
    background: #a5a5a5;
}

a.moved {
    background: #ffffb4;
}

.hidden {
    display: none;
}

.oddClass {
    background: #eee;
}

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

div.divGrid {
    margin-left: 10px;
    background-color: #fff;
    border: 1px solid #fff;
    -moz-box-shadow: 2px 2px 2px #666;
    -webkit-box-shadow: 2px 2px 2px #666;
    box-shadow: 2px 2px 2px #666;
}

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

div.divGrid h3 {
    color: #fff;
    border: 1px solid #ccc;
    padding: 6px;
    background: #9eaeca;
    font-weight: bold;
    margin: 0;
    text-align: center;
}

div.divGrid h3.handlers {
    color: #333;
    text-align: left;
    padding-left: 5px;
    background: #d2def3 url('../../images/site_images/plus.png') no-repeat 99.3% center;
    border: 0;
    border-bottom: 1px solid #ccc;
}

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

div.divGrid h3.handlers a {
    font-style: italic;
    text-decoration: none;
    padding: 0;
    padding: 0 3px;
}

div.divGrid h3.handlers a:hover {
    text-decoration: underline;
}

div.divGrid h3.handlers:hover {
    background-color: #d8d8d8;
}

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

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

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

table.tblGrid thead th.label {
    background: #9eaeca;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

table.tblGrid tfoot td {
    background: #9eaeca;
    font-weight: bold;
    color: #fff;
    border: 1px solid #ccc;
    text-align: left;
    padding-left: 5px;
}

table.tblGrid tbody tr:hover {
    background: #fefeee;
}

#divApp {
    width: 81%;
    margin: 10px auto;
}

#tblApp th.year {
    width: 13%;
}

#tblApp th.engine {
    width: 7%;
}

#tblApp th.body {
    width: 20%;
}

#tblApp th.rim {
    width: 9%;
}

#tblApp th.parts {
    width: 10%;
}

#tblApp th.parkingShoe {
    width: 11%;
}

#divImgCrossSpec {
    width: 20%;
    float: left;
    text-align: center;
}

#divImgCrossSpec div#divImg img {
    margin: 10px auto;
}

#tblSpecification td {
    width: 50%;
}

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

#divProductApp {
    width: 77%;
    float: left;
}

#divProductApp #divFilter {
    text-align: left;
    padding: 3px 2px 3px 5px;
}

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

table.tblAppHeader th.thEngine,table.tblApp td.tdEngine {
    width: 7%;
}

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

table.tblAppHeader th.thRim,table.tblApp td.tdRim {
    width: 9%;
}

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

table.tblAppHeader th.thParkingShoe table.tblApp td.tdParkingShoe {
    width: 15%;
}

#msg {
    color: #970000;
    font-weight: bold;
    font-size: 1em;
    font-family: Arial;
}

#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: -3px;
}

#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;
    margin: 0;
}

#divInfo input,#divInfo label,#divInfo textarea,#divInfo select {
    float: left;
    margin: 0;
}

#divInfo label {
    padding: 4px 0;
    margin-right: 1em;
    width: 10em;
    text-align: right;
    font-weight: bold;
    color: #851c1f;
}

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

ul.ulForm {
    text-align: left;
    padding: 10px;
}

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

ul.ulForm li span {
    font-size: .8em;
    color: #851c1f;
    display: block;
    padding: 6px;
    text-align: left;
    width: 5em;
    float: left;
}

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;
}

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

#divMessageWrapper {
    background: #fff;
    float: left;
    position: absolute;
    top: 20%;
    left: 20%;
    width: 1000px;
}

#divMessageWrapper div.divMessage {
    width: 500px;
    float: left;
}

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

#divMessageWrapper 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;
}

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

#divMessageWrapper div.divMessage a.achrImg {
    background: #fff;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin: 10px;
    background: #ccc;
    border: 2px solid #ccc;
}

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

#divMessageWrapper div.divMessage p {
    clear: both;
    padding: 10px;
}

#divMessageWrapper div.divMessage div.divRight,#divMessageWrapper div.divMessage div.divWrong {
    overflow: hidden;
    margin: 10px;
    margin-bottom: 20px;
    border: 2px solid #ccc;
}

#divMessageWrapper div.divMessage img.imgRight,#divMessageWrapper div.divMessage img.imgWrong {
    margin-top: 25px;
    margin-left: 10px;
}

#divMessageWrapper h3.title {
    margin: 0;
    background: #ec6827;
    color: #fff;
    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;
}

