/* Content Box */

#Content p.action {
	margin: 0 0 3px;
	width: 600px;
	clear: both;
}
	#Content p.action img {
		float: none;
	}

/* Item Box */

#Item {
	background: transparent url(../images/backgrounds/item-top.gif) top left no-repeat;
	width: 100%;
	padding-top: 4px;
	margin-bottom: 20px;
}
	#Item #ItemBottom {
		/* moved to ie6.css - Hamish 26 May 2009
		   causing 404 errors in ie7 and ie8.
		   behavior: url(../images/iepngfix.htc); */
	}
	#ItemHeader {
		background-color: #019934;
		padding: 4px 14px 4px 17px;
	}
		#ItemHeader h2 {
			float: left;
			color: #fff;
			font-size: 20px;
			margin: 0;
			padding-top: 0;
		}
		#ItemHeader p {
			float: right;
			color: #fff;
			margin: 10px 0 0;
			line-height: 13px;
			font-weight: bold;
		}
	
	#ItemContent {
		padding: 7px 14px 6px;
		border: #019934 3px solid;
		border-top: 0;
		background: #fff;
/*		min-height: 308px; */
	}
		#ItemContentLeft {
			float: left;
			width: 100%;
		}
		
		#ItemContent #ItemContentLeft p {
			margin: 0;
			padding: 0;
		}
		
		#ItemContentRight {
			width: 270px;
			float: right;
			background: #FFF;
		}

		#ItemContentRight img {
			margin: 0 0 4px 10px;
			border: 3px solid #AFD275;		
		}
		
		#ItemContent th {
			width: 125px;
		}
		#ItemContent hr {
			margin: 8px 0;
			color: #ccc;
			background: #ccc;
		}
		#ItemContent p {
			margin: 10px 0;
			padding: 10px 0;
			width: auto; 
		}
		
		#ItemContent iframe {
			margin: 10px 0;
		}
		
		#ItemContent .itemContent {
		/*	float: left; */
			clear: left !important;
		}
		
		#ItemContent .itemContatiner {
			overflow: hidden;
			clear: both;
		}
		
		#ItemContent .outdoorImage {
			float: right;
			width: 250px;
			height: 250px;
			border: 3px solid #AFD275;	
			vertical-align: middle;
			line-height: 250px;
		}
		    #ItemContent .outdoorImage img {
    			vertical-align: middle;
			}

		#ItemContent .outdoorTable {
			width: 250px;
			float: left;
			min-height: 140px !important;
		}
		
		#ItemContent .itemContent {
			clear: both;
		}
		
	#Item #ItemBottom {
		height: 18px;
		width: 624px;
		background: url(../images/ItemBottomShadow.png) no-repeat top left;
	}
	
/* DogMog Rating */

#DogMogRating, #RatesGroup {
	border: #a5cc6f 3px solid;
	padding: 9px 11px;
	background-color: #e8f1d2;
}
	.dogmograting, .memberrating {
		float: left;
		width: 135px;
	}
		.dogmograting p {
			font-weight: bold;
			margin: 1px 0 0;
			padding: 0;
		}
		
/* Ratings */
.ratings {
	float: right;
	width: 461px;
}
		
	.ratings table {
		float: right;
	}
		.ratings table.product {
			margin-top: 12px;
			margin-left: 29px;
		}
		.ratings table.service {
			margin-left: 24px;
		}
		.ratings table.outdoor {
			margin-top: 20px;
			margin-left: 37px;
		}
		
		.ratings tr {
			height: 25px;
			vertical-align: middle;
		}
		.ratings th {
	
		}
		
		.ratings th span.left {
			float: left;
			vertical-align: middle;
			height: 16px;
			padding-top: 1px;
		}
		.ratings th span.right {
			height: 17px;
			width: 10px;
			display: block;	
			margin-right: 4px;
			float: right;
			vertical-align: middle;
		}
		.ratings th span.orange {
			height: 16px !important;
			padding-top: 1px;
		}
		.ratings td {
			font-weight: 800;
			padding-left: 8px;
			text-align: right;
		}
			.ratings td img {
				margin:0 1px;
			}

/* Reviews */
.review {
	border-left: #a5cc6f 3px solid;
	border-right: #a5cc6f 3px solid;
	border-bottom: #a5cc6f 3px solid;
	padding: 9px 10px;
}
.review.first {
	border-top: #a5cc6f 3px solid;
}
	.review h2 {
		font-size: 16px;
		margin: 0;
		padding: 0;
	}
		.review h2 a {
			float: right;
			vertical-align: middle;
		}
	
	.review p {
		margin: 0 0 6px;
		padding: 0;
	}
		.review p.infos, .review p.proscons {
			font-weight: 800;
			margin-bottom: 2px;
		}
			.review p.infos img {
				margin: 0 5px 0 2px;
				vertical-align: middle;
			}
			.review p.proscons .text {
				font-weight: normal;
			}
			
		.review p.dates {
			color: #888;
			font-weight: 0.6em;
			font-size: 0.8em;
		}
	
	.review .rating {
		background-color: #ecede9;
		margin:10px 0 0;
		padding: 6px 8px 12px 0;
	}
		img#MemberRating {
			margin-left: 9px;
		}
		.review .ratings {
			width: 453px;
		}
		
			.review .ratings table.product {
				/*margin-left: 37px;*/
				margin-left: 30px;
			}
			.review .ratings table.service {
				/*margin-left: 33px;*/
				margin-left: 26px;
			}
			.review .ratings table.outdoor {
				/*margin-left: 45px;*/
				margin-left: 38px;
			}
		.review p.answer {
			font-style: italic;
			margin:13px 0 0;
			padding-bottom: 25px;
			position:relative;
		}
			.review p.answer span {
				font-style: normal;
				font-weight: 800;
			}
			.review p.answer a {
				vertical-align: bottom;
				padding-top: 13px;
			}
			.review p.answer a img {
				float: right;
				right: 0;
			}
			

/* Forms */

div.Actions {
	margin-top: 0;
}

#LeftRates, #RightRates {
	width: 276px; /* 298 - 22 */
	padding: 0 11px;
	margin: 0;
	background-color: transparent;
}

