/* ZA */
#logo {
	background: transparent url('/theme/2/images/logo-za.png') no-repeat center center;
}
@media screen and (min-width: 960px)
{
	#subject_choice .subject_levels {
		height: 200px;
	}
	#subject_choice .subject_level span, 
	#subject_choice .subject_level label {
		top: 200px;
	}
	#subject_choice .subject:first-child .subject_dropdown {
		height: 236px;
	}
	#subject_choice .subject_level, 
	#subject_choice .subject_price, 
	#subject_choice .subject_checkbox {
		width: 20%;
	}
	#subject_choice .subject_level {
		left: 187px;
	}
	#subject_choice .larger .subject_level {
		left: 235px;
	}
}
@media screen and (min-width: 1600px)
{
	#subject_choice .subject_levels {
		height: 220px;
	}
	#subject_choice .subject_level span, 
	#subject_choice .subject_level label {
		top: 220px;
	}
	#subject_choice .subject:first-child .subject_dropdown {
		height: 256px;
	}
	#subject_choice .subject_level {
		left: 207px;
	}
	#subject_choice .larger .subject_level {
		left: 255px;
	}
}