
/* restaurant.css : use for "restaurant" */

#Restaurant
{
	float: left;
	width: 1004px;
	height: 646px;
	color: #FFFFFF;
	font-size: 0px;
	line-height: 0px;
	text-align: left;
	background: transparent;
}

#Restaurant #PageLeft
{
	float: left;
	width: 544px;
	height: 646px;
	background: url("../images/restaurant_01.jpg");
}

#Restaurant #PageRight
{
	float: left;
	width: 460px;
	height: 646px;
	text-align: left;
	background: url("../images/restaurant_02.jpg");
}

#Restaurant #Frame
{
	position: relative;
	left: 5px;
	top: 7px;
	width: 434px;
	height: 631px;
	background: transparent;
}

#Restaurant #Frame #BorderLeft
{
	float: left;
	width: 9px;
	height: 631px;
	background: transparent;
}

#Restaurant #Frame #BorderRight
{
	float: left;
	width: 9px;
	height: 631px;
	background: transparent;
}

#Restaurant #Frame #Middle
{
	float: left;
	width: 416px;
	height: 631px;
	background: transparent;
}

#Restaurant #Frame #Middle #BorderTop
{
	float: left;
	width: 416px;
	height: 2px;
	background: transparent;
	background-repeat: repeat-x;
}

#Restaurant #Frame #Middle #MiddleImage
{
	float: left;
	width: 416px;
	height: 627px;
	background: transparent;
	background-repeat: repeat-x;
}

#Restaurant #Frame #Middle #BorderBottom
{
	float: left;
	width: 416px;
	height: 2px;
	background: transparent;
	background-repeat: repeat-x;
}

#Restaurant #Frame #Middle #MiddleImage #ScrolledZone
{
	float: left;
	width: 416px;
	height: 607px;
	margin-top: 20px;
	overflow: auto;
	display: inline;
	background: transparent;
}

#Restaurant #Frame #Middle #MiddleImage #ScrolledZone .FirstArticleSeparator
{
	float: left;
	width: 100%;
	height: 20px;
	display: inline;
	border-bottom: 1px solid #C4D43E;
	background: transparent;
}

#Restaurant #Frame #Middle #MiddleImage #ScrolledZone .Article
{
	float: left;
	width: 100%;
	height: auto;
	display: inline;
	border-bottom: 1px solid #BECE38;
	background: transparent;
}

#Restaurant #Frame #Middle #MiddleImage #ScrolledZone .Article .Picture
{
	float: left;
	width: 150px;
	height: 150px;
	
	border-right: 0px solid #dff519;
	background: transparent;
}

#Restaurant #Frame #Middle #MiddleImage #ScrolledZone .Article .PictureMiddle
{
	float: left;
	width: 125px;
	height: 125px;
	margin-left: 12px;
	margin-top: 12px;
	display: inline;
	border: 1px solid #dff519;
	background: #FFF;
}

#Restaurant #Frame #Middle #MiddleImage #ScrolledZone .Article .Description
{
	float: left;
	width: 240px;
	height: auto;
	border-left: 0px solid #dff519;
	background: transparent;
}

#Restaurant #Frame #Middle #MiddleImage #ScrolledZone .Article .Description .Title
{
	float: left;
	margin-top: 12px;
	margin-left: 10px;
	width: 220px;
	height: 20px;
	font-family: Verdana;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #dff519;
	background: transparent;
	display:inline;
}

#Restaurant #Frame #Middle #MiddleImage #ScrolledZone .Article .Description .Text
{
	position:relative;
	float: left;
	margin-top: 12px;
	margin-left: 15px;
	width: 220px;
	height: auto;
	font-family: Verdana;
	text-decoration: none;
	text-align: justify;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	color: #dff519;
	background: transparent;
	display: inline;
}

