/*
*************************************************

FETCH
Print Styles

Created by the wacky troop at Happy Cog
http://www.happycog.com/

*************************************************
*/

/*-------------------------------------------    
    General Selectors
-------------------------------------------*/
* { margin: 0; padding: 0; line-height: 1.3; font-style: normal; font-weight: normal; }
body { width: 8.25in; margin: 0.2in auto 0.5in; font: normal 11pt 'Times New Roman', serif; color: #333; background: #fff; }

body {
	text-rendering: optimizeLegibility;
	font-variant-ligatures: common-ligatures, discretionary-ligatures;
	font-variant-alternates: stylistic(1);
	-moz-font-feature-settings:"liga=1", "dlig=1", "ss01=1";
	-ms-font-feature-settings:"liga", "dlig", "ss01" 1;
	-o-font-feature-settings:"liga", "dlig", "ss01" 1; 
	-webkit-font-feature-settings:"liga", "dlig", "ss01" 1;
	font-feature-settings:"liga", "dlig", "ss01" 1;
}

/* block level */

h1, h1 a { font-size: 20pt; font-family: Georgia, sans-serif; color: #3b3b3b; margin: 0 0 8px; }
h1 { border-bottom: 3px solid #e7ebef; }
h2 { font-size: 14pt; color: #173a5f; margin: 0 0 10px; padding: 0 0 5px; border-bottom: 3px solid #e7ebef; }
h2.entry { border: none; }
	h2.entry span { color: #333; font-size: 13pt; display: block; }
h3, .left-balloon h3, .right-balloon h3 {  color: #3b3b3b; font-size: 14pt; line-height: 24px; font-family: "Arlt Blanca", Georgia, sans-serif; font-weight: normal; font-style: italic; padding: 0 0 2px; border-bottom: 1px solid #e7ebef; margin: 0 0 18px; }
h3 * {  color: #3b3b3b; font-size: 19px; line-height: 24px; font-family: "Arlt Blanca", Georgia, sans-serif; font-weight: normal; font-style: italic; }
.main h3 { padding-top: 12pt; }
.main h3:first-child { padding-top: 0; }
.sub h3 { margin-bottom: 12pt; }
form h3 { color: #173a5f; font-size: 14pt; font-style: normal; font-weight: bold; text-transform: none; font-family: "Proxima Nova", "Lucida Grande", "Trebuchet MS", Arial, sans-serif; border: none; padding: 0; margin: 0; line-height: 1.4; }
h4 { color: #173a5f; font-size: 12pt; font-weight: bold; text-transform: uppercase; margin: 0 0 5px; }
h4.entry { font-size: 13pt; color: #333; font-weight: normal; text-transform: none; margin: 0 0 10px; }
.news-list h4.entry { }
	h4.entry a { color: #173a5f; font-weight: normal; background-image: none; }
	.news-list h4.entry, .news-list h4.entry a, .news-list h4.entry span { line-height: 1.2; }
	h4.entry span { font-size: 12px; }
h5, #content .label-head  { color: #173a5f; font-size: 12pt; font-weight: bold; margin: 0 0 5px; border: none; padding-bottom: 0; }
h6 { font-size: 10pt; color: #173a5f; margin: 0 0 5px; }

p, ul, dl, ol, address, table, div.vcard { font-size: 10pt; color: #333; margin: 0 0 0.8em; }
ul ul, ul ol, ol ul, ol ol { margin-left: 1.7em; }
.sub p { line-height: 1.3; margin-bottom: 1.2em; }
address, .mailing-address { margin-bottom: 1.4em; }

ul, ol { margin-left: 17px; }

ul li { list-style-type: square; margin: 0 0 4px; }
#product-head li, form li, ul.thread-list li { list-style-type: none; }

dt { font-size: 14px; line-height: 1.2; margin: 18px 0 2px; }
dt.first { margin-top: 0; }
	dt a { color: #173a5f; font-weight: normal; background-image: none;line-height: 1.2; }

blockquote { padding: 10px 15px 5px; border-top: 1px solid #c9d9eb; border-bottom: 1px solid #c9d9eb; }
	blockquote p { font-size: 12pt; color: #036; }
		blockquote cite { font-size: 13px; color: #434344; }
		blockquote cite span { display: block; }
		blockquote cite span, blockquote cite span a { font-size: 12px; color: #036; }
		blockquote cite span a { font-weight: normal; }

table { text-align: left; width: 100%; }
	th { color: #173a5f; font-weight: bold; }
	thead th, thead td { background: transparent url(/i/screen/table-border.gif) repeat-x 0 bottom; padding: 0 0 5px; }
	tbody td { padding: 5px 0; }
	tbody th { font-weight: bold; color: #333; }
	tfoot td { background: transparent url(/i/screen/table-border.gif) repeat-x 0 0; padding: 10px 0 0; }
	

/* inline */

em { font-style: italic; }
strong { font-weight: bold; }

a { color: #0ba6ff; font-weight: bold; text-decoration: none;  }

a.alt, blockquote cite span a, .inline-wrap a, .tag-head a, .close-balloon, ul.thread-info li a, .user-comment a { color: #173a5f;  }




img { display: block; }
img.centered { margin-left: auto; margin-right: auto; }

a img { border: none; }

form.search-form { display: none; }
form ul.fields { margin-bottom: 1.3em; }
form .inline-items { float: left; }
form .fields li { background: none; padding-left: 0; margin: 0 0 7px; clear: left; }

.cart form li.first { margin-left: 0; }
.cart form li.submit { margin-top: 30px; }
#content form li.inline-limited { width: 120px; }
#content form li.with-limit { width: 264px; }
#content form li.limited input { width: 100px; }
form .inline-items li.submit { margin: 1.4em 0 0; }
	form li.inline * { /* vertical-align: middle;  */}
	form label { display: block; margin: 0 0 1px; }
	form li.inline label { margin-bottom: 2px; }
	form .required label { font-weight: bold; }
	form.search-form label, form span.note { color: #858585; }
	form span.note { display: block; margin-bottom: 5px; line-height: 1.1; }
	form label span { display: inline; }
	form select { min-width: 158px; }
	form .inline select { width: 158px; }
	form label.radio input[type="radio"] { margin-right: 10px; height: 17px; }
	form label.radio { font-weight: normal; }
input, textarea, select { color: #333; width: 100%; }
textarea { font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif; font-size: 11px; margin-bottom: 7px;}
input[type="checkbox"], input[type="radio"] { width: auto; }
form li.submit input, table input, table select { width: auto; }
form span.submit-link input { border: none; width: auto; color: #0ba6ff; font-weight: bold; text-decoration: none; background: none; font-family: 'Times New Roman', serif; font-size: 13px; height: 17px; cursor: pointer; }
table #fetch-serial-number label { text-align: right; margin-right: 10px; }
table #fetch-serial-number input { width: 100%; }
#content form li.with-year { width: 158px; }
.inline-label label, .radio label { display: inline; margin-left: 5px; }
li.radio { margin-bottom: 20px; }
	.radio label { font-weight: bold; }
	.radio ul { padding-left: 23px; margin: 10px 0; }
		.radio ul label { font-weight: normal; display: block; margin-left: 0; }
	.inline-label *, .radio * { vertical-align: middle; }
	.radio ul * { vertical-align: top;  }
li.bordered { border: 1px solid #d1d8df; padding: 10px 10px 0 0; position: relative; left: 20px; }
	li.bordered input.bordered { position: absolute; left: -20px; top: 13px; }
fieldset { border: none; }
	legend { color: #173a5f; padding-bottom: 5px; }
	legend span.step { display: inline; border-right: 1px solid #b0c8e0; padding-right: 7px; margin-right: 10px; }
	legend strong { font-size: 13px; text-transform: uppercase; }
.radio label img { display: inline; margin-left: 5px; }		
	#content .paypal-label span { display: block; padding-left: 66px; }
	.paypal-label img { margin: 0; position: relative; left: -5px; }
form p { margin-bottom: 1.2em; }
#fetch-quantity { width: 50px; }
#fetch-upgrade-quantity { width: 50px; }

#content code { font: 12px/1 'Courier New', Courier, monospace; font-weight: bold; }
#content pre.code { 
	margin-bottom: 1.7em;
	line-height: 1.45;
	background: #e3ecf4; padding: 1.7empx 11px; /*margin: 0 0 15px; width: 613px;*/
}

#content .code { 
	font: 12px/1 'Verdana', sans-serif;
	color: #000;
}

#content .code span.comment {
	color: #007400;
}

#content .code span.literal {
	color: #C41A15;
}

#content .code span.keyword {
	color: #A90D91;
}

#content .code span.local, #content .code span.field {
	color: #000;
}

#content .code span.project {
	color: #3E6D74;
}

#content .code span.project.function, #content .code span.project.constant {
	color: #25464A;
}

#content .code span.system {
	color: #5B2599;
}

#content .code span.system.function, #content .code span.system.constant {
	color: #2E0D6D;
}

sub, sup { line-height: 0; }


/*-------------------------------------------    
    Global combinations
-------------------------------------------*/
/*
a.intro-download-fetch, a.need-a-hand, a.product-10, a.pc-users, #nav li a, h2.fetch-elevator, a.buy-fetch-online, #product-nav li a, #product-nav-local li a, #mast h1 a, a.read-faqs, a.sub-download-fetch, a.take-a-tour, a.sub-buy-now, a.email-web, a.online-help, .entry-date span, .previous-arrow, .next-arrow, #home-elevator h2, #home-elevator h3, #product-feature li a, .fetch-heading, #content .rss, .add-topic, span.sticky, #content .add-reply, #content a.message-board-alt, #content a.email-web-alt, #content a.read-faqs-alt { display: block; text-indent: -9999px; }

a.intro-download-fetch, a.need-a-hand, a.product-10, a.pc-users, #nav li a, h2.fetch-elevator, a.buy-fetch-online, #product-nav li a, #product-nav-local li a, #mast h1 a, a.read-faqs, a.sub-download-fetch, a.take-a-tour, a.sub-buy-now, a.email-web, a.online-help, .entry-date span, .previous-arrow, .next-arrow, #home-elevator h2, #home-elevator h3, #product-feature li a, .fetch-heading, #content .rss, .add-topic, span.sticky, #content .add-reply, #content a.message-board-alt, #content a.email-web-alt, #content a.read-faqs-alt { background-color: transparent; background-position: 0 0; background-repeat: no-repeat; }
*/


div.intro:after, div.section:after, #product-nav-local:after, .nav-header:after, .end-wrap:after, li.radio ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

#header form label, .hide { position: absolute; left: -9999px; }

.hide-block { visibility: hidden; }


/*-------------------------------------------    
    Global Elements 
-------------------------------------------*/
p.more, span.more { display: none; }

/*
.right { float: right; margin: 0 0 10px 40px;  }
img.right { margin: 0 0 5px 5px; }
*/

.right { margin-bottom: 10px; }


.callout-wrap { margin: 0 0 10px; }
.intro .callout-wrap { margin-top: -7px; text-align: left; }
#content .callout-wrap p { font-size: 12px; color: #333; line-height: 17px; margin: 0 0 16px 29px; }
	#content .callout-wrap p a { font-weight: normal; }
#content li.callout-wrap p { color: #666; text-transform: uppercase; margin: 0 0 5px; line-height: 1.1; font-family: "Proxima Nova"; }

	.callout-wrap-alt p a { color: #173a5f; font-weight: normal; }

	.callout-list li { list-style-type: none; border-top: 1px solid #e7ebef; background: none; padding: 18px 0 0; }

	.callout-list li.first { border-top: none; padding-top: 6px; }
	
.callout-list.products ul li a { text-transform: uppercase; font-family: "Proxima Nova"; font-weight: bold; }

/* .inline-wrap { text-align: center; } */
.intro .inline-wrap { position: relative; }
	.inline-wrap a { font-size: 10px; text-transform: uppercase; background-image: none; font-family: "Proxima Nova"; font-weight: bold; }
	
.callout-block { display: none; }
.callout-wrap-social { display: none; }
	

.results-head { color: #173a5f; text-transform: uppercase; letter-spacing: 1px; }
	.results-head strong { color: #052344}

.tag-head strong { color: #173a5f; font-weight: bold; text-transform: uppercase; padding-right: 7px; margin-right: 3px; border-right: 1px solid #92b3d4; }
.tag-head a { font-weight: normal; }

.pages { margin-bottom: 25px; }
.nav-header .pages { text-align: right; margin-bottom: 0; }
	.pages ol { display: inline; white-space: nowrap; }
	.pages, .pages li { font-size: 12px; }
	.nav-header .pages, .nav-header .pages li { color: #173a5f; }
		.pages li { display: inline; font-weight: bold; }
			.pages ol span { position: absolute; left: -9999px; }

	.pages .back a { font-size: 12px; }
	.pages li.back { margin-right: 8px; }
	.pages .back a:before { content: '\0000AB'; background: #e3ecf4; padding-right: 4px; }

	.pages .next a { font-size: 12px; }
	.pages li.next { margin-left: 8px; }
	.pages .next a:after { content: '\0000BB'; background: #e3ecf4; padding-left: 4px; }

	.nav-header form select, .results-head form input { width: auto; }
	.nav-header form p.submit { margin: 5px 0 0 0; }


.url { color: #858585; }

.results { color: #173a5f; margin-left: 30px; }
	.results * { font-weight: bold; }
	.results li { margin-bottom: 17px; line-height: 1.1; }
		.results a { line-height: 1.2; }
		.results li a b { color: #0161ac; }
		.results li a:hover b, .results li a:focus b  { color: #03669f; }
		/* .results .date, */ .results .url { display: block; margin: 1px 0 2px; font-weight: normal; overflow: hidden; white-space: nowrap; text-overflow-mode: ellipsis; }
		.results p { margin: 2px 0; font-weight: normal; }
			.results p b { color: #000; }
.results-head { color: #173a5f; text-transform: uppercase; letter-spacing: 1px; font-family: "Proxima Nova"; font-weight: bold; }
			
.comment-preview-head { display: none; }


.comments li { list-style-type: none; margin: 0 0 21px; }
	.comments .author { font-weight: bold; padding-right: 8px; margin: 0 5px; border-right: 1px solid #d1d8df; }
		
	
div.entry-date {  }

div.entry p { margin-bottom: 1em; }

div.segment { padding: 0 0 6px; margin: 0 0 16px; }

.rss { display: none; }

.news-list { margin: 0; }
.news-list li { list-style-type: none; position: relative; background: none; margin: 0 0 16px; border-bottom: 1px solid #d1d8df; }



.left-balloon, .right-balloon { display: none; }





/*-------------------------------------------    
    Structure
-------------------------------------------*/

	.home #content {position: relative; top: -20px; }
	
	/* #product-head, div.intro, #page-head, div.nav-header { width: 613px; position: relative; left: 13px; } */
	
	
	.section { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #d1d8df; }
	/* .section { clear: both; width: 606px; position: relative; left: 84px; } */
	.forum-head { position: relative; margin-top: 12px; }
	.main { margin-bottom: 25px; clear: both; }
	.cart .main { margin-bottom: 10px; }

/*-------------------------------------------    
    Header
-------------------------------------------*/
#header { position: relative; min-height: 57px; }

#logo { margin: 10px 0 4px 315px;  }

#nav, #header form, #mast h1, .product-mascot  { display: none; }


/*-------------------------------------------    
    Product and Page Header
-------------------------------------------*/


/*
h2.elevator { clear: both; min-height: 94px; border: none; padding-bottom: 0; margin: 0; }
h2.fetch-elevator { background-image: url(/i/screen/fetch-elevator.gif); width: 300px; height: 70px; }
*/
h2.elevator { font-family: "Arlt Blanca", Georgia, serif; font-size: 36px; font-weight: normal; margin-bottom: 6px; }

/* .product-mascot { position: absolute; top: 31px; left: 482px; } */

/*change class/id names to reflect actual product name when product decided/versions change)*/
#product-nav { margin-bottom: 2px; margin-left: 0; }
	#product-nav li { background: none; padding: 0; display: none;  } 
		#product-nav li a { font-family: "Korolev", sans-serif; font-weight: 200; font-stretch: extra-condensed; text-transform: uppercase; font-size: 36px; background: none; color: #3b3b3b; }
			.fetch #product-nav li#nav-fetch, .roadshow #product-nav li#nav-roadshow { display: block; }
#product-nav-local { margin: 0; }
	#product-nav-local li { background: none; padding: 0; display: none; margin-bottom: 12px; border-bottom: 2px solid #e7ebef; }
		#product-nav-local li a { background: none; font-family: "Proxima Nova", "Lucida Grande", "Trebuchet MS", Arial, sans-serif; text-transform: uppercase; font-weight: normal; font-size: 13px; color: #3b3b3b; padding-bottom: 5px;  }
		body.about-fetch #nav-about-fetch, body.about-roadshow #nav-about-roadshow, body.download #nav-download, body.license-buy #nav-buy-upgrade, body.support #nav-support { display: block; }



/*-------------------------------------------    
    Intro/Pages Wrap
-------------------------------------------*/
div.intro { /* background: #e3ecf4; padding: 26px 65px 0 69px; */ margin: 10px 25px 25px 25px; border-bottom: 2px solid #e7ebef; }
div.intro.head { border: none }
.intro.head h1 { font-size: 32px; margin: 0; color: rgb(23, 58, 95); font-family: Georgia, serif; font-style: normal; font-weight: normal; }
div.nav-header, div.end-wrap, fieldset legend { /* padding: 12px 70px 11px 69px; */ margin: 0 0 10px; /* width: 608px; */ }


	div.intro p { color: #464749; font-size: 13pt; line-height: 22px; }
	div.nav-header p { margin: 0; }
		div.intro p.first:first-line { color: #173a5f; font-size: 14px; font-weight: bold; text-transform: uppercase; }
	
	div.intro .right ul { position: relative; left: 15px; }
	div.intro .right .callout-wrap + ul { left: 29px; }
		div.intro .right li { text-transform: uppercase; }
		
.sub-nav { display: none; }
	

#content .previous-arrow, #content .next-arrow { display: none; }
#content .next-arrow { background-image: url(/i/widgets/blue-right-arrow-tiny.png); background-size: 6px 112px; }
.screenshot-wrap { width: 225px; height: 171px; background: transparent url(/fetch/i/screenshots/overview.png) no-repeat 0 0; margin: 0 6px; position: relative; overflow: hidden; }
	.screenshot-hide { width: 186px; height: 134px; position: relative; top: 17px; left: 20px; overflow: hidden; }
	.screenshot-wrap img { position: absolute; top: 0; left: 0; }
	.screenshot-wrap img.img2 { left: -226px; }
	.screenshot-wrap img.img3 { left: -452px; }
	.screenshot-wrap img.img4 { left: -678px; }
	.screenshot-wrap img.img5 { left: -904px; }
	.screenshot-wrap img.img6 { left: -1130px; }
	.screenshot-wrap img.img7 { left: -1356px; }
	.screenshot-wrap img.img8 { left: -1582px; }
	
#zoom_close { background: none; }
		


/*-------------------------------------------    
    Footer
-------------------------------------------*/
#footer { clear: both; padding: 18px 0 0; }
	#footer p { color: #838386; font-family: "Arlt Gris", Georgia, serif; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
	#footer ul { display: none; }
	#footer ul li a { background: none; font-weight: bold; font-family: "Proxima Nova"; }





/*-------------------------------------------    
    Forum
-------------------------------------------*/

.separate { border-bottom: 1px solid #e7ebef; margin-bottom: 10px; }
	.forum-head p { margin-bottom: 5px; }
	p.user { color: #999; }
		p.user a { font-size: 11px; }
	.forum .section .pages { float: right; margin-bottom: 15px; }
	.forum-head h3 { border: none; margin-bottom: 2px; }
	#content .add-topic {  }
	#content .add-reply { display: none; }
	
.forum-head, .forum .pages { visibility: hidden; }
	

.forum-head .pages { position: absolute; right: 0; top: 0; margin-bottom: 10px; }
.forum .post-form { display: none; }

.forum h4 { font-size: 15px; margin-bottom: 10px; }
	.forum h4 span { font-size: 13px; color: #999; text-transform: none; }

.forum table { border-collapse: collapse; font-size: 11px; }
	.forum thead th { color: #759ec9; text-transform: uppercase; font-size: 11px; padding: 5px 0 14px 15px; background-image: url(/i/screen/forum-th-border.gif); }
	.forum tbody tr { color: #666; background: #f8fcff url(/i/screen/table-border.gif) repeat-x 0 bottom; }
	.forum tbody tr.alt { background-color: #fff; }
	.forum tbody tr.sticky { background-color: #abe0ff; }
		.forum td { padding: 7px 0 3px 15px; }
			.forum td a { color: #173b61; background: none; font-size: 12px; }
			.forum td a:hover, .forum td a:focus { color: #0d91df; background: none; }
	/* col.date { text-align: center; } */
	.forum th:first-child + th, .forum th:first-child + th + th, .forum td:first-child + td, .forum td:first-child +td + td, .forum th.remove-favorite, .forum td.remove-favorite { text-align: center; }
	
	span.sticky { display: block; }
	span.closed { color: #163b61; font-size: 9px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; padding: 1px; margin-right: 5px; border: 1px solid #163b61; }

.forum .end-wrap { width: 650px; padding-left: 28px; }
	.forum label { font-weight: bold; }
	.markup { color: #999; font-size: 11px; }
	
div.thread-obsolete { background: #f07067; border: 2px solid #e7ebef; padding: 10px 15px; margin: 0 9px 12px; font-size: 14px; }	
ul.thread-list { border-top: 1px solid #e7ebef; margin: 0 0 12px; float: left; }
	ul.thread-list li { background: none; padding-left: 0; background: #f8fcff; border-bottom: 1px solid #e7ebef; clear: both; float: left; padding: 10px 15px 5px; width: 100%; }
	ul.thread-list li.alt { background: #fff; }
		ul.thread-list li li { border: none; padding: 0 0 3px; float: none;  }
		ul.thread-list h5 { font-size: 14px; color: #666; overflow: hidden; }
			ul.thread-list h5 span { font-size: 12px; color: #999; display: block; line-height: 1.8; }
		ul.thread-list .user-comment {  }
		
	ul.thread-list blockquote { border: none; border-left: 7px solid #b6cde4; background: none; text-align: left; padding: 0; margin: 0 0 20px; }
		ul.thread-list blockquote p { font-size: 12px; color: #333; margin-bottom: 10px; }

ul.thread-info li { color: #999; background: none; }
	ul.thread-info strong { color: #666; }
	
ul.thread-info li.favorites { display: none; }

#content .user-comment ul { position: relative; left: 15px; }
	#content .user-comment li { padding: 0; margin: 0; list-style-type: disc; }
	
.meta { color: #999; text-transform: uppercase; }
	.meta a { margin-left: 10px; }
	p.edit.edited { color: #759ec9; }
		.edit a { margin-left: 3px; }
		span.edit { border-right: 1px solid #999; padding-right: 6px; margin-left: 10px; }

span.error-message { display: none; }

.forum .admin { visibility: hidden; }

p.documentation { color: #999 }

/*-------------------------------------------    
    Home
-------------------------------------------*/
#home-elevator { text-align: center; margin-bottom: 10px; }
#home-elevator h2 { font-size: 16pt; border: none; font-family: "Arlt Gris", Georgia, serif; }

#product-feature-wrap { padding: 0 0 31px; }
	#product-feature { position: relative; }
		#product-feature ul {display: none; }
		#product-feature p.desc.short { display: none; }
		#product-feature p.desc.long { display: block; }
					
		#product-feature p { }
		#product-feature p:first-line { color: #759ec9; text-transform: uppercase; font-weight: bold; }
	
.fetch-heading { border: none; margin-bottom: 5px; }


/*-------------------------------------------    
   Tour
-------------------------------------------*/

div.tour-screenshot { margin-bottom:1.7em; }

#tour-navigation .back, #tour-navigation .next { display: none; }

div.tour-index { display: none; }

/*-------------------------------------------    
   Release notes
-------------------------------------------*/

div.release-notes-toc { display: none; }

/*-------------------------------------------    
    Text content
-------------------------------------------*/

span.ui.menu, span.ui span.menu, 
span.ui.command, span.ui span.command, 
span.ui.button, span.ui span.button, 
span.ui.pane, span.ui.helptopic,
span.ui.formatname, span.ui.fieldlabel,
span.ui.appname { 
	font-weight: bold; 
}

span.ui.button img {
	display: inline;
	vertical-align: text-bottom;
}

span.ui.menu-path span.menu:after { content: ' > '; }
span.ui.menu-path span.menu.last:after { content: ''; }

p.caption { text-align: center; }

p.faq { font-style: italic; }

p.next-link { text-align: right; }
p.copyright { font-size: smaller; }

img.floatleft { float: left; margin: 5px 10px 5px 10px; }
img.floatright { float: right; margin: 5px 10px 5px 10px; }

img.nudge-1 { position: relative; top: 1px; }
img.nudge-2 { position: relative; top: 2px; }
img.nudge-3 { position: relative; top: 3px; }
img.nudge-4 { position: relative; top: 4px; }


/*-------------------------------------------    
    JS slideshow
-------------------------------------------*/

.slideshow img.slide {
	margin: 5px 10px 5px 10px;
	float: left;
}

.slideshow img.button { display: none; }

.slideshow { height: auto !important; width: auto !important;}

.slideshow + * { clear: both; }

/*-------------------------------------------    
   Freebie admin
-------------------------------------------*/

table.freebie { font-size: 11px; }

table.freebie th, table.freebie td { vertical-align: top; }

table.freebie thead th, table.freebie thead td { color: #759ec9; text-transform: uppercase; font-size: 11px; padding: 5px 0 0 0; background: none;}
table.freebie thead td.bottom, table.freebie thead th.bottom  {
	background: transparent url(/i/screen/forum-th-border.gif) repeat-x 0 bottom; padding-bottom: 10px;
}

table.freebie tbody tr { color: #666; background: #f8fcff; }
table.freebie tbody tr td.bottom { color: #666; background: #f8fcff url(/i/screen/table-border.gif) repeat-x 0 bottom; }

table.freebie tbody tr.alt { background-color: #fff; }
table.freebie tbody tr.alt td.bottom { background-color: #fff; }

table.freebie td.name, table.freebie td.organization { font-weight: bold; color: #173b61; font-size: 12px; }
table.freebie td span.status { font-weight: bold; color: #173b61; }

table.freebie tbody td.status { text-align: right; }
table.freebie tbody td.status input { margin-left: 20px; margin-right: 20px; margin-top: 20px; margin-bottom: 10px; width: 10em; }

/*-------------------------------------------    
    Embedded hCards
-------------------------------------------*/

#support-address.vcard .org { display: none; }
#support-address .tel .type { display: none; }
#business-address .tel .type, #business-address .adr .type { display: none; }
.vcard a.url { color: #0ba6ff; }
.vcard a.url:hover, .vcard a.url:focus { color: #03669f; }
.vcard .fn { font-weight: bold;}

/*-------------------------------------------    
    Purchasing
-------------------------------------------*/

td.currency, th.currency { text-align: right; }
td.total { font-weight: bold; }
.license-buy .success-blurb { display: none; }

/*-------------------------------------------    
    Section 508
-------------------------------------------*/

table.bureaucratic {
	margin: 0px 0px 10px 0px;
	border: thin solid black;
}
table.bureaucratic td, table.bureaucratic th {
	padding: 5px;
}
table.bureaucratic td {
	border: thin dotted gray;
}
table.bureaucratic th {
	border: thin solid gray;
	text-align: center;
	font-weight: bold;
}
table.bureaucratic td ul { margin: 0px; }


/*-------------------------------------------    
   Dates
-------------------------------------------*/





.intro .right { display: none; }

