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

body {
	background-color: #000;
}
.removeButton {
	cursor: pointer;
	font-size: 10px;
	color: #660A13;
}
.vidDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #fff;
	text-align: center;
	top: 0px;
	position: relative;
}
.totalPrice {
	font-size: 18px;
}
.nudgeImg {
	position: relative;
	top: 19px;
}
.whiteBodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFF;
	line-height: 125%;
}
.whiteBodyText td a {
	color: #620B14;
	text-decoration:none;
}
.sideHeading {
	font-size: 10pt;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.noBorder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
}

.yellowHeaders {
	color: #FFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: center;
}
.redHeading {
	font-size: 12pt;
	color: #660B14;
	font-family: Arial, Helvetica, sans-serif;
}
.altSideHeading {
	font-size: 12pt;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
#prodList tr {
	height: 120%;
}
.dulledText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #666;
	line-height: 125%;
}
