body {
background: url('images/bg.png');
font-family: Arial, Tahoma, Verdana, sans-serif;
font-size: 14px;
color: #838b92;
margin: 20px 0;
}
.clear {
clear: both;
}
img {
border: 0;
}
#wrapper {
width: 960px;
margin: 0 auto 0;
}
#header {
background: url('images/bg-header.png') no-repeat;
height: 80px;
}
#header h1 {
font-size: 32px;
font-weight: bold;
color: #444444;
margin: 24px 0 0 20px;
float: left;
}
#header h1 a {
color: #444444;
text-decoration: none;
}
#header h2 {
font-size: 22px;
font-weight: 100;
color: #9c9a9a;
margin: 30px 20px 0 0;
float: right;
}
#topnav {
background: url('images/bg-topnav.png') repeat-x;
height: 54px;
}
#topnav ul {
list-style-type: none;
margin: 0;
padding: 20px 0 0 10px;
}
#topnav ul li {
color: #4a86bb;
font-size: 14px;
float: left;
}
#topnav ul li a {
color: #e5eef6;
font-weight: bold;
text-decoration: none;
margin: 0 10px;
}
#topnav ul li a:hover {
color: #f4f8fc;
}
#content {
background: #fff;
padding: 6px;
}
#reviewTable {
margin: 0 0 6px;
}
.rt1 {
background: url('images/bg-reviewtableheader.png') repeat-x;
height: 40px;
border-right: 1px solid #7396b7;
}
.rt2 {
background: url('images/bg-reviewtableheader.png') repeat-x;
height: 40px;
}
.rt1 p, .rt2 p {
font-size: 16px;
font-weight: bold;
color: #395a77;
text-align: center;
margin: 0;
}
.ct1 {
background: #eef3f8;
text-align: center;
border-right: 1px solid #d1dde8;
border-bottom: 1px solid #d1dde8;
}
.ct1 p {
font-size: 12px;
color: #6b7a8a;
margin: 0;
padding: 5px 10px;
}
.ct1 p span {
color: #e42057;
font-weight: bold;
font-size: 14px;
}
.ct2 {
background: #eef3f8;
text-align: center;
border-bottom: 1px solid #d1dde8;
}
.bigreviewitem {
border: 1px solid #b4c2d0;
padding: 20px;
margin: 0 0 10px;
}
.bigreviewitem h3 {
font-size: 20px;
font-weight: bold;
color: #2e5070;
margin: 0;
}
.bigreviewitem h3 a {
color: #2e5070;
text-decoration: none;
}
.bigreviewitem h3 a:hover {
text-decoration: underline;
}
.bigreviewitem p {
line-height: 24px;
margin: 0 0 14px;
}
.price {
padding: 10px 0 5px;
}
.price h4 {
font-size: 14px;
color: #e80000;
font-weight: bold;
margin: 0;
}
.price h4 span {
color: #363636;
}
.stars {
padding: 0;
}
.comments {
margin: 20px 0 0;
}
#footer {
background: #fff url('images/bg-footer.png') bottom no-repeat;
}
#footer p {
text-align: center;
font-size: 12px;
color: #838282;
margin: 0;
padding: 10px 0 25px;
}