@import url("reset.css");

/* Stylesheet for Lerner Book Trial */

/* === 

TO DOs 

Add video player
Add submission lightbox

=== === */

/* layout */
body {
  font-family: "Georgia", Times, serif;
  font-size: 12px;
  color: #555;
  border-top: 3px solid #d8080a;
  background: #f6f5f5 url(../images/bg-tile.png) 0 0 repeat-x;
  height:auto;
  overflow:visible;
  width:auto;
}


        
.welcome_msg {
	font-family: "Georgia", Times, serif;
	font-size: 18px;
	color:Black;
	
}

.msg_div {
	
	overflow: hidden;
	height: auto;
	width: 300px;
	margin: 10px;
	padding: 10px;
}

.msg {
	font-family: "Georgia", Times, serif;
	font-size: 14px;	
}

FORM .textInput {
	
	padding:2px 1px;
	height:22px;
	
}

FORM .fieldLabel {
	font-family: "Georgia", Times, serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	letter-spacing: 2px;
}

.container {
  position: relative;
  width: 952px;
  margin: 0 auto;
  background: url(../images/bg-container-tile.png) 0 0 repeat-y;
  padding: 37px 89px;
}

.header, .content {
  overflow: hidden;
}

.video {
  float: left;
  width: 557px;
  height: 455px;
  background: url(../images/lerner-digital-free-trial-photo.png) 0 0 no-repeat;
}

.signup {
  float: left;
  width: 320px;
  background: #fafafa;
  height: 403px;
  padding: 5px 35px 0 40px;
}

.signup div {
  position: relative;
  margin-bottom: 9px;
    color: #000000;
    top: 0px;
    left: 4px;
}

.signup label {
  width: 106px;
  display: inline-block;
}

.signup label.error {
  font-family: "Arial", sans-serif;
  color: #bf1e2e;
  font-size: 9px;
  display: block;
  width: 204px;
  padding: 0 0 0 110px;
}

.signup label.valid {
  font-family: "Georgia", sans-serif;
  color: #000;
  font-size: 12px;
  position: absolute;
  right: -20px;
  top: 0;
  width: 22px;
  margin: 3px 0 0 3px;
  padding: 0;
} 

.signup input {
  width: 201px;
}

.signup select {
  margin: 0 9px 9px 0;
}

.signup select#class {
  margin-right: 0px;
}

.submitnew,
.submitpassword {
  display: block;
  border: none;
  height: 45px;
  width: 320px;
  background: url(../images/btn-sprite.png) -2px 0 no-repeat;
  text-indent: -9999px;
  margin-top: 6px;
}


.submitnew:hover {
  cursor: pointer;
  background-position: -2px -44px;
}

.submitpassword {
  background-position: -2px -88px;
}  
  
.submitpassword:hover 
{
  cursor : pointer;
  background-position: -2px -132px;
}

.content .pitch {
  width: 862px;
  clear: left;
  padding: 24px 45px;
}

.interactive-features ul {
  display: block;
  width: 952px;
  overflow: hidden;
}

.interactive-features ul li {
  display: block;
  float: left;
  /* width: 166px; */
  width: 215px;
  margin: 0 30px 0 0;
  padding: 0 0 20px 0;
  line-height: 15px;
}

.featured-series ul {
  display: block;
  width: 952px;
  overflow: hidden;
}

.featured-series ul li {
  display: block;
  float: left;
  width: 166px;
  margin: 0 30px 0 0;
  padding: 0 0 20px 0;
  line-height: 15px;
}

.interactive-features ul li.l4,
.interactive-features ul li.l8 {
  margin-right: 0;
}

.featured-series ul li.l5 {
  margin-right: 0;
}

.hr {
  clear: both;
  height: 1px;
  width: 946px;
  margin: 0 auto 24px;
  border-width: 0px;
  background: transparent url(../images/divider.png) 0 0 no-repeat;
}



/* sprited images */
.header .logo a,
.content h2,
.signup h3,
.interactive-features h3,
.featured-series h3,
/* .featured-series ul li h4,
.interactive-features ul li h4, */
.additional-dls h3,
.footer a {
  display: block;
  background-image: url(../images/sprite.png);
  text-indent: -9999px;
}

.interactive-features ul li h4 {
  display: block;
  background-image: url(../images/icons-interactive-book-features-sprite.png);
  text-indent: -9999px;
}

.featured-series ul li h4 {
  display: block;
  background-image: url(../images/featured-series-covers-sprite.png);
  text-indent: -9999px;
}

.header .logo a {
  float: left;
  height: 27px;
  width: 167px;
  background-position: -15px -915px;
}

.content h2 {
  height: 38px;
  width: 526px;
  background-position: -15px -17px;
  margin: 9px 0 30px;
}

.signup h3,
.interactive-features h3,
.featured-series h3,
.additional-dls h3 { 
  height: 22px;
  width: 306px;
  background-position: -15px -75px;
  margin: 0 0 9px 0;
}

.signup h3 {
	margin-left: 25px;
}

.interactive-features h3 {
  /* width: 285px; */
  width: 380px;
  background-position: -15px -112px;
}

.featured-series h3 {
  width: 175px;
  background-position: -15px -148px;
}

.additional-dls h3 {
  /* width: 235px; */
  width: 400px;
  background-position: -15px -184px;
}

.featured-series ul li h4 {
  /* height: 125px;
  background-position: -15px -217px; */
  height: 150px;
  width: 200px;
  background-position: 0px 0px;
}

.featured-series ul li h4 {
  height: 215px;
  width: 166px;
  background-position: 0px 0px;
}

/*
.featured-series ul li h4 {
  height: 170px;
}
*/

/*
.interactive-features ul li.l1 h4 { background-position: -15px -217px; }
.interactive-features ul li.l2 h4 { background-position: -15px -356px; }
.interactive-features ul li.l3 h4 { background-position: -15px -492px; }
.interactive-features ul li.l4 h4 { background-position: -15px -636px; }
.interactive-features ul li.last h4 { background-position: -9px -768px; }
.featured-series ul li.l1 h4 { background-position: -203px -230px; }
.featured-series ul li.l2 h4 { background-position: -203px -420px; }
.featured-series ul li.l3 h4 { background-position: -203px -610px; height: 188px; }
.featured-series ul li.l4 h4 { background-position: -413px -230px; height: 188px; }
.featured-series ul li.last h4 { background-position: -413px -431px; height: 188px; }
*/

.interactive-features ul li.l1 h4 { background-position: 0px 0px; width: 200px; height: 150px; }
.interactive-features ul li.l2 h4 { background-position: -200px 0px; width: 200px; height: 150px; }
.interactive-features ul li.l3 h4 { background-position: -400px 0px; width: 200px; height: 150px; }
.interactive-features ul li.l4 h4 { background-position: -600px 0px; width: 200px; height: 150px; }
.interactive-features ul li.l5 h4 { background-position: 0px -150px; width: 200px; height: 150px; }
.interactive-features ul li.l6 h4 { background-position: -200px -150px; width: 200px; height: 150px; }
.interactive-features ul li.l7 h4 { background-position: -400px -150px; width: 200px; height: 150px; }
.interactive-features ul li.l8 h4 { background-position: -600px -150px; width: 200px; height: 150px; }

.featured-series ul li.l1 h4 { background-position: 0px 0px; width: 166px; height: 215px; }
.featured-series ul li.l2 h4 { background-position: -166px 0px; width: 166px; height: 215px; }
.featured-series ul li.l3 h4 { background-position: -332px 0px; width: 166px; height: 215px; }
.featured-series ul li.l4 h4 { background-position: -498px 0px; width: 166px; height: 215px; }
.featured-series ul li.l5 h4 { background-position: -664px 0px; width: 166px; height: 215px; }

.footer a {
  height: 92px;
  width: 106px;
  background-position: -202px -890px;
  margin: 0 auto 20px;
}

.footer a.link {
  height: 19px;
  width: 128px;
  background-position: -15px -958px;
}


/* typography */
.header a.lernerbooks {
  float: right;
  color: #c5c5c5;
  font-size: 13px;
}

.header h2 {
  font-size: 19px;
  line-height: 26px;
  text-align: right;
  font-style: italic;
  font-weight: normal;
  position: absolute;
  top: 57px;
  right: 90px;
}

.content p {
  font-size: 14px;
  color: #1a1a1a;}

.content .pitch p {
  line-height: 22px;
  text-align: center;
}

.content .pitch p em {
  font-weight: bold;
}

.content ul p {
  font-size: 10px;  
  color: #000;
  padding-top: .5em;
}

.signup p {
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  margin: 0 0 9px;
}

form em {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #959595;
}

.rlil {
	text-align:center;
	padding-top: .5em;
}

/* a, */
.signup p {
  color: #555;
  width: 346px;
}

a {
  color: #555;
}

a:hover {
  color: #bf1e2e;
}

label,
.footer span  {
  font-size: 12px;
  line-height: 12px;
  vertical-align: baseline;
  letter-spacing: 0.15em;
  color: #000;
}

em {
  font-style: italic;
}

.featured-series span,
.interactive-features span {
  display: block;
  line-height: 18px;
  font-size: 13px;
  color: #555;
}

.featured-series span {
  padding: 0 0 24px 0;
}

.additional-dls h4 {
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
  padding: 0 0 5px;
}

.additional-dls p {
  line-height: 22px;
  padding: 0 0 20px;
}

.footer p {
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  padding: 0 100px 20px;
  color: #959595;
}

.footer span {
  display: block;
  text-align: center;
  padding: 0 0 9px 0;
}

#prompt {
  font-size: 120%;
  overflow: hidden;
}

#prompt h2 {
  font-size: 24px;
  padding: 30px;
}

/* IE6 png replacement */
.ie .container {
  background: url(../images/bg-container-tile.gif) 0 0 repeat-y;
}
.ie .header .logo a,
.ie .content h2,
.ie .signup h3,
.ie .interactive-features h3,
.ie .featured-series h3,
.ie .featured-series ul li h4,
.ie .interactive-features ul li h4,
.ie .additional-dls h3,
.ie .footer a {
  display: block;
  background-image: url(../images/sprite.gif);
  text-indent: -9999px;
}

.ie .submitnew,
.ie .submitpassword {
  background: url(../images/btn-sprite.gif) -2px 0 no-repeat;
}

.country_ddl
{
     vertical-align: middle;
   
}
