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

.featuredproduct {
	margin: 10px;
	background-image: url(../images/layout/featured_product_middle.jpg);
	background-repeat: repeat-y;
	width: 352px;
	font-size: 12px;
}
.featuredproductheading {
	background-image: url(../images/layout/featured_product_heading.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 8px;
	color: #FFFFFF;
	background-color: #0D2259;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
}
.featuredcreditcardimage {
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
	text-align: center;
}
.iconspan{
	float: left;
	margin: 2px;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	padding: 2px;
}


.product {
	background-image: url(../images/layout/product_middle.jpg);
	background-repeat: repeat-y;
	width: 737px;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.productheading {
	background-image: url(../images/layout/product_heading.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 8px;
	color: #FFFFFF;
	background-color: #0D2259;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
}
.creditcardimage {
	vertical-align: top;
	text-align: center;
	width: 150px;
}
.productbottom {
	background-image: url(../images/layout/product_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 7px;
	color: #FFFFFF;
	background-color: #0D2259;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
}
.productbottom td {
	text-align: center;
}
.producterms {
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.recordsetnavcontainer {
	background-color: #EDF2FA;
	background-image: url(../images/icons/red_label/red_label_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 100%;
}
.recordsetnavcontainer img, .recordsetnavcontainer a img {
	border: none;
	padding: 0;
	margin: 0;
}
.recordsetlinks {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	color: #333333;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 7px;
}
.recordsetlinks a:link, .recordsetlinks a:hover, .recordsetlinks a:visited, .recordsetlinkcurrent, .recordsetlinkdisabled {
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #6B97B8;
	background-color: #D9E3EC;
	color: #1877BC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
	margin-left: 1px;
	margin-right: 1px;
}
.recordsetlinks a:hover {
	background-color: #C6E3FF;
	color: #0060A6;
}
.recordsetlinkcurrent {
	font-weight: bold;
	background-color: #1877BC;
	color: #F5FAFE;
	border-top-color: #007AD5;
	border-right-color: #007AD5;
	border-bottom-color: #007AD5;
	border-left-color: #007AD5;
}
.recordsetlinkdisabled {
	font-weight: bold;
	background-color: #CCCCCC;
	color: #333333;
	border-color: #666666;
}

