@charset "UTF-8";
/**
 *	VIP Gift
 *	Information Page
 *	2008/09/08
 *
 */


/* Base alteration */
#content {
/*	padding-top: 30px;*/
}



/* Faded background image */
.leftimage {
	width: 180px;
	height: 480px;
	margin-left: 50px;
	margin-top: 0px;
	margin-bottom: 50px;
}
.leftimage img {
	height: 100%;
	width: 100%;
}


/* three images down left side */
.threeimage {
	width: 100px;
	margin-right: 30px;
	margin-left: 10px;
	margin-top: 0px;
}
.image {
	height: 80px;
	width: 80px;
	border: solid 1px #666;
	margin-bottom: 17px;
}
.image img {
	height: 100%;
	width: 100%;
}
/* not used ? */
.imagemark {
	width: 78px;
	height: 78px;
	border: solid 1px #666;
	margin-bottom: 20px;
}

/* Information text on right hand side */
.righttext {
	margin-top: -20px;
	width: 480px; /* 450 */
}
.title {
	font-size: 24px;
	color: #FFFFFF;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 6px;
}
.subtitle {
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
	margin-top: 18px;
	margin-bottom: 4px;
}

/* Question title */
.qtitle {
	font-size: 14px;
	color: #DDD;
	font-weight: bold;
	text-align: left;
	margin-top: 18px;
	margin-bottom: 6px;
}
.paragraph {
	font-size: 12px;
	line-height: 16px;
	color: #DDD;
	text-align: justify;
}
.paragraph a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

.footnote {
	font-size: 12px;
	color: #999;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* Additional formatting for information table */
#informationtable {
}
#informationtable th {
	text-align:left;
	vertical-align:text-top;
	width: 160px;
	font-size: 12px;
	font-weight:bold;
	padding-top:4px;
	margin-bottom: 4px;
}
#informationtable td {
	text-align:left;
	vertical-align:text-top;
	padding-top:4px;
	padding-left: 4px;
	font-size: 11px;
	line-height: 14px;
}


#informationtable th.arrowtop {
	background-image:url(../image/sitemarks/arrowstalk3.gif);
	background-repeat:repeat-y;
	background-position:left;
	background-position-y: 0px;
}

#informationtable th.arrowdown {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 26px;
	width: 100px;
	background-image:url(../image/sitemarks/arrowdown6.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-position-y: 0px;
	color: #999;
	font-weight:normal;
}
#informationtable td.arrowdown {
	padding-top: 15px;
	padding-bottom: 15px;
} 