/* ***** BASIC ELEMENTS ********************************************************** */


/* ----- elements reset ----- */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ---------------------------- */


body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px ;
	color: #444444;
	background-image: url('/img/transparent.png');
	line-height: 18px;
	}

p {
	padding-bottom: 15px;
	}

a {
	text-decoration: none;
	color: #4f68b9;
	}

	a:hover {
		text-decoration: underline;
		color: #192e72;
		}

.nav-sub a:hover {
	text-decoration: none;
	padding-left: 5px;
	}

#livechatText a, #livechatMsg a {
       color: black;
}

#livechatText a:hover, #livechatMsg a:hover {
        text-decoration: none;
        color: #192e72;
}

ul, li {
	
	}

.page-content ul, .page-content ul {
	margin: 0 0 15px 20px;
	list-style: circle;
	}

.clear {
	clear: both;
	height: 0px;
	}

.clear-sep {
	clear: both;
	height:20px;
	}

strong {
	font-weight: bold;
	}


/* ----- form elements ----- */

input, select, textarea {
	font-family: Arial;
	font-size: 11px;
	padding: 3px;
	background: #ffffff url('/img/bg_input.png') repeat-x top;
	border: 1px solid #e5e5e5;
	border-right-color: #c8c8c8;
	border-bottom-color: #c8c8c8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

label {
	display: block;
	margin-bottom: 1px;
	}

form li {
	margin-bottom: 5px;
	}

#formtitle {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.form-wrap {
	overflow: hidden;
	}

	.form-wrap li {
		margin-bottom: 3px;
		padding: 6px 8px;
		overflow: hidden;
		}

	.form-wrap label {
		font-weight: bold;
		}

	.form-wrap input, .form-wrap textarea, .form-wrap select {
		width: 200px;
		float: left;
		margin-bottom: 3px;
		}

.form-wrap li.error {
	background-color: #f8dfdf;
	border-bottom: 1px solid #e5bdbd;
	border-right: 1px solid #e5bdbd;
	}

.errors {
	background-color: #f8dfdf;
	border: 1px solid #e5bdbd;
    margin: 3px;
}

.field-info {
	float: left;
	font-size: 11px;
	margin: 2px 0 0 15px;
	}

.error-message {
	float: left;
	color: #9e1e1e;
	font-size: 11px;
	font-weight: bold;
	margin: 2px 0 0 15px;
	}


.btn-submit {
	width: auto !important;
	padding: 2px 5px;
	font-size: 11px;
	color: #000000;
	/*text-transform: uppercase;*/
	font-weight: bold;
	}

.btn-big {
	width: auto !important;
	padding: 12px 8px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background: #7a9d4c url('/img/bg_btn-big.png') repeat-x bottom;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 0px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1); 
	}

.btn-big2 {
	width: auto !important;
	padding: 12px 8px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background: #5b90a5 url('/img/bg_btn-big2.png') repeat-x bottom;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 0px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1); 
	}



/* ----- headings ----- */

h1 {
	font-family: Georgia, serif;
	font-size: 30px;
	color: #000000;
	margin-bottom: 25px;
	padding: 3px 0;
	}

	.home-welcome h1 {
		font-family: Georgia, serif;
		font-size: 40px;
		font-weight: bold;
		color: #000000;
		margin-bottom: 15px;
		padding: 10px 0 0 0;
		}

	.home-welcome h1 span {
		display: block;
		font-size: 14px;
		padding: 10px 0 0 20px;
		}

h2 {
	font-size: 18px;
	font-family: Georgia, serif;
	margin-bottom: 10px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	}

	.home-col h2 {
		background: url('/img/i_h2-border.png') no-repeat 0 1px;
		padding-left: 13px;
		padding-bottom: 3px;
		text-transform: uppercase;
		}

	.product-box h2 {
		font-weight: bold;
		font-size: 15px;
		margin-bottom: 3px;
		}

h3 {
	font-size: 15px;
	font-family: Georgia, serif;
	margin-bottom: 10px;
	color: #000000;
	text-transform: uppercase;
	}

	h3.title-wishlist {
		text-transform: capitalize;
		font-family: Arial;
		}



.no-border {
	border: 0 !important;
	}

.no-margin {
	margin: 0 !important;
	}

.align-left {
	display: block;
	float: left !important;
	}

.align-right {
	display: block;
	float: right !important;
	}

.align-center {
	text-align: center !important;
	}


.txt-small {
	font-size: 10px;
	font-weight: bold;
	}

.txt-info {
	font-size: 11px;
	color: #999999;
	}

.txt-wishlist-title {
	background: url('/img/i_list.png') no-repeat 0 0px;
	padding-left: 20px;
	font-weight: bold;
	}


.link-arrow {
	background: url('/img/i_bullet-arrow.png') no-repeat 0 3px;
	padding-left: 10px;
	/*color: #888888;*/
	font-style: italic;
	}



/* ***** LAYOUT ***************************************************************** */


/* ----- top ----- */

#top-wrap {
	background: #003878 url('/img/bg_top.png') repeat-x bottom;
	padding: 4px;
	overflow: hidden;
	}

#top {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	}

.nav-top {
	float: left;
	}

	.nav-top li {
		padding: 0;
		float: left;
		border-right: 1px solid #335f91;
		color: #bad6f5;
		font-size: 11px;
		}

	.nav-top li a {
		display: block;
		float: left;
		padding: 0px 10px;
		color: #98bae1;
		}


/* ----- container ----- */

#container-wrap {
	overflow: hidden;
	}

#container {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 10px;
	}


/* ----- header ----- */

#header {
	overflow: hidden;
	}

.logo {
	float: left;
	}

	.logo a {
		display: block;
		height: 70px;
		width: 320px;
		background: url('/img/elibraryusa.jpg') no-repeat;
		margin: 30px 0 30px 0;
		}

.header-img {
	margin-top: 20px;
	float: right;
	height: 85px;
	width: 180px;
	background: url('/img/img_header.png') no-repeat;
	}

.search {
	margin: 25px 20px 0 0;
	float: right;
	}

/* ----- navigation - main ----- */

.nav-main {
	margin: 15px 5px 0 0;
	}

.nav-main li {
	float: left;
	margin: 0 6px;
	}

.nav-main a {
	display: block;
	float: left;
	font-family: Georgia, serif;
	font-size: 15px;
	color: #000000;
	padding: 4px 10px;
	}

.nav-main a:hover, .nav-main a.selected {
	background: #ebebeb;
	text-decoration: none;
	color: #000000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}


/* ----- content ----- */

#content {
	margin-bottom: 20px;
	}

#main {
	width: 700px;
	float: left;
	overflow: hidden;
	margin-top: 20px;
	}

	#main-sub {
		width: 540px;
		float: left;
		overflow: hidden;
		margin-top: 20px;
		}


/* ----- sidebar, leftbar ----- */

#sidebar {
	width: 220px;
	float: right;
	font-size: 11px;
	background: url('/img/bg_sidebar.png') no-repeat bottom;
	padding-bottom: 40px;
	}

#leftbar {
	width: 120px;
	padding: 10px;
	float: left;
	overflow: hidden;
	margin-top: 20px;
	margin-right: 20px;
	background-color: #ededed; 
	font-size: 11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

	.sidebar-widget {
		padding: 10px;
		margin-bottom: 0px;
		}

	.login-status {
		display: block;
		font-size: 11px;
		font-weight: bold;
		background: url('/img/i_user.png') no-repeat 0 0;
		padding: 2px 0 10px 22px;
		color: #888888;
		border-bottom: 1px dotted #c3c3c3;
		}

	.login-status-logged {
		display: block;
		font-size: 11px;
		font-weight: bold;
		background: url('/img/i_user-logged.png') no-repeat 0 0;
		padding: 2px 0 10px 22px;
		color: #000000;
		border-bottom: 1px dotted #c3c3c3;
		}

.login-status-logout {
	display: block;
	font-weight: normal;
	color: #bbbbbb;
	}

		.login-status-logged a {
			font-weight: normal;
			}


/* ----- home page ----- */

.home-welcome {
	width: 220px;
	float: left;
	color: #000000;
	font-size: 13px;
	}

.home-video {
	float: right;
	}

.home-columns {
	overflow: hidden;
	padding-top: 15px;
	margin-top: 10px;
	border-top: 1px dotted #cccccc;
	}

.home-col {
	width: 220px;
	float: left;
	margin-right: 20px;
	font-size: 11px;
	}



/* ----- subpages ----- */

.info-box {
	width: 240px;
	background-color: #f6f5e5;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	margin-bottom: 20px;
	}

	.info-box li {
		background: url('/img/i_bullet.png') no-repeat 0 6px;
		padding-left: 10px;
		}


.product-box {
	padding: 10px;
	background: url('/img/bg_product-box.png') repeat-x bottom;
	font-size: 11px;
	margin-bottom: 5px;
	}


.set-decription {
	padding-left: 50px;
	color: #808080;
	width: 60%;
	}

	.icon-set {
		background: url('/img/i_set.png') no-repeat  0 3px;
		}

	.icon-book {
		background: url('/img/i_item-book.png') no-repeat  0 3px;
		}

	.icon-cd {
		background: url('/img/i_item-cd.png') no-repeat  0 3px;
		}


.set-info {
	width: 140px;
	float: right;
	margin-left: 10px;
	}

	.set-price {
		padding: 10px;
		font-size: 22px;
		font-weight: bold;
		text-align: center;
		color: #000000;
		background-color: #f2f2f2;
		border-bottom: 1px solid #d1d1d1;
		border-right: 1px solid #d1d1d1;
		}

	.set-arrow {
		height: 12px;
		background: url('/img/i_arrow-down.png') no-repeat  15px 0;
		margin-top: -1px;
		}

	.set-content {
		font-size: 11px;
		}

.set-addform {
	padding: 10px 5px;
	font-size: 12px;
	text-align: center;
	background-color: #f2f2f2;
	border-bottom: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	}

.set-addform-qty {
	width: 15px;
	text-align: center;
	}


.crumbs {
	font-size: 11px;
	margin-bottom: 5px;
	}


.pagging {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 3px 0;
	overflow: hidden;
	font-size: 11px;
	}

		.bottom {
			border: 0;
			padding-top: 0;
			}

	.pagging li {
		float: left;
		margin: 0 1px;
		}

	.pagging li a {
		display: block;
		float: left;
		padding: 0px 6px;
		}

	.pagging li a.selected {
		color: #000000;
		border: 1px solid #dfdfdf;
		background: url('/img/bg_pagging-selected.png') no-repeat bottom right;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		}



.nav-sub span.selected {
	color: #000000;
	font-weight: bold;
	}

.nav-sub-parent {
	margin: 0 -10px;
	margin-bottom: 10px;
	}

	.nav-sub-parent li {
		background: #f2f2f2 url('/img/bg_subnav-parent.png') repeat-x bottom;
		padding: 3px 10px;
		margin: 0;
		}

	.nav-sub-parent li a {
		display: block;
		background: url('/img/i_arrow-left.png') no-repeat 0 6px;
		padding: 0px 0px 0px 10px;
		}



.tbl-products {
	background: #ffffff;
	border: 1px solid #444444;
	border-collapse: collapse;
	margin-bottom: 15px;
	}

.tbl-products-heading {
	color: #808080;
	}

	.tbl-products th {
		background-color: #444444;
		color: #ffffff;
		padding: 2px 3px;
		}

	.tbl-products td {
		padding: 2px 3px;
		border: 1px solid #dddddd;
		}


.wishlist-sum {
	font-size: 12px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 5px 0;
	margin-bottom: 15px;
	}

	.wishlist-sum-total {
		color: #000000;
		font-weight: bold;
		font-size: 15px;
		text-align: right;
		}

	.wishlist-sum-remaining {
		color: #6bbd3a;
		font-weight: normal;
		font-size: 15px;
		text-align: right;
		}

		.wishlist-sum-remaining span {
			display: block; 
			color: #808080;
			font-size: 11px;
			}


.product-content {
	color: #000000;
	padding: 5px 10px;
	border-top: 1px solid #ebebeb;
	}

.product-price {
	overflow: hidden;
	background-color: #f6f5e5;
	padding: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e2e0c7;
	border-right: 1px solid #e2e0c7;
	}

	.product-price-value {
		font-size: 18px;
		font-weight: bold;
		color: #000000;
		}

.img-thumb {
	float: left;
	margin: 0 15px 5px 0;
	}


.message-box {
	background-color: #f7f5d2;
	border-bottom: 1px solid #e2e0c7;
	border-right: 1px solid #e2e0c7;
	padding: 10px 10px 5px 10px;
	margin-bottom: 15px;
	}

.confirm {
	font-weight: bold;
	color: #000000;
	}

	.message-box p {
		padding-bottom: 5px;
		}



.tbl-wishlists-status-ordered {
	text-align: center;
	vertical-align: middle;
	background-color: #aad78f;
	color: #29711e;
	font-size: 13px;
	font-weight: bold;
	width: 150px;
	}

.tbl-wishlists-status-rejected{
	text-align: center;
	vertical-align: middle;
	background-color: #f48d8d;
	color: #8b1414;
	font-size: 13px;
	font-weight: bold;
	width: 150px;
	}









.main-icons-wrap {
    background-image: url('/img/bg_body.png');	
	border-radius: 4px;
	box-shadow: 0px 0px 4px #cccccc;
	padding: 10px;
	margin-bottom: 40px;
	}


.main-icon-box {
	display: block;
	position: relative;
	float: left;
	width: 160px;
	height: 180px;
	background: #003878 url('/img/bg_icon-box.png') repeat-x top;
	color: #ffffff;
	border-radius: 4px;
	text-align: center;
	border-bottom: 5px solid #cd0237;
	margin: 12px;
	}

a.main-icon-box:hover {
	color: #ffffff;
	text-decoration: none;
	background: #004787 url('/img/bg_icon-box2.png') repeat-x top;
	box-shadow: 0px 0px 6px #333333;
	}

	.main-icon {
		margin-bottom: 15px;
		}

	.main-icon-box .main-icon-title {
		font-size: 16px;
		font-family: Georgia;
		font-weight: bold;
		margin-bottom: 5px;
		}

	.main-icon-box span {
		color: #7899bf;
		font-size: 11px;
		line-height: 14px;
		}


.box-disabled {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 180px;
	background: rgba(0,0,0,0.4);
	border-radius: 4px;
	}



.help-icons-wrap {
	background:  none;
	padding: 10px;
	margin-bottom: 40px;
	}

.help-icon-box {
	display: block;
	float: left;
	width: 160px;
	color: #000000;
	border-radius: 4px;
	text-align: center;
	margin: 12px;
	-webkit-box-shadow: inset 0px 0px 4px 2px #dddddd;
	box-shadow: inset 0px 0px 4px 2px #dddddd;
	padding: 10px 0 20px 0;
	}

.help-icon-box:hover {
	text-decoration: none;
	box-shadow: 0px 0px 6px #bbbbbb;
	background: rgba(255,255,255,0.4);
	}

	.help-icon {
		position: relative;
		}

	.calendar-text {
		position: absolute;
		top:25px;
		left:0;
		text-align: center;
		width: 160px;
		font-size: 14px;
		font-family: 'Georgia';
		font-weight: bold;
		}

	.help-icon-box .help-icon-title {
		font-size: 16px;
		font-family: Georgia;
		font-weight: bold;
		margin-bottom: 5px;
		}

	.help-icon-box span {
		font-size: 11px;
		line-height: 14px;
		}




/* ----- footer ----- */

#footer {
	font-size: 11px;
	padding: 8px 10px;
	color: #a0a0a0;
	background-color: none;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-top: 1px solid #e5e5e5;
	}

	.nav-footer li {
		padding: 0;
		float: left;
		border-right: 1px solid #dadada;
		color: #a0a0a0;
		font-size: 11px;
		}

	.nav-footer li a {
		display: block;
		float: left;
		padding: 0px 10px;
		color: #a0a0a0;
		}

/* ---- login overlay ---- */

.overlay{
    background:transparent url(images/overlay.png) repeat top left;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
}



.box{
    position:fixed;
    top:-250px;
    left:30%;
    right:30%;
    background-color:#fff;
    color:#7F7F7F;
    padding:20px;
    border:2px solid #ccc;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    -khtml-border-radius:20px;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    z-index:101;
}
a.boxclose{
    float:right;
    width:26px;
    height:26px;
    background: url(/img/i_remove.png) no-repeat;
    margin-top:-10px;
    margin-right:-30px;
    cursor:pointer;
}

/* PASSWORD VALIDATION */


.invalid {
	padding-left:22px;
	line-height:24px;
	color:#ec3f41;
}
.valid {
	padding-left:22px;
	line-height:24px;
	color:#3a7d34;
}
#password_standards, #password_doesnt_match {
	display:none;
}

.checkdisabled {
    display:none !important;
}

.warnings {
    font-weight: bold;   
}
