/* Start of CMSMS style sheet 'Terracade - Products' */
#product #left_content{
			width:150px;
			float:left;
			margin-top:10px;
			margin-right:10px;			
			border:0px solid blue;
	}
	#product #mid_content{
			width:360px;
			float:left;
			margin-top:10px;
			border:0px solid red;
	}
		
	#product #right_content{
			width:175px;
			float:right;
			margin-top:10px;
			margin-right:-5px;
			border:0px solid green;
	}

	#product .right_column .mid{
			height:700px;
			overflow:auto;
			padding-top:5px;
			padding-bottom:0px;
			padding-left:20px;
	}


#context_nav{
	background-color:#e8ebea;
	border-bottom:3px solid #c6c3c6;
	border-right:3px solid #c6c3c6;
	width:168px;
	margin-left:10px;
	position:absolute;
}
#context_nav h4{
	font-size:10px;
	text-transform:uppercase;
	border-bottom:1px solid #99a2a0;
	margin:10px 10px 5px 15px;	
	padding:0px 10px 3px 0px;	
}
#context_nav ul{
	list-style:none;
	margin:0px 10px 0px 10px;
	padding:0px;
}

#context_nav li{
}
#context_nav li a:link,
#context_nav li a:visited{
	background:url(images/bullet.gif) no-repeat 0px 12px;
	padding:10px 0px 3px 10px;
	border-bottom:1px solid #ffffff;
	display:block;
	color:#4C5B52;
}
#context_nav li a:hover{
	text-decoration:none;
	background-color:#dfe1e0;
	color:#F58025;
}
	#product h2{
		border:0px;
	}
	
	#product .right_column .special_list{
		margin:0px;
	}
	#product .right_column .special_list li{
		margin:0px 0px 10px 0px;
		border-bottom:1px solid #ebece4;
	}
	#product .right_column .special_list img{
		float:right;
		width:85px;
		height:79px
	}
	

	
	
	
/* ========================================= */
/* Category Page */
/* ========================================= */
.category_item{
	width:580px;
	border-bottom:1px solid #ebece4;
	padding:0px 0px 20px 0px;
	margin:20px 0px 0px 0px;

}
.category_item .item_image{
	float:left;
	width:230px;	
}
.category_item .item_image img{
	border:0px;
}
.category_item .item_description{
	float:right;
	width:300px;
}
.category_item .item_description h3{
	margin-bottom:3px;
}
.category_item .item_description .feature_text,
.category_item .item_description .large_body_text,
.category_item .item_description p{
	font-size:11px;
	line-height:12px;
	color:#4C5B52;
}
.category_item .item_link{
	float:right;
	margin:5px 0px 0px 0px;
	display:none;
}









/* End of 'Terracade - Products' */

