/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'ArialRoundedMTBold';
    src: url('arlrdbd.eot');
    src: url('arlrdbd.eot?#iefix') format('embedded-opentype'),
             url('arlrdbd.woff') format('woff'),
             url('arlrdbd.ttf') format('truetype'),
             url('arlrdbd.svg#arlrdbd') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
background:url('../img/body.png') repeat-x left top;
font-family:arial, sans-serif;
height:100%;
}

input {
margin:0;
border-radius:0;
}

strong {
font-weight: bold;
}

span.asterix {
    color:red;
}

#shadow {
background:url('../img/shadow.png') repeat-y center top;
}

#wrapper {
width:920px;
margin:0 auto;
padding: 13px 20px;
background:white;
}

#header {
background:url(../img/logo.png) no-repeat left top;
height:58px;
position:relative;
}

#header a.logo {
position:absolute;
width: 146px;
height: 58px;
left:0;
top:0;
}

#header input.search {
margin: 0;
width: 204px;
position:absolute;
top: 9px;
right: 149px;
background:#ccdceb url(../img/search.png) no-repeat right center;
border:0;
color: #21262c;
padding: 10px 15px;
}

#header input#search {
cursor: pointer;
padding: 0;
text-indent: -2000px;
width: 38px;
height: 36px;
top: 9px;
right: 149px;
position:absolute;
background:transparent;
border:0;
}

#header input::-webkit-input-placeholder {
    color:    #21262c;
}
#header input:-moz-placeholder {
    color:    #21262c;
}
#header input:-ms-input-placeholder {
    color:    #21262c;
}

#header #quantity {
text-decoration: none;
line-height: 36px;
font-size: 12px;
text-align: right;
color: white;
width: 122px;
position:absolute;
top: 9px;
right: 0px;
background: #01498B url('../img/search_go.png') repeat-x left top;
border:0;
padding: 0 12px 0 0;
}

#header #quantity div {
    font-weight: bold;
    text-align: left;
    padding-left: 40px;
    background: url('../img/basket.png') no-repeat 12px 10px;
}

#banner {
margin-bottom: 20px;
}

#filter {
}

#filter h3 {
color:#00529c;
font-size: 18px;
font-weight:bold;
text-align:center;
margin-bottom: 17px;
}

#filter h4 {
color:#00529c;
font-size: 14px;
font-weight:bold;
text-align:left;
margin-bottom: 17px;
margin-top:26px;
}

#filter .controls {

background:#ccdceb;


padding: 10px 20px;
}

#filter .controls select {
width: 260px;
border:1px solid #b4c7d8;
padding: 7px;
}

#filter .controls input {
cursor: pointer;
background: #01498B url('../img/search_go.png') repeat-x left top;
border:0;
color:white;
padding: 9px 24px;
font-weight:bold;
}



ul.products li {
padding-top: 25px;
padding-left: 18px;
width: 187px;
margin-right:33px;
float:left;
}

ul.products li.right {
margin-right:0;
}

ul.products li .image {
position: relative;
padding: 18px 17px 34px 21px;
width:127px;
height: 169px;
background:url('../img/ipad_white.png') no-repeat center top;
}

ul.products li .image .innerimage{
    overflow: hidden;      
    background: #c0c0c0;      display:inline-block; /* or float:left; */      text-align: center;      
    width: 127px;      
    height: 168px;      
    line-height: 168px;
}

ul.products li .image img {
    margin: 0 auto;
    display: block;
    text-align: center;
    vertical-align: middle;      
/*    max-width: 110%; */      
/*    max-height: 110%; */
    width: 127px;      
    height: 168px;
             /* or float:left; */                  
          
    
}

ul.products li h3 {
margin-bottom: 5px;
line-height: 20px;
color:#1b6fbb;
font-size:16px;
font-weight:bold;
text-align:center;
}

ul.products li h4 {
margin-bottom: 9px;
color:#21262c;
font-size:12px;
font-weight:bold;
text-align:center;
}

ul.products li form input {
cursor: pointer;
padding: 13px 0;
width: 100%;
background: url('../img/add_to_basket.png') repeat-x left top;
color:white;
font-weight:bold;
border:0;
display:block;
}

ul.products li form .submitted {
text-align: center;
font-size: 13px;
padding: 13px 0;
width: 100%;
background: #aaaaaa;
color:white;
font-weight:bold;
border:0;
display:block;
}

#footer {
margin-top:28px;
margin-bottom:28px;
padding-top:24px;
border-top:1px solid #ccdceb;
color:#959393;
font-size:12px;
}

#footer a {
color:#959393;
text-decoration:none;
}

#footer .left {
float:left;
}

#footer .right {
float:right;
}

/* Add to basket Dialog */

#dialog #close {
text-indent: -10000px;
cursor: pointer;
top: 0;
right: 0;
height: 60px;
width: 60px;
position: absolute;
display: block;
background:url('../img/close.png') no-repeat;   
}

#dialog .image {
margin-right: 26px;
float:left;
position: relative;
padding: 18px 17px 34px 21px;
width:127px;
height: 169px;
background:url('../img/ipad_white.png') no-repeat center top;
}

#dialog .image .innerimage {
    overflow: hidden;  background: #C0C0C0;  display: inline-block;  text-align: center;  width: 127px;  height: 168px;  line-height: 168px;
}

#dialog .image .innerimage img {
    margin: 0 auto;  display: block;  text-align: center;  vertical-align: middle;  /*max-width: 110%;  max-height: 110%;*/  width: 127px;  height: 168px;
}

#dialog h2 {
text-align: left;
margin-bottom: 23px;
line-height: 20px;
color:#1b6fbb;
font-size: 22px;
font-weight:bold;
}

#dialog h3 {
text-align: left;
margin-bottom: 8px;
line-height: 20px;
color:#1b6fbb;
font-size:16px;
font-weight:bold;
}

#dialog h4 {
padding-bottom: 9px;
margin-left: 191px;
border-bottom: 1px solid #ddd;
margin-bottom: 9px;
color:#21262c;
font-size:12px;
font-weight:bold;
text-align: left;
}

#dialog p {
font-size:12px;
}

#continue {
    background: #01498B url('../img/add_to_basket.png') repeat-x left top;
    margin-right: 5px;
    text-align: center;
    width: 248px;
    font-weight: bold;
    text-decoration: none;
    float: left;
    color: white;
    display: block;
    padding: 20px 0;
    cursor:pointer;
}

#basket {
    color: #FFF;  background: #DFA608 url(../img/checkout.png) repeat-x left top;
    margin-left: 5px;
    text-align: center;
    width: 248px;  font-weight: bold;  text-decoration: none;  float: left;      display: block;  
    padding: 20px 0;
}

/* Basket */
#mybasket {
margin-top: 25px;
}

#mybasket h2 {
font-family: ArialRoundedMTBold;
margin-bottom: 23px;
line-height: 32px;
font-size:32px;
color: #024d91;
}

#mybasket form table#cart {
 margin-bottom: 13px;
}

#mybasket form table#cart thead td {
 padding-bottom: 10px;
 border-bottom: 1px solid #ccdceb;
 font-weight: bold;
 text-transform: uppercase;
 font-size: 12px;   
}

#mybasket form table#cart tbody td {
vertical-align: middle;
position: relative;
border-bottom: 1px solid #ccdceb;
line-height:16px;
padding: 13px 0 12px;
font-size:12px;
}

#mybasket form table#cart tbody td.description {

color: #1B6FBB;
font-weight:bold;
font-size:16px;
}

#mybasket form table#cart tbody td.qty input {
margin: 0;
border:1px solid #b4c7d8;
padding:5px;
}

#mybasket form table#cart tbody td.remove {
    padding:0;
}

#mybasket form table#cart tbody td.remove div {
    position: relative;
    line-height: 16px;
    padding: 0 0 12px;
}

#mybasket form table#cart tbody td.remove a {
    position: absolute;
    left: 0;
    top: -9px;
    height: 33px;
    width: 35px;
    display: block;
    text-indent: -20000px;
    background: url('../img/remove.png') no-repeat left top;

}

.transactionerror p {
margin-bottom:8px;
}



#cartoptions {
float:left;
}

#cartoptions a, #cartoptions input {
height: 41px;
text-decoration: none;
line-height: 41px;
font-size: 14px;
text-align: center;
color: white;
background: #01498B url('../img/search_go.png') repeat-x left top;
border: 0;
padding: 0 11px;
display:block;
float:left;
margin:0 10px 0 0;
font-weight:bold;
cursor:pointer;
}

#totaltopay {
font-family: ArialRoundedMTBold;
color: #30343a;
line-height: 45px;
font-size: 20px;
float:right;
margin-right: 17px;
}


div#details {
    padding-top: 20px;
}

div#details div.notice {
    font-size: 12px;
    width: 525px;
    float: left;
    padding-left: 20px;
    text-align: left;
    color: red;
    margin-bottom: 20px;
    padding: 5px 20px 0;
}

div#details div.notice p {
    color: #d50000;
    font-size: 12px;
    line-height: 18px;
}

div#details div.notice p strong {
    font-weight:bold
}

div#details div.notice h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: rgb(213, 0, 0);
}

div#details div.notice p {
    margin-bottom:0;
}

div#details h3 {
    margin-bottom: 8px;
    color: #00529c;
    line-height: 17px;
    font-size: 17px;
    font-weight: bold;
}

div#details p {
    margin-bottom: 12px;
    font-size: 13px;
}

div#details div#detailstable {
padding: 9px 0;
background: #CCDCEB;
}

div#details table#details {
}

div#details table#details td {
    line-height: 12px;
    padding: 14px 14px;
    font-weight: bold;
    font-size: 12px;
}

div#details table#details td label {
    line-height: 32px;
    padding-right: 13px;
    text-align: right;
    width: 134px;
    float: left;
    display: block;
}

div#details table#details td input,
div#details table#details td select {
    line-height: 22px;
    width: 256px;
    padding: 5px;
    border: 0;
}

div#details table#details td select {
    width: 266px;
}

div#details #realex {
 height: 92px;
 width: 151px;
 float: left;
 background:url('../img/realex.png');   
}

div#details #submit {
    padding-top: 21px;
    text-align: right;
}

div#details #submit input {

font-family: ArialRoundedMTBold;

cursor: pointer;
padding: 16px 30px;
line-height: 24px;
font-weight: bold;
font-size: 21px;
border: 0;
color: white;
background: #DFA608 url(../img/checkout.png) repeat-x left top;
}

div#tacs {
margin-top:20px;
font-size:14px;
line-height: 44px;
text-align: center;
color: #000;
}

div#tacs a {
color:#1B6FBB;
}

/* Redirect Page */
#redirect {
 margin-top:20px   
}

#redirect h2 {
 text-align:center;
 font-size:22px;
 color:#00529e;
}


/* Signup Page */
#signup {
    padding: 25px;
    background: #e6edf5;
}

#signup .notice {
    background: #CDD0FF;
    border-radius: 5px;
    padding: 15px 23px;
    font-size: 14px;
    line-height: 17px;
}

#signup table {
    width: 612px;
    margin:0 auto;
}

#signup tr {
}

#signup td {
    padding: 4px 10px;
}

#signup h4 {
padding: 9px 0;
line-height: 20px;
font-size: 14px;
color: #21262c;
}

#signup p {
padding: 10px;
line-height: 22px;
font-size: 14px;
color: #21262c;
border: 1px solid #bfc3c6;
background: white;
}

#signup label {
    width: 154px;
    padding-right: 18px;
    text-align: right;
    display: block;
    font-size: 14px;
    color: #21262c;
}

#signup input, #signup select {
border: 1px solid #bfc3c6;  
border-bottom: 1px solid #d8dcdf;  
border-top: 1px solid #767b7f;
color: #21262c;
padding: 10px 10px;
width: 400px;
}

#signup input.invalid {
    background: white url("../img/invalid.png") no-repeat 400px center;
}

#signup input.valid {
    background: white url("../img/valid.png") no-repeat 400px center;
}

#signup input.valid {
}

#signup input.submit {
background: #F5B70F;
color: #21262c;
cursor: pointer;
display: inline;
font-weight: bold;
padding: 5px;
line-height:26px;
text-shadow: none;
border:0;
}

#signup input.checkbox {
margin: 5px 10px 3px;
width: auto;
display:inline;

}

#signup select {
    width: 422px;
}

#signup h3 {
    line-height: 32px;  
    font-size: 20px;
    font-family: ArialRoundedMTBold;
    color: #024d91;
    text-align: left;
    padding:10px 0;
}

.school_details {
    display:none;
}

.school_details.display {
    display:table-row;
}

