﻿body 
{
	background-color: #5b7a50;
	font-family: Arial,Helvetica,sans-serif;
	color: #fdfbe4;
	font-size: 10pt;
	
}
a
{
    color: #fce0a7;
	text-decoration: none;
}
a:hover
{
    text-decoration: underline;    
}
#leftColumn a
{
	color: #fce0a7;
	text-decoration: none;
	font-weight: bold;
}
#leftColumn a:hover
{
	text-decoration: underline;
}
#leftColumn ul
{
    padding-left: 10px;
	margin-left: 10px;
	list-style-image: url(../images/bullet.gif);
}
#wrap
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #4a7b4c;
}
#logo
{
    position: absolute;
    padding: 20px 0px 0px 40px;
}
#topBanner
{
    background-image: url(../images/topBanner.jpg);
    width: 800px;
    height: 67px;
}
#bottomBanner
{
    background-image: url(../images/bottomBanner.jpg);
    width: 800px;
    height: 104px;
}
#leftColumn
{
    float: left;
    width: 195px;
    margin: 60px 10px 10px 10px;
    padding: 10px;
    background-color: #7a8f67;
}
#rightColumn
{
    float: left;
    width: 545px;
    padding: 10px;
}
.childMenu
{
	text-align: right;
	font-weight: bold;
	padding: 20px 10px 21px 0px;
	font-size: 16px;
}
.childMenu a
{
	color: #fdfbe4;
	text-decoration: none;
	padding-left: 9px;
}
.childMenu a:hover
{
	color: #5c2462;
}
.childPhone
{
	float: right;
	padding: 15px 15px 0px 0px;
	color: #fdfbe4;
}
.childPhone a
{
	color: #e5d305;
	text-decoration: none;
}
.childPhone a:hover
{
	text-decoration: underline;
}
.sideBarHeader
{
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 5px;
    color: #33472d;
}
.button
{
    background-color: #67276f;
    color: #FFF;
    font-weight: bold;
    border: none;
    padding: 3px 10px 3px 10px;
    cursor: pointer;
    font-size: 12px;
    font-family: Arial;
    text-decoration: none;
}

.button:hover
{
    background-color: #af7bac;
    text-decoration: none;
    color: #000;
}
.myAccountHeader
{
    border-top: dotted 1px #FFFFFF;
    margin-top: 7px;
    padding: 7px 0px 7px 0px;
    border-bottom: dotted 1px #FFFFFF;
}
.myOrderHeader
{
    margin-bottom: 7px;
    padding: 7px 0px 7px 0px;
    border-bottom: dotted 1px #FFFFFF;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                              Membership                                        */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.forms
{
    background: #7a8f67;
    padding: 10px;
    margin-bottom: 10px;
}
.boxTitle
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding: 3px;
	padding-left: 5px;
	background-color: #67276f;
	color: White;
}
.successBold
{
	font-size: 14px; 
	color: #e5d309; 
	font-weight: bold;
}
.lblMessage
{
	color: #e5d309;
	font-style: italic;
	font-weight: bold;
}
/*******************************************************************************/
/********************************  Store  **************************************/
/*******************************************************************************/
#storeLeftColumn
{
	float:left;
	width: 30%;	
}
.storeLeftColumnContents
{    
	border-right: dotted 1px silver;
	padding: 10px;
}
.storeRightColumn
{
	float: left;
	width: 70%;
}
.storeRightColumnContents
{
    padding: 10px;
}
.searchArea
{
	color: #7d5426; 
	font-weight: bold; 
	font-size: 11px;
}
.search
{
	color: #9d0b0f; 
	font-weight: bold; 
	text-transform: uppercase; 
	padding-bottom: 5px; 
	font-size: 12px;
}
.line
{
	border-bottom: dotted 1px gray; 
	padding-top: 10px;
}
.leftHeading
{
	padding-top: 10px; 
	color: #9d0b0f; 
	font-weight: bold; 
	text-transform: uppercase;
}
.leftMenuLinks
{
	padding: 20px 10px 0px 10px;	
	font-size: 11px;
	font-family: Tahoma, Arial;
}
.leftMenuLinks ul
{
	padding-left: 10px;
	margin-left: 10px;
	list-style-image: url(images/bullet.gif);
}
.leftMenuLinks li
{
	padding-bottom: 2px;
}
.leftMenuLinks a
{
	color: #7d5426;
}
.leftMenuLinks a:hover
{
	color: #9d0b0f;
	text-decoration: none;
}
.storeThumbnail
{
	width: 140px;
	height: 150px;
	display: table;
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid #4f7647 1px;
	background-color: #7a8f67;
	float: left;
	padding: 5px;	 
}

.storeThumbnail div
{ 
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;
}
/*Hack for IE*/
.storeThumbnail div
{ 
	*margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
}
.storeThumbnail a img
{
	border-left: solid 2px #cecece;
	border-top: solid 2px #cecece;
	border-right: solid 2px #7b7a76;
	border-bottom: solid 2px #7b7a76;
	padding: 5px;
	background-color: White;	
}
.storeThumbnail a:hover img
{
	
}
.storeThumbnail a
{
	text-decoration: none;
	color: #fce0a7;
	font-weight: bold;
}
.storeThumbnail a:hover
{
	
}

.storeThumbnailTitle
{
	padding-top: 3px;
	margin: 0px;
}
/*////BreadCrumbs////*/

.breadCrumbs
{
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #4f7647;
	padding: 5px;
	background-color: #7a8f67;
	margin-bottom: 23px;
	color: #ffffff;
}
.breadCrumbs a
{
	color: #fce0a7;
}

/*/////Products Screen//////*/
.productsListingTable
{
	border: solid 1px #7a8f67;
	width: 100%;	
}
.productTitle
{
	font-size: 13px;
}
.productTitle a
{
	color: #fce0a7;
	text-decoration: none;
}
.productTitle a:hover
{
	text-decoration: underline;
}
.imageTD
{
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	width: 150px;
	text-align: center;
	border-bottom: solid 1px #9eb985;
	background-color: #7a8f67;
}
.imageTD img
{
	border-left: solid 2px #cecece;
	border-top: solid 2px #cecece;
	border-right: solid 2px #7b7a76;
	border-bottom: solid 2px #7b7a76;
	padding: 5px;
	background-color: White;
}
.productTD
{
	padding: 10px;
	vertical-align: top;
	width: 250px;
	border-bottom: solid 1px #9eb985;
}
.productTeaser
{
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.readMore
{
	padding-top: 5px;
}
.readMore a
{
	color: #fce0a7;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
.readMore a:hover
{
	text-decoration: underline;
}
.priceTD
{
	padding: 10px;
	vertical-align: top;
	font-weight: bold;
	font-size: 12px;
	text-align:right;
	width: 130px;
	border-bottom: solid 1px #9eb985;
	background-color: #7a8f67;
}
.oldPrice
{
	text-decoration: line-through;
}
.salePrice
{
	color: #febcda;
}
.addCartTD
{
	padding: 10px;
	vertical-align: top;
	width: 116px;
	text-align: right;
	border-bottom: solid 1px #9eb985;
}
.CartButton
{
	background-color: #67276f;
	color:White;
	font-size: 12px;
	font-weight: bolder;
	padding: 3px;
	width: 90px;
	cursor: pointer;
	border-width: 1px;
	margin-top: 5px;
}

/*/////ProductDetail Screen/////*/

.productDetailTD
{
	vertical-align: top;
	width: 445px;
}
.productDetailTitle
{
    font-weight: bold;
	font-size: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	color: #eca7eb;
}
.productDetailImagesTD
{
	vertical-align: top;
	width: 230px;
	padding-left: 10px;
	text-align: center;
	color: #444444;
	font-size: 13px;
}
.productDetailImagesTD img
{
	border: 0px;
	padding-bottom: 5px;
	
}
.shopCartBox
{
	width: 160px;
	text-align: center;
	border: solid 1px #4f7647;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	background-color: #7a8f67;
	color: White;
}
.ddlColor
{
	margin-bottom: 7px;
}
.ddlSize
{
	margin-bottom: 7px; 
	margin-top: 7px;
}
.availability
{
	margin-bottom: 5px;
}
.lblMessageBox
{
	width: inherit;
	background-color: #9d0b0f;
	color: White;
	padding: 5px;
	margin-bottom: 10px;
}
/*/////Shopping Cart Screen//////*/
.deleteBtn
{
	padding-left: 5px;
}
.lblErrorMessageBox
{
	/*width: 390px;
	background-color: #9d0b0f;
	color: White;
	padding: 5px;
	margin-bottom: 10px;*/
	background-color:#ff9f9f;
    border:solid 1px #cc3333;
    margin-bottom:10px;
    text-align:center;
    padding:5px;
    font-weight:bold;
    color:#9d0b0f;
}
.SCProductHeader
{
	font-weight: bold; 
	text-decoration: none; 
	font-size: 12px; 
	color: #fce0a7;
}
.SCTable
{
	clear: both; 
	width: 100%; 
	font-weight: normal;
}
.lineTD
{
	border-bottom: solid 1px #4a7b4c; 
	padding-bottom: 5px; 
	line-height: 0px; 
	font-size: 0px; 
	background-color: #7a8f67;
}
.SCproductTD
{
	width: 205px; 
	font-weight: bold;
	padding: 3px 0px 3px 5px;
}
.scTD
{
	width: 80px;
	font-weight:bold;
	padding: 3px 0px 3px 0px;
}

.updateButton
{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}
.totals
{
	margin-top: 15px;
	text-align: right;
}
.amounts
{
	font-weight: normal;
	padding: 0px 5px 0px 10px;
	text-align: right;
}
.grandtotals
{ 
	font-size: 14px; 
	padding: 5px;
}
.underline
{
	border-bottom: solid 1px #646464;
}
.totalsTable
{
	float: right;
	margin-bottom: 5px;
	background-color: #7a8f67;
	border: solid 2px #9eb985;
	margin-left: 15px;
}
.cartNavButtons
{
    text-align: right;
}
.checkoutButton
{    
	padding: 3px 10px 3px 10px;
	margin-left: 9px;
	border: outset 1px #e0dedc;
	text-align: center;
	background-color: #67276f;
	color: White;
	cursor:pointer;	
}
.checkoutButton a
{
	color: White;
}
.checkoutButton a:hover
{
	color: White;
}
.contShopping
{
	width: 120px;
	border: outset 2px #e0dedc;
	text-align: center;
	padding:3px;
	background-color: Buttonface;
	color: Black;
}
.updateCart
{
    background-color: Buttonface;
    border: outset 2px #e0dedc;
    cursor: pointer;
}
.contShopping a
{
	color: black;
}
.contShopping a:hover
{
	color: Black;
}
.shopCartBar
{
	height: 30px;
	vertical-align:middle;
	font-weight: bold;
}
.shopCartBar a
{
	color: #67276f;
	font-size: 12px;
}
.shopCartCounter
{
	padding-right: 10px;
	padding-left: 10px;
}
.shopCartTable
{
	border: solid 1px #765373;
	margin: 12px 10px 0px 0px;
	float:right;
	background-color: #f3d8a1;
	color: #67276f;
}
.shopCartImgTD
{
	width: 40px; 
	text-align:right;
}
.emptyCart
{
	width: 200px;
	border: outset 1px #e0dfe3;	
	padding: 8px;
	margin-top: 20px;
	font-weight: bold;
}
/*/////Common Class//////*/
.qtyInStock
{
	padding-top: 5px;
}
.error
{
    background-color:#ff9f9f;
    border:solid 1px #cc3333;
    margin-bottom:10px;
    text-align:center;
    padding:5px;
    font-weight:bold;
    color:#9d0b0f;
}
.greenBG
{
    background-color: #7a8f67;
}
.orderDetails
{
    background-color: #7a8f67;
    padding: 0px;
    margin-bottom: 15px;   
    border: solid 2px #9eb985;	
}

