/* == PLEASE *DO NOT* EDIT THIS FILE, NOT EVEN A LITTLE BIT. CONTACT JOHN OR STEFF FOR MORE INFO. THANKS == */

/* getting the grid in place with .wrapper and .inner-wrapper */

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.wrapper {      
    margin: 0 auto;
    padding: 0;
    position: relative;
	text-align: left;
	width: 970px;
}

.inner-wrapper {  
    background: none;          
    clear: left;
    float: left;
    margin: 0;
    padding: 0 10px;
    position: relative;
	width: 950px;
}

.inner-wrapper {
	background-image: none;
}

/*	#page	*/
.one-col, .two-col, .three-col, .four-col, .five-col, .six-col, .seven-col, .eight-col, .nine-col, .ten-col, 
.eleven-col, .twelve-col, .three-half-col, .eight-half-col, .four-half-col {
    float: left;
    margin: 0 10px 0 0;
}

.one-col {
    width: 70px;
}

.two-col {
    width: 150px;
}

.three-col {
    width: 230px;
}

.three-half-col {
    width: 270px;
}

.four-col {
    width: 310px;
}

.four-half-col {
    width: 350px;
}

.five-col {
    width: 390px;
}

.six-col {
    width: 470px;
}

.seven-col {
    width: 550px;
}

.eight-col {
    width: 630px;
}

.eight-half-col {
    width: 670px;
}

.nine-col {
    width: 710px;
}

.ten-col {
    width: 790px;
}

.eleven-col {
    width: 870px;
}

.twelve-col {
	margin-right: 0;
    width: 950px;
}

/* A container contains a combination of columns. Containers are displayed one underneath the other. This is a way 
to ensure that an element is cleared and stretches for 100% of the width it is allowed to. */
.container-col {
    clear: both;
    float: left;
    width: 100%;
}

/* Useful generic classes */

#content ul.bullets {
  margin: 0;
  padding: 0 0 0 10px;
}

#content ul.bullets ul, #content ul.bullets ul li {
  margin: 0;
  padding: 0;
}

#email-container li {
  float: left;
}

#email-container li li {
  float: none;
}

ul.bullets li {
	background: transparent url(/images/pcool/li-bullet.gif) no-repeat 0 5px;
	list-style: none;
	padding: 0 0 0 20px;
}

ul.bullets .no-bullets li, ul.no-bullets li {
  background: none;
}

ol {
	list-style-type: decimal;
}

ul.bullets, ol.bullets {
	line-height: 150%;
	padding: 0 0 0 30px;	
}

.inline-items li {
    display: inline;
}

.no-margin {
	margin: 0;	
}

.clear {
    clear: both;
}

.no-clear {
  clear: none;
}

.no-float {
	float: none;
}

.inline {
	display: inline;
}

.block {
	display: block;	
}

.normal-weight {
	font-weight: normal;
}

.left {
	float: left;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.right {
	float: right;
}

.off-left, .accessibility-aid {
	left: -999em;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
}

.image-replaced { /* Even though this is the same as .off-left, this is a specific class for image replace 
technique rather than just hiding things. The difference is that these could be targetted by JS methods for 
specific image replaced items. */
	text-indent: -9999px;
}

.hidden {
	display: none;
	visibility: hidden;	
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.no-bullets, #content .no-bullets {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

.caps {
	text-transform: uppercase;
}

.one-col .one-col, .two-col .two-col, .three-col .three-col, .four-col .four-col, .five-col .five-col, .six-col 
.six-col, .seven-col .seven-col, .eight-col .eight-col, .nine-col .nine-col, .ten-col .ten-col, .eleven-col 
.eleven-col, .twelve-col .twelve-col {
	margin-right: 0; /* This allows us to place (for example) an eight-col div within an eight-col div without 
worrying that it will break out of its parent. This is useful when rendering partials that may not occur all the 
time. */
}

h1 {
  
}

input#search {
  clear: both;
}

input#snamcs, input#initcs, select#saltcs {
  clear: right;
}

#loyalty-info {
  background: #E5EEFD;
}

#loyalty-info {
  padding: 10px;
  width: 610px;
}

#earned-stars {
  margin-bottom:20px;
  width:260px;
  margin-top: 25px;
  margin-left: 50px;
}

#loyalty-info .four-col {
  width: 300px;
}

#loyalty-info ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 13px;
  color: #333;
}


#loyalty-info ul li {
  line-height: 150%;
  margin: 0 0 10px 0;
}

#loyalty-sidebar input {
  margin-top: 20px;
}

.setup-form label, .faux-label {
    color: #000000;
    display: block;
    float: none;
    line-height: 150%;
    margin: 0 0 10px 0;
    width: auto;
}

.faux-label {
    margin: 10px 0 0 0;
}

.set-up {
  margin: 100px 100px 0 0;
}

.order div.setup-form {
	background-color:#FFFFED;
	border:1px solid #F4ECA0;
	margin:0 26px 6px 100px;    
	padding: 18px 9px;
	width: 630px;
}

.setup-form label span {
    color: #666666;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    width: auto;
}

.setup-form input {
    
}

.setup-form .text {
    border: 1px solid #809db9;
    line-height: 150%;
    padding: 5px;
    width: 390px;
}

.setup-form .checkbox {
    margin: 0 10px 0 0;
}

.setup-form label.inline {
    display: inline;
}



div.order-choice {
	background-color:#FFFFED;
	border:1px solid #F4ECA0;
	margin:0 0 6px;
}

.submit {
	display:block;
	margin:35px auto 0;
}

.order-choice .mainpromo2 {
    border: none;
    background: none;
    margin: 0;
    width: auto;
}

.choice-text {
	font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-indent: -999em;
    background: url(/images/pcool/or.png) no-repeat center 0;
}

#header {
	background:transparent url(/images/pcool/header.png) no-repeat scroll 0 0;
	height:222px;
	margin:0 auto;
	padding:0;
	width:970px;
}

/* FOOTER */

#footer {
	background: none;
    width: 970px;
    font-size: 14px;
  padding-left: 0;
  padding-right: 0;
}

#footer .no-bullets {
    float: left;
}

#footer .no-bullets li {
    float: left;
    
}

#footer .no-bullets a {
	border-left: 2px solid #000;
	color: #000;
    padding: 0 5px;
    font-weight: normal;
    text-decoration: none;
}

#footer .no-bullets a:hover {
    text-decoration: underline;
}

#footer .no-bullets li.first a  {
    border: none;
}

#footer .copyright {
    margin: 0;
    color: #000;
    width: auto;
    font-weight: normal;
}

.base {	
  background:#E20A16;
  color:#fff;
  font-family:"Lucida Grande", Arial, sans-serif;
  font-size:16px;
  margin:18px 0 0;
  padding:4px 0;
  text-align:center;
  text-indent:0;
  float:left;
  width:100%;
}

.no-bullets {
    list-style: none;
}

.setup-form fieldset, .setup-form div.faux-fieldset {
    border-bottom: 1px solid #f4eca0;
    padding: 0 0 12px 0;
    margin: 0 0 12px 0;
}

div.faux-fieldset {
    padding: 0;
}

.open-basket {
    border: 1px solid #f90;
    background: #fc3;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}

.open-basket a {
    color: #000;
    text-decoration: underline;
}

.book-o-meter legend {
  color:#000000;
  font-size:14px;
  font-weight:bold;
  width: 100%;
}

.book-o-meter legend strong {
  position: relative;
  top: 20px;
  left: 0px;  
}

.book-o-meter p {
    color: #666666;
}

.setup-form h2 {
    background: url(/images/pcool/form-title.png) no-repeat 0 0;
    width: 345px;
    height: 31px;
    text-indent: -999em;
}

a.text-upper {
    color: #4D5B69;
    font-size: 10px;
    text-decoration: underline;
    text-transform: uppercase;
}

.set-it-up {
    float: left;
    width: 180px;
}

.my-books-tools {
border-left: 1px solid #f4eca0;
float:left;
padding: 10px 0 20px 35px;
width:169px;
}

.right {
    float: right;
}

.generated-error {
	color: #990000;
	font-size: 14px;
    font-style: italic;
    margin: 0;
}

.form-error .text {
    border-color: #e65151;
}

.order-box {
    width: 248px;
    height: 210px;
    padding: 10px;
    float: left;
    display: inline;
    position: relative;
}

.school-group-order {
    background: #E8E3F7;
    border: 1px solid #A391E2;
}

.quick-shop-order {
	background: #D4E6B7;
    border: 1px solid #94C14C;
}

.master-form-order {
    background: #FFDFB8;
    border: 1px solid #FFBF72;
}

.order-box h2, .order-box-separator {
    color: #000000;
    font: 16px "Lucida Grande", Lucida, Verdana, sans-serif;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.order-box li {
	color: #000;
    margin: 0 0 10px 0;
    list-style-image: url(/images/pcool/li-bullet.gif);
}

.order-box-separator {
    background: url(/images/pcool/bg_or.gif) no-repeat 0 0;
    float: left;
    height: 13px;
    width: 44px;
    text-indent: -999em;
    text-align: left;
    margin: 80px 13px 0 13px;
}

.order-box .image-replaced {
    background: url(/images/pcool/button-sprite.png) no-repeat 0 0;
    display: block;
    margin: 0 auto;    
    height: 27px;
    width: 220px;
    position: absolute;
    bottom: 10px;
    left: 25px;
    overflow: hidden;
}

.school-group-order .image-replaced {
	background-position: -600px 0;
}

.quick-shop-order .image-replaced {
	background-position: 0 0;
}

.master-form-order .image-replaced {
    background-position: -300px 0;
}

.image-replaced {
    text-indent: -9999em;
}

.school-group-order .warning {
    background: url(/images/pcool/warning.png) no-repeat 0 0; 
    color: #000;
    min-height: 59px;
    padding: 0 0 0 70px;   
}

.school-group-order .open-basket {
background:#FFCC33 none repeat scroll 0 0;
border:1px solid #FF9900;
color:#000000;
font-size:11px;
font-weight:bold;
margin:0 0 10px -7px;
padding:4px 1px;
text-align:center;
text-transform:uppercase;
width:258px;    
}

.school-group-order .view-basket {
    background-position: -900px 0;
    left: 10px;
    width: 85px; 
}

.school-group-order .edit-settings {
    background-position: -1200px 0;
    left: 167px;
    width: 92px;     
}

p.separator {
	color: #000;
    position: absolute;
    bottom: 10px;
    left: 125px;
    font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}


/* new teacher header */
.off-left {
 position: absolute;
 left: -999em;
}

.inline-items li {
    display: inline;
}

#teacher-header .no-bullets {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

/* A container should group all your columns. */
.container {
  width: 970px;
  margin: 0 auto;
}

/* The last column in a row needs this class. */
.last-col { margin-right: 0; }

/* Use these classes to set the width of a column. */

.span-14 { width: 270px; float: left; margin-left: 10px; }
.span-16 { width: 310px; float: left; }
.span-18 { width: 350px; float: left; }

#teacher-header {
   background: #FFF100;
   border: none;
   width: 950px;
   padding: 0 10px;
   position: relative;
   float: left;
   margin: 0;
}


.my-books-heading {
	background: url(/images/pcool/heading.png) no-repeat 0 10px;
	width: 295px;
	height: 124px;
	position: relative;
	float: left;
	margin: 0 10px 15px 0;
}

.switch-roles {
	text-align: center;
	position: relative;
	top: 75px;
	left: 17px;
}

.switch-roles li {
  float: left;
}

.switch-roles a {
	background: url(/images/pcool/roles_v2.png) no-repeat 0 0;
	color: #000;
 	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	display: block;
	height: 25px;
	margin-right: 5px;
	overflow: hidden;
	padding: 0;
	text-align: left;
	text-indent: -999em;
 	width: 80px;
}

.switch-roles a.active {
	color: #13469A;
	font-weight: bold;
	height:28px;
	margin-right:3px;
	width:83px;	
}

.switch-roles .first a {
	padding-left: 0;
	border: none;
	text-decoration: none;
}

.switch-roles a:hover, .switch-roles .active a:hover  {
	color: #13469A;
 	text-decoration: none;
}

#teachers-role a {
 background-position: 0px 0px;
}

#parents-role a {
	background-position: -85px 0;
}

#children-role a {
	background-position: -171px 0;
}

#teachers-role a:hover {
 background-position: 0 -30px;
}

#teachers-role a.active, #teachers-role a.active:hover  {
 background-position: 0 -60px;
}

#parents-role a:hover {
	background-position: -85px -30px;
}

#parents-role a.active {
	background-position: -85px -60px;
}

#children-role a:hover {
	background-position: -171px -30px;
}

#children-role a.active {
	background-position: -171px -60px;
}

.text-upper {
	text-transform: uppercase;
}

#teacher-header .basket {
	background: #FFFFFF;
	padding: 10px;
	position: relative;
 width: 290px;
 float: left;
	margin: 2px 0 10px 0;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
}

#teacher-header .basket h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
    color: #000000;
}

#teacher-header .basket ul {
	font-size: 14px;
	margin-left: 20px;
}

.change-link {
    color: #333333;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

.basket li {
 background: url(/images/pcool/bullet.gif) 0 5px no-repeat;
 padding: 0 0 0 13px;
}

.basket li.comission {
 font-size: 13px;
 background-position: 0 7px;
}

.edit-order {
 float: left;
	background: #666;
	width: 310px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.edit-order ul {
 text-align: center;
	background: #979797;
	width: 300px;
	padding: 6px 0;
}

.edit-order a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: uppercase;
	color: #666;
	font-size: 10px;
	padding: 0 7px 0 15px;
	font-weight: bold;
 background: transparent url(/images/pcool/bullet.png) no-repeat scroll 0 center;
}

.edit-order li.first a {
 background: none;
}

.edit-order a:hover {
 color: #000;
}

#inner-wrapper {
    margin: 0 auto 50px;
}

#logo {
	float: left;
 margin: 20px 0 10px 80px;
}

#pickle-logo {
	float: left;
 margin: 0 0 10px 50px;
}

.school-container p {
	margin: 10px 0 0 0;
	text-align: center;
}

.school-container p.last {
 border-top: 2px solid #333;
 padding-top: 5px;
}

.school-container select {
    margin: 0;
}

.school-container label {
    font-size: 12px;
}

.school-container #change-school-2 select {
    margin: 10px 0 0 0;
}

/* search on teacher header */
.search-container {
 padding-top: 30px;
}

.search-container form {
 padding: 0;
}

.search-container fieldset {
 background: none;
 padding: 0;
 border: none;
}

#search label {
 background: url(/images/pcool/search-label.png) no-repeat;
 display: block;
 text-indent: -999em;
 border-bottom: 2px solid #000;
 padding: 0 0 12px;
 margin-bottom: 10px;
 width: 290px;
}

#search .text {
 width: 165px;
 margin-right: 5px;
 padding: 3px;
}

.search-container .button {
 vertical-align: top;
}

#top-navigation {
	background: #E20A16;
	float: left;
  margin-bottom: 20px;
}

.main-tabs {
	float: left;
	clear: both;
	margin: 10px 0 20px -10px; /* Overwriting the padding of 1px from .header. This shifts the main tabs left 10px inline with the rest of the header contents. */
}

.main-tabs li {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	float: left;
 margin: 0 0 0 10px;
 width: 150px;
 height: 50px;
 background: #fff;
}

.main-tabs a {
 display: block;
 height: 30px;
 width: 130px;
 padding: 10px;
}

#top-navigation {
 width: 950px;
 padding: 0 10px
}

.secondary-tabs {
  float: left;
  margin: 0;
}

.secondary-tabs li {
 float: left;
 padding: 0 10px;
 line-height: 1.1;
 padding: 10px 0;
}

.secondary-tabs a {
 color: #fff;
 font-weight: bold;
 text-decoration: none;
 float: left;
 border-left: 2px solid #fff;
 padding: 0 6px;
 font-size: 14px;
}

.secondary-tabs a:hover {
    text-decoration: underline;
}

.secondary-tabs li.first a {
    border: none;
    padding-left: 0;
}

#teach-header .my-books-heading {
 margin: 0 0 15px 0;
}

#login-options {
 background: #E0E0E0;
 margin: 0 10px 0 0;
 padding: 2px 0 0 0;
 width: 100%;
}

#login-options ul {
 background: #fff;
	line-height:1;
	margin: 0;
	padding: 7px 15px 7px 0;
	text-align: right;
 -moz-border-radius-bottomleft: 5px;
 -moz-border-radius-bottomright: 5px;
 -webkit-border-bottom-left-radius: 5px;
 -webkit-border-bottom-right-radius: 5px;
 border-bottom-right-radius: 5px;
 border-bottom-left-radius: 5px;
 height: 28px;
}

#login-options li {
 height: 20px;
}

#login-options a {
	color: #666;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	background: transparent url(/images/pcool/bullet.gif) no-repeat scroll 0 center;
	padding: 0 0 0 10px;
	position: relative;
	top: 5px;
	right: 5px;
}

#login-options .first a {
	background: none;
}

#login-options a:hover {
	text-decoration: none;
	color: #000;
}

/* current-order link on teachers header */
p#current-order {
 margin: 0 2px 2px;
 position: absolute;
}

p#current-order a {
 background: url(/images/pcool/button_current_order.gif) left bottom no-repeat;
 display: inline;
 float: left;
 width: 142px;
 height: 27px;
 text-indent: -999em;
 overflow: hidden;
}

.block-labels label {
  display: block;
}


#message-container label, #email-container label {
	display: block;
	color: #333333;
        float: none;
	font-size: 14px;
	margin: 0 0 10px 0;
	width: auto;
}

#message-container, #email-container {
	margin: 0 0 20px 0;
	float: left;
}

#message-container textarea, #email-container textarea {
	border: 1px solid #555;
	height: 248px;
	padding: 5px;
	width: 538px;
}

#message-container .text {
  border: 1px solid #555;
  padding: 5px 5px;
  width: 538px;
  line-height: 150%;
}

#email-container .submit {
	float: right;
}


#page {
	padding: 0 10px;
	width: 950px;
}

#content {
	width: 950px;
}

.container {
	width: 970px;
}

.banners img {
	vertical-align: top;
	margin-bottom: 10px;
}

.banners .twelve-col img {
	margin-right: 10px;
}

.instructions {
	background: #E7F4FB;
	padding: 10px;
	border: 2px solid #BCE1F5;
	width: 446px;
}

.instructions h3 {
	background: url(/images/pcool/instructions-header.gif) no-repeat 0 0;	
	text-indent: -999em;
	height: 29px;
	display: block;
}

.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#page .six-col {
	margin-bottom: 20px;
}

#useful-offer {
	width: 376px;
	padding: 10px 10px 10px 80px;
	border: 2px solid #BCE1F5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: url(/images/pcool/word-icon.gif) no-repeat 10px 10px;	
	margin-top: 20px;
}

#sgo-info {
  border: 2px solid #BCE1F5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	float: left;
	width: 926px;
}

#email-parents {
	width: 376px;
	padding: 10px 10px 10px 80px;
	border: 2px solid #BCE1F5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: url(/images/pcool/email-icon.gif) no-repeat 10px 10px;
	margin-top: 20px;
}

#useful-offer li a, #email-parents li a {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#useful-offer li a:hover, #email-parents li a:hover {
	text-decoration: underline;	
}

.banners .six-col textarea {
	margin-bottom: 20px;
	width: 468px;
}

.banners .two-col textarea {
	width: 148px;
}

.banners .three-col textarea {
	width: 158px;
}

.banners p {
	margin: 0 0 18px 0;
}

.banners .twelve-col .banner-wrapper {
	text-align: center;	
}

.banners .twelve-col .three-col {
	width: 160px;
}

.order #reopen_order {
  margin-bottom: 40px;
}
/*
.roadmap {
  float: left;
}*/



/* @book-o-meter */

.setup-form .book-o-meter {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 10px 10px;
  position: relative;
  width: 270px;
}

.book-o-meter {
    background: #56B3D3;
    padding: 10px;
    width: 290px;
    float: left;
}

.book-o-meter h3 {
    background: url(/images/pcool/book-o-meter-header.png) no-repeat 0 0;
    width: 225px;
    height: 20px;
    margin: 0 0 10px 0;
}

.book-o-meter p {
    color: #333333;
}

.book-o-meter-total {
    background: url(/images/pcool/book-o-meter-pound.png) no-repeat 0 center;
    height: 50px;
    padding-left: 39px;
}

.digit { /* Each digit within the book-o-meter. This style is used by each of the numbers, with only their background-position being adjusted to display the correct number. */
    background: url(/images/pcool/book-o-meter-sprite.png) no-repeat 0 0;
    height: 50px;
    width: 35px;
    text-indent: -999em;
    display: block;
    float: left;
    margin-right: 3px;
}

.digit-0 {
    background-position: 0 0;
}

.digit-1 {
    background-position: 0 -50px;
}

.digit-2 {
    background-position: 0 -100px;
}

.digit-3 {
    background-position: 0 -150px;
}

.digit-4 {
    background-position: 0 -200px;
}

.digit-5 {
    background-position: 0 -250px;
}

.digit-6 {
    background-position: 0 -300px;
}

.digit-7 {
    background-position: 0 -350px;
}

.digit-8 {
    background-position: 0 -400px;
}

.digit-9 {
    background-position: 0 -450px;
}

select#email_frequency {
  float: none;
  width: auto;
}

#sgo-links {
	margin: 0 0 20px 0;
	position: absolute;
	top: 18px;
	text-align: right;
}

#sgo-links ul {
	margin: 0;
}

#sgo-links li {
	border-left: 2px solid #336699;
	margin-right: 5px;
	padding-left: 5px;
}

#sgo-links li.first {
	border: none;
}

#content table td.currency { 
  text-align: right !important;
  width: 15% !important;
  zoom: 1; 
}

.item-wrapper { /* SW added 29/09/09 */
	clear: both;
	display: inline;
	float: left;
	width:100%;
}

.STT .switch-roles a {
background:url("/images/pcool/header/setanta_Header_TEACHER.gif") no-repeat scroll 0 99px transparent;
}

.switch-roles a {
background:url("/images/pcool/header/ISBC_Header_TEACHER.gif") no-repeat scroll 0 99px transparent;
}

#teachers-role a.active {
background-position:-11px -98px;
}

#teachers-role a.active:hover {
background-position:-11px -98px;
}

#parents-role a {
background-position:-103px -98px;
}

#parents-role a:hover {
background-position:-103px -99px;
}

#children-role a {
background-position:-193px -98px;
}

#children-role a:hover {
background-position:-193px -99px;
}

.switch-roles {
left:13px;
}

.switch-roles a,
.switch-roles a {
 height:26px
}

.switch-roles li,
.switch-roles li {
margin-right:4px;
}

.STT .my-books-heading {
background:url("/images/pcool/header/setanta_Header_TEACHER.gif") no-repeat scroll 0 0 transparent;
}
.ISBC .my-books-heading {
background:url("/images/pcool/header/ISBC_Header_TEACHER.gif") no-repeat scroll 0 0 transparent;
}

#sagepay-cards {
  background: url(/images/pcool/checkout/cards.png) no-repeat 0 0;
  clear: both;
  float: none;
  width: 433px;
  height: 32px;
  text-indent: -999em;
  margin: 0 0 12px 0;
}

#isbc_admin_charge {
width:50px;text-align:right;
}

#open_order_summary .orders-sumary li {
margin:0;
}

#open_order_summary table {
margin-left:0;
}

#open_order_summary table td.qty_plus_minus {
width:15%;
}

#open_order_summary table td.currency {
width:15%!important;
}

#open_order_summary table td.remove {
width:5%!important;
}


#open_order_summary p.summary-row {
width:100%;
float:left;
}

#open_order_summary tr.accessibility {
background:#FFFFED;
height:auto;
left:0;
margin-top:0;
overflow:auto;
position:static;
top:0;
width:100%;
}

#open_order_summary tr.accessibility th.currency {
text-align: right;
}

#open_order_summary tr.accessibility .remove {
position: absolute;
left: -9999em;
overflow: hidden;
text-align: left;
}


