
body {
    font-family: Arial, "MS Trebuchet", sans-serif;
}


.columnWrap:before,.columnWrap:after{content: "";   display: table;}
.columnWrap:after{clear: both;}
.columnWrap{zoom: 1;}

#top-logo {
    background-image: url(logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 160px;
}

#top-logo-2 {
    margin: auto;
    width: 1000px;
}

.tlogos {
    float: left;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;    
    width: 33%;
}

#tlogo-telstra, #tlogo-cwo {
    height: 160px;
}

#tlogo-telstra { background-image: url(buscentre.png) }

#tlogo-cwo { background-image: url() }

#tlogo-cbw {
    background-image: url(logo.png);
    height: 146px;
    margin-top: 6px;
}


#top-blue-bar {
    text-align: center;
    padding: 15px;
    background-color: #131454;
    color: #FFFFFF;
}

h1, h2 {
    text-align: center;
    font-weight: normal;
}

h1 {
    font-size: 1.4em;
}

h2 {
    color: #131454;
    font-size: 0.9em;
}

.rqd { }

.row p:before,.row p:after{content: "";   display: table;}
.row p:after{clear: both;}
.row p{zoom: 1;}

#wait-outer {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width 100%;
    height: 0;
    background-image: url('wait-bg.png');
}

#wait-inner {
    background-image: url('/templates/loading.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

#main-page {
    
}

.wid-full { width: 100% }
.wid-half { width: 50% }

.row {
    float: left;
    margin: 5px 0;
}

.main-page h3 {
    float: left;
    width: 100%;
    background-color: #91D2FE;
    text-align: left;
    padding: 10px;
    box-sizing:border-box;
}

.main-page h4 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 6px;
    color: #CD0A0A;
    text-align: center;
}

.row-comm {
    float: left;
    display: inline-block;
    padding: 5px;
    font-style: italic;
}

.wid-half label {
    float: left;
    display: block;
    text-align: right;
    width: 120px;
    margin-right: 10px;
    padding: 5px;
}

.wid-half input[type="text"] {
    float: left;
    display: block;
    width: calc( 100% - 150px);    
    border: 1px solid #858585;
    padding: 6px 1px;
}

.wid-half select {
    float: left;
    display: block;
    border: 1px solid #858585;
    padding: 5px 1px;
    background-color: #FFFFFF;
    width: calc( 100% - 150px);
}

.billy-notes {
    font-style: italic;
    font-size: .9em;
    padding: 12px;
    float: left;
    width: 90%;
}

.billy-box {
    border: 1px solid #8C8C8C;
    width: 1000px;
    margin: auto;
    margin-bottom: 20px;
}

.popbox label {
    float: left;
    width: 70px;
    text-align: right;
    margin: 6px 10px 0 0;
}

.popbox select {
    float: left;
    display: block;
    border: 1px solid #858585;
    padding: 5px 1px;
    background-color: #FFFFFF;
}

#extra-shirt-dets {
    width: 95%; 
    float: left; 
    font-size: .8em; 
    font-style: italic;
    text-align: center;
    padding: 6px 0 0 0;
}

#bottom-padder { margin-bottom: 160px }

#footer-box {
    position:fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-top: 10px;
    background-color: #131454;
}

#footer-box fieldset {
    height: 90px;
    margin-bottom: 10px;
    border-color: #FFFFFF;
}

#footer-box legend {
    color: #FFFFFF;
}

.ang-price {
    margin-left: 20px;
    background-color: #FFFFFF;
    padding: 4px 10px;
}

.ang-angry {
    color: #870500;
}

#cart-details {
    color: #FFFFFF;
}

div[class*="tot-col-"]{
    float: left;
}

.tot-col-1 {
    width: 40%;
    text-align: right;
}

.tot-col-2 {
    width: 30%;
    text-align: center;
}

.tot-col-3 {
    width: 25%;
    text-align: right;
}

.tot-col-4 {
    width: 50%;
    text-align: right;
}

#order-now, #order-now:active, #order-now:visited {
    color: #FFFFFF;
    padding: .4em 1em;
    border: 1px solid #007A13;
    background-color: #007A13;
    border-radius: 4px;
    text-decoration: none;
}

#order-now:hover {
    color: #FFFF00;
    background-color: #204303;
}

.missing-data {
    -webkit-box-shadow: 0px 0px 22px 3px rgba(255,3,3,1);
    -moz-box-shadow: 0px 0px 22px 3px rgba(255,3,3,1);
    box-shadow: 0px 0px 22px 3px rgba(255,3,3,1);
}

#error-mess {
    color: #E2E400;
    font-weight: bold;
    text-align: right;
    font-size: 1.1em;
}

input[type="checkbox"]{
    float: left;
    -webkit-appearance:none;
    width:23px;
    height:23px;
    background:white;
    border-radius:5px;
    border:2px solid #555;
}

input[type="checkbox"]:checked {
    background-image: url(green-tick-100.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1010px){
    .billy-box, #top-logo-2 {
        width: 95%;
    }    
    
    
}

@media screen and (max-width: 660px){
    #tlogo-telstra, #tlogo-cwo {
        height: 120px;
    }
    #tlogo-cbw {
        margin-top: 15px;
        height: 90px;
    }
    
    .wid-half {
        width: 100%;
    }
    
    .wid-half label {
        text-align: left;
        width: 99%;
    }
    .wid-half input[type="text"], .wid-half select {
        width: 96%;
        margin-left: 2%;
    }
    
    .wid-half select {
        margin-left: 2%;
    }
    
    #bottom-padder { margin-bottom: 220px }
    #footer-box fieldset { height: 150px; width: 90% }
    
    .tot-col-1 {
        display: none;
    }
    
    .tot-col-2 {
        width: 60%;
    }
    
    .tot-col-3{
        width: 30%
    }
}

.alt-down {
    margin: auto;
    width: 800px;
    padding: 6px 0;
}

.alt-comm {
    text-align: center;
    margin: 4px 0;
}

.alt-link {
    text-align: center;
    margin: 4px 0;
}

.alt-link a, .alt-link a:visited, .alt-link a:active {
    color: #2a4d99;
    font-weight: bold;
}

.alt-link a:hover {
    background-color: #870500;
    color: #FFFFFF;
}
















