/* @override http://localhost:3000/stylesheets/products.css */

#collection-page h2 {
	margin: 20px 0px 0px 0px;
}
#products {
	margin: 0px -15px -5px -15px;
}
#products td {
	padding: 0px;
}
#products h4 {
	background: url(../images/lines/grey-dotted-h.gif) repeat-x left bottom;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
}
#products h4 a {
	text-decoration: none;
	color: #666666;
}
#products h4 a:hover {
	text-decoration: underline;
}
#products p.image {
	float: left;
}
#products p.summary {
	font-size: 10px;
	font-style: italic;
	line-height: 13px;
	margin-left: 105px;
	margin-bottom: 5px;
}
#products p.more-info {
	margin-left: 105px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}
#products div.pricing {
	background-color: #FFFFCC;
	border: 1px solid #CCCC99;
	padding: 5px;
	text-align: right;
	clear: left;
}
#products div.pricing span {
	font-size: 9px;
	font-weight: normal;
}
#products div.pricing p.gross-price {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	float: right;
	line-height: 12px;
}
#products div.pricing p.net-price {
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	float: right;
	line-height: 12px;
	color: #006600;
}
#products div.pricing p.hidden-price {
	font-weight: bold;
	margin: 0px;
	float: right;
	line-height: 12px;
	color: #006600;
}
#tag-menu {
	border-bottom: 1px solid #006600;
	padding: 0px 0px 5px 0px;
	margin: 15px 0px 0px 0px;
}
#tag-menu li {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #006600;
}
#tag-menu li a {
}
#tag-menu li.current {
	padding-right: 5px;
	border-right: 1px solid #006600;
}
#tag-menu li:last-child, #tag-menu li:first-child {
	padding-right: 0px;
	border-right: none;
}
#product {
	margin: 10px 0px;
}
#product div.leftcol {
	float: left;
	width: 280px;
}
#product div.rightcol {
	float: right;
	width: 230px;
}
#product p.summary {
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	border-bottom: 1px dotted #666666;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
}
#product div.description ul {
	margin: 10px 0px 0px 20px;
	padding: 0px;
}
#product div.description li {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	color: #006600;
}
#product div.description ul p {
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	color: #333333;
}
#product p.image {
	margin: 0px 0px 20px 0px;
}
#product div.pricing {
	border: 1px solid #CCCC99;
	background-color: #FFFFCC;
	padding: 5px;
	margin: 0px 0px 20px 0px;
	text-align: right;
}
#product div.pricing span {
	font-size: 9px;
	font-weight: normal;
}
#product div.pricing p.gross-price {
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	float: right;
	line-height: 12px;
}
#product div.pricing p.net-price {
	font-weight: bold;
	margin: 0px 10px 5px 0px;
	float: right;
	line-height: 12px;
	color: #006600;
}
#product div.pricing p.hidden-price {
	font-weight: bold;
	margin: 0px;
	float: right;
	line-height: 12px;
	color: #006600;
}
#product div.pricing form {
	clear: right;
	border-top: 1px dotted #CCCC99;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-align: left;
}
#product div.pricing form p {
	margin: 0px;
}
#product div.pricing form p.options {
	margin: 0px 0px 5px 0px;
}
#product div.pricing form select {
	width: 218px;
}
#product div.pricing form label {
	font-weight: bold;
	color: #006600;
}
#product div.pricing form p.add-item label {
	float: left;
}
#product div.pricing form #add-item {
	float: right;
	margin: -1px -2px -2px 0px;
}
#product div.relationship {
	margin: 10px 0px 0px 0px;
}
#product div.related-product {
	line-height: 12px;
}
#product div.relationship h4 {
	color: #006600;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #006600;
}
#product div.relationship h5 {
	font-size: 10px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
}
#product div.relationship p {
	font-size: 10px;
	font-style: italic;
	padding: 0px 0px 0px 18px;
}
#product div.relationship h5 span {
	float: left;
	margin: 2px 5px 0px -18px;
}
#product #product-items {
	clear: both;
	margin: 15px 0px;
}
#product #product-items table {
	border-collapse: collapse;
	width: 530px;
}
#product #product-items tr {
	border-bottom: 1px solid #006600;
}
#product #product-items td {
	padding: 2px 0px;
}
