@import url(index.css);

/* --- PRODUCT INFO --- */
#product_info #info_header_left {
	float: left;
}

#product_info h1 {
	color: #666;
}

#product_info ul#info {
	margin: 0.5em 0;
}

#product_info ul#info li {
	margin: 0;
	list-style: none;
}

#info_header_right {
	float: right;
	text-align: right;
}

#info_content_left {
	clear: both;
	float: left;
	text-align: center;
	width: 210px;
	border-right: 1px solid grey;
}

#info_content_right {
	float: left;
	padding-left: 4px;
	width: 320px;
}

#info_price {
	font-weight: bold;
	padding-top:10px;
	font-size:14px;
}

#info_footer {
	clear: both;
	padding-top: 60px;
}

.graduated_prices {
	background: #CCC;
	text-align: center;
}

.tableListingI {
	background: #DDD;
}

.tableListingII {
	background: #FAFAFA;
}

.tooltip {
	position: absolute;
	display: none;
	background-color: #CCF;
	border: 1px solid #66F;
	padding: 3px;
}

#info_reviews {
	margin-bottom: 0.5em;
	}

#info_reviews dl {
	border: thin solid #CCC;
	padding: 0.25em;
	margin-bottom: 1em;
}

@media print {
	input {
		display: none;
	}
	#product_info ul#info li#print {
		display: none;
	}
}

#grad_table,#special_grad_table {
	width: 100%;
	border: 0 none;
	margin-top: 0.5em;
}

#grad_table td,#special_grad_table td {
	white-space: nowrap;
	border: 0 none;
}

#grad_table tr:first-child,#special_grad_table tr:first-child {
	background: #CCC;
	text-align: center;
}

#special_grad_table {
	background: #CFC;
	margin-top: 1em;
}

#cross_title {
	margin-top: 2em;
}

.download_button {
	width: 10em;
	height: 2em;
	text-align: right;
}

#product_image img {
	margin-bottom: 0.5em;
}

#products_media td {
	padding-top: 0.5em;
}

.box_cart2 { margin-left: -5em;}
