/* Tags */
#shopWrapper fieldset{
	border:1px solid #691e1f;
	padding:0px 10px 10px 10px;
	margin-bottom:10px;
}
#shopWrapper legend{
	margin:0px 0px 5px 0px;
	padding:0px 5px;
	font-weight:normal;
	font-size:14px;
	color:#691e1f;
}
#shopWrapper form{
	padding:0px;
	margin:0px;
}
.category-description {
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	line-height: 1.5em;
	margin:  20px 0;
	padding: 12px 0;
}
#crumbs { margin-bottom: 10px; }
/* Misc. Defined Areas */
#shopBasket{						/* Basket info line */
	float:right;
}
#shopLoginBox{						/* Your Account / Login line */
	float:right;
	margin-left:72px;
}
#shopSearchBox{						/* Search Box - regular; floated */
	float:right;
	background-color:#691e1f;
	color:#FFFFFF;
	padding:10px;
	font-size:16px;
}
#shopSearchInline div{				/* Alterative inline search box */
	float:left;
	line-height:20px;
	padding-right:10px;
}
/* Misc. Re-Used bits and bobs */
.shopLinkNoUnder a:link, .shopLinkNoUnder a:visited, .shopLinkNoUnder a:active{
	text-decoration:none;
}
.shopLinkNoUnder a:hover{
	text-decoration:underline;
}
.shopErrors{
	color:#FF0000;
	font-size:15px;
	margin-bottom:10px;
}
.shopInputBox{
	font-size:13px;
	color:#474747;
	border:1px solid #9D9D9D;
	padding:2px;
}
select.shopInputBox{
	height:21px;
	border:none;
}
.shopButton{
	font-size:13px;
	color:#FFFFFF;
	background-color:#8d2a2c;
	border:none;
	padding:2px 10px;
	width:auto;
	overflow:visible;
	cursor:pointer;
}
.shopColumnLeft{
	float:left;
	width:55%;
}
.shopColumnRight{
	float:right;
	width:40%;
}
.shopFormNote{
	font-size:75%;
}
.shopFormNoteRed{
	font-size:75%;
	color:#FF0000;
}
#shopRelated .shopTitleBold{
	background-color:#691e1f;
	color:#FFFFFF;
	font-size:14px;
	margin-bottom:10px;
	padding:8px;
}
.redBold{ font-size:110%; font-weight:bold; color:#691E1F;
}
/* Vertical side-menu */
#shopMenuVertical ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
#shopMenuVertical a:link, #shopMenuVertical a:visited, #shopMenuVertical a:active, #shopMenuHorizontal a:link, #shopMenuHorizontal a:visited, #shopMenuHorizontal a:active{
	color:#5f5f5f;
	text-decoration:none;
	line-height:25px;
}
#shopMenuVertical a:hover, #shopMenuHorizontal a:hover{
	text-decoration:underline;
}
/* Alternative, horizontal menu */
#shopMenuHorizontal ul{
	padding:0px;
	margin:0px;
}
#shopMenuHorizontal li{
	display:inline;
}
/* Brand filter box */
#shopBrandFilter{
	background-color:#212121;
	color:#8d2a2c;
	padding:4px;
	margin-bottom:10px;
}
#shopBrandFilter, #shopBrandFilter td{
	color:#8d2a2c;
}
/* Special Offers / Popular Products boxes */
#shopSpecialsBox{
	background-color:#da5164;
	background-image:url(../../images/shop/specials_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin-bottom:10px;
}
#shopSpecialsBox .shopImage{
	float:left;
}
#shopSpecialsBox .shopSpecialProds{
	padding:10px 10px 10px 0px;
}
#shopSpecialsBox .shopListItem{
	width:332px;
	margin:0px;
	position:relative;
	float:right;
}
#shopSpecialsBox .shopImage{
	float:left;
	padding-bottom:0px;
}
#shopSpecialsBox .shopTitle a{
	color:#212121;
	font-size:20px;
	padding-left:10px;
}
#shopSpecialsBox .shopPriceLine{
	position:absolute;
	bottom:10px;
	right:10px;
}
/* Product / Category list view */
#shopCatDescription{
	margin-bottom:10px;
}

#featuredProduct {
	background: #f2f2f2;
	border: 1px solid #b8b8b8;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 17px 21px 17px 20px;
}


#featuredProductLeft     { float: left;  width: 147px; border: 1px solid #b8b8b8; margin-right: 20px; }
#featuredProductMid      { float: left;  width: 210px; }
#featuredProductRight    { float: right; width: 234px; }
#featuredProductThumb1   { float: left;  width: 104px; border: 1px solid #b8b8b8; }
#featuredProductThumb2   { float: right; width: 104px; border: 1px solid #b8b8b8; }
#featuredProductPurchase {
	background: transparent url(../images/price_list_bg.png) scroll repeat-x 0 0;
	color: #fff;
	display: block;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 2.05em;
	margin: 0;
	margin-top: 15px;
	padding: 0;
	padding-left: 18px;
	text-decoration: none;
	width: 221px;
}
#featuredProductPurchase:hover { text-decoration: underline; }
#featuredProductTitle {
	font-size: 2.2em;
	line-height: 1em;
	margin-bottom: 8px;
}
#featuredProductDescription {
	font-size: 0.917em;
	line-height: 1.455em;
}
.featuredProductThumb {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
}
#REALLYfeaturedProductPrice {
	color: #962a2d;
	font-size: 18px;
	line-height: 1em;
	margin: 3px 0 6px;
}
#featuredProductPrice {
	color: #691e1f;
	font-size: 14px;
	margin: 10px 0 4px;
	text-align: right;
}
#featuredProductPrice div { display: inline; }


.shopListWrapper{
	position:relative;
	margin: 15px 0px 10px -16px;
}
.shopListItem{
	background-color:#753537;
	color: #fff;
	float:left;
	width:134px;
	margin:0px 0px 16px 16px;
	padding:12px 13px 12px 11px;
	cursor:pointer;
}
.shopListItem:hover{
	background-color: #9e393b;
}
.shopListItem .shopImage{
	padding-bottom:10px;
	height:134px;
}
.shopListItem .shopTitle{
	font-family: Georgia, 'Times New Roman', times, serif;
	font-size:16px;
	font-style: italic;
	color: #fff;
	height:36px;
}
.shopListItem .shopTitle a{
	color: #fff;
}
.shopListItem .shopPriceLine{
	font-size:18px;
	color:#fff;
	font-weight:bold;
}
/* Product and Category views */
#shopProdTop{
	background-color:#212121;
	padding:10px;
	margin-bottom:10px;
}
#shopProdImages{
	background-color:#FFFFFF;
	padding:10px;
}
#shopProdImgMed{
	height:215px;
}
#shopProdImgTn div{
	float:left;
	width:90px;
	height:90px;
	margin-top:8px;
}
#shopProdImgTn div.notFirst{
	margin-left:8px;
}
#shopProdClick{
	line-height:21px;
	padding-left:20px;
	color:#FFFFFF;
	background-color:#691e1f;
	background-image:url(../../images/shop/icon_plus.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#shopProdBuy{
	padding-left:10px;
	padding-right:1px;
}
#shopProdBuy, #shopProdBuy td{
	color:#FFFFFF;
}
#shopProdName{
	font-size:22px;
	margin-bottom:10px;
}
#shopProdDescShort{
	font-size:14px;
	color:#8d2a2c;
	font-style:italic;
	border-bottom:1px solid #691e1f;
	padding-bottom:10px;
	margin-bottom:10px;
}
#shopProdPrice{
	font-size:13px;
	border-bottom:1px solid #691e1f;
	padding-bottom:10px;
	margin-bottom:10px;
}
#shopProdPrice span{ color:#8d2a2c; }
#shopProdPrice strong{
	font-size:20px;
	font-weight:normal;
}
.catProdStockIn{ color:#fff; }
.catProdStockOut{ color:#8d2a2c; }
.catProdStockPending{ color:#FF9900; }
#shopProdAddButton{
	border-top:1px solid #691e1f;
	padding-top:10px;
	margin-top:10px;
}
#shopProdDescLong{
	margin-bottom:10px;
}
/* Pagination box */
#shopPagination{
	background-color:#FFFFFF;
	float:right;
	margin-bottom:10px;
	padding:5px 10px;
}
#shopPagination, #shopPagination td{
	font-size:16px;
}
#shopPagination strong{
	color:#8d2a2c;
	font-weight:normal;
}
#shopPagination a:link, #shopPagination a:visited, #shopPagination a:active{
	padding:0px 5px;
	color:#691e1f;
	text-decoration:none;
}
#shopPagination a:hover, #shopPagination .shopPageCurrent a{
	background-color:#dfdfdf;
}
/* Registration / login form */
#shopLoginLogin{
	margin-bottom: 20px;
}
#shopLoginRegister{
}
.shopLoginTitle, #shopAccountTitle{
	background: transparent url(../images/price_list_bg.png) repeat-x scroll 0 -4px;
	color:#FFFFFF;
	font-size:14px;
	padding:8px;
	margin-bottom:10px;
}
/* Basket */
#shopBasketTable th{
	font-weight:normal;
	background-color:#691e1f;
	color:#FFFFFF;
	padding:4px 2px;
}
#shopBasketTable td{
	padding:2px;
}
.shopBasketAlt{
	background-color:#9e393b;
	color: #fff;
}
.shopBasketAlt a{
	color: #fff;
}
.shopBasketTableNo{
	text-align:center;
	font-weight:bold;
	padding:15px;
}
#shopBasketTotals{
	font-weight:bold;
	border-top:1px solid #691e1f;
	padding-top:5px;
	margin-top:5px;
}
/* Checkout Section */
#shopCheckoutSections{
	padding:8px;
	background-color:#691e1f;
	margin-bottom:10px;
	font-size:18px;
	color:#ccc;
}
#shopCheckoutSections span.sec_on, #shopCheckoutSections span.sec_on a, #shopCheckoutSections span.sec_on a:link, #shopCheckoutSections span.sec_on a:visited, #shopCheckoutSections span.sec_on a:active{
	color:#fff;
	text-decoration:none;
}
#shopCheckoutSections span.sec_on a:hover{ text-decoration:none; }
#shopCheckoutSections span.sec_off, #shopCheckoutSections span.sec_off a, #shopCheckoutSections span.sec_off a:link, #shopCheckoutSections span.sec_off a:visited, #shopCheckoutSections span.sec_off a:active{
	color:#9e393b;
	text-decoration:none;
}
#shopCheckoutSections span.sec_off a:hover{
	color:#fff;
	text-decoration:none;
}
#shopCheckoutNotes{
	padding-bottom:10px;
}
#shopCheckoutShipLeft{
	float:left;
	width:49%;
}
#shopCheckoutShipRight{
	float:right;
	width:49%;
}
.shopCheckoutShipAddrItem{
}
.shopCheckoutShipTitle{
	margin-top:10px;
	font-weight:bold;
}