/* (c) 2008 Mark Tomsu */

div#whitebg {
	background: #fff;
}

div.tab-title {
	color: #721824;
	font-size: 16px;
	font-weight: bold;
	margin: 2px 0px 5px 0px;
}

span.faq-question {
	color: #721824;
	font-weight: bold;
}



/* product logo, crumbs, nav */
table#product-header {
	width: 100%;
	margin-top: 10px;
}

table#product-header td#product-logo {
	padding: 8px;
	border: 1px #000 solid;
	color: #777;
	font-size: 11px;
}

table#product-header td#product-logo img {
	margin-bottom: 3px;
}

table#product-header td#product-logo a {
	color: #777;
	text-decoration: underline;
	font-size: 11px;
}

table#product-header td#product-logo a:hover {
	color: #000;
}

table#product-header tr#product-nav td {
	background: #777 url('../images/products/gray_gradient.gif') repeat-x;
	height: 24px;
	padding: 0px 16px 0px 8px;
}


/* product bottle */
table#product-bottle {
	
}

table#product-bottle td {
	line-height: 17px;
	padding: 4px;
	padding-left: 20px;
}

table#product-bottle td#bottle {
	padding: 10px 20px 10px 20px;
	vertical-align: middle;
	width: 120px;
	text-align: center;
}

table#product-bottle td#product-info {
	padding: 10px;
	vertical-align: middle;
	color: #000;
}

ul.product-specs {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}

ul.product-specs li {
	background: url('../images/products/check.gif') no-repeat 0px 0px;
	padding-left: 30px;
	line-height: 26px;
}


/* skus table */
.product-skus {
	margin: 3px 0px 16px 0px;
}

.product-skus tr td {
	color: #721824;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 6px 4px 0px;
}

.product-skus tr td input.text {
	text-align: center;
	height: 17px;
	padding: 0;
}

/* info table */
table.product-info {
	width: 100%;
	margin: 2px 0px 2px 0px;
	border: 1px #000 solid;
}

table.product-info td {
	padding: 0;
	line-height: 17px;
}

table.product-info td.generic {
	padding: 6px;
	line-height: 17px;
}


/* add to cart table */
table.product-cart {
	width: 100%;
	margin: 2px 0px 2px 0px;
	background: #222 url('../images/products/black_gradient.gif') repeat-x;
	height: 34px;
}

table.product-cart td {
	padding: 0;
	padding-left: 20px;
}

table.product-cart-footer {
	margin-right: 20px;
}

table.product-cart-footer td {
	padding: 0px 4px 0px 4px;
	color: #fff;
	font-size: 11px;
}

table.product-cart-footer td input.text {
	height: 17px;
	text-align: center;
	padding: 0px;
}


table.product-cart-footer td select.select {
	padding: 0;
	height: 19px;
}


/* ingredients table */
table.ingredients {
	border: 1px #000 solid;
	margin: 3px 0px 5px 0px;
	background: #fff;
}

table.ingredients th {
	background: #c00;
	color: #fff;
	font-weight: normal;
	text-align: left;
	padding: 3px;
}

table.ingredients td {
	padding: 2px;
	color: #000;
}

table.ingredients td.r {
	text-align: right;
}

table.ingredients td.c {
	text-align: center;
}

table.ingredients td.b {
	font-weight: bold;
}

table.ingredients tr.gray {
	background: #ccc;
}