/* CSS Document */

/* HTML elements ----------------------------------------------------------------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
	border:0;
}

body {
	background: #fff url(/images/body_bgr.jpg) repeat-x;
	font-size:76%;
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	background:url(/images/content_brdr.gif) no-repeat;
	width: 490px;
	padding: 20px 0 0 10px;
	margin: 0 0 1em 0;
	color: #646464;
}

h2 {
	background:url(/images/banner.jpg) no-repeat;
	text-indent: -5000px;
	width: 942px;
	height: 240px;
	position: absolute;
	top:0;
	left:35px;
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}	

p {
	
}

a {
	 color: #1b76aa;
}

a:visited {
}

a:hover {
	text-decoration:none;
	
}

a:active {
	
}

ul {
	margin-left: 10px;
}

li {
	text-indent: -1em;
	margin-left: 2em;
	color: #484847;
}


form {
	width: 300px;
	margin: 20px auto;
	border:1px solid #1b76ab;
	padding: 20px;
	background:white;
	/*display: inline;*/
	display: block;
	
}

form.purchase {
	width:380px;
	margin: 20px 39px;
}

label {
	display: block;
	margin-top: 10px;
	float: left;
	width: 140px;
	text-align: left;
	font-size:1.1em;
}

label.block {
	float:none;
	width:auto;
	clear:both;
	padding-top:20px;
}

div#product_type label {
	font-weight:bold;
	font-size:1.1em;
}

input, textarea {
	background-color: #cee6f4; 
	border: 1px solid #1b76ab;
	margin: 5px 0 5px 0 ;
	width: 200px;
	height: 20px;
	/*float: left;*/
}

div#content ul#available_subjects {
	list-style: none;
	margin:15px 0 0 0;
	float:left;
}

div#content ul#available_subjects li {
	float:left;
	display: block;
	margin:0 15px 15px 20px;
}

ul#available_subjects input.checkbox {
	width:auto;
	height:auto;
	border:none;
	margin:0 5px 0 0;
}

textarea {
	height: auto;
	overflow:auto;
}

select{
	background-color: #cee6f4; 
	border: 1px solid #0270a7; 
	margin: 4px 0 4px 0 ;
	width: 165px;
	height: 20px;
}

button {
	border: none;
	background:#797876;
	color: #fff;
	margin: 10px 0 0 220px;
	clear:both;
	display:block;	
}

button.shop, a.button {
	border: none;
	background:url(/images/shop_btn.gif) no-repeat;
	width:173px;
	height:31px;
	color: #fff;
	margin: 10px 0;
	display:block;
	cursor:pointer;
}

button#back_to_step_one {
	background:url(/images/button.gif) no-repeat;
	width:80px;
	height:25px;
}

a.button {
	text-decoration:none;
	text-align:center;
	padding-top:6px;
	height:25px;
	margin-left:25px;
}

button.shop:hover, a.button:hover {
	background-position:0 -31px;
}


input#security_number {
	width: 50px;
	margin-right:10px;
}

input#expiry_month, input#expiry_year, input#start_month, input#start_year, input#issue_number{
	width: 30px;
	text-align:center;
}

label#start_date {
	clear:both;
}

input#start_month, input#start_year {
	margin-top: 20px;
}

label#issue_number{
	clear:both;
}

input#issue_number{
	margin-top: 20px;
}

form table#products{
	width:300px;
	border-collapse:collapse;
	margin:10px 0;
	
}
form table#products th{
	border:1px solid #cee6f4;
	padding:10px;
	
}
form table#products td{
	border:1px solid  #cee6f4;
	padding:10px;
	
}
form table#products th label{
	width:auto;
}
form table#products th label span.special, table#price span.special{
	display:block;
	color:#f00;
}

form table#products input{
	width:20px;
	background:white;
	border:none;
}

form img {
	clear:both;
	border:1px solid red;
}

a#captcha{
	background: url(/images/reload.gif) no-repeat;
	width:22px;
	height:22px;
	display:block;
	text-indent:-5000px;
	float:right;
}

label#captcha_code {
	width:300px;
}

input#captcha_code {
	float:right;
}


p#unsubscribe {
	clear:both;
	font-size:0.4em;
	color: gray;
}

input#subscribe {
	width:20px;
	background:white;
	border:none;
}

form#newsletter {
	float: left;
	width: 171px;
	display: inline;
	border-top: 2px #5c5c5b dotted;
	border-right: none;
	border-bottom: 2px #5c5c5b dotted;
	border-left: none;
	padding: 5px 0 5px 0;
	margin: 10px 0 0 0;
}

form#newsletter label {
	background: url(/images/mail.gif) no-repeat left center;
	float: left;
	width: 131px;
	text-align: center;
	padding: 0 0 0 40px;
	font-size: 1.2em;
	font-weight: bold;
}

form#newsletter input {
	border: 1px #c5c5c5 solid;
	height: 17px;
	width: 171px;
	padding: 3px 0 0 0;
	margin: 10px 0 0 0;
}

form#newsletter button {
	border: none;
	background:url(/images/button.gif) no-repeat;
	width:80px;
	height:25px;
	color: #fff;
	margin: 10px 0 0 0;
}





img {
	float: right;
	margin: 0 0 8px 0;
}

/* Page elements ----------------------------------------------------------------------------------------------------------------------------------*/

div#container {
	background:url(/images/page.jpg) repeat-y;
	margin:0 auto;
	width: 1010px;
	position: relative;
}

div#header {
	width: 942px;
	margin: 0 0 0 35px;
}

div#content {
	background:url(/images/content_btm.gif) no-repeat bottom;
	background-color: #eeeeee;
	display: inline;
	width: 500px;
	float: right;
	margin: 250px 260px 0 0;
	padding: 0 0 20px 0;
}

div#full_width_content {
	background:url(/images/content_btm.gif) no-repeat bottom;
	background-color: #eeeeee;
	display: inline;
	width: 700px;
	float: right;
	margin: 365px 60px 0 0;
	padding: 0 0 20px 0;
}

div#nav_sub {
	float: right;
	width: 171px;
	margin: 250px 20px 0 0;
}

ul#nav {
	background: url(/images/nav_top.gif) no-repeat;
	width:171px;
	float: left;
	background-color: #ededed;
	padding: 20px 0 0 0;
	margin: 0;
}



div#promote {
	background: url(/images/trial_brdr.gif) no-repeat;
	float:left;
	width: 175px;
	position: absolute;
	top:250px;
	left: 770px;
}

div#small_print {
	width: 942px;
	height: 35px;
	display: inline-block;
	border-top: 1px #797876 dotted;
	border-right: none;
	border-bottom: 1px #797876 dotted;
	border-left: none;
	margin: 50px 0 0 35px;
}


div#footer {
	background: url(/images/footer_bgr.jpg) no-repeat;
	width: 1010px;
	height: 33px;
	clear: both;
	text-align: center;
	padding-top: 65px;
}



/* Custom elements ----------------------------------------------------------------------------------------------------------------------------------*/


ul#nav li{
	float: left;
	list-style-type: none;
	list-style-position: outside;
	padding: 0 0 0 10px;
	width: 161px;
	text-indent: 0;
	margin-left: 0;
}

ul#nav li a{
	background: url(/images/bullett.gif) no-repeat left center;
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	background-color: #ededed;
	text-align: left;
	padding: 5px 0 5px 30px;
	color: #5c5c5b;
	width: 124px;
	border-top: none;
	border-right: none;
	border-bottom: 2px #5c5c5b dotted;
	border-left: none;
}

ul#nav li a:hover{
	background:url(/images/bullett_hvr.gif) no-repeat left center;
	color: #030303;
}

body#home ul#nav a#home {
	background:url(/images/bullett_hvr.gif) no-repeat left center;
	color: #030303;
}

body#free-trial ul#nav a#free-trial {
	background:url(/images/bullett_hvr.gif) no-repeat left center;
	color: #030303;
}

body#purchase ul#nav a#purchase {
	background:url(/images/bullett_hvr.gif) no-repeat left center;
	color: #030303;
}

body#one-to-one-tutoring ul#nav a#one-to-one-tutoring {
	background:url(/images/bullett_hvr.gif) no-repeat left center;
	color: #030303;
}

body#online-courses ul#nav a#online-courses {
	background:url(/images/bullett_hvr.gif) no-repeat left center;
	color: #030303;
}

body#online-education ul#nav a#online-education {
	background:url(/images/bullett_hvr.gif) no-repeat left center;
	color: #030303;
}

body#faq ul#nav a#faq {
	background:url(/images/bullett_hvr.gif) no-repeat left center;
	color: #030303;
}

body#prices ul#nav a#prices {
	background:url(/images/bullett_hvr.gif) no-repeat left center;
	color: #030303;
}

body#careers ul#nav a#careers {
	background:url(/images/bullett_hvr.gif) no-repeat left center;
	color: #030303;
}

body#tell-a-friend ul#nav a#tell-a-friend {
	background:url(/images/bullett_hvr.gif) no-repeat left center;
	color: #030303;
}

body#contact ul#nav a#contact {
	background:url(/images/bullett_hvr.gif) no-repeat left center;
	color: #030303;
}


body#demo ul#nav a#demo {
	background:url(/images/bullett_hvr.gif) no-repeat left center;
	color: #030303;
}


body#tv-ad ul#nav a#tv-ad {
	background:url(/images/bullett_hvr.gif) no-repeat left center;
	color: #030303;
}

body#board ul#nav a#board {
	background:url(/images/bullett_hvr.gif) no-repeat left center;
	color: #030303;
}

body#info ul#nav a#info {
	background:url(/images/bullett_hvr.gif) no-repeat left center;
	color: #030303;
}


ul#nav li#contact{
	background: #fff url(/images/nav_btm.gif) no-repeat bottom;
	background-color: #ededed;
	padding: 0 0 20px 10px;
}

ul#nav li#contact a{
	border-bottom: none;
}

ul#nav li a#paths{
	border: none;
	background-color: #ededed;
}





a#trial, p#free, a#demo_ad, a#buy {
	float: left;
}

p#guarantee, p#charge{
	float: left;
}

a#shopping_cart {
	float: left;
	width: 175px;
	text-align: center;
	font-size: 1.7em;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	color: #1b76ab;
}

a#demo_ad, a#trial, a#buy {
	background: #fff url(/images/arrow.gif) no-repeat left center;
	display: inline;
	text-transform: uppercase;
	width: 140px;
	text-align: right;
	font-size: 2em;
	margin: 10px 0 0 10px;
	padding: 0 0 0 5px;
	color: #1b76aa;
	text-decoration:none;
}


a#demo_ad:hover, a#trial:hover, a#buy:hover {
	color:#ff8a00;
}


p#free {
	background: url(/images/trial_brdr.gif) no-repeat bottom;
	display: inline;
	width: 175px;
	text-align: center;
	padding: 0 0 15px 0;
	line-height: 1.5em;
	font-weight: bold;
	font-size: 1.2em;
	color: #ff8a00;
}

p#free a{
	color: #ff8a00;
}

p#guarantee {
	width: 175px;
	text-align: center;
	font-size: 1.7em;
	margin: 10px 0 0 0;
	border-top: 1px #ff8a00 dotted;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 5px 0 0 0;
	color: #1b76ab;
}

p#charge {
	width: 175px;
	text-align: center;
	font-size: 1.2em;
	border-top: none;
	border-right: none;
	border-bottom: 1px #ff8a00 dotted;
	border-left: none;
	color: #ff8a00;
	padding: 0 0 5px 0;
	font-weight: bold;
}



div#content p {
	font-size: 1.2em;
	margin: 2em 0 0 10px;
	color:#484847;
}

div#content ul {
	margin: 1em 0 2em 10px;
	font-size: 1.2em;
	color:#484847;
	list-style-position:inside;
}

div#content dl {
	margin: 0 0 2em 10px;
	font-size: 1.2em;
	color:#484847;
}

div#content dl dt{
	margin: 0 0 1em 0;
	font-style: italic;
	color: #1c1c1c;
}

div#content dl dd{
	margin: 0 0 1em 0;
}

div#content h3{
	margin: 2em 0 2em 10px;
	color: #1c1c1c;
	font-weight: bold;
}



div#small_print ul#details{
	width: 942px;
	float: left;
	padding-top:10px;
	list-style:none;
}




div#small_print ul#details li{
	float: left;
	width:auto;
	margin-left: 50px;
}

div#small_print ul#details li a{
	color:#010101;
	text-decoration: none;
}

div#footer p{
	font-size: 1.3em;
}

div#footer a{
	text-decoration: none;
	color: #000;
}

label#subject {
	margin:0 0 5px 0;
}

label#level {
	margin:5px 0 5px 0;
}

label#contact_number {
	margin:5px 0 0 0;
}


/*form#free_trial a{
display: block;
	clear: both;
	width: 171px;
}

form#free_trial p{
margin:0 0 5px 0;
color: #000;
font-size: 1em;
}

form#free_trial input#subscribe{
	width: 20px;
}
*/
div#content form#email_to_friend {
	margin:1em 0 0 10px;
	padding:0;
	float: left;
	border: none;
}

div#content form#email_to_friend li{
	list-style-type: none;
	float: left;
}

div#content form#email_to_friend label{
	background-image: none;
	padding: 0;
	text-align: left;
	font-size: 1em;
	width: 171px;
	margin: 5px 0 0 0;
	float: left;
}

div#content form#email_to_friend input{
	float: left;
}



blockquote {
	width:400px ;
	margin: 40px 40px 0.5em 40px;
	padding:10px;
	font-size: 1.3em;
	color:#ff8a00;
	font-weight: normal;
	font-style:italic;
	background-color:#fff;
	border-color:#ff8a00;
	border-style:dotted;
	border-width:1px 0;
}

cite {
	margin-right:40px;
	text-align:right;
	display:block;
}


span.error_msg, form#buy label.error, form#newsletter label.error, form#trial label.error {
	color: #ff0000;
	display:block;
	font-weight:bold;
	font-size:1.0em;
	background:none;
	padding:0;
	text-align:left;
	float:none;
	clear:left;
}

table#price {
	margin: 1em 0 0 10px;
	text-align: left;
	font-size: 1.2em;
	clear:both;
}

table#price th{
padding: 0 5px 10px 0;

}

table#price td{
	padding: 0 5px 10px 0;
}

table.basket{
	background: #a4c8dd;
	margin: 10px auto;
	
}

table.basket th{
	background:  #a4c8dd;
	text-align: left; 
	padding: 6px;
	font-weight: normal;
	font-size:0.9em;
}

table.basket td{
	background: white;
	padding: 6px;
}

table.basket td.blue{
	color: #99acb6;
	background: #e4e5e5;
	border: 1px solid white;
}

table.basket th.white{
	background: white;

}

table.basket td.total{
	border: 1px solid #bad0dd;
	text-align: right;
}

table.basket td.price{
	text-align: right;
}

table.basket td.fill {
	background:  #a4c8dd;
}

table.basket a.trash {
	/*background:  #a4c8dd;*/
	background: url(/images/trash.gif) no-repeat top;
	width:30px;
	height:25px;
	text-indent:-5000px;
	margin:0;
	display:block;
}


table.basket a.trash:hover {
	background: url(/images/trash_hvr.gif) no-repeat top;
}




table.total{
	background: #cce5f3;
	margin: 10px auto;
	width: 300px;
	border: 1px solid #0270a7; 
	
}

table.total th{
	background:  #cce5f3;
	text-align: left; 
	padding: 6px;
	font-weight: normal;
	
}

table.total td{
	background: white;
	padding: 6px;
	color:grey;
}

table.total td.price{
	text-align: right;
	
}

table.total td.fill {
	background:#f4f3f3;
}

table.total tr.bold {
	font-weight: bold;
	border: 1px solid gray;
}

table.total td.totalprice{
	background: #f4f3f3;
	color:black;
}

table.total td.totalorder{
	background:  #a4c8dd;
	color:black;
}

table.total td.totalpriceend{
	background: #f4f3f3;
	text-align: right;	
	color:black;
}

div#videobox {
	/*border: 1px #646464 solid;*/
	width:450px;
	height:303px;
	margin:20px auto;
	background:transparent;

}

/*ajax / jquery 8 */
div#step_two {
	display: none;
}


