/* CSS Document */

@import "all.css";
@import "layout.css";

* {
	margin: 0px;
	padding: 0px;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	}

p,pre {
	margin: 0px 10px 10px 10px;
	}
	
h1 {
	font-size: 14px;
	margin-bottom: 10px;
	padding-top: 10px;
	}

h2 {
	margin-bottom: 10px;
}

h3 {
	margin-bottom: 4px;
}

h4 {
	margin-bottom: 4px;
}
 
img {
    border: none;
    }

.site_text h1 {
    background-color: rgb(7,44,98);
    color: white;
    font-size: 18pt;
    font-weight: bolder;
    margin: 0px 0px 8px 0px;    /* top right bottom left */
    padding: 2px 4px;
    }

.wob {
    background-color: rgb(7,44,98);
    color: white;
    font-size: 18pt;
    font-weight: bolder;
    margin: 0px 0px 8px 0px;    /* top right bottom left */
    padding: 2px 4px;
    }

.site_text {
	font-size: 12px;
	color: rgb(7,44,98);
    }

.site_text a {
	text-decoration: underline;
	color: rgb(7,44,98);
    }

.site_text a:hover {
	text-decoration: underline;
	color: rgb(7,44,98);
    }

.site_text a img {
    border: 1px solid white;
    }

.site_text a img:hover {
    border: 1px solid gray;
    }

.site_text_inverted {
	background: rgb(7,44,98);
	color: white;
	}

.nouveau h1 {
    background-color: transparent;
    color: rgb(7, 44, 98);
	text-align: center;
    font-size: 20pt;
	}

.nouveau h2 {
	text-align: center;
	}

.nouveau p {
	font-size: 133%;
	}

.nouveau ul {
    font-size: 125%;
    margin-bottom: 12px;
    }

.nouveau ul li {
    display: list-item;
    list-style: outside;
    list-style-type: disc;
    margin-left: 24px;
    }

.footer_text {
	color: rgb(7,44,98);
    font-size: 10px;
    text-align: center;
    }

.footer_text a {
	text-decoration: underline;
	color: rgb(7,44,98);
    }

.footer_text a:hover {
	text-decoration: underline;
	color: rgb(7,44,98);
    }

.footer_text a img {
    border: 1px solid white;
    }

.footer_text a img:hover {
    border: 1px solid gray;
    }

.big {
	font-size: 20px;
    line-height: 1.2;
	font-weight: 500;
	}

.float-right {
	float: right;
	padding-left: 10px;
	}

.float-left {
	float: left;
	padding-right: 10px;
	}

.float-middle {
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	}
    
.no_link_underline:link {
    text-decoration: none;
    }
    
.no_link_underline:visited {
    text-decoration: none;
    }
    
.no_link_underline:hover {
    text-decoration: underline;
    }
    
.insidelist li {
	list-style-position: inside;
	margin-left: 8px;
}

.flashmovie-640 {
	width: 624px;
	height: 351px;
}

.flashmovie-600 {
	width: 576px;
	height: 324px;
}

.flashmovie-560 {
	width: 528px;
	height: 297px;
}

/* BEGIN PRODUCT HEADER */

.productheader {
    }

.productheader_graphic {
    float: left;
    margin: 0px 32px 0px 0px;   /* top right bottom left */
    padding: 0px;
    }

.productheader_download {
    font-size: 14pt;
    padding-top: 16px;
    text-align: center;
    }

/* END PRODUCT HEADER */

/* BEGIN TOP NAVIGATION BAR */

#navbar-wrap {
	background-color: rgb(240,195,140);
}

#navbar {
    padding: 0px;
    font-size: 16px;
    }

/* see http://www.webreference.com/programming/css_lists/index.html */

#navbar ul {
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 3px;
    white-space: nowrap;
}

#navbar ul li {
	display: inline;
	text-align: center;
    padding: 0px 8px 0px 8px; /* top right bottom left */
    border-right: 1px solid black;
}

#navbar ul li:first-child {
    border-left: 1px solid black;
	}

#navbar ul li a {
	color: rgb(7,44,98);
	text-decoration:none;
	}

#navbar ul li a:hover {
	text-decoration: underline;
	}

/* END TOP NAVIGATION BAR */

/* BEGIN LEFTNAV */

#leftnav a:link {
    text-decoration: none;
    }

#leftnav a:visited {
    text-decoration: none;
    }

#leftnav a:hover {
    text-decoration: underline;
    }

ul#leftnav {
    margin: 0px;
    padding: 0px;
    }

.leftnav_cart {
    background-color: rgb(240,195,140);
    font-size: 12px;
    font-weight: bolder;
    list-style-type: none;
    line-height: 1.5;
    text-align: left;
    margin: 6px 8px 0px 0px;
    padding-left: 4px;
    padding-top: 4px;
    padding-bottom: 2px;
    }

.leftnav_header {
    font-size: 14px;
    font-weight: bolder;
    list-style-type: none;
    line-height: 1.5;
    margin: 6px 0px 0px 0px;
    }

.leftnav_link:before {
    content: "\00BB \0020";
    color: red;
    }

.leftnav_link {
    font-size: 12px;
    list-style-type: none;
    list-style-position: inside;
    line-height: 1.5;
    }

form#leftnav_subscribe {
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    width: 95%;
    }

form#leftnav_subscribe fieldset {
    border: 1px solid gray;
    margin: 10px 0px 10px 0px;               /* space above the form */
    padding: 2px;
    text-align: left;
    }

form#leftnav_subscribe legend {
    font-weight: bolder;
    color: rgb(7,44,98);                    /* bug in IE6 */
    }

form#leftnav_subscribe ol {
    list-style-type: none;
    margin: 2px;
    padding: 0px;
    }

label#leftnav_subscribe_email_label {
    font-weight: bolder;
    line-height: 1.5;
    text-align: left;
    }

input#leftnav_subscribe_email_input {
    width: 98%;
    }

input#leftnav_subscribe_submit {
    margin: 4px 20px 0px 0px;
    }

/* END LEFTNAV */

/* BEGIN OVERVIEW */

#phototomovie-overview .head1 {
    background-color: inherit;
    color: rgb(7,44,98);
    font-size: 20pt;
    font-weight: bolder;
    margin: 0px 0px 4px 0px;    /* top right bottom left */
    padding: 2px 4px;
	text-align: center;
	}

#phototomovie-overview .head1a {
    background-color: transparent;
    color: rgb(7, 44, 98);
	padding-top: 12px;
	text-align: center;
    font-size: 20pt;
	}

#phototomovie-overview .head2 {
	text-align: center;
    font-size: 20pt;
	}

#phototomovie-overview .head2a {
	padding-top: 12px;
	text-align: center;
    font-size: 20pt;
	}

#phototomovie-overview .head3 {
	text-align: center;
    font-size: 16pt;
    font-weight: normal;
    color: rgb(131, 149, 177);
    padding-bottom: 12px;
	}

#phototomovie-overview .head3a {
	text-align: center;
    font-size: 16pt;
    font-weight: normal;
    color: rgb(131, 149, 177);
	}

#phototomovie-overview h4 {
	text-align: left;
    font-size: 14pt;
    font-weight: normal;
    color: rgb(131, 149, 177);
	}

#phototomovie-overview ul {
	margin-left: 40px;
	}

#phototomovie-overview li {
    font-size: 11pt;
	}

#phototomovie-overview p {
    font-size: 11pt;
	}

#phototomovie-overview p > img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
.subjecttable img {
	-moz-box-shadow: 3px 3px 5px #444;
	-webkit-box-shadow: 3px 3px 5px #444;
	box-shadow: 3px 3px 5px #444;
	}
	
.subjecttable a {
	text-decoration: none;
	}
	
.subjecttable a:hover {
	text-decoration: underline;
	}

/* END OVERVIEW */

/* BEGIN DOWNLOADS */

ul.downloads_panels {
    margin: 16px 0px 0px 0px;   /* top right bottom left */
    padding: 0px;
    }

ul.downloads_panels li {
    margin: 0px;
    padding: 0px;
    }

li.downloads_product {
    border: 1px solid gray;
    float: left;
    list-style-type: none;
    margin: 1px;
    padding: 0px;
    width: 48%;
	vertical-align: top;
    }

.downloads_product h2 {
    background-color: rgb(7,44,98);
    color: white;
    font-size: 12pt;
    font-weight: bolder;
    margin: 0px;
    padding: 3px 0px;
    text-align: center;
    width: 100%;
    }

h3.downloads_group {
	padding: 4px;
	background-color: rgb(240,195,140);
	}

ul.downloads_product_specificversions {
    margin: 0px;
    padding: 0px;
    }

li.downloads_product_specificversion {
    border-top: thin solid gray;
    list-style-type: none;
    }

li.downloads_product_specificversion:first-child {
    border-top: none;
    }

.downloads_product_specificversion h3 {
    font-size:14px;
    font-weight:bolder;
    margin-top: 3px;
    text-align:center;
    }

.downloads_product_specificversion {
    font-size:10px;
    text-align:center;
    }

.downloads_product_languages ul {
    margin: 0px 0px 8px 0px;
    padding: 0px;
    }

.downloads_product_languages li {
    display: inline;
    list-style-type: none;
    }

#downloads_advertisement {
    }

ul#downloads_advertisement_bullets {
    }

#downloads_advertisement_bullets li {
    list-style-type: circle;
    margin: 2px 30px;
    }

#downloads_advertisement_bullets li:first-child {
    font-size: 12pt;
    font-weight: bolder;
    list-style-type: none;
    padding: 3px;
    text-align: center;
    }

.downloads_product_download fieldset {
    border: none;
    margin: 0px 0px 0px 0px;               /* space above the form */
    padding: 2px;
    text-align: left;
    }

.downloads_product_signup {
    font-size: 10pt;
    font-weight: bolder;
    text-align: left;
    margin-top: 10px;
    padding-left: 10px;
    margin-bottom: 6px;
    }

.downloads_product_newsletter {
    text-align: left;
    padding-left: 10px;
    margin-bottom: 6px;
    }

.downloads_product_announcements {
    text-align: left;
    padding-left: 10px;
    margin-bottom: 6px;
    }

.downloads_product_email {
    text-align: left;
    padding-left: 10px;
    }

.downloads_product_email label {
    padding-right: 8px;
    }

.downloads_product_email input {
    width: 80%;
    }

.downloads_product_submit {
    margin-top: 8px;
    }

.downloads_product_requirements {
    font-weight: bolder;
    font-size: 120%;
    }
/* END DOWNLOADS */

/* BEGIN RETAILER LISTS */

ul.retailer_list {
    margin: 0px 0px 0px 0px;
    padding: 0px 4px;
    }

ul.retailer_list li {
    list-style-type: none;
    margin-bottom: 16px;
    text-align: left;
    }

/* END RETAILER LISTS */

/* BEGIN NEWSLETTER STYLING */

#newsletter {
    border: 2px solid black;
    }

#newsletter ul li {
	display: list-item;
	list-style: outside;
    list-style-type: disc;
    margin-left: 24px;
    }

#newsletter ol li {
	display: list-item;
	list-style: outside;
    list-style-type: decimal;
    margin-left: 24px;
    }

/* END NEWSLETTER STYLING */

/* BEGIN NO BULLETS */

ul.no_bullets {
    margin-left: 0px;
    padding: 0px 4px;
    }

ul.no_bullets li {
    text-align: left;
    list-style-type: none;
    }

/* END NO BULLETS */

/* BEGIN REQUIREMENTS TEXT */

ul.spaced_text_list {
    }

ul.spaced_text_list li {
    margin-bottom: 10px;
    }

/* END REQUIREMENTS TEXT */

.text_button {
    background-color:rgb(7,44,98);
    color:white;
    font-weight:bold;
    font-size:14pt;
    }

.text_button a {
    text-decoration:none;
    color:white;
    }

.text_button a:hover {
    text-decoration:underline;
    color:white;
    }
	
.main_headline {
    position: relative;
    left: -80px;
    margin-right: -80px;
	font-size: 32px;
    line-height: 1.0;
	font-weight: bolder;
	color: rgb(7,44,98);
	}
    
.main_headline a {
	font-size: 32px;
    line-height: 1.0;
	font-weight: bolder;
	color: rgb(7,44,98);
    text-decoration: none;
    }
    
.main_headline a:hover {
    text-decoration: underline;
    }
	
.main_blurb {
    color: rgb(7,44,98);
	font-size: 12px;
    line-height: 1.2;
	vertical-align: top;
	text-align: left;
    font-weight: bolder;
    }

.main_info {
    text-align: center;
    }

.main_info img {
	border:1px solid #FFF;
    }

.main_info img:hover {
	border:1px solid #CCC;
    }

.main_product_box {
	color: rgb(7,44,98);
    border: 1px solid rgb(7,44,98);
    padding: 0px;
	}

.main_product_box a {
    color: rgb(7,44,98);
    text-decoration: none;
    }

.main_product_box a:hover {
    text-decoration:underline;
    }

.main_product_box ul {
    padding: 0px;
    margin: 10px 0px 10px 0px;
    }

.main_product_box ul li {
    list-style-type: none;
    padding: 1px 4px 1px 4px;
    }

.main_product_box_subheader {
    background-color: rgb(7,44,98);
    color: white;
    font-size: 10pt;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 12px;
    margin-bottom: 4px;
    }

.main_product_box_subheader a {
    color: white;
    }

.main_product_box_subheader a:hover {
    text-decoration: underline;
    }

.main_product_box_quote {
    font-size: 12px;
    font-weight: bolder;
    text-align: center;
    text-decoration: none;
    }

.main_product_box_tagline {
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    }

.main_product_box_imageline {
    text-align: center;
    }

.main_product_box a img {
    border: 1px solid white;
    }

.main_product_box a img:hover {
    border: 1px solid gray;
    }

.features_column {
	vertical-align: top;
	}

.features_text {
	vertical-align: top;
	}
	
.features_pdf a {
	color: black;
	vertical-align: top;
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
	padding-bottom: 2px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
    }
	
.features_pdf a:hover {
	text-decoration: underline;
    }
    
.features_title {
	background-color: rgb(240,195,140);
	color: rgb(7,44,98);
	font-size: 10px;
    line-height: 1.2;
	font-weight: bolder;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 0px 0px;
	}

.product_tagline {
    font-size: 24px;
    }
    
.product_bold_price {
    font-size: 18px;
	font-weight: bolder;
	color: rgb(7,44,98);
    }

.product_price_over {
    font-size: 12px;
	color: rgb(7,44,98);
    }

.product_price_sub {
    }

.product_price_sub a {
    font-size: 12px;
	text-decoration:none;
    }

.product_price_sub a:hover {
	text-decoration:underline;
    }
    
.product_title {
	background-color: rgb(240,195,140);
	color: rgb(7,44,98);
	font-size: 12px;
    line-height: 1.2;
	font-weight: bolder;
	padding: 4px 12px 4px 12px;
	margin: 0px 0px 0px 0px;
	}

.product_special_offer {
    background-color: rgb(7,44,98);
    color: white;
    font-size: 12px;
    line-height: 1.2;
    font-weight: bolder;
    padding: 4px 12px 4px 12px;
    margin: 0px 0px 0px 0px;
    }

/* BEGIN HIGHLIGHTS BOXES */
    
ul.highlights {
    margin: 0px 0px 0px 0px;
    padding: 0px 4px;
    }
    
ul.highlights li {
	font-size: 12px;
    list-style-type: none;
    }

ul.highlights li.highlights_title {
    margin: 0px;
    padding: 4px 4px 4px 8px;
	font-size: 14px;
	background-color: gray;
	color: white;
    font-weight: bolder;
    border-width: 1px 1px 0px 1px;
    border-color: black;
    border-style: dotted;
    text-align: left;
    }

ul.highlights li ul {
    margin: 0px;
    padding: 0px 0px 0px 4px;
    border-color: black;
    border-width: 0px 1px 1px 1px;
    border-style: dotted;
    }

ul.highlights li ul li.highlights_group_title {
    list-style-type: none;
    padding: 4px 4px 0px 0px;
    font-weight: bolder;
    text-align: left;
    }

ul.highlights li.highlights_group {
    display: inline; /* this gets rid of the gaps */
    }

ul.highlights li ul li.highlights_group_explanation {
    list-style-type: none;
    padding: 4px;
    text-align: left;
    }

ul.product_highlights li.highlights_title {
	background-color: rgb(7,44,98);
    border-color: rgb(7,44,98);
    }

ul.product_highlights li ul {
    border-color: rgb(7,44,98);
    }

ul.raves_highlights li.highlights_title {
	background-color: rgb(240,195,140);
    border-color: rgb(7,44,98);
    text-align: right;
    }

ul.raves_highlights li ul {
    border-color: rgb(7,44,98);
    }

ul.raves_highlights li ul li.highlights_group_title {
    text-align: right;
    }

ul.raves_highlights li ul li.highlights_group_explanation {
    text-align: right;
    }

/* END HIGHLIGHTS BOXES */

/* BEGIN FEATURES BOXES */
    
ul.features {
    margin: 0px 0px 0px 0px;
    padding: 4px 4px;
	list-style-type: none;
	display: list-item;
    }
    
ul.features li {
	font-size: 10px;
    line-height: 1.2;
	text-align: left;
	padding-bottom: 2px;
	margin: 0px 0px 0px 0px;
    color: black;
    }

ul.features li.features_titlex {
	background-color: rgb(240,195,140);
	color: rgb(7,44,98);
	font-size: 10px;
    line-height: 1.2;
	font-weight: bolder;
	padding: 4px 4px 4px 4px;
	margin: 4px 0px 8px 0px;
    }

ul.features li ul {
	list-style-type: none;
	display: list-item;
}

ul.features li ul li {
	font-size: 10px;
    line-height: 1.2;
	text-align: left;
	padding-bottom: 2px;
	margin: 0px 0px 0px 0px;
    color: black;
}

ul.features li ul li ul {
	list-style-type: none;
	display: list-item;
}

ul.features li ul li ul li {
	font-size: 10px;
    line-height: 1.2;
	text-align: left;
	padding-bottom: 2px;
	margin: 0px 0px 0px 0px;
    color: black;
	display: list-item;
	list-style-position: inside;
    list-style-type: disc;
}

ul.features ul {
    padding: 0px;
    margin: 0px;
    }

ul.features li ul li.features_subtitle {
	font-size: 10px;
    line-height: 1.2;
	font-weight: bolder;
	text-align: left;
	padding-bottom: 2px;
	margin: 0px 0px 0px 0px;
    }

.features_bulleted li {
	display: list-item;
	list-style: inside;
    list-style-type: disc;
    }

/* END FEATURES BOXES */

/* BEGIN TUTORIAL BOXES */

ol.tutorial li, ul.tutorial li {
	font-size: 12px;
    list-style-position: inside;
	margin-left: 18px;
    padding: 4px 0px 4px 0px;
	color: black;
    line-height: 1.2;
    }

/* END TUTORIAL BOXES */

/* BEGIN FAQ BOXES */

.faq_question {
    background-color: silver;
    color: black;
    font-size: 12px;
    line-height: 1.2;
    font-weight: bolder;
    padding: 6px;
    }

table.faq {
    margin: 4px;
    }

table.faq th.table-main-header {
    background-color:gray;
    color:black;
    text-align:left;
}

table.faq th.table-sub-header {
    background-color:gray;
    color:black;
    text-align:left;
}

table.faq td {
    color:black;
}

#faq li {
	list-style-position: inside;
	margin-left: 8px;
}

.faq_answer ol {
	margin-bottom: 8px;
}

.faq_answer ul {
	margin-bottom: 8px;
}

/* END FAQ BOXES */

/* BEGIN CCFORM BOXES */

ul.ccform {
    }

.ccform {
    line-height: 1.0;
    }

.ccform h2 {
    margin: 0px 0px 8px 0px;
    padding: 4px 4px 4px 8px;
    font-size: 14px;
    background-color: rgb(7,44,98);
    color: white;
    font-weight: bolder;
    text-align: left;
    }

.ccform .ccform_text {
    color: black;
    }

.ccform .ccform_label {
    font-weight: bolder;
    color: black;
    }

.ccform .ccform_required {
    color: rgb(160,0,0);
    }

.ccform tr.ccform_headers td {
    font-weight: bolder;
    font-size: 14px;
    text-decoration: underline;
    }

.ccform tr.ccform_productline td {
    padding: 4px 0px 4px 0px;
    }

.ccform tr.ccform_subtotal td {
    font-weight: bolder;
    padding-top: 4px;
    padding-bottom: 0px;
    text-align: right;
    }

.ccform .ccform_bold {
    font-weight: bolder;
    }

.ccform_important {
    font-size: 14px;
    font-weight: bolder;
    padding-top: 8px;
    line-height: 1.5;
    }

.ccform_productline.even {
    background-color: #FAF0E6; /* linen */
}

.ccform_radio_list {
    list-style-type: none;
}

.ccform_radio_list li {
    line-height: 2.0;
}

/* END CCFORM BOXES */

.price_dollar_sign {
    vertical-align: super;
    font-size: 14px;
    line-height: 1.2;
    }
    
.price_dollars {
    font-size: 24px;
    line-height: 1.2;
    }
    
.price_cents {
    text-decoration: underline;
    vertical-align: super;
    font-size: 14px;
    line-height: 1.2;
    }
    
.price_cents_fill {
    vertical-align: super;
    font-size: 14px;
    line-height: 1.2;
    }
    
.mailing-address {
	background-color: rgb(240,195,140);
    padding: 10px;
    border: 1px solid rgb(7,44,98);
    }

ul.revisions-toc {
	margin-bottom: 10px;
	}
    
.revisions-toc li {
    list-style-image: url(../Graphics/i_arrow_down.gif);
    list-style-position: inside;
    color: green;
    }           

ul.revisions {
    padding: 0px 10px;
    border: 1px solid rgb(7,44,98);
    }
    
.revisions li {
	font-size: 12px;
    line-height: 1.2;
	padding: 0px 4px 0px 4px;
    list-style-type: none;
    }

.revisions li:before {
    content: "\00BB \0020";
    }

.revisions li.revision-header:before {
    content: "";
    }

.revisions li.revision-product:before {
    content: "";
    }
    
.revisions li.revision-header {
	font-size: 14px;
    line-height: 1.2;
	margin: 10px 0px 0px 0px;
	padding: 4px;
	font-weight: bolder;
	background-color: rgb(224,224,224);
    }

.revisions li.revision-product {
    font-size: 18px;
    line-height: 1.2;
    margin: 10px 0px 0px 0px;
    padding: 4px;
    font-weight: bolder;
    color: white;
    background-color: rgb(7,44,98);
    }

.press_date {
	font-weight: bolder;
    }

.purchase_instructions {
	font-size: 18px;
    line-height: 1.2;
	font-weight: bolder;
	color: rgb(160,0,0);
    }

.purchase_item_box {
	border:1px solid #444;
	}

.purchase_item_box input {
	margin-bottom: 4px;
	}

.purchase_item_title {
	font-size: 18px;
	font-weight: bolder;
	color: rgb(7,44,98);
    margin-bottom: 4px;
    margin-top: 8px;
    }

.purchase_item_title a {
	color: rgb(7,44,98);
	text-decoration:none;
    }

.purchase_item_title:hover {
	text-decoration:underline;
	}

.purchase_item_blurb {
	font-size: 11px;
    line-height: 1.2;
    }

.purchase_item_emphasis {
	font-weight: bolder;
    }

.purchase_item_price {
	font-weight: bolder;
    }

.purchase_product_table {
    padding-left: 20px;
    padding-right: 0px;
    }

.purchase_product_table tr td {
    padding-bottom: 8px;
    }

.purchase_product_table_name {
    font-weight: bolder;
    font-size: 125%;
    }

.purchase_product_table_price {
    font-size: 120%;
    }

.purchase_product_small {
    font-size: 80%;
    font-weight: normal;
    color: gray;
    }

.price_emphasis {
	font-weight: bolder;
    }

.testimonials-attribution {
    font-style: italic;
    }

.testimonials-attribution a {
    font-style: italic;
	color: rgb(7,44,98);
	text-decoration:none;
    }

.testimonials-attribution a:hover {
	text-decoration:underline;
	}

.download_platform_icon {
	border:1px solid #444;
	background-color: white;
    }

p.invoice {
    border: 1px solid rgb(7,44,98);
}

.regular {
	color: rgb(7,44,98);
    }

.regular a {
	color: rgb(7,44,98);
	text-decoration:none;
    }

.regular a:hover {
	color: rgb(7,44,98);
	text-decoration:underline;
    }
    
.offer .offer_title {
    margin: 0px 0px 8px 0px;
    padding: 4px 4px 4px 8px;
	font-size: 14px;
	background-color: rgb(7,44,98);
	color: white;
    font-weight: bolder;
    text-align: left;
    }

.offer .offer_text {
	color: black;
    }

.offer .offer_label {
	color: black;
    font-weight: bolder;
	font-size: 14px;
    }

.offer .offer_required {
	color: rgb(160,0,0);
    }

.quote_box {
    border: 1px dotted rgb(7,44,98);
    }

.quote {
	text-align: left;
}

.quote a:link {
    text-decoration: none;
    }

.quote a:visited {
    text-decoration: none;
    }

.quote a:hover {
    text-decoration: underline;
    }

#reseller-page li {
	list-style-position: inside;
	margin-left: 8px;
}

#reseller-page h2 {
	margin-top: 8px;
}

#reseller-page h3 {
	margin-top: 8px;
}

#reseller-page h4 {
	margin-top: 8px;
}

#emailoptions ul {
	margin-bottom: 8px;
	margin-left: 4px;
}

#emailoptions td {
	padding: 2px 0px;
}

#emailoptions input {
	margin-right: 6px;
	margin-left: 8px;
}

#emailoptions li {
	list-style-position: inside;
	margin-left: 8px;
}

#phototomovie-main-platforms ul {
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 3px;
    white-space: nowrap;
}

#phototomovie-main-platforms ul li {
	display: inline;
	text-align: center;
    padding: 0px 8px 0px 8px; /* top right bottom left */
}

#phototomovie-main-rightlinks {
	background-color: rgb(240,195,140);
	padding: 4px;
}

#phototomovie-main-rightlinks h2 {
	margin: 0px;
	padding: 0px;
}

#phototomovie-main-rightlinks li {
	font-size: 14px;
	list-style-position: inside;
	list-style-type: none;
	padding-top: 4px;
	padding-bottom: 3px;
}

#phototomovie-main-rightlinks li:first-child {
}

#phototomovie-main-background {
    background-image: url('../Graphics/phototomovie_main_background.jpg');
    background-repeat: no-repeat;
    background-size: 720px 240px;
}

.phototomovie-main-quote-background {
    background: rgb(248,235,200);
/*    background-image: url('../Graphics/phototomovie_main_background.jpg');
    background-repeat: no-repeat; */
    padding: 10px;
}

#phototomovie-main-quotes li {
	list-style-position: inside;
	list-style-type: none;
	margin-left: 2px;
	margin-top: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid gray;
}

#phototomovie-main-quotes li:first-child {
	border-top: 1px solid gray;
}

#phototomovie-main-quotes .attribution {
	display: block;
	color: gray;
}

.phototomovie-main-boxed {
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-top: 10px solid rgb(7,44,98);
    border-left: 1px solid rgb(7,44,98);
    border-right: 1px solid rgb(7,44,98);
    border-bottom: 1px solid rgb(7,44,98);
    /* background: rgb(250, 252, 252); rgb(193, 202, 216) */
    padding-top: 10px;
    margin-bottom: 10px;
}

.phototomovie-main-boxed p {
	width: 100%;
	text-align: center;
	margin-bottom: 16px;
}

.phototomovie-main-boxed h2 {
	width: 100%;
	text-align: center;
	margin-bottom: 16px;
}

.phototomovie-main-boxed h3 {
    width: 100%;
    text-align: center;
    font-size: 150%;
    font-weight: bolder;
}

.phototomovie-main-boxed .txt2 {
    width: 100%;
    text-align: center;
    font-size: 150%;
    font-weight: bolder;
}

#phototomovie-main .head1 {
    text-align: center;
    color: rgb(7,44,98);
    background: inherit;
    font-size: 300%;
    margin-bottom: 0px;
}

#phototomovie-main .head1 a {
    text-decoration: none;
}

#phototomovie-main .head1 a:hover {
    text-decoration: underline;
}

#phototomovie-main .head2 {
    text-align: center;
    font-size: 200%;
    font-weight: bolder;
    color: rgb(7,44,98);
    margin-bottom: 0px;
	}

#phototomovie-main .head3 {
    text-align: center;
    font-size: 150%;
    font-weight: normal;
    color: rgb(131, 149, 177);
    margin: 0px;
    margin-bottom: 8px;
	}

#phototomovie-main .image3 {
    text-align: center;
	}

#phototomovie-main .shadow {
	-moz-box-shadow: 3px 3px 5px #444;
	-webkit-box-shadow: 3px 3px 5px #444;
	box-shadow: 3px 3px 5px #444;
}

#phototomovie-main .list1 {
    font-size: 150%;
    font-weight: bolder;
    padding-left: 16px;
    height: 140px;
}

#phototomovie-main .list1 li {
    line-height: 133%;
}

#phototomovie-contact-newsletter form {
	margin-left: 8px;
}

#phototomovie-gallery li {
	list-style-position: inside;
	list-style-type: none;
	margin-left: 8px;
	padding-top: 8px;
	border-top: 2px solid gray;
}

#phototomovie-gallery h3 {
	text-align: center;
    font-size: 16pt;
    font-weight: normal;
    color: rgb(131, 149, 177);
    padding-bottom: 12px;
}

.movie-frame-200 {
	height: 200px;
}

.movie-frame-260 {
	height: 260px;
}
    
/*
	Comment this in for debugging tables.
 */
/*
table {
	border: 1px dotted red;
}

tr {
	border: 1px dotted green;
}

td {
	border: 1px dotted blue;
}
*/

.strike {
    text-decoration: line-through;
    color: red;
}

.add {
    color: green;
}

.replace-old {
    text-decoration: line-through;
    color: red;
}

.replace-new {
    color: green;
}

.article p img {
    padding: 0; max-width: 100%;
}

.article h2 {
    margin-bottom: 10px;
    padding-left: 10px;
}

.article h3 {
    margin-bottom: 10px;
    padding-left: 10px;
}

.article .emphasis {
    font-weight: bolder;
}

.article img.inline-right {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

.article img.inline-left {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.article .inline-right {
    float: right;
}

.article .inline-left {
    float: left;
}

.article img.inline-centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 8px;
}

.article img.block-left {
    margin-left: 12px;
    padding-bottom: 1.0em;
}

.article li {
    list-style-position: outside;
    margin-left: 28px;
    margin-bottom: 4px;
}

.article ul, .article ol {
    margin-bottom: 1em;
}

.article ul.toc li ul li:first-child {
    margin-top: 4px;
}

.article ul.toc li ul {
    margin-bottom: 0px;
}

#article_weddings {
    counter-reset: headings;
}

#article_weddings h2:before {
    content: counter(headings) ". ";
    counter-increment: headings;
}

#article_weddings .song-title:before {
    content: '"';
}

#article_weddings .song-title {
    font-style: italic;
}

#article_weddings .song-title:after {
    content: '"';
}

#upgrade li {
    list-style-position: inside;
    margin-left: 8px;
}

#upgrade h2 {
    margin: 0px 0px 8px 0px;
    padding: 4px 4px 4px 8px;
    font-size: 14px;
    background-color: rgb(7,44,98);
    color: white;
    font-weight: bolder;
    text-align: left;
}

#beta  li {
    list-style-position: inside;
    margin-left: 8px;
}
 
.thumbnail
{
    padding: 7px;
    border: 1px solid #ddd;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}
 
.caption
{
    font-size: 0.9em;
    padding-top: 0.2em;
}

a.fbutton {
    background: transparent url('../Graphics/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.fbutton span {
    background: transparent url('../Graphics/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.fbutton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.fbutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.gbutton {
    background: transparent url('../Graphics/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 18px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
}

a.gbutton span {
    background: transparent url('../Graphics/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0px 5px 0px;
    padding-left: 12px;
}

a.gbutton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.gbutton:active span {
    background-position: bottom left;
    padding: 0px 0px 4px 0px; /* push text down 1px */
}

.txt1 {
    font-weight: bolder;
    background: rgb(240,195,140);
}

.txt2 {
    font-weight: bolder;
    text-decoration: underline;
}

.txt3a {
    font-weight: bolder;
}

.txt3b {
    text-decoration: underline;
}

.checklist li {
  list-style-image: url('../Graphics/blue-check.png');
}

.quotebox {
    border: 2px solid black;
    padding: 8px;
    background: lightgray;
    margin-bottom: 12px;
}

.quotesig {
    font-weight: bolder;
    text-align: right;
}

.quotebox .txt2 {
    background: khaki;
}

/* used in photo to movie beta page */
.photo-header {
	text-align:center;
	color: rgb(7,44,98);
	font-size: 20px;
	font-weight: bolder;
}

.affiliate-main h2 {
    background-color: rgb(240,195,140);
    padding: 4px;
    font-size: 120%;
}

.affiliate-main p {
    font-size: 120%;
}

.affiliate-main td {
    font-size: 120%;
}

.affiliate-callout {
    font-size: 120%;
    font-weight: bolder;
}

.affiliate-main li {
	list-style-position: inside;
	margin-left: 8px;
}

.affiliate-data
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
.affiliate-data th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
.affiliate-data td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
.affiliate-data tr:hover td
{
	background: #d0dafd;
	color: #339;
}

/* BEGIN HOW-TO */

#making-slideshows h1 {
    background-color: transparent;
    color: rgb(7, 44, 98);
	padding-top: 12px;
	text-align: left;
    font-size: 20pt;
	}

#making-slideshows li {
    list-style-position: inside;
    margin-left: 12px;
}

#making-slideshows ul {
    margin: 0px 0px 1em 0px;
}

/* END HOW-TO */
