﻿.searchArea
{
	padding: 10px 10px 0px 10px; 
	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: 10px 10px 0px 10px; 
	color: #9d0b0f; 
	font-weight: bold; 
	text-transform: uppercase;
}
/*////Category Screen//////*/

.categoryTD
{
	vertical-align: bottom;
	text-align: center;
	border: solid 1px #cecece;
	background-color: #f7f4ed;
}
.categoryTD 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;
}
.categoryTD a
{
	text-decoration: none;
	color: #9d0b0f;
}
/*////BreadCrumbs////*/

.breadCrumbs
{
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #e0dedc;
	padding: 5px;
	background-color: #f9fbe8;
	margin-bottom: 5px;
	color: #434343;
}
.breadCrumbs a
{
	color: #b22b31;
}

/*/////Products Screen//////*/
.productsListingTable
{
	border: solid 1px #b2b2b2;
}
.productTitle
{
	font-size: 13px;
}
.productTitle a
{
	color: #9d0b0f;
	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 #b2b2b2;
	background-color: #f7f4ed;
	border-right: solid 1px #b2b2b2;
}
.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-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	width: 250px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: solid 1px #b2b2b2;
	border-bottom: solid 1px #b2b2b2;
}
.productTeaser
{
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #444444;
}
.readMore
{
	padding-top: 5px;
}
.readMore a
{
	color: #9d0b0f;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
.readMore a:hover
{
	text-decoration: underline;
}
.priceTD
{
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	color: #444444;
	font-weight: bold;
	font-size: 12px;
	text-align:right;
	width: 130px;
	padding-right: 10px;
	border-right: solid 1px #b2b2b2;
	border-bottom: solid 1px #b2b2b2;
	background-color: #f7f4ed;
}
.oldPrice
{
	text-decoration: line-through;
}
.salePrice
{
	color: red;
}
.addCartTD
{
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	width: 116px;
	text-align: right;
	padding-right: 10px;
	border-bottom: solid 1px #b2b2b2;
}
.CartButton
{
	background-color: #7d5426;
	color:White;
	font-size: 12px;
	font-weight: bolder;
	padding: 3px;
	width: 80px;
	cursor: pointer;
}

/*/////ProductDetail Screen/////*/

.productDetailTD
{
	vertical-align: top;
	width: 445px;
}
.productDetailTitle
{
	color: #9d0b0f;
	font-size: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
}
.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: outset 2px #e0dedc;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}
.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;
}
.SCProductHeader
{
	font-weight: bold; 
	text-decoration: none; 
	font-size: 12px; 
	color: #9d0b0f;
}
.SCTable
{
	clear: both; 
	width: 100%; 
	font-weight: normal;
}
.lineTD
{
	border-bottom: solid 1px #646464; 
	padding-bottom: 5px; 
	line-height: 0px; 
	font-size: 0px; 
}
.SCproductTD
{
	width: 205px; 
	font-weight: bold;
}
.scTD
{
	width: 80px;
	font-weight:bold;
}

.updateButton
{
	margin-top: 10px;
	text-align: right;
}
.totals
{
	margin-top: 15px;
	text-align: right;
}
.amounts
{
	font-weight: normal;
	color: #444444;
	width: 170px;
}
.grandtotals
{
	color:#9d0b0f; 
	font-size: 14px; 
	padding-top: 5px;
}
.underline
{
	border-bottom: solid 1px #646464;
}
.totalsTable
{
	float: right;
	margin-bottom: 15px;
}
.checkoutButton
{
	float: left;
	width: 90px;
	margin-left: 9px;
	border: outset 2px #e0dedc;
	text-align: center;
	padding:3px;
	background-color: #7d5426;
	color: White;
	cursor:pointer;
}
.checkoutButton a
{
	color: White;
}
.checkoutButton a:hover
{
	color: White;
}
.contShopping
{
	float:left;
	width: 120px;
	margin-left: 457px;
	border: outset 2px #e0dedc;
	text-align: center;
	padding:3px;
	background-color: Buttonface;
	display:inline;
}
.contShopping a
{
	color: black;
}
.contShopping a:hover
{
	color: Black;
}
.shopCartBar
{
	width: 90px;
	height: 30px;
	vertical-align:middle;
	font-weight: bold;
}
.shopCartBar a
{
	color: black;
	font-size: 12px;
}
.shopCartCounter
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}
.shopCartTable
{
	border: solid 1px #e0dfe3;
	margin-bottom: 5px;
	float:right;
}
.shopCartImgTD
{
	width: 40px; 
	text-align:right;
}
.emptyCart
{
	width: 200px;
	border: outset 1px #e0dfe3;	
	padding: 8px;
	margin-left: 200px;
}
/*/////Checkout Screen/////*/
.couponBox
{
	clear: both; 
	border: solid 1px #9d0b0f; 
	padding: 5px; 
	margin-bottom: 20px; 
	background-color: #f9fbe8;
}
.code
{
	font-weight: bold; 
	color: #9d0b0f;
}
.sameInfoBTN
{
	width: 200px;
	border: outset 2px #e0dedc;
	text-align: center;
	padding:0px 3px 0px 3px;
	background-color: Buttonface;
	cursor: pointer;
}
.editSCLink
{
	float:right;
	width: 120px;
	border: outset 2px #e0dedc;
	text-align: center;
	padding:3px;
	background-color: Buttonface;
	display:inline;
}
.editSCLink a
{
	color: black;
}
.editSCLink a:hover
{
	color: black;
}
.scCheckOutProductHeader
{
	font-weight: bold; 
	text-decoration: none; 
	font-size: 12px; 
	color: #7d5426;
}
.scCheckOutTables
{
	clear: both; 
	width: 100%; 
	font-weight: normal;
	border: solid 2px #646464; 
	padding-left: 5px;
}
.scCheckOutTableInstructions
{
	font-weight: bold; 
	height: 35px;
	padding-top: 5px;
}
.scCheckOutButtonArea
{
	margin-left: 528px;
	padding-bottom: 20px;
}
.scLblMessageArea
{ 
	clear:both; 
}
.scLblMessageBox
{
	width: 350px;
	background-color: #9d0b0f;
	color: White;
	padding: 5px;
	margin-bottom: 10px; 
	margin-top: 15px;
}
.crossOut
{
	text-decoration: line-through;
}
/*/////Common Class//////*/
.qtyInStock
{
	padding-top: 5px;
}