#catalogue-wrapper h1
{
	font-size: 14px;
	letter-spacing: 0.1em;
}

.cat-table
{
	
}

.cat-table tr
{
	border-bottom: 1px dashed #9d0000;	
}

.cat-short,
.item-short
{
	margin: 15px 15px 15px 0px;
	padding: 0px 15px 0px 0px;	
	border-right: 1px dashed #9d0000;
}

.cat-table td.last-column div.cat-short,
.cat-table td.last-column div.item-short
{
	border-right: none;	
	padding-right: 0px;
}

.cat-short h2,
.item-short h2
{
	margin: 5px 0px 0px 0px;
	font-size: 11px;
	letter-spacing: 0.05em;		
}

.cat-short h2 a,
.item-short h2 a
{
	font-weight: normal;
}

.cat-short h2 a span,
.item-short h2 a span
{
	float: right;	
}

.back-link
{
	float: right;
	margin-right: 10px;	
}

/* Product detail page
***********************/

#related
{
	float: right;
	width: 130px;
	height: 423px;
	margin: 0px 0px 0px 0px;
	border-left: 1px dashed #9d0000;	
}

#related h1
{
	text-align: center;
	margin: 10px 10px 10px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #9d0000;	
	letter-spacing: 0.06em;
}

.related-item
{
	text-align: center;	
}

.related-item img
{
	display: inline;	
}

.item-full td
{
	vertical-align: top;	
}

.item-full h2
{
	font-weight: bold;
	color: #9d0000;
	font-size: 16px;	
	letter-spacing: 0.06em;
	margin-bottom: 0px;
}

#image-column
{
	padding-right: 15px;
	border-right: 1px dashed #bb2320;
}

#cart-add
{
	display: block;
	margin-top: 10px;	
}

.price
{
	float: right;
	margin-top: 12px;
	display: block;
	font-weight: normal;
	color: #9d0000;
	font-size: 13px;	
	letter-spacing: 0.06em;		
}

.sub-title
{
	margin: 0px 0px 20px 15px;	
}

/* Recipe detail page
**********************/

#recipe-full h1
{
	margin: 0px 10px 0px 15px;
	color: #9d0000;
	font-size: 17px;
}

#recipe-notes
{
	margin: 10px 30px 0px 0px;	
}

#recipe-full h2
{
	color: #333;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: none;	
}

.ingredients
{
	background: #ded3b7;
	padding: 10px;	
}

