﻿/* standard html elements */
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Open+Sans:wght@300..800&display=swap');
body {
    font-family: 'Open Sans', Arial, sans-serif; 
    font-size: 14px;
    background-color: white;
    margin: 0px 0px 0px 0px;
    color: #333333;
}
input[type="text"], input[type="password"], input[type="number"]  {
    font-family:  'Open Sans', Arial, sans-serif; 
    font-size: 14px;
    height: 24px;
    border: 1px solid #909090;
    background-color: #F0F0F0;
    border-radius: 4px;
    box-shadow: inset 1px 1px 2px #C0C0C0;   
}
.inputbox {
    border: 1px solid #909090;
    background-color: #F0F0F0;
    border-radius: 4px;
    box-shadow: inset 1px 1px 2px #C0C0C0;   
}
td .inputline {
    height: 20px;
    margin: 4px 2px 1px 2px;
    border: none;
    box-shadow: none;
    width: 95%;
}
td .lined {
    border-bottom: 2px dotted #C0C0C0;
}
select {
    font-family:  'Open Sans', Arial, sans-serif; 
    font-size: 14px;
    height: 28px;
    border: 1px solid #909090;
    background-color: #F0F0F0;
    border-radius: 4px;
    box-shadow: inset 1px 1px 2px #C0C0C0;   
}
textarea {
    font-family:  'Open Sans', Arial, sans-serif; 
    font-size: 14px;
    border: 1px solid #909090;
    background-color: #F0F0F0;
    padding: 2px;
    border-radius: 4px;
    box-shadow: inset 1px 1px 2px #C0C0C0;   
}
input[type="radio"],input[type="checkbox"]
{
	vertical-align: middle;
	height: 16px;
    width: 16px;
	transform: scale(1.5);
    -webkit-transform: scale(1.5); /* Safari and Chrome */
	margin-right: 10px;
	margin-bottom: 7px;
    margin-top: 7px;
}
h1 {
    font-family: 'Varela Round', 'Open Sans', sans-serif;
    font-weight: normal;
    color: #909090;
    font-size: 25px;
    line-height: 32px;
    margin-top: 0px;
    margin-bottom: 15px;
}
h2 {
    font-family: 'Varela Round', 'Open Sans', sans-serif;
    font-weight: normal;
    color: #909090;
    font-size: 19px;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 12px;
}
a {
    color: #ff7f2a;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
ul {
    padding-left: 15px;
}
/* application wide classes */
.activebutton {
    height: 38px;
    border: none;
    border-radius: 19px;
    box-shadow: 2px 2px 5px #B0B0B0;
    background-color: #ff7f2a;
    color: white;
    font-family: 'Varela Round','Open Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;
    -webkit-appearance: none;
}
.inactivebutton {
    height: 38px;
    border: solid 1px  #ff7f2a;
    border-radius: 19px;
    box-shadow: 2px 2px 5px #B0B0B0;
    background-color: white;
    color:  #ff7f2a;
    font-family: 'Varela Round','Open Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;
    -webkit-appearance: none;
}
.imagebutton {
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}
.nav{
    font-family: 'Varela Round','Open Sans', sans-serif;
    font-size: 19px;
    font-weight: normal;
}
.act{
    color: #808080;
}
.nomobile {
}
.nosmall {
}
.notiny {
}
.nocustom {
}
.textarea {
}
.textcolumn {
    float: left;
    width: 33%;
}
.textcolumn2 {
    float: left;
    width: 66%;
}
.textcolumn3 {
    float: left;
    width: 33%;
}
.textcolumn4 {
    float: left;
    width: 66%;
}
.textbox {
    padding-right: 20px;
    padding-bottom: 20px;
}
.formtable{
    color: grey;
    line-height: 20px;
}
.formtable td {
    padding-right: 4px;
    padding-bottom: 1px;
}
.tab {
    background-color: white;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    border-radius: 15px 15px 0px 0px;
    padding: 2px;
    text-align: center;

    font-family: 'Varela Round', 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #707070;
    margin-top: 0px;
    margin-bottom: 5px; 
    height: 22px;
}
.box {
    background-color: white;
    border: 1px solid #808080;
    border-radius: 0px 15px 15px 15px;
    box-shadow: 2px 2px 10px #606060;
}
.boxcontent {
    padding: 10px;
}
.contentbox {
    background-color: #F8F8F8;
    border: 1px solid #C0C0C0;
    border-radius: 15px;
    padding: 10px;
    margin-right: 15px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 5px #D0D0D0;
}
.info{
    color: #707070;
}
.last 
{
    margin-right: 0px;
    margin-left: 30px;
}
.middle 
{
}
.listtable {
    width: 100%;
    border-collapse: collapse;
    border-bottom: solid 1px #C0C0C0;
}
.listtable TD {
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top;
    border-top: solid 1px #C0C0C0;
}
.listimagecolumn {
    width: 150px;
}
.listimage {
   border-radius: 8px;
   width: 140px;
   height: 105px;
}
.listname 
{
    font-size: 14px;
    font-weight: bold;
}
.listprice {
    font-family: 'Varela Round','Open Sans', sans-serif;
    font-size: 17px;
    color: #909090;
}
.pricespacer {
    height: 2px;
    width: 95px;
}
.detailtable {
    width: 100%;
}
.detailtable td {
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 7px;
    vertical-align: top;
    border-top: solid 1px #D0D0D0;
}
.detaillegend {
    width: 30%;
    color: grey;
}
.detaildata {
    width: 75%;
}
.detailprice {
    font-family: 'Varela Round','Open Sans', sans-serif;
    font-size: 19px;
    color: #909090;
}
.detailphone {
    font-family: 'Varela Round','Open Sans', sans-serif;
    font-size: 19px;
}
.photoview {
    width: 100%;
    margin-bottom: 10px;
}
.photo {
    border-radius: 12px;
    width: 100%;
}
.editbox {
    position: absolute;
    right: 10px;
    top: -20px;
    width: 150px;
    height: 140px;
    background-color: white;
    border: solid 1px #c0c0c0;
    border-radius: 5px;
    padding: 5px;
    display: none;
    text-align: left;
    line-height: 47px;
    box-shadow: 2px 2px 5px #B0B0B0;
    z-index: 1005;
}
.editbox img{
   vertical-align: middle;
}
.editclose {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
/* paging */
.pglink {
    font-family: 'Varela Round','Open Sans', sans-serif;
    font-size: 20px;
    margin: 5px;
}
.pgcur {
    font-family: 'Varela Round','Open Sans', sans-serif;
    font-size: 20px;
    color: #909090;
    margin: 5px;
}

/* master page elements */
#inactiveback {
    background-color: black;
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    display: none;
    z-index: 999;
}
#header {
    background-color: #E0E0E0;
    border-bottom: 1px solid #C0C0C0;
    height: 105px;
}
#headercontent {
    width: 940px;
    height: 105px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#main {
}
#maincontent {
    margin: 0px;
    padding: 0px;
    background-color: white;
    border: 0px;
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#localarea {
    position: absolute;
    right: 15px;
    top: 15px;
}
#loginarea {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
#topmenu {
    position: absolute;
    left: 260px;
    bottom: -1px;
}
.menubox {
    float: left;
    padding: 13px;
}
.menuboxact {
    float: left;
    padding: 13px;
    background-image: url('Images/selector.png');
    background-position: bottom center;
    background-repeat: no-repeat;
}
.menuboxact a {
    color: #808080;
}
#sidenav {
    background-color: #524c4c;
    padding: 10px;
    color: white;
    width: 0px;
    height: 100%;
    left: 0px;
    right: 0px;
    display: none;
    overflow: hidden;
    position: fixed;
    z-index: 1000;
}
#sidenav a {
    color: white;
}
#sidenav .act {
    color: #808080;
}
#logo {
    position: absolute;
    width: 220px;
    height: 100px;
    background-image: url('Images/logo220x100.png');
    left: 0px;
    right: 0px;
}
#mobilenav {
    display: none;
}
.loginlink{
    position: absolute; 
    right: 20px; 
    top: 13px;
    color: #B0B0B0;
}

/* homepage elements */
#facebook {
    position: absolute; 
    right: 15px; 
    top: 20px; 
    width: 160px; 
    height: 20px; 
    text-align: right;
}
#advertise {
    position: absolute; 
    right: 15px; 
    bottom: 30px; 
    height: 20px; 
    width: auto; 
    padding: 9px 20px 9px 20px; 
    text-align: center; 
    //box-shadow: 2px 2px 5px #404040; 
    //cursor: pointer;
}
#homeimage {
    background-image: url('Images/motofast.jpg'); 
    background-position: right bottom;
    width: 920px; 
    height: 290px; 
    margin:0px; 
    padding: 0px; 
    border-radius: 18px;
    position: relative;
    margin-bottom: 20px;
}
#quicksearchtab {  
    position: absolute;
    left: 20px;
    top: -10px;
    width: 180px;
}
#quicksearch {
    position: absolute;
    left: 20px;
    top: 15px;
    width: 400px;
    height: 255px;
}
#quicksearch td {
    width: 200px;
}
.halfinput {
    width:100%;
}
.topmotolist {
    width: 100%; 
    height: 227px; 
    margin-bottom: 10px;
    overflow: hidden;
}
.topmoto {
    position: relative;
    width: 140px; 
    height: 227px; 
    float: left;
    line-height: 18px;
    overflow: hidden;

 /*    background-color: yellow; */
}
.topmototext {
    color: #A0A0A0;
    font-size: 12px;
}
.topmotolink {
    width: 20px;
    height: 16px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

/* footer */
.footer {
    width: 93%;
    margin-top: 20px;
    border-top: 1px solid #c0c0c0;
    padding: 10px;
    color: #b0b0b0;
}
.footer a {
    color: #b0b0b0;
}
.footercolumn {
    float: left;
    width: 19%;
}

/* member area*/
.menuicon {
    width: 120px;
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

/* responsive: wide */
@media only screen and (max-width: 960px) {
    #headercontent{
        width: 99%;
    }
    #maincontent {
        width: 99%;
        padding: 0px;
    }
    #homeimage {
        width: 100%;
    }

}
/* responsive medium*/
@media only screen and (max-width: 790px) {
    .nosmall {
        display: none;
    }
    .textcolumn {
        width: 49%;
    }
    .textcolumn2 {
        width: 100%;
    }
    .textcolumn3 {
        width: 100%;
    }
    .textcolumn4 {
        width: 49%;
    }
    .middle {
        margin-right: 0px;
    }
    .last {
        margin-left: 0px;
    }
    .footercolumn {
        width: 49%;
    }
}
/* responsive small */
@media only screen and (max-width: 630px) {
    .nomobile {
        display: none;
    }
    .textcolumn {
        width: 100%;
    }
    .textcolumn4 {
        width: 100%;
    }
    .listimagecolumn {
        width: 100px;
    }
    .listimage {
       border-radius: 5px;
       width: 100px;
       height: 75px;
    }
    .pricespacer {
        width: 95px;
    }
    .topmotolist {
        height: 215px;

    }
    .topmoto {
        width: 100px;
        height: 215px;
    }
    .contentbox {
        margin-right: 0px;
    }
    #header {
        height: 60px;
    }
    #headercontent {
        height: 60px;
    }
    #mobilenav {
        display: inline;
    }
    #localarea {
        display: none;
    }
    #topmenu {
        display: none;
    }
    #logo {
        width: 150px;
        height: 40px;
        background-image: url('Images/logo150x40.png');
        left: 10px;
        top: 8px;
    }
    #quicksearch {
        left: 0px;
        width: 100%;
    }
    .halfinput {
        width: 100%
    }
    #quicksearchtab {
        left: 0px;
    }
    #quicksearchtab td {
        width: 50%;
    }
    #homeimage {
        background-image: none;
        height: 305px;
    }
    #facebook {
        left: 0px;
        top: 275px;
    }
    #advertise {
        bottom: 0px;
        right: 0px;
        background-color: #B0B0B0;
    }
}
@media only screen and (max-width: 380px) {
    .notiny {
        display: none;
    }
    .listimagecolumn {
        width: 80px;
    }
    .listimage {
       border-radius: 5px;
       width: 80px;
       height: 60px;
    }
    .pricespacer {
        width: 80px;
    }
    .topmoto {
        width: 80px;
    }
    .topmotolist {
        height: 221px;

    }
    .topmoto {
        width: 100px;
        height: 221px;
    }
    .listtable TD {
        padding-right: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .listprice {
      font-size: 14px;
    }
    .detaillegend {
        width: 40%;
    }
}