@charset "UTF-8";
@import url("/css/font.css");

* {
	margin: 0;
	padding: 0;
}

body {
    margin: 0;
    background:#CEE7E7;
    color: #000;
}

a:link    { color: #00C; text-decoration: none; }
a:visited { color: #339; text-decoration: none; }
a:active  { color: #F00; }
a:hover   { color: #F00; background: transparent; }

h2 {
    font-size: 100%;
}

h2.error {
    /* text-align: center; */
    color: #F00;
    margin-top: 30px;
}

div#banner {
    background: #BDDBE7;
    border-bottom: 3px solid #CCC;
    color: #000;
    padding: 15px;
    text-align: left;
}

div#banner h1 {
    font-size: 1.6em;
    font-weight: bold;
    font-family: Verdana, sans-serif;
}

div#banner h2 {
    color:#000;
    font-weight: normal;
    font-size: 95%;
    text-align: left;
    margin: 0;
}

div#banner a:link {
	color: #FFF;

}

div#banner a:visited {
	color: #FFF;
}

div#banner a:hover {
	color: #F00;
	background: #3941A5;
}

div#content {
    float: right;
    width: 600px;
    overflow: hidden;
}

div#container {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    background: #FFF;
    border-left: 3px solid #CCC;
    border-right: 3px solid #CCC;
}

div#footer {
    width: 100%;
    border-top: 2px solid #CCC;
    margin-top: 20px;
    padding: 10px 0 20px;
    background: #BDDBE7;
    float: none;
    clear: both;
    font-size: 80%;
    text-align: center;
    color: #000;
}

div#footer a:link, div#footer a:visited {
	color: #00F;
}

div#footer a:hover {
    color: #F00;
    background: transparent;
}

span.price {
	font-weight: bold;
	color: #C00;
	text-align: right;
}

div.nav {
    margin-top: 20px;
    font-size: 80%;
    text-align: center;
}

img.cart:hover, img.cart:focus {
   color: none;
   background: none;
}

table.product {
    font-size: 100%;
    line-height: 150%;
    margin: 10px;
    padding: 10px 25px;
    border-collapse:collapse;
    border-spacing: 0px;
    background: #FFF;
}

table.product td {
	padding: 10px;
}

table.product th {
}

table.product td.image {
	text-align: center;
}

table.product td.info {
    vertical-align: top;
    width: 280px;
}

table.product td.stock {
    vertical-align: top;
    font-size: 100%;
}

table.product td.stock h3 {
    font-size: 100%;
}

div.stock {
    margin: 0px 20px;
}

div.stock h3 {
    margin-bottom: 5px;
}

div.stock div.comment {
    margin-top: 5px;
}

div.stock div.sku {
    color: #999;
    font-size: 80%;
    text-align: right;
}

span.notice {
    font-size: 90%;
}

div.customerReview {
    border-top: 1px solid #CCC;
    padding-top: 10px;
    margin: 10px;
}

div.review {
    margin: 5px 20px 30px;
}

div.content {
    margin: 0 15px;
}

span.vote {
    font-size: 90%;
}

div.customerReview div.content {
    margin-top: 5px;
    line-height: 150%;
    font-size: 90%;
}

div.adsense {
    text-align: center;
    margin: 10px 5px;
}

div.amazonlink {
    text-align: center;
    margin: 10px 5px;
}
