/* @override 
	http://dev.frontporchcafeonline.com/templates/FrontPorchCafe/Styles/ochre.css
	http://frontporchcafeonline.com/templates/FrontPorchCafe/Styles/ochre.css
*/

/******************************************************
* Interspire Shopping Cart Style File                *
*                                                    *
* Name: Default                                      *
* Author: Chris Boulton (Interspire Pty. Ltd.)       *
* Id: $Id$                                           *
*****************************************************/

/* Color: Ochre */

body {
	background: #fff url(../images/ochre/BodyBg.gif) 0 0 repeat-x;
	color: #38240e;
}

a {
	color: #760000;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	color: #503e28;
}

h3 {
	color: #9e854c;
}
hr {
	border: #b49a5d;
	background: #b49a5d;
}


#TopMenu {
}
#TopMenu li{
	/*background: url(../images/ochre/TopMenuBg.gif) 0 9px no-repeat; */
}
#TopMenu li.First{
	background-image: none;
}
#TopMenu li a {
	color: #760000;
}
#TopMenu li div {
	color: #760000;
}
#TopMenu li a:hover {
	text-decoration: underline;
}


#Menu {
}
#Menu li {
}
#Menu li a {
	/*background: url(../images/ochre/MenuBg.gif) 0 12px no-repeat;*/
	color: #38240e;
}
#Menu li.First a {
	background-image: none;
}
#Menu li ul li a {
	background: #37130d;
	color: #fff;
}
#Menu li ul li a:hover {
	color: #b49a5d;
}
#Menu li:hover a, #Menu li.over a{
}

/* Main Menu Buttons */

ul#MainMenu {
	list-style-type:none;
	width: 465px;
	height: 68px;
	position: relative;
	top: -15px;
	left: 165px;
	margin: 3px 0 0 0;
	padding: 0;
}
ul#MainMenu li {
	display: inline;
	margin-left: 5px;
}
ul#MainMenu li.about a {
	display: block;
	float: left;
	background-image:url(../images/ochre/about_button1.gif);
	width: 157px;
	height: 68px;
	text-decoration: none;
}
ul#MainMenu li.about a:hover {
	background-image:url(../images/ochre/about_button2.gif);	
}
ul#MainMenu li.buy a {
	display: block;
	float: left;
	background-image:url(../images/ochre/buycoffee_button1.gif);
	width: 136px;
	height: 68px;
  text-decoration: none;
}
ul#MainMenu li.buy a:hover {
	background-image:url(../images/ochre/buycoffee_button2.gif);	
}
ul#MainMenu li.locations a {
	display: block;
	float: left;
	background-image:url(../images/ochre/locations_button1.gif);
	width: 155px;
	height: 68px;
	text-decoration: none;
}
ul#MainMenu li.locations a:hover {
	background-image:url(../images/ochre/locations_button2.gif);	
}

#Container {
	background: url(../images/ochre/ContainerBg.jpg) 0 30px no-repeat;
}
#Outer {
}
#Wrapper {
  background: url(../images/ochre/bg-content.jpg) repeat-y;
}
#Header {
}


#Logo h1 {
	color: #473015;
}
#Logo h1 a {
	color: #fff;
}


#SearchForm {
}
#SearchForm label {
	color: #526d1a;
}
#SearchForm input {
	background: #fff;
	border: 2px solid #988964;
	color: #38240e;
}
#SearchForm .Button {
	border: 0;
}
#SearchForm a {
	color: #b49a5d;
}
#SearchForm p {
	color: #b49a5d;
}

#NewsletterForm {
}
#NewsletterForm label {
	color: #526d1a;
}
#NewsletterForm input {
	background: #fff;
	border: 2px solid #988964;
	color: #38240e;
}
#NewsletterForm .Button {
	border: 0;
}
#NewsletterForm a {
	color: #b49a5d;
}
#NewsletterForm p {
	color: #b49a5d;
}


.Left {
	background-color: #d3c7aa;
}
.Left h2.categorylistBg {
	color: #b49a5d;
	background: url(../images/ochre/store-categories.jpg) 0 0 no-repeat;
	height: 44px;
}

.Left h2.announcementsBg {
	color: #b49a5d;
	background: url(../images/ochre/announcements.jpg) 0 0 no-repeat;
	height: 44px;
}

.Left h2.newsletterBg {
	color: #b49a5d;
	background: url(../images/ochre/join-newsletter.jpg) 0 0 no-repeat;
	height: 44px;
}
.Left li {
}
.Left li a {
	color: #760000;
}
.Left li a:hover {
	text-decoration: underline;
}


.Content {
}
.Content h2 {
}
.Content a {
}	


.Right {
	color: #0c0c0c;
}
.Right .Block {
	background-color: #d3c7aa;
}

.Right h2 {
	color: #503e28;
	padding: 0 0 0 8px;
	height: 32px;
	line-height: 32px;
}

.Right a {
	color: #760000;
}

.Right a:hover, .Right a:hover strong {
	text-decoration:overline
}

#Footer {
  position:  relative;
  width: 900px;
  background-color: #3a260f;
  background-image: url(../images/ochre/bg-footer.jpg) repeat-x;
  padding-bottom: 5px;
}
#Footer p {
 font-size: 11px;
 font-weight: normal;
 color: #c5b08a;
 padding-top: 5px;
 text-align: center;
 height: 45px;
 line-height: 20px;
}
#Footer p.footer_logos {
 position: absolute;
 left: 5px;
 height: 45px;
 line-height: 45px;
 vertical-align: top;
 top:  0;
 float: left;
 margin: 0 0 0 5px;
 padding: 0;
}
#Footer p.footer_logos img {
 padding: 0 5px 0 0;
 vertical-align: middle;
}

#Footer p b {
 color: #c5b08a;
 font-weight: normal;
 font-size: 13px;
 padding: 6px;
}
#Footer p b a {
 color: #c5b08a;
 text-decoration: underline
}
#Footer p b a:hover {
 color: #c5b08a;
 text-decoration: none;
}

#Footer p a.policies {
 background-color: #e9e2d0;
 color: #503e28;
 text-decoration: none;
 padding: 1px 3px;
 margin-left: 4px;
}
#Footer p a.policies:hover {
  color: #760000;
  background-color: #fff;
 
}

/*.NewsletterSubscription input {
	border: 1px solid #cfcfcf;
}
*/

.Content .ProductList li {
}

.Content .ProductList li:hover, .Content .ProductList li.Over {
}

.Content .ProductList li {
	background: url(../images/ochre/ProductListBgBottom.gif) bottom left no-repeat;
}

.Content .ProductList .ProductImage {
	background: url(../images/ochre/ProductListBgTop.gif) top left no-repeat;
}

.Content .ProductList .ProductDetails {
	background: url(../images/ochre/ProductListBgTop.gif) top right no-repeat;
}

.ProductList strong, .ProductList strong a {
	color: #0c0c0c;
}

.ProductPrice, .ProductList em {
	color: #dd2020;
}

.ProductList .Rating {
	color: #38240e;
}

.Right .ProductList li {
}

.Content .FeaturedProducts .ProductList li {
}


.Content .FeaturedProducts .ProductList .ProductImage {
}

.Content .FeaturedProducts .ProductList li:hover, .Content .FeaturedProducts .ProductList li.Over {
}

.Right .TopSellers li {
}

.Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
	background: url(../images/ochre/TopSellerNumberBg.gif) 0 0 no-repeat;
	color: #fff;
}

.Right .TopSellers li.TopSeller1 .ProductImage { /* No1 seller box */
	background: #fff url(../images/ochre/TopSeller1Bg.gif) 0 0 no-repeat;
}

.Right .TopSellers li.TopSeller1 .ProductDetails { /* No1 seller box */
background: #fff url(../images/ochre/TopSeller1RDetails.gif) bottom no-repeat;
}

.Right .TopSellers li.TopSeller1 .TopSellerNumber {
	background: url(../images/ochre/TopSellerNumber1Bg.png) 0 0 no-repeat;
	color: #fff;
}


.Breadcrumb {
	border-bottom: 1px solid #473015;
}


.CompareItem { width:200px; border-left: solid 1px #b49a5d; }
.CompareFieldName { font-weight:bold; border-bottom: 1px solid #b49a5d; }
.CompareFieldTop { border-bottom:solid 1px #b49a5d; }
.CompareFieldTop a:hover { color:red; }
.CompareCenter { border-left:solid 1px #b49a5d; border-bottom:solid 1px #b49a5d; }
.CompareLeft { border-left:solid 1px #b49a5d; border-bottom:solid 1px #b49a5d; }

.ViewCartLink {
	background: url('../images/ochre/Cart.gif') no-repeat 9px 2px;
}

.CartContents {
	border: 1px solid #b49a5d;
}

.CartContents thead tr th {
	background: #f0ebdf;
	color: #424748;
	border-bottom: 1px solid #b49a5d;
}

.CartContents tbody .SubTotal td {
	border-top: 1px solid #b49a5d;
	color: #0c0c0c;
}

.JustAddedProduct {
	border: 1px solid #b49a5d;
	background: #fff;
}

.JustAddedProduct strong, .JustAddedProduct a {
	color: #0c0c0c;
}

.CategoryPagination {
	color: #0c0c0c;
	background: #f0ebdf;
}

.CheckoutRedeemCoupon { background: #f0ebdf; padding: 10px; width: 300px; border: 1px solid #b49a5d; margin-bottom: 10px; }

.SubCategoryList, .SubBrandList {
	background:#f0ebdf;
}

.InfoMessage {
	background: #f0ebdf url('../images/InfoMessage.gif') no-repeat 5px 8px;
	color: #555;
}

.SuccessMessage {
	background: #E8FFDF url('../images/SuccessMessage.gif') no-repeat 5px 8px;
	color: #555;
}

.ErrorMessage {
	background: #FFECEC url('../images/ErrorMessage.gif') no-repeat 5px 8px;
	color: #555;
}

.ComparisonTable tr:hover td, .ComparisonTable tr.Over td {
	background: #f0ebdf;
}

.QuickSearchHover td{ background: #f0ebdf; }
.QuickSearchAllResults a { background: url('../images/ochre/QuickSearchAllResultsButton.gif') no-repeat right; }

.SearchTips .Examples {
	background: #f0ebdf;
}

.MiniCart .SubTotal {
	color: #dd2020;
}

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	background: #3A260F;
	color: #fff;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
	background: #9d9070;
	color: #fff;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	color: #f4f0e5;
}

/* Additional Styles */

div#welcome_txt {
 margin: 10px 0 0 0;
}

div#welcome_txt img.homeSlideshow {
 border: 5px solid #4D3418;
}

div#welcome_txt h2 {
 font-size: 18px;
 font-weight: normal;
 color: #503e28;
}

div#welcome_txt p {
padding: 15px 0 0 0;
 font-size: 14px;
 color: #38240e;
 line-height: 20px;
 }