/*** Shared ***/
body {
	background-color: #1b1b1b;
	margin: 0;
	padding: 0;
	font-family: Arial;
	color: #ddd;
}
a, a:link, a:visited,a:hover, a:active {
	font-weight: bold; 
	text-decoration: none;
}
#info_page p,
#info_page .logo,
#info_page .option,
#info_page .footer_menu {
	text-align: center;
	margin: auto;
}

/*** Logo & paragraphs ****/
#info_page .logo {
	background: transparent url(../../shared/img/cbc_gem_small.png) no-repeat scroll;
	text-indent: -9999px; /* Hiding the "text" logo */
	width: 66px;
	height: 80px;
	margin-bottom: 12px;
	margin-top: 18px;
}
#info_page .info_note {
	font-weight: bold;
	font-size: 14px;
}
#info_page .spacer {
	display: none;
}

/*** "option" List ***/
#info_page .option {
	list-style: none;
	padding: 0;
	width: 282px;
	text-align: left;
	font-size: 17px;
}
#info_page .option li {
	background-color: #3c3c3c;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#222222), to(#3c3c3c));
	background-image: -moz-linear-gradient(bottom, #222222, #3c3c3c);
	background-position: 97.7% 48%;
	background-repeat: no-repeat;
	border: 1px solid #2c2c2c;
	height: 49px;
	margin-top: 10px;
	padding-left: 12px;
}
#info_page .option a {
	color: #ddd;
	display: block;
	padding-top: 14px;
}
#info_page .option li.touch a {
	line-height: 17px;
	padding-top: 14px;
}
#info_page .option li.touch span {
	font-weight: normal;
	font-size: 13px;
}
