body {
    background: #7F714F url(../../brownie/_images/browniebg.jpg) center top no-repeat;	
}
p, div, li, h1, h2, h3, h4, td, input, select, textarea {
    color: #000;
}

a:link, a:visited {
    color: #b6a193;
    text-decoration: underline;
}
a:hover, a:active {
    color: #b6a193;
}

#crumb a {
color: #91835F;
text-decoration: none;
}

#crumb a:hover, a:active {
color: #b6a193;

}

/* Buttons */
.button {
	background: #886e5c;
	color: #FFF !important;
}
.button:hover {
	background: #b6a193;
}

/* Top */
#top h1 {
	color: #FFF;
}

#search input {
	background: #C6BB56;
	color: #FFF;
}
#search label input {
	background: #FFF;
	color: #000;
	border: 1px solid #999;
}

/* Bar */
#bar {
	
	color: #FFF;
}		
		
	#menu {
		color: #FFF;
		
	}
	#menu a:link, #menu a:visited {
	    color: #FFF;
	    text-decoration: none;
	}
	#menu a:hover, #menu a:active {
	    text-decoration: underline;
	}
	
	#cart {
		
		color: #FFF;
	}
	
	#cart img {
	margin-bottom: -4px;
	}	

/* Content */
#main {
	
}
	#content {
		background: #FFF;
	}
		#content h2 {
			
			color: #c6bb56;
			background: url(../../brownie/_images/headers.jpg) right no-repeat;
			height: 30px;
            			
			margin: 1px;
			
		}
	#products td {
		background: #91835F;
	}
	
	#products p {
	color: #000;
	}
	
	p.price {
		color: #886e5c;
	}
	
	#cart-total {
		background: #91835F;
	}
	
	.cart-item {
		border-bottom: 1px solid #d2efbf;
	}

/* Side */
#emailsub_wrapper {color: #FFF}
#side h2 {
	color: #FFF;
	padding-top: 60px;
	padding-left: 2px;
}
	#side li {
		
		color: #FFF;
	}
	#side a:link, #side a:visited {
		color: #FFF;
	}
	#side a:hover, #side a:active {
		color: #EFEFEF;
	}

/* Footer */
#footer {
	
}
#footer p, #footer a {
	color: #FFF;
}

/* ------------------------------------------------------------ */
/* ----------------   LAYOUT   PROPERTIES  ------------------- */

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial, Helvetica;
    font-size: 13px;
    color: #000;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

.button {
	padding: 3px 5px;
	text-transform: uppercase;
	font-size: 9px;
	text-decoration: none !important;
	border: none;
}
#cart-total .button {
	font-size: 14px;
	font-weight: bold;
	padding: 6px 9px;
	margin-left: 20px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	
	
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	padding: 30px 30px;

	
}
	#search {
		width: 250px;
		float: right;
		font-size: 11px;
		margin-top: 10px;
		
	}
		#search input {
			border: none;
			text-transform: uppercase;
			width: 65px;
		}
		#search label input {
			width: 175px;
		}
	
	#top h1 {
		font-size: 35px;
		margin-top: 18px;
	}

/* ----------------------------------- */
/* BAR
/* ----------------------------------- */
#bar {
	padding: 0 30px;
	line-height: 30px;
	margin-bottom: 20px;
	height: 30px;
	
}
	#cart {
		float: right;
		padding-top: 15px;
		padding-left: 30px;
			
		
		
	}
		#cart a {
			font-weight: bold;
		}
		#bar #cart a:link, #bar #cart a:visited {
			color: #FFF;
			text-decoration: underline;
		}
		#bar #cart a:hover, #bar #cart a:active {
			color: #c1c8ce;
		}
	
	#menu {
		padding-top: 15px;
		float: left;
			
	}

/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
.productOption {padding-bottom:10px;}
.optionLabel {width:80px;}
#main {
	margin: 0 30px 0 3px;

	
	
}
	#main.wide {
		background: none;
	}

	#content {
width: 536px;
float: right;
padding: 25px;
}
		#main.wide #content {
			width: auto;
			float: none;
		}
		#content h2 {
			font-size: 21px;
		}
		#content h3, p.price {
			font-size: 16px;
			font-weight: bold;
		}
		
		#banner, #welcome, #featured {
			margin-bottom: 30px;
		}
		
		#crumb {
			font-weight: bold;
			margin-bottom: 25px;
			font-size: 11px;
		}
		
		#pagination {
			text-align: center;
			height: 20px;
		}
			#pagination a#prev {
				float: left;
			}
			#pagination a#next {
				float: right;
			}
		
		/* Category Page */
		#products td {
			background: #f2f2f2;
			text-align: center;
			font-weight: bold;
		}
			#products td h3 {
				margin-bottom: 3px;
				font-size: 12px;
			}
			#products td p {
				margin: 0;
			}
			#products td p img {
				vertical-align: middle;
				margin-left: 10px;
			}
		
		/* Product page */
		#photos {
			width: 290px;
			float: right;
			margin-left: 30px;
			display: inline;
		}
			#photos img {
				width: 290px;
				margin-bottom: 10px;
			}
			#photo-thumbs {
				text-align: center;
			}
			#photo-thumbs img {
				width: 80px;
				margin: 5px;
				vertical-align: middle;
			}
		
		/* Cart page */
		.cart-item {
			margin-bottom: 15px;
			padding-bottom: 15px;
			background: transparent url(/templates/05/brownie/_images/common/divider-horizontal.gif) left bottom repeat-x;
		}
			.cart-item img {
				height: 70px;
				float: left;
				margin-right: 15px;
				display: inline;
			}
			.cart-item h3, .cart-item p {
				margin-bottom: 4px;
			}
		
		#cart-total {
			background: #f2f2f2;
			padding: 15px;
			text-align: center;
		}
			#cart-total strong {
				font-size: 21px;
			}
			#cart-total img {
				vertical-align: middle;
				margin-left: 20px;
			}

			p.product-options input {
				vertical-align: middle;
			}
		
		p#google-checkout {
			text-align: center;
		}
		p#google-checkout img {
			/* display: block; */
			margin: 0 auto;
		}
		
		p#update-cart {
			font-weight: bold;
			font-size: 14px;
		}
		
			
	/* Common to all pages */
	#side {
		width: 230px;
		float: left;
		background:  url(/templates/05/brownie/_images/curly.gif);
		background-repeat: no-repeat;
		background-position: no-repeat;
		background-position: bottom left;
		padding-bottom: 80px;
		padding-top: 30px;
		
		
	}
		#side h2 {
			font-size: 17px;
		}
		#side li {
			padding-bottom: 3px;
			margin-bottom: 3px;
			
			list-style: none;
			font-size: 12px;
		}
			#side li a {
				text-decoration: none;
			}
		
		#side li li {
			font-size: 11px;
			padding: 0;
			background: none;
			font-weight: normal;
			margin: 0 0 0 10px;
		}
		
		#side li.selected {
			font-weight: bold;
		}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	margin: 20px 30px;
	padding-top: 7px;
	
}
	
