/* [/web/css/menu.css] */

.inner
{
}

.inner strong
{
	float: left;
	display: inline;
	font-size: 12px !important;
	font-weight: normal;
}

.inner span
{
	float: right;
	display: inline;
	font-size: 12px !important;
}

.FlashContents .inner
{
	display: block;
}


.Contents
{
	/* margin-top: 43px; */
	height: 378px;
	/*
	opacity: 0;
	#filter: Alpha(opacity=0);
	*/
	
	height: 378px;
	_height: 382px;
	/* background: transparent url(../img/menu.jpg) no-repeat left top; */
	_text-align: center;
}

.Contents div.outer
{
	float: left;
	display: inline;
	width: 750px;
	height: 363px;
	overflow: hidden;
	margin: 0px 0px 0px 130px;
	position: relative;
}

	body:nth-of-type(1) .Contents div.outer {
		margin-left: 120px;
	}
	
	.Contents div.outer ul
	{
		margin-bottom: 30px;
	}
	
	.Contents div.outer *
	{
		/* color: #231f20; */
		color: #ffffff;
		font-size: 14px;
		line-height: 16px;
		text-align: justify;
	}
	
	.Contents div.outer h4
	{
		text-transform: uppercase;
		margin: 20px 0px 15px;
		font-weight: bold;
		_margin: 20px 0px 10px;
	}
	
	.Contents div.inner
	{
		_padding-bottom: 20px;
	}
	
	.Contents ul li
	{
		margin-bottom: 5px;
		
		_margin: -10px 0px;
	}
	
	.FlashContents ul li
	{
		margin-bottom: 0px !important;
		height: 21px !important;
	}
	
	.Contents div.outer h4
	{
		margin: 14px 0 5px;
		_margin: 14px 0px 0px;
	}
		
		
		.Contents ul li span
		{
			display: inline-block;
			width: 445px;
		}
		
		.Contents ul li span.price
		{
			float: right;
			display: inline;
			width: 100px;
			text-align: right;
			font-weight: bold;
			white-space: nowrap;
		}

.Scroller
{
	width: 14px;
	height: 344px;
	_height: 354px;
	background: transparent url(../img/bg_scroller.gif) repeat-y left top;
	float: right;
	display: inline;
	padding: 5px 0px;
	margin: 12px 20px 0px 0px;
}

	body:nth-of-type(1) .Scroller {
		margin-right: 30px;
	}

.Scroller .Bar
{
	display: block;
	background-color: #fff;
	
	width: 12px;
	height: 12px;
	_width: 13px;
	_height: 13px;
	
	border-top: 1px solid #f9efea;
	border-left: 1px solid #f9efea;
	border-bottom: 1px solid #be1e2d;
	border-right: 1px solid #be1e2d;
	position: relative;
	left: -1px;
	
	cursor: pointer;
}

.Print
{
	float: right;
	display: inline;
	text-transform: uppercase;
	margin: 10px 20px 0px 0px;
}

	body:nth-of-type(1) .Print {
		margin-right: 30px;
	}

	.Print a.ViewFullPage
	{
		float: left;
		display: inline;
		width: 98px;
		height: 0px;
		_height: 8px;
		overflow: hidden;
		padding-top: 8px;
		background: transparent url(../img/bt_vfpage.png) no-repeat left top;
		font-size: 0px;
		line-height: 0px;
	}
	
	.Print a.PrintFriendly
	{
		float: left;
		display: inline;
		width: 96px;
		height: 0px;
		_height: 8px;
		overflow: hidden;
		padding-top: 8px;
		background: transparent url(../img/bt_fprintw.png) no-repeat left top;
		font-size: 0px;
		line-height: 0px;
	}
	
	.Print span
	{
		float: left;
		display: inline;
		background: transparent url(../img/sep_mn.gif) no-repeat center center;
		width: 2px;
		height: 0px;
		_height: 8px;
		overflow: hidden;
		padding: 8px 15px 0px;
	}
