/* CSS Bookerang */

/* STYLING PRINT PAGEs */

/* body */

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}


body {
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
}

/* generic text */

p {
	margin-bottom: 5px;
}

a {
	color: #3399cc;
	text-decoration: none;
}

a:hover {
	color: #0066CC;
	text-decoration: none;
}

/* generic titles */

h2 {
	margin-bottom: 10px;
	font-weight:normal;
	font-size: 130%;
	color:#666666;
}

h3 {
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: normal;
	color: #3399cc;
}

/*STYLING HOMEPAGE/LANDING PAGE */

/*Header and login/register form*/
#header_home {
	margin-top: 10px;
	clear: both;
	height: 240px;
}

#header_home h1 {
	margin-right: 20px;
	color:#0000FF;
}

#header_home #logo {
	height: 180px;
	width: 55%;
	float: left;
	text-align: right;
	
}

#header_home form {
	display: none;
}


/* random books in home page */

#sliding_shelf {
	display: none;
}

#sliding_shelf .random {
	width: 100%;
	display: block;
	text-align: center;
}

#sliding_shelf .random h2 {
	text-align: center;
}

/* last fulfilled wish */


#last_wish_fulfilled p {
	background-color:#FFFFCC;
	border: 1px solid #FFFF99;
	padding: 5px;
	display: block;
}

/* Blog feed*/

#blog_feed {
	width:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	text-align:center;
	font-size: 110%;
	margin: 20px auto;
	padding: 5px;
	
}

/*STYLING INTERNAL PAGES FOR NOT REGISTERED USERS */

/* page structure */

#header_internal {
	margin: 0px 0px 30px 0px;
	width: 100%;
	height: 70px;
	background-image: url(../images/header_internal_back.jpg);
	background-repeat:repeat-x;
	background-position: top;
}

#header_internal h1 {
	float: left;
	height: 70px;
	width: 340px;
	margin-top: 0px;
}

#header_internal #logo {
	width: 340px;
	height: 70px;
	float: left;
	margin-left: 20px;
}

#content_area {
	width: 100%;
}

#content_area li {
	list-style: none;
}

#content_middle_column {
	width: 100%;
	}

#content_wrap {
	width: 100%;
	
}

/* Styling left column */

#guest_left_column {
	display: none;
	width: 0px;
	margin: 0px;
}

#guest_left_column form {
	display: none;
	width: 0px;
	margin: 0px;
}

#guest_left_column .text {
	display: none;
	width: 0px;
	margin: 0px;
}

#guest_left_column .info {
	display: none;
	width: 0px;
	margin: 0px;
}

#guest_left_column .warning {
	display: none;
	width: 0px;
	margin: 0px;
}

#guest_left_column .text {
	display: none;
	width: 0px;
}

#guest_left_column label {
	display: none;
	width: 0px;
}

#guest_left_column .button {
	display: none;
	width: 0px;
}

/* Styling right column */

#guest_right_column {
	display: none;
	width: 0px;
}




/* STYLING INTERNAL PAGES FOR SHOPPERS */

#header_shopper_home h1 {
	float: left;
	height: 70px;
	width: 340px;
	margin-top: 0px;
}

#header_shopper_home #logo {
	width: 340px;
	height: 70px;
	float: left;
	margin-left: 20px;
}

#header_controls {
	width: 60%;
	float: right;
	margin-top: 30px;
	margin-right: 20px;
}

.date {
	display: none;	
}

.user_status {
	display: none;
}


#shopper_content_home {
	width: 100%;
	float: left;
}

.shopper_menu {
	display:none;
}

#shopper_content_home li {
	list-style: none;
}


#shopper_left_column {
	display: none;
}

#shopper_right_column {
	display: none;
}


#shopper_middle_column {
	margin: 0px;
	background-color:#FFFFFF;
}

#header_shopper_home {
	margin: 0px 0px 30px 0px;
	width: 100%;
	height: 70px;
	background-image: url(../images/header_internal_back.jpg);
	background-repeat:repeat-x;
	background-position: top;
}


/* wish fulfillment */

.fulfill_actions {
	width: 50%;
	float: right;
}

.fulfill_actions h3 {
	margin: 0px;
}

.fulfill_actions form {
	text-align: center;
}

#wish_fulfill {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding-top: 10px;
	border:1px dashed #0066CC;
}

/*REGISTRATION RESUME TABLE*/

table.registration-resume{
	font-size: 100% !important;
  width: 100% !important;
}

caption {
  text-align: left;
  padding: 4px;
  visibility:visible !important;
  border-bottom: 1px solid #003366;
	margin: 0px 0px 5px 0px;
	font-weight:bold;
}

.registration-resume th {
  text-align: left;
  padding: 4px;
  visibility: visible !important;
  display: block !important;
}

.registration-resume td {
  text-align: left;
	width: 70%;
}

/* STYLING SEARCH RESULT TABLES PAGES */

#content_area table {
	margin: 10px auto;
	clear: both;
	width: 100%;
	text-align:left;
	font-size: 90%;
}

th {
	display: none;
}

#content_area td {
	vertical-align: top;
	padding: 5px;
	border-bottom: 10px solid #ffffff;
}

td li a{
	text-decoration: none;
	padding: 5px 0px 5px 40px;
}

#content_area li, td li {
	list-style: none;
}


/* Navigation div */

.navigation {
	width: 100%;
	text-align: right;
	height: 50px;
	line-height: 30px;
}

/* Style for books search */

td.gradient {
	border-top: 1px solid #dbdbdb;
	background-image:url(../images/paper_corner_grey.gif);
	background-position:left bottom;
	background-repeat: repeat-x;
	text-align:left;
	padding-right: 10px;
}

table a {
	color: #84C225;
}

table a:hover {
	color: #ACE05F;
}

td.corner {
	text-align:left;
	border-top: 1px solid #dbdbdb;
}



.corner ul{
	display: none;
}

/* Style for books search */


/* Style for users search */
table#users_list {
	margin: 0px auto;
	width: 100%;
	text-align:left;
	font-size: 90%;
}

table#users_list td {
	border-bottom: 1px dashed #3399cc;
	border-top: 10px solid #ffffff;
}


/* STYLING MEMBER HOME PAGE */

#header_member_home {
	margin: 0px 0px 30px 0px;
	width: 100%;
	height: 70px;
	background-image: url(../images/header_internal_back.jpg);
	background-repeat:repeat-x;
	background-position: top;
}

#header_member_home h1 {
	float: left;
	height: 70px;
	width: 340px;
	margin-top: 0px;
}

#header_member_home #logo {
	width: 340px;
	height: 70px;
	float: left;
	margin-left: 20px;
}

img.back {
	display: none;
}


/*member menu column */

#member_left_column {
	float:left;
	margin-left:-100%;
	width:20%;
	padding-left: 40px;
}

.member_avatar {
}

.member_avatar img {
	background-color:#FFFFCC;
	border: 1px solid #3399cc;
	padding: 4px;
}

#member_left_column li{
	list-style-type: none;
	padding: 10px 0px 10px 0px;
	text-decoration: none;
}

#member_left_column li a{
	font-weight:bold;
	text-decoration: none;
	padding: 10px 0px 10px 40px;
}

/*member community column */

#member_right_column {
	background:#FDE95E none repeat scroll 0%;
	float:left;
	margin-left:-20%;
	width:20%;
}


#member_middle_column {
	margin: 0px;
	}

#content_wrap {
	width: 100%;
	margin: 0px auto 30px auto;
}

/* Member Shelf Preview */

#sliding_shelf {
	width: 100%;
	margin: 0px auto 20px;
	text-align:center;
}

.member {
	border: 1px dashed #3399cc;
	padding: 5px;
}

.member h2{
	font-weight:normal;
	float: left;
	margin-left: 5px;
	text-align: left;
}


/* STYLING SLIDING SHELF */

ul.display_shelf {
	margin: 0px auto 0px auto;
	text-align:center;
	padding: 0px;
	clear: both;
	height: 120px;
	background-image:url(../images/turchese_gradient.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#sliding_shelf li {
	float: left;
	display: block;
	width: 15%;
	text-align:center;
	
}

#sliding_shelf li a {
	display: block;
	text-align:center;
	margin: 0px;
	
}

#sliding_shelf li a img{
	border: 2px solid #FFFFCC;
}

#sliding_shelf li a:hover img{
	border: 2px solid #FFCC66;
}


#sliding_shelf li.previous {
	display: block;
	width: 5%;
	
}

#sliding_shelf li.next {
	display: block;
	width: 4%;
	float: right;
}

#sliding_shelf li.previous a {
	display: block;
	width: 20px;
	height: 51px;
	background-image: url(../images/prev_off_smaller.jpg);
	background-repeat:no-repeat;	
	background-position: left top;
}

#sliding_shelf li.previous a:hover {
	display: block;
	width: 20px;
	height: 51px;
	background-image: url(../images/prev_hover_smaller.jpg);
	background-repeat:no-repeat;
	background-position: left 3px;
}

#sliding_shelf li.next a {
	display: block;
	width: 20px;
	height: 51px;
	background-image: url(../images/next_off_smaller.jpg);
	background-repeat:no-repeat;
	background-position: right top;
}

#sliding_shelf li.next a:hover {
	display: block;
	width: 20px;
	height: 51px;
	background-image: url(../images/next_hover_smaller.jpg);
	background-repeat:no-repeat;
	background-position: right 3px;
}

#shelf_toolbar {
	width: 100%;
	clear: both;
	font-size: 110%;
	font-weight: normal;
}

#shelf_toolbar a {
	margin: 0px 2px 0px 2px;
	padding: 2px;
}


/* STYLING GENERIC SEARCH ENGINE */

#generic_search {
	display: none;
}

#generic_search h2{
	text-align: center;	
	width: 100%;
	font-weight:normal;
}

#generic_search form{
	background-color:#FFFFFF;
	width: 100%;
	margin: 0px auto;
	text-align:center;
}

#generic_search .text {
	background-image:url(../images/form_login_bg.jpg);
	height: 20px;
	width: 400px;
}

#generic_search .button {
	background-image:url(../images/blue_button.jpg);
	height: 25px;
	width: 77px;
	line-height: 25px;
	color: #FFFFFF;
	font-weight:bold;
}

.search_toolbar {
	display: none;
}


.search_toolbar a{
	padding: 0px 0px 1px 0px;
	margin: 0px 7px 0px 7px;
}

.search_toolbar a.selected {
	color: #0066CC;
	background-color: #FFFFFF;
	border-bottom: 2px solid #3399cc;
}

.search_toolbar li {
	display: inline;
}

.search_key {

	padding: 5px;
	display: block;
	margin-bottom: 20px;
}

#content_area .search_key li {
	list-style-type: disc !important;
	list-style-position:inside;
}

.search_key h2 {
	margin:0px;
	padding: 0px;
}

/* generic forms */


.generic {
	width: 90%;
	margin: 0px auto;
}

.generic p {
	margin-bottom: 10px;
	clear: both;
}

.generic fieldset {
	border: 1px solid #6699FF;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.generic legend {
	color: #6699FF;
	font-weight:bold;
	display:block;
	margin-left: 20px;
}

.generic label {
	width: 40%;
	display:block;
	float: left;
	text-align: right;
	padding-right: 5px;
	font-weight:bold;
}

#guest_left_column label {
	font-weight:bold;	
}

.generic .text, #guest_left_column .text {
	background-image:url(../images/form_login_bg.jpg);
	height: 20px;
	border: 1px solid #CCCCCC;
}

.generic .button, #guest_left_column .button {
	background-image:url(../images/blue_button.jpg);
	height: 25px;
	width: 77px;
	line-height: 25px;
	color: #FFFFFF;
	font-weight:bold;
}

.info {
	margin: 0px auto;
	padding-top: 4px;
	text-align:center;
	display: block;
}

hr {
	visibility: hidden;
	width: 0px;
	clear: both;
	height: 10px;
	line-height: 0px;
}


/* STYLING BOOK PAGE */

.book_member_related_data {
	width: 0%;
	display: none;
}

#book_presentation {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding-top: 10px;
	border:1px dashed #0066CC;
}

.book_description {
	float: left;
	width: 100%;
	background-color:#FFFFCC;
	border: #FFFF99;
	padding: 10px;
	margin-left: 10px;
	border: 2px solid #FFCC66;
}

#book_page_toolbar {
	float: left;
	width: 100%;
	margin: 5px 0px 5px 0px;
	text-align: center;
}

#book_page_toolbar li {
	display: inline;
}


#book_page_toolbar a{
	color: #000000;
	padding: 2px;
	margin-right: 10px;
}

a.selected {
	color: #ffffff;
}


/* STYLING OTHER USER PAGE */

.other_user div.member_avatar {
	padding-bottom: 10px;
	display: block;
	height: 85px;
}

.other_user h2 {
	font-weight:normal;
	text-align: left;
	margin-left: 5px;
	float: left;
	vertical-align:middle;
}

.other_user .member_avatar img {
	float: left;
	vertical-align: middle;
}

div.other_user {
	padding: 5px;
	border: 1px dashed #FFCC66;
}

/* Navigation div */

.navigation {
	width: 100%;
	text-align: right;
	height: 50px;
	line-height: 30px;
}

/* ICONS */

.home {
	background-image:url(../images/icons/icon_home_30.jpg);
	height: 30px;
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: left center;
}

.book {
	background-image:url(../images/icons/icon_book_30.jpg);
	height: 30px;
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: left center;
}

.wish {
	background-image:url(../images/icons/icon_wish_30.jpg);
	height: 30px;
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: left center;
}

.usr_prof {
	background-image: url(../images/icons/icon_memberprofile_30.jpg);
	height: 30px;
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: left center;
}

.print {
	
}

/* STYLING FOOTER */

#footer {
	display: none;
}
