
#contentColumn {
	background-image:url(../statimages/listprod_back.gif);
	background-position:0 70px;
}

.showProduct {
	text-align:center;
	padding:30px 20px;
	font-size:0.9em;
}

.showProduct #imageBlock {
	margin:1em 0 1em 0;
}
.showProduct #imageBlock span {
	position:relative;
	display:block;
	margin:3px auto;
	padding:0 12px 12px 0;
	border-left:12px solid #FFF;
	background-image:url(../statimages/showprod_dropshadow_big.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.showProduct #imageBlock span img {
	border-width:0;
}

.showProduct #imageBlock span .lbCap {
	position:absolute;
	bottom:0;
	left:0;
}
.showProduct #imageBlock span .rtCap {
	position:absolute;
	top:0;
	right:0;
}


.showProduct #imageBlock h2 {
	margin:0;
	font-size:1em;
	font-weight:normal;
}

.showProduct form {
	margin:1em 6em 0 6em;
}
.showProduct form select {margin-bottom:3px;}
.showProduct #options {
	float:right;
	display:inline; /* IE Fix */
	width:45%;
	padding:0 0 1em 0;
	text-align:right;
}
.showProduct #priceBlock {
	text-align:left;
	padding:0;
}
.showProduct #priceBlock dt {
	margin:0;
	padding:0 0.5em 0 0;
	float:left;
	display:inline; /* explorer fix */
}
.showProduct #priceBlock dd {
	margin:0;
	padding:0 0 0.5em 0;
	color:#4100FD;
	font-weight:bold;
}

#framedButton {
	margin-top:3px;
}
#desc {
	margin:1.5em 6em;
	text-align:left;
	font-size:1em;
}

/*** EXCEPTIONS FOR BOOKS ***/


.catDisplayPublications #imageBlock span {
	padding:0;
	border-left:0px;
	background-image:none;
}
.catDisplayPublications #imageBlock span .lbCap,
.catDisplayPublications #imageBlock span .rtCap {
	display:none;
}
p.soldOut {
	margin:0em 3.3em;
	text-align:left;
	font-size:1.8em;
	color:#B00;
	font-weight:bold;
}



.Publications #imageBlock span {
	padding:0;
	border-left:0px;
	background-image:none;
}
.Publications #imageBlock span .lbCap,
.Publications #imageBlock span .rtCap {
	display:none;
}
p.soldOut {
	margin:0em 3.3em;
	text-align:left;
	font-size:1.8em;
	color:#B00;
	font-weight:bold;
}

#payPalForm {
	text-align:center;
	margin:1.5em auto;
	width:400px;
	border:1px solid #000;
	padding:10px;
}
#payPalForm h2 {
	font-size:1.2em;
	font-weight:bold;
	margin:0;
}