@charset "utf-8";
/* CSS Document */


/* Baking Tip Individual */

#tip-description {
	width: 675px;
	height: 152px;
	background-image: url(../images/baking-tips/tip-content/description-background.png);
}

#tip-description .header-image {
	position: absolute;
	margin: 26px 0px 0px 25px;
}

#tip-description .content {
	position: absolute;
	margin: 55px 0px 0px 26px;
	width: 470px;
	height: 90px;
	line-height: 16px;
	font-size: 12px;
}

.tip-table-info {
	font-size: 12px;
}

.tip-table-info .no-reviews {
	font-size: 11px;
	padding-left: 4px;
	font-style: italic;
}

.tip-table-info td {
	line-height: 16px;
	padding: 0px;
	margin: 0px;
}

.tip-table-info th {
	font-weight: bold;
	padding-right: 20px;
	line-height: 16px;
	margin: 0px;
}

.tip-table-info em {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}



/* Baking Tip Browse Category */
#baking-tips-categories {
	margin-left: 2px;
}
#baking-tips-categories div {
	margin-left: 8px;
	width: 148px;
	height: 150px;
	float: left;
}


