div#thickbox {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	width: 421px;
}

div#header {
	width: 421px;
	height: 16px;
	padding-top: 14px;
	overflow: hidden;
}

a#btn_close {
	background: url('../images/bg_close.gif') no-repeat;
	width: 15px;
	height: 15px;
	display: block;
	float: right;
	margin-right: 15px;
	_margin-right: 7px;
}


div#form_container {
	width: 361px;
	padding: 0px 30px;
	color: #4D4D4D;
	font-size: 12px;
}

div#thickbox .red {
	color: red;
}

.access {
	display: none;
}

div#thickbox p {
	font-size: 11px;
	padding-bottom: 10px;
}

div#thickbox h1 {
	font-size: 18px;
}

form div {
	width: 361px;
	overflow: hidden;
	padding-bottom: 5px;
}

form label {
	width: 85px;
	float: left;
	display: block;
}

form#form_email_friend label {
	width: 125px;
}

form input {
	width: 270px;
	float: left;
}

form textarea {
	width: 270px;
	height: 70px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form#form_email_friend input,
form#form_email_friend textarea {
	width: 230px;
}

form#form_enquiry textarea {
	height: 100px;
}

form textarea#txtTestimonial {
	height: 120px;
}

form a#btn_send {
	background: url('../images/btn_send.gif') no-repeat;
	width: 53px;
	height: 17px;
	display: block;
	float: right;
	margin-top: 12px;
}

form a#btn_submit {
	background: url('../images/btn_submit.gif') no-repeat;
	width: 59px;
	height: 17px;
	display: block;
	float: right;
	margin-top: 12px;
}

div#errMesg {
	text-align: right;
}


/*****************
	RECIPE
*****************/

div#detail_thickbox {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	width: 540px;
	*width: 539px;
}

div#detail_header {
	background: #000000 url('../images/banner_carmans.gif') no-repeat;
	width: 540px;
	*width: 539px;
	height: 54px;
	padding-top: 4px;
	overflow: hidden;
}

a#btn_close_detail {
	background: url('../images/bg_close_detail.gif') no-repeat;
	width: 15px;
	height: 14px;
	display: block;
	float: right;
	margin-right: 4px;
}


div#detail_container {
	width: 490px;
	*width: 489px;
	padding: 25px;
	color: #666666;
	font-size: 12px;
}

div#detail_container img {
	margin-bottom: 10px;
	margin-left: 20px;
}

div#detail_container h1 {
	color: #B5121B;
	font-size: 17px;
	margin-bottom: 15px;
}

div#detail_container p {
	font-size: 12px;
	padding-bottom: 0px;
}
 
div#detail_container p.section {
	font-weight: bold;
	padding-bottom: 3px;
}

div#btn_print {
	width: 490px;
	*width: 489px;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: right;
}


/*****************
	NUTRITION
*****************/

table.nutrition_table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	margin-bottom: 30px;
}

table.nutrition_table td {
	font-size: 11px;
	padding: 2px 2px 5px 2px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

table.nutrition_table td.noborder {
	border-bottom: 0px;
}
