

.pdf-thumb-box
{
display:inline-block !important;
position:relative !important; 
overflow: hidden;

}
.pdf-thumb-box-overlay {
   
  visibility:hidden;
  opacity:0;
  transition:visibility 0s linear 0.5s,opacity 0.5s linear;

}
.pdf-thumb-box a{

    color:transparent;
}
.pdf-thumb-box a:hover .pdf-thumb-box-overlay {
    visibility:visible;
    opacity:1;
    transition-delay:0s;
    text-align:center;
    position: absolute;
    background-color: rgba(204, 204, 204, 0.58);
    color: #fff;
    width:99%;
    height:100%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    
}
.pdf-thumb-box-overlay span {
margin: auto;
position: absolute;
top: 35%; left: 45%; bottom: 0;
}






body {
    margin: 0px auto 0px auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    background: #fff;
}

.bodycontainer{
    padding: 0px;
    margin: auto;
    width: 1005px;
    text-align: center;

}


a {
    color: #005292;
    font-weight: normal;
    text-decoration: underline;
    padding: 2px;
}

a:hover {
    color: #EE820F;
    text-decoration: underline;
}

.headerDiv {
    margin: 0px;
    padding: 0px;
}

/* ********************************* */ /* main menu */
/* ********************************* */
.mainMenuDiv {
    margin-top: 0px;
    display: block;
    width: 1005px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    text-align: center;
    height: 60px;
    /*overflow: hidden;*/
}

.mainMenu0, #ulmainMenu0 {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    vertical-align: bottom;
    text-align: center;
    height: 60px;
    background: url(img/mainmenubg.png) top right no-repeat;
}

.mainMenu0 ul, #ulmainMenu0  {
    margin: 0px;
    padding: 0px 8px 0px 8px;
    height: 60px;
    width: 989px;
    text-align: left;
    margin: auto;

}

.mainMenu0 ul li,#ulmainMenu0 li {
    list-style-type: none;
    float:left;
    vertical-align: text-bottom;
    margin-right: 0px;
    height: 60px;
    margin-top: 0px;
    position:relative;
    top: 0px;


}

.mainMenu0 ul li span,#ulmainMenu0  li span {
    font-family:  trebuchet MS, trebuchet, arial;
    display: block;
    color: #5F5F5F;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: bottom;
    text-transform: uppercase;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 5px;
    height: 51px;
    background: url(img/bulletmenu.png) top left no-repeat;

}

.mainMenu0 ul li span a, #ulmainMenu0 li span a  {
    font-family: 'Ubuntu', sans-serif, arial black, arial, trebuchet MS, trebuchet, arial;
    color: #5F5F5F;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    vertical-align: bottom;
    text-transform: uppercase;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 18px;
    display: block;
    height: 31px;
    /* background:url(img/sbg1.png) repeat 200px 0;*/


}

.mainMenu0 ul li span a:hover, #ulmainMenu0 li span a:hover {
    color: #5F5F5F;
    background-position: 0 0;
    background:url(img/hover.png) repeat-x;
}

.mainMenu0 .mainMenuSelected0, #ulmainMenu0 .mainMenuSelected0 {
    color: #000;
    margin-top: 5px;
    height: 31px;
    /* background: url(img/sbg2.png) repeat-x;*/
    text-decoration: none;
}

.mainMenu0 .mainMenuSelectedLi0, #ulmainMenu0 .mainMenuSelectedLi0 {
    list-style-type: none;
    display: block;
    float: left;
    height: 31px;
    vertical-align: text-bottom;
    text-decoration: underline;


}

.mainMenu0 .mainMenuSelectedLi0 span, #ulmainMenu0 .mainMenuSelectedLi0 span {
    list-style-type: none;
    display: block;
    height: 51px;
    vertical-align: text-bottom;
    text-decoration: underline;



}

/* ********************************* */ /* catalog menu or side menu */
/* ********************************* */

.catalogMenu0, #ulsubMenu0 {
    clear: both;
    width: 230px;
    padding-top: 10px;
    padding-left: 0px;
    vertical-align: middle;
    text-align: left;
    background: url(img/submenubg.png) top left no-repeat;
    color: black;
}

.catalogMenu0 ul {
    margin: 0px;
    padding: 0px;
    display: block;
}

.catalogMenu0 ul li, #ulsubMenu0 li {
    list-style-type: none;
    display: inline;
    text-align: left;
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    width: inherit;


}


.catalogMenu0 ul li a, #ulsubMenu0 li a {
    font-family: 'Ubuntu', arial, trebuchet MS, trebuchet, arial;
    padding: 2px;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 0px;
    display: block;
    font-weight: bold;
    background: url(img/catbgnormalx.png) top left no-repeat;
    border-left: 5px solid #04275F;
    text-transform: uppercase;
    color: #04275F;

}

.catalogMenu0 ul li a:hover, #ulsubMenu0 li a:hover {
    color: black;
    display: block;
    letter-spacing: 0px;
    text-decoration: none;
    background: url(img/catbgx.png) top left no-repeat;
    border-left: 5px solid #EE820F;
    color: #EE820F;

}

.catalogMenu0 .catalogMenuSelected0 {
    display: block;
    font-weight: bold;
    text-decoration: none;
    background: url(img/catbgx.png) top left no-repeat;
}

/* ********************************* */ /* navigace */
/* ********************************* */
.navig {
    margin: auto;
    width: 985px;
    font-size: 12px;
    font-weight: normal;
    font-family: trebuchet MS, trebuchet, arial, tahoma, verdana;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 0px;
    color: #C9CED3;
    text-align: right;
    background: url(img/bread.png) top left no-repeat;
    height: 16px;
    display: none;

}

.navig a {
    color: #C9CED3;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
}

.navig a:hover {
    text-decoration: underline;
    color: #C9CED3;
}

.navig img {
    display: none;
}

/* ********************************* */ /* content table */
/* ********************************* */
.contentTable {
    margin: auto;
    clear: both;
    padding: 0px;
    font-size: small;
    color: #f2f2f2;
    font-family: arial;
    line-height: 120%;
    border-collapse: collapse;
    width: 1005px;
    margin-top: 0px;
    font-family: 'Ubuntu', arial, verdana, tahoma, trebuchet ms;
}

.contentTable tr {
    vertical-align: top;
}

.tdleft {
    width: 230px;
    padding-top: 10px;
    padding-left: 10px;
    font-family:  'Ubuntu',arial, trebuchet MS, trebuchet, arial;
    float:left;
    background: #fff;
}

.tdright {
    width: 989px;
    text-align: left;
    padding: 8px;
    color: #333;
    font-family:  'Ubuntu',arial, trebuchet MS, trebuchet, arial;
    background: url(img/tdright.png) top right no-repeat #fff;

}

.tdrightkontakt {
    margin-left: 280px;
    width: 650px;
    text-align: left;
    padding: 10px;
    padding-left: 0px;
    color: #333;
    font-family:  'Ubuntu',arial, trebuchet MS, trebuchet, arial;

}

.td2ulend{
    display: none;
    background: url(img/t2ulend.jpg) top left no-repeat;
    height: 49px;
}


/* ********************************* */ /* content */
/* ********************************* */
.content p img,.content img, .contentimg p img, .contentimg img {
    margin-right: 0px;
}

.contentimg {
    text-align: left;
    font-size: 13px;
    color: #333;
    font-family: 'Ubuntu',arial, trebuchet MS, trebuchet, arial;
    line-height: 100%;
    padding: 0px 0px;
}

.content {
    text-align: left;
    font-size: 13px;
    color: #333;
    font-family: 'Ubuntu',arial, trebuchet MS, trebuchet, arial;
    line-height: 100%;
    min-height: 30px;
    padding: 0px 20px;
    display: block;
}

.content table, .tbl {
    margin-top: 5px;
    border: 0px solid #fff;
    border-collapse: collapse;
}

.content td, .tbltd {
    color: #01325D;
    font-family:  'Ubuntu',arial, trebuchet MS, trebuchet, arial;
    font-size: 13px;
    padding: 2px;
    line-height: 120%;
}

.content ul
{
    line-height: 130%;
    font-family: 'Ubuntu',arial, trebuchet MS, trebuchet, arial;
}

.content h1,.header1, h1 {
    font-family: 'Ubuntu', sans-serif, arial, trebuchet MS, trebuchet, arial;
    color: #da261e;
    text-transform: capitalize;
    font-size: 24px;
    letter-spacing: 0px;
    word-spacing: 2px;
    font-weight: 400;
    margin: auto;
    padding: 8px 0px;
    margin-top: 10px;
}

.content h2, h2 {
    color: #01325D;

    font-size: 18px;
    letter-spacing: 0px;
    word-spacing: 2px;
    margin: auto;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 10px;
    font-family:  'Ubuntu', sans-serif, arial, trebuchet MS, trebuchet, arial;
    padding: 2px 0px;
    line-height: 20px;
}

.content h3, h3 {
    color: #226D9F;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0px;
    word-spacing: 2px;
    margin: auto;
    margin-bottom: 0px;
    font-family: 'Ubuntu',arial black, arial, trebuchet MS, trebuchet, arial;
    font-weight: 400;
    padding: 8px 0px;
    line-height: 18px;
}

.content img, p img {
    margin: 0px;

}
.zvyrazneni {
    color: #FF9900;
}

.mensi {
    font-size: 12px;
    padding-right: 15px;
    padding-top: 0px;
    margin-top: 0px;
}

.cerne {
    color: #000;
}

.v-ramecku {

    background: #fff;
    padding: 15px;
    color: #01325D;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 10px 1px #ccc;
    -webkit-box-shadow: 0 0 10px 1px #ccc;
    box-shadow: 0 0 10px 1px #ccc;
    font-size: 16px;
}

.v-ramecku ul
{
    margin: 0px;

}

.v-ramecku a
{
    /*padding: 10px;
    background: #00518F;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 15px;
    display: inline-block;
    width: auto;*/

}

.homepage-tabulka-seda, td.homepage-tabulka-seda {
    background: url(img/hometd.png) top left no-repeat;
    padding: 25px;
    color: #000;
    width: 290px;
    padding-right: 40px;
}

.text-na-strane {

    padding: 5px;
    text-align: left;
    color: black;
}

.podtrzeny-nadpis
{
    border-bottom: 4px solid #0576C1;
    color: #0576C1;
    font-size: 14px;
}


.inheader {
    padding-right: 10px;
}

.white {
    border: 0px;
}

.white td,.white tr {
    background: white;
    border: 0px;
    vertical-align: top;
}

/* ********************************* */ /* catalog overview */
/* ********************************* */
.catalogOverview ul {
    margin: 0px;
    padding: 0px;
    display: block;
}

.catalogOverview ul li {
    list-style-type: none;
    margin: 0px;
    margin-right: 10px;
    margin-left: 0px;
    display: block;
    text-align: center;
    width: 120px;
    height: 150px;
    float: left;
}

.catalogOverview ul li a {
    font-family: 'Ubuntu',trebuchet MS, trebuchet, arial;
    color: #333;
    font-size: 12px;
    text-decoration: none;
    display: block;
    text-align: left;
    padding-bottom: 2px;
    vertical-align: middle;
    background: #fff;
}

.catalogOverview ul li a:hover {
    font-family: 'Ubuntu',trebuchet MS, trebuchet, arial;
    color: #333;
    background: #fff;
    text-decoration: underline;
}

.catalogOverview ul li a img {
    border: 1px solid #f2f2f2;
    border-bottom: 3px solid #ccc;
}

/* ********************************* */ /* footer */
/* ********************************* */
.footer {


    font-family: 'Ubuntu',arial, trebuchet MS, trebuchet, arial;
    font-size: 13px;
    color: #f2f2f2;
    text-align: left;
    background: url(img/ftrbg.png) top left repeat-x #da261e;
    padding: 8px;
    line-height: 150%;
    margin: 30px 0px 0px 0px;
}

.footer h5{
    background: url(img/footerheader.png) bottom left repeat-x;
    padding-bottom: 12px;
    font-size: 20px;
    margin-bottom: 3px;
    font-family: 'Ubuntu', sans-serif, trebuchet MS, trebuchet, arial;
    text-shadow: 0px 0px 2px #333;
    font-weight: 400;
    text-transform: capitalize;
}

.footer h5 strong{
    font-weight: 400;

}

.footer a{
    color: #f2f2f2;
    text-decoration: none;
    padding: 1px 5px;
}

.footer a:hover{
    color: #fff;
    background-color: #428BCA;
    border-radius: 5px;

}

.footer tr, tr{
    vertical-align: top;
}


.foot, .copyright {
    width: 100%;
    margin: auto;
    text-align: right;
    font-size: 10px;
    font-weight: normal;
    font-family: 'Ubuntu',trebuchet MS, trebuchet, arial, tahoma, verdana;
    color: #ccc;
    padding-right: 30px;
    padding-bottom: 5px;
}

.foot img {
    display:none;
}

.foot a, .copyright a {
    color: #ccc;
}

/* ********************************* */ /* galerie */
/* ********************************* */
.imgGal {
    border: 0px solid #e8e8e8;
    border-top: 0px solid #ccc;
    clear: both;
    display: block;
    margin-bottom: 5px;
    margin-top: 20px;



}



.imgGalLink {
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;

    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 3px 1px #f2f2f2;
    -webkit-box-shadow: 0 0 3px 1px #f2f2f2;
    box-shadow: 0 0 3px 1px #f2f2f2;

}

.imgGalLink:hover {
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;

    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 5px 1px #0093D8;
    -webkit-box-shadow: 0 0 5px 1px #0093D8;
    box-shadow: 0 0 5px 1px #0093D8;

}

.imgGalImg {
    margin: 2px;

}

.imgGalItem
{

}

.imgContainer {
    margin: 10px;
    padding: 10px;
    border: 1px solid #f2f2f2;
    background: #fff;
    text-align: center;
}

.imgDet {
    padding: 10px;
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
}

.imgDetImg {
    background: #f2f2f2;
    border: 1px solid #ccc;
}

.imgDetPopis {
    background: #f2f2f2;
    padding: 4px 20px;
    margin-top: 10px;
    border: 1px solid #ccc;
}

.imgDetNav {
    background: #333;
    margin-top: 10px;
    padding: 4px;
    color: #ccc;
    font-family: arial, tahoma, verdana, courier;
    font-size: 10px;
}

.imgDetNavLink {
    color: #fff;
}

.clearboth {
    clear: both;
}

/* ********************************* */ /* ankety */
/* ********************************* */
.anketa {
    width: 220px;
    vertical-align: middle;
    text-align: left;
    height: 100%;
    margin-bottom: 10px;
    padding-top: 0px;
    font-family: 'Ubuntu',arial;
    color: #999;
    font-size: 12px;
    padding: 0px;
    margin-top: 3px;
}

.anketaOtazka {
    padding: 5px;
    margin: 0px;
    background: #990208;
    text-align: left;
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
}

.anketa a {
    color: #333;
}

.anketaBg {
    height: 10px;
    padding: 1px;
    background: url(img/pollbg.png);
    border: 1px solid #999;
    overflow: hidden;
}

.anketaLine {
    background: url(img/pollvote.png);
    height: 8px;
    border: 1px solid #333;
    overflow: hidden;
}

.anketaCisla {
    text-align: right;
    color: #999;
    margin-bottom: 2px;
}

.anketaCelkemHlasu {
    color: #999;
}

.anketaButton {
    text-align: left;
    font-size: x-small;
    background: none;
    width: 100%;
    border: 0px;
    color: black;
    cursor: hand;
    margin: 0px;
    text-decoration: underline;
}

/* ********************************* */ /* novinky */
/* ********************************* */
.newscontainer {

    vertical-align: middle;
    text-align: left;
    height: 100%;
    font-family: 'Ubuntu',trebuchet MS, trebuchet, arial;
    color: #999;
    font-size: 12px;
    margin-bottom: 5px;
    width: 160px;

}

.newsitem {
    margin-bottom: 8px;
    padding-bottom: 8px;
    background: url(img/dotsx.png) bottom left repeat-x;

}

.newsdate {
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    background: #9B171A;
    padding: 0px 4px;
    display: inline;
    letter-spacing: 2px;
}

.newsheader {
    display: block;
}

.newstext {
    font-size: 12px;
    color: #01325D;
    line-height: 120%;
    padding-top: 5px;
}

.newslink {
    padding-top: 3px;
    font-size: 11px;
    color: #990208;
    font-weight: bold;
}

/* ********************************* */ /* formular */
/* ********************************* */
#humanverif {
    visibility: hidden;
    display: none;
}

.contentForm td {
    color: #333;
    padding: 2px;
    padding-left: 5px;
    vertical-align: top;
}

.contentForm table {
    width: 100%;
    border-collapse: collapse;
    color: #01325D;
}

.contentInput {
    width: 100%;

}

.contentTextarea {
    width: 100%;
    height: 130px;
}

.contactInfo
{
    margin-top: 15px;
    color: #333;
    background: rgba(255,255,255,0.3);
    box-shadow: 0px 0px 1px 0px #333;
    border-radius: 5px;
    padding: 10px;
}

.captcha {
    width: 100px;
}

.popisek {
    color: black;
    background: #f2f2f2;
    font-weight: bold;
}

.short
{
    width: 80px;
}

p {
    line-height: 140%;
    font-family: 'Ubuntu',arial, trebuchet MS, trebuchet, arial;
    margin-bottom: 5px;
}

.boxNadpisNaStrane
{
    background: url(img/sidebox1.png) top left no-repeat;
    color: white;
    height: 31px;
    width: 162px;
    padding: 6px 10px 0px 10px;
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
}

.boxTextNaStrane
{
    background: url(img/sidebox3.png) bottom left no-repeat black;
    color: white;
    width: 162px;
    padding: 2px 10px 12px 10px;
    margin: 0px;
    margin-bottom: 5px;
}



.shinfo, .shinfohref
{
    background: #f2f2f2;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 5px;
    margin-top: 5px;
    clear: both;
}

.valid
{
    border: 2px solid green;
}

.error
{
    border: 2px solid red;
}

.clearboth
{
    clear: both;
}



.user-login
{
    font-size: 12px;
    text-align: right;
    width: 100%;
    padding: 0px 0px 0px 0px;
    display: none;
}

.user-login a
{
    color: #333;
    text-decoration: none;
    display: block;
    float: left;
    background: #f2f2f2;
    margin-left: 4px;
    border: 1px solid #ccc;
    padding: 1px 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}


.user-login a:hover
{
    color: #333;
    text-decoration: none;
    display: block;
    float: left;
    background: #f2f2f2;
    margin-left: 4px;
    border: 1px solid #999;
    padding: 1px 5px;
    -moz-border-radius: 5px;

}


.dialoglnk
{

    background: #ccc;
    color: #22325F;
    float: left;
    text-align: center;
    font-size: 11px;
    width: 70px;
    text-align: center;
    padding: 2px 5px;
    border-left: 1px solid white;


}

#slidesbg
{
    background: url(img/slidesbg.png) top left no-repeat;
    width: 930px;
    text-align: left;
    padding-top: 13px;
    padding-left: 25px;
    padding-right: 25px;
    height: 227px;
}

.slides_container {
    width:930px;
    display:none;
    height:160px;
    padding: 0px;
    margin: 0px;

}

.slides_container div {
    width:930px;
    height:160px;
    display:block;
    padding: 0px;
    margin: 0px;
}

.slides_container div p {
    padding: 0px;
    margin: 0px;
}

.slides_control
{
    width: 930px;
}

a img {

    border: 0px;
}

td ul li
{
    line-height: 16px;
}

.motoTypeItemsLarge
{
    display: block;
    padding-bottom: 10px;

}

.motoTypeItemsLarge ul
{
    list-style-type: none;
    margin: 5px 0px;
    padding: 0px 0px;
    min-height: 400px;

}

.motoTypeItemsLarge ul li
{
    width: 170px;
    overflow: hidden;
    display: block;
    float: left;
    height: 148px;
    margin: 6px 18px 6px 0px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 3px 1px #f2f2f2;
    -webkit-box-shadow: 0 0 3px 1px #f2f2f2;
    box-shadow: 0 0 3px 1px #f2f2f2;
    background: #f2f2f2;
}

.motoTypeItemsLarge ul li:hover
{
    -moz-box-shadow: 0 0 10px 1px #0093D8;
    -webkit-box-shadow: 0 0 10px 1px #0093D8;
    box-shadow: 0 0 10px 1px #0093D8;
}

.pricelistcss
{

    padding: 0px;
    margin-top: 15px;
}

.basicTable
{
    width: 100%;
}
.motoTypeItemsLarge ul li a
{
    text-decoration: none;
    font-family: 'Ubuntu','Open Sans Condensed';
    font-weight: 700;
    font-size: 14px;
    padding: 4px 4px 0px 4px;
    background: url(img/motoitembg.png) white bottom center no-repeat;
    display: block;
    text-align: center;
    color: #1ca4e8;
    text-transform: uppercase;
    height: 100%;
}

.motoTypeItemsLarge ul li a img
{
    border: 0px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.photoLink{
    text-align: center;
    background: white;
}

.simtooltip {
    display: none;
    font-size: 10pt;
    position: absolute;
    border-top: 2px solid black;
    background: url(img/slide.png) top center no-repeat #666;
    border: 1px solid white;
    padding: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 10px 1px #0093D8;
    -webkit-box-shadow: 0 0 10px 1px #0093D8;
    box-shadow: 0 0 10px 1px #0093D8;
    color: #666;
    z-index: 1000;
    width: 168px;
    text-align: left;
    font-family: 'Ubuntu','Open Sans Condensed';
    font-weight: normal;
}

.akce
{
    position: relative;
    top: -151px;
    left: -1px;
    z-index: 500;
    display: inline;
}

.mainimg{
    margin-top: 10px;
    min-height: 150px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    height: auto;
    display: block;
    text-align:center;

}

.mainimg img{
    margin: auto;
}

.techspec
{
    width: 400px;
    padding: 10px;
    float:right;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 10px 1px #f2f2f2;
    -webkit-box-shadow: 0 0 10px 1px #f2f2f2;
    box-shadow: 0 0 10px 1px #f2f2f2;
}

.techspec h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0px;
    word-spacing: 2px;
    margin: auto;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 2px;
    font-family:  'Ubuntu', sans-serif, arial, trebuchet MS, trebuchet, arial;
    padding: 2px 0px;
    line-height: 20px;
    background: url(img/h2tech.png) top left repeat-x #226D9F;
    text-align: center;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.techspec table
{
    width: 100%;
}

.motoName h1 {
    padding: 20px 0px 0px 0px;
    font-size: 28px;

}

.imgGalSeparator{
    clear: both;
    margin: 20px 0px;
    background: url(img/h2tech.png) bottom left repeat-x #226D9F;
    text-align: center;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 5px;
    height: 5px;
}

#motobox
{

}


.motoprice, .motopriceaction, .motopriceabs ,.motopriceabsaction
{
    font-family: 'Ubuntu', sans-serif, arial black, arial, trebuchet MS, trebuchet, arial;
    font-size: 20px;
    padding: 10px 0px 10px 0px;
    font-weight: 400;
    background: #0093D8;
    color: white;
    text-align: center;
    border-radius: 5px;

}

.caption
{
    display: inline;
}

.motopriceaction
{
    font-family: 'Ubuntu', sans-serif, arial black, arial, trebuchet MS, trebuchet, arial;
    font-size: 20px;
    font-weight: 400;
    background: #ED820E;
    color: white;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 1px;
}

.motoprice strike
{
    text-decoration: line-through;
}

.motoDesc
{

    font-size: 14px;
    font-family: 'Ubuntu', sans-serif, arial black, arial, trebuchet MS, trebuchet, arial;
    line-height: 120%;
    padding-top: 20px;


}

/* minimized jquery tabs */


#tabs-min {
    background: transparent;
    border: none;
    margin-top:30px;
    border-radius: 4px 4px 4px 4px;

    padding: 10px;
    /*width: 420px;*/
    /*    position: absolute;
        top:255px;*/
    /*    margin-left: 495px;*/
    min-height: 400px;
}

#tabs-min h2{

    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0px;
    word-spacing: 2px;
    margin: auto;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 2px;
    font-family:  'Ubuntu', sans-serif, arial, trebuchet MS, trebuchet, arial;
    padding: 2px 0px;
    line-height: 20px;
    background:  #226D9F;
    text-align: center;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#tabs-min .ui-widget-header {
    background: transparent;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 12px;
    text-transform: uppercase;
    border: 0px;
    padding-left: 5px;

}
#tabs-min .ui-state-default {
    background: transparent;
    border: none;

}
#tabs-min .ui-state-active {
    background: transparent;
    color: #cc0000;
    border: none;

}
#tabs-min .ui-state-default a {
    color: #fff;
    border: none;
    background: #ED820E;
    margin-right: 6px;
    padding: 10px;
    font-size: 12px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;

}
#tabs-min .ui-state-active a {
    background:  #226D9F;
    color: #FFFFFF;
    font-family: 'Ubuntu',sans-serif,arial,trebuchet MS,trebuchet,arial;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
}

#tabs-min .ui-state-default a:hover {
    background: #226D9F;
    color:#fff;
    padding: 10px;

}
#tabs-min .ui-state-active a:hover {
    color:#fff;
    padding: 10px;
}

#tabs-min .ui-tabs-panel
{
    background: transparent;
    color: #333;
    font-family: 'Open Sans';
    padding: 20px 5px 10px 5px;
}

#tabs-min .ui-tabs-nav li {

    margin-right: 0px;
    padding: 0px;
}

#tabs-min ui-tabs-nav
{
    padding: 0px;
    margin: 0px;

}

#tabs-min table
{

}

.contentCombo
{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    color: 333;
    margin: 2px;
    padding: 2px 4px;
    width: 250px;
}

.contentInput
{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    color: 333;
    margin: 2px;
    padding: 2px 4px;
}

.contentTextarea
{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    color: 333;
    margin: 2px;
    padding: 2px 4px;
}

.short
{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    color: 333;
    margin: 2px;
    padding: 2px 4px;
}

#motoMenu
{
    margin-top: 10px;
    background: url(img/motomenubg.png) top left repeat-x transparent;
    text-align: left;
    color: white;
    padding: 0px 5px;
    border: 1px solid #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    width: 370px;

    -moz-box-shadow: 0 0 2px 0px #ccc;
    -webkit-box-shadow: 0 0 2px 0px #ccc;
    box-shadow: 0 0 2px 0px #ccc;


}

li.potato-menu-item {
    width:auto;
    padding: 2px 10px;

}
ul.potato-menu-group {
    z-index:1000;
}
li.potato-menu-item a {
    color: #333;
    padding: 2px 10px;
    display: block;
    text-transform: uppercase;
    font-family: 'Ubuntu', arial, trebuchet MS, trebuchet;
    font-weight: 400;
    font-size: 12px;
}

li.potato-menu-item a:hover {
    color: #333;
    display: block;
    font-family: 'Ubuntu', arial, trebuchet MS, trebuchet;
    background: url(img/motomenusubbg.png) top left repeat-y;
}

li.potato-menu-hover {
    background-color: transparent;
    color: #005297;
}

li.potato-menu-item ul {
    background: url(img/motomenusubbg.png) top left repeat-y;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 0 2px 2px #888;
    -webkit-box-shadow: 0 0 2px 2px #888;
    box-shadow: 0 0 2px 2px #888;
    margin: 0px;
    padding: 0px;
    border: 1px solid white;
    list-style-type: none;
}

li.potato-menu-item ul li
{
    width: 100%;
    color:#000;
    font-family: 'Ubuntu', arial, trebuchet MS, trebuchet;
    font-size: 13px;
    font-weight: 700;
    margin: 4px;

    height: 20px;
    list-style-type: none;
}

li.potato-menu-item ul li a:hover
{
    background: url(img/h2tech.png) top left repeat-x #226D9F;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    font-family: 'Ubuntu', arial, trebuchet MS, trebuchet;
    padding: 2px 10px;
}

li.potato-menu-item a img {
    border: 0px;
}

ul.potato-menu-vertical
{min-width: 150px;}

#ulxx1 li, #ulxx1 li span, #ulxx1 li span a, #ulxx1 li:hover, #ulxx1 li span:hover, #ulxx1 li span a:hover,  .mainMenuSelectedLi0 #ulxx1 span
{
    text-align: left;
    height: auto;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    background: transparent;
}

#ulxx1 li span a, .mainMenuSelectedLi0 #ulxx1 li span a
{
    display: block;
    font-family: 'Ubuntu', arial, trebuchet MS, trebuchet;
    padding: 2px 10px;
}

#ulxx1 li span a:hover, .mainMenuSelectedLi0 #ulxx1 li span a:hover
{
    display: block;
    background: url(img/h2tech.png) top left repeat-x #226D9F;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    font-family: 'Ubuntu', arial, trebuchet MS, trebuchet;
    padding: 2px 10px;
}

#ulxx1
{
    height: auto;
    padding: 2px;
}

#motomenu li.potato-menu-hover, #motomenu li.potato-menu-hover a:hover
{
    background: url(img/h2tech.png) top left repeat-x #226D9F;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    font-family: 'Ubuntu', arial, trebuchet MS, trebuchet;
    padding: 2px 10px;
}

.container .logo
{
    padding: 0px;
}

.container{
    padding: 0px;
}

.blueline
{
    height: 9px;
    background: url(img/blueline.png) top left repeat-x;
}

.graybg
{
    background: url(img/underslider.png) top left repeat-x #f4f3f3;
    padding-top: 20px;
}

/*img {
    display: block;
    height: auto;
    max-width: 100%;
}*/

.cpr {
    background: url(img/cprbg.png) top left repeat-x #585858;
    font-family: 'Ubuntu',trebuchet MS, trebuchet, arial, tahoma, verdana;
    color: #ccc;
    text-align: center;
    text-shadow: 0px 0px 2px #000;
    font-weight: bold;
    padding: 40px 0px;
    letter-spacing: 5px;
}

.foot img {
    display:none;
}

.foot a, .copyright a {
    color: #ccc;
}

.content > p > img{
    border-radius: 5px;
    border: 5px solid white;
    box-shadow: 0px 0px 2px 0px #ccc;
    display: block;
    height: auto;
    max-width: 100%;
}

.table tbody tr:hover td, .table tbody tr:hover th {
    background-color: white;
}

.rsp img
{
    display: block;
    height: auto;
    max-width: 100%;
}

.nav > li > a {

    padding: 15px 12px;
}

@media all and (max-width: 790px) {
    .footer
    {
        display: none;
    }
}