/* product detail */
#product {
	width: 611px;
	margin-right: 16px;
	float: left;
	border-right: none;
	display: inline;
}

#product h2,
.resultset h2 {
	margin-left: 0;
	margin-right: 0;
}

#product .product-image {
	float: left;
	width: 390px;
	text-align: center;
}
#product .description {
	width: 220px;
	float: right;
}

#pricing {
	clear: both;
/*	background: #f2f2ec; */
	overflow: hidden;
	height: 100%;
	position: relative;
}
/*
#pricing h3 {
	margin: 10px;
}
*/
#pricing .note {
	margin-left: 8px;
	width: 200px;
	font-size: 12px;
	float: left;
	line-height: normal;
}

#pricing h4 {
	font-size: 12px;
	margin: 5px 0;
	font-weight: normal;
}
#pricing .variety-formats p {
	margin: 0;
	text-align: justify;
}
#pricing table {
	float: left;
	width: 380px;
	border: 1px solid #ccc;
	border-bottom: none;
	padding: 0;
	margin: 0 10px 10px;
	background: #fff;
}
#pricing table td {
	padding: 9px 10px 10px;
}

#product_contact {
	width: 260px;
	float: left;
/*
	background-color: #004328;
	border: 1px solid #1e4b3c;
*/
}
#product_contact .inner {
	background-color: #fff;
	padding: 16px;
}
#product_contact h3 {margin-top: 0}
/*
#product_contact .tab-content {
	background: #f7f7ef;
}
#product_contact h3 {
	color: #fff;
	font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Tahoma;
	font-size: 17px;
	margin: 15px;
}
#product_contact h3 span {
	color: #d5efe2;
	display: block;
	font-size: 11px;
}
#product_contact p {
	margin: 15px;
	color: #fff;
}
#product_contact .tabs {
	list-style: none;
	margin: 15px 15px 0;
	overflow: hidden;
	height: 100%;
}
#product_contact .tabs li {
	list-style: none;
	margin: 0 3px 0 0;
	background: #e1e1d6;
	float: left;
	border-top: 2px solid #e1e1d6;
}
#product_contact .tabs li.active {
	background: #f7f7ef;
	border-top-color: #cc9900;
}
#product_contact .tabs li a {
	color: #333;
	text-decoration: none;
	padding: 3px 10px;
}
#product_contact .tabs li.active a {
	color: #000;
}
#product_contact #moreinfo {
	padding-top: 10px;
}
#product_contact #moreinfo .info {
	margin-top: 5px;
	color: #000;
	background: #fdfdf5 url(../images/icon-info.gif) no-repeat 6px 8px;
	padding: 6px 10px 6px 40px;
}
#product_contact form {
	margin: 15px 15px 0;
}

#product_contact .text label {
	float: left;
	width: 60px;
}
#product_contact .textarea label {
	display: block;
}
#product_contact .form-item input.text {
	width: 200px;
	padding: 2px 3px;
}
#product_contact .form-item textarea {
	width: 260px;
	padding: 2px 3px;
	height: 184px;
}
#product_contact .form-actions {
	text-align: right;
}
#product_contact #wheretobuy img {
	margin: 15px 15px 10px;
}
#product_contact #wheretobuy ul {
	margin: 0 15px;
	padding: 0 0 9px;
	list-style: none;
}
#product_contact #wheretobuy li {
	overflow: hidden;
	height: 22px;
	margin-bottom: 3px;
	line-height: 20px;
}
#product_contact #wheretobuy li a {
	text-decoration: none;
	display: block;
}
#product_contact #wheretobuy li span {
	font-weight: bold;
	background: #fd7569;
	color: #000;
	height: 19px;
	width: 19px;
	text-align: center;
	float: left;
	margin-right: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #000;
}
*/
