﻿/** 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, Times New Roman, Serif;  
	font-size:small;
	background-color: #ffffff;
}

th {font-weight:bold;}

img { border:0px none #ffffff;}

h1  {font-size:x-large; font-family:Georgia, Times New Roman, Serif; color:#653109; padding:5px 0px 5px 0px;}
h2  {font-weight:bold; font-size: medium; padding:5px 0px 5px 0px;}
h3,.h3  {font-weight:bold; font-size: small; color:#ff9900; padding:6px 0px 6px 0px;}

input, select {font-size:11px;}

strong, b {font-weight:bold;}
i   {font-style:italic;}

a {font-size:small; font-family:Georgia, Times New Roman, Serif; color:#653109; text-decoration:none;}
a:hover { color: #009bff; text-decoration: none; }

hr {
    background-color:#ff9900;
    border:0px none #FFFFFF;
    color:#ff9900;
    height:1px;
}

.small
{
    font-size: small;
}
.blocklabel{display:block;}

.StepNumber 
{
    background-image: url(../images/stepBg.gif); 
    background-position: top center; 
    background-repeat:no-repeat; 
    color:#ffffff; 
    font-size:medium; 
    font-weight:bold; 
    height:30px; 
    width:30px;
    margin:0px 5px 0px 0px;
    padding:5px 0px 0px 0px; 
    text-align:center;
}

.wrapper_main
{
    background-color:#FFFFFF;
    height:auto;
}

.page_padding
{
    padding:5px 15px 5px 15px;
}
/* End General Styles */

/****** Start Button Styles ******/
.ButtonStyle
{
    color: #012e57;
    font-size:small;
    background-color: #648ABD;
    border: none;
    padding:2px 3px 2px 3px;
    text-decoration: none;
    cursor:pointer;
}
.AltButtonStyle .ButtonStyle
{
    color: #648ABD;
    font-size:small;
    background-color: #012e57;
    border:1px solid #ffffff;
    text-decoration: none;
}
.HighlightButtonStyle .ButtonStyle
{
    color: #000000;
    font-size:small;
    background-color: orange;
    border:1px solid #012e57;
    padding: 6px 6px 6px 6px;
    text-decoration: none;
}

.ButtonStyle:hover, .ButtonStyle:active
{
    cursor:pointer;
    color:#ffffff;
}

.addtocart-button .ButtonStyle
{
    
    background-image: url(../images/buttons/btnaddbskt.gif);
    height:41px;
    width:154px;
}

/* shoppingbag btn styles */

.btnContinueShopping .ButtonStyle 
{
    background-image:url(../images/buttons/btn_continue_shopping.jpg);
    width:173px;
    height:33px;
    
}

.btnRedeemCoupon .ButtonStyle
{
    background-image:url(../images/buttons/btnRedeemCoupon.jpg);
    width:146px;
    height:33px;    
}

.btnAddComment .ButtonStyle
{
    background-image:url(../images/buttons/btnAddComments.jpg);
    width:137px;
    height:33px;
}

.btnBuyNow .ButtonStyle
{
    background-image:url(../images/buttons/btnbuynow.jpg);
    width:96px;
    height:33px;
}
/* end shopping btn bag styles */

/* checkout btn styles */

.btnPurchase .ButtonStyle
{
    background-image:url(../images/buttons/btnpurchase2.jpg);
    width:107px;
    height:33px;    
    border: none;
}

.buttonShippingOptions .ButtonStyle
{
    background-image:url(../images/buttons/btnGetShippingOptions.jpg);
    width:190px;
    height:33px;    
    border: none;
}

.buttonUpdateShippingOptions .ButtonStyle
{
    background-image:url(../images/buttons/btnUpdateShippingOptions.jpg);
    width:218px;
    height:33px;    
    border: none;
}
/* end checkout btn styles */

/* login btn styles */
.btnSignIn
{
    background-image:url(../images/buttons/btnlogin.jpg);
    width:73px;
    height:33px;
    border:none;
}
/* end login btn styles */

/* my account btn styles */
.btnUpdate .ButtonStyle
{
    background-image:url(../images/buttons/btnupdate.jpg);
    width:90px;
    height:33px;
}

/* end my account btn styles */
.btnCreate .ButtonStyle
{
    background-image:url(../images/buttons/btnCreateAccount.jpg);
    width:154px;
    height:33px;
}
/* create account button styles */

/* send email Button style */

.btnSendEmail
{
    background-image:url(../images/buttons/btnsend.jpg);
    width:67px;
    height:33px;
    border:none;
}
/* End send email Button style */

/* end create account button styles */

/***** End Button Styles *****/


/* Start Status Summary Styles */
.Error, .AspNet-Login-FailurePanel, .AspNet-PasswordRecovery-FailurePanel
{
    color: #F70400;
    padding:10px 10px 10px 10px;
    border:1px solid #F70400;
    background-color: #ffffff;
    margin:5px 5px 5px 5px;
    font-weight: bold;
}
.Success
{
    color:#ffffff;
    padding:10px 10px 10px 10px;
    border:1px solid #48915A;
    background-color: #6B798C;
    margin:5px 5px 5px 5px;
    font-weight: bold;
}
.Success a
{
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
.Success a:hover
{
	color: #F70400;
}
/* End Status Summary Styles */
/* Start Headings/Titles Styles */
.TitleText, .TitleText span
{
    background: #666666; color: #ffffff; font-weight: bold; font-size:small; 
    padding:5px 5px 5px 5px; margin:0px 0px 10px 0px;
}
.SectionHeading
{
    font-size:small;
    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, .borderContainer {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:small;}
.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_prod_page
{
    float:left;
    width:375px;
}
.right_half_prod_page
{
    float:right;
    width:500px;
}

.left_half
{
    float:left;
    width:375px;
}
.right_half
{
    float:right;
    width:375px;
}


.left {float:left;}
.right {float:right;}
.clear  {clear:both;}
.block {display:block;}
.inline {display:inline;}

.smaller_half_padded {width:305px; padding:10px 10px 10px 10px;}
/* End Half Size Container Styles */

/* Start Default page styles */
.default_promo_content
{
	background-color: #697C8D;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
}


.brown
{
	background-color: #6D2F00;
}

/* End Default page styles */

/* Start Product Page Styles */
/* PRICES IN BASKET */
.ListPricewSaleB		{display:block; color: #653109; font-weight: bold; font-size:medium; font-family:Georgia, Times New Roman, Serif; text-decoration:line-through; }
.SalePriceB			{display:block; color: #000000; font-weight: bold; font-size:medium; font-family:Georgia, Times New Roman, Serif; }
/* price class used when a product is not on sale */
.ListPricewoSaleB	{display:block; color: #653109; font-weight: bold; font-size:medium; font-family:Georgia, Times New Roman, Serif;}

/* price class used when a product is on sale */
.ListPricewSale		{display:block; color: #653109; font-weight: bold; font-size:medium; font-family:Georgia, Times New Roman, Serif; text-decoration:line-through; }
.SalePrice			{display:block; color: #000000; font-weight: bolder; font-size:large; font-family:Georgia, Times New Roman, Serif;}
/* price class used when a product is not on sale */
.ListPricewoSale	{display:block; color: #653109; font-weight: bold; font-size:medium; font-family:Georgia, Times New Roman, Serif;}
/* price class used if 3 prices are specified */
.MSRPPrice			{display:block; color: #653109; font-weight: bold; font-size:medium; font-family:Georgia, Times New Roman, Serif;}

.skuContainer
{
    border:solid 1px #E8D9B0;
    padding:20px 0px 20px 10px;
    margin-top:10px;
}
.productName {font-size:large; font-family:Georgia, Times New Roman, Serif; color:#653109; }
.prodLinks{font-size:small; font-family:Georgia, Times New Roman, Serif;}
.skuLabel{font-size:small; font-weight:bold; font-family:Georgia, Times New Roman, Serif;}
.divProductPromo
{
    background-color:#6D2F00;
    color:White;
    height:25px;
    padding:5px 10px 0px 10px;
    font-family:Georgia, Times New Roman, Serif;
    font-size:small;
}

.divProductRelatedItemsHeader
{
    background-image:url(../images/relatedproducts.gif);
    border:solid 1px #E8D9B0;
    height:25px;
}

.divProductRelatedItemsContainer
{
    border:solid 1px #E8D9B0;
}

#divProdPageContent
{    
    
    margin:10px 20px 10px 20px;
}
/* End Product Page Styles */

/* dept page styles */

#deptContentWrapper
{
    width:100%;
}

#deptDescription
{
    border:solid 1px #000000;
}

.deptProduct
{
	padding: 10px;
}
/* end dept page styels */

/* mixed dept/ dept landing page styles */

.deptContentLeft
{       
    text-align:center;
    float:left;
    width:650px;
}

.deptContentRight
{
    float:right;    
    width:250px;
}

/* end mixed dept/ dept landing page styles */

/* deptLanding page styles */
#divDeptLandingHeader
{
    background-color:#697C8D;
    padding:5px 5px 5px 5px;
}

#divDeptLandingMainContent
{
    background-color:#FFFFFF;
}

/* end dept landing page styles */