/**
* Main css file for Texmate, Inc Website.
*
* NB: We are using Blurprints CSS for a CSS Framework.
**/

/* Set the grid to be on the left of the page */
body {
    margin: 0px;
}
.container {
    margin-left: 0px;
}

.header {
    min-width: 960px;
    width: 100%;
    height: 84px;
    margin: 0;
    padding: 0;
    background: url(../images/headerbg.gif) repeat-x
}
.logo {
    width: 413px;
    height: 84px;
    margin: 0;
    padding: 0;
    float: left;
    background: #fff;
}
.logo img {
    margin: 0;
    padding: 0;
}
.collage {
    text-align: right;
    width: 479px;
    height: 84px;
    margin: 0;
    padding: 0;
    float: right;
}
.nav {
    min-width: 960px;
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0;
    background: url(../images/navbg.gif) repeat-x;
    padding-top: 10px;
    text-align: center;
}
.footer {
    min-width: 960px;
    width: 100%;
    height: 42px;
    background: url(../images/footerbg.gif) repeat-x;
    padding-top: 8px;
    text-align: center;
}
.footer p {
    color: #fff;
    font-weight: bold;
}

/*
Custom lists: larger text
for better visibility and useability.
*/
ul {
    list-style-image: url(../img/arrow.red.24.png);
}
ul.plain {
    list-style-image: none;
}
ul.bigger li a, p.bigger, div.bigger {
    font-weight: bold;
    font-size: 1.2em; line-height: 1.1; margin-bottom: 1em; /* h4ish */
}
ul.pdflist {
    margin-left: 0px;
    margin-right: 0px;
    list-style-position: inside;
    list-style-image: url(../img/pdficon_small.gif);
}
ul li.span-3 {
    float: left;
    margin-right: 10px;
    width: 110px;
}
form ul {
    list-style: none;
}
ul.errorlist {
    border-top: 2px solid #991f36;
    color: #991f36;
    font-weight: bold;
    list-style-image: url(../img/arrow.red.24.png);
    list-style-position: inside;
    background: #fae1e1;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 2px;
    padding-top: 3px;
    padding-bottom: 2px;
}
th, td {
    vertical-align: top;
}
/*
* Code snippets
*/
code, pre {
    color: #991f1f;
    background-color: #f0f0f0;
}
pre {
    padding: 5px;
    white-space: pre-line;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
}
.highlightcode pre {
    color: #000;
}
.linenos pre {
    color: #408080;
}
.box pre {
    background-color: transparent;
    color: #000;
    padding: 0px;
    font-size: 1.2em;
}
.deepblue pre.box { /* This is the Distributor configuration Meter Code display box */
    background: #fff;
    padding-left: 2px;
}
/*
Custom sidebar stuff
*/

.box-border {
    border: 3px solid #2e406b;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
/* Use a .colorbox to create a colored box inside a column.  */ 
.colorbox {
    margin-right: 5px;
}
.deepblue {
    background: #1b5877;
    color: #fff;
}
.deepblue h2 {
    color: #fff;
}
.errorbox { background: #991f1f; }
.errorbox a:hover { color: #000; }
.errorbox {
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
p img.border {
    border: 3px solid #2e406b;
}
p img.nofloat {
    float: none;
}
p.spaced {
    line-height: 2em;
}
/*.fontwhite, .fontwhite a {
    color: #fff !important;
}
.fontwhite a:hover {
    color: #000 !important;
}*/
.fontblack, .fontblack a {
    color: #000 !important;
}
.fontblack a:hover {
    color: #fff !important;
}
li>strong.fontblack {
    background-color: white;display:inline-block;
    width: 100%;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;

}
.inline-block {
    display:inline-block;
}
.normal { font-weight: normal; }
/*
Accordion
*/
#accordion, #accordion2 {
    margin: 20px 0px;
    font-weight: normal !important;
    color: #000 !important;
}

.toggler, .togglerB, .toggler-no { /* Used for h2, h3, h4 classes. */
    cursor: pointer;
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    border-right-color: #ddd;
    border-bottom-color: #ddd;
    background: #D2E0E6;
    color: #2e406b;
    margin: 0 0 2px 0;
    padding: 3px 5px 5px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.toggler-no {
    cursor: auto;
    color: #000;
}

div.element p, div.elementB p, div.element h4, div.elementB ol,
.elementbox p, elementbox h4, .elementbox ul {
    margin:0px;
    padding:4px;
}
.elementbox ol {
    padding-left: 10px;
    padding-bottom: 4px;
}
.elementbox {
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 2px;
}
.alt {
    background-color: #eee;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.element .alt {
    background-color: #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#accordion ul {
    list-style: none;
}

/* Stripes */
.stripe div:nth-of-type(odd), .stripe li:nth-of-type(odd), .stripe td:nth-of-type(odd) {
    background-color: #edf3fe;
}
.stripehover:hover {
    background-color: #edf3fe;
}
div.stripehover:last-of-type:hover {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
/* Table */
th {
    background: #00a4e9;
    color: #fff;
}
pre table {
     width: 65%;
}
pre table th {
    background: none;
    color: #000;
}
pre table th, pre table td {
    padding: 0px;
    margin: 0px;
}
/* Rounded corners on Vertically oriented table th arrangements*/
.th-vert tr:first-of-type th {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}
.th-vert tr:last-of-type th {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
/*
* Download button
*/
.dl {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: url(../img/download-arrow.24.png) no-repeat center right #afe900;
    padding-left: 5px;
    padding-top: 5px;
    pading-bottom: 5px;
}
.dl a:hover {
    color: #fff;
}
/*
*
*/
#engsrvOP-CUSTOM_price {
    width: 60px;
}
#engsrvOP-CUSTOM_description {
    width: 99%
}

/*
* Initial state for Google Checkout getting Shipping Methods for UPS/FedEx shipping rate quotes.
*/
#shippingmethods, #ca_tax_exemption {
    display: none;
}
#ca_tax_exemption label {
    font-weight: normal;
}
#id_special_instructions {
    height: 50px !important;
    width: 540px;
}
#shippingspinner {
    display: none;
}

