body {
	text-align:center;
	font-size:12px;
	font-family: Delicious, Segoe UI, Helvetica, Arial, Tahoma, sans-serif;
	/*background:url(/images/paper_texture.png);*/
}
@font-face { font-family: Delicious; font-weight: bold; src: url('/fonts/Delicious-Bold.otf'); }
@font-face { font-family: Delicious; src: url('/fonts/Delicious-Roman.otf'); }

#takeawaysMain
{
    height:100%;
	margin:25px auto 0;
	padding:2px 2px 2px 0;
	text-align:center;
	width:750px;  
}
.horizontalRule
{
	color:#CCC;
	width:100%;
	height:1px;
}
.takeawayHeader
{
	text-align:left;
	width:100%;
	height:40px;
	padding-left:100px;
}
.marginLeft100
{
	margin-left:100px;
}
.searchBox
{
	width:366px;
	height:29px;
	background-image:url(/images/search_box.png);
	text-align:center;
	padding-top:6px;
	float:left;
	position:relative;
	left:150px;
}
#inputBox
{
	height:20px;
	border:none;
	width:340px;
}
.searchButton
{
	width:78px;
	height:35px;
	float:left;
	position:relative;
	left:150px;
}
.BottomRightTheme{
	position:absolute;
	top:45px;
	right:0;
	width:354px;
	height:147px;
	background:url(/images/top_right_backdrop.png);
	float:right;
	z-index:-100;
}

.TakeawaysInContainer{
	margin:25px auto 0;
	padding:2px 2px 2px 0;
	text-align:center;
	width:600px;
}
h1, h2, h3, h4{
	color:#c90000;
}
h1
{
	font-size:20px;
}
h3{
	font-size:16px;
}
p, a{
	font-size:12px;
	color:#333333;
	text-decoration: none;
}
p, a:hover{color:black;}

.cursorHand
{
    cursor:pointer;
}
.takeawayHeader{
	padding:0px;
	margin:0px;
	height:155px;
}
.ChineseTakeawayDescription
{
	clear:both;
}