/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* these body rules are different from the original,
   but I like the 62.5% rule, so there :P
*/
body {
	font-size: 62.5%;
	line-height: 1.6em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* reset CSS ends here, custom CSS begins here */

html, body {
    height: 100%;
    background: #DDDDDD url('images2/bg.gif') repeat-y center;
    font-family: Tahoma, sans-serif;
    color: #555555;
}

input, select, textarea {
	font-family: Tahoma, sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.button, input.button {
	display: inline-block;
	padding: 0 1em;
	line-height: 18px;
	cursor: pointer;
	background-color: #EEEEEE;
	color: #18489D;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}

a.button:hover, input.button:hover {
	background-color: #F6F6F6;
	text-decoration: none;
}

.listcolora {
	background-color: #F2FAFC;
}

.listcolorb {
	
}

#wrapper {
	min-height: 100%;
	position: relative;
	margin: 0 auto;
	font-size: 1.3em;
}

#navBar {
	height: 39px;
	background: #BBBBBB url('images2/navbarbg.gif') repeat-y center;
    border-bottom: 1px solid #FFFFFF;
}

#navBarSub {
	width: 960px;
	margin: 0 auto;
}

#navBarSub div {
	padding: 0.8em 0.3em;
}

#navBarSub div a {
	margin: 0.6em;
	color: #FFFFFF;
	font-weight: bold;
}

#navBarSub div a:hover {
	color: #E7ECF5;
}

#banner {
	
}

#bannerSub {
	width: 960px;
	height: 120px;
	position: relative;
	margin: 0 auto;
}

#bannerSub img {
	float: left;
	margin-left: 1px;
}

#bannerContent {
	position: absolute;
	width: 560px;
	left: 170px;
	top: 6px;
}

#bannerContent h1 {
	font-size: 1.5em;
	line-height: 1.3em;
}

#bannerContent2 {
	position: absolute;
	width: 580px;
	left: 170px;
	top: 90px;
}

#bannerContent p, #bannerContent2 p {
	margin: 0;
}

#page {
	
}

#pageSub {
	width: 960px;
	margin: 0 auto;
	background: url('images2/bg.gif') repeat-y -10px 0;
}

#pageSub .success {
	margin: 0.8em;
    background-color: #FFFFFF;
	color: #555555;
	font-weight: bold;
	border: 3px solid #A1F175;
	-moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}

#pageSub .error {
	margin: 0.8em;
    background-color: #FFFFFF;
	color: #555555;
	font-weight: bold;
	border: 3px solid #FE9090;
	-moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}

#pageSub .success p, #pageSub .error p {
	margin: 0.5em;
}

#pageSub .success img, #pageSub .error img {
	float: right;
	margin: 0.2em;
}

#pageSub .searchbox {
	float: right;
	margin: 0.8em 0.2em;
}

#pageSub .details {

}

#pageSub .details th {
	min-width: 100px;
	padding: 4px 12px 3px 0px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

#pageSub .details td {
	padding: 4px 3px 3px 0;
	vertical-align: top;
}

#pageSub .details input {
	margin: -3px;
	margin-right: 5px;
	padding: 1px;
    border: 1px inset #666666;
}

#pageSub .details input.submit {
	border: 1px solid #CCCCCC;
	padding: 0 1em;
	color: #18489D;
}

#pageSub .details select {
	margin: -3px;
    border: 1px inset #666666;
}

#pageSub .details textarea {
	margin: -2px -3px;
	padding: 1px;
    border: 1px inset #666666;
	font-size: 1em;
    overflow-x: hidden;
    overflow-y: scroll;
}

#sideBarHeader {
	width: 159px;
	height: 39px;
	float: left;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background: #CCCCCC url('images2/sidebarbg.png') repeat-x bottom;
    color: #FFFFFF;
}

#contentHeader {
	width: 799px;
	height: 39px;
	float: left;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background: #CCCCCC url('images2/contentheaderbg.png') repeat-x bottom;
    color: #555555;
}

#sideBarHeader h1, #contentHeader h1 {
    margin: 0.8em;
	font-weight: bold;
    text-transform: uppercase;
}

#sideBar {
	float: left;
	width: 159px;
	margin-bottom: 35px;
	padding-top: 2px;
	padding-left: 1px;
}

#sideBar p {
	margin: 0.7em 0.8em;
}

#sideBar a {
	color: #18489D;
}

#sideBar ul {
	margin: 0 0.8em;
    font-weight: bold;
}

#sideBar ul li {
	font-weight: bold;
}

#sideBar ul li:hover {
	color: #18489D;
	text-decoration: none;
}

#sideBar ul li a:hover {
	color: #18489D;
	text-decoration: underline;
}

#sideBar ul li ul {
	margin: 0 0 0 0.6em;
}

#sideBar ul li ul li {
    font-weight: normal;
}

#sideBar ul li ul li a:hover {
    color: #18489D;
    text-decoration: underline;
}

#content {
	float: left;
	width: 800px;
	margin-bottom: 30px;
}

#content h1, #content h2, #content h3, #content p, #content ul, #content ol, #content table {
	margin: 0.7em 0.8em;
}

#content h1, #content h2, #content h3 {
	clear: both;
	font-weight: bold;
}

#content b {
	font-weight: bold;
}

#content a {
	color: #18489D;
}

#content .bordertop {
	border-top: 1px solid #666666;
}

#content .borderbottom {
	border-bottom: 1px solid #666666;
}

#content .rewardBox {
    width: 200px; /* reduce to 198px if enabling borders below */
    height: 260px;
    float: left;
    text-align: center;
    overflow: hidden;
	/*border: 1px solid #EEEEEE;
	-moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
	border-radius: 0.5em;*/
}

#content .rewardBox .image {
	position: relative;
	margin: 0 auto;
	height: 150px;
	line-height: 150px;
}

#content .rewardBox .image img {
	vertical-align: middle;
}

#content .rewardBox .image .label {
	position: absolute;
	top: -5px;
	left: 10px;
	height: 45px;
	line-height: 45px;
}

#content .rewardBox .image .label img {
	vertical-align: top;
}

#content .rewardBox .title p {
	font-weight: bold;
}

#content .rewardName {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0.6em 0.5em;
	line-height: 1.2em;
	clear: none;
}

#content .rewardPic {
	margin: 0.3em 1em 1em 1em;
	float: right;
	text-align: center;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}

#content .rewardPic .imgParent {
	width: 330px;
	height: 330px;
	line-height: 330px;
}

#content .rewardPic .imgParent img {
	vertical-align: middle;
}

#content .rewardDesc {
	margin: 0 0.7em 0.7em 0.8em;
}

#content .rewardDesc h1, #content .rewardDesc h2, #content .rewardDesc h3,
#content .rewardDesc table, #content .rewardDesc p {
	clear: none;
	margin-left: 0;
}

#content .rewardDesc strong, #content .rewardDesc b {
	font-weight: bold;
}

#content .rewardDesc ul {
	margin-left: 1.5em;
	list-style-type: disc;
}

#content .rewardDesc ol {
	margin-left: 1.5em;
	list-style-type: decimal;
}

#content .basketlist {
	clear: both;
	margin-bottom: 1em;
}

#content .basketlist th {
	padding: 0.3em 0;
	font-weight: bold;
	text-align: left;
}

#content .basketlist td {
	padding: 0.3em 0;
}

#content .basketlist td.left {
    padding-left: 1em;
}

#content .basketlist th.right, #content .basketlist td.right {
    text-align: right;
    padding-left: 0.5em;
}

#content .basketlist td.total {
	padding: 0.5em 0 0 0.5em;
	text-align: right;
	vertical-align: top;
}

#content .policy ul {
	margin-left: 4em;
	list-style-type: disc;
}

#content .policy ol {
	margin-left: 4em;
	list-style-type: decimal;
}

#content .policy ol ol {
	margin-left: 2em;
	list-style-type: lower-alpha;
}

#content .policy li {
	margin: 0.7em 0;
}

#content .center {
	text-align: center;
}

#clear, .clear {
	clear: both;
}

#footer {
	width: 100%;
	height: 39px;
	position: absolute;
	bottom: 0;
	background: #BBBBBB url('images2/navbarbg.gif') repeat-y center;
	border-top: 1px solid #FFFFFF;
}

#footerSub {
    margin: 0 auto;
    width: 960px;
}

#footerSub p {
	color: #FFFFFF;
	margin: 0.9em;
	text-align: center;
}

#footerSub a {
	color: #FFFFFF;
}

