@charset "utf-8";
html, body {
	background-color: #333333;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.header {
	padding-bottom: 10px;
	float: left;
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	font-size: 14px;
}

.head_left {
	width: 30%;
	float: left;
	font-weight: bold;
	vertical-align: middle;
	padding-right: 10px;
}


.head_center {
	float: left;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	visibility: hidden;
}

.head_right {
	width: 30%;
	float: right;
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
}
.head_right a {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}
.head_right a.disabled {
    color: #ccc;
    cursor: default;
}
.head_right a#quizLink {
    color: #f81;
    display: block;
}
.holder_heading {
	font-size: 14px;
	font-variant: small-caps;
	margin-bottom: 5px;
	font-weight: bold;
}


.left_holder {
	float: left;
	background: url(../images/loading.gif) center no-repeat;
	width: 560px;
	height: 400px;
	position: relative;
}
.image_holder {
	position: absolute;
}

.arrow_holder {
	cursor: pointer;
	position: absolute;
}


.right_holder {
	width: 210px;
	float: right;
	border-left: 1px solid #666666;
	padding-left: 15px;
	padding-right: 5px;
}
.right_holder_divider {
	height: 0px;
	border-top: 1px solid #666666;
	margin-bottom: 10px;
	margin-top: 15px;
}


.review_holder {
	width: 100%;
}
.review_holder a {
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	color: #000000;
	background-color: #6699FF;
	display: block;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}


.supplementary_holder {
	width: 100%;
	padding-bottom: 10px;
}
.supplementary_holder a {
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	color: #000000;
	background-color: #6699FF;
	display: block;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bottom_holder_divider {
	height: 15px;
	clear: both;
	margin-bottom: 10px;
	border-bottom: 1px solid #666666;
}

.bottom_holder {
	clear: both;
	padding-left: 5px;
}

.description_holder {
	padding-bottom: 10px;
}
