img {
    border: none;
}

body {
    font-size: small;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #fff;
}

td, th, caption {
    font-size: 1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 1.9em;
    margin: 0 0 .3em;
    color: #020c73;
}

h2 {
    font-size: 1.2em;
    color: #020c73;
    margin: 0;
}

h3 {
    font-size: 1em;
    color: #020c73;
    margin: 0;
}

p {
    margin-top: 0;
    margin-bottom: 1em;
}

#pageWrapper {
/*    width:65em; */
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

#columnWrapper {
    margin-bottom: 1em;
    padding-bottom: 1px;
}

#headerText {
    padding: .5em;
    background-color: #edf3fe;
    border-bottom: 1px solid #d9dce5;
    margin-bottom: .75em;
}

#headerText h1 {
    font-size: 1em;
    margin: 0;
    color: #020C73;
}

#headerText h1 strong {
    font-size: 1.2em;
    color: #fb0b0b;
}

    /* IE pushes the content under the left sidebar if the content gets too big, so tell them to clip it instead, so
the layout stays intact. */
* html #content {
    overflow: hidden;
}

.clear {
    clear: both;
    padding-top: 1px;
    /* fixes a weird margin issue in IE, where a float margin was pushing down into
an h2 in a div below it, causing a gap between the top of the h2 and the top
border of the div */
}

.review .stars {
    float: left;
    width: 80px;
    height: 16px;
}

.review .reviewText {
    margin-left: 86px;
    margin-bottom: 1em;
}

.review .reviewSource {
    font-size: .9em;
    font-style: italic;
}

.review .reviewDate {
    margin-bottom: .75em;
}

table#productOverview {
    border: 1px solid #ccc !important;
    font-size: .95em;
}

#productOverview h3 {
    padding-bottom: .5em;
    margin: .75em 0 .5em;
    border-bottom: 2px groove #ccc;
}

#productOverview #productImage {
    text-align: center;
}

.zoomText {
    text-align: center;
    margin: .75em 0 1.25em;
}

.zoomText a {
    color: #666;
    font-size: .9em;
    text-decoration: none;
}

#productOverview li, #productDetails li {
    margin-bottom: .5em;
}

#productOverview table, #productOverview td {
    border: none !important;
}

#productOverview .review {
    line-height: 1.5em;
    margin-bottom: .75em;
}

#productOverview .review .stars {
    float: left;
    margin-right: .5em;
}

#productOverview #featuredOffers tr {
    height: 2.5em;
}

#productOverview .accessories {
    margin-bottom: 2em;
}

#productDetails p {
    margin: 1em 0; /* Amazon's editorial content doesn't use paragraph tags correctly */
}

/* Don't show borders on nested tables */
#productDetails table, #productDetails table td, #productDetails table th {
    border: none;
}

/* Display captions on nested tables more plainly */
#productDetails table caption {
    color: #020c73;
    background: none;
    border: none;
}

.more {
    text-align: right;
    font-size: .85em;
    margin-top: .5em;
}

table#retailers, table#productDetails, table.reviews, table#news {
    width: 100%;
}

#content table {
    border: 2px solid #ccc;
    border-collapse: collapse;
    margin: 0;
}

table caption {
    margin: 0;
    padding: .4em 12px .4em .4em;
    font-size: .9em;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #efeee0;
    min-width: 40em;
    max-width: 580px;
}

#content td, th {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: .4em .4em;
    vertical-align: top;
}

#content tr.header th {
    background-color: #fff5ea;
    font-size: .85em;
    white-space: nowrap;
}

#content tr.odd td {
    background-color: #edf3fe;
}

#footer {
    text-align:center;
    margin:30px;
}