﻿/** 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:arial,helvetica,sans-serif;  
	font-size:12px;
	background: #000000;
}

th {font-weight:bold; color: #ffffff;  }

img { border:0px none #ffffff;}

h1  {font-weight:bold; font-size:1.5em; padding:5px 0px 5px 0px; color: #ffffff; }
h2  {font-weight:bold; font-size: 1.1em; padding:5px 0px 5px 0px; color: #ffffff; }
h3,.h3  {font-weight:bold; font-size: 15px; color:#ff9900; padding:6px 0px 6px 0px; color: #ffffff; }
h1.searchPathTitle {display: inline; font-size: 12px; font-weight: normal;}

input, select {font-size:12px; color: #000000; }

strong, b {font-weight:bold;}
i   {font-style:italic;}

a { color: #ffffff; text-decoration: none; }
a:hover { color: #ffffff; text-decoration: none; }
a img{ border: none; text-decoration: none; }

hr {
    background-color:#666666;
    border:0px none #FFFFFF;
    height:1px;
}

.small{font-size: 10px;}
.red{ color: #ff0000; }
.white{ color: #ffffff; }
.blocklabel{display:block;}
.bold{ font-weight: bold; }
.black{ color: #000000 !important; }

.StepNumber 
{
    background-image: url(../images/stepBg1.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:6px 0px 0px 0px; 
    text-align:center;
}

/* End General Styles */

/* Start Button Styles */
.ButtonStyle
{
    color: #000000;
    background-color: #ffffff;
    border:1px solid #666666;
    padding:2px 3px 2px 3px;
    text-decoration: none;
    font-size:11px;
}
.qvdiv .ButtonStyle
{
    color: #000000 !important;
    padding: 2px 3px !important; 
    border:1px solid #666666 !important;
    font-size: 11px !important; 
}
.AltButtonStyle .ButtonStyle
{
    color: #000000;
    background-color: #ffffff;
    border:1px solid #000000;
    font-size:11px;
    text-decoration: none;
}
.HighlightButtonStyle .ButtonStyle
{
    color: #000000;
    font-size:14px;
    background-color: #ffffff;
    border:1px solid #012e57;
    padding: 6px 6px 6px 6px;
    text-decoration: none;
}

.ButtonStyle:hover, .ButtonStyle:active
{
    cursor:pointer;
    color: #666666;
    text-decoration: none;
}
/* End Button Styles */


/* Start Status Summary Styles */
.Error, .AspNet-Login-FailurePanel, .AspNet-PasswordRecovery-FailurePanel
{
    color:#ff0000;
    padding:10px 10px 10px 10px;
    /*width: 400px;*/
    background-color: #ffffff;
    margin:5px 0px 5px 0px;
}
.Success
{
    color:#000000;
    padding:10px 10px 10px 10px;
    border:1px solid #888888;
    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;
}
.optional .asterisk {display: none; visibility: hidden;}
/* End Headings/Titles Styles */

/* Start Table Styles */
.TableStyle,.dataFormTable     {color:inherit; 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: #999999; color: #ffffff;}
tr.AlternateRow td   {background-color:#000000;}
.dataFormTable tr th    {text-align:right; font-weight:normal;}
.thwidths th { width:115px; }
.dataFormTable select {width:150px;}
.dataFormRow {margin:3px 0px 10px 0px;}
.bordered{border: 1px solid #CCCCCC}
/*.bordered tr td {border:1px solid #cccccc; background: #FFFFFF; color: #000000; }*/
.TableStyle td a{ color: #000000; color: #FFFFFF; }

.cartBottomContainer {background-color:#ffffff; padding:0px 0px 0px 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;color:#000000;}
.totalTable tr th {border-right:1px solid #cccccc; text-align:right; padding-left:12px;}
/* 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;}

.left-align{ text-align: left; }
.right-align{ text-align: right; }
.center-align{ text-align: center; }

.smaller_half_padded {width:305px; padding:10px 10px 10px 10px; background: #FFFFFF; color: #000000; }
.smaller_half_padded a{ color: #000000; }
.smaller_half_padded .h3{ color: #000000; }
/* 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; }
.SalePrice			{display:block; color: #ff0000; }
/* price class used when a product is not on sale */
.ListPricewoSale	{display:block; color: #FFFFFF; }
/* price class used if 3 prices are specified */
.MSRPPrice			{display:block; color: #FFFFFF; }

.ProductName {font-size: 16px; font-weight: bold;}
/* End Product Page Styles */

/* Start Footer Styles */
.footer-xsmall{ font-size: 12px; }
.footer-small{ font-size: 15px; }
.footer-medium{ font-size: 18px; }
.footer-large{ font-size: 20px; }
.footer-xlarge{ font-size: 24px; font-weight: bold; }
/* End Footer Styles */

/* Start Shopper Account */
.shopper_main{ background:#FFFFFF; color: #000000; padding: 25px; }
.shopper_main h3{ color: #000000; }
/* End Shopper Account */