.title, .title a {
	font-family: Arial, sans-serif;
	font-size: 21px;
	font-weight: bold;
	margin-top: 0px;
	line-height: 21px;
	color: #F68301;
	text-decoration: none;
}

.title_secondary {
	font-family: Arial, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #F68301;
}

.home_heading {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
	color: #000000;
}

.home_body {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	color: #898A8D;
}

.home_body a, .home_body a:visited {
	color: #2F81D5;
}

.home_body a:hover {
	color: #75C1E6;
}

.heading, .heading a {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #F68301;
	text-decoration: none;
}

.subheading {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #333333;
}

.subheading a, .subheading a:visited {
	color: #333333;
}

.body_larger {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	margin-top: 0px;
	color: #333333;
}

.body_larger a {
	color: #2F81D5;
}

.body_larger a:hover {
	color: #75C1E6;
}

.body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin-top: 0px;
	color: #333333;
}

.body a:link, .body a:visited {
	color: #2F81D5;
}

.body a:active, .body a:hover {
	color: #75C1E6;
}

ul.body, ol.body {
	margin-left: -24px;
}

.body_smaller {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-top: 0px;
	color: #898A8D;
}

.body_smaller a {
	font-size: 10px;
	font-weight: normal;
	color: #2F81D5;
}

.body_smaller a:hover {
	font-size: 10px;
	font-weight: normal;
	color: #75C1E6;
}

.highlight {
	color: #F68301;
}

.dark {
	color: #000000;
}

.double_lines {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px double #DBDCDD;
	border-bottom: 1px double #DBDCDD;
	border-width: 4px;
}

.note {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	margin-top: 0px;
	color: #333333;
}

.note a:link, .note a:active, .note a:visited {
	color: #2F81D5;
}

.caption, .caption a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #333333;
}

.footer {
	font-family: Arial, sans-serif;
	font-size: 10px;
	margin: 0px;
	color: #898A8D;
}

.footer a, .footer a:visited {
	color: #898A8D;
}

.footer a:active {
	color: #333333;
}

.account_menu {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	color: #2F81D5;
}

.account_menu a:link, .account_menu a:visited {
	color: #2F81D5;
}

.account_menu a:active, .account_menu a:hover {
	color: #75C1E6;
}

.button_top a, .button_top a:visited {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	display: block;
	width: 100%;
	height: 62px; /* if it weren't for IE, this could be 100% to avoid redundancy */
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/site/bg_button_top_0.gif);
}

.button_top a:active, .button_top a:hover {
	background-image: url(/images/site/bg_button_top_1.gif);
}

.button_menu_home a {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 27px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}

.button_menu_default a {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 6px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}

.button_home a {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 3px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}

.button { /* we only need this style to see the button text in Dreamweaver */
	width: 121px;
	height: 24px;
	background-color: #2F81D5;
}

.button a:link, .button a:visited {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	display: block;
	width: 121px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2F81D5;
	background-image: url(/images/site/bg_button_0.gif);
}

.button a:active, .button a:hover {
	background-color: #75C1E6;
	background-image: url(/images/site/bg_button_1.gif);
}

.button_larger { /* we only need this style to see the button text in Dreamweaver */
	width: 180px;
	height: 24px;
	background-color: #2F81D5;
}

.button_larger a:link, .button_larger a:visited {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	display: block;
	width: 180px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2F81D5;
	background-image: url(/images/site/bg_button_larger_0.gif);
}

.button_larger a:active, .button_larger a:hover {
	background-color: #75C1E6;
	background-image: url(/images/site/bg_button_larger_1.gif);
}

.button_smaller { /* we only need this style to see the button text in Dreamweaver */
	width: 66px;
	height: 20px;
	background-color: #2F81D5;
}

.button_smaller a:link, .button_smaller a:visited {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
	width: 66px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2F81D5;
	background-image: url(/images/site/bg_button_smaller_0.gif);
}

.button_smaller a:active, .button_smaller a:hover {
	background-color: #75C1E6;
	background-image: url(/images/site/bg_button_smaller_1.gif);
}

.button_smaller_alt { /* we only need this style to see the button text in Dreamweaver */
	width: 66px;
	height: 20px;
	background-color: #DBDCDE;
}

.button_smaller_alt a, .button_smaller_alt a:visited {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
	width: 66px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #88898B;
	text-decoration: none;
	background-color: #DBDCDE;
	background-image: url(/images/site/bg_button_smaller_alt_0.gif);
}

.button_smaller_alt a:active, .button_smaller_alt a:hover {
	background-color: #E8E8E8;
	background-image: url(/images/site/bg_button_smaller_alt_1.gif);
}

.list_bar {
	display: block;
	width: 410px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 4px;
	margin-left: -8px;
	padding-left: 8px;
	background-color: #F6F6F6;
	background-image: url(/images/affiliates/2x.gif);
}

.map { /* the height and width has to be in the tag itself because it won't be applied if the stylesheet loads after the map is drawn */
	border-top: 2px solid #F68301;
	border-bottom: 2px solid #F68301;
}

.map_categories {
	float: left;
	width: 400px; /* this is also set in the IE tweaks file */
	height: 305px; /* this is also set in the IE tweaks file */
	padding: 0px 10px 10px 0px;
	border-bottom: 2px solid #F68301;
}

.map_offers {
	float: left;
	width: 148px; /* this is also set in the IE tweaks file */
	height: 305px; /* this is also set in the IE tweaks file */
	padding: 0px 10px 10px 10px;
	background-color: #F6F6F6;
	border-bottom: 2px solid #F68301;
}

.map_marker {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	color: #000000;
}

.credit_price_regular {
}

.credit_price_overridden {
	text-decoration: line-through;
}

.credit_price_sale {
}

.credit_price_comment {
	font-style: italic;
	padding-left: 22px;
	color: #F68301;
}

.deals {
	padding-bottom: 10px; /* this puts space before the line */
	margin-bottom: 10px; /* this puts space after the line */
	border-bottom: 1px solid #DBDCDD;
}

.deal {
	width: 140px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #333333;
}

.deal a:link, .deal a:visited {
	color: #2F81D5;
}

.deal a:active, .deal a:hover {
	color: #75C1E6;
}

hr {
	border: 0px;
	height: 2px;
	background-color: #F68301; /* this is also set in the IE tweaks file */
	margin-bottom: 10px;
}

hr.light {
	border: 0px;
	height: 1px;
	background-color: #DBDCDD; /* this is also set in the IE tweaks file */
	margin-top: -5px;
	margin-bottom: 5px;
}

table {
	border-collapse: collapse; /* this allows us to set row and cell borders individually */
}

.table_spacer {
	width: 12px;
}

.row_clear {
	background-color: #FFFFFF;
	border-bottom: 1px solid #DCDCDC;
}

.row_colored {
	background-color: #F6F6F6;
	border-bottom: 1px solid #DCDCDC;
}

.row_header, .row_header a {
	background-color: #DBDCDE;
	color: #343434;
	border-bottom: 1px solid #DCDCDC;
}

.row_footer {
	border-top: 1px solid #DCDCDC;
	background-color: #FFFFFF;
}

.form {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	color: #333333;
}

.form a {
	color: #2F81D5;
}

.form_element_large {
	width: 280px;
}

.form_element_small {
	width: 200px;
}

.form_element_half {
	width: 135px; /* this is half the size of the large form element, minus the width of stack_left's margin */
}

.stack_left {
	float: left;
	margin-right: 10px;
}

.stack_right {
	float: right;
	margin-left: 8px;
}

.column_half {
	float: left;
	margin-right: 2%;
	width: 48%;
}

.column_right {
	float: right;
	width: 116px; /* this is also set in the IE tweaks file */
	padding: 0px 20px 0px 20px;
	background: url(/images/site/bg_column.gif) no-repeat;
}

.reset {
	clear: both;
}

.reset_with_height {
	/* for some reason, some styles lose their top margin when they come after the plain reset style, and this works around that */
	clear: both;
	height: 1px;
}

.table_spacer {
	width: 10px;
}

.legal {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-bottom: 0px;
}

.legal a {
	color: #333333;
}

.feedback_positive_top {
	margin: 0px 0px 10px 0px;
	width: 578px;
	/*background-color: #ABDE33;*/
	background-image: url(/images/site/feedback_positive_top.gif);
	background-repeat: no-repeat;
}

.feedback_positive_bottom {
	width: 100%;
	/*background-color: #ABDE33;*/
	background-image: url(/images/site/feedback_positive_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.feedback_positive {
	padding: 12px 8px 12px 8px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.feedback_negative a, .feedback_negative a:visited, .feedback_negative a:hover, .feedback_negative a:active {
	color: #000000;
}

.feedback_negative_top {
	margin: 0px 0px 10px 0px;
	width: 578px;
	/*background-color: #ABDE33;*/
	background-image: url(/images/site/feedback_negative_top.gif);
	background-repeat: no-repeat;
}

.feedback_negative_bottom {
	width: 100%;
	/*background-color: #ABDE33;*/
	background-image: url(/images/site/feedback_negative_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.feedback_negative {
	padding: 12px 8px 12px 8px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.feedback_negative a, .feedback_negative a:visited, .feedback_negative a:hover, .feedback_negative a:active {
	color: #000000;
}

.feedback_label {
	color: #FFFFFF;
}

.debug {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #999999;
}

.debug a {
	color: #999999;
}

.contentfile_title {
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #999999;
}

.contentfile_fieldlabel {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #999999;
}
