/* sm_designs_styles */
.how_to{
}

.right_content h3 {
	background:url('/images/center_h3_bg.jpg') no-repeat;
	background-position:bottom left;
	color:#2d2b2b;
	margin:0 0 .3em 0;
	padding:2.3em 0 .4em 0;
}
.box_second
{
	margin-top:2.0em;
}

.how_to_image {
	margin-bottom:1.1em;
}
.how_to_image img{
	display:block;
	margin:0;
	width:380px;
	height:329px;
	border:solid 1px #6d7276;
}

/*how to detail page*/
/*tables allows styles to be reusable in WYSIWYG editor, if approach is changed to capture all steps in one block*/
table.howToList
{
	border-collapse:collapse;
	width:382px;
}
table.howToList td
{
	font-size:1em;
}
table.howToList td.ImageCell
{
	width:62px;
	vertical-align:top;
	padding:0 0 1.1em 0;
	vertical-align:top;
	text-align:left;
}
table.howToList td.ImageCell img
{
	width:60px;
	height:60px;
	display:block;
	margin:0;
	border:solid 1px #c1c4b9;
}
table.howToList td.DescriptionCell
{
	width:310px;
	padding:0 0 1.1em 10px;
	vertical-align:top;
	text-align:left;
}
table.howToList td p
{
	margin:0;
	padding:0;
}

/*misc*/
.align_right {
	text-align:right;
}
.green_link a {
	font-size:.8em;
	color:#837c37;
	text-decoration:underline;
	text-transform:uppercase;	
}
.green_link a:hover {
	text-decoration:none;
}
.center_content img  {
	border:0 !important;
}
