/* Action Tees core style sheet */

body {
    background: #fff url("/ateebg.jpg") repeat fixed;
    font-size: 12px;
    font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
    font-weight: 500;
}



/* ensure default font and size is echoed in tables */
table {
    font-size: 12px;
    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
}



/* hyperlinks */
a:link, a:visited {
    text-decoration: none;
    color: #03a;
    border-bottom: 1px dotted #03a;
}
a:link:hover, a:visited:hover {
    color: #b00;
    border-bottom: 1px solid #900;
}



/* plain links */
a.plain, a.plain:hover {
    color: inherit;
    border: none;
}



span.redText {
    color: #ff0000;
}



/* tshirt names */
h1 {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 2.5em;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    color: #30c;
    margin-top: 0;
}


/* header on non-tshirt pages */
h2 {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.8em;
    text-align: center;
    font-weight: bold;
    color: #f00;
    margin-top: 0;
    margin-bottom: 30px;
}


/* sub header on non t-shirt pages */
h3 {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #f00;
    margin-top: 30px;
}

/* sub-sub header on non t-shirt pages */
h4 {
    font-size: 1em;
    font-weight: bold;
    color: #000;
    margin-top: 20px;
}



/* footer (on every page) */
div.footer {
    text-align: center;
}
div.footer hr {
    width: 50%;
    margin: 0 auto;
    color: #000;
}



/* page element containing all the info relating to one tshirt */
/* (maybe a table or a div) */
.tshirt {
    width: 900px;
    min-width: 900px;
    margin: 0 auto 50px auto;
    padding: 30px 0;
    text-align: left;
}




/* t-shirt pic on left hand side */
table.tshirt td.tshirtLeftPic {
    width: 190px;
    padding: 0;
    vertical-align: middle;
}
table.tshirt td.tshirtLeftPic img {
    width: 190px;
    height: 290px;
    border: 0;
}



/* table of available sizes */
table.sizesTable {
}



/* table of available colours */
table.coloursTable td {
    text-align: center;
    font-size: 0.8em;
    width: 75px;
}
table.coloursTable img {
    width: 50px;
    height: 40px;
    border: 0;
    display: block;
    margin: 0 auto;
}



/* the pricing row */
div.pricingRow {
    border: 2px solid #000;
    margin: auto;
    width: 100%;
    height: 240px;
}



/* a pricing pane */
div.pricingPaneFront, div.pricingPaneBack, div.pricingPanePriceGuide, div.pricingPaneTotalCost {
    width: 222px;
    height: 100%;
    float: left;
}
div.pricingPaneFront, div.pricingPaneBack, div.pricingPanePriceGuide {
    border-right: 1px solid #000;
}
div.pricingPaneHeader {
    width: 100%;
    background: #e0e0e0 url("/pricerow/gradient.png") repeat-x scroll bottom left;
    border-bottom: 1px solid #000;
    font-size: 1.1em;
    font-weight: bold;
}



/* FRONT & BACK PRINTING OPTIONS */
/* the container of multiple printing options (no printing, small text, etc) */
div.pricingOptions {
    clear: both;
}

/* a single pricing "tile" (no printing, small text, etc) */
div.pricingOptions span {
    width: 70px;
    height: 70px;
    background-color: #ffc;
    border: 1px solid #ccc;
    font-size: 0.9em;
    text-align: center;
    float: left;
    display: block;
    cursor: pointer;
}
div.pricingOptions span:hover {
    background-color: #ff9;
    color: #b00;
}
div.pricingOptions span img {
    padding: 0 10px;
    width: 50px;
    height: 40px;
    display: block;
}
div.pricingOptions span.selected {
    background-color: #ff0;
}



/* PRICE GUIDE */
/* pricing guide table container */
div.priceGuideContainer {
    padding: 5px;
    position: relative;
}

/* pricing table */
div.priceGuideContainer table {
    width: 210px; /* NB: IE6 allocates too much space if this is 100% */
    margin-top: 20px;
    border-collapse: collapse;
}

/* add a border around the pricing table cells */
div.priceGuideContainer table, div.priceGuideContainer th, div.priceGuideContainer td {
    border: 1px solid #000;
}

/* pricing table header cells */
div.priceGuideContainer table th {
    background-color: #ddd;
    font-weight: bold;
    text-align: left;
}

/* pricing table cells */
div.priceGuideContainer table td {
    background-color: #fff;
}

/* the "prices are per shirt" msg */
div.priceGuideContainer div.perShirtMsg {
    font-size: 0.9em;
    font-style: italic;
}

/* the "inclusive of VAT" blurb */
div.priceGuideContainer div.vatText {
    position: absolute; /* NB: IE6 won't let this float on other divs if this is relative or floated */
    width: 410px;
    border: 1px solid #666;
    background-color: #ddd;
    font-size: 0.9em;
    text-align: center;
    padding: 5px;
    margin: 10px;
}
div.priceGuideContainer div.vatText strong {
    font-weight: bold;
    color: #f00;
}

/* loading msg */
div.loadingMsg {
    background-color: #000;
    color: #fff;
    position: absolute;
    width: 216px;
    padding: 2px;
    left: 0;
    bottom: 0;
}



/** CALCULATE TOTAL COST **/
div.totalCostContainer {
    padding: 5px;
}

/* the "total cost" inputs */
div.totalCostContainer input, select {
    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
    font-size: 0.9em;
}
div.totalCostContainer input {
    margin-bottom: 2px;
}
div.totalCostContainer label {
    float: left;
    width: 5em;
}
div.totalCostContainer div.totalCost {
    clear: both;
    margin-top: 10px;
    font-weight: bold;
    font-size: 0.9em;
}
a.contactFormLink {
    cursor: pointer;
    display: none; /* hidden at first */
}



/* FLOATING CONTACT FORM */
div.contactFormContainer {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 550px;
    width: 500px;
    z-index: 100;
    border: 1px solid #000;
    background-color: #fff;
    overflow: hidden;
}
/* override the above (IE6 will ignore this, which is
   good since it doesn't support fixed positioning) */
body>div.contactFormContainer {
    position: fixed;
}

iframe.contactForm {
    border: 0;
    width: 100%;
    height: 100%;
}
div.contactFormHeader {
    background: #e0e0e0 url("/pricerow/gradient.png") repeat-x scroll bottom left;
    font-size: 120%;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 5px;
}
img.contactFormCloseButton {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    cursor: pointer;
    width: 28px;
    height: 23px;
}



/* FAQ page */
a.topLink {
    font-weight: bold;
    display: block;
    width: 0;
    margin: 2em 5em;
    text-decoration: underline;
}

li.question {
    color: #f00;
    font-weight: bold;
    font-style: oblique;
}


ul.faqList li {
    margin-top: 10px;
    list-style-type: disc;
    color: #03a;
}


/* How to Order page */
ul.howToOrderList li {
    margin-top: 10px;
    list-style-type: disc;
}


table.paymentCards {
    margin: 5px auto 10px auto;
}
table.paymentCards a, table.paymentCards a:hover {
    border: none;
}
table.paymentCards img {
    border: none;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
}
table.paymentCards img:hover {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 2px solid #900;
    border-bottom: 2px solid #900;
}

/* contact page */
div.mapIcons {
    width: 200px;
    text-align: center;
}
div.mapIcons img {
    display: block;
    margin: 20px auto;
    border: 1px solid #000;
}
div.mapIcons img:hover {
    border: 1px solid #900;
}
div.mapIcons a, div.mapIcons a:hover {
    border: none;
}