﻿/** 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
blue:#000066
red:#CC0000
light blue:#494AA6
**/

/* Start General Styles */
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;  
	font-size:12px;
}

th {font-weight:bold;}

img { border:0px none #ffffff;}

h1  {font-weight:bold; font-size:1.5em; padding:5px 0px 5px 0px;}
h2  {font-weight:bold; font-size: 1.1em; padding:5px 0px 5px 0px;}
h3,.h3  {font-weight:bold; font-size: 15px; color:#000066; padding:6px 0px 6px 0px;}

input, select {font-size:10px;}

strong, b {font-weight:bold;}
i   {font-style:italic;}

a { color: #000066; text-decoration: underline; font-weight:bold;}
a:hover { color: #CC0000; text-decoration: underline; font-weight:bold;}

hr {
    background-color:#ff9900;
    border:0px none #FFFFFF;
    color:#ff9900;
    height:1px;
}

.small
{
    font-size: .9em;
}
.bold
{
    font-weight: bold;
}
.blocklabel{display:block;}

.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: #000066;
    font-size:11px;
    background-color: #cccccc;
    border:1px solid #000066;
    padding:2px 3px 2px 3px;
    text-decoration: none;
    font-weight:bold;
}
.AltButtonStyle .ButtonStyle
{
    color: #000066;
    font-size:11px;
    background-color: #cccccc;
    border:1px solid #000066;
    text-decoration: none;
    font-weight:bold;
}
.HighlightButtonStyle .ButtonStyle
{
    color: #000066;
    font-size:14px;
    background-color: #cccccc;
    border:1px solid #012e57;
    padding: 6px 6px 6px 6px;
    text-decoration: none;
    font-weight:bold;
}

.ButtonStyle:hover, .ButtonStyle:active
{
    cursor:pointer;
    color:#000066;
}
/* 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:#00ff00;
    padding:10px 10px 10px 10px;
    border:1px solid #00ff00;
    background-color: #ffffff;
    margin:5px 0px 5px 0px;
}
/* End Status Summary Styles */

/* Start Headings/Titles Styles */
.TitleText, .TitleText span
{
    background: #cc0000; color: #ffffff; font-weight: bold; font-size:12px; 
    padding:5px 5px 5px 5px; margin:0px 0px 10px 0px;
}
.TitleText2
{
    background: #ffffff; color: #000066; font-weight: bold; font-size:12px; 
    padding:5px 5px 5px 5px; margin:0px 0px 10px 0px;
}
.TitleText2 a
{
    background: #ffffff; color: #000066; font-weight: bold; font-size:12px; 
    
}
.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:330px;
}
.right_half
{
    float:right;
    width:330px;
}
.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: #000066; 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: #000066; font-weight: bold; }
/* price class used if 3 prices are specified */
.MSRPPrice			{display:block; color: #000066; font-weight: bold; }

.ProductName {font-size: 16px; font-weight: bold;}
.prod_name {font-size: 18px; font-weight: bold;color:#cc0000; width:240px;padding-bottom:4px; margin-bottom:0px;}
.prod_line {border-top:4px solid #cc0000;margin-top:10px;width:100%;}
.prod_desc {color:#cc0000;}
.prod_col1 {width:50%;}
.prod_col2 {width:50%;}
/* End Product Page Styles */

/* Start Department Page Styles */
.shortdescprod {font-size:10px; color:#494AA6; text-decoration:none;}

.deptlinkP { font-weight:normal; color:#666666;}
.deptlinkP:hover { font-weight:normal; color:#000066;text-decoration:none;}

.featured_container {padding-bottom:10px;}
.DeptPageTitle {font-size:16px;font-weight:bold;color:#000066;}
/* End Department Page Styles */
