/*product.css*/
.unsee {
	display: none;
}

#productInnerContainer {
	background-color: white;
	padding: 1px 0px 0px 2px;
}

#productContainerTable {
	width: 887px;
	margin: 0;
}

#productContainerTable tr {
	vertical-align: top;
}

#productContent {
	border: 3px solid #e1ddd4;
	width: 555px;
	padding: 11px 13px;
	background: #f5f0e6 url(/images/bg_productContent.gif) repeat-x top;
}

#productCalloutAndForm {
	border: 3px solid #b8d0e2;
	width: 295px;
	padding: 9px 10px;
	background: #e0e9f2 url(/images/bg_productForm.gif) repeat-x top;
}

#footerContainer {
	margin: 0px;
}

#productContent #headlineText {
	color: #797979;
	font-weight: bold;
	font-size: 212%;
	letter-spacing: -1px;
	line-height: 62px;
	width: 554px;
	height: 62px;
	margin: 0 0 26px 0;
	background: transparent url(/images/bg_productHeadline.gif) no-repeat top;
}

#headlineTextContainer {
	font-size: 100%;
	padding: 0 12px;
}

#productCalloutAndForm #top {
	height: 8px;
	overflow: hidden;
	color: white;
	background: transparent url(/images/bg_productFormTop.gif) no-repeat top;
}

#productCalloutAndForm #middle {
	background: transparent url(/images/bg_productFormMiddle.gif) repeat-y;
}

#productCalloutAndForm #bottom {
	height: 9px;
	overflow: hidden;
	color: white;
	background: transparent url(/images/bg_productFormBottom.gif) no-repeat top;
}

#productCalloutAndForm #top, #productCalloutAndForm #middle, #productCalloutAndForm #bottom {
	width: 295px;
}

#formDescriptionContainer {
	padding: 12px 11px;
	line-height: 110%;
}

#productImageContainer {
	float: right;
	margin-left: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	color: #4c4c4c;
}

.productImage {
	margin-bottom: 3px;
}

hr {
	height: 1px;
	overflow: hidden;
	border: 0;
	margin: 0px 5px 10px 5px;
	padding: 0px;
	color: #b8d0e2;
	background-color: #b8d0e2;
	line-height: 14px;
}

.productTitle {
	letter-spacing: -0.01em;
}

.productDescription {
	line-height: 140%;
}

#formContainer {
	clear: both;
	padding: 12px 11px 12px 11px;
	color: #4c4c4c;
}

#leadCaptureForm h3 {
	color: #235471;
	font-size: 135%;
	font-weight: bold;
}

#leadCaptureForm th {
	text-align: left;
	color: #235471;
	font-size: 85%;
	width: 110px;
	padding-left: 3px;
}

#leadCaptureForm th, #leadCaptureForm td {
	vertical-align: center;
	padding-bottom: 7px;
}

#leadCaptureForm th label {
	margin-top: 2px;
}

#leadCaptureForm td label {
	color: #235471;
	margin: 1px 10px 0 0;
}

#leadCaptureInterests {
	margin: 9px 0 0 0;
	color: #235471;
}

#leadCaptureInterests td {
	padding-bottom: 7px;
}

#leadCaptureInterests td.indent {
	padding-left: 3px;
	width: auto;
}

#leadCaptureInterests label {
	font-size: 85%;
	margin: 1px 10px 0 0;
}

.checkbox {
	vertical-align: middle;
	float: left;
}

.buttonCenter {
	margin: 10px 0 0 0;
}

.leader {
	font-weight: bold;
	font-size: 100%;
	padding-bottom: 10px !important;
	color: #235471;
}

#userComments {
	width: 260px;
	height: 45px;
}

#ajaxErrorContainer {
	display: none;
	position: absolute;
	width: 524px;
	margin: 249px 0pt 0pt -530px;
	z-index: 3;
	background: transparent url(/images/bg_error_middle.gif) no-repeat left;
}

#ajaxErrorContainer h1 {
	display: block !important;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 110%;
	color: #bf2126;
	margin: -5px 0 0 5px;
}

#ajaxErrorContainer ul.errorList {
	margin: 5px 0 0 30px;
	padding: 0px;
}

#ajaxErrorContainer ul.errorList li {
	margin-left: 0px;
}

#ajaxErrorStart {
	height: 20px;
	background: transparent url(/images/bg_error_top.gif) no-repeat top left;
}

#ajaxErrorBody {
	padding: 12px 20px 12px 12px;
}

#ajaxErrorEnd {
	height: 15px;
	background: transparent url(/images/bg_error_bottom.gif) no-repeat top left;
}

#ajaxErrorStartRight {
	height: 20px;
	background: transparent url(/images/bg_error_top.gif) no-repeat top right;
}

#ajaxErrorBodyRight  {
	padding: 12px 20px 12px 30px;
}

#ajaxErrorEndRight  {
	height: 15px;
	background: transparent url(/images/bg_error_bottom.gif) no-repeat top right;
}

