/* Content Box Header Part */
	
h6#Filters {
	height: 23px;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #555555;
	color: #fff;
	margin: 0;
	padding: 7px 10px 0;
	vertical-align: middle;
	position: relative;
}

#Filters form {
	position: absolute;
	top: 2px;
	right: 10px;
	text-transform: none;
}

	#Filters form select {
		font-size: 11px;
		padding: 4px;
		border: 0;
		background: #a5cc70;
		line-height: 12px;
		height: 24px;
	}

/* Item Boxes */

.item {
	margin:4px 0;
	padding:6px 5px;
	border-bottom: 1px dashed #999;
}

.charged {
	border: #019934 2px solid;
	background: #fff url(../images/backgrounds/charged.gif) bottom left repeat-x;
}

.item .content p {
/*	padding-top: 10px; */
}

	.item img {
		border: #AFD275 1px solid;
		float: left;
	}
	
	.item .itemThumbnailImage {
		width: 100px;
		height: 100px;
	}
	
	.item .content {
		margin-left: 6px;
	}
	.item .withimage {
		float: right;
		/*width: 509px;*/
		width: 500px;
		margin: -103px 0 0 0;
	}

		.content h2 {
			margin: 0;
			padding: 0;
			height: 22px;
			font-size: 19px;
			font-weight: normal;
		}
		.content h2 a {
			color: #007236;
			text-decoration: none;
		}
		
		.content p {
			height: 49px;
			overflow: hidden;
			margin: 3px 0 2px;
			color: #333;
			line-height: 16px;
			padding-bottom: 0;
		}
		
		.content .ratingreview {
			height: 29px;
		}
			
			.ratingreview .grouprating {
				float: left;
				width: 400px;
				padding-top: 3px;
			}
			.ratingreview .review {
				float: right;
				width: 86px;
			}
			.ratingreview img {
				border: 0;
				float: none;
			}

				.grouprating img {
					float: left;
				}
				.grouprating p {
					float: left;
					width: 200px;
					height: inherit;
					margin: 10px 0 0 6px;
					font-weight: bold;
				}

/* Forms */

div.Actions {
	margin-top: 0;
}

/*input.action[name=action_saveproductandreview],
input.action[name=action_saveserviceandreview],
input.action[name=action_saveoutdoorandreview] {
	background: transparent url(../images/buttons/save-and-review.gif) no-repeat scroll 0%;
	border: 0pt none;
	height: 29px;
	overflow: hidden;
	padding-top: 29px;
	width: 115px;
}*/

/*input.action[name=action_saveproduct],
input.action[name=action_saveservice],
input.action[name=action_saveoutdoor] {
	background: transparent url(../images/buttons/save.gif) no-repeat scroll 0%;
	border: 0pt none;
	height: 29px;
	overflow: hidden;
	padding-top: 29px;
	width: 55px;
}*/