@charset "utf-8";

.header-image {
	display: block;
	margin: 15px 0px 1px 0px;
}

/* Contains box elements used throughout the site */
.light-gray-box-top-header {
	width: 675px;
	height: 47px;
	background-image: url(../images/common/light-gray-box-top-header.png);
	overflow: hidden;
}

.light-gray-box-top-header img {
	position: absolute;
	margin: 22px 0px 0px 18px;
}

.light-gray-box-top-header h1 {
	padding: 20px 0px 0px 20px;
}

.light-gray-box-top-edge {
	width: 675px;
	height: 30px;
	background-image: url(../images/common/light-gray-box-top-header.png);
	overflow: hidden;
}

.light-gray-box-bot-edge {
	width: 675px;
	height: 32px;
	background-image: url(../images/common/light-gray-box-bot-edge.png);
}

.light-gray-box-middle {
	width: 675px;
	background-image: url(../images/common/light-gray-box-middle.png);
}

.light-gray-box-middle .spacer {
	width: 1px;
	height: 6px;
}

.light-gray-box-middle .top-edge {
	position: absolute;
	width: 675px;
	height: 32px;
	background-image: url(../images/common/light-gray-box-top-edge.png);
	overflow: hidden;
}

.light-gray-box-middle .header {
	position: absolute;
}

.light-gray-box-middle .contents {
	width: 630px;
	margin-left: 20px;
	padding-top: 6px;
	font-size: 12px;
	line-height: 16px;
}

.light-gray-box-middle .hr {
	margin: 0px;
	padding: 0px;
	width: 620px;
	height: 2px;
	background-image: url(../images/common/light-gray-box-seperator-line.png);
	font-size: 1px;
	line-height: 1px;
	
}

.light-gray-box-seperator-line {
	width: 630px;
	height: 2px;
	margin: 5px 0px;
	background-image: url(../images/common/light-gray-box-seperator-line.png);
	background-repeat: repeat-x;
	overflow: hidden;
}

.light-gray-box-middle .input-border {
	border-color: #bdb4aa;
}

.box-seperator {
	width: 675px;
	height: 2px;
	background-image: url(../images/common/box-seperator.png);
	overflow: hidden;
}

/* Light Green Box */

.light-green-box-middle {
	width: 675px;
	background-image: url(../images/common/light-green-box-middle.png);
}

.light-green-box-middle .contents {
	width: 630px;
	margin-left: 20px;
	padding-top: 6px;
	font-size: 12px;
	line-height: 16px;
}

.light-green-box-seperator-line {
	width: 630px;
	height: 2px;
	margin: 5px 0px;
	background-image: url(../images/common/light-green-box-seperator-line.png);
	background-repeat: repeat-x;
	overflow: hidden;
}

.light-green-box-bot-edge {
	width: 675px;
	height: 32px;
	background-image: url(../images/common/light-green-box-bot-edge.png);
}

.light-green-box-middle .input-border {
	border-color: #a5bb7d;
}


/* The very top box displayed for each page */

#page-top-box {
	width:  928px;
	height: 221px;
}

.page-top-box-gray {
	background-image: url(../images/common/top-box/main-background-928-221.png);
}


.page-top-box-yellow {
	background-image: url(../images/common/top-box/main-background-yellow-928-221.png);
}

#page-top-box .corner {
	position: absolute;
	z-index:  10;
	width: 8px;
	height: 8px;
	overflow: hidden;
}

.page-top-box-gray .sw {
	margin-top: 213px;
	background-image: url(../images/common/corners/light-gray-sw.png);
}

.page-top-box-gray .nw {
	background-image: url(../images/common/corners/light-gray-nw.png);
}

.page-top-box-yellow .sw {
	margin-top: 213px;
	background-image: url(../images/common/corners/yellow-sw.png);
}

.page-top-box-yellow .nw {
	background-image: url(../images/common/corners/yellow-nw.png);
}

#page-top-box-info {
	position: absolute;
	margin: 2px 0px 0px 509px;
	width: 417px;
	height: 217px;
	z-index: 100;
}

#page-top-box-info .info {
	position: absolute;
	height: 217px;
	margin-left: 44px;
	font-size: 12px;
	line-height: 16px;
}

#page-top-box-info .info .table-valign {
	height: 217px;
}

#page-top-box-info .info .table-valign td {
	vertical-align: middle;
}

.page-top-box-info-yellow {
	position: absolute;
	margin: 2px 0px 0px 509px;
	width: 417px;
	height: 217px;
	background-image:url(../images/common/top-box/info-background-yellow-417.png);
}

.page-top-box-info-green {
	position: absolute;
	margin: 2px 0px 0px 509px;
	width: 417px;
	height: 217px;
	background-image: url(../images/common/top-box/info-background-green-416.png);
	z-index: 5;
}

.page-top-box-info-yellow .hr {
	margin: 0px;
	padding: 0px;
	height: 1px;
	border-top: 1px solid #dbdaaf;
	font-size: 1px;
	line-height: 1px;
}

.hr-gray {
	margin: 0px;
	padding: 0px;
	height: 1px;
	border-top: 1px solid #d3ccc2;
	font-size: 1px;
	line-height: 1px;
}

.hr-yellow {
	margin: 0px;
	padding: 0px;
	height: 1px;
	border-top: 1px solid #dbdaaf;
	font-size: 1px;
	line-height: 1px;
}

.hr-green {
	margin: 0px;
	padding: 0px;
	height: 2px;
	font-size: 1px;
	line-height: 1px;
	background-image: url(../images/common/hr/hr-green.png);
}

#page-top-box-photo {
	position: absolute;
	margin: 2px 0px 0px 2px;
	width: 530px;
	height: 217px;
	overflow: hidden;
}

#sidebar-promotions {
	width: 248px;
	margin-top: 10px;
}

/* Submit Content Sidebar */
#sidebar-submit-content {
	width: 248px;
	height: 25px;
	margin-top: 10px;
}

#sidebar-submit-content .submit-recipe {
	display: block;
	position: absolute;
}

#sidebar-submit-content .submit-tip {
	display: block;
	position: absolute;
	margin-left: 133px;
}

/* Related Products Sidebar */

#sidebar-related-product {
	width:  247px;
	margin-top: 10px;
}


#sidebar-related-product .name {
	position: absolute;
	margin-left: 15px;
}

#sidebar-related-product .top-large {
	width: 247px;
	height: 90px;
	background-image: url(../images/sidebar/related-product/background-top-large.png);
}

#sidebar-related-product .top-small {
	width: 247px;
	height: 60px;
	background-image: url(../images/sidebar/related-product/background-top-small.png);
}

#sidebar-related-product .bottom {
	width:  247px;
	height: 122px;
	background-image: url(../images/sidebar/related-product/background-bottom.png);
}


#sidebar-related-product .bottom .corner {
	position: absolute;
	margin-top: 114px;
	z-index:  8;
	width: 8px;
	height: 8px;
	overflow: hidden;
}

#sidebar-related-product .bottom .sw {
	background-image: url(../images/sidebar/related-product/green-sw.png);
}

#sidebar-related-product .bottom .se {
	margin-left: 239px;
	background-image: url(../images/sidebar/related-product/green-se.png);
}



#sidebar-related-product .hero-photo {
	position: absolute;
	margin: 0px 0px 0px 2px;
}

#sidebar-related-product .box-photo {
	position: absolute;
	margin-left: -6px;
	z-index: 10;
}

/* Related Tips Sidebar */
#sidebar-related-tip {
	margin-top: 10px;
}

#sidebar-related-tip .header-box {
	width: 248px;
	height: 49px;
	background-image: url(../images/sidebar/related-tip/header-background.png);
}

#sidebar-related-tip .header-box a {
	position: absolute;
	margin: 16px 0px 0px 15px;
}

#sidebar-related-tip .content-box {
	width: 248px;
	background-image: url(../images/sidebar/related-tip/content-background.png);
}

#sidebar-related-tip .content-box .contents {
	width: 218px;
	padding-top: 10px;
	margin-left: 15px;
	font-size: 12px;
	line-height: 16px;
}

#sidebar-related-tip .content-box .contents a {
	font-weight: bold;
}

#sidebar-related-tip .content-box .contents br {
	margin-bottom: 4px;
}

#sidebar-related-tip .bottom-edge {
	width: 248px;
	height: 15px;
	background-image: url(../images/sidebar/related-tip/bottom-edge-background.png);
}

/* Background elements used in Baker's Club */

.sidebar-yellow-top-edge {
	width: 252px;
	height: 7px;
	background-image: url(../images/common/sidebar-yellow-top-edge.png);
	overflow: hidden;
}

.sidebar-yellow-middle {
	width: 252px;
	background-image: url(../images/common/sidebar-yellow-middle.png);
}

.sidebar-yellow-bot-edge {
	width: 252px;
	height: 11px;
	margin-bottom: 6px;
	background-image: url(../images/common/sidebar-yellow-bot-edge.png);
	overflow: hidden;
}


.sidebar-yellow-middle .contents {
	width: 224px;
	margin-left: 13px;
	padding-top: 6px;
	font-size: 12px;
	line-height: 16px;
}

.sidebar-yellow-middle .hr {
	width: 224px;
	height: 2px;
	margin: 5px 0px;
	background-image: url(../images/common/sidebar-yellow-hr.png);
	background-repeat: repeat-x;
}

/* Context Menu */

.context-menu {
	position: absolute;
	width: 120px;
	background-color: #f4f1f1;
	border: 1px solid #e1dede;
	margin-left: -130px;
	z-index: 910;
	overflow: hidden;
}

.context-menu .close-button {
	position: absolute;
	width: 9px;
	height: 9px;
	margin: 4px 0px 0px 107px;
	background-image: url(../images/common/context-menu-close-button.png);
	cursor: pointer;
	overflow: hidden;
}

.context-menu .top {
	width: 120px;
	height: 14px;
}

.context-menu .message {
	width:  90px;
	margin-left: 10px;
}

.context-menu .bot {
	width: 120px;
	height: 14px;
}


.share-item {
	height: 17px;
	margin: 0px 0px 5px 14px;
	cursor: pointer;
}

.share-item img {
	vertical-align: text-top;
}

.share-item span {
	position: relative;
	top: 2px;
	padding-left: 8px;
	font-size: 11px;
}

.share-item:hover span.hover {
	text-decoration: underline;
}


/* Options Box */

#content-options-menu {
	position: absolute;
	height: 100px;
	width: 70px;
	margin: 26px 0px 0px 567px;
	font-size: 10px;
	font-weight: bold;
	z-index: 900;
}

#content-options-menu .option-item {
	height: 16px;
	width: 100px;
	margin-bottom: 6px;
}


#content-options-menu .option-item img {
	float: left;
}

#content-options-menu .option-item .copy {
	position: relative;
	top: 3px;
	margin-left: 7px;
}

#content-options-menu .context-link {
	cursor: pointer;
}



/* icons */

.icon {
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
	margin-right: 3px;
	vertical-align: middle;
}

a:hover .icon {
	text-decoration: none;
	cursor: pointer;
}

.flag {
	width: 12px;
	height: 15px;
	background-image: url(../images/common/icons/flag.png);
}

.icon-reply {
	width: 13px;
	height: 14px;
	margin-right: 4px;
	background-image: url(../images/common/icons/reply.png);
}

.circle-arrow {
	width:  16px;
	height: 16px;
	background-image: url(../images/common/icons/circle-arrow.png);
}

.gt {
	width: 12px;
	height: 8px;
	background-image: url(../images/common/icons/gt.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}

.follow {
	cursor: pointer;
}





/*-----------------------------------------------------------*/
/*             Reviews page for tips and recipes             */
/*-----------------------------------------------------------*/

#reviews-top {
	width: 675px;
	height: 52px;
	background-image: url(../images/reviews/reviews-header-background.png);
}

#reviews-top-edge {
	width: 675px;
	height: 52px;
	background-image: url(../images/reviews/reviews-top-edge.png);
}

#reviews-header {
	position: absolute;
	margin: 26px 0px 0px 25px;
}

#reviews-middle {
	width: 675px;
	background-image: url(../images/reviews/reviews-background.png);
}



/* Used to submit a review/discussion */

#submit-rating {
	position: absolute;
	margin: 6px 0px 0px 456px;
	font-weight: bold;
}

#submit-review {
	width: 417px;
	margin: 0px 0px 10px 26px;
}

.submit-box-top-edge {
	height: 3px;
	background-image: url(../images/reviews/submit-box-top-bot-edges.png);
	overflow: hidden;
}

.submit-box-bot-edge {
	height: 2px;
	background-image: url(../images/reviews/submit-box-top-bot-edges.png);
	background-position:  0 -3px;
	overflow: hidden;
}

.submit-box-middle {
	width: 417px;
	background-image: url(../images/reviews/submit-review-middle-bg.png);
}

.submit-box-middle textarea {
	margin: 5px 8px;
	width: 402px;
	height: 100px;
	color: #2a2a2a;
	border: 0px;
	padding: 0px;
	resize: none;
	outline: none;
	overflow: hidden;
}

#review-promo-msg {
	position: absolute;
	margin: 5px 8px;
}

#submit-review .footer {
	width: 417px;
	height: 35px;
	background-image: url(../images/reviews/submit-review-middle-bg.png);
	overflow: hidden;
}

#submit-review .footer input {
	margin: 6px 0px 0px 340px;
}


#submit-review .footer .hr {
	position: absolute;
	margin: 0px 8px;
	width: 402px;
	height: 1px;
	background-color: #eeeae5;
	overflow: hidden;
}

/* Reply box used for comments */


#reply-box {
	width: 417px;
	margin-bottom: 6px;
}

#reply-box .header {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 4px;
}

#reply-box .footer {
	margin-top: 5px;
}

#reply-box .comment {
	height: 45px;
}

#reply-box .reply {
	width: 81px;
	height: 26px;
	margin-right: 4px;
}

#reply-box .cancel {
	width: 61px;
	height: 26px;
}

/* The reviews-list holds all the review-threads */

#reviews-list {
	width: 620px;
	margin-left: 25px;
}

#reviews-list .hr {
	margin: 4px 0px 8px 0px;
	padding: 0px;
	height: 1px;
	border-top: 1px solid #dcdabb;
	font-size: 1px;
	line-height: 1px;
	
}

#reviews-list .profile-status {
	margin: 3px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #79704a;
	text-align: center;
	height: 18px;
}

#reviews-list .report {
	cursor: pointer;
}

#reviews-list .report:hover {
	text-decoration: underline;
}


/* Review Thread - Contains a review, a comment submit box, and all the comments. */

.review-thread .hr-separator {
	width: 532px;
	height: 1px;
	background-color: #eceac7;
	margin: 4px 0px 8px 0px;
	overflow: hidden;
}


.review-info {
	width: 74px;
	font-size: 11px;
	float: left;
	overflow: hidden;
	margin-right: 14px;
}

.review-info .profile-image {
	margin:   0px 0px 0px 0px;
	width: 74px;
	height: 77px;
	background-image: url(../images/reviews/profile-image-background.png);
}

.review-info .profile-image img {
	margin: 3px 0px 0px 2px;
}

.review-content {
	width: 532px;
	font-size: 12px;
	float: left;
}

.review-body {
	margin-top: 4px;
	width: 520px;
	min-height: 78px;
	line-height: 15px;
}

.review-body .header {
	margin-bottom: 11px;
}

.review-body .text {
	line-height: 15px;
	margin-bottom: 4px;
}


.review-footer {
	width: 520px;

}

.review-footer .toggle-comments {
	cursor: pointer;
}

.review-footer .toggle-comments:hover {
	text-decoration: underline;
}

.review-footer .content {
	height: 22px;
	text-align: left;
	font-size: 11px;
	text-align: right;
}

.review-footer .separator {
	font-size: 13px;
	padding: 0px 3px;
}

.review-footer  .report {
	
}

.review-footer  .reply {
	font-weight: bold;
	cursor: pointer;
}

.review-footer  .reply:hover {
	color: #000;
}


/* Review Comments */

.review-comment {
	background-color: #f5f3d2;
	padding: 6px 6px 0px 6px;
	margin-bottom: 5px;
}

.review-comment .icon {
	position: absolute;
	width: 18px;
	height: 20px;
	margin: 0px 0px 0px -30px;
	background-image: url(../images/reviews/response-icon.png);
	overflow: hidden;
}

.review-comment .comment-info {
	width: 64px;
	font-size: 11px;
	float: left;
	overflow: hidden;
	margin-right: 14px;
}

.comment-info .profile-image {
	width: 64px;
	height: 65px;
	background-image: url(../images/reviews/comment-profile-image-bg.png);
}

.comment-info .profile-image img {
	margin: 2px 0px 0px 2px;
}

.review-comment .comment-content {
	width: 435px;
	float: left;
}

.comment-body {
	margin-top: 4px;
	min-height: 70px;
	line-height: 15px;
	overflow: hidden;
}

.comment-body .header {
	margin-bottom: 7px;
}

.comment-body .text {
	line-height: 15px;
	margin-bottom: 4px;
}


.comment-footer {
	text-align: left;
	font-size: 11px;
	text-align: right;
	height: 20px;
}



/* End of Reviews Page */
#reviews-bottom-edge {
	width: 675px;
	height: 51px;
	background-image: url(../images/reviews/reviews-bottom-edge.png);
	overflow: hidden;
}

.review-link-more {
	margin: 15px 30px 0px 0px;
	display: inline-block;
	float: right;
	font-size: 11px;
	font-weight: bold;
}





/*---------------------------------------------------------------------------------------------------*/
/*                                       Recipe Browse List                                          */
/*---------------------------------------------------------------------------------------------------*/




/* Recipe List Results */

.browse-header {
	width: 675px;
	height: 35px;
	background-image: url(../images/browser/browse-header.png);
}

.browse-tabs {
	height: 43px;
}

.browse-tab {
	position: absolute;
	margin-top: 10px;
	display: block;
	width: 141px;
	height: 36px;
	text-decoration: none;
	overflow: hidden;
}

.browse-tab span {
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.browse-tab:hover {
	text-decoration: none;
	cursor: pointer;
}

.browse-tab-1 {
	margin-left: 22px;
	z-index: 10;
}

.browse-tab-2 {
	margin-left: 150px;
	z-index: 9;
}

.browse-tab-3 {
	margin-left: 278px;
	z-index: 8;
}

.browse-tab-4 {
	margin-left: 406px;
	z-index: 7;
}

.browse-tab-5 {
	margin-left: 534px;
	z-index: 6;
}

.browse-tab-off {
	background-image: url(../images/browser/tab-off.png);
}

.browse-tab-on {
	background-image: url(../images/browser/tab-on.png);
	z-index: 22;
}

.browse-recipe-item {
	width:  649px;
	height: 103px;
	margin: 0px 0px 5px 10px;
	font-size: 11px;
	background-image: url(../images/browser/recipes/item-bg.png);
	overflow: hidden;
}

.browse-recipe-item-alt {
	background-image: url(../images/browser/recipes/item-bg-alt.png);
}


.browse-recipe-item td {
	vertical-align: middle;
	text-align: center;
}

.browse-recipe-item .td-thumb {
	width: 104px;
	text-align: left;
	vertical-align: top;
}

.browse-recipe-item .td-thumb img {
	margin: 11px 0px 0px 11px;
}

.browse-recipe-item .td-desc {
	width: 198px;
	text-align: left;
}

.browse-recipe-item .td-desc div {
	width: 95%;
	line-height: 13px;
	max-height: 80px;
	overflow: hidden;
}

.browse-recipe-item .td-desc a {
	display: block;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 3px;
}

.browse-recipe-item .td-author {
	width: 102px;
}

.browse-recipe-item .td-author div {
	width: 90px;
	text-align: center;
	margin-left: 6px;
}

.browse-recipe-item .td-type  {
	width: 84px;
}

.browse-recipe-item .td-reviews {
	width: 92px;
}

.browse-recipe-item .td-reviews em {
	display: block;
	text-align: center;
	margin-top: 5px;
	font-style: italic;
}

.browse-recipe-item .td-reviews .no-reviews {
	font-style: italic;
	color: #977c5c;
}

.browse-recipe-item .td-time  {
	width: 69px;
}



.browse-recipe-featured-item {
	width:  649px;
	height: 103px;
	margin: 0px 0px 5px 10px;
	font-size: 11px;
	background-image: url(../images/browser/recipes/item-featured-bg.png);
	overflow: hidden;
}

.browse-recipe-featured-item-alt {
	background-image: url(../images/browser/recipes/item-featured-bg-alt.png);
}



.browse-recipe-featured-item td {
	vertical-align: middle;
	text-align: center;
}

.browse-recipe-featured-item .td-thumb {
	width: 238px;
	text-align: left;
	vertical-align: top;
}

.browse-recipe-featured-item .td-thumb img {
	margin: 7px 0px 0px 8px;
}

.browse-recipe-featured-item .td-desc {
	width: 199px;
	text-align: left;
}

.browse-recipe-featured-item .td-desc div {
	width: 95%;
	line-height: 13px;
	max-height: 80px;
	overflow: hidden;
}

.browse-recipe-featured-item .td-desc a {
	display: block;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 3px;
}

.browse-recipe-featured-item .td-author {
	width: 109px;
	
}

.browse-recipe-featured-item .td-author div {
	width: 90px;
	text-align: center;
	margin-left: 6px;
}

.browse-recipe-featured-item .td-reviews {
	width: 104px;
}

.browse-recipe-featured-item .td-reviews em {
	display: block;
	text-align: center;
	margin-top: 5px;
	font-style: italic;
}

.browse-recipe-featured-item .td-reviews .no-reviews {
	font-style: italic;
	color: #977c5c;
}









.browse-recipe-header {
	height: 20px;
	margin: 0px 0px 0px 10px;
	font-size: 10px;
	font-weight: bold;
	background-image: none;
}






#browser-pages-header {
	position: absolute;
	margin:   24px 0px 0px 298px;
	width: 350px;
	height: 16px;
	text-align: right;
}

.browser-page-numbers {
	float: right;
	font-weight: normal;
	font-size: 12px;
	height: 16px;
}

.browser-page-numbers td {
	vertical-align: top;
	height: 16px;
}

.browser-page-numbers .arrow {
	position: absolute;
	display: inline-block;
	margin:   0px;
	position: inherit;
	width: 10px;
	height: 14px;
	vertical-align:top;
	background-repeat: no-repeat;
}

.browser-page-numbers .prev {
	background-image: url(../images/common/browser/prev.png);
	margin-right: 1px;
}

.browser-page-numbers .next {
	background-image: url(../images/common/browser/next.png);
	margin-left: 2px;
}

.browser-page-numbers a {
	margin: 0px 2px;
}

.browser-page-numbers .current {
	font-weight: bold;
	text-decoration: underline;
}


#browser-list-footer {
	width:  642px;
	height: 16px;
	margin-left: 14px;
	text-align: right;
}


/* Tip List Results */
#browse-tip-header {
	width: 675px;
	height: 57px;
	background-image: url(../images/common/light-gray-box-extended-top-header.png);
	overflow: hidden;
}

#browse-tip-header .icon {
	position: absolute;
	margin: 9px 0px 0px 18px;
}

#browse-tip-header .header {
	position: absolute;
	margin: 26px 0px 0px 76px;
}

#tip-browse-container p {
	padding: 2px 20px;
}


.tip-list-item {
	width:  641px;
	height: 86px;
	margin: 5px 0px 0px 16px;
	font-size: 11px;
	background-image: url(../images/baking-tips/tip-list/item-background.png);
	overflow: hidden;
}

.tip-list-item-alt {
	background-image: url(../images/baking-tips/tip-list/item-background-alt.png);
}

.tip-list-header {
	height: 20px;
	font-size: 10px;
	font-weight: bold;
	background-image: none;
}

.tip-list-item td {
	vertical-align: middle;
	text-align: center;
}

.tip-list-item .td-desc {
	width: 224px;
	text-align: left;
}

.tip-list-header .td-desc {
	text-align: center;
}

.tip-list-item .td-desc div {
	width: 184px;
	margin-left: 20px;
	line-height: 13px;
	max-height: 68px;
	overflow: hidden;
}

.tip-list-item .td-desc a {
	display: block;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 3px;
}
.tip-list-item .td-category  {
	width: 102px;
}

.tip-list-item .td-subcategory  {
	width: 106px;
}

.tip-list-item .td-author {
	width: 106px;
}

.tip-list-item .td-reviews {
	width: 102px;
}

.tip-list-item .td-reviews em {
	display: block;
	text-align: center;
	margin-top: 5px;
	font-style: italic;
}

.tip-list-item .td-reviews .no-reviews {
	font-style: italic;
	color: #977c5c;
}




/* Recipe by Type, Occasion, or Favorite Box */

.recipe-list-thumb {
	width: 86px;
	height: 88px;
	overflow: hidden;
	margin-left: 10px;
}

.recipe-list-thumb img {
	position: absolute;
	margin: 3px 0px 0px 3px;
}

.recipe-list-thumb div {
	position: absolute;
	width: 86px;
	height: 88px;
	background-image: url(../images/recipes/recipe-list/thumb-overlay.png);
}

#recipe-cat-box {
	width: 247px;
	height: 212px;
	background-image: url(../images/recipe-cat-box/recipe-cat-box-background.png);
	overflow: hidden;
}

#recipe-cat-recipes-by-type {
	position: absolute;
	margin-top: 0px;
	z-index:  10;
}

#recipe-cat-recipes-by-occasion {
	position: absolute;
	margin-top: 153px;
	z-index:  20;
}

#recipe-cat-my-fav-recipes {
	position: absolute;
	margin-top: 183px;
	z-index:  30;
}

.recipe-cat-header-box {
	width: 247px;
	height: 29px;
	background-image: url(../images/recipe-cat-box/header-box-background.png);
	overflow: hidden;
	cursor: pointer;
}

.recipe-cat-button {
	margin: 5px 5px 0px 5px;
}

.recipe-cat-content {
	width: 247px;
	height: 124px;
	background-image: url(../images/recipe-cat-box/content-box-background.png);
	font-weight: bold;
	overflow: hidden;
}

.recipe-cat-table-list {
	margin: 0 auto;
}

.recipe-cat-table-list td {
	padding-bottom: 6px;
	white-space: nowrap;
}

.recipe-cat-table-list-col1 {
	padding-right: 8px;
}

#recipe-cat-bot-edge {
	position: absolute;
	width: 247px;
	height: 5px;
	margin: 207px 0px 0px 0px;
	background-image: url(../images/recipe-cat-box/bot-edge.png);
	z-index: 100;
	overflow: hidden;
}

#recipe-cat-bot-left-corner {
	position: absolute;
	width: 7px;
	height: 7px;
	margin: 205px 0px 0px 0px;
	background-image: url(../images/recipe-cat-box/bot-left-corner.png);
	z-index: 100;
	overflow: hidden;
}

#recipe-cat-bot-right-corner {
	position: absolute;
	width: 7px;
	height: 7px;
	margin: 205px 0px 0px 240px;
	background-image: url(../images/recipe-cat-box/bot-right-corner.png);
	z-index: 100;
	overflow: hidden;
}

.recipe-cat-bullet {
	width: 5px;
	height: 6px;
	padding-right: 2px;
}

#content-bakers-club-join-box {
	position: relative;
	width: 964px;
	height: 152px;
	top: 2px;
	left: 6px;
	background-image: url(../images/bakers-club/bakers-club-box/join-background.png);
}

#bakers-club-join-box-benifits {
	position: absolute;
	margin: 14px 0px 0px 34px;
	width: 570px;
	height: 128px;
	overflow: hidden;
}

#bakers-club-join-box-benifits img {
	display: block;
}

#bakers-club-join-box-benifits .header {
	margin-top: 14px;
}

#bakers-club-join-box-benifits .subheader {
	margin-top: 18px;
}

#bakers-club-join-box-benifits .list {
	margin-top: 4px;
}

#bakers-club-join-box-benifits .list li {
	font-size: 12px;
}

#content-bakers-club-join-box .join-button {
	position: absolute;
	margin: 100px 0px 0px 280px;
	width: 111px;
	height: 16px;
}

#content-bakers-club-join-box .photo {
	position: absolute;
	margin: 14px 0px 0px 418px;
	width: 186px;
	height: 127px;
	overflow: hidden;
}

#bakers-club-join-box-newsletter {
	position: absolute;
	margin: 32px 0px 0px 630px;
	width: 300px;
}

#bakers-club-join-box-newsletter p {
	margin: 4px 0px 10px 0px;
	font-size: 12px;
	line-height: 16px;
}

#bakers-club-join-box-newsletter img {
	display: block;
}

#content-bakers-club-box {
	position: relative;
	width: 964px;
	height: 164px;
	top: 2px;
	left: 6px;
	background-image: url(../images/bakers-club/bakers-club-box/background.png);
}

#content-bakers-club-box .minibox {
	position: absolute;
	width: 454px;
	height: 136px;
	margin-top: 14px;
	overflow: hidden;
}

#content-bakers-club-box .minibox .view-all {
	position: absolute;
	margin: 11px 0px 0px 380px;
}

#content-bakers-club-box .minibox .header {
	display: block;
	position: absolute;
	width: 224px;;
	height: 30px;
}

#content-bakers-club-box .minibox .content {
	position: absolute;
	height: 80px;
	width:  204px;
	margin: 45px 0px 0px 10px;
	overflow: hidden;
}

#content-bakers-club-box .minibox li {
	margin-bottom: 2px;
}


#content-bakers-club-box li a {
	font-weight: bold;
	text-decoration: underline;
}

#content-bakers-club-box .notify-li {
	font-weight: normal;
}



#login-box {
	display: none;
	position: absolute;
	margin-top: -18px;
	margin-left: 776px;
	height: 140px;
	width: 176px;
	background: #f2f2f2;
	border: 1px solid #bdbdbd;
	border-top: none;
	z-index: 1000;
}

#login-box .close-button {
	position: absolute;
	width: 9px;
	height: 9px;
	margin: 7px 0px 0px 160px;
	background-image: url(../images/common/login-box-close-button.png);
	cursor: pointer;
	overflow: hidden;
}

#login-box .contents {
	position: absolute;
	margin: 15px 0px 0px 19px;
	width: 140px;
}

#login-box label {
	font-size: 11px;
	display: block;
	color: #573a18;
	margin: 0px 0px 2px 0px;;
	padding: 0px;
}

#login-box a {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	line-height: 11px;
}

#login-box .input-text {
	margin: 0px;
	padding: 2px;
	height: 15px;
	border: solid 1px #8e7c66;
	width: 132px;
	font-size: 11px;
}

#login-box .forgot-password {
	display: inline-block;
	float: left;
}

#about-us {
	margin-top: 20px;
	margin-left: 169px;
	width: 600px;
	font-size: 12px;
}

#about-us a {
	text-decoration: underline;
}

#about-us h1 {
	margin: 16px 0px 8px 0px;
	font-size: 18px;
	font-weight: bold;
}

#about-us p {
	line-height: 15px;
	margin: 10px 0px;
}

#contact-us table {
	
}

#contact-us table td {
	padding-right: 20px;
}


#contact-us h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

#error-page-table {
	width: 572px;
	height: 183px;
	font-size: 14px;
	margin-left: 50px;
}

#error-page-table td {
	vertical-align: middle;
	text-align: center;
}

#error-page-table td a {
	text-decoration: underline;
}

#error-login-section {
	position: absolute;
	margin-left: 448px;
	height: 183px;
	width:  200px;
	background-image: url(../images/error/seperator.png);
	background-repeat: no-repeat;
}

#error-login-section strong {
	display: block;
	font-weight: bold;
	margin: 10px 0px 3px 0px;
}

.textarea-counter {
	display: inline-block;
	width: 200px;
	padding-bottom: 1px;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
}
