
.fakelink:link
{
    color: #3623ca;
}
.fakelink:visited
{
    color: #3623ca;
}
.fakelink:hover
{
    color: #ca3232;
}
a:link
{
    color: #3623ca;
}
a:visited
{
    color: #3623ca;
}
a:hover
{
    color: #ca3232;
}
input[type=button]
{
    cursor: pointer;
    border: 1px solid lightgrey;
    background-color: white;
}
input[type=button]:hover
{
    cursor: pointer;
    border: 1px solid grey;
    background-color: lightgrey;
}
input[type=text]:hover
{
    cursor: auto;
}


@media screen and (max-width: 800px) {
    #mainouter
    {
        width: 100%;
        clear: both;
        height: auto;
        background-color: white;
        min-height: 700px;
        font-size: 20px;
    }
    #maininner
    {
        width: 100%;
        clear: both;
        height: auto;
        background-color: white;
        margin: auto auto;
    }
    #mainheader
    {
        width: 100%;
        clear: both;
        height: auto;
        background-color: white;
        margin-bottom: 0px;
    }
    #mainheaderlogo
    {
        width: 0px;
        height: 0px;
        float: left;
        display: none;
    }
    #mainheadertext
    {
        width: 100%;
        height: auto;
        float: none;
        text-align: center;
    }
    #mainheadertitle
    {
        font-size: 30px;
        text-align: center;
        font-weight: bold;
        margin-top: 0px;
    }
    #mainheaderaccountmenu
    {
        text-align: center;
    }
    #mainheaderpubsmenu
    {
        
    }
    #mainbody
    {
        width: 100%;
        clear: both;
        height: auto;
        background-color: white;
        min-height: 600px;
    }
    #mainsidebar
    {
        width: 100%;
        float: left;
        min-height: 500px;
        height: auto;
        padding-left: 1%;
        min-height: 10px;
    }
    #maincontent
    {
        width: 100%;
        clear: both;
        height: auto;
        background-color: white;
        float: left;
        min-height: 10px;
    }
    #mainfooter
    {
        width: 90%;
        clear: both;
        height: auto;
        background-color: white;
        margin-bottom: 20px;
    }
    #mainfooterleft
    {
        padding-left: 1%;
        float: none;
        min-height: 30px;
        height: auto;
        text-align: center;
    }
    #mainfooterright
    {
        padding-left: 1%;
        float: none;
        min-height: 30px;
        height: auto;
        text-align: center;
    }
    .serieslink
    {
        color: #3623ca;
        font-size: 18px;
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }
    .serieslink:hover
    {
        color: #ca3232;
        cursor: pointer;
    }
    .filterrow
    {
        width: 95%;
        padding-bottom: 10px;
    }
    .searchfielddropdown
    {
        width: 95%;
        border: 1px solid gray;
        font-size: 20px;
        -webkit-appearance: none;
    }
    .searchfieldinput
    {
        width: 95%;
        border: 1px solid gray;
        font-size: 20px;
        -webkit-appearance: none;
    }
    .searchfieldbutton
    {
        width: 95%;
        height: 30px;
        -webkit-appearance: none;
        margin-bottom: 10px;
    }
    .footerlink:link
    {
        color: #3623ca;
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }
    .footerlink:visited
    {
        color: #3623ca;
    }
    .footerlink:hover
    {
        color: #ca3232;
    }
    .pageheader
    {
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 20px;
        padding-top: 10px;
        margin-left: 1%;
    }
    #searchresultsarea
    {
        padding-bottom: 20px;
    }
    #searchresultsgrid
    {
        clear: both;
        width: 99%;
        padding-bottom: 0px;
    }
    .searchresultsrow
    {
        clear: both;
        width: 100%;
        padding-bottom: 10px;
    }
    .searchresultscell
    {
        width: 100%;
        clear: both;
        float: left;
        border: 0px solid gray;
        cursor: pointer;
    }
    .searchresultscellinner
    {
        width: 90%;
        clear: none;
        float: left;
        border: 0px solid gray;
        margin-bottom: 2%;
        padding-bottom: 2%;
        padding-top: 2%;
        padding-left: 2%;
        padding-right: 2%;
        box-shadow: 0px 3px 8px rgba(0, 0, 0, .6);
    }
    #searchnavarea
    {
        width: 99%;
        clear: both;
        padding-bottom: 20px;
    }
    #searchnavleft
    {
        width: 49%;
        clear: none;
        float: left;
    }
    #searchnavcentre
    {
        width: 0%;
        clear: none;
        float: left;
    }
    #searchnavright
    {
        width: 49%;
        clear: none;
        float: left;
        text-align: left;
    }
    .navbutton
    {
        width: 50%;
        height: 30px;
        -webkit-appearance: none;
    }
    .cardimage
    {
        width: 100%;
        height: 400px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
        border-radius: 20px;
    }
    .cardimagenone
    {
        width: 100%;
        height: 400px;
        text-align: center;
    }
    .cardimagenoneinner
    {
        padding: 20px;
        border: 1px dashed gray;
        border-radius: 20px;
        height: 360px;
    }
    .searchresultscelldetails
    {
        margin-top: 10px;
        text-align: center;
    }
    #carddetailsarea
    {
        padding-top: 20px;
    }
    .detailsimage
    {
        width: 95%;
        height: auto;
        float: left;
        min-height: 100px;
        padding-left: 1%;
    }
    .detailsimagenone
    {
        width: 100%;
        height: 250px;
        text-align: center;
    }
    .detailsimagenoneinner
    {
        padding: 20px;
        border: 1px dashed gray;
        border-radius: 20px;
        height: 210px;
    }
    .detailsdetails
    {
        width: 95%;
        height: auto;
        float: left;
        min-height: 100px;
        clear: both;
        padding-left: 1%;
    }
    .detailsactions
    {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        height: auto;
    }
    .detailsactionsinner
    {
        font-size: 20px;
    }
    .actionsarealeft
    {
        width: 100%;
        float: left;
        clear: both;
    }
    .actionsarearight
    {
        width: 100%;
        float: right;
        clear: both;
    }
    .detailsbutton
    {
        width: 90%;
        height: 30px;
        -webkit-appearance: none;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .basketactions
    {
        width: 99%;
        margin-left: 1%;
    }
    #basketsummaryarea
    {
        clear: both;
        width: 95%;
    }
    .basketlink:link
    {
        color: #3623ca;
    }
    .basketlink:visited
    {
        color: #3623ca;
    }
    .basketlink:hover
    {
        color: #ca3232;
    }
    .basketrow
    {
        width: 99%;
        clear: both;
        padding-bottom: 10px;
        height: auto;
        margin-left: 1%;
    }
    .basketrowno
    {
        width: 100%;
        min-height: 10px;
        float: left;
        height: auto;
        clear: both;
    }
    .basketcard
    {
        width: 100%;
        min-height: 10px;
        float: left;
        height: auto;
        clear: both;
    }
    .basketprice
    {
        width: 100%;
        min-height: 10px;
        float: left;
        height: auto;
        clear: both;
    }
    .checkoutrow
    {
        width: 99%;
        min-height: 10px;
        float: left;
        height: auto;
        margin-bottom: 15px;
        margin-left: 1%;
    }
    .checkoutlabel
    {
        width: 100%;
        min-height: 10px;
        float: left;
        height: auto;
        clear: both;
        margin-bottom: 5px;
    }
    .checkoutfield
    {
        width: 100%;
        min-height: 10px;
        float: left;
        height: auto;
        clear: both;
    }
    .checkoutfieldinput
    {
        width: 79%;
        border: 1px solid gray;
        -webkit-appearance: none;
    }
    .checkoutactionsarealeft
    {
        width: 100%;
        min-height: 10px;
        float: left;
        height: auto;
        clear: both;
    }
    .checkoutactionsarearight
    {
        width: 100%;
        min-height: 10px;
        float: right;
        height: auto;
        clear: both;
    }
    .checkoutbutton
    {
        width: 90%;
        height: 30px;
        -webkit-appearance: none;
        margin-bottom: 10px;
        font-size: 20px;
    }
    #loginarea
    {
        padding-top: 20px;
    }
    #checkoutarea
    {
        padding-top: 20px;
    }
    .inerror
    {
        border: 1px solid red;
    }
    .widebutton
    {
        width: auto;
        height: 30px;
        -webkit-appearance: none;
    }
    .accountarea
    {
        border: 1px solid gray;
        margin-bottom: 10px;
        padding: 5px;
        width: 95%;
    }
    
    .myorders
    {
        width: 100%;
        clear: both;
    }
    .anorder
    {
        width: 97%;
        clear: both;
        border: 1px solid gray;
        margin-bottom: 10px;
        padding: 5px;
        height: auto;
    }
    .anorderdetail
    {
        width: 97%;
        clear: both;
        border: 1px solid gray;
        margin-top: -11px;
        padding: 5px;
        height: auto;
        margin-bottom: 10px;
    }
    .anordercol
    {
        width: 100%;
        clear: both;
        float: left;
        padding: 5px;
    }
    
    .mobileonly
    {
        display: block;
    }
    .mobileonlyinline
    {
        display: inline;
    }
    .desktoponly
    {
        display: none;
    }
    .desktoponlyinline
    {
        display: none;
    }
    
    .orderconfirmarea
    {
        width: 99%;
        margin-left: 1%;
    }
    
    #socialmediadesktop
    {
        margin-top: 0px;
    }
    
    #socialmediamobile
    {
        margin-top: 00px;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .smlink
    {
        font-size: 25px;
    }
}

@media screen and (min-width: 800px) {
    #mainouter
    {
        width: 100%;
        clear: both;
        height: auto;
        background-color: white;
        min-height: 700px;
        font-size: 10pt;
    }
    #maininner
    {
        width: 90%;
        clear: both;
        height: auto;
        background-color: white;
        margin: auto auto;
    }
    #mainheader
    {
        width: 90%;
        clear: both;
        height: auto;
        background-color: white;
        margin-bottom: 15px;
    }
    #mainheaderlogo
    {
        width: 300px;
        height: auto;
        float: left;
        display: block;
    }
    #mainheadertext
    {
        width: auto;
        height: auto;
        float: right;
        text-align: left;
    }
    #mainheadertitle
    {
        font-size: 30px;
        text-align: right;
        font-weight: bold;
        margin-top: 20px;
    }
    #mainheaderaccountmenu
    {
        text-align: right;
    }
    #mainheaderpubsmenu
    {
        
    }
    #mainbody
    {
        width: 90%;
        clear: both;
        height: auto;
        background-color: white;
        min-height: 600px;
    }
    #mainsidebar
    {
        width: 20%;
        float: left;
        min-height: 500px;
        height: auto;
        padding-left: 1%;
        min-height: 600px;
    }
    #maincontent
    {
        width: 77%;
        clear: none;
        height: auto;
        background-color: white;
        float: right;
        min-height: 580px;
        border-left: 1px solid #3623ca;
        padding-left: 10px;
    }
    #mainfooter
    {
        width: 90%;
        clear: both;
        height: auto;
        background-color: white;
        margin-bottom: 20px;
    }
    #mainfooterleft
    {
        padding-left: 1%;
        float: left;
        min-height: 30px;
        height: auto;
        text-align: left;
    }
    #mainfooterright
    {
        padding-left: 1%;
        float: right;
        min-height: 30px;
        height: auto;
        text-align: right;
    }
    .serieslink
    {
        color: #3623ca;
        font-size: 18px;
        display: inline;
        width: auto;
        text-align: left;
        padding-bottom: 0px;
    }
    .serieslink:hover
    {
        color: #ca3232;
        cursor: pointer;
    }
    .filterrow
    {
        width: 90%;
        padding-bottom: 10px;
    }
    .searchfielddropdown
    {
        width: 100%;
        border: 1px solid gray;
        font-size: 10pt;
        -webkit-appearance: none;
    }
    .searchfieldinput
    {
        width: 100%;
        border: 1px solid gray;
        font-size: 10pt;
        -webkit-appearance: none;
    }
    .searchfieldbutton
    {
        width: 100%;
        height: 30px;
        -webkit-appearance: none;
        margin-bottom: 5px;
    }
    .footerlink:link
    {
        color: #3623ca;
        display: inline;
        width: auto;
        text-align: left;
        margin-bottom: 10px;
    }
    .footerlink:visited
    {
        color: #3623ca;
    }
    .footerlink:hover
    {
        color: #ca3232;
    }
    .pageheader
    {
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 20px;
        padding-top: 10px;
        margin-left: 0%;
    }
    #searchresultsarea
    {
        padding-bottom: 20px;
    }
    #searchresultsgrid
    {
        clear: both;
        width: 99%;
        padding-bottom: 0px;
    }
    .searchresultsrow
    {
        clear: both;
        width: 100%;
        padding-bottom: 10px;
    }
    .searchresultscell
    {
        width: 33.33%;
        clear: none;
        float: left;
        border: 0px solid gray;
        cursor: pointer;
    }
    .searchresultscellinner
    {
        width: 90%;
        clear: none;
        float: left;
        border: 0px solid gray;
        margin-bottom: 2%;
        padding-bottom: 2%;
        padding-top: 2%;
        padding-left: 2%;
        padding-right: 2%;
        box-shadow: 0px 3px 8px rgba(0, 0, 0, .6);
    }
    #searchnavarea
    {
        width: 99%;
        clear: both;
        padding-bottom: 20px;
    }
    #searchnavleft
    {
        width: 33%;
        clear: none;
        float: left;
    }
    #searchnavcentre
    {
        width: 33%;
        clear: none;
        float: left;
    }
    #searchnavright
    {
        width: 33%;
        clear: none;
        float: left;
        text-align: right;
    }
    .navbutton
    {
        width: 50%;
        height: 30px;
        -webkit-appearance: none;
    }
    .cardimage
    {
        /* 62mm x 88mm */
        width: 100%;
        height: 275px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
        border-radius: 20px;
    }
    .cardimagenone
    {
        width: 100%;
        height: 275px;
        text-align: center;
    }
    .cardimagenoneinner
    {
        padding: 20px;
        border: 1px dashed gray;
        border-radius: 20px;
        height: 230px;
    }
    .searchresultscelldetails
    {
        margin-top: 10px;
        text-align: center;
    }
    #carddetailsarea
    {
        padding-top: 20px;
    }
    .detailsimage
    {
        width: 33%;
        height: auto;
        float: left;
        min-height: 100px;
        padding-left: 0%;
    }
    .detailsimagenone
    {
        width: 100%;
        height: 250px;
        text-align: center;
    }
    .detailsimagenoneinner
    {
        padding: 20px;
        border: 1px dashed gray;
        border-radius: 20px;
        height: 210px;
    }
    .detailsdetails
    {
        width: 65%;
        height: auto;
        float: right;
        min-height: 100px;
        clear: none;
        padding-left: 0%;
    }
    .detailsactions
    {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 0px;
        height: auto;
    }
    .detailsactionsinner
    {
        font-size: 20px;
    }
    .actionsarealeft
    {
        width: 50%;
        float: left;
        clear: none;
    }
    .actionsarearight
    {
        width: 50%;
        float: right;
        clear: none;
    }
    .detailsbutton
    {
        width: 90%;
        height: 30px;
        -webkit-appearance: none;
        margin-bottom: 0px;
        font-size: 10pt;
    }
    .basketactions
    {
        width: 100%;
        margin-left: 0%;
    }
    #basketsummaryarea
    {
        clear: both;
        width: 90%;
    }
    .basketlink:link
    {
        color: #3623ca;
    }
    .basketlink:visited
    {
        color: #3623ca;
    }
    .basketlink:hover
    {
        color: #ca3232;
    }
    .basketrow
    {
        width: 100%;
        clear: both;
        padding-bottom: 10px;
        height: auto;
        margin-left: 0%;
    }
    .basketrowno
    {
        width: 10%;
        min-height: 10px;
        float: left;
        height: auto;
        clear: none;
    }
    .basketcard
    {
        width: 70%;
        min-height: 10px;
        float: left;
        height: auto;
        clear: none;
    }
    .basketprice
    {
        width: 20%;
        min-height: 10px;
        float: left;
        height: auto;
        clear: none;
    }
    .checkoutrow
    {
        width: 100%;
        min-height: 10px;
        float: left;
        height: auto;
        margin-bottom: 5px;
        margin-left: 0%;
    }
    .checkoutlabel
    {
        width: 20%;
        min-height: 10px;
        float: left;
        height: auto;
        clear: none;
        margin-bottom: 0px;
    }
    .checkoutfield
    {
        width: 80%;
        min-height: 10px;
        float: left;
        height: auto;
        clear: none;
    }
    .checkoutfieldinput
    {
        width: 79%;
        border: 1px solid gray;
        -webkit-appearance: none;
    }
    .checkoutactionsarealeft
    {
        width: 40%;
        min-height: 10px;
        float: left;
        height: auto;
        clear: none;
    }
    .checkoutactionsarearight
    {
        width: 40%;
        min-height: 10px;
        float: right;
        height: auto;
        clear: none;
    }
    .checkoutbutton
    {
        width: 50%;
        height: 30px;
        -webkit-appearance: none;
        margin-bottom: 0px;
        font-size: 10pt;
    }
    #loginarea
    {
        padding-top: 20px;
    }
    #checkoutarea
    {
        padding-top: 20px;
    }
    .inerror
    {
        border: 1px solid red;
    }
    .widebutton
    {
        width: auto;
        height: 30px;
        -webkit-appearance: none;
    }
    .accountarea
    {
        border: 1px solid gray;
        margin-bottom: 10px;
        padding: 5px;
        width: 100%;
    }
    
    .myorders
    {
        width: 100%;
        clear: both;
    }
    .anorder
    {
        width: 97%;
        clear: both;
        border: 1px solid gray;
        margin-bottom: 10px;
        padding: 5px;
        height: auto;
    }
    .anorderdetail
    {
        width: 97%;
        clear: both;
        border: 1px solid gray;
        margin-top: -11px;
        padding: 5px;
        height: auto;
        margin-bottom: 10px;
    }
    .anordercol
    {
        width: 22%;
        clear: none;
        float: left;
        padding: 5px;
    }
    .mobileonly
    {
        display: none;
    }
    .mobileonlyinline
    {
        display: none;
    }
    .desktoponly
    {
        display: block;
    }
    .desktoponlyinline
    {
        display: inline;
    }
    
    .orderconfirmarea
    {
        width: 100%;
        margin-left: 0%;
    }
    
    #socialmediadesktop
    {
        margin-top: 20px;
    }
    
    #socialmediamobile
    {
        margin-top: 20px;
    }
    
    .smlink
    {
        font-size: 20pt;
    }
}