body {
	padding: 10px 20px;
	background: #fff;
	text-align: left;
	font-family: 'Ideal Sans SSm 4r', 'Ideal Sans SSm A', 'Ideal Sans SSm B', Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
}

a:link, a:visited {
	color: #304781;
	text-decoration: none;
	border-bottom: 1px solid #d6dddf;
}

a:hover, a:active, a:focus {
	color: #df2983;
	text-decoration: none;
	border-bottom: none;
}

a img {
	border: none;
}

em {
	font-family: 'Ideal Sans SSm 4i', 'Ideal Sans SSm A', 'Ideal Sans SSm B', Arial, sans-serif;
	font-weight: 400;
	font-style: italic;
}

strong {
	font-family: 'Ideal Sans SSm 7r', 'Ideal Sans SSm A', 'Ideal Sans SSm B', Arial, sans-serif;
	font-weight: 700;
	font-style: normal;	
}

em strong,
strong em {
	font-family: 'Ideal Sans SSm 7i', 'Ideal Sans SSm A', 'Ideal Sans SSm B', Arial, sans-serif;
	font-weight: 700;
	font-style: italic;	
}

h1 {
	font-size: 32px;
	color: #8b8f90;
	font-family: 'Ideal Sans SSm 3i', 'Ideal Sans SSm A', 'Ideal Sans SSm B', Arial, sans-serif;
	font-weight: 300;
	font-style: italic;
	margin: 10px 0 20px 0
	padding: 5px 10px;
	line-height: 1.2;
}

#breadcrumb {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
}

#breadcrumb a {
	border: 0;
}

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

ul {
	padding: 0;
	margin: 20px 0 20px 20px;
}

li {
	padding: 0;
	margin: 10px 0;
}

#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_payments,
.tab_payments a:link,
.tab_payments a:visited,
.tab_payments a:hover,
.tab_payments a:active,
.tab_payments a:focus {
	color: #fff;
	background: #46ab94;
	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(../chrome/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(../chrome/easteregg.jpg) 100% 0 no-repeat;
	min-height: 50px;
}

* html .easteregg {
	height: 50px;
}

h2 {
	/*font-size: 14px;*/
	padding: 5px 0;
	margin: 30px 0 10px 0;
	border-bottom: 1px solid #ddd;
	/*text-transform: uppercase;*/
	line-height: 1;
	font-family: 'Ideal Sans SSm extra 6i', 'Ideal Sans SSm extra A', 'Ideal Sans SSm extra B', Arial, sans-serif;
	font-weight: 600;
	font-style: italic;
	color: #8b8f90;
	font-size: 18px;
}

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

blockquote.example {
	font-family: 'Ideal Sans SSm 4i', 'Ideal Sans SSm A', 'Ideal Sans SSm B', Arial, sans-serif;
	font-weight: 400;
	font-style: italic;
	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(../chrome/icons/example_type.gif) 0 2px no-repeat;
}

blockquote.example p.html {
	color: #666;
	margin: 0;
	padding: 5px 0 5px 40px;
	background: #eee url(../chrome/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(../chrome/blobs/list.gif) 0 50% no-repeat;
}

.blob_payments {
	padding-left: 20px;
	background: transparent url(../chrome/blobs/payments.gif) 0 50% no-repeat;
}

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

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

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

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

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