.title {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 18px;
	color: #000000;
	margin: 0px 0px 24px 0px;
	padding-bottom: 2px;
	border-bottom: 1px solid #B8B8B8;
}

#page.search_results #main .title, #page.credits #account_tab_body .title, #page.purchases #account_tab_body .title, #page.lightboxes #account_tab_body .title, #page.users #account_tab_body .title {
	margin-bottom: 0px; /* this joins the underline from the title with the top of the content (a box or a table) */
	/* we have to target these styles specifically because this takes priority over any other .title modifications; if this becomes difficult, we could just use no_bottom on these pages instead */
}

#sidebar_left .title {
	margin-bottom: 10px;
}

.title.account {
	margin-bottom: 10px; /* this is a special style used above the account menu */
}

.heading, .ctw-headline {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 2px 0px;
}

.subheading, .ctw-subheadline, .ctw-heading {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	margin: 0px 0px 14px 0px;
}

.body, .ctw-body {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 12px;
	margin: 0px 0px 12px 0px;
	color: #000000;
}

.body_large {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 14px;
	margin: 0px 0px 14px 0px;
	color: #000000;
}

.body_small {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 11px;
	margin-top: 0px;
	color: #000000;
}

a {
	color: #003399;
}

a:hover {
	color: #333366;
}

.note, .ctw-caption {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 12px;
	font-style: italic;
	margin-top: 0px;
	color: #666666;
}

.note a {
	color: #476E83;
}

.hint {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 11px;
	margin-top: -5px;
	margin-bottom: 15px;
	color: #666666;
}

.hint a {
	color: #476E83;
}

.ctw-sidebar-box {
	border: 2px solid #000000;
	padding: 4px;
}

.results_headline {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 14px;
	font-weight: 14px;
	margin: 0px;
	color: #000000;
}

.results_headline a {
	color: #000000;
	text-decoration: none;
}

.results_headline a:hover {
	color: #333366;
	text-decoration: underline;
}

.results_subheadline {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 12px;
	font-style: italic;
	margin: 0px;
	color: #000000;
}

.results_details {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 10px;
	margin: 10px 0 14px 0;
	color: #000000;
	text-transform: uppercase;
}

.results_price_override {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.results_price_override.up {
	color: #FFA800;
}

.results_price_override.down {
	color: #FFA800;
}

.results_price_override.free {
	color: #FFA800;
}

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

.credits_price_discounted {
	color: #FFA800;
	font-weight: bold;
}

.results_label_indent {
	float: left; /* this lets us set a width without forcing a newline */
	width: 72px;
	font-weight: bold;
}

.receipt_label_indent {
	float: left; /* this lets us set a width without forcing a newline */
	width: 90px;
	font-weight: bold;
}

.lightbox_field_offset {
	margin-top: -2px; /* this compensates for the lightbox menu and button being taller than the text label */
}

.pagination {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 11px;
	margin-top: 0px;
	color: #000000;
	text-transform: uppercase;
}

.pagination_numbers {
	font-size: 14px; /* this compensates for the numbers being smaller than the letters when uppercased */
}

.button_text {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 11px;
	margin-top: 0px;
	color: #000000;
	text-transform: uppercase;
}

.button_small {
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
	text-transform: uppercase;
}

.button_small a {
	padding-top: 5px; /* this is half of the button height (18) minus the text height */
	padding-bottom: 4px; /* this is the button height minus the top padding and text size */
	color: #000000;
	text-decoration: none;
}

.button_small a:hover {
	color: #000000;
}

button_small.alt {
	color: #003399;
}

.button_small.alt a {
	color: #003399;
}

.button_small.alt a:hover {
	color: #003399;
}

.button_small_alignment {
	/* use this to align a body_small paragraph beside a small button */
	margin-top: 2px; /* this is half of the button height (18) minus the body_small height minus 2 for a text drop */
}

.button_medium {
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.button_medium a {
	padding-top: 6px; /* this is half of the button height (24) minus the text height */
	padding-bottom: 7px; /* this is the button height minus the top padding and text size */
	color: #000000;
	text-decoration: none;
}

.button_medium a:hover {
	color: #000000;
}

.button_medium_alignment {
	/* use this to align a body_small paragraph beside a medium button */
	margin-top: 5px; /* this is half of the button height (24) minus the body_small height minus 2 for a text drop */
}

.button_large {
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.button_large a {
	padding-top: 8px; /* this is half of the button height (32) minus the text height */
	padding-bottom: 9px; /* this is the button height minus the top padding and text size */
	color: #000000;
	text-decoration: none;
}

.button_large a:hover {
	color: #000000;
}

.button_large_alignment {
	/* use this to align a body_large paragraph beside a large button */
	margin-top: 10px; /* this is half of the button height (32) minus the body_small height minus 2 for a text drop */
}

.header_menu {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 11px;
	font-weight: normal;
	color: #003399;
}

.header_menu li a {
	color: #003399;
	text-decoration: underline; 
}
.header_menu li.active a {
	color: #003399; 
}
.header_menu li a:hover, .header_menu li.active a:hover {
	color: #333366; 
}

.main_menu {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	margin: 0;
}

.main_menu li a {
	color: #000000;
	text-decoration: none; 
}
.main_menu li.active a {
	font-weight: bold;
	letter-spacing: -1px;
	color: #000000; 
}
.main_menu li a:hover, .main_menu li.active a:hover {
	font-weight: bold;
	letter-spacing: -1px;
	color: #000000; 
}

.account_menu {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

.account_menu a {
	color: #000000;
	text-decoration: none;
}
.account_menu li.active a {
	color: #000000; 
}
.account_menu li a:hover, .account_menu li.active a:hover {
	color: #000000; 
}

.footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	margin-top: 0px;
	color: #000000;
}

.footer a {
	color: #000000;
}

#header_networking_label {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 11px;
	padding-top: 2px; /* one half of the addthis button height (16) minus the font size */
	color: #000000;
	text-transform: uppercase;
}

#footer_networking_label {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 15px;
	padding-top: 6px;
	color: #000000;
}

.no_bottom {
	margin-bottom: 0px;
}

.no_top {
	margin-top: 0px;
}

.thumbnail {
	width: 125px;
	height: 125px;
	border: 0;
	margin-bottom: 10px;
	background: #FFFFFF;/*#B8B8B8;*/
}

.thumbnail_margin {
	margin-left: 135px; /* this ensures that if the content is taller than the thumbnail, it won't wrap underneath */
}

ul {
	margin-left: -20px; /* this is also set in the IE tweaks file */
}

ol, ol.body, ol.body_large {
	margin-left: -24px; /* this is also set in the IE tweaks file */
}

li {
	margin-bottom: 5px;
}

hr {
	border: 0;
	height: 1px;
	margin: 24px 0 24px 0;
	background-color: #B8B8B8;
	clear: both;
}

hr.clear {
	height: 0;
	margin: 24px 0 0 0;
	clear: both;
}

table {
	border-collapse: collapse;
	margin-bottom: 10px;
}

th, tr {
	border-bottom: 1px solid #D7D7D7;
}

th {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
	text-align: left;
}

th, td {
	padding: 6px 8px 6px 0;
}

.row_clear {
	background-color: #FFFFFF;
}

.row_colored {
	background-color: #EEEEEE;
}

.form_element_full {
	width: 540px;
	margin: 0;
	padding: 0;
}

.form_element_twothirds {
	width: 350px;
	margin: 0;
	padding: 0;
}

.form_element_half {
	width: 260px;
	margin: 0;
	padding: 0;
}

.form_element_third {
	width: 170px;
	margin: 0;
	padding: 0;
}

.form_element_quarter {
	width: 120px; /* this is also set in the IE tweaks file */
	margin: 0;
	padding: 0;
}

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

.stack_left.stack_wide {
	margin-right: 24px;
}

.stack_left.stack_tight {
	margin-right: 2px;
}

.stack_left.stack_flush {
	margin-right: 0;
}

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

.stack_right.stack_wide {
	margin-left: 2px;
}

.stack_right.stack_tight {
	margin-left: 2px;
}

.stack_right.stack_flush {
	margin-left: 0;
}

.column_half {
	float: left;
	margin-right: 2%;
	width: 47%; /* this is also set in the IE tweaks file */
}

.column_third {
	float: left;
	margin-right: 2%;
	width: 30%;
}

.column_fourth {
	float: left;
	margin-right: 2%;
	width: 22%;
}

.column_fifth {
	float: left;
	margin-right: 2%;
	width: 17%;
}

.reset {
	clear: both;
}

.reset_left {
	clear: left;
}

.reset_right {
	clear: right;
}

.hide {
	display: none;
}

.submit_hack {
	/* this allows us to add a standard submit button to all our forms so that IE and Firefox will submit when pressing Enter, and hide the button from users but not from the browsers */
	width:0px;
	height:0px;
	position: absolute;
	top: -1000px;
	left: -1000px;
}

.feedback_positive {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 12px;
	margin-top: 0px;
	color: #009900;
	background: url(/images/templates/icon_feedback_positive.png) no-repeat;
	padding: 0 0 0 16px;
}
.feedback_positive a {
	color: #009900;
}

.feedback_negative {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 12px;
	margin-top: 0px;
	color: #FF0000;
	background: url(/images/templates/icon_feedback_negative.png) no-repeat;
	padding: 0 0 0 16px;
}
.feedback_negative a {
	color: #FF0000;
}

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

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

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


