

/* necessary to make the embedded editor bg white */
.mceContentBody {
  background:#FFF url('');
}
/* or whatever color you want it to be */



body { margin:0; padding:0; background:#000 url(/images/bg_full.jpg) no-repeat fixed top center; }
body, p { font:8pt/12pt Verdana, sans-serif; color:#333; }

a { color:#369; }
a:hover { color:#369; }

p { margin-top:0; }

h1, h2, h3, h4, h5, h6 { font:bold 14pt Tahoma, sans-serif; color:#777; margin-top:0; border-bottom:1px solid #eee; padding-bottom:2px; }
h1 { font-size:16pt; color:#8c0404; }

#container { position:relative; margin:0 auto; width:1000px; }

#hdr { width:1000px; height:147px; background:transparent url(/images/kahlua_hdr.gif) no-repeat; margin-left:0px; }

#contentcontainer { width:803px; margin:0 auto; }

#nav { width:200px; height:461px; background:transparent url(/images/kahlua_nav_placer.gif) no-repeat; float:left; }

#bodycontent { width:603px; background:transparent url(/images/kahlua_body_spacer.gif) repeat-y; float:right; }
#bodycontentpad { padding:10px 20px; }

#ftr { background:transparent url(/images/kahlua_ftr.gif) no-repeat; width:603px; height:10px; float:right; }

#footing { padding-top:8px; border-top:1px solid #eee; color:#bbb; text-align:right; font-size:7pt; margin-top:50px; clear:both; }
#footing a { color:#777; }
#footing a:hover { color:#000; }


.productModule {
	background: transparent url(/images/module.gif) no-repeat;
	height: 149px;
	width: 143px;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.xxx {
	width: 100%;
	height: 30px;
	cursor: pointer;
}


#product_container {
	width:550px;
	margin:0 auto;
	text-align:left;
}

#product_photo {
	width:215px;
	margin:0 0 0 20px;
	float:right;
}

#product_title {
	margin-top:20px;
	font-size:18pt;
	font-weight:bold;
	color:#444;
}

#product_description {
	margin-top:10px;
	font-size:10pt;
	color:#777;
}

#product_price {
	font-size:14pt;
	font-weight:bold;
	color:#777;
	margin-left:10px;
}

#product_attributes {
	margin-top:20px;
}

#product_table {
	border-collapse:collapse;
}

#product_table th, #product_table td {
	border:1px solid #fafafa;
	font:10pt Arial, sans-serif;
	color:#222;
	padding:2px 5px;
	text-align:left;
}

#product_table th {
	font-weight:bold;
	text-align:right;
	color:#999;
	font-size:8pt;
}

#product_table td input, #product_table td select {
	border:1px solid #ddd;
	font:10pt Arial, sans-serif;
	color:#777;
	padding:1px;
}

#product_addtocart {
	margin-top:20px;
}

#product_checkout {
}

.cart_left {
	background-image:url(/images/zungz_co_01.jpg);
	width:20px;
	height:45px;
}

.cart_right {
	background-image:url(/images/zungz_co_03.jpg);
	width:20px;
	height:45px;
}

.cart_headers {
	background-image:url(/images/zungz_co_02.jpg);
	background-repeat:repeat-x;
	height:45px;
	font-size:8pt;
	font-weight:bold;	
}
.cart_row {
	border-bottom:1px solid #999999;
	padding-bottom:5px;
	padding-top:7px;
}

.myTable td {
	border:1px solid #ddd;
	text-align:center;
	color:#444;
	padding:8px;
}

