﻿/** Styles in this sheet are available in Content Editor 
*** See SiteStyles.css for General Site Layout/Backgrounds Styles
*** Do not include positioning and layout styles in this sheet, use SiteStyles css file instead
**/

/* Start General Styles */
body
{
    font-family: Georgia, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

th
{
    font-weight: bold;
}

img
{
    border: 0px none #ffffff;
}

h1
{
    font-weight: bold;
    font-size: 18px;
    padding: 5px 0px 5px 0px;
}
h2
{
    font-weight: bold;
    font-size: 16px;
    padding: 5px 0px 5px 0px;
}
h3, .h3
{
    font-weight: bold;
    font-size: 14px;
    padding: 6px 0px 6px 0px;
}
h4
{
    font-weight: bold;
    font-size: 12px;
    padding: 6px 0px 6px 0px;
}

input, select
{
    font-size: small;
}

strong, b
{
    font-weight: bold;
}
i
{
    font-style: italic;
}
/*
a
{
    color: #999999;
    text-decoration: underline;
}
a:hover
{
    color: #009bff;
    text-decoration: none;
}
*/
hr
{
    background-color: #ff9900;
    border: 0px none #FFFFFF;
    color: #ff9900;
    height: 1px;
}

.purple
{
    color: #882576;
}

.orange
{
    color: #d54f1b;
}

.olive
{
    color: #8a856a;
}

.tealbox
{
    background-color: #07798b;
    color: #ffffff;
    width: 75px;
    padding: 0px 5px;
    margin: 5px;
}
.smaller
{
    font-size: smaller;
}
.small
{
    font-size: small;
}
.medium
{
    font-size: medium;
}
.large
{
    font-size: large;
}

.bold
{
    font-weight: bold;
}
.block, .blocklabel
{
    display: block;
}

.inline
{
    display: inline;
}

.StepNumber
{
    background-image: url(../images/stepBg.gif);
    background-position: top center;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    width: 30px;
    margin: 0px 5px 0px 0px;
    padding: 5px 0px 0px 0px;
    text-align: center;
}

/* End General Styles */

/* Start Button Styles */
.ButtonStyle
{
    color: #012e57;
    font-size: 11px;
    background-color: #648ABD;
    border: 1px solid #012e57;
    padding: 2px 3px 2px 3px;
    text-decoration: none;
}
.AltButtonStyle .ButtonStyle
{
    color: #648ABD;
    font-size: 11px;
    background-color: #012e57;
    border: 1px solid #ffffff;
    text-decoration: none;
}
.HighlightButtonStyle .ButtonStyle
{
    color: #000000;
    font-size: 14px;
    background-color: orange;
    border: 1px solid #012e57;
    padding: 6px 6px 6px 6px;
    text-decoration: none;
}

.ButtonStyle:hover, .ButtonStyle:active
{
    cursor: pointer;
    color: #ffffff;
}
/* End Button Styles */


/* Start Status Summary Styles */
.Error, .AspNet-Login-FailurePanel, .AspNet-PasswordRecovery-FailurePanel
{
    color: #ff0000;
    padding: 10px 10px 10px 10px;
    border: 1px solid #ff0000;
    background-color: #ffffff;
    margin: 5px 0px 5px 0px;
}
.Success
{
    color: #00788a;
    padding: 10px 10px 10px 10px;
    border: 1px solid #00788a;
    background-color: #ffffff;
    margin: 5px 0px 5px 0px;
}
/* End Status Summary Styles */

/* Start Headings/Titles Styles */
.TitleText, .TitleText span
{
    background: #666666;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 10px 0px;
}
.SectionHeading
{
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0px 3px 0px;
}
.asterisk
{
    color: #FF0000;
}
/* End Headings/Titles Styles */

/* Start Table Styles */
.TableStyle, .dataFormTable
{
    color: #000000;
    border-width: 0px;
}
.FullWidth
{
    width: 100%;
}
.TableStyle tr th, .TableStyle tr td, .dataFormTable tr th, .dataFormTable tr td
{
    padding: 5px 5px 5px 5px;
    border-width: 0px;
}
.HeaderRow, .HeaderRow th
{
    background-color: #eef5f4;
    color: #789792;
}
tr.AlternateRow td
{
    background-color: #eeeeee;
}
.dataFormTable tr th
{
    text-align: right;
    font-weight: normal;
}
.thwidths th
{
    width: 115px;
}
.dataFormTable select
{
    width: 150px;
}
.dataFormRow
{
    margin: 3px 0px 10px 0px;
}
.bordered, .bordered tr th, .bordered tr td, .borderedDiv
{
    border: 1px solid #cccccc;
}

.cartBottomContainer
{
    background-color: #f3f1e2;
    padding: 0px 0px 35px 0px;
}

.totalTable
{
    margin: 0px 0px 5px 0px;
}
.totalTable tr th, .totalTable tr td
{
    border-width: 0px;
    padding: 3px 5px 3px 5px;
    border-bottom: 1px solid #cccccc;
    font-size: 11px;
}
.totalTable tr th
{
    border-right: 1px solid #cccccc;
    text-align: right;
    padding-left: 12px;
}
.totalTable tr td
{
    color: #000000;
}
/* End Table Styles */

/* Start Half Size Container Styles */
.left_half
{
    float: left;
    width: 375px;
}
.right_half
{
    float: right;
    width: 375px;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.clear
{
    clear: both;
}

.smaller_half_padded
{
    width: 305px;
    padding: 10px 10px 10px 10px;
}
/* End Half Size Container Styles */

/* Start Product Page Styles */
/* PRICES IN BASKET */
.ListPricewSaleB
{
    display: block;
    text-decoration: line-through;
}
.SalePriceB
{
    display: block;
    color: #ff0000;
}
/* price class used when a product is not on sale */
.ListPricewoSaleB
{
    display: block;
}

/* price class used when a product is on sale */
.ListPricewSale
{
    display: block;
    color: #000000;
    font-weight: bold;
    text-decoration: line-through;
}
.SalePrice
{
    display: block;
    color: #ff0000;
    font-weight: bold;
}
/* price class used when a product is not on sale */
.ListPricewoSale
{
    display: block;
    color: #000000;
    font-weight: bold;
}
/* price class used if 3 prices are specified */
.MSRPPrice
{
    display: block;
    color: #000000;
    font-weight: bold;
}

.ProductName
{
    font-size: 16px;
    font-weight: bold;
}
/* End Product Page Styles */
#welcome_links, a
{
    color: #b9b292;
}
#welcome_links a
{
    color:#d54f1b;
    text-transform:uppercase;
    font-weight:bold;
    text-decoration:none;
    font-size:10px;
}
