/*
CSS for TopRatedHDTVs
*/

body {
font-family: Verdana, Helvetica, Arial, sans-serif;
}

p {
padding-left: 10px;
padding-right: 10px;
}

h1 {
font-size: 22px;
text-align: center;
}

h2 {
font-size: 18px;
text-align: center;
}

h3 {
font-size: 16px;
margin-bottom: 5px;
text-align: center;
}

a {
text-decoration: none;
}

a:visited {
color: blue;
}

a:hover {
text-decoration: underline;
}


.AVBargainsLogo {
position: absolute;
top: 110px;
}

.GoogleTopBannerPanel {
position: absolute;
top: 10px;
left: 125px;
width: 800px;
}

.GoogleMidRightPanel {
position: absolute;
top: 520px;
left: 834px;
}

.Menu {
position: absolute;
top: 300px;
left: 10px;
width: 140px;
height: 160px;
font-size: 14px;
padding: 10px;
}

.Menu p {
border-style: solid;
border-width: 1px;
border-collapse: collapse;
border-spacing: 5px;
background-color: #DCF8F4;
margin: 0px;
padding: 5px;
}

.RightPanel {
position: absolute;
top: 310px;
left: 824px;
width: 200px;
height: 200px;
}

.RightPanel p {
font-weight: bold;
font-size: 70%;
margin-top: 0;
}
 
.CenterPanel {
position: absolute;
left: 180px;
right: 190px;
top: 310px;
width: 624px;
}

.CenterPanel h2 {
padding-bottom: 5px;
padding-top: 5px;
border-top-style: solid;
border-top-width: 1px;
border-bottom-style: solid;
border-bottom-width: 1px;
margin-top: 20px;
}

.NewsDeals {
padding-left: 10px;
padding-right: 10px;
font-weight: bold;
}

ul {
margin-left: 95px;
}

table {
text-align: center;
border-collapse: collapse;
margin: auto;
}

td {
border: 1px solid black;
padding: 5px;
white-space: pre;
}

th {
padding: 5px;
background: gray;
color: white;
}


