@charset "utf-8";
/* CSS Document */

body, p, form, ol, ul, h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0; }
li { padding: 0; margin: 0 0 0 0; }

body, input, select {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

a:link, a:visited, a:active {
	color: #1f599a;
	text-decoration: none;
}

a:hover {
	color: #ff3300;
}

p {
	padding: 5px 10px;
}

hr {
	clear: both;
	border: 0;
	border-top: 1px dashed #cccccc;
	margin: 10px 0;
}

table td {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	vertical-align: top;
}

.tbl {
	margin: 10px auto;
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
}

.tbl th, .tbl td {
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
}

.tbl th {
	background: #ECF5FB;
	color: #1f599a;
}

fieldset {
	border: 1px dashed #cccccc;
	margin: 10px auto;
	display: block;
}

fieldset legend {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #0e72a3;
	padding: 10px;
}

input, select {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px #a6c0d1 solid;
	padding: 2px 5px;
}

.button {
	border: 0;
	background: url(http://img.mobiusonline.net/images/default/btn_form_bg.gif) repeat-x;
	padding: 2px;
	width: 180px;
	color: #333333;
	text-transform: uppercase;
	font: bold 12px Arial, Helvetica, sans-serif;
	border: 1px outset #D2D7DB;
}


.button_gray, .button_blue, .button_orange {
	text-transform: uppercase;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.button_gray a:link, .button_gray a:visited, .button_gray a:active,
.button_blue a:link, .button_blue a:visited, .button_blue a:active,
.button_orange a:link, .button_orange a:visited, .button_orange a:active {
	display: block;
	padding: 4px 5px 4px 15px;
	width: 130px;
	height: 17px;
	text-align: center;
}

.button_gray a:link, .button_gray a:visited, .button_gray a:active {
	background: url(http://img.mobiusonline.net/images/default/btn_bg.gif) 0 0;
	color: #666666;
}

.button_gray a:hover {
	background: url(http://img.mobiusonline.net/images/default/btn_bg.gif) 0 50px;
	color: #1f829a;
}

.button_blue a:link, .button_blue a:visited, .button_blue a:active {
	background: url(http://img.mobiusonline.net/images/default/btn_bg.gif) 0 50px;
	color: #1f829a;
}

.button_blue a:hover {
	background: url(http://img.mobiusonline.net/images/default/btn_bg.gif) 0 25px;
	color: #fa840c;
}

.button_orange a:link, .button_orange a:visited, .button_orange a:active {
	background: url(http://img.mobiusonline.net/images/default/btn_bg.gif) 0 25px;
	color: #fa840c;
}

.button_orange a:hover {
	background: url(http://img.mobiusonline.net/images/default/btn_bg.gif) 0 0;
	color: #666666;
}

.red {
	color: #cc0000;
}

.small {
	font-size: 11px;
}

small {
	font-size: 11px;
	color: #777777;
}

.hide {
	display: none;
}

.empty {
	clear: both;
	font-size: 1px;
}

.success {
	background: #edf3fa;
	border: 1px #97b4c5 solid;
	padding: 15px;
	text-align: center;
	font: 14px Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: 0 auto 10px auto;
	width: 960px;
}

.wrapper2 {
	border:1px #999999 solid;
	background: url(http://img.mobiusonline.net/images/default/wrapper_bg.jpg) repeat-y center top;
}

/* header */
#masthead {
	background: url(http://img.mobiusonline.net/images/masthead/header_bg.jpg) top left repeat-x;
	margin: 0 auto;
	clear: both;
	width: 960px;
	height: 57px;
}

#topnav {
	float: right;
	background: url(http://img.mobiusonline.net/images/masthead/top_navbg.jpg) top right no-repeat;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8c8c8c;
	padding: 4px 10px 0 26px;
	height: 13px;
	text-align: right;
	width: 575px;
}

#logo {
	float: left;
	padding: 0 0 0 13px;
	width: 131px;
}

/*topnav*/

#topnav a:link, #topnav a:visited, #topnav a:active {
    margin: 0 5px;
    color: #8c8c8c;
    text-decoration: none;
}

#topnav a:hover { 
	color: #c0c0c0;
	text-decoration: underline;
}

#sidebar {
	float: left;
	width: 196px;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active {
	color: #1f599a;
}

#sidebar h2 {
	background: #ecf5fb url(http://img.mobiusonline.net/images/default/arrow_red.gif) no-repeat 5px 7px;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #d2e8f3 solid;
	padding: 2px 0 2px 15px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #1f599a;
}

#sidebar .login {
	background: url(http://img.mobiusonline.net/images/default/bg_grey.gif) repeat-x center bottom;
}

#sidebar .login, #sidebar .login td {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
}

#sidebar .login table {
	margin: 10px auto;
}

#sidebar .login input {
	border: 1px #97b4c5 solid;
	width: 110px;
}

#sidebar .login .forgot {
	text-align: center;
}

#sidebar .login .forgot a:link,
#sidebar .login .forgot a:visited,
#sidebar .login .forgot a:active {
	color: #38a4c0;
}

#sidebar .login .btn {
	padding: 10px 7px 0 7px;
}

#sidebar .epointbox {
	padding: 10px 8px;
	background: url(http://img.mobiusonline.net/images/default/bg_grey.gif) repeat-x center bottom;
}

#sidebar .epoints a:link, #sidebar .epoints a:visited, #sidebar .epoints a:active, #sidebar .epoints a:hover {
	float: left;
	background: url(http://img.mobiusonline.net/images/default/epoints.png) no-repeat;
	width: 85px;
	height: 130px;
}

#sidebar .loadup a:link, #sidebar .loadup a:visited, #sidebar .loadup a:active {
	float: left;
	background:url(http://img.mobiusonline.net/images/default/loadup.gif) no-repeat 0 0;
	width: 92px;
	height: 73px;
}

#sidebar .loadup a:hover {
	float: left;
	background:url(http://img.mobiusonline.net/images/default/loadup.gif) no-repeat -92px 0;
	width: 92px;
	height: 73px;
}

#sidebar .refer a:link, #sidebar .refer a:visited, #sidebar .refer a:active {
	float: left;
	background:url(http://img.mobiusonline.net/images/default/loadup.gif) no-repeat 0 -73px;
	width: 92px;
	height: 57px;
}

#sidebar .refer a:hover {
	float: left;
	background:url(http://img.mobiusonline.net/images/default/loadup.gif) no-repeat -92px -73px;
	width: 92px;
	height: 57px;
}

#sidebar .community {
	background:url(http://img.mobiusonline.net/images/default/community_bg.jpg) no-repeat center;
	height: 81px;
	margin: 1px 0 0 0;
	padding: 5px 0 0 63px;
	border-top: 1px solid #D2E8F3;
	border-bottom: 1px solid #D2E8F3;
}

#sidebar .community p {
	padding: 2px;
}

#sidebar ul, #sidebar li {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #1f599a;
}

#sidebar li {
	border-bottom: 1px #d5e8f4 solid;
}

#sidebar li a:link,
#sidebar li a:visited,
#sidebar li a:active {
	display: block;
	background: #ffffff url(http://img.mobiusonline.net/images/default/sidebar_li2.jpg) no-repeat right top;
	height: 16px;
	padding: 2px 0 2px 25px;
}

#sidebar li a:hover {
	color: #ff3300;
}

#sidebar .end {
	border: none;
}

#sidebar li h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	background: #ffffff url(http://img.mobiusonline.net/images/default/sidebar_li.jpg) no-repeat left top;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #d5e8f4 solid;
	height: 16px;
	padding: 2px 0 2px 25px;
}

#sidebar .ads {
	border-bottom: 1px #e1e1e1 solid;
	padding: 10px 0 0 0;
	text-align: center;
}

#sidebar .ads img {
	margin: 0 0 10px 0;
}

#content {
	float: right;
	width: 760px;
}

#banner {
	width: 714px;
	height: 60px;
	margin: 10px auto;
	padding: 12px;
	border: 1px #97b4c5 solid;
	background: #ffffff url(http://img.mobiusonline.net/images/default/product_bg.jpg) repeat-x;
}

#banner .banner1 {
	float: left;
	width: 234px;
}

#banner .banner2 {
	float: right;
	width: 468px;
}

#donate {
	width: 714px;
	height: 60px;
	margin: 10px auto;
	padding: 10px;
	border: 1px #97b4c5 solid;
	background: #ffffff url(http://img.mobiusonline.net/images/default/product_bg.jpg) repeat-x;
}

#breadcrumbs {
	clear: both;
	padding: 3px 10px;
	height: 15px;
	font: 11px Arial, Helvetica, sans-serif;
	/*border-bottom: 1px #ededed solid;*/
	color: #999999;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active  {
	color: #666666;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #666666;
	text-decoration: underline;
}

#breadcrumbs ul {
	padding: 0;
	margin: 0;
}

#breadcrumbs li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 5px 0 10px;
	background: url(http://img.mobiusonline.net/images/default/breadcrumbs.gif) no-repeat 0 5px;
}

#breadcrumbs .home {
	padding: 0 5px 0 12px;
	background: none;
	background: url(http://img.mobiusonline.net/images/default/arrow_red.gif) no-repeat 0 4px;
}

#content .shopping {
	width: 740px;
	margin: 10px auto;
}

#content .shopping h2 {
	background: url(http://img.mobiusonline.net/images/default/shopping_bg.jpg) repeat-x;
	padding: 2px 10px;
	height: 15px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #395a96;
	border: 1px #97b4c5 solid;
	border-bottom: 0;
}

#content .shopping .steps {
	border: 1px #97b4c5 solid;
}

#content .page {
	width: 740px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

#content .page h2 {
	background: url(http://img.mobiusonline.net/images/default/h2_bg.jpg) no-repeat;
	height: 40px;
	font: bold 32px Verdana, Arial, Helvetica, sans-serif;
	color: #082492;
	text-align: left;
	padding: 50px 10px 0 10px;
	margin: 0 0 10px 0;
}

#content .page h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #0e72a3;
	padding: 5px 10px;
}

#content .page h4 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #ff3300;
	padding: 5px 10px;
}

#content .page ul, #content .page ol {
	padding: 5px 10px;
}

#content .page li {
	margin: 0 0 0 25px;
	padding: 5px 0;
}

#content .page .check {
	list-style-image: url(http://img.mobiusonline.net/images/default/check.gif);
}

#content .page .balance {
	background: url(http://img.mobiusonline.net/images/default/balance_bg.jpg) repeat-x;
	height: 100px;
	margin: 0 0 10px 0;
}

#content .page .balance .left {
	float: left;
	background: url(http://img.mobiusonline.net/images/default/balance_icon.jpg) no-repeat;
	width: 150px;
	height: 100px;
}

#content .page .balance .right {
	float: right;
	background: url(http://img.mobiusonline.net/images/default/balance_bg2.jpg) no-repeat right top;
	width: 580px;
	height: 100px;
	color: #666666;
}

#content .page .balance .right .hello {
	font: 16px Arial, Helvetica, sans-serif;
	color: #0c73a3;
	margin: 0 0 10px 0;
}

#content .page .balance .right p {
	padding: 5px 10px;
}

#content .page .product_box {
	background: #eaeef1 url(http://img.mobiusonline.net/images/default/product_cont_bg.jpg) repeat-x center top;
	border: 1px #97b4c5 solid;
	padding: 10px;
}

#content .page .product_box h2 {
	background: url(http://img.mobiusonline.net/images/default/product_h2_bg.jpg) repeat-x center top;
	height: 10px;
	font-size: 14px;
	color: #0a2495;
	padding: 5px 10px;
}

#content .page .product_box .prod_cont {
	background: #ffffff;
	border: 1px #97b4c5 solid;
	padding: 20px;
}

#content .page .product_box .prod_img {
	float: left;
	width: 130px;
}

#content .page .product_box .prod_desc {
	float: right;
	width: 540px;
}

#content .page .product_box .prod_desc .facebook_opengraph_container {
	padding: 20px 10px;
}

#content .page .product_box .prod_desc table {
	width: 90%;
	margin: 10px auto;
}

#content .page .epoints_head {
}

#content .epoints_head h2 {
	background: url(http://img.mobiusonline.net/images/default/h2_bg.jpg) no-repeat;
	height: 90px;
	font: bold 32px Verdana, Arial, Helvetica, sans-serif;
	color: #082492;
	text-align: left;
	padding: 2px 0 0 0;
	margin: 0 0 10px 0;
}

#content .epoints_head .icon {
	float: left;
	background: url(http://img.mobiusonline.net/images/default/epoints.gif) no-repeat;
	width: 195px;
	height: 85px;
}

#content .epoints_head .head {
	float: left;
	padding: 15px;
}

#content .epoints_head .epoints_nav {
	margin: -30px 0 20px 0;
	text-align: right;
	padding: 2px 10px;
}

#content .epoints_head .epoints_nav a:link,
#content .epoints_head .epoints_nav a:visited,
#content .epoints_head .epoints_nav a:active {
	padding: 2px 5px;
}

#content .epoints_head #epoints {
 	margin: 0 auto;
	width: 740px;
}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

#content .registration {
	margin: 10px auto;
}

#content .registration a {
	color: #b44145;
}

#content .registration a:hover {
	text-decoration: underline;
}

#content .registration h3 {
	color: #6eaf21;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
}

#content .registration td {
	padding: 2px 0;
	font-size: 11px;
	color: #999999;
}

#content .registration td strong {
	color: #666666;
}

#content .activation .game h3 {
	padding: 10px 0;
}

#content .activation .game p {
	padding: 10px 0;
}

#content .activation .game .title {
	float: left;
	width: 210px;
}

#content .activation .game .links {
	font-size: 11px;
	float: right;
	width: 320px;
	text-align: right;
	color: #999999;
}

#content .activation .game .desc {
	clear: both;
}

#content .page #epoints ul {
	clear: both;
	display: block;
	list-style: none;
	padding: 0;
	margin: 10px 0;
	height: 25px;
	border-bottom: 1px #dbdee0 solid;
}

#content .page #epoints ul li {
	display: block;
	width: 160px;
	float: left;
	background: #dde6ee;
	padding: 5px 10px;
	margin: 0 2px;
	text-align: center;
}

#content .page #epoints #retailers-ph ul li {
	width: 100px;
	float: left;
}


#content .page #epoints .ui-tabs-selected {
	background: #ccd4da;
	color: #333333;
	font-weight: bold;
	padding: 5px 10px;
}

#content .page #epoints table {
	margin: 0 auto 10px;
	border: 1px #dbdee0 solid;
}

#content .page #epoints .ui-tabs-selected a:link,
#content .page #epoints .ui-tabs-selected a:visited,
#content .page #epoints .ui-tabs-selected a:active,
#content .page #epoints .ui-tabs-selected a:hover {
	display: block;
	color: #333333;
}

#content .page #epoints h3,
#content .page .faqs h4 {
 	margin: 0;
	padding: 0;
}

#content .page #epoints h3 a,
#content .page .faqs h4 a {
 	display: block;
	background: #e3ecf1 url(http://img.mobiusonline.net/images/default/epoints/arrow.gif) no-repeat 715px 6px;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	color: #1d1f6b;
	border-top: 1px #edf0f1 solid;
 	border-bottom: 1px #ffffff solid;
}


#content .page .faqs .ans {
	border: 1px #dbdee0 solid;
}

#content .page #epoints .dlist {
 	margin: 0 auto;
	color: #1d1f6b;
}

#content .page .epoints_head .dlist td {
 	border-top: 1px #edf0f1 solid;
 	border-bottom: 1px #ffffff solid;
	padding: 2px 10px;
	vertical-align: top;
}

#content .page .bal_cont td {
	line-height: 20px;
}

#content .page .bal {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #ff3300;
}

#content .page .line {
	border-top: 1px #cccccc dashed;
}

#content .page .error {
	color: #0b3e4f;
	font-size: 16px;
}

#content .page .error h2 {
	background: url(http://img.mobiusonline.net/images/default/error_head.jpg) no-repeat;
	height: 42px;
	padding: 0;
}

#content .page .error .error_box {
	background: url(http://img.mobiusonline.net/images/default/error_bg.jpg) no-repeat 20px 0;
	padding: 10px 0 10px 140px;
}

#content .page .error .error_box h3 {
	font-size: 28px;
	font-weight: normal;
}

#content .page .error .error_button {
	background: url(http://img.mobiusonline.net/images/default/error_button.jpg) no-repeat 300px 7px;
	padding: 10px 10px 10px 330px;
	font-size: 12px;
}

#footer {
	clear: both;
	border-top: 1px #cccccc solid;
	background: #ffffff url(http://img.mobiusonline.net/images/default/footer_bg.jpg) repeat-x center bottom;
	padding: 10px;
	text-align: center;
	font: 10px Arial, Helvetica, sans-serif;
	color: #999999;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #555555;
	text-decoration: none;
	margin: 0 3px;
}

#footer a:hover {
	color: #555555;
	text-decoration: underline;
}