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_search
    {
    float: right;
    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;
    }

.offer
    {
    clear: both;
    margin-top: 2.5em;
    }

.offer img
    {
    margin-bottom: 1em;
    margin-right: 0.5em;
    }

/* ebay listings */

#ebay_auctions_div, #ebay_stores_div
    {
    display: None;
    }

#eo_sep
    {
    display: none;
    }

/*** 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;
    }

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

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

.review_parts
    {
    font-size: 85%;
    }

.item_reviews
    {
    clear: left;
    }

.show_more_button
    {
    margin: 1em 0 1em 1em;
    }

.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;
    }

/* 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_header
    {
    background-color: #ebebeb;
    text-align: center;
    font-weight: bold;
    }

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

.center
    {
    text-align: center;
    }

.right
    {
    text-align: right;
    }

/* 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;
}

/* Popup modal dialog */

.popup
    {
    display: none;
    }

.ui-widget-overlay
    {
    position: absolute;
    left: 0;
    top: 0;
    background:url("http://diskcompare.com/static/permanent/jquery/modal_overlay.png") repeat scroll 50% 50% #666666;
    opacity:0.6;
    filter: Alpha(Opacity=60);
    }

