html {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:77%;
	color:black;
	background:white;
	line-height:133%;
	overflow:scroll;
	overflow-x:auto;
}
body {
	width:100%;
	height:100%;
	margin:0px;
}
form {
	margin:auto;
	padding:0px;
}
label {
	/*color:#c0c0c0;*/
}
input, select, textarea, button {
	font-family:verdana,arial,sans-serif;
	font-size:100.1%;
}
input, select, textarea {
	padding:0px;
	vertical-align:middle;
	margin:0px;
	margin-bottom:3px;
	margin-bottom:expression('1px');
}
td input, td select, td textarea {
	margin-bottom:0px;
}
input.radio, input.checkbox {
	background:transparent;
	vertical-align:middle;
	border:0px none;
	margin-left:0px;
}
input.error, select.error, textarea.error {
	border:1px solid red;
	color:red;
}
textarea {
}
button {
	cursor:pointer;
	vertical-align:middle;
	text-align:center;
	height:19px;
	padding:0px;
	margin:0px;
	margin-left:3px;
	background:transparent none no-repeat scroll center;
	border:0px none;
	color:#424344;
	font-size:0.85em;
	font-weight:bold;
}
option {
}
a {
	color:#424344;
	font-size:0.85em;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active, a:focus {
	color:red;
}
img {
	vertical-align:middle;
	border:0px none;
}
h3 {
	font-size:expression('1.1em');
}
table {
	padding:0px;
	border:0px none;
	border-collapse:collapse;
}
table th {
	padding:2px;
	white-space:nowrap;
	text-align:left;
	vertical-align:top;
	color:#c0c0c0;
}
table td {
	padding:2px;
}
table tr.odd {
	background:#f7f8f9;
}
table tr.even {
	background:#fbfcfd;
}

.black {
	color:black!important;
}
.red {
	color:red!important;
}
.error {
	color:red;
	font-size:0.8em;
	font-weight:bold;
}
.small, small {
	font-size:0.8em;
	line-height:100%
}
.cmdbar {
	clear:both;
	text-align:right;
	margin-top:1em;
}
.raquo, .laquo {
	color:#000000;
}
/*
.panel {
	background:#f0f1f2;
	border-bottom:1px solid #899aab;
	padding:5px;
	font-size:0.9em;
}
.panel a {
	font-size:0.9em;
}
*/
.panel {
	font-size:0.8em;
}
.panel td {
	padding:0px;
}
.panel a {
	font-size:0.9em;
}

/*
.node {
}
.node_selected {
	color:#800040;
}
.node_state_expanded {
	float:left;
	width:12px;
	height:12px;
	background:transparent url('images/expanded.gif') no-repeat scroll center;
}
.node_state_collapsed {
	float:left;
	width:12px;
	height:12px;
	background:transparent url('images/collapsed.gif') no-repeat scroll center;
}
.node_state_nochild {
	float:left;
	width:12px;
	height:12px;
	background:transparent none no-repeat scroll center;
}
*/
.nd_normal {
	padding-left:12px;
}
.nd_selected {
	color:#800040;
	padding-left:12px;
}
.nd_expanded {
	background:transparent url('images/expanded.gif') no-repeat scroll center left;
}
.nd_collapsed {
	background:transparent url('images/collapsed.gif') no-repeat scroll center left;
}
.nd_nochild {
	background:transparent none no-repeat scroll center left;
}

/* menu */
ul.menu {
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.menu li {
	display:inline;
	margin-right:0.5em;
}
ul.menu li.selected {
	border-bottom:1px solid red;
	background:#f7f9ff;
}

#app_lock {
	background:#000000;
	opacity:0.55;
	filter:alpha(opacity=55);
	-moz-opacity:0.55;
}
#app_err {
	color:red;
	font-weight:bold;
	font-size:0.8em;
}
#app_ok {
	color:green;
	font-weight:bold;
	font-size:0.8em;	
}

#viewport {
	width:800px;
	height:600px;
	margin:auto;
	margin-top:1.33%;
}
#header {
	height:64px;
}
#logo {
	float:right;
	display:block;
	width:64px;
	height:64px;
	background:transparent none no-repeat scroll right center;
}
#navbar {
	padding-top:2em;
	text-transform:uppercase;
}
#navbar a {
	margin-right:1.5em;
}
#content {
	min-height:500px;
	height:500px;
}
div > #content {
	height:auto;
}
#footer {
	clear:both;
	padding-bottom:5em;
	padding-top:2em;
}
#footer a {
	font-size:0.7em;
	color:#a2a3a4;
	font-weight:normal;
}
#footer #copy {
	float:right;
	font-size:0.7em;
	color:#c0c0c0;
}

#reward_rand div {
	float:left;
	width:150px;
	height:150px;
	background:white none no-repeat scroll center;
	border:1px solid #c0c0c0;
	margin:1px;
}
.reward_card {
	float:left;
	width:275px;
	max-height:200px;
	min-height:200px;
	border:1px solid #c0c0c0;
	margin:6px;
	padding:5px;
	cursor:pointer;
}
.reward_card:hover {
	background:#ebffeb;
}
.reward_card h2 {
	font-size:1em;
	text-decoration:underline;
	height:34px;
}
.reward_card h3 {
	color:#ee2200;
	text-align:right;
}
.reward_scard {
	float:left;
	width:150px;
	margin-left:2em;
	padding-top:2em;
	padding-bottom:1em;
	border-bottom:1px solid #c0c0c0;
}
.reward_scard img {
	border:1px solid #c0c0c0;
}
.reward_scard h2 {
	font-size:0.8em;
	line-height:120%;
	height:4em;
	margin:0px;
	overflow:hidden;
}
.reward_scard h3 {
	font-size:1em;
	color:#0282d6;
}
.reward_scard p {
	font-size:0.8em;
}
.reward_list {
	height:50px;
	cursor:pointer;
}
.reward_list:hover {
	background:#ebffeb;
}
.reward_detail {
	margin-top:1em;
}
.reward_detail h2 {
	font-size:1.4em;
	margin-top:0px;
}
.reward_detail h3 {
	font-size:1.3em;
	color:#ee2200;
}
.reward_full {
	padding-top:1em;
}
.reward_full h2 {
	font-size:1.4em;
	margin-top:0px;
}
.reward_full h3 {
	font-size:1.3em;
	color: #0282d6;
}
#rightpane {
	float:right;
	width:20%;
}
#leftpane {
	float:left;
	width:20%;
}
#mainpane {
	margin-left:22%;
	margin-right:22%;
	/*width:55%;*/
}


#frmLogin {
	width:250px;
}
#frmLogin table {
	width:250px;
}
#frmLogin table tbody tr td {
	width:15%;
}
#frmLogin table tbody tr td + td {
	width:85%;
	text-align:right;
}
#frmLogin button {
	text-align:right;
}
table#account_history {
	width:100%;
}
table#account_history td {
	padding-left:5px;
	padding-right:5px;
}
table#account_history tbody tr:hover {
	background:#ebffeb;
}
#order_show {
	width:100%;
	margin-top:1.5em;
}
#order_show td {
	padding-left:5px;
	padding-right:5px;
}
#order_show tbody tr:hover {
	background:#ebffeb;
}
#order_show b {
	font-size:0.9em;
}
#basket {
	width:100%;	
}
#basket td {
	padding-left:5px;
	padding-right:5px;
}
#basket tbody tr:hover {
	background:#ebffeb;
}
#basket b {
	font-size:0.9em;
}

