body {
	padding: 40px 15px 15px 15px;
	background: #fff url(/res/images/bar_help.gif) 0 0 no-repeat;
	text-align: left;
	font-size: 75%;
	color: #333;
	line-height: 1.6;
}

a:link, a:visited {
	color: #69c;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	color: #ff1969;
	text-decoration: underline;
}

h1 {
	font-size: 160%;
	color: #000;
	margin: 5px -15px 15px -15px;
	background: #d6e4ff;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 5px 10px;
}

#breadcrumb {
	font-size: 90%;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-left: -5px;
}

#footer {
	margin: 30px -5px 15px -5px;
	border-top: 1px dotted #666;
	padding: 5px 0;
	font-size: 90%;
	font-weight: bold;
}

li {
	margin: 10px 30px;
}

#topics a {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.4;
}

#topics span {
	display: block;
	font-size: 90%;
	color: #666;
	margin-top: 2px;
}

.tab_list,
.tab_list a:link,
.tab_list a:visited,
.tab_list a:hover,
.tab_list a:active,
.tab_list a:focus {
	color: #fff;
	background: #616fd4;
	text-decoration: none;
	padding: 0 2px;
}

.tab_items,
.tab_items a:link,
.tab_items a:visited,
.tab_items a:hover,
.tab_items a:active,
.tab_items a:focus {
	color: #fff;
	background: #d48038;
	text-decoration: none;
	padding: 0 2px;
}

.tab_account,
.tab_account a:link,
.tab_account a:visited,
.tab_account a:hover,
.tab_account a:active,
.tab_account a:focus {
	color: #fff;
	background: #4692a8;
	text-decoration: none;
	padding: 0 2px;
}

.tab_gifts,
.tab_gifts a:link,
.tab_gifts a:visited,
.tab_gifts a:hover,
.tab_gifts a:active,
.tab_gifts a:focus {
	color: #fff;
	background: #7fbb5b;
	text-decoration: none;
	padding: 0 2px;
}

.btn {
	text-transform: uppercase;
}

.alert {
	border: 1px solid #f00;
	padding: 8px;
	background: #fee;
}

.hint {
	padding-left: 80px;
	background: #fff url(/res/images/lightbulb.jpg) 0 0 no-repeat;
	min-height: 70px;
}

* html .hint {
	height: 70px;
}

.feature {
	font-size: 120%;
	color: #a00;
}

.easteregg {
	padding-right: 60px;
	background: #fff url(/res/images/easteregg.jpg) 100% 0 no-repeat;
	min-height: 50px;
}

* html .easteregg {
	height: 50px;
}

h2 {
	font-size: 120%;
	padding-bottom: 5px;
	margin: 20px 0 10px 0;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
}

h2.example {
	font-size: 90%;
	background: #666;
	padding: 1px 5px;
	color: #fff;
	margin-bottom: 0;
}

blockquote.example {
	font-family: Verdana, sans-serif;
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #666;
	background: #eee;
}

p.format {
	color: #f60;
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #666;
	background: #eee;
	font-size: 140%;
}

p.format strong {
	color: #f30;
}

p.format span {
	color: #69c;
}

p.format span.url {
	color: #f90;
}

blockquote.example p.textile {
	color: #666;
	margin: 0;
	padding: 5px 0 5px 40px;
	background: #eee url(/res/images/icons/example_type.gif) 0 2px no-repeat;
}

blockquote.example p.html {
	color: #666;
	margin: 0;
	padding: 5px 0 5px 40px;
	background: #eee url(/res/images/icons/example_get.gif) 0 2px no-repeat;
}

.dividered {
	border-top: 1px solid #ccc;
	padding-top: 15px;
}

.blob_list {
	padding-left: 20px;
	background: transparent url(/res/images/blobs/list.gif) 0 50% no-repeat;
}

.blob_items {
	padding-left: 20px;
	background: transparent url(/res/images/blobs/items.gif) 0 50% no-repeat;
}

.blob_theme {
	padding-left: 20px;
	background: transparent url(/res/images/blobs/theme.gif) 0 50% no-repeat;
}

.blob_account {
	padding-left: 20px;
	background: transparent url(/res/images/blobs/account.gif) 0 50% no-repeat;
}

.blob_gifts {
	padding-left: 20px;
	background: transparent url(/res/images/blobs/gifts.gif) 0 50% no-repeat;
}

.tbc {
	text-transform: uppercase;
	color: #c00;
}