html
{
    height: 100%;
    font: 11px/15px tahoma,arial,helvetica,sans-serif;
}
body
{
    padding: 0px;
    margin: 0px;
    min-height: 100%;
    color: #333;
    background: #cacaca;
}
p
{
    margin: 0 0 10px 0;
}
ul
{
    padding: 0px;
    margin: 0 0 10px 0;
    list-style: none;
}
ul li
{
    padding: 0 0 2px 17px;
    background: url(     '/img/ico/li.gif' ) no-repeat 0px 8px;
}
ol
{
    padding: 0px;
    margin: 0 0 15px 30px;
}
ol li
{
    padding: 0px;
}
a
{
    color: #c00;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a:focus, a:active
{
    outline: none;
}
a img
{
    border: none;
}
address
{
    font-style: normal;
}
object, embed
{
    display: block;
}
td
{
    padding: 0px;
}
form
{
    margin: 0px;
}
h1, h2, h3, h4, h5, h6
{
    margin: 0px;
    font-family: tahoma,arial,helvetica,sans-serif;
    font-weight: normal;
    color: #7d9aab;
}

h1, h4
{
    margin: 0 0 15px 0;
    font: bold 16px tahoma,arial,helvetica,sans-serif;
    color: #c00;
}
h1.black, h2
{
    margin: 0 0 10px 0;
    font: bold 13px tahoma,arial,helvetica,sans-serif;
    color: #000;
}

h3
{
    margin: 0 0 3px 0;
    font: bold 12px tahoma,arial,helvetica,sans-serif;
    color: #666;
}
h3 a
{
    color: #666;
}

div.both
{
    width: 100%;
    clear: both;
    overflow: hidden;
}
div.clear
{
    width: 100%;
    height: 1px;
    clear: both;
    overflow: hidden;
    font-size: 1px;
}



div#wrap
{
    width: 720px;
    padding: 0 10px;
    margin: 10px auto 0 auto; ;
position:relative;
z-index:2;
background:#fcfeff;
}
div#bg
{
    width: 100%;
    height: 60px;
    min-width: 740px;
    position: absolute;
    top: 0px; ;left:0px;
background:#e3e3e3;
}

div.pluginCont
{
    position: relative;
    width: auto;
    background-color: #F1F1F1;
    padding: 10px;
    text-align: center;
}

/* ---------------------------------- footer */
div#footer
{
    width: 732px;
    height: 100px;
    margin: 0 -10px;
    border-left: 4px solid #cacaca;
    border-right: 4px solid #cacaca;
    overflow: hidden;
    position: relative;
    z-index: 1;
    clear: both;
    background: #cacaca;
}
table#smallmenu
{
    position: relative;
    left: 3px;
    border-collapse: collapse;
}
table#smallmenu td
{
    padding: 6px 19px 0 18px;
    font: bold 10px tahoma,arial,helvetica,sans-serif;
    background: url(     '/img/ico/smallmenu.gif' ) no-repeat 100% 0;
}
table#smallmenu td a
{
    color: #666;
}
div#copyright
{
    padding: 0 0 0 133px;
    font: 10px tahoma,arial,helvetica,sans-serif;
    color: #7a7a7a;
    position: absolute;
    top: 40px;
    left: 0px;
    background: url(     '/img/copyright/red.png' ) no-repeat 13px 50%;
}
div.contacts
{
    font: 10px tahoma,arial,helvetica,sans-serif;
    color: #7a7a7a;
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100%;
}
div.contacts td
{
 vertical-align:top;
}
div#copyright p
{
    padding: 0 0 0 15px;
    margin: 0px;
    border-left: 1px solid #fff;
    display: block;
}


/* ---------------------------------- header */
div#header
{
    width: 740px;
    height: 60px;
    margin: 0 -10px;
    position: relative;
    z-index: 3;
}
div#yamahalogo
{
    background: no-repeat;
    background-image: url(/img/logo/red.png);
    height: 39px;
    padding: 1px 5px 0 0;
    border-right: 1px solid #e3e3e3;
    position: absolute;
    top: 5px;
    left: 11px;
    width: 107px;
    display: block;
}

div#panauto
{
    position: absolute;
    top: 12px;
    left: 135px;
    width: 98px;
    height: 10px;
    background: url(/img/panauto/red.png) no-repeat;
}

ul#menu
{
    margin: 0px;
    font: 10px tahoma,arial,helvetica,sans-serif;
    color: #707070;
    position: absolute;
    top: 35px;
    left: 127px;
}
ul#menu li
{
    height: 18px;
    padding: 0 8px;
    float: left;
    position: relative;
    background: none;
}
ul#menu li a
{
    color: #707070;
}
ul#menu li a:hover
{
    color: #c00;
    text-decoration: none;
}
ul#menu li ul
{
    width: 150px;
    padding: 3px 0;
    margin: 0px;
    display: none;
    position: absolute;
    top: 15px;
    left: 8px;
    background: #e3e3e1;
}
ul#menu li:hover ul, ul#menu li.jshover ul
{
    display: block;
}

ul#menu li.sub a
{
    background: url(     '/img/ico/arrow-red.gif' ) no-repeat 140px 50%;
}
ul#menu li.sub a:hover
{
    background-image: url(     '/img/ico/arrow-white.gif' );
    background-repeat: no-repeat;
    background-position: 140px 50%;
}
ul#menu li.sub li a
{
    background: none;
}

ul#menu li ul li
{
    padding: 0px;
    height: auto;
}
ul#menu li ul li a
{
    width: 130px;
    padding: 3px 10px 3px 10px;
    position: relative;
    display: block;
}
ul#menu li ul li a:hover, ul#menu li ul li.sub li a:hover
{
    color: #fff;
    background: #c00;
}
ul#menu li ul li ul
{
    width: 150px;
    padding: 0px;
    display: none !important;
    position: absolute;
    top: 0px;
    left: 150px;
    background: #e3e3e1;
}
ul#menu li ul li:hover ul, ul#menu li ul li.jshover ul
{
    display: block !important;
}
ul#menu li.active a
{
    color: #c00;
}
ul#menu li.active li a
{
    color: #707070;
}
ul#menu ul li.active a
{
    color: #c00;
}
ul#menu ul li.active li a
{
    color: #707070;
}
ul#menu ul li.active li.active a
{
    color: #c00;
}


/* ---------------------------------- index */
div#index
{
    width: 100%;
    padding: 0 0 10px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
div#pix
{
    display: none;
}
div#pix object, div#pix embed
{
    display: block;
    position: relative;
    z-index: 1;
}


div#index div.leftcol
{
    width: 220px;
    padding: 0 30px 0 0;
    float: left;
}
div#index div.centercol
{
    width: 220px;
    padding: 0 30px 0 0;
    float: left;
}
div#index div.rightcol
{
    width: 220px;
    float: left;
}


div#index div.block
{
    width: 220px;
    padding: 0 0 20px 0;
    position: relative;
    overflow: hidden;
}
div#index div.block a
{
    width: 220px;
    display: block;
    position: relative;
    overflow: hidden;
}
div#index div.block a:hover
{
    text-decoration: none;
}
div#index div.block a:hover span
{
    text-decoration: underline;
}
div#index div.block img.pic
{
    width: 220px;
    height: 90px;
    display: block;
    position: relative;
    z-index: 1;
}
div#index div.block em.grey
{
    width: 220px;
    display: block;
    font: 10px tahoma,arial,helvetica,sans-serif;
    z-index: 2;
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
div#index div.block span
{
    width: 196px;
    padding: 3px 17px 4px 7px;
    display: block;
    position: relative;
    cursor: pointer;
    background: url(     '/img/block.png' ) repeat 0 0;
}
div#index div.block span img
{
    margin: -2px 0 0 0;
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
}


ul.fast
{
    margin: 0px;
    font: bold 10px tahoma,arial,helvetica,sans-serif;
    overflow: hidden;
}
ul.fast li
{
    padding: 5px 0 5px 0;
    border-top: 1px solid #e1e2e3;
    position: relative;
    background: none;
}
ul.fast li img
{
    margin: -2px 0 0 0;
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
}
ul.fast li a
{
    width: 100%;
    display: block;
}


div.news
{
    width: 100%;
    font: 10px tahoma,arial,helvetica,sans-serif;
    color: #9e9fa0;
    overflow: hidden;
}
div.news a
{
    width: 100%;
    display: block;
    color: #000;
}
div.news div.hr
{
    width: 100%;
    height: 1px;
    margin: 6px 0 5px 0;
    border-top: 1px solid #e1e2e3;
    font-size: 1px;
    overflow: hidden;
}
div.news p
{
    margin: 0px;
    display: block;
    background: url(     '/img/ico/arrow-red.gif' ) no-repeat 212px 5px;
}
div.news p.red
{
    padding: 3px 5px;
    margin: 0 0 12px 0;
    color: #fff;
    background: #c00;
}
div#left div.news
{
    width: 130px;
    padding-bottom: 6px;
    border-bottom: 1px solid #fff;
}
div#left div.news div.hr
{
    border-color: #fff;
}
div#left div.news p
{
    padding-right: 10px;
    background-position: 126px 4px;
}



/* ---------------------------------- content */

div#content
{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 0;
}

div.news-content
{
    padding: 60px 0 10px 0;
    border-bottom: 10px solid #fff;
    background: #e3e3e3 url(     '/img/news-content.jpg' ) no-repeat 100% 0;
}
div.about-content
{
    padding: 60px 0 10px 0;
    border-bottom: 10px solid #fff;
    background: #e3e3e3 url(     '/img/about-content.jpg' ) no-repeat 100% 0;
    margin: 0;
    width: auto;
}
div.eq-content
{
    padding: 60px 0 10px 0;
    border-bottom: 10px solid #fff;
    background: #e3e3e3 url(     '/img/about-content.jpg' ) no-repeat 100% 0;
    margin: 0;
    width: auto;
}

div.dealers-content
{
    padding: 10px 0;
    border-bottom: 10px solid #fff;
    background: #e3e3e3;
}
div.dealers-content div#right
{
    width: auto;
    padding: 15px;
    margin: 0 0 0 10px;
}

p#nav
{
    /*padding:0 0 7px 0; border-bottom:1px solid #e5e5e5;*/
    margin: 0 0 10px 0;
    font: 11px tahoma,arial,helvetica,sans-serif;
    color: #c00;
}
p#nav img
{
    position: relative;
    top: -1px;
}
p#nav a
{
    color: #666;
}


div#left
{
    width: 150px;
    float: left;
    position: relative;
    left: 10px;
}
ul#submenu
{
    width: 140px;
    border-top: 1px solid #fff;
    margin: 60px 0 30px 0;
    font: 12px tahoma,arial,helvetica,sans-serif;
}
ul#submenu li
{
    padding: 8px 0 8px 20px;
    border-bottom: 1px solid #fff;
    color: #cd0102;
    font-weight: bold;
    background: none;
}
ul#submenu li a
{
    color: #000;
    font-weight: normal;
}
ul#submenu li.active
{
    background: #fff;
}
ul#submenu li.active a
{
    color: #cd0102;
    font-weight: bold;
}


div#right
{
    width: 530px;
    padding: 30px 10px 30px 30px;
    float: right;
    background: #fff;
}
div.news-sub
{
    width: 100%;
    margin: 0 0 30px 0;
    font: 11px tahoma,arial,helvetica,sans-serif;
    color: #9e9fa0;
    overflow: hidden;
}
div.news-sub a
{
    color: #000;
}
div.news-sub p
{
    margin: 0px;
}
div.news-sub span
{
    margin: 0 0 10px 0;
    font: 10px tahoma,arial,helvetica,sans-serif;
    display: block;
}
div.news-sub p a img
{
    margin: 0 0 0 2px;
    position: relative;
    top: -1px;
}

p.newsdate
{
    margin: 0 0 8px 0;
    color: #9e9fa0;
}

table.gallery
{
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 16px 0;
}
table.gallery a img
{
    border: 2px solid #e3e3e4;
    display: block;
}
table.gallery a:hover img
{
    border-color: #ce0405;
}


big
{
    padding: 10px 15px;
    margin: 0 0 20px 0;
    display: block;
    color: #c00;
    font: 18px/24px tahoma,arial,helvetica,sans-serif;
    background: #f0f1f2;
}




table#catalog
{
    width: 748px;
    margin: 0 -32px 0 0;
    border-collapse: collapse;
    position: relative;
    left: 2px;
}
table.bgcatalog
{
    width: 732px !important;
    margin: 0 -15px 0 0 !important;
}
table#catalog td
{
    width: 25%;
    padding: 0 32px 25px 0;
    vertical-align: top;
}
table.compare
{
    width: 716px !important;
    margin: 0 !important;
}
table.compare th
{
    width: 148px !important;
}
table.compare td
{
    width: 142px !important;
    padding: 0 0 25px 0 !important;
}
table.bgcatalog td
{
    padding: 0 15px 25px 0 !important;
}
table#catalog td p
{
    margin: 0px;
    font: 10px/13px tahoma,arial,helvetica,sans-serif;
}
table#catalog td div.pic
{
    width: 100%;
    height: 85px;
    padding: 10px 0;
    margin: 0 auto;
    overflow: hidden;
}
table.bgcatalog td div.pic
{
    height: 83px;
    background-repeat: no-repeat;
    background-position: 25% 0;
}
table.bgcatalog td div.pic a
{
    height: 83px;
    display: block;
}
table#catalog td div.pic img
{
    margin: 0 auto;
    display: block;
}
table#catalog td p.title
{
    padding: 3px 8px;
    margin: 0 0 1px 0;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    cursor: default;
    background: #c00;
}
table#catalog td p.title a
{
    padding: 3px 8px;
    margin: -3px -8px;
    display: block;
    color: #fff;
    cursor: pointer;
    background: url(     '/img/ico/arrow-white.gif' ) no-repeat 95% 50%;
}
table#catalog td p.links a
{
    font-weight: bold;
    white-space: nowrap;
    cursor: pointer;
}

table#catalog td ul.links
{
    width: 100%;
    margin: 0px;
    overflow: hidden;
}
table#catalog td ul.links li
{
    width: 100%;
    padding: 2px 0;
    border-top: 1px solid #e3e3e3;
    margin: -1px 0 0 0;
    overflow: hidden;
    background: none;
}
table#catalog td ul.links li input.checkbox
{
    width: 15px;
    height: 15px;
    padding: 0px;
    margin: 0px;
    display: block;
    position: relative;
    left: 5px;
    float: left;
}
table#catalog td ul.links li label
{
    width: 125px;
    padding: 0 5px;
    display: block;
    float: left;
    font-size: 10px;
    position: relative;
    left: 5px;
}
table#catalog p.more
{
    font-weight: bold;
}
table#catalog p.more a
{
    padding: 0 10px 0 0;
    background: url(     '/img/ico/arrow-red.gif' ) no-repeat 100% .4em;
}
table#catalog p.black
{
    margin: 0px;
    font-size: 12px;
    text-align: center;
}
table#catalog p.black a
{
    color: #000;
}

/* ----------------------------------------------------- Catalog 2 */


table.catalog
{
    width: 748px;
    margin: 0 -32px 0 0;
    border-collapse: collapse;
    position: relative;
    left: 2px;
}
table.bgcatalog
{
    width: 732px !important;
    margin: 0 -15px 0 0 !important;
}
table.catalog td
{
    width: 25%;
    padding: 0 32px 25px 0;
    vertical-align: top;
}

table.bgcatalog td
{
    padding: 0 15px 25px 0 !important;
}
table.catalog td p
{
    margin: 0px;
    font: 10px/13px tahoma,arial,helvetica,sans-serif;
}
table.catalog td div.pic
{
    width: 100%;
    height: 85px;
    padding: 10px 0;
    margin: 0 auto;
    overflow: hidden;
}
table.bgcatalog td div.pic
{
    height: 83px;
    background-repeat: no-repeat;
    background-position: 25% 0;
}
table.bgcatalog td div.pic a
{
    height: 83px;
    display: block;
}
table.catalog td div.pic img
{
    margin: 0 auto;
    display: block;
}
table.catalog td p.title
{
    padding: 3px 8px;
    margin: 0 0 1px 0;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    cursor: default;
    background: #c00;
}
table.catalog td p.title a
{
    padding: 3px 8px;
    margin: -3px -8px;
    display: block;
    color: #fff;
    cursor: pointer;
    background: url(     '/img/ico/arrow-white.gif' ) no-repeat 95% 50%;
}
table.catalog td p.links a
{
    font-weight: bold;
    white-space: nowrap;
    cursor: pointer;
}

table.catalog td ul.links
{
    width: 100%;
    margin: 0px;
    overflow: hidden;
}
table.catalog td ul.links li
{
    width: 100%;
    padding: 2px 0;
    border-top: 1px solid #e3e3e3;
    margin: -1px 0 0 0;
    overflow: hidden;
    background: none;
}
table.catalog td ul.links li input.checkbox
{
    width: 15px;
    height: 15px;
    padding: 0px;
    margin: 0px;
    display: block;
    position: relative;
    left: 5px;
    float: left;
}
table.catalog td ul.links li label
{
    width: 125px;
    padding: 0 5px;
    display: block;
    float: left;
    font-size: 10px;
    position: relative;
    left: 5px;
}
table.catalog p.more
{
    font-weight: bold;
}
table.catalog p.more a
{
    padding: 0 10px 0 0;
    background: url(     '/img/ico/arrow-red.gif' ) no-repeat 100% .4em;
}
table.catalog p.black
{
    margin: 0px;
    font-size: 12px;
    text-align: center;
}
table.catalog p.black a
{
    color: #000;
}
/* ------------------------------ End Catalog 3*/

.greylinks
{
    display: none;
    width: 716px;
    margin: 0 auto 15px auto;
    text-align: center;
}
.greylinks a
{
    padding: 0 0 0 25px;
    margin: 0 20px 0 0;
    font: bold 10px tahoma,arial,helvetica,sans-serif;
    color: #666;
}
.greylinks a.print
{
    background: url(     '/img/ico/print.gif' ) no-repeat 1px 1px;
}
.greylinks a.mail
{
    background: url(     '/img/ico/mail.gif' ) no-repeat 1px 1px;
}


.hr2
{
    display: none;
    width: 720px;
    height: 1px;
    margin: 0 auto 10px auto;
    border-top: 1px solid #e3e3e3;
    font-size: 1px;
    overflow: hidden;
}

#flash
{
    width: 100%;
    margin: 0 0 25px 0;
    overflow: hidden;
    position: relative;
}
#flash img, #flash embed, #flash object
{
    margin: 0 auto;
    display: block;
}

#flash img#gallery-pix
{
    width: 533px;
    height: 300px;
    background-color: #F1F1F1;
}







div#left-col
{
    width: 187px;
    padding: 0 0 20px 0;
    float: left;
    overflow: hidden;
}
div#right-col
{
    width: 533px;
    padding: 0 0 20px 0;
    float: right;
    overflow: hidden;
}


ul.product-menu
{
    width: 175px;
    margin: 0 0 25px 0;
    overflow: hidden;
    font: bold 10px/32px tahoma,arial,helvetica,sans-serif;
    text-transform: uppercase;
}
ul.product-menu li
{
    width: 155px;
    padding: 0 10px;
    margin-top: -1px;
    border-top: 1px solid #e3e3e3;
    color: #666;
    background: none;
}
ul.product-menu li a
{
    padding: 0 8px 0 0;
    color: #cd0102;
    background: url(     '/img/ico/arrow-red.gif' ) no-repeat 100% 3px;
}

ul.product-menu ul
{
    margin: 0 0 8px 0;
    font: bold 10px/24px tahoma,arial,helvetica,sans-serif;
}
ul.product-menu ul li
{
    width: 139px;
    padding: 0 0 0 16px;
    margin-top: 0px;
    border-top: none;
    background-position: 100% 4px;
}
ul.product-menu ul li a
{
    font-weight: normal;
}


p.model
{
    padding: 10px;
    min-height: 16px;
    display: block;
    font: bold 12px tahoma,arial,helvetica,sans-serif;
    color: #fff;
    background: #767676;
}
p.model img
{
    display: block;
}


.greyscroll
{
    width: 457px;
    height: 34px;
    padding: 1px 38px;
    position: relative;
    overflow: hidden;
    background: #767676;
}

div.pdf
{
    width: 125px;
    padding: 3px 0 3px 50px;
    color: #707070;
    background: url(     '/img/ico/pdf.png' ) no-repeat 4px 50%;
}
div.pdf a
{
    color: #000;
    text-decoration: underline;
}
div.pdf a:hover
{
    text-decoration: none;
}


.scrollbox
{
    width: 457px;
    height: 34px;
    padding: 1px 38px;
    position: relative;
    overflow: hidden;
    background: #4c4c4c;
}
.scrollbox .left
{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    left: 5px;
    background: #cb0101 url(     '/img/ico/back.gif' ) no-repeat 50% 50%;
}
.scrollbox .right
{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #cb0101 url(     '/img/ico/forward.gif' ) no-repeat 50% 50%;
}
.scrollbox .left a, .scrollbox .right a
{
    width: 25px;
    height: 25px;
    display: block;
}
.scrollbox div.space
{
    width: 457px;
    height: 34px;
    overflow: hidden;
    position: relative;
}
.scrollbox ul
{
    width: 100%;
    height: 40px;
    position: relative;
    margin: 0;
}
.scrollbox ul li
{
    padding: 1px;
    float: left;
    background: none;
}
.scrollbox ul li img
{
    width: 50px;
    border: 2px solid #5c5c5c;
    display: block;
}
.scrollbox ul li a:hover img
{
    border-color: #767676;
}
.scrollbox ul li a.active img
{
    border-color: #cb0101;
}
.scrollbox .mask
{
    /* that serves as a mask. so you get a sort of padding both left and right */
    width: 457px;
    position: relative;
    overflow: hidden;
}


#view
{
    width: 457px;
    height: 34px;
    overflow: hidden;
}

p.price
{
    padding: 0 0 0 10px;
    margin: 0px;
    display: block;
}
p.price small
{
    font-size: 10px;
    color: #666;
}

p.download
{
    padding: 5px 0 0 0;
    margin: 0px;
    text-align: right;
    font-size: 10px;
    display: block;
    color: #666;
}
p.download a
{
    padding: 0 0 0 16px;
    color: #333;
    text-decoration: underline;
    background: url(     '/img/ico/disk.gif' ) no-repeat 0 1px;
}
p.download a:hover
{
    text-decoration: none;
}

.techpage
{
    font: 10px/12px tahoma,arial,helvetica,sans-serif;
    color: #666;
}
.techpage ul
{
    margin: 0 0 6px 0;
}
.techpage ul li
{
    padding: 0 0 0 21px;
    background: url(     '/img/ico/li2.gif' ) no-repeat 10px 4px;
}
table.tech
{
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 5px 0;
    font-size: 10px;
    line-height: 14px;
    color: #666;
}
table.tech th
{
    padding: 5px 0 5px 20px;
    text-align: left;
    vertical-align: top;
}
table.tech th em
{
    font-weight: normal;
    font-style: normal;
}
table.tech td
{
    padding: 5px 20px;
    vertical-align: top;
}
table.comparetable
{
    width: 716px;
}
table.comparetable th
{
    width: 128px;
}
table.comparetable td
{
    width: 122px;
    padding: 5px 10px;
}

table.tech tr.odd th, table.tech tr.odd td
{
    background: #ebebec;
}
table.tech tr.red td
{
    padding: 2px 20px;
    font-weight: bold;
    color: #fff;
    background: #c00;
}

p.moreinfo
{
    padding: 0 20px;
    margin: 0 0 20px 0;
    font-size: 10px;
    color: #666;
}

p.showHide
{
    margin: 0 0 5px 0;
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    display: block;
    background: #c00;
}
p.showHide a
{
    padding: 3px 27px;
    display: block;
    color: #fff;
    background: url(     '/img/ico/minus.gif' ) no-repeat 0 50%;
}
p.showHide a.plus
{
    background: url(     '/img/ico/plus.gif' ) no-repeat 0 50%;
}

greyscroll
{
    margin: 0 0 22px 0;
}
.hidden
{
    display: none;
}


ul.links
{
    width: 155px;
    margin: 0px;
}
ul.links li
{
    background: none;
}

ul.links_
{
    width: 155px;
    margin: 0px;
}
ul.links_ li
{
    background: none;
}

p.light
{
    color: #767676;
}


.submitspace
{
    width: 100%;
    padding: 10px;
    margin: 0 0 20px 0;
    overflow: hidden;
    background: #eff0f1;
}
.submitspace input.submit
{
    width: 90px;
    padding: 3px 0;
    margin: 0 auto;
    border: 0px;
    display: block;
    cursor: pointer;
    font: bold 12px tahoma,arial,helvetica,sans-serif;
    color: #fff;
    background: #c00;
}



.bank, .two
{
    width: 100%;
    padding: 0 0 25px 0;
    overflow: hidden;
}
.two
{
    padding: 0 0 15px 0;
}
.bank p
{
    width: 330px;
    margin: 0px;
    display: block;
    float: left;
}
.bank img
{
    display: block;
    float: right;
}
.two .cell
{
    width: 263px;
    float: left;
}

#video
{
    width: 100%;
    padding: 25px 0 20px 0;
    overflow: hidden;
}
#video .flashvideo
{
    width: 350px;
    float: left;
}
#video .flashvideo img
{
    display: block;
}
#video ul
{
    width: 180px;
    margin: 0px;
    font: bold 10px/32px tahoma,arial,helvetica,sans-serif;
    float: right;
    overflow: hidden;
}
#video ul li
{
    padding: 0px;
    border-top: 1px solid #e3e3e3;
    margin: -1px 0 0 0;
    color: #666;
    background: none;
}



table.equip
{
    width: 90%;
    margin: 0 auto;
}
table.equip td
{
    width: 33%;
    padding: 15px 10px;
}
table.equip td img
{
    matrgin: 0 auto;
    display: block;
}


table.pdf
{
    width: 100%;
    border-collaspe: collaspe;
}
table.pdf td
{
    padding: 0 20px 0 0;
    vartical-align: top;
}
table.pdf td div
{
    padding: 15px 20px 15px 50px;
    border-bottom: 1px solid #e3e3e3;
    color: #707070;
    background: url(     '/img/ico/pdf.png' ) no-repeat 4px 50%;
}
table.pdf td div a
{
    color: #000;
    text-decoration: underline;
}
table.pdf td div a:hover
{
    text-decoration: none;
}


p.region
{
    width: 100%;
    margin: 0 0 40px 0;
    font-weight: bold;
    display: block;
    overflow: hidden;
    color: #c00;
}
p.region a
{
    display: inline;
    border-bottom: 1px dashed #000;
    font-weight: normal;
    text-decoration: none;
    color: #000;
}
p.region a.active
{
    border-bottom: 1px solid #fff;
    color: #c00;
    text-decoration: none;
    cursor: text;
}
p.region a:hover
{
    text-decoration: none;
    color: #c00;
}

p.region a.active:hover
{
    text-decoration: none;
    cursor: text;
}


table.region
{
    width: 100%;
    border-collapse: collapse;
}
table.region a
{
    text-decoration: underline;
}
table.region a:hover
{
    text-decoration: none;
}
table.region th
{
    padding: 2px 1px;
    border-bottom: 3px solid #b5b5b8;
    font-weight: normal;
    text-align: left;
}
table.region th.light
{
    border-bottom: 3px solid #e3e3e3;
}
table.region th.service
{
    width: 150px;
    text-align: center;
}
table.region th.border
{
    padding-left: 22px;
}
table.region td.bordertop
{
    border-top: 1px solid #d5d5d8;
}
table.region td
{
    padding: 6px 1px;
    border-bottom: 1px solid #edeff0;
    vertical-align: top;
}
table.region td.service img
{
    margin: 0 auto;
    display: block;
}

table.region td.border
{
    padding: 2px 1px;
    padding-left: 22px;
    font-weight: bold;
}
table.region td.blue
{
    color: #2d52a7;
    background: url(     '/img/ico/square/blue.gif' ) no-repeat 4px 6px;
}
table.region td.blue2
{
    color: #7faed3;
    background: url(     '/img/ico/square/blue2.gif' ) no-repeat 4px 6px;
}
table.region td.red
{
    color: #f00;
    background: url(     '/img/ico/square/red.gif' ) no-repeat 4px 6px;
}
table.region td.grey
{
    color: #b39d69;
    background: url(     '/img/ico/square/grey.gif' ) no-repeat 4px 6px;
}
table.region td.yellow
{
    color: #f5ad00;
    background: url(     '/img/ico/square/yellow.gif' ) no-repeat 4px 6px;
}
table.region td.num
{
    width: 36px;
}
table.region td.num div
{
    width: 20px;
    height: 16px;
    padding: 2px 0;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: url(     '/img/ico/num.gif' ) no-repeat 0 0;
}


.dealers-title
{
    width: 100%;
    margin: -10px 0 10px 0;
    overflow: hidden;
    position: relative;
}
.dealers-title img
{
    width: 720px;
    height: 60px;
    display: block;
}

div#wrap div.tab h4
{
    margin-top: 25px;
}
div#wrap.js div.tab h4
{
    margin-top: 0px;
}

td.border.red
{
    width: 150px;
}

#ColorName
{
    position: absolute;
    top: 10px;
    right: 10;
    width: 500px;
    background-color: transparent;
    float: right;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}
.newproductcomment
{
    color: #666666;
    font-weight: bold;
    height: 20px;
}


.news-content #right
{
    min-height: 500px;
}


a.testDriveTitle 
{
    color:Black;
    font-size:16px;
    font-weight:bold;
}

a.pdfTestDrive
{
    text-decoration:underline;
    color:#000000;
}
a.pdfTestDrive:hover
{
    text-decoration:none;
}