* {
    margin: 0;
    font-family: Arial;
    font-size: 12px;
    color: #4e4e4e;
}
body {
    background-color: #f4f4f4;
}
img {
    border: none;
}
a, a:link, a:visited {
    color: #6a950b;
    text-decoration: none;
}
a:focus, a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 30px;
    font-weight: normal;
}
h2 {
    font-size: 24px;
    font-weight:normal;
}
h3 {
    font-size: 16px;
    font-weight: normal;
}
form label {
    position: relative;
    top: -5px;
}
.h2_link {
    font-size: 14px;
}
.btn, .btn:link, .btn:visited {
    background-position: top left;
}
.btn:focus, .btn:hover {
    background-position: bottom left;
}
.large_btn {
    display: block;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    width: 100px;
    height: 44px;
}
.large_send_btn {
    margin-top: 5px;
    background-image: url('../images/large_send_btn.png');
}
.large_create_btn {
    margin-top: 5px;
    background-image: url('../images/large_create_btn.png');
}
.large_submit_btn {
    margin-top: 10px;
    background-image: url('../images/large_submit_btn.png');
}
.large_update_btn {
    margin-top: 10px;
    background-image: url('../images/large_update_btn.png');
}
.centered {
    width: 900px;
    margin: 0 auto;
}
.full_width {
    width: 100%;
    min-width: 900px;
}
.large_indent_top {
    margin-top: 30px;
}
.indent_left {
    margin-left: 10px;
}
.indent_top {
    margin-top: 10px;
}
.double_indent_left {
    margin-left: 20px;
}
.blue_text {
    color: #2f3b3b;
}
.light_text {
    color: #777777;
}
.horz_sep {
    display: block;
    margin: 10px 0;
    height: 2px;
    background: url('../images/horz_sep.png') repeat-x;
}
.clear {
    clear: both;
}
.large_label {
    font-size: 20px;
    line-height: 44px;
}
.large_textbox {
    width: 312px;
    height: 39px;
    margin: 5px 0;
    padding: 7px 21px 0 20px;
    font-size: 22px;
    border: none;
    background: url('../images/large_textbox.png') no-repeat;
}
.medium_textbox {
    width: 312px;
    height: 22px;
    margin: 5px 0;
    padding: 4px 21px 0 20px;
    font-size: 16px;
    border: none;
    background: url('../images/medium_textbox.png') no-repeat;
}
.medium_select_tag {
    width: 353px;
    height: 26px;
    margin:5px 0;
    padding: 2px 0 0 20px;
    font-size: 16px;
    border: none;
    background: url('../images/medium_textbox.png') no-repeat;
}
.thin_column {
    float: left;
    margin-left: 40px;
    width: 350px;
}
.thin_centered_form {
    width: 350px;
    margin: 30px auto;
}
.form_error_text {
    color: red;
    margin-left: 4px;
}


/**********************/
/* Flash Notice/Alert */
/**********************/
#flash_notice {
    padding: 10px 0;
    background-color: #f48c00;
}
#flash_alert {
    padding: 10px 0;
    background-color: #e05454;
}
.flash_text {
    color: white;
    font-size: 16px;
}


/********************/
/* Logo and Account */
/********************/
#header_wrapper {
    width: 100%;
    min-width: 900px;
    height: 108px;
    padding-top: 20px;
    background: url('../images/header_stripe_bg.png') repeat-x;
}
#header_logo {
    float: left;
}
#header_acct_wrapper {
    float: right;
    margin-top: 5px;
    width: 400px;
}
#header_login_form {
    width: 380px;
    margin: 5px 0 0 20px;
    padding-bottom: 20px;
}
.header_acct_horz_sep {
    width: 360px;
    margin: -10px auto 10px;
}
.header_acct_sub_wrapper {
    float: left;
    margin-right: 10px;
}
.small_textbox {
    width: 123px;
    border: none;
    background: url('../images/small_textbox.png') no-repeat;
    height: 14px;
    margin-bottom: 2px;
    padding: 4px 10px;
}
#header_acct_login_btn {
    display: block;
    float: left;
    border: none;
    background-color: transparent;
    background-image: url('../images/header_acct_login_btn.png');
    background-repeat: no-repeat;
    width: 52px;
    height: 22px;
}
#header_acct_signup_text {
    display: block;
    width: 180px;
    margin: -5px auto;
}


/*********************/
/* Header Navigation */
/*********************/
#header_nav_wrapper {
    height: 49px;
    padding: 5px 0 0;
    background: url('../images/header_nav_stripe_bg.png') repeat-x;
}
#header_nav_wrapper a {
    color: #ffffff;
}
#header_nav_wrapper a, #header_nav_wrapper a:link, #header_nav_wrapper a:visited {
    color: white;
    text-decoration: none;
}
#header_nav_wrapper a:focus, #header_nav_wrapper a:hover {
    text-decoration: none;
}
.header_nav_vert_sep {
    display: block;
    float: left;
    margin-top: 1px;
}
.header_nav_btn {
    display: block;
    float: left;
    width: 98px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    background-image: url('../images/header_nav_btn.png');
    font-size: 16px;
}


/**********/
/* Footer */
/**********/
#footer_wrapper {
    margin: 40px 0;
    text-align: center;
}


/***************/
/* Signup Page */
/***************/
#large_signup_btn {
    float: right;
    margin-top: 10px;
    background-image: url('../images/large_signup_btn.png');
}


/**************/
/* Login Page */
/**************/
#login_form {
    width: 350px;
    margin: 30px auto;
}
#large_login_btn {
    float: right;
    margin-top: 10px;
    background-image: url('../images/large_login_btn.png');
}
#large_signup_text {
    display: block;
    width: 295px;
    margin: 10px auto;
    font-size: 20px;
}
#large_signup_text a {
    font-size: 20px;
}


/**************************/
/* Reset Password Request */
/**************************/
#reset_password_request_wrapper {
    margin-top: 30px;
}
#reset_password_request_wrapper p {
    font-size: 16px;
    margin-bottom: 20px;
}
#reset_password_form {
    width: 350px;
    margin: 20px auto;
}


/******************/
/* Big Search Bar */
/******************/
#big_search {
    height: 168px;
    background: url('../images/big_search_stripe_bg.png') repeat-x;
}
#big_search_instr_img {
    float: left;
    margin: 40px 0 0 20px;
}
#big_search_content {
    float: left;
    margin-top: 37px;
}
#big_search_content span {
    margin-left: 44px;
    font-size: 14px;
    color: #9aa3a3;
}
#big_search_textbox {
    display: block;
    float: left;
    margin: -10px 0;
    width: 520px;
    height: 58px;
    padding: 28px 10px 0px 36px;
    font-size: 24px;
    color: #4e4e4e;
    border: none;
    background: url('../images/big_search_bar.png') no-repeat;
}
#big_search_submit_btn {
    display: block;
    float: left;
    position: relative;
    left: -2px;
    margin: -10px 0;
    width: 107px;
    height: 86px;
    border: none;
    background-color: transparent;
    background-image: url('../images/big_search_submit_btn.png');
    background-repeat: no-repeat;
}
#buy_three_steps {
    width: 716px;
    margin: 14px auto 0;
}
#buy_three_steps img {
    margin-right: -1px;
    padding: 0;
}


/********************/
/* Small Search Bar */
/********************/
.small_search {
    height: 100px;
    background: url('../images/small_search_stripe_bg.png') repeat-x;
}
.small_search_new_search_img {
    float: left;
    margin: 30px 0 0 50px;
}
.small_search_content {
    float: left;
    margin-top: 25px;
}
.small_search_content span {
    margin-left: 30px;
    font-size: 12px;
    color: #9aa3a3;
}
.small_search_content form {
    margin-top: -10px;
}
.small_search_textbox {
    display: block;
    float: left;
    width: 523px;
    height: 40px;
    padding: 19px 10px 0px 30px;
    font-size: 16px;
    color: #4e4e4e;
    border: none;
    background: url('../images/small_search_bar.png') no-repeat;
}
.small_search_submit_btn {
    display: block;
    float: left;
    position: relative;
    width: 107px;
    height: 59px;
    border: none;
    background-color: transparent;
    background-image: url('../images/small_search_submit_btn.png');
    background-repeat: no-repeat;
}


/***************************/
/* Buy Book Search Results */
/***************************/
#search_results_wrapper {
    width: 860px;
    margin: 0 auto;
}
#search_results_top_info {
    float: left;
    width: 100%;
    padding: 0 10px;
    margin: 10px 0 10px;
}
.pagination_top {
    float: right;
    display: inline;
    margin-right: 15px;
}
.pagination_bottom {
    float: right;
    margin: 10px 5px 0 0;
}


/**********************/
/* Book/Entry Partial */
/**********************/
.book_partial_info_wrapper {
    float: left;
    width: 650px;
    margin: 3px 0 3px 10px;
    font-size: 14px;
}
.book_partial_title {
    font-size: 14px;
}
.book_partial_availability_wrapper {
    float: right;
    margin: 10px 10px 0 0;
    color: #8b8b8b;
    text-align: right;
}
.book_partial_availability_wrapper span {
    font-size: 14px;
    color: #4e4e4e;
}
.data_table {
    margin: 10px 0 0 5px;
    width: 100%;
    border-collapse: collapse;
}
.data_table td {
    /*border-right: 1px solid black;*/
    padding: 5px 10px 5px;
    text-align: center;
}
.data_table .border {
    background: url('../images/horz_sep.png') repeat-x;
    background-position: center;
}
.has_buyers_entry_row {
    background-color: #d3d3d3;
}


/*************/
/* Show Book */
/*************/
#show_book_info_wrapper {
    margin: 30px 10px 30px;
}
.show_book_entry_group {
    margin-bottom: 20px;
}


/****************/
/* Contact User */
/****************/
#contact_page span {
    font-size: 16px;
}
#contact_page textarea {
    width: 550px;
    height: 200px;
    padding: 10px;
}


/****************/
/* Create Entry */
/****************/
#create_entry_form {
    margin: 30px auto;
    width: 730px;
}
.create_entry_column {
    float: left;
    width: 355px;
}
.create_entry_column label {
    padding-left: 10px;
}


/************/
/* Bookswap */
/************/

.bookswap_entry_row {
    background-color: yellow;
}
