@CHARSET "UTF-8";

.Pattern
{
	width: 938px;
	margin: auto;
	margin-bottom: 30px;
}

.PatternHeader
{
  position: relative;
  width: 900px;
  height: 66px;
  padding: 20px 20px 10px 20px;
}

.PatternBody
{
	position: relative;
  width: 938px;
	min-height: 480px;
	padding-bottom: 102px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
	background-image: url('/_img/pattern-lbg.gif');
  background-position: left;
  background-repeat: repeat-y;
}

.Module
{
	position: relative;
	left: 38px;
	top: 80px;
	width: 884px;
	overflow: hidden;
}

.PatternHeader .Logo
{
	position: absolute;
  bottom: 10px;
  left: 20px;
	border: none;
}

.PatternHeader .Menu
{
	position: absolute;
	bottom: 8px;
	right: 6px;
	width: 334px;
	height: 54px;
	list-style-type: none;
}

.PatternHeader .Menu li
{
	float: left;
	margin: 1px;
	padding: 0 8px;
	font-size: 15px;
	font-weight: bold;
	background-repeat: no-repeat;
}

.PatternHeader .Menu li a
{
	display: block;
	height: 26px;
	line-height: 24px;
}

.PatternHeader .Menu li a:hover
{
	color: #CD171E;
	text-decoration: none;
}

.PatternHeader .Menu .ItemType1
{
	width: 118px;
	text-align: right;
	background-image: url('/_img/Menu/type1-bg.jpg');
	background-position: left;
}

.PatternHeader .Menu .ItemType2
{
  width: 44px;
	text-align: center;
	background-color: #555;
}

.PatternHeader .Menu .ItemType3
{
  width: 118px;
	background-image: url('/_img/Menu/type3-bg.jpg');
	background-position: right;
}

.Slogan
{
	position: absolute;
	bottom: -30px;
	left: 258px;
	font-size: 20px;
	font-style: italic;
}

.Breadcrumbs
{
	position: absolute;
	right: 24px;
	top: 54px;
	font-size: 18px;
	text-align: right;
}

.ui-tabs-panel ul
{
	margin-left: 20px;
}
