#container {
position:absolute;
left: 50%;
top: 50%;
width: 780px;
height: 580px;
margin-left: -390px; /* half of width */
margin-top: -290px;  /* half of height */
padding: 0px;
border: 0px;
}

#banner {
height: 40px;
padding: 5px;
background: #787878 url(../images/hfbg.jpg) repeat-y;
color: #FFFFFF;
font-family: Helvetica, Arial, sans-serif;
font-size: 10px;
}

#content {
width: 595px;
height:485px;
background-color: #ededed;
overflow: auto;
margin:0px;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
}

#sidebar-a {
width: 180px;
height: 485px;
background: #fff url(../images/sidebar-bg.jpg) repeat-y;
text-align: right;
}

#footer {
clear: both;
height: 25px;
padding: 5px;
margin-top: 0px;
background: #787878 url(../images/hfbg.jpg) repeat-y;
}

#logo {
background:  url(../images/logo.gif) no-repeat;
float: left;
padding: 0px;
width: 165px;
height: 40px;
}

#search {
float: right;
height: 20px;
padding: 10px;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
}

#cart {
float: right;
height: 20px;
padding: 10px;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
}

.title {
font-family: Helvetica, Arial, sans-serif;
color: #777;
font-weight: bold;
font-size: 24px;
line-height: 26px;
letter-spacing: -2px;
padding-top: 5px;
}

.model {
font-weight: normal;
color: #252122;
}

.price {
font-weight: normal;
color: #252122;
font-weight: bold;
font-size: 16px;
background-color: #FFFF00;
padding: 3px;
}

#content a:link, #content a:visited {
color: #000;
} 

#content a:hover {
color: #777;
} 

.productlisting {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.productListing-data {
padding-top: 10px;
padding-bottom: 10px;
}

.plainBox {
font-size: 10px;
}

.plainbox-description {
line-height: 18px;
padding-bottom: 10px;
}

.cartBox {
margin-left: -5px;
}

#privacylink {
padding: 7px; 
color: #fff; 
font-family: Helvetica, Arial, Helvetica, sans-serif; 
font-size: 10px;
}

#privacylink a:link, #privacylink a:visited, #privacylink a:active {
color: #fff;
text-decoration: underline; 
}