﻿/** 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:46A4E8
dark blue:006EBF
**/

/* Start General Styles */
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;  
	font-size:12px;
	color:#ffffff;
	background-image:url(../images/DA.BackgroundTile.gif);
    background-position:center top;
    background-repeat:repeat;
    background-color:#000000;
}

p{color:#ffffff;}

#site_html
{
    background-image:url(../images/DA.BackgroundTile.gif);
    background-position:center top;
    background-repeat:repeat;
    background-color:#000000;
    text-align:center;
}

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:#ff9900; padding:6px 0px 6px 0px;}

input, select {font-size:10px;}

strong, b {font-weight:bold;}
i   {font-style:italic;}

a { color: #ffffff; text-decoration: none; }
a:hover { color: #ffffff; text-decoration: underline; }

hr {
    border:0px none #FFFFFF;
    color:#ffffff;
    height:1px;
}

.small
{
    font-size: .9em;
}
.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;
}

.red{ color: red; }
/* End General Styles */

/* Start Button Styles */
.ButtonStyle
{
    color: #ffffff;
    font-size:11px;
    font-weight:bold;
    background-color: #648ABD;
    border:1px solid #012e57;
    padding:2px 3px 2px 3px;
    text-decoration: none;
}
.AltButtonStyle .ButtonStyle
{
    color: #ffffff;
    font-size:11px;
    font-weight:bold;
    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 #ffffff;
    background-color: #000000;*/
    margin:5px 0px 5px 0px;
}
.Success
{
    color:#00ff00;
    padding:10px 10px 10px 10px;
    border:1px solid #ffffff;
    background-color: #000000;
    margin:5px 0px 5px 0px;
}
/* End Status Summary Styles */

/* Start Headings/Titles Styles */
.TitleText, .TitleText span
{
    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:#ffffff; 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      {color: #ffffff;}
tr.AlternateRow td   {}
.dataFormTable tr th    {text-align:right; font-weight:normal;}
.thwidths th { width:115px; }
.dataFormTable select {width:150px;}
.dataFormRow {margin:3px 0px 10px 0px;}
.dataFormRow input {font-size:12px;}
.bordered, .bordered tr th, .bordered tr td {border:1px solid #ffffff;}
.border {border:1px solid #ffffff;}
.cartBottomContainer {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 #ffffff; font-size:11px;}
.totalTable tr th {border-right:1px solid #ffffff; text-align:right; padding-left:12px;}
.totalTable tr td   {color:#ffffff;}
/* End Table Styles */

/* Start Half Size Container Styles */
.left_half
{
    float:left;
    width:450px;
    padding:10px 10px 10px 10px;
}
.right_half
{
    float:right;
    width:450px;
    padding:10px 10px 10px 10px;
}
.left {float:left;}
.right {float:right;}
.clear  {clear:both;}

.smaller_half_padded {width:305px; padding:10px 10px 10px 10px;}
.smaller_half_padded2 {width:440px; padding:10px 20px 10px 10px;margin-right:20px;}
/* 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: #ffffff; font-weight: bold; text-decoration:line-through;font-size:14px; text-align:right;}
.SalePrice			{display:block; color: #46A4E8; font-weight: bold;font-size:16px; text-align:right;}
/* price class used when a product is not on sale */
.ListPricewoSale	{display:block; color: #46A4E8; font-weight: bold;font-size:16px; text-align:right;}
/* price class used if 3 prices are specified */
.MSRPPrice			{display:block; color: #46A4E8; font-weight: bold;font-size:16px; text-align:right;}

.ListPricewSaleA		{display:block; color: #ffffff; font-weight: bold; text-decoration:line-through;font-size:14px; }
.SalePriceA			{display:block; color: #46A4E8; font-weight: bold;font-size:16px; }
/* price class used when a product is not on sale */
.ListPricewoSaleA	{display:block; color: #46A4E8; font-weight: bold;font-size:16px; }
/* price class used if 3 prices are specified */
.MSRPPriceA			{display:block; color: #46A4E8; font-weight: bold;font-size:16px; }

.ProductName {font-size: 16px; font-weight: bold;}
.prod_id{color:#cccccc;padding:8px 0px 8px 0px;}
/* End Product Page Styles */

.dept_grid {padding:4px;}
.deptlinkP {color:#46A4E8;font-size:14px;font-weight:bold;text-decoration:none;}
.deptlinkP:hover {color:#ffffff;font-size:14px;font-weight:bold;text-decoration:none;}
.deptdescdiv {color:#ffffff;}
.dept_prod_desc {color:#ffffff;font-size:10px;}
.dept_prod_image {border:1px solid #46A4E8; min-height:80px;}
.prod_alt_image {border:1px solid #46A4E8;}
.featured_container {padding:5px;}
.terms {border:1px solid #ffffff;padding:10px;margin:10px;font-size:12px;font-weight:normal;}
.recently_viewed {border:1px solid #46A4E8;}