#articles {
	padding-bottom: 4px;
}

#articles h1 a#back-button span {
	display: none;
}



.articles-pager {
	float: right;
	display: inline;
	margin: 0;
	padding: 0;
	height: 46px;
	background: url(/images/formbox-h1-bg.jpg) top right repeat-y;
}

.articles-pager ul {
	padding: 0;
	margin: 8px 0 0 0;
	list-style: none;
	color: #666;
	font-size: 10pt;
}

.articles-pager ul li {
	float: left;
	display: inline;
	padding: 4px 0 0 0;
	margin: 0 4px;
}

.articles-pager ul li a {
	font-size: 9pt;
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	text-align: center;
	border: 1px solid #666;
	text-decoration: none;
	color: #77787a;
}

.articles-pager ul li a:hover {
	background: #fef8d4;
	border: 1px solid #8e1100;
	color: #f00;
}

.articles-pager ul li a.active {
	border: 1px solid #8e1100;
	background: #fef8d4;
	font-weight: bold;
	color: #f00;
}

.articles-pager ul li a span {
	display: block;
	margin-top: 1px;
}




#articles h4 {
	color: #939598;
	font-size: 9pt;
}

#articles p {
}

#articles span#category-title {
	float: left;
	display: inline;
}

#articles a#back-button {
	float: right;
	display: inline;
	width: 55px;
	height: 23px;
	background: url(/images/back-button.png) top left no-repeat;
}

ul#articles-categories {
	margin: 0 0 8px 0;
	height: 32px;
}

ul#articles-categories li {
	float: left;
	margin: 0 16px 0 0;
	color: #8e1100;
	font-weight: bold;
}

ul#articles-categories li a {
	float: left;
	color: #f00;
	font-size: 9pt;
}

p#articles-categories {
	margin: 0 0 8px 0;
	color: #8e1100;
 }

p#articles-categories a {
	color: #f00;
	font-size: 9pt;
}

#articles-feature {
	min-height: 192px; 
	height: auto !important; /* IE6 */
	height: 192px; /* IE6 */
	margin-bottom: 10px;
}

#articles-feature-image {
	width: 192px;
	height: 192px;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

#articles-feature-image a {
	display: block;
	width: 192px;
	height: 192px;
}

#articles-feature-image a span {
	display: none;
}

#articles-feature-detail {
	width: 352px;
	display: inline;
	float: right;
	padding-top: 4px;
}

#articles-feature h2 {
	color: #f00;
	font-size: 10.5pt;
	margin: 8px 0 0 0;
	padding: 0;
}

#articles-feature h2 a {
	text-decoration: none;
}

#articles-feature h3 {
	color: #939598;
	padding: 0;
	margin: 3px 0 0 0;
}

#articles-feature h3 a {
	color: #333;
	display: block;
	padding: 0;
	margin: 0;
	font-size: 9pt;
}

#articles-feature-detail p {
	height: 88px;
	margin-top: 4px;
}

.articles-item {
	border-top: 1px solid #959595;
	padding-top: 10px;
}

.articles-item-image {
	width: 200px;
	height: 64px;
	background: url(/images/recipe-categories-item-bg.png) top left no-repeat;
	display: inline;
	float: left;
}

.articles-item-image a {
	display: block;
	width: 92px;
	height: 40px;
	margin: 4px;
}

.articles-item-image span {
	display: none;
}

.articles-item-detail {
	width: 352px;
	display: inline;
	float: right;
}

.articles-item h3 {
	margin: 0 0 0 0;
	color: #f00;
}

.articles-item h3 a {
	font-size: 14px;
	color: #f00;
	text-decoration: none;
}

.articles-item h3 span {
	background: #36c;
	padding: 4px;
	margin-right: 4px;
}

.articles-item h3 span a {
	color: #fff;
	padding: 4px;
}

.articles-item p {
	margin-top: 3pt;
	height: 60px;
}

#articles p.articles-more {
	padding: 0;
	height: 24px;
}

#articles p.articles-more a {
	float: right;
	display: block;
	width: 96px;
	height: 24px;
	background: #fff url(/images/article-more-icon.png) top left no-repeat;
	color: #939598;
	font-weight: bold;
	font-size: 8px;
}

#articles p.articles-more a span {
	display: block;
	padding: 0 0 0 28px;
}


#article-image {
	width: 240px;
	float: right;
	margin: 0 0 8px 8px;
}

