#content 
{
	background-position:center bottom;
	background-repeat:no-repeat;
	}
.contentBox 
{
	width:auto;
	padding-right:2em;}
	
#superCatJournal {
	width: 100%;
	margin: .3em;
	margin-bottom: 1.3em;
}

#superHeader {margin-bottom:0;color:#003399;}

#tagLine 
{
	font-size:.95em;
	font-family:sans-serif ;
	font-weight:600;
	color:#4D4D4D;
	margin-bottom:1em;}

.priceCell, .moreInfoCell {
	text-align: center;
}

.coverCell {
	vertical-align: top;
}

.cartAddIcon {
	width:19px;
	height:22px;
	vertical-align:middle;
	margin-right:4px;
	border: 0px;
}

.subCatTable {
	width:100%;
	margin-bottom: 1em; 
	border: solid .15em #000099;
	border-bottom: solid .1em #000099;
}

.subCatTableHeaderCell {
	padding-left: 1em;
	padding-right: 1em;
}

.subCatTableHeader {
	padding: 5px;
	margin-bottom: 0em; 
	background: #000099;
}

.subCatProdPrice, .subCatAddToCart {
	text-align: center;
}

.subCatProdPrice {
	width: 12%;
}	

.subCatAddToCart {
	width: 17%;
}

.subCatProdName {
	width: 43%;
}

.subCatProdFormat {
	width: 28%;
}

.subCatHeaderText {
	color: #ffffff;
}

.subCatProdName, .subCatProdFormat, .subCatProdPrice, .subCatAddToCart {
	font-size: .9em;
	border-bottom: solid .1em #000099;
}

.superCatDesc 
{
	/* NOTE: the actual background-image (the person) 
		is assigned in the ASP page */
	background-repeat:no-repeat;
	background-position:0 0;
	padding-left:110px;
	padding-bottom:1em;
}

.superCatName {
	font-weight: bold;
	font-size: 1.4em;
	color: #FF6600;
}

.superCatExtraText 
{
	width:100%;
	margin-bottom: 1em;
	font-weight: bold;
}

#subCatListBox 
{
position:relative;
/*text-align:center;*/
padding-bottom:14px;
background-image:url(../images/redesign/products/drop_shadow_blue.gif);
background-position:10px 100%;
background-repeat:repeat-x;
}

.dropCorner /* corner image for dropshadow */
{
	position:absolute;
	z-index:6;
	bottom:0;left:0}
	
#subCatList /* DIV that contains list */
{
padding:5px;
border:solid 1px blue;
padding-left:25px;
border-bottom:none;
background-image:url(../images/redesign/products/left_shadow_blue.gif);
background-position:0 0;
background-repeat:repeat-y;
}

.subCatList /* the actual lists */
{
	position:relative;
	float:left;
	width:30%;
	text-align:left;
	padding-left:20px;
	margin-left:15px;;
	list-style-image: url(../images/bullet.gif);
}

.subCatList li {margin-top:.4em;}

#availableProds 
{
	margin-top:1em;
	margin-bottom:1em;
	font-size:.9em;}
	
#availableHeader 
{
	font-size:1em;
	font-weight:bold;}

.bulletLink 
{
	margin-left:1em;
	white-space:nowrap;}
	
.bulletLink img {margin-right:1em;}

#testimonials {margin-top:1.5em;}

#tHeading 
{
	font-weight:bold;
	font-size:1.11em}
	
.testimonial
{
	margin-top:1em;}
	
.tAuthor 
{
	margin-top:1em;
	text-align:right;}

.formatText {
	font-size: .8em;
}

.journalName {
	font-weight: bold;
	color: #000099;
	font-size: 1.18em;
}

#feedback {margin-bottom:2em;}

