@charset "utf-8";

/* ShopElsevier.com - Modal CSS
/* © 2010 MBS Direct
/* 06.24.2010 dh */

/* ==================================================
               M O D A L   S E T U P
================================================== */

#modal-focus { /* Overlay that darkens the page */
	background:#302e2c;
	display:none;
	height:100%;
	position:fixed;
	_position:absolute; /* HACK: IE6 */
	top:0;
	left:0;
	width:100%;
	z-index:199;
}

.modal {
	background:#f9f9f9;
	border:1px solid #61605e;
	padding:20px;
	position:fixed;
	_position:absolute; /* HACK: IE6 */
	text-align:left;
	width:616px;
	z-index:200;
}

#clipping {
	height:250px;
	overflow:hidden;
	position:relative;
	width:620px;
}

/* ================================
 Modals Hidden 
================================ */

#sign-in-modal,
#learn-modal { display:none; }

/* ================================
 Close Modal Icon
================================ */

.close-modal {
	background:url(../images/close-modal.png) 0 0 no-repeat;
	display:block;
	height:38px;
	overflow:hidden;
	position:absolute;
	bottom:-16px;
	right:-16px;
	text-decoration:none;
	text-indent:-9999pt;
	width:37px;
}

/* ==================================================
          S T E P - B Y - S T E P   C O R E
================================================== */

.modal form, .modal-page form {
	background:#302e2c;
}

#sign-in form, #forgot-password form {
	background:#868482;
}

.modal fieldset, .modal-page fieldset {
	background:#302e2c;
	height:250px;
	*height:246px;
	position:relative;
	width:620px;
}

#sign-in fieldset, #forgot-password fieldset {
	background:#868482;
}

.modal legend, .modal-page legend {
	color:#FFFFFF;
	font-size:22px;
	line-height:22px;
	*margin-left:-6px;
	position:absolute;
}

.modal label, .modal-page label {
	background:url(../images/input.png) 100% 0 no-repeat;
	border:0;
	border-collapse:collapse;
	*height:48px;
	padding-right:4px;
	position:absolute;
}

#sign-in label, #forgot-password label{
	background:url(../images/input.png) 100% -48px no-repeat;
}

.modal input, .modal-page input {
	background:url(../images/input.png) 0 0 no-repeat;
	border:0;
	border-collapse:collapse;
	color:#4c4a48;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:14px;
	line-height:14px;
	margin:0;
	*margin-top:-1px;
	padding:15px 10px 15px 10px;
	*padding:14px 10px 15px 10px;
}

#sign-in label input, #forgot-password label input {
	background:url(../images/input.png) 0 -48px no-repeat;
}

.modal p, .modal-page p {
	color:#d6d5d5;
	font-size:12px;
	line-height:14px;
	position:absolute;
	white-space:nowrap;
}

/* ================================
 Smart Drop 
================================ */

.smart-drop {}

.smart-drop ul {
	background:#f4f4f4;
	border-top:1px solid #dfdfdf;
	display:none;
	margin-left:8px;
	max-height:95px;
	overflow:auto;
	padding:2px 14px 8px 14px;
	position:absolute;
}

.smart-drop li {
	cursor:pointer;
	font-size:12px;
	line-height:18px;
	text-align:left;
}

.smart-drop li:hover {
	background:#edecec;
	font-weight:bold;
	margin:-2px;
	padding:2px;
}

.smart-drop .highlight { font-weight:bold; }

/* ================================
 Action - Drop
================================ */

.smart-drop-start {
	background:url(../images/action-sprites.png) -89px -10px no-repeat;
	border:none;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:13px;
	height:14px;
	line-height:13px;
	overflow:hidden;
	padding:13px 0;
	position:absolute;
	text-indent:-9999pt;
	white-space:nowrap;
	width:40px;
}

.smart-drop .action-continue {
	background:url(../images/action-sprites.png) -139px -10px no-repeat;
	border:none;
	color:#FFFFFF;
	cursor:pointer;
	display:none;
	font-size:13px;
	height:40px;
	line-height:13px;
	overflow:hidden;
	padding:13px 0;
	position:absolute;
	text-indent:-9999pt;
	white-space:nowrap;
	width:40px;
}

input.smart-drop-start, .smart-drop input.action-continue {
	font-size:0;
}

/* ================================
 Action - Continue
================================ */

.action-continue, input.action-continue  {
	background:url(../images/action-sprites.png) -10px -10px no-repeat;
	border:none;
	border-collapse:collapse;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:13px;
	font-style:normal;
	height:14px;
	line-height:13px;
	overflow:hidden;
	padding:13px 0;
	position:absolute;
	text-align:center;
	white-space:nowrap;
	width:69px;
}

input.action-continue {
	height:40px;
}

/* ================================
 Action - Cancel
================================ */

.action-cancel {
	background:url(../images/action-sprites.png) -10px -61px no-repeat;
	border:none;
	border-collapse:collapse;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:13px;
	font-style:normal;
	height:14px;
	line-height:13px;
	overflow:hidden;
	padding:13px 0;
	position:absolute;
	text-align:center;
	white-space:nowrap;
	width:69px;	
}

/* ================================
 Action - Step Back 
================================ */

.action-step-back {
	background:url(../images/action-step-back.gif) 0 0 no-repeat;
	height:48px;
	filter:alpha(opacity=20);
	-moz-opacity:.2;
	-khtml-opacity:.2;
	opacity:.2;
	overflow:hidden;
	position:absolute;
	top:95px;
	left:18px;
	text-indent:-9999pt;
	width:30px;
}

#forgot-password .action-step-back {
	background:url(../images/action-step-back.gif) 0 -48px no-repeat  !important;
}

/* ==================================================
                     E R R O R  
================================================== */

.alert-error {
	background:url(../images/alert-error.gif) 0 0 no-repeat;
	color:#b81616;
	display:none;
	height:30px;
	padding-top:28px;
	position:absolute;
	text-align:center;
	width:278px;
}

/* ==================================================
                     CONFIRM 
================================================== */

.alert-confirm {
	background:#868482;
	color:#FFFFFF;
	display:none;
	font-size:16px;
	height:140px;
	line-height:20px;
	padding-top:105px;
	position:absolute;
	text-align:center;
	width:620px;
	top:0;
	left:0;
}

/* ==================================================
             R E S E T   P A S S W O R D  
================================================== */

#forgot-password {
	height:250px;
	*height:246px;
}

#forgot-password legend {
	top:49px;
	left:65px;
}

.forgot-password-email {
	top:95px;
	left:65px;
}

#forgot-password-email {
	width:430px;
}

#forgot-password p {
	color:#FFFFFF;
	top:154px;
	left:65px;
}

#forgot-password .action-continue {
	top:99px;
	right:105px;
}

#forgot-password .action-cancel {
	top:99px;
	right:20px;
}

#forgot-password .alert-error {
	top:136px;
	left:80px;
}

#forgot-password .alert-confirm { }


/* ==================================================
      S I G N   I N   T O   A C C O U N T  
================================================== */

#sign-in-account {
	height:180px;
	border-bottom:10px solid #FFFFFF;
}

#sign-in-account legend {
	top:30px;
	left:50px;
}

.sign-in-account-email {
	top:72px;
	left:50px;
}

#sign-in-account-email {
	width:233px;
}

.sign-in-account-password {
	top:72px;
	left:315px;
}

#sign-in-account-password, #sign-in-account-password-clear {
	width:200px;
	padding-right:50px;
}


#sign-in-account .action-continue {
	top:76px;
	right:45px;
}

#sign-in-account .action-forgot-password {
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:13px;
	height:14px;
	line-height:13px;
	padding:0;
	position:absolute;
	top:131px;
	left:325px;
	text-align:left;
	text-decoration:underline;
	white-space:nowrap;
}

#sign-in-account .alert-error {
	top:114px;
	left:39px;
}

#sign-in-account .alert-confirm {
	height:100px;
	padding-top:80px;
}

/* ==================================================
      C R E A T E   A C C O U N T   B E G I N  
================================================== */

#create-account .alert-error {
	top:640px;
	left:160px;
}

#create-account .alert-confirm {
	top:1500px;
	background:#302e2c;
}

#create-account-begin {
	height:60px;
}

#create-account-begin legend {
	top:16px;
	left:50px;
}

#create-account-begin a.action-continue {
	background:none !important;
	border-bottom:1px solid #989797;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:13px;
	height:auto;
	line-height:15px;
	padding:0 0 3px 0;
	text-align:right;
	white-space:nowrap;
	width:auto;
	top:22px;
	right:18px;
}

/* ==================================================
         Y O U R   E M A I L   A D D R E S S 
================================================== */


#create-account-email legend {
	top:52px;
	left:160px;
}

label.new-account-email {
	top:95px;
	left:160px;
}

#new-account-email {
	width:300px;
}

#create-account-email .action-continue {
	top:99px;
	left:411px;
}


/* ==================================================
                 Y O U R   N A M E
================================================== */


#create-account-name legend {
	top:52px;
	left:90px;
}

label.new-account-first-name {
	top:95px;
	left:90px;
}

#new-account-first-name {
	width:200px;
}

label.new-account-last-name {
	top:95px;
	left:324px;
}

#new-account-last-name {
	width:175px;
	padding-right:70px;
}

#create-account-name .action-continue {
	top:99px;
	right:41px;
}

/* ==================================================
            C R E A T E   P A S W O R D
================================================== */


#create-account-password legend {
	top:52px;
	left:90px;
}

label.new-account-password {
	top:95px;
	left:90px;
}

#new-account-password, #new-account-password-clear {
	width:200px;
}

label.new-account-password-confirm {
	top:95px;
	left:324px;
}

#new-account-password-confirm, #new-account-password-confirm-clear {
	width:175px;
	padding-right:70px;
}

#create-account-password .action-continue {
	top:99px;
	right:41px;
}

/* ==================================================
               Y O U R   R O L E
================================================== */

#create-account-role legend {
	top:108px;
	left:115px;
}

label.new-account-role {
	top:95px;
	left:235px;
}

#new-account-role {
	width:197px;
	padding-right:50px;
}

#create-account-role ul{
	top:130px;
	left:233px;
	width:170px;
}

#create-account-role .smart-drop-start {
	top:99px;
	left:452px;
}

#create-account-role .action-continue {
	top:99px;
	left:452px;
}

/* ==================================================
           Y O U R   I N S T I T U T I O N
================================================== */

#create-account-institution legend {
	top:52px;
	left:90px;
}

label.new-account-institution {
	top:95px;
	left:90px;
}

#new-account-institution {
	width:327px;
	padding-right:50px;
}

#create-account-institution p {
	top:156px;
	left:90px;
}

#create-account-institution ul{
	top:130px;
	left:90px;
	width:300px;
}

#create-account-institution .smart-drop-start {
	top:99px;
	right:143px;
}

#create-account-institution .action-continue {
	top:99px;
	right:143px;
}

/* ==================================================
              L E A R N   M O D A L
================================================== */

#learn-modal .copy {
	background:#e2e1df;
	text-align:left;
	padding:30px;
}

#learn-modal .copy h2 {
	font-weight:bold;
	color:#302e2b;
	margin-bottom:6px;
}

#learn-modal .copy p {
	color:#565553;
	font-size:12px;
	line-height:14px;
	position:static;
	white-space:normal;
	margin-bottom:6px;
}

/* ---------------------------------------------------------------------------------------------- */
/* ---- 2010-06-28 AZ: new sections below ------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

/* ==================================================
      U P D A T E   A C C O U N T   B E G I N  
================================================== */

#update-account-form .alert-error {
	top:2140px;
	left:225px;
}

#update-account-form .alert-confirm {
	top:2250px;
	background:#302e2c;
}

#update-account-begin-field legend {
	top:108px;
	left:50px;
}

#update-account-begin-field a.action-continue {
	background:none !important;
	border-bottom:1px solid #989797;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:13px;
	height:auto;
	line-height:15px;
	padding:0 0 3px 0;
	text-align:right;
	white-space:nowrap;
	width:auto;
	top:118px;
	right:18px;
}

/* ==================================================
               Y O U R   R O L E
================================================== */

#update-account-role-field legend {
	top:108px;
	left:115px;
}

label.update-account-role {
	top:95px;
	left:235px;
}

#update-account-role {
	width:197px;
	padding-right:50px;
}

#update-account-role-field ul{
	top:130px;
	left:233px;
	width:170px;
}

#update-account-role-field .smart-drop-start {
	top:99px;
	left:452px;
}

#update-account-role-field .action-continue {
	top:99px;
	left:452px;
}

/* ==================================================
           Y O U R   I N S T I T U T I O N
================================================== */

#update-account-institution-field legend {
	top:52px;
	left:90px;
}

label.update-account-institution {
	top:95px;
	left:90px;
}

#update-account-institution {
	width:327px;
	padding-right:50px;
}

#update-account-institution-field p {
	top:156px;
	left:90px;
}

#update-account-institution-field ul{
	top:130px;
	left:90px;
	width:300px;
}

#update-account-institution-field .smart-drop-start {
	top:99px;
	right:143px;
}

#update-account-institution-field .action-continue {
	top:99px;
	right:143px;
}


/* ---------------------------------------------------------------------------------------------- */
/* ---- 2010-07-06 AZ: updated sign in section -------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

#sign-in-modal iframe { height:250px; width:620px; border:none; overflow:hidden; }

.smart-drop .smart-drop-select { display:none; }

.smart-drop li.smart-list-note {
	cursor:auto;
	font-weight:bold;
	color:#ff0000;
}

.smart-drop li.smart-list-note:hover {
	background:#f4f4f4;
}
