



a { outline: none; }

.ui-tabs .ui-tabs-hide {
	display: none;
}
.ui-state-active a { 
	color: #fff;
}
.ui-state-active a.TestPrepModuleNav-1 { 
	width: 117px;
	background: #B780D4 url(http://img.sparknotes.com/images/tab_testPrep_1_on.gif) no-repeat center center;
}
.ui-state-active a.TestPrepModuleNav-2 { 
	width: 119px;
	background: #B780D4 url(http://img.sparknotes.com/images/tab_testPrep_2_on.gif) no-repeat center center;;
}
.ui-state-active a.TestPrepModuleNav-3 { 
	width: 78px;
	background: #B780D4 url(http://img.sparknotes.com/images/tab_testPrep_3_on.gif) no-repeat center center;;
}

/* Blog Module Nav (Tabs)
----------------------------------------------------------- */
#TestPrepModuleContainer {
	padding: 43px 10px 14px;
	background: #ffffff url(http://img.sparknotes.com/images/bg_testPrep-module.gif) no-repeat top center;
	margin: 0 auto;
	
}
#TestPrepModuleContainer a {
	text-decoration: none;
	color: #209ce7;
}
ul#TestPrepModuleNav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
ul#TestPrepModuleNav li {
	float: left;
}
ul#TestPrepModuleNav li a {
	display: block;
	width: 78px;
	height: 37px; 
	margin-right: 1px;
	padding: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-indent: -99999px;
}
ul#TestPrepModuleNav li a.last {
	margin-right: 0;
}
ul#TestPrepModuleNav li.TestPrepModuleNav-1 {
	background: url(http://img.sparknotes.com/images/tab_testPrep_1.gif) no-repeat left center;
}
ul#TestPrepModuleNav li a.TestPrepModuleNav-1 {width: 117px; }

ul#TestPrepModuleNav li.TestPrepModuleNav-2 {
	background: url(http://img.sparknotes.com/images/tab_testPrep_2.gif) no-repeat left center;
}
ul#TestPrepModuleNav li a.TestPrepModuleNav-2 { width: 119px; }

ul#TestPrepModuleNav li.TestPrepModuleNav-3 {
	background: url(http://img.sparknotes.com/images/tab_testPrep_3.gif) no-repeat left center;
}
ul#TestPrepModuleNav li a.TestPrepModuleNav-3 { width: 78px; }

ul#TestPrepModuleNav li.TestPrepModuleNav-1 a:hover, ul#TestPrepModuleNav li.TestPrepModuleNav-1 a:focus {
	background: url(http://img.sparknotes.com/images/tab_testPrep_1_on.gif) no-repeat left center;
}
ul#TestPrepModuleNav li.TestPrepModuleNav-2 a:hover, ul#TestPrepModuleNav li.TestPrepModuleNav-2 a:focus {
	background: url(http://img.sparknotes.com/images/tab_testPrep_2_on.gif) no-repeat left center;
}
ul#TestPrepModuleNav li.TestPrepModuleNav-3 a:hover, ul#TestPrepModuleNav li.TestPrepModuleNav-3 a:focus {
	width: 78px;
	background: url(http://img.sparknotes.com/images/tab_testPrep_3_on.gif) no-repeat left center;
}


/* Blog Modules
----------------------------------------------------------- */
#TestPrepModule-1, #TestPrepModule-2, #TestPrepModule-3 {
	width: 305px;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#TestPrepModule-1 {
	border-top: 3px solid #EB5C98;
}
#TestPrepModule-2 {
	border-top: 3px solid #EB5C98;
}
#TestPrepModule-3 {
	border-top: 3px solid #B780D4;
}
#TestPrepModule-1 h2, #TestPrepModule-2 h2, #TestPrepModule-3 h2 {
	text-align: center;
	font: bold 1em/2em Helvetica, Arial, sans-serif;
	margin: 5px 0 0;
}
#TestPrepModule-1 div, #TestPrepModule-2 div, #TestPrepModule-3 div {
	text-align: center;
	padding: 6px 0;
}
#TestPrepModule-1 div a, #TestPrepModule-2 div a, #TestPrepModule-3 div a {
	color: #000;
	font: bold 1em/2em Helvetica, Arial, sans-serif;
	padding: 2px 6px;
	text-decoration: underline;
	background: #fff100;
}

#TestPrepModuleContainer ol {
	list-style: decimal outside;
	height: 108px; /* 128px */
	margin: 0 10px;
	padding: 10px 20px;
	color: #209ce7;
	
	font: bold 12px/22px Helvetica, Arial, sans-serif;

	border-bottom: 1px dashed #ccc;
}
#TestPrepModuleContainer ol a:hover, #TestPrepModuleContainer ol a:focus {
	background: none;
	color: #55c6f2;
}

























