/*********************
    Tips & Tricks 
**********************/

#content table {
	border: 0;
	margin-left: -8px;
	margin-top: -30px;
	}
#content td {
	background: url(../images/tips_stickies.png) no-repeat;
	}
#content td div {
	width: 170px; height: 180px;
	margin: 24px 18px;
	overflow: hidden;
	}
#content td h4 { text-indent: -9000px; overflow: hidden; }
#content td h4.title_tip { background: url(../images/tips_title_tip.png) no-repeat; height: 19px; width: 68px; }
#content td h4.title_trick { background: url(../images/tips_title_trick.png) no-repeat; height: 19px; width: 68px; }

#content td p {
	font-size: 10px;
	line-height: 12px;
	padding: 5px 0;
	width: auto;
	}
#content td img { float: right; display: block; margin: 3px 0 3px 5px; border: 1px solid #daded6; }
