/* Table of Contents
------------------------------------

1. Structure
2. Table
3. Content

------------------------------------*/

	
/* Structure
-------------------------------------*/

.header {
	height: 160px;
	padding: 0;
	text-indent: -9999px;
	width: 615px;
}

.innerContent {
	color: #333;
	font-size: 12px;
	padding: 0 10px;
}

	.innerContent h2 {
		background: url(/wcsstore/HomeDepotCanada/images/HDBuyingGuides/Chainsaws/green_header.gif) no-repeat;
		clear: both;
		color: #fff;
		font-size: 14px;
		height: 25px;
		padding: 4px 0 0 10px;
	}
	
	.sub {
		margin-left: 15px /* IE Fix - Doesn't like 0 auto */ ;
		width: 566px;
	}
	
		.sub h3 {
			background: url(/wcsstore/HomeDepotCanada/images/HDBuyingGuides/Chainsaws/light_green_header.gif) no-repeat;
			clear: both;
			color: #fff;
			font-size: 12px;
			height: 22px;
			padding: 4px 0 0 10px;
			text-transform: uppercase;
			width: 566px;
		}
			
/* Table
-------------------------------------*/

.innerContent table {
	border-collapse: collapse;
	font-size: 12px;
	margin: 10px 0;
	width: 595px;
}

	.innerContent caption {
		display: none;
	}
	
	.innerContent td, .innerContent th {
		border-bottom: 1px solid #98c76b;
		border-right: 1px solid #98c76b;
		color: #333;
		padding: 5px;
	}
	
	.innerContent .leftSide {
		background: url(/wcsstore/HomeDepotCanada/images/HDBuyingGuides/Chainsaws/table_border.gif) left repeat-y;
		font-weight: bold;
		text-align: left;
		width: 100px;
	}
	
	.innerContent td {
		vertical-align: top;
	}
	
		.innerContent td ul {
			margin-left: 15px;
			padding: 0;
		}
	
			.innerContent td li {
				list-style-type: square;
			}
	
		.innerContent td p {
			margin: 0;
			padding: 0;
		}
	
	.innerContent th {
		color: #fff;
		text-align: left;
	}
	
	.innerContent .headingColor {
		background: #98c76b;
		border-right: 1px solid #fff;
	}
		
	.tableTopLeftGreen {
		background: url(/wcsstore/HomeDepotCanada/images/HDBuyingGuides/Chainsaws/table_top_left_green.gif) no-repeat;
		border-right: 1px solid #fff !important;
		height: 38px;
		width: 125px;
	}
	
	.tableTopRightGreen {
		background: url(/wcsstore/HomeDepotCanada/images/HDBuyingGuides/Chainsaws/table_top_right_green.gif) right no-repeat;
		border-right: 0 !important;
		border-bottom: 1px solid #98c76b;
	}	
	
	.tableTopLeft {
		background: url(/wcsstore/HomeDepotCanada/images/HDBuyingGuides/Chainsaws/table_top_left.gif) no-repeat;
		height: 150px;
	}	
	
	.tableBottomLeft {
		background: url(/wcsstore/HomeDepotCanada/images/HDBuyingGuides/Chainsaws/table_bottom_left.gif) bottom left no-repeat;
		border-bottom: 0 !important;
		border-right: 1px solid #98c76b;
		font-weight: bold;
		height: 41px;
		text-align: left !important;
	}	
	
	.tableBottomRight {
		background: url(/wcsstore/HomeDepotCanada/images/HDBuyingGuides/Chainsaws/table_bottom_right.gif) bottom right no-repeat;
		border: 0 !important;
	}	
	
	.altColor {
		background: #eef9e3;
	}


/* Content
-------------------------------------*/

.callout {
	float: left;
	margin-bottom: 15px;
	width: 177px;
}	
	
	.callout .top {
		background: url(/wcsstore/HomeDepotCanada/images/HDBuyingGuides/Chainsaws/callout_top.gif) no-repeat;
		height: 5px;
		overflow: hidden;
	}
	
	.callout a {
		color: #f5821f;
		text-decoration: underline;
	}
	
		.callout a:hover {
			color: #333;
		}
	
	.callout .middle {
		background: #ffefce;
		text-align: center;
		padding: 5px;
	}	
	
		.callout .middle img {
			display: block;
			margin: 10px auto;
		}
				
	.callout .bottom {
		background: url(/wcsstore/HomeDepotCanada/images/HDBuyingGuides/Chainsaws/callout_bottom.gif) no-repeat;
		height: 5px;
	}
	
	.description {
		float: left;
		margin: 0 0 10px 10px;
		width: 375px;
	}	
	
		.description p {
			margin-top: 0;
		}
		
	.thumbnail {
		float: left;
		margin-bottom: 15px;
		width: 140px;
	}	
	
	.thumbnail_description {
		float: left;
		width: 400px;
	}
	
#main-content .wrap {
	width: 135px;
}

.clear {
	clear: both;
}	
	
			
