/* This CSS File should be referenced in addition to the
"why_to_buy.css" file. This file adds additional classes
specific to the "What's New" pages, but these pages still
call classes fron the "why_to_buy.css" file. */


/* Reasons to Buy Stuff - Generic Box Addition */
.rtbbox .rtbboxinner_noscreenshot {
	width: 380px;
	text-align: left;
	padding: 0 0 0 10px;
}
#center .rtbbox .rtbboxinner_noscreenshot .wtbhead {
	margin-top: -2px;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	background-color: none;
}
#center .rtbbox .rtbboxinner_noscreenshot p {
	width: 380px;
	font-size: 10px;
}

/* individual images for pods */
/* BASIC */
.printoptions {
	background: url('/common/images/what_is_new/basic/basic_small_printoptions.gif') no-repeat;
}
.searchforms {
	background: url('/common/images/what_is_new/basic/basic_small_searchforms.gif') no-repeat;
}
.formrates {
	background: url('/common/images/what_is_new/basic/basic_small_formrates.gif') no-repeat;
}
.monitorrefunds {
	background: url('/common/images/what_is_new/basic/basic_small_monitorrefunds.gif') no-repeat;
}
.finalreview {
	background: url('/common/images/what_is_new/basic/basic_small_finalreview.gif') no-repeat;
}
.fixerrors {
	background: url('/common/images/what_is_new/basic/basic_small_fixerrors.gif') no-repeat;
}
/* PRO */
.printpreview {
	background: url('/common/images/what_is_new/professional/prof_small_prntprvw.gif') no-repeat;
}
.printcustomize {
	background: url('/common/images/what_is_new/professional/prof_small_printcustomize.gif') no-repeat;
}
/* EXPRESS */

/* GENERIC FOR ALL */
.genericbackground {
	background: url('/common/images/what_is_new/global/GenericBlueCalloutBox.jpg') no-repeat;
}

/* Header for items with no screenshot */
.wtbhead_nobox {
	font-size: 13px;
	font-weight: bold;
}

/* BusinessFormsTable Formatting and Font Sizing */
#BusinessFormsTable1, #BusinessFormsTable2, #PayPerReturnTable {
	margin-left: 31px;
}
#BusinessFormsTable1 td, #BusinessFormsTable2 td {
	/* font-size: 10px; */
	padding-right: 10px;
}
#PayPerReturnTable th, #PayPerReturnTable td {
	/* font-size: 10px; */
	padding-right: 10px;
	padding-bottom: 5px;
}

.what_new_checkmark {
	background: url(/common/images/check_smaller.gif) no-repeat; 
	padding: 0 0 0 20px; 
	margin: 5px 0;
}
