body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial;
    background-color: #FFFFFF;
}

a:link, a:visited {
    text-decoration: none;
    color: #CC1919;
}

a:link:hover, a:visited:hover {
    text-decoration: underline;
}

#content {
    width: 875px;
    margin: 0 auto; /* center on page */
    text-align: left;
    background-color: #FFFFFF;
}

#header {
	clear: both;
    height: 128px;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
}

#nav {
	clear: both;
    height: 31px;
    background-image: url(../images/navback.gif);
    background-repeat: repeat-x;	
    text-align: center;
}

#nav img {
	border: none;
}

#contentarea {
	clear: both;
}

#bottombar {
	clear: both;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 15px;
	font-size: 0.85em;
	color: #FFFFFF;
    background-image: url(../images/bottomback.gif);
    background-repeat: repeat-both;		
}

#bottombar a {
	color: #FFFFFF;
}

/* product page styles */
#prodleftcol {
	float: left; 
	width: 180px;
}

#boxtop {
	margin: 0; 
	padding: 0; 
	height: 14px; 
	background-image: url(../images/box/top.gif); 
	background-repeat: no-repeat;
}

#boxcontent {
	margin: 0; 
	padding: 0;  
	background-image: url(../images/box/back.gif); 
	background-repeat: repeat-y; 
	padding: 0 6px 0 8px;
	font-size: 11px;
	line-height: 1.6;
}

#boxcontent a {
	color: #333333;
}

#boxbottom {
	margin: 0; 
	padding: 0; 
	height: 14px; 
	background-image: url(../images/box/bottom.gif); 
	background-repeat: no-repeat;
}

#prodrightcol {
	float: left; 
	width: 645px;
	margin-left: 25px;
}

#prodrightcol img {
	border: 1px solid #000000;
}

#spacer {
	margin-top: 25px;
}

.detnavblock {
	width: 100%; 
	text-align: center; 
	font-size: 0.75em; 
}

.detnavblock a {
	color: #666666;
}

.imgtable td {
	vertical-align: top;
}

/* created by us page classes */
.cbuentry {
	clear: both;
	margin-bottom: 50px;
}

.cbutitle {
	clear: both;
	color: #666666;
	font-weight: bold;
	font-size: 1.1em;	
}

.cbuthumbs {
	clear: both;
}

.cbuthumbs img {
	border: none;
}

.prodsold {
	position: absolute; 
	top: 0px; 
	width: 100%; 
	font-size: 16px; 
	color: #FF0000; 
	text-align: center;
	font-weight: bold;
	background-color: #FFFFFF;
	opacity: 0.6;
	padding: 5px 0;
	filter: alpha(opacity=60);
}
