body
    {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    color: black;
    }

#header
    {
    margin-bottom: 0.5em;
    border-bottom: 1px solid #67766a;
    background-color: #809283;
    color: white;
    padding: 0.75em;
    }

#header a
    {
    color: white;
    text-decoration: none;
    font-weight: bold;
    }

#header a:hover
    {
    text-decoration: underline;
    }

#header_fplink, .fplink
    {
    text-shadow: #303631 .1em .1em .1em;
    font-weight: bold;
    }

#dotcom, .dotcom
    {
    color: #fdcd4c;
    }

#header_fplink a:hover
    {
    text-decoration: none;
    }

#header_logo
    {
    font-size: large;
    }

#header_login, #header_search
    {
    float: right;
    }

#header_search
    {
    padding-left: 3em;
    }

.head_a
    {
    padding-left: 0.5em;
    }

/* General table stuff */
td.price
    {
    text-align: right;
    white-space: nowrap;
    }

.lowest
    {
    background-color: #aaffaa;
    }

.even
    {
    background-color: #f1f1f1;
    }

.item_cols
    {
    width: 100%;
    }

.item_col1
    {
    width: 40%;
    }

#similar
    {
    width: 100%;
    border: none;
    }

#similar tr
    {
    border: 1px solid silver;
    }

#similar thead tr
    {
    border: none;
    }

#similar thead tr th
    {
    border-top: 1px solid silver;
    }

.lb
    {
    border-left: 1px solid silver;
    }

.rb
    {
    border-right: 1px solid silver;
    }

.this_item
    {
    background-color: #fefed6;
    }

/*** Amazon Table ***/
#amazon
    {
    border: 1px solid silver;
    }

#amazon thead
    {
    background-color: #ebebeb;
    text-align: center;
    }

/*** Specs Table ***/
table.specs
    {
    background-color: white;
    color: black;
    border: 1px solid silver;
    margin-top: 0.5em;
    width: 100%;
    }

td.spec_group
    {
    background-color: #ebebeb;
    color: black;
    font-weight: bold;
    }

td.spec_checkbox
    {
    color: #959595;
    background-color: #ebebeb;
    }

td.spec_footer
    {
    background-color: #ededed;
    }

.compare
    {
    float: left;
    }

.compare .ul_corner
    {
    border: none;
    }

.compare td
    {
    border: 1px solid silver;
    text-align: center;
    }

.compare .spec_group
    {
    text-align: left;
    }

.compare .spec_label
    {
    text-align: left;
    padding-left: 1.5em;
    }

.compare_check
	{
	background-color: #ffaaff;
	}

.compare_header
    {
    width: 14em;
    background-color: #fefed6;
    }

.close_img
    {
    float: right;
    margin-left: 1em;
    }

.brandlist a
    {
    margin-right: 1em;
    text-decoration: none;
    white-space: nowrap;
    }

.brandlist a:hover
    {
    text-decoration: underline;
    }

#recent_reviews div
    {
    padding: 0.5em;
    }

/* Footer */

#footer
    {
    text-align: center;
    color: #ffe447;
    border-top: solid black 1px;
    padding-top: 1.5em;
    margin-top: 1.5em;
    margin-left: 10em;
    margin-right: 10em;
    padding-bottom: 1.5em;
    clear: both;
    }

#footer a
    {
    text-decoration: none;
    color: black;
    margin-left: 1em;
    margin-right: 1em;
    font-weight: bold;
    }

#footer a:hover
    {
    color: blue;
    text-decoration: underline;
    }

/*  Content */
div.content
    {
    margin: 1em;
    }

#partslist
    {
    float: right;
    background-color: #fefed6;
    margin: 0.5em;
    padding: 0;
    width: 40%;
    border: 1px solid #908191;
    }

.index #partslist
    {
    width: 30%;
    }

.part_page #partslist
    {
    margin: 2em;
    }

#partslist h1
    {
    text-align: center;
    color: #fff;
    background-color: #908191;
    padding: .2em;
    margin: 0 0 .5em;
    text-shadow: #303631 .1em .1em .1em;
    }

#partslist p
    {
    margin: 1em;
    }

#partslist_div
    {
    padding-left: 1em;
    }

#partslist_div li
    {
    list-style-image: url('/static/permanent/tablesorter/bg.gif');
    padding-bottom: 1em;
    cursor: move;
    }

#partslist_div div
    {
    padding-bottom: 1em;
    }

.rmx
    {
    float: right;
    clear: right;
    cursor: pointer;
    }

.part_add
    {
    float: right;
    cursor: pointer;
    }

.pl_entry
    {
    clear: both;
    width: 100%;
    }

.pl_img_drag
    {
    cursor: move;
    }

.pl_hidden, .ea_hidden
    {
    display: none;
    }

.edit_add img
	{
	position: relative;
	top: 1em;
	}

.pl_title
    {
    font-size: 150%;
    font-weight: bold;
    }

.plid_prices, .plid_coupons
    {
    margin-left: 2em;
    }

.review
    {
    margin-bottom: 0.5em;
    margin-right: 1em;
    margin-left: 2em;
    }

.review li
    {
    margin-left: 2em;
    }

.review_parts
    {
    font-size: 85%;
    }

.dc_crosslink
    {
    float: right;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #67766a;
    background-color: #809283;
    color: white;
    padding: 0.75em;
    font-size: 110%;
    }

.dc_crosslink a
    {
    color: yellow;
    }

.edit_text
    {
    display: none;
    font-weight: bold;
    font-size: 125%;
    margin-bottom: 0.9em;
    margin-top: 0.5em;
    }

#editpl_instructions
    {
    float: right;
    margin: 1em;
    background-color: #dddddd;
    padding: 0.5em 1em;
    }

#visibility
    {
    clear: both;
    margin: 1em;
    background-color: #dddddd;
    padding: 0.5em 1em;
    }

/* profile */
#profile_partslist, .profile_table
    {
    border: solid silver 1px;
    width: 100%;
    }

#profile_partslist thead, .profile_table thead
    {
    background-color: #ebebeb;
    }


#profile_partslist td, #profile_partslist th, .profile_table td, .profile_table th
    {
    border: solid silver 1px;
    vertical-align: top;
    }

/* old stuff */

.tablesorter
    {
    border: 1px solid silver;
    }

.tablesorter thead
    {
    background-color: #ebebeb;
    }

.tablesorter th
    {
    padding-right:  2em;
    }

table td, table th
    {
    border-style: none;
    border-width: 0;
    vertical-align: top;
    }

/* ebay */
#ebay_auctions_div, #ebay_stores_div
    {
    display: None;
    clear: both;
    }

#ebay_auctions_div table, #ebay_stores_div table
    {
    border: 1px solid silver;
    width: 100%;
    }

#ebay_auctions_div thead, #ebay_stores_div thead
    {
    background-color: #ebebeb;
    text-align: center;
    font-weight: bold;
    }

.time_left, .nosplit
    {
    white-space: nowrap;
    }

/* SmartColumns http://www.sohtanaka.com/web-design/smart-columns-w-css-jquery/ */
ul.column{
    width: 100%;
    padding: 0;
    margin: 10px 0;
    list-style: none;
}
ul.column li {
    float: left;
    width: 225px; /*Set default width*/
    padding: 0;
    margin: 5px 0;
    display: inline;
}
.column_block {
    font-size: 1em;
    margin-right: 10px; /*Creates the 10px gap between each column*/
    padding: 20px;
    background: #e3e1d5;
    border-bottom: 1px solid #7f7f7f;
    border-right: 1px solid #7f7f7f;
}
.column_block a {
    text-decoration: none;
}
.column_block a:hover {
    text-decoration: underline;
}
.column_block h2 {
    font-size: 1.8em;
    text-align: center;
}
.column_block img {
        /*Flexible image size with border*/
/*  width: 89%;  *//*Took 1% off of the width to prevent IE6 bug*/
    background:#fff;
    margin: 0 auto;
    display: block;
    -ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
    border-top: 2px solid #bfbfbf;
    border-left: 2px solid #bfbfbf;
    width: 180px;
    height: 135px;
}
