body {
background: #e4e4e4 url('images/bg.png') top repeat-x;
font-family: Arial, Tahoma, Verdana, sans-serif;
font-size: 14px;
color: #5f6c6a;
margin: 0;
}
.clear {
clear: both;
}
img {
border: 0;
}
#wrapper {
width: 900px;
margin: 0 auto 0;
}
#header {
height: 120px;
}
#logo {
float: left;
}
#logo h1 {
font-size: 48px;
height: 52px;
font-weight: bold;
color: #fff;
letter-spacing: -2px;
margin: 18px 0 0;
}
#logo h1 a {
color: #fff;
text-decoration: none;
}
#logo h2 {
font-size: 18px;
font-weight: bold;
color: #fff995;
margin: 0;
}
ul#topnav {
list-style-type: none;
margin: 83px 0 0;
padding: 0;
float: right;
}
ul#topnav li{
background: url('images/bg-tab.png') repeat-x;
height: 26px;
float: left;
font-size: 12px;
padding: 11px 12px 0;
}
ul#topnav li a {
color: #eff9dc;
text-decoration: none;
font-weight: bold;
}
ul#topnav li a:hover {
color: #fff771;
}
#content {
background: #fff;
padding: 10px;
}
#reviewTable {
margin: 0 0 20px;
border-bottom: 1px solid #b9d5d1;
}
.rt1 {
background: #47b6a4;
height: 31px;
border-top: 1px solid #228373;
border-left: 1px solid #228373;
border-bottom: 1px solid #228373;
}
.rt2 {
background: #47b6a4;
height: 31px;
border-top: 1px solid #228373;
border-left: 1px solid #228373;
border-right: 1px solid #228373;
border-bottom: 1px solid #228373;
}
.rt1 p, .rt2 p {
font-size: 12px;
font-weight: bold;
color: #fff;
text-align: center;
margin: 0;
}
.ct1 {
background: #eaf5f4;
border-top: 1px solid #b9d5d1;
border-left: 1px solid #b9d5d1;
text-align: center;
}
.ct1 p {
font-size: 12px;
padding: 5px 10px;
color: #5e817c;
margin: 0;
}
.ct1 p span {
font-size: 16px;
font-weight: bold;
color: #e20000;
}
.ct2{
background: #eaf5f4;
border-top: 1px solid #b9d5d1;
border-left: 1px solid #b9d5d1;
border-right: 1px solid #b9d5d1;
text-align: center;
}
.bigreviewitem {
margin: 0 0 16px;
}
.bigreviewitem h3 {
background: url('images/bg-bigreviewheader.png') no-repeat;
height: 35px;
font-size: 22px;
font-weight: bold;
color: #fff;
margin: 0 0 10px;
padding: 8px 0 0 10px;
}
.bigreviewitem h3 a {
color: #fff;
text-decoration: none;
}
.bigreviewitem h3 a:hover {
text-decoration: underline;
}
.bigreviewitem p {
line-height: 24px;
margin: 0 0 14px;
padding: 0 10px;
}
.price {
padding: 0 10px 5px;
}
.price h4 {
font-size: 14px;
color: #e80000;
font-weight: bold;
margin: 0;
}
.price h4 span {
color: #363636;
}
.stars {
padding: 0 10px;
}
.comments {
margin: 20px 0 0;
}
#footer {
border-top: 4px solid #c5c5c5;
}
#footer p {
font-size: 12px;
color: #949494;
text-align: center;
margin: 0;
padding: 10px;
}