/*Content_Area*/
#content_area {
	background-color: transparent;
}
#content_area table, #content_area table tr, #content_area table tr td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

/*Product Group Rows*/
.filterUnitBlock {
	vertical-align: top;
	float: left;
}
.replacementFiltersBlock {
	display: block;
	float: right;
	width: 550px;
	padding: 5px 0px 0px;
}
.productGroup {
	border-bottom: 1px solid #AAAAAA;
	clear: both;
	float: left;
}
.productGroup, .lastProductGroup {
	clear: both;
	padding: 5px 0px 0px;
	width: 713px;
}
.productGroup a, .lastProductGroup a {
	font-weight: bold;
	white-space: nowrap;
}
.priceListText {
	float: left;
	color: #000000;
}
input.qtyInput {
	height: 15px;
	width: 25px;
}
.addToCartButton {
	text-align: right;
	display: block;
	float: right;
	padding: 0px;
	margin: 0px;
}
.addToCartButton input {
	vertical-align: middle;
}

/*Filter Unit*/
.filterUnitTitle a {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}
.filterUnitDisplay {
	padding: 0px 5px 0px 0px;
	width: 156px;
}
.filterUnitImage {
	padding-top: 15px;
}

/*Replacement Options*/
.replacementImage {
	float: left;
	padding-top: 14px;
	display: inline;
}
.replacementOptionsBlock {
	float:right;
}
.replacementOption {
	float: left;
	display: inline;
	padding: 5px 0px 0px 0px;
	font-weight: normal;
}
.replacementOption ul {
	list-style: none;
}
.replacementOption li {
	font-size:12px;
	line-height:14px;
	white-space: nowrap;
	width: 465px;
	overflow: hidden;
}
.replacementOption div.moreInfo {
	display: inline;
}
.replacementOption div.moreInfo a {
	color: #ed174b;
	font-size: 9px;
	text-decoration:underline !important;
	vertical-align:super;
}
.bestImage, .imageSpacer {
	height: 29px;
	width: 73px;
}
.subscription {
	padding: 20px 0px 5px;
	float: left;
}
.radioRow {
	clear:left;
	display:block;
	float:left;
}
.radioRow input[type=radio] {
	margin: 2px;
	padding: 0px;
	height: 14px;
	width: 15px;
}
/*Header*/
#headerNote{
	border: solid 1px #AAAAAA;
	background: url(/v/static_product_display/images/header_note_bg.gif) repeat-x;
	color: #000000;
	font-size: 14px;
	margin:0 15px 15px 0px;
	padding:12px 12px 12px 8px;
	height:130px;
	overflow:hidden;
	line-height:20px
}
#headerNote h2.blueNote {
	color: #34349A;
	margin: 0px 0px 11px;
}
#headerNote span {
	font-size: 16px;
	font-weight: bold;
}

/*Header2*/
#headerNote2{
	border: solid 1px #AAAAAA;
	background: url(/v/static_product_display/images/header_note_bg.gif) repeat-x;
	color: #000000;
	font-size: 14px;
	margin:0 15px 125px 0px;
	padding:10px 18px 20px 12px;
}
#headerNote2 h2.blueNote {
	color: #34349A;
	margin: 0px 0px 11px;
}
#headerNote2 span {
	font-size: 16px;
	font-weight: bold;
}

/*Footer*/
#footNote {
	padding-top: 35px;
	font-style: italic;
	color: #666666;
	clear: both;
}

/*Coloring*/
.redNote {
	color: #CC0000;
}
.greyNote {
	color: #666666;
}
.descriptionText {
	color: #000000;
}
.blueNote {
	color: #34349A;
}

/*Utility*/
.separator {
	border-top:1px solid #AAAAAA;
	float:left;
	height:8px;
	margin:8px 0 0;
	width:550px;
}
.center {
	text-align:center;
}
