﻿/** 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;
}

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:#000000; padding:6px 0px 6px 0px;}
h4  {display:block;}
#checkout-div input, #checkout-div select, #shopper-page input, #shopper-page select {font-size:10px;}
hr {
    background-color:#ff9900;
    border:0px none #FFFFFF;
    color:#ff9900;
    height:1px;
}

strong, b {font-weight:bold;}
i   {font-style:italic;}

a { color: #999999; text-decoration: underline; }
a:hover { color: #009bff; text-decoration: none; }

.bold{ font-weight: bold !important;}
.underline{ text-decoration: underline !important; }
.hide{ display: none; }

.blue:link, .blue:visited{ color: #0000ff !important; }
.blue:hover, .blue:active{ color: #0000ff !important; }

.red{ color: #8e0000 !important; }
.red:link, .red:visited{ color: #8e0000 !important; }
.red:hover, .red:active{ color: #8e0000 !important; }

.underline:link, .underline:visited, .underline:active{ text-decoration: none !important; }
.underline:hover{ text-decoration: underline !important; }

.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;
}
/* End General 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:#C50000;
    padding:10px 10px 10px 10px;
    border:1px solid #C50000;
    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 {border:1px solid #cccccc;}
.border{ 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:430px;
}
.right_half
{
    float:right;
    width:430px;
}
.clear  {clear:both;}
.left {float:left;}
.right {float:right;}

.smaller_half_padded {width:305px; padding:10px 10px 10px 10px;}
.smaller_half_padded ul{ list-style-position: inside !important; }
#FullShopperContent ul{ list-style-position: inside !important; }
/* End Half Size Container Styles */

/* Start Product Page Styles */
/* 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 */

/* 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 */
