
/* ************************************************** div#column ****************************** */
div#column {
	float: right;
	width: 220px;
	margin: 0;
	padding: 0;
}
#column .badges a {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
}
#column .badges img {
	display: block;
	margin: 0;
	padding: 0;
}




/* ************************************************** div#content ****************************** */
div#content {
	float: left;
	width: 700px;
	margin: 0;
	padding: 0;
}
#demotip { 
	display: none; 
	height: 100px; 
	width: 160px; 
	padding: 20px; 
	color: #000;     
	font-size: 11px; 
	font-style: italic;
	background-color: #ccc;
	background-color: transparent; 
	background-image: url(/imgD/bkg_tooltip.png);
}
.products {
	overflow: hidden;
}
.shop h1 {
	float: left;
	overflow: hidden;
}
div.shoplink {
	float: left;
	display: inline;
	margin: 0 0 1.5em 0;
	padding: 0;
	color: #A6930A;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	text-transform: uppercase;
	background-image: url(/imgD/bkg_dashed_vertical.gif);
	background-repeat: repeat-y;
}
div.shoplink a {
	color: #ACA69D;
}
.beanage .shoplink {
	margin-left: 15px;
	padding-left: 15px;
	background-position: left top;
}
.espressoyourself .shoplink {
	margin-right: 15px;
	padding-right: 15px;
	background-position: right top;
}

.espressoyourself .products h2 {
	font-size: 18px;
	margin: 0 0 30px 0;
	padding: 2px 0 0 0;
	line-height: 40px;
	background-image: url(/imgD/bkg_dashed_horizontal.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.espressoyourself .products h3 {
	margin: 0;
	padding: 0 0 .3em 0;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
}
.products .item {
	overflow: hidden;
	float: left;
	width: 220px;
	margin: 0 0 30px 20px;
	padding: 0 0 3px 0;
	background-image: url(/imgD/bkg_soliddouble_horizontal.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.products .item p {
	font-style: italic;
}
.products .item p.desc {
	min-height: 180px;
}
.espressoyourself .products .item p.desc {
	min-height: 110px;
}
.products .item.first {
	clear: both;
	margin: 0;
}
.products .item form {
	margin: 0;
	padding: 2px 0 0 0;
	background-image: url(/imgD/bkg_dashed_horizontal.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.products .item p.addtocart {
	overflow: hidden;
	margin: 0;
	padding: 12px 0;
	font-size: 13px;
	line-height: 20px;
}
.products .item .formfield {
	float: left;
}
.products .item .formbutton {
	float: right;
	width: 82px;
	height: 20px;
	text-indent: -9999px;
	background-color: #fff;
	background-image: url(/imgD/btn_addtocart.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 0 none;
}
.products .item .formbutton:hover {
	background-position: 0 -20px;
}
.products .item .moreinfo {
}
.products.specials .item {
	float: none;
	width: 700px;
	margin: 0 0 30px 0;
	padding: 0 0 3px 0;
	background-image: url(/imgD/bkg_soliddouble_horizontal.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.products.specials .item img {
	float: left;
	width: 300px;
	margin: 0 0 20px 0;
	padding: 0;
}
.products.specials .item div.itemdetails {
	float: right;
	width: 300px;
	margin: 0;
	padding: 0 40px 20px 0;
}

.products.specials .itemdetails p.callout {
	padding: 0 0 .5em 0;
	font-size: 26px;
	font-style: italic;
	line-height: 1.4em;
}
.products.specials p.addtocart {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 14px 0 12px 360px;
	line-height: 20px;
	background-image: url(/imgD/bkg_dashed_horizontal.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.products.specials .item form {
	margin: 0;
	padding: 0;
	background-image: none;
}
.products.specials .item label {
	margin: 0;
	padding: 0 0 .3em 0;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5em;
}

/*
CART 
*/
.cart #content {
	overflow: visible;
	width: 940px;
}
.cart #content h1 {
	float: left;
}
div.cartnav {
	overflow: hidden;
	float: right;
	font-size: 14px;
	text-align: right;
}
.cartnav a {
	color: #2A1902;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.cartnav a:hover {
	color: #AC9918;
	text-decoration: none;
}
.cartnav .formbutton {
	width: 94px;
	height: 39px;
	text-indent: -9999px;
	background-color: #fff;
	background-image: url(/imgD/btn_checkout.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 0 none;
}
.cartnav .formbutton:hover {
	background-position: 0 -39px;
}
table#carttable {
	clear: both;
	width: 940px;
	margin: 10px 0 20px 0;
	padding: 0;
	border: 0 none;
	background-image: url(/imgD/bkg_dashed_horizontal.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#carttable tr.active {
	background-color: #F2EFDA;
}
#carttable td.spacer {
	height: 2px;
	padding: 0;
	font-size: 1px;
	background-image: url(/imgD/bkg_dashed_horizontal.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#carttable tr {
	background-image: none;
}
#carttable tr.total {
	font-weight: bold;
	background-image: url(/imgD/bkg_soliddouble_horizontal.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#carttable th {
	padding: 10px 10px 13px 10px;
	font-size: 12px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.5em;
	background-image: url(/imgD/bkg_soliddouble_horizontal.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#carttable tr.total th {
	padding: 20px 10px 10px 10px;
	text-align: right;
	vertical-align: middle;
	background-image: none;
}
#carttable .total td.price {
	padding: 20px 10px 10px 10px;
	font-weight: bold;
	vertical-align: top;
}
#carttable .total .notice {
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
}
#carttable td {
	padding: 20px 10px 10px 10px;
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
	vertical-align: top;
}
#carttable .edit {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#carttable td.edit p {
	line-height: 2.5em;
}
#carttable .edit a {
	color: #2A1902;
}
#carttable .edit a:hover {
	color: #2A1902;
	text-decoration: underline;
}
#carttable .item {
}
#carttable .details {
	width: 300px;
}
#carttable .quantity {
}
#carttable .price {
}
#carttable .formbutton {
	width: 94px;
	height: 22px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url(/imgD/btn_update.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 0 none;
}
#carttable .formbutton:hover {
	background-color: transparent;
	background-position: 0 -22px;
}


/*
GOOGLE CHECKOUT 
*/
div.paymentgoogle {
	float: left;
	width: 600px;
}
div.cartnavgoogle {
	overflow: hidden;
	float: right;
	width: 240px;
	text-align: right;
}
div.cartnavgoogle input {
	outline: none;
}
#carttable.checkout .productrow td {
	padding: 10px;
}
#carttable.checkout .productrow .product {
	width: 600px;
}
#carttable.checkout .quantity {
	text-align: center;
}
#carttable.checkout .price {
}
#carttable.checkout .total {
}



