/*******************************************************************************
* STYLE
*******************************************************************************/
h2 {
	margin: 0;
	padding: 3px;
	border: 1px solid #e9e9e9;
	font-size: 10pt;
	color: #555;
	font-weight: bold;
	background: #e9e9e9 url(../images/fade-h2.gif) repeat-x 0 0;
}
.spacer {
	padding: 28px;
}

/*******************************************************************************
* Main links
*******************************************************************************/
ul.main-link-list {
	margin: 0;
	padding: 18px 8px 18px 8px;
	list-style: none;
	line-height: 16px;
	font-size: 10pt;
}
li.main-link {
	background: url(../images/dot.gif) no-repeat 2px 3px;
	padding: 0 0 0 16px;
}

a.main-link:link, a.main-link:active, a.main-link:visited {
	color: #666;
	text-decoration: none;
}
a.main-link:hover {
	text-decoration: none;
	border-bottom: 1px dashed navy;
	color: black;
}

/*******************************************************************************
* Side links
*******************************************************************************/
ul.side-link-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
li.side-link {
	color: #e4e6ea;
}
a.side-link:link, a.side-link:active, a.side-link:visited {
	text-decoration: none;
	color: #e4e6ea;
}
a.side-link:hover {
	color: #FFF;
	text-decoration: underline;
}

/*******************************************************************************
* Menu-TABS
*******************************************************************************/
#menu-tabs {
	margin:0;
}
.container-menu {
	height: 48px;
	background: transparent url(../images/menu-back.gif) repeat-x 0 0;
}
.container-menu-left {
	background: transparent url(../images/menu-left.gif) no-repeat 0 100%;
}
.container-menu-right {
	background: transparent url(../images/menu-right.gif) no-repeat 100% 100%;
}
.container-tab {
	height: 28px;
	line-height: 20px;
	margin: 0;
	padding-right: 10px;
}

.container-hot {
	height: 20px;
	line-height: 14px;
	clear: both;
	color: #f2dead;
	padding: 0 8px 0 8px;
}

.tab-normal {
	height: 26px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	width: 60px;
	list-style-type: none;
	float: right;
	background: transparent url(../images/menu-normal.gif) no-repeat 0 0;
	text-align: center;
}

.tab-active {
	height: 26px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	width: 60px;
	list-style-type: none;
	float: right;
	background: transparent url(../images/menu-active.gif) no-repeat 0 0;
	text-align: center;
	font-weight: bold;
	color: white;
}

a.tab-link:link, a.tab-link:visited, a.tab-link:active {
	color: #232429;
	text-decoration: none;
}
a.tab-link:hover {
	color: #d6d7e0;
	text-decoration: underline;
}
a.hot-link:link, a.hot-link:active, a.hot-link:visited {
	text-decoration: none;
	color: #e4e6ea;
}
a.hot-link:hover {
	color: #FFF;
	text-decoration: underline;
}
