	#sidebar ul ul {
	padding-left: 10px;
	margin-top: 0;
}

#sidebar ul ul li a {
	padding: 1px 0;
}

#content {
	position: relative;
	padding-bottom: 0;
}

#header p a {
	color: #61462b;	
	text-decoration: none;
}
#header p a img {
	margin: 0 5px -10px 8px;	
}

#header p a:hover {color: #ad5c0f;}

#store-landing {
	width: 670px;
	background: url(../images/home/long-horizontal-divider.png) repeat-x 0 250px;		
	padding-top: 20px;	
}

#content table.coffee-landing {
	background: none;
	padding-bottom: 50px;
}

#store-landing td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 35px;
}

#store-landing a {
	font: 15px/17px georgia, serif;
	color: #61462b;
	text-decoration: none;
	display: block;
}

#store-landing a:hover {
	color: #ad5c0f;
}

#store-landing img {
	display: block;
	margin: 0 auto;
	margin-bottom: 8px;
}

#top-right-text  p {margin: 0;}

#top-right-text {
	position: absolute;
	right: 55px;
	top: -17px;
	text-align: right;
	font-size: 11px;
}

h1 {
	font-size: 36px;
}

h1.large {
	font: 50px/50px georgia, serif;
}

#shop-footer {
	clear: both;
	font-size: 11px;
	padding: 14px 0 5px 0;
	background: url(/wp-content/themes/boyers/images/home/long-horizontal-divider.png) repeat-x;
}

.landing #shop-footer {
	padding: 0;
	background: none;	
}

#shop-footer p, #shop-footer form {
	display: inline;
}

#shop-footer form input {
width: 80px;
}

#categories {
}


/*
 * Row 3
 */

#row3 {
	clear: both;
	background: url(../images/home/long-horizontal-divider.png) repeat-x 0 15px;	
	text-align: center;
	padding-bottom: 10px;
	vertical-align: top;
	margin: 0 10px;
	padding-top: 15px;
}

#row3 li {	
	display: inline;
	padding: 0 15px;
}
	
#row3 li img {
	margin-top: 25px;
	vertical-align: top;	
}

/*product page list*/

table#product-columns {
	line-height: 18px;
	color: #4d3722;
	font-family: georgia;
	font-size: 14px;
	width: 411px;
	padding: 10px 0;
}

table#product-columns td {
	padding-right: 15px;	
}

table#product-columns a, #page-links a {
	text-decoration: none;
	color: #4d3722;
	display: block;
	background: url(/wp-content/themes/boyers/images/cart/bullets/bullet-dark.gif) no-repeat 0 6px;	
	padding-left: 15px;
	padding: 2px 0 2px 15px;
}

span.description {
	font: 11px/12px arial, sans-serif;
	margin: 5px 0 0 0;
	display: block;
}

table#product-columns a:hover, #page-links a:hover {
	color: #AD5C0F;
	background: url(/wp-content/themes/boyers/images/cart/bullets/bullet-medium.gif) no-repeat 0 6px;		
}

#image-column {
	float: left;
	overflow: hidden;
	width: 248px;
	padding: 15px 0;
	text-align: center;
}

/*coffee types*/

#coffee-type {
	position: absolute;
	top: 22px;
	left: 272px;
	background: #ddd7ce;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 45px 2px 15px;
}

#coffee-type ul, #coffee-type p {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#coffee-type li {
	display: inline;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 5px 2px;
}

a.dark, a.medium, a.light {
	background-repeat: no-repeat;
	background-position: 0 7px;
}

.dark {
	background-image: url(/wp-content/themes/boyers/images/cart/bullets/bullet-dark.gif)!important;
}

.medium {
	background-image: url(/wp-content/themes/boyers/images/cart/bullets/bullet-medium.gif)!important;
}

.light {
	background-image: url(/wp-content/themes/boyers/images/cart/bullets/bullet-light.gif)!important;
}

/*individual product*/
.product-info h1 {
	font-size: 24px;	
}

input#qty {
	margin-right: 7px;
	width: 20px;
}

input#submit {
	clear: left;
	margin-top:15px;
}

img.float-left {
	float: left;
	margin: 27px 15px 0 20px;
}

#store-container {
	float: left;
	width: 413px;
}

.product-info {
	float: left;
	padding: 20px 0 30px 15px;
	width: 360px;
}

.product-info p {
	width: 300px;
}

/*page links*/
#page-links {
	background: #ddd7ce;
	margin-left: -8px;
	margin-right: 20px;
	font-family: georgia, serif;
}

#store-container p {
	margin-right: 20px;
}

#page-links ul {
	list-style-type: none;
	padding: 5px 8px;
}


/******
 * GIFT CERTIFICATE
 */

form.gift_certificate {
	padding: 20px 0;
}

#content .gift_certificate table {
	padding: 10px 0;
}
 
table input, table textarea {
margin: 3px;
}

table.cert_to_from_msg td {
vertical-align: top;
padding-right: 10px;
}

table.giftcert_type {
width: 550px;
}

table.giftcert_type td {
padding-right: 35px;
padding-bottom: 10px;
}

table.giftcert_type input {
width: 200px;
}

table.cert_num_amount input {
width: 55px;
}
table.cert_num_amount td {
text-align: right;
padding-right: 5px;
}

html div.full-width {
	width: 661px!important;
}