html {
	margin: 0;
	padding: 0;
}
body {
    margin: 0;
	padding: 0;
}


* {
    font-family: arial;
    font-size: 12px;
    color: #2F5D7D;
	-moz-box-sizing: border-box; /* Used to define the width as in IE - width = width + padding + border */
}

/*
@font-face {
	font-family: Papyrus;
	src:url(../fonts/papyrus.eot);
}
*/

ol {
	padding: 0;
	margin: 5px 0 5px 20px; /* for Moz */
	_margin: 5px 0 5px 30px; /* for IE */
}
ul {
	list-style: url(/images/global/bulletin.gif);
	padding: 0 0 0 20px;
	margin: 0;
}
li {
	margin: 0;
	padding: 0;
}

table {
	margin: 0;
	padding: 0;
}
td {
    vertical-align: top;
	margin: 0;
	padding: 0;
}

div,p,h1,h2,h3 {
	margin: 0;
	padding: 0;
}

span {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

img {
    border: 0;
}

form {
    margin: 0;
    padding: 0;
}
form td {
    vertical-align: middle;
}

input, textarea, select {
	width: 180px;
	margin-bottom: 10px;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #2F5D7D;;
}
input {
	
}
option {
    color: #000000;
}
.input_title {
	font-weight: bold;
	margin-bottom: 2px;
}
.checkbox, .radio {
	width: auto !important;
	background: none !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
input.button {
    width: auto;
    border:	none;
	padding: 1px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #000000;
	background: #777777;
}
.submit {
	width: auto;
	border: 1px outset;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #2F5D7D;
	background: #FFFFFF;
	text-align: center !important;
}
.error {
    font-weight: bold;
    color: #FFA6A8;
}
input.error, select.error, textarea.error {
    font-weight: normal;
    color: #000000;
    border: 1px solid #993300;
	background: #FFA6A8;
}
.mandatory {
    
}
.short_field {
    width: 50px;
}
.long_field {
    width: 200px;
}

a {
    text-decoration: underline;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
a:hover {
    text-decoration: none;
}

h1,.title {
    margin: 15px 0 15px 0;
    
	color: #FB7226;
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
}

h2,.sub_title {
	line-height: 18px;
	font-weight: bold;
}

.btm_border {
	background-image: url(/images/global/border_horizontal_line.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;

}
.top_border {
	background-image: url(/images/global/border_horizontal_line.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

td.separator {
    width: 0.1%;
}
td.separator div {
    width: 10px;
    height: 10px;
    font-size: 4px;
}
div.separator {
    width: 10px;
    height: 10px;
    font-size: 4px;
}

.powered_by {
    behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
    width: 110px;
    height: 40px;
}

/* ## */

.navigation {
}
.navigation td {

}
.navigation.add_to_bag {

}
.navigation.add_to_bag input {
	background: none;
	border: none;
	cursor: pointer;
	font-weight: bold;
}
.navigation a {
    text-decoration: underline;
}
.navigation a:hover {
	text-decoration: underline;
}

.page_number {
	line-height: 20px;
}

#page-nav-bar {
	color: #8B95A3;
}
#page-nav-bar a {
	text-decoration: none;
	color: #F8E8BA;
}
#page-nav-bar a:hover {
	text-decoration: underline;
}
#page-nav-bar a.number {
	text-decoration: none;
	color: #F8E8BA;
}
#page-nav-bar a.number:hover {
	text-decoration: underline;
}
#page-nav-bar span.number {
	font-weight: bold;
	color: #F8E8BA;
}

.results_numbers {
	line-height: 20px;
}

/* ## */

td.button {
	height: 20px;
	vertical-align: middle;
	background: #8B95A3;
	text-align: center;
}
td.button a {
	text-decoration: none;
	text-align: center;
	display: block;
	color: #F8E8BA;
	cursor: pointer;
}
td.button a:hover {
	text-decoration: none;
}
td.button a.disabled {
	color: #6F7E9A;
	cursor: default;
}
td.button a.disabled:hover {

}
td.back.button {
	padding: 0 10px 0 10px;
}

/* ## */

.description {
	line-height: 150%;
}

/* ## */

.paragraph {
	margin: 0 0 10px 0;
}
.paragraph .p_title {
	font-weight: bold;
}
.paragraph .content {
	font-weight: normal;
	line-height: 18px;
	text-align: justify;
}
.paragraph img.float_left {
	float: left;
	margin: 5px 10px 5px 0;
	max-width: 465px;
	border: 1px solid #777777;
}
.paragraph img.float_right {
	float: right;
	margin: 5px 0 5px 10px;
	max-width: 465px;
	border: 1px solid #777777;
}
.paragraph a {
	text-decoration: underline;
}
.paragraph a:hover {
	text-decoration: none;
}
.paragraph input.field {
	width: 240px;
	margin: 5px 0 10px 0;
}
.paragraph textarea {
	width: 240px;
	height: 160px;
	margin: 5px 0 10px 0;
}
.paragraph .submit {
	/* Already defined as .submit in the beginning of global.css */
}

/* ## */

.notes {
	color: #000000;
	border: 1px solid #FFCC00;
	background: #FFFFCC;
	padding: 10px;
	margin-bottom: 10px;
	direction: ltr;
}
.notes * {
	color: #000000;
}
.notes .n_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

.errors {
	border: 1px solid #993300;
	background: #FFA6A8;
	padding: 10px;
	margin-bottom: 10px;
	direction: ltr;
}
.errors * {
	color: #000000;
}
.errors .e_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

/* ## */

#captcha {
    margin-bottom: 10px;
}
#captcha .c_title {
    font-weight: bold;
    line-height: 23px;
    _line-height: 22px;
}
#captcha img {
    border: 1px solid #777777;
    margin-right: 5px;
}
#captcha input {
    margin: 0;
}

/* ## */

.background_container_top {
    width: 998px;
	background-image: url(/images/global/hexagons_background_bottom_left.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
}

.background_container_bottom {
    background-image: url(/images/global/hexagons_background_top_right.jpg);
    background-position: top right;
    background-repeat: no-repeat;
}

#frame {
    width: 762px;
}

#frame #header {
    height: 130px;
}


#frame .logo_container {
    height: 130px;
    width: 255px;
}

#frame .logo_container .logo {
    margin: 75px 0 0 40px;
}

#frame .menubar_container {
    height: 130px;
}

#frame .menubar_container #menubar {
    margin: 105px 0 0 10px;
}


#frame #middle {
    width: 762px;
    background-image: url(/images/global/content_background.jpg);
    background-repeat: no-repeat;
}

#frame #middle .sidebar_container {	
    width: 220px;
}

#frame #middle .sidebar_container #sidebar {	

}

#frame #middle .content_container {	
	width: 542px;
}

#frame #middle .content_container #content {
	padding: 15px 25px 0 35px;
	/* bottom padding is controlled in the footer */
	
}

#frame #footer {
	height: 125px;
}

/* ## */

.top_container {

}

.middle_container {

}
.btm_container {

}

/* ## */

.top_right_container {
    position: relative;
    height: 272px;
    width: 222px;
}

.top_right_container .top_right_image {
    height: 270px;
    width: 220px;
    margin: 2px 2px 0 0; /* the margin "reveals" the top and right border*/
    behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
}

.top_right_container .top_right_corner_overlay {
    position: absolute;
    top: 0;
    right: 0;
    height: 37px;
    width: 37px;
}

/* ## */

.groups_navbar {
    color: #6988A7;
}

.groups_navbar a {
    color: #6988A7;
    text-decoration: none;
}

.groups_navbar a:hover {
    text-decoration: underline;
}

/* ## */

.homepage_buttons {
    position: absolute;
    bottom: 10;
    left: 0;
}

.homepage_buttons .labone_button {
    display: block;
    height: 40px;
    width: 210px;
    margin-left: 35px;
}

.homepage_buttons .contact_button {
    display: block;
    height: 40px;
    width: 170px;
    margin-left: 80px;
}

/* ## */

.homepage_bottom {

}

.homepage_bottom .homepage_separator {
    height: 17px;
    width: 762px;
    background-color: #6988A7;
}

.homepage_bottom #news {
    height: 220px;
    width: 542px;
    background-image: url(/images/global/news_background.jpg);
    background-repeat: no-repeat;
}

.homepage_bottom #news .news_title {
    margin: 10px 0 10px 35px;
    color: #FFFFFF;
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
}

.homepage_bottom #news .arrow_container {
    padding: 5px 10px 0 35px;
    _padding: 4px 10px 0 35px;
}

.homepage_bottom #news .release {
    width: 435px;
    padding: 0 0 15px 0;
    line-height: 150%;
    vertical-align: top;
}

 /* In IE this is applied to the bold dates */
.homepage_bottom #news .release * {
    color: #FFFFFF;
}
.homepage_bottom #news .release .sub_title {
    font-weight: bold;
}

.homepage_bottom #news .release a {
    color: #FFFFFF;
    text-decoration: underline;
}

.homepage_bottom #news .release a:hover {
    text-decoration: none;
}

.homepage_bottom .bottom_right_corner {
    height: 220px;
    width: 220px;
    background-color: #FB7226;
    /*background-image: url(/images/global/homepage_bottom_right_corner.jpg);
    background-repeat: no-repeat;*/
}

/* ## */

.general_bottom {
    height: 50px;
    background-image: url('/images/global/general_bottom_background.jpg');
    background-repeat: no-repeat;
}

/* ## */

.portfolio_container {
    margin: 20px 0 30px 0;
}

.portfolio_table {
    width: 480px;
}

.portfolio_table .investment_logo_container {
    width: 160px;
}

.portfolio_table .investment_description {
    width: 320px;
    line-height: 150%;
}

.portfolio_table .investment_website {
    color: #FB7226;
    text-decoration: underline;
}

/* ## */

#menubar {
	
}

#menubar .categories {
	width: 100%;
}
#menubar .categories td.delimiter {
    width: 20px;
    color: #6988A7;
}
#menubar .categories div.delimiter {
    width: 20px;
    color: #6988A7;
    text-align: center;
}

#menubar .categories a {
    text-decoration: none;
    text-align: center;
	font-family: tahoma;
	color: #6988A7;
    display: block;
}

#menubar .categories a:hover {
	text-decoration: none;
}

#menubar .categories a.selected {
	text-decoration: none;
	font-weight: bold;
}

#menubar .categories .hover_menu {
	position: absolute;
	z-index: 100;
}
#menubar .categories .hover_menu .container {
	position: relative;
	top: 3px;
	background: white;
	background-repeat: repeat-y;
    border: 1px solid #6988A7;
    width: 160px;
}
#menubar .categories .hover_menu .container a {
	display: block;
    text-decoration: none;
	text-align: left;
	background: none;
	text-decoration: none;
    padding: 2px;
}
#menubar .categories .hover_menu .container a:hover {
	text-decoration: none;
    background-color: #6988A7;
    color: white;
}
#menubar .categories .hover_menu .container a.selected {
	text-decoration: none;
    background-color: #6988A7;
    color: white;
    font-weight: normal;
}

/* ## */

.sidebar_separator {
    height: 15px;
    width: 220px;
	background-color: #6988A7;
}

.sidebar_contact_button {
    margin-top: 25px;
    text-align: center;
}

.sidebar_print_button {
    margin-top: 20px;
    text-align: center;
}

#sidebar {
	text-align: left;
}

#sidebar .categories {
}

#sidebar .categories a {
    display: block;
    height: 21px;
    width: 220px;
    margin-bottom: 1px;
    
    color: #2F5D7D;
	text-decoration: none;
	text-align: center;
	line-height: 21px;
	background-color: #E1E7ED;
}
#sidebar .categories a:hover {
    color: #000000;
	background-color: #FDC7A8;
}
#sidebar .categories a.selected {
	color: #000000;
	background-color: #FDC7A8;
}
#sidebar .categories a.sub_categories {
	padding: 0 20px 0 0;
	background-image: url(/images/global/sidebar_sub_btn_up.jpg);
}
#sidebar .categories a.sub_categories:hover {
	/* defined in the template itself with 'onMouseOver/Out' */
}
#sidebar .categories a.sub_categories_selected {
	font-weight: bold;
	padding: 0 20px 0 0;
	background-image: url(/images/global/sidebar_sub_btn_selected.jpg);
}
#sidebar .categories a.sub_categories_selected:hover {
	/* defined in the template itself with 'onMouseOver/Out' */
}
#sidebar .box {
	text-align: justify;
	margin: 0 10px 20px 10px;
}
#sidebar .box .rolling_news {
	width: 140px;
	height: 130px;
	background-image: url(/images/global/news_background.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#sidebar .box a {
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer;
}
#sidebar .box a:hover {
	text-decoration: none;
}
#sidebar .box.search {
}
#sidebar .box.search .btm_border {
}
#sidebar .box.search .content {
}
#sidebar .box.search .field {
	width: 107px;
	font-size: 10px;
	background: #808C9F;
	border: 1px solid #798496;
	color: #F8E8BA;
}
#sidebar .box.search .continue {
	width: 30px;
	/*max-width: 30px;*/
	font-size: 10px;
	border: 1px outset;
	font-weight: bold;
	text-align: center;
	color: #6F7E9A;
	background: #F8E8BA;
	cursor: pointer;
}
#sidebar .box.special-offers {
}
#sidebar .box.special-offers .content {
}
#sidebar .box.special-offers a.button {
	display: block;
	font-weight: bold;
	margin: 5px 0 0 0;
	text-decoration: underline;
}
#sidebar .box.special-offers a:hover.button {
	text-decoration: none;
}

#sidebar .login_form {

}
#sidebar .login_form .title_field {

}
#sidebar .login_form .input_field {
	width: 140px;
	background: #808C9F;
	border: 1px solid #798496;
	color: #F8E8BA;
	font-size: 10px;
	margin: 2px 0 5px 0;
}
#sidebar .login_form .submit {
	/* Already defined as .submit in the beginning of global.css */
	margin-top: 2px;
}
#sidebar .login_form a {
	margin-top: 5px;
	display: block;
}

/* ## */

.copyright {
    margin-top: 10px;
    color: #96ABC1;
    font-size: 10px;
}

#footerbar {
    margin-top: 20px;
}
#footerbar .categories {
}

#footerbar .categories td {

}

#footerbar .categories td.delimiter {
    width: 15px;
    color: #96ABC1;
    font-size: 10px;
    text-align: center;
}

#footerbar .categories a {
    color: #96ABC1;
    font-size: 10px;
	text-decoration: none;
}

#footerbar .categories a:hover {
	text-decoration: none;
}

#footerbar .categories a.selected {
	text-decoration: none;
	cursor: default;
}

/* ## */

#group {
    width: 100%;
}

#group .description a {
	text-decoration: underline;
}
#group .description a:hover {
	text-decoration: none;
}

#group .thumbnails {
}
#group .thumbnails .column_spacer {
	width: 25px;
}
#group .thumbnails .row_spacer {
	height: 25px;
}
#group .thumbnails .product {
	text-align: center;
	width: 220px;
}
#group .thumbnails .product * {

}
#group .thumbnails .product .image {
	max-width: 220px;
	height: 165px;
	max-height: 165px;
	/*background-repeat: no-repeat;
	background-position: center center;*/
	cursor: pointer;
}
#group .thumbnails .product .t_title {
	line-height: 20px;
	text-align: center;
    font-weight: bold;
}
#group .thumbnails .product .t_description {
	margin: 5px;
	text-align: center;
}

.price {
    font-weight: bold;
	margin: 0 0 10px 0;
}
.price .retail {

}
.price .actual {

}
.price .erased {
    margin-right: 5px;
    font-weight: normal;
    text-decoration: line-through;
	color: #000000;
}

/* ## */

#group .articles {
}
#group .articles .column_spacer {
	width: 25px;
}
#group .articles .row_spacer {
	height: 25px;
}
#group .articles .article {
	text-align: center;
	width: 220px;
}
#group .articles .article * {
}
#group .articles .article .a_image {
	max-width: 120px;
	height: 90px;
	margin-right: 10px;
	cursor: pointer;
}
#group .articles .article .a_title {
	line-height: 20px;
	text-align: left;
    font-weight: bold;
}
#group .articles .article .a_short_description {
	margin: 5px;
	text-align: justify;
}

/* ## */

#group .exams {

}
#group .exams .e_title {
	text-align: left;
    font-weight: bold;
}
#group .exams a {
	text-decoration: none;
}
#group .exams a:hover {
	text-decoration: underline;
}

/* ## */

#shuffled_images {
	width: 465px;
	cursor: pointer;
}
#shuffled_images .images{
	height: 90px;
}
#shuffled_images .column_spacer{
	width: 5px;
}

/* ## */

#specific_product {
	width: 100%;
	margin: 0 0 25px 0;
}
#specific_product .container {
}
#specific_product .product_title {
	font-weight: bold;
	line-height: 37px;
}
#specific_product .catalog_number {
	font-weight: bold;
	line-height: 37px;
}
#specific_product .description {
	padding-top: 25px;
}
#specific_product .large_image_box {
	text-align: center;
	width: 465px;
	background: #8B95A3;
}
#specific_product .large_image_box .large_image {
	max-width: 465px;
	height: 348px;
}
#specific_product .large_image_box .large_image_nav {
	font-weight: bold;
	padding: 10px 0 10px 0;
	text-align: center;
}
#specific_product .large_image_box .large_image_nav a {
	margin: 0 2px 0 2px;
	padding: 2px 0 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #F8E8BA;
}
#specific_product .large_image_box .large_image_nav a:hover {
	text-decoration: none;
	color: #6F7E9A;
	background: #F8E8BA;
}

#specific_product .pull_down_menu {
	margin-bottom: 5px;
}

#specific_product .price {
	font-weight: bold;
	line-height: 18px;
}
#specific_product .add_button {
	border: 1px outset;
	font-weight: bold;
	color: #6F7E9A;
	background: #F8E8BA;
	cursor: pointer;
}
#specific_product .back_button {
	border: 1px outset;
	background: #777777;
	font-weight: bold;
	text-align: center;
	color: #000000;
	cursor: pointer;
}
#specific_product select {
	width: 250px;
}
#specific_product .group_alt_number {
	/*width: 120px;*/
	text-align: right;
	font-weight: bold;
}

/* ## */

.thumbnails-alt {
	padding-bottom: 25px;
}
.thumbnails-alt .product {
	width: 220px;
	/*max-width: 220px;*/
	text-align: center;
}
.thumbnails-alt .product .image {
	width: 220px;
	/*max-width: 220px;*/
    height: 165px;
	max-height: 165px;
}

/* ## */

#matched_items {

}
#matched_items .images {
}
#matched_items .images .thumb {
	width: 120px;
}
#matched_items .prices {
	padding: 5px;
}
#matched_items .prices table {
	width: 122px;
	height: 96px;
}
#matched_items .prices .btn_add_both_to_bag {
	vertical-align: bottom;
}

#matched_items .m_description {
	padding: 0 10px 0 10px;
}

#matched_items a {
	font-weight: bold;
	text-decoration: underline;
}
#matched_items a:hover {
	font-weight: bold;
	text-decoration: none;
}

/* ## */

#document {
	text-align: justify;
	line-height: 18px;
	width: 100%;
}

/* ## */

#superdoc {
	
}
#superdoc .container {
	
}

/* ## */

#checkout {
    width: 100%;
	padding-bottom: 25px;
}

#checkout * {
	text-align: left;
}
#checkout .container {

}
#checkout .error_msg {
	font-weight: bold;
	color: red;
}
#checkout .status_bar {
    padding: 0 0 10px 0;
}
#checkout .status_bar table {
	width: 465px;
}
#checkout .status_bar img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}
#checkout .status_bar .selected {
	color: #000000;
	font-weight: bold;
}
#checkout .status_bar .selected img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}
#checkout .secure_seal {
	padding: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	background-color: #F8E8BA;
	color: #6F7E9A;
}
#checkout .secure_seal span {
	color: #6F7E9A;
	font-weight: bold;
}
#checkout .content {
	width: 465px;
	/*max-width: 465px;*/
	padding-bottom: 10px;
}
#checkout .container .content table {
	width: 100%;
}
#checkout .content .inner_tables * {
	color: #6F7E9A;
}
#checkout .content .inner_tables td {
	background: #C0C0C0;
	padding: 5px;
}
#checkout .content .left_column_width {
	width: 1%;
}
#checkout .content .right_column_width {
	width: 99%;
}
#checkout .content .img_column {
	width: 60px;
}
#checkout .content .other_column {
	width: 60px;
}
#checkout .content .items {
	width: 60px;
}
#checkout .content .t_title {
	font-weight: bold;
}
#checkout .content .t_title td {
	background: #E1E1E1;
	text-align: center;
}
#checkout .content img.thumbnail {
	width: 60px;
}
#checkout .content input.quantity {
	width: 40px;
	height: 20px;
}
#checkout .content .blank {
}
#checkout .content .subtotal {
	font-weight: bold;
}
#checkout .content td.subtotal {
	background: #E1E1E1;
}
#checkout .content .empty td {
	height: 50px;
}
#checkout .content td.td_btn {
}
#checkout .button {
	border: 1px outset;
	background: #777777;
	font-weight: bold;
	text-align: center;
	color: #000000 !important;
	cursor: pointer;
}

#checkout .continue {
    margin-left: 30px;
	border: 1px outset;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #2F5D7D;
	background: #FFFFFF;
}
#checkout a {
	text-decoration: underline;
	font-weight: bold;
}
#checkout a:hover {
	text-decoration: none;
}
#checkout .exp_date_YY {
	width: 100px;

}
#checkout .exp_date_MM {
	width: 80px;
}
#checkout .checkout_box {
	border: 1px solid #8B95A3;
	padding: 10px;
	margin: 0 0 10px 0;
}

/* ## */

.attributes {
	padding: 0 0 4px 0;
	margin: 0 4px 4px 4px;
	/*border-bottom: 1px solid #421011;*/
}
.attributes h1 {
	font-weight: bold;
	line-height: 14px;
}
.attributes input {

}
.attributes span {
	margin: 0;
	padding: 0;
}
.attributes .color_box {
	width: 15px;
	height: 15px;
}

/* ## */

#emails {
	padding: 20px;
}

#emails .inner_container {
	background: #8B95A3;
	padding: 20px;
}

/* ## */

#poll {

}
#poll .poll_title {
	font-weight: bold;
}
#poll .poll_description {

}
#poll .option {
	padding-bottom: 5px;
}
#poll .option input {
	position: relative;
	top: 3px;
}
#poll .option_title {
	font-weight: bold;
}
#poll #results_trigger {
	display: block;
	margin-top: 5px;
	cursor: pointer;
}
#poll #results_container {
	
}
#poll #results_container .results_title {
	padding-top: 5px;
}
#poll #results_container .results_title img {
	height: 50px;
}
#poll #results_container .results .bar {
	width: 100px;
	border: 1px solid #F8E8BA;
}
#poll #results_container .results .bar .inside {
	background-color: #F8E8BA;
	margin: 2px;
	height: 8px;
	font-size: 1px;
}
#poll #results_container .results .number {
	margin-left: 5px;
}
#poll #results_container .submit {
    /* Already defined as .submit in the beginning of global.css */
}

/* ## */

#exam {
	padding-bottom: 20px;
}
#exam .description {
	padding-bottom: 10px;
}
#exam .notes {
	padding-bottom: 10px;
}
#exam .page_on {
	display: block;
}
#exam .page_off {
	display: none;
}
#exam .page_title {
	text-align: left;
	padding: 0 5px 0 5px;
}
#exam .page_description {
	text-align: left;
	margin: 0 0 10px 0;
}
#exam .question {
	font-weight: bold;
}
#exam .answers_container {
	padding-bottom: 10px;
}
#exam .answer {

}
#exam .correct_answer {
	font-weight: bold;
}
#exam textarea {
	width: 100%;
}
#exam .start_button {
	border: 1px outset;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #6F7E9A;
	background: #F8E8BA;
	padding: 1px 5px 1px 8px;
	display: inline;
}
#exam .completion_text {
	font-weight: bold;
}
#exam .answers_on_completion_title {
	padding-bottom: 20px;
}
#exam .answers_on_completion_container {
}
#exam .submit {
    /* Already defined as .submit in the beginning of global.css */
}
/* ## */

#quiz {
    padding-bottom: 20px;
}
#quiz .errors {
    color: red;
    font-weight: bold;
}
#quiz .locked {
}
#quiz .winners_container {
}
#quiz .winners_title {
    font-weight: bold;
    padding-bottom: 10px;
}
#quiz .winners_description {
    padding-bottom: 10px;
}
#quiz .winner {
}
#quiz .confirmation {
    font-weight: bold;
}
#quiz .description {

}
#quiz .question {
    font-weight: bold;
}
#quiz .answers_container {
    padding-bottom: 20px;
}
#quiz .answer {
}
#quiz .submit {
    /* Already defined as .submit in the beginning of global.css */
}

/* ## */
