@charset "UTF-8";
/* CSS Document */

.product {
	margin: 1em;
	padding-top: 1em;
	border-top: solid black 2px;
	overflow: auto;
}
.product .thumbnail {
	float: left;
	margin-right: 1em;
}
.product .options {
	margin: 0 0 0 1em;
	padding: .5em;
	float: right;
	background-color: black;
	color: white;
}
.options table td {
	padding: 1px;
}
.options table td.labels {
	padding-right: .5em;
}
.product h2 {
	margin-top: 0;
	margin-bottom: .25em;
	font-size: 20px;
}
.product p {
	margin-top: .25em;
}
.product .qty {
	width: 3em;
}
.product .actions {
	margin: .5em 0 0;
	text-align: center;
}
#marvinTSBlk {
	border-top: none;
}
.cartActions {
	clear: right;
	margin: 1em;
	border-top: solid 2px black;
	padding: 1em 0;
	text-align: center;
}
.options label {
	width: 4em;
}
.product .thumbnail img {
	display: block;
	margin-bottom: .25em;
}
.twoColFixLt p.uiHelp {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 75%;
}
