/* /\/\/\/\/\/\/\/\/ CLIENT-SPECIFIC STYLES /\/\/\/\/\/\/\/\/ */
#outlook a{padding: 0;} /* Force Outlook to provide a "view in browser" message */
.ReadMsgBody{width: 100%;} .ExternalClass{width: 100%;} /* Force Hotmail to display emails at full width */
.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing */
body, table, td, p, a, li, blockquote{-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;} /* Prevent WebKit and Windows mobile changing default text sizes */
table, td{mso-table-lspace: 0pt; mso-table-rspace: 0pt;} /* Remove spacing between tables in Outlook 2007 and up */
img{-ms-interpolation-mode: bicubic;} /* Allow smoother rendering of resized image in Internet Explorer */
/**
* @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
* @theme page
*/
body, #bodyTable{
background-color: #DEE0E2;
}
/**
* @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
* @theme page
*/
#bodyCell{
border-top: 4px solid #BBBBBB;
}
/**
* @tip Set the border for your email.
*/
#templateContainer{
border: 1px solid #BBBBBB;
}
/**
* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.
* @style heading 1
*/
h1{
color: #404040 !important;
display: block;
font-family: Helvetica;
font-size: 26px;
font-style: normal;
font-weight: bold;
line-height: 100%;
letter-spacing: normal;
margin-top: 0;
margin-right: 0;
margin-bottom: 10px;
margin-left: 0;
text-align: left;
}
/**
* @tip Set the styling for all second-level headings in your emails.
* @style heading 2
*/
h2{
color: #404040 !important;
display: block;
font-family: Helvetica;
font-size: 20px;
font-style: normal;
font-weight: bold;
line-height: 100%;
letter-spacing: normal;
margin-top: 0;
margin-right: 0;
margin-bottom: 10px;
margin-left: 0;
text-align: left;
}
/**
* @tip Set the styling for all third-level headings in your emails.
* @style heading 3
*/
h3{
color: #3d98c6 !important;
display: block;
font-family: Helvetica;
font-size: 16px;
font-weight: normal;
line-height: 100%;
letter-spacing: normal;
margin-top: 0;
margin-right: 0;
margin-bottom: 10px;
margin-left: 0;
text-align: left;
}
/**
* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.
* @style heading 4
*/
h4{
color: #808080 !important;
display: block;
font-family: Helvetica;
font-size: 14px;
font-weight: normal;
line-height: 100%;
letter-spacing: normal;
margin-top: 0;
margin-right: 0;
margin-bottom: 10px;
margin-left: 0;
text-align: left;
}
/**
* @tip Set the background color and bottom border for your email's preheader area.
* @theme header
*/
#templatePreheader{
background-color: #F4F4F4;
border-bottom: 1px solid #CCCCCC;
}
/**
* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.
*/
.preheaderContent{
color: #808080;
font-family: Helvetica;
font-size: 10px;
line-height: 125%;
text-align: left;
}
/**
* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.
*/
.preheaderContent a:link, .preheaderContent a:visited, /* Yahoo! Mail Override */ .preheaderContent a .yshortcuts /* Yahoo! Mail Override */{
color: #606060;
font-weight: normal;
text-decoration: underline;
}
/**
* @tip Set the background color and borders for your email's header area.
* @theme header
*/
#templateHeader{
background-color: #F4F4F4;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #CCCCCC;
}
/**
* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.
*/
.headerContent{
color: #505050;
font-family: Helvetica;
font-size: 20px;
font-weight: bold;
line-height: 100%;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
text-align: left;
vertical-align: middle;
}
/**
* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.
*/
.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{
color: #3d98c6;
font-weight: normal;
text-decoration: underline;
}
#headerImage{
height: auto;
max-width: 600px;
}
#socialShare img {
margin-right: 3px;
}
/* ========== Body Styles ========== */
/**
* @tip Set the background color and borders for your email's body area.
*/
#templateBody{
background-color: #FFFFFF;
border-top: 1px solid #FFFFFF;
/*border-bottom: 1px solid #CCCCCC;*/
}
/**
* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.
* @theme main
*/
.bodyContent{
color: #505050;
font-family: Helvetica;
font-size: 16px;
line-height: 150%;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
text-align: left;
}
/**
* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.
*/
.bodyContent a:link, .bodyContent a:visited, /* Yahoo! Mail Override */ .bodyContent a .yshortcuts /* Yahoo! Mail Override */{
color: #3d98c6;
font-weight: normal;
text-decoration: underline;
}
/**
* @tip Set the styling for your email's data table text. Choose a size and color that is easy to read.
*/
.dataTableHeading{
/*background-color: #E7F1FC;*/
color: #336699;
font-family: Helvetica;
font-size: 14px;
font-weight: bold;
line-height: 150%;
text-align: left;
}
/**
* @tip Set the styling for your email's data table links. Choose a color that helps them stand out from your text.
*/
.dataTableHeading a:link, .dataTableHeading a:visited, /* Yahoo! Mail Override */ .dataTableHeading a .yshortcuts /* Yahoo! Mail Override */{
color: #FFFFFF;
font-weight: bold;
}
/**
* @tip Set the styling for your email's data table text. Choose a size and color that is easy to read.
*/
.dataTableContent{
border-top: 1px solid #DDDDDD;
border-bottom: 0;
color: #404040;
font-family: Helvetica;
font-size: 12px;
line-height: 150%;
text-align: left;
}
/**
* @tip Set the styling for your email's data table links. Choose a color that helps them stand out from your text.
*/
.dataTableContent a:link, .dataTableContent a:visited, /* Yahoo! Mail Override */ .dataTableContent a .yshortcuts /* Yahoo! Mail Override */{
color: #3d98c6;
font-weight: bold;
}
/* ========== Column Styles ========== */
.templateColumnContainer{width: 200px;}
/**
* @tip Set the background color and borders for your email's column area.
*/
#templateColumns{
background-color: #F4F4F4;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #CCCCCC;
}
/**
* @tip Set the styling for your email's left column content text. Choose a size and color that is easy to read.
*/
.leftColumnContent{
color: #505050;
font-family: Helvetica;
font-size: 14px;
line-height: 150%;
padding-top: 0;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
text-align: left;
}
/**
* @tip Set the styling for your email's left column content links. Choose a color that helps them stand out from your text.
*/
.leftColumnContent a:link, .leftColumnContent a:visited, /* Yahoo! Mail Override */ .leftColumnContent a .yshortcuts /* Yahoo! Mail Override */{
color: #3d98c6;
font-weight: normal;
text-decoration: underline;
}
/**
* @tip Set the styling for your email's center column content text. Choose a size and color that is easy to read.
*/
.centerColumnContent{
color: #505050;
font-family: Helvetica;
font-size: 14px;
line-height: 150%;
padding-top: 0;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
text-align: left;
}
/**
* @tip Set the styling for your email's center column content links. Choose a color that helps them stand out from your text.
*/
.centerColumnContent a:link, .centerColumnContent a:visited, /* Yahoo! Mail Override */ .centerColumnContent a .yshortcuts /* Yahoo! Mail Override */{
color: #3d98c6;
font-weight: normal;
text-decoration: underline;
}
/**
* @tip Set the styling for your email's right column content text. Choose a size and color that is easy to read.
*/
.rightColumnContent{
color: #505050;
font-family: Helvetica;
font-size: 14px;
line-height: 150%;
padding-top: 0;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
text-align: left;
}
/**
* @tip Set the styling for your email's right column content links. Choose a color that helps them stand out from your text.
*/
.rightColumnContent a:link, .rightColumnContent a:visited, /* Yahoo! Mail Override */ .rightColumnContent a .yshortcuts /* Yahoo! Mail Override */{
color: #3d98c6;
font-weight: normal;
text-decoration: underline;
}
/**
* @tip Set the background color and borders for your email's footer area.
* @theme footer
*/
#templateFooter{
background-color: #F4F4F4;
border-top: 1px solid #FFFFFF;
}
/**
* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.
* @theme footer
*/
.footerContent{
color: #808080;
font-family: Helvetica;
font-size: 10px;
line-height: 150%;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
text-align: left;
}
/**
* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.
*/
.footerContent a:link, .footerContent a:visited, /* Yahoo! Mail Override */ .footerContent a .yshortcuts, .footerContent a span /* Yahoo! Mail Override */{
color: #606060;
font-weight: normal;
text-decoration: underline;
}
/* /\/\/\/\/\/\/\/\/ MOBILE STYLES /\/\/\/\/\/\/\/\/ */
@media only screen and (max-width: 480px){
/* /\/\/\/\/\/\/ CLIENT-SPECIFIC MOBILE STYLES /\/\/\/\/\/\/ */
body, table, td, p, a, li, blockquote{-webkit-text-size-adjust: none !important;} /* Prevent Webkit platforms from changing default text sizes */
body{width: 100% !important; min-width: 100% !important;} /* Prevent iOS Mail from adding padding to the body */
/* /\/\/\/\/\/\/ MOBILE RESET STYLES /\/\/\/\/\/\/ */
#bodyCell{padding: 10px !important;}
/* /\/\/\/\/\/\/ MOBILE TEMPLATE STYLES /\/\/\/\/\/\/ */
/* ======== Page Styles ======== */
/**
* @tip Make the template fluid for portrait or landscape view adaptability. If a fluid layout doesn't work for you, set the width to 300px instead.
*/
#templateContainer{
max-width: 600px !important;
width: 100% !important;
}
/**
* @tip Make the first-level headings larger in size for better readability on small screens.
*/
h1{
font-size: 24px !important;
line-height: 100% !important;
}
/**
* @tip Make the second-level headings larger in size for better readability on small screens.
*/
h2{
font-size: 20px !important;
line-height: 100% !important;
}
/**
* @tip Make the third-level headings larger in size for better readability on small screens.
*/
h3{
font-size: 18px !important;
line-height: 100% !important;
}
/**
* @tip Make the fourth-level headings larger in size for better readability on small screens.
*/
h4{
font-size: 16px !important;
line-height: 100% !important;
}
/* ======== Header Styles ======== */
#templatePreheader{display: none !important;} /* Hide the template preheader to save space */
/**
* @tip Make the main header image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead.
*/
#headerImage{
height: auto !important;
max-width: 600px !important;
width: 100% !important;
}
/**
* @tip Make the header content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
*/
.headerContent{
font-size: 20px !important;
line-height: 125% !important;
}
/* ======== Body Styles ======== */
/**
* @tip Make the body content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
*/
.bodyContent{
font-size: 18px !important;
line-height: 125% !important;
}
/**
* @tip Set the background color and border for your email's data table.
*/
.templateDataTable{
background-color: #FFFFFF;
border: 1px solid #DDDDDD;
}
/**
* @tip Set the styling for your email's data table text. Choose a size and color that is easy to read.
*/
.dataTableHeading{
background-color: #D8E2EA;
color: #336699;
font-family: Helvetica;
font-size: 14px;
font-weight: bold;
line-height: 150%;
text-align: left;
}
/**
* @tip Set the styling for your email's data table links. Choose a color that helps them stand out from your text.
*/
.dataTableHeading a:link, .dataTableHeading a:visited, /* Yahoo! Mail Override */ .dataTableHeading a .yshortcuts /* Yahoo! Mail Override */{
color: #3d98c6;
font-weight: bold;
}
/**
* @tip Set the styling for your email's data table text. Choose a size and color that is easy to read.
*/
.dataTableContent{
border-top: 1px solid #DDDDDD;
border-bottom: 0;
color: #202020;
font-family: Helvetica;
font-size: 12px;
font-weight: bold;
line-height: 150%;
text-align: left;
}
/**
* @tip Set the styling for your email's data table links. Choose a color that helps them stand out from your text.
*/
.dataTableContent a:link, .dataTableContent a:visited, /* Yahoo! Mail Override */ .dataTableContent a .yshortcuts /* Yahoo! Mail Override */{
color: #3d98c6;
font-weight: bold;
}
/**
* @tip Make the column image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead.
*/
.columnImage{
height: auto !important;
max-width: 480px !important;
width: 100% !important;
}
/**
* @tip Make the left column content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
*/
.leftColumnContent{
font-size: 16px !important;
line-height: 125% !important;
}
/**
* @tip Make the center column content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
*/
.centerColumnContent{
font-size: 16px !important;
line-height: 125% !important;
}
/**
* @tip Make the right column content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
*/
.rightColumnContent{
font-size: 16px !important;
line-height: 125% !important;
}
/* ======== Footer Styles ======== */
/**
* @tip Make the body content text larger in size for better readability on small screens.
*/
.footerContent{
font-size: 14px !important;
line-height: 115% !important;
}
.footerContent a {
display:block !important;
} /* Place footer social and utility links on their own lines, for easier access */
<p>
<span class="xn-location">BENTON HARBOR, Mich.</span>, <span class="xn-chron">March 8, 2017</span> /PRNewswire/ -- The Amana® brand has unveiled a sleek, new line of wall ovens along with built-in gas and electric cooktops that continue to bring great value to your kitchen. To help homeowners seeking a kitchen upgrade at a value price, these latest innovations offer eye-catching design as well as contemporary features such as a self-clean option in the new wall ovens; and dishwasher-safe grates and knobs, simmer, melt and warm features on the new cooktops.</p>
<p>A recent survey conducted by Opinion Research Corporation on behalf of Amana*, found that about half or more consumers think certain appliance features come at an additional cost, such as self-cleaning capabilities (48 percent), five elements (78 percent), and stainless steel (69 percent). These new offerings from Amana are providing these features at a value price point. </p>
<p>"The combination of value-based pricing, hassle-free features, quality products and timeless design is something Amana brings to market. We find our value proposition continues to surprise and delight consumers," said <span class="xn-person">Laura Fletty</span>, Amana Brand Manager. "We are always evaluating what the Amana consumer wants, and designing quality products in response that are priced right." </p>
<p>The newest kitchen offerings from Amana include: </p>
<p>
<b><u>Amana® Wall Oven</u></b>
</p>
<ul type="disc">
<li>Available in two sizes and in stainless steel, black and white
<ul type="circle">
<li>
<a href="https://amana.com/cooking/built_in_ovens/cooking/27_inch_wall_oven_with_4_3_cu__ft__capacity_awo6317sfs.pro?searchterm=AWO6317SF&color=stainless_steel" rel="nofollow" target="_blank">27-Inch Wall Oven With 4.3 Cu. Ft. Capacity</a>
</li>
<li>
<a href="https://amana.com/cooking/built_in_ovens/cooking/30_inch_wall_oven_with_5_0_cu__ft__capacity_awo6313sfs.pro?searchterm=AWO6313SF&color=stainless_steel" rel="nofollow" target="_blank">30-Inch Wall Oven With 5.0 Cu. Ft. Capacity</a>
</li>
</ul>
</li>
<li>
<b>Temp Assure™ Cooking System</b> distributes heat throughout the entire oven to help comfort food favorites taste just how you like them. </li>
<li>
<b>FIT System Limited Guarantee</b> ensures your wall oven will fit your current cabinet cutout. If your cutout does not fit your new wall oven, Amana brand will provide up to <span class="xn-money">$250</span> for a professional to adjust your cabinets.** </li>
<li>There's no need to scrape and scrub with the <b>Self-Clean Option</b>. Use this setting to let your oven do the dirty work for you in just two to four hours. </li>
<li>MSRP starting at <span class="xn-money">$999.00</span>
</li>
</ul>
<p>
<b><u>Amana® Gas Cooktop</u></b>
</p>
<ul type="disc">
<li>Available in two different sizes to fit any countertop
<ul type="circle">
<li>
<a href="https://amana.com/cooking/cooktops/cooking/30_inch_gas_cooktop_with_4_burners_agc6540kfs.pro?searchterm=AGC6540KF&color=stainless_steel" rel="nofollow" target="_blank">30-Inch Gas Cooktop With 4 Burners</a>
</li>
<li>
<a href="https://amana.com/cooking/cooktops/cooking/36_inch_gas_cooktop_with_front_controls_agc6356kfw.pro?searchterm=AGC6356KF&color=white" rel="nofollow" target="_blank">36-Inch Gas Cooktop With 5 Burners</a>
</li>
</ul>
</li>
<li>Cooktop <b>Installs Over the Wall Oven</b> with ease, creating a complementary look for your kitchen. </li>
<li>
<b>Sealed burners</b> make cleanup easy by keeping spills from spreading under the burners. </li>
<li>
<b>Dishwasher-safe grates and knobs</b> let the dishwasher do the dirty work. </li>
<li>MSRP starting at <span class="xn-money">$499.00</span>
</li>
</ul>
<p>
<b><u>Amana® Electric Cooktop</u></b>
</p>
<ul type="disc">
<li>Available in two different sizes to meet everyone's needs
<ul type="circle">
<li>
<a href="https://amana.com/cooking/cooktops/cooking/30_inch_electric_cooktop_with_multiple_settings_aec6540kfb.pro?searchterm=AEC6540KF&color=black" rel="nofollow" target="_blank">30-Inch Electric Cooktop With 4 Elements</a>
</li>
<li>
<a href="https://amana.com/cooking/cooktops/cooking/36_inch_electric_cooktop_with_5_elements_acc6356kfw.pro?searchterm=ACC6356KF&color=white" rel="nofollow" target="_blank">36-Inch Electric Cooktop With 5 Elements</a>
</li>
</ul>
</li>
<li>Cooktop <b>Installs Over the Wall Oven</b> with ease, creating a complementary look for your kitchen. </li>
<li>An electric cooktop is the perfect addition for giving any kitchen a <b>Modern Look.</b>
</li>
<li>Know when your cooktop is hot even after the elements are turned off with the <b>Hot Surface Indicator.</b>
</li>
<li>Simmer, melt and keep your meals warm with <b>Multiple Settings</b>. </li>
<li>MSRP starting at <span class="xn-money">$299.00</span>
</li>
</ul>
<p>To learn more about Amana brand's newest offerings visit <a href="http://www.amana.com/" rel="nofollow" target="_blank">Amana.com</a> or follow the brand on Facebook at <a href="https://www.facebook.com/AmanaBrand?_rdr=p" rel="nofollow" target="_blank">Facebook.com/AmanaBrand</a>.</p>
<p>
<b><u>About Amana®</u></b>
</p>
<p>Established in 1934. Amana brand has a rich history of creating cooking, dish, laundry and refrigeration appliances that changed the American household. From the first side-by-side refrigerator to the first consumer-friendly countertop microwave — Amana brand was put on the map as a brand dedicated to bringing convenience to consumers' lives. Amana brand is part of Whirlpool Corporation, the world's number one major appliance manufacturer, with approximately <span class="xn-money">$21 billion</span> in annual sales, 97,000 employees and 70 manufacturing and technology research centers throughout the world. For more information on Amana brand appliances, visit <a href="http://www.amana.com/" rel="nofollow" target="_blank">http://www.amana.com</a>.</p>
<p>
<i>* </i><i>The results in this document represent findings of a survey conducted by</i><i> Opinion Research Corporation</i><i> on behalf of Amana. The sample comprised of 1,008 demographically representative U.S. adults; 500 men and 508 women, 18 years of age and older. The survey fielded <span class="xn-chron">November 14-16, 2016</span>. The margin of error is +/-3.1%</i>
</p>
<p>
<i>**Available on 27" and 30" single wall ovens. See product specifications for minimum and maximum dimensions. Fits cabinet cutouts from 26-15/16" to 29-7/16" for 27" and 30" single wall ovens. Fit System Limited Guarantee: On 27" or 30" single Amana® wall ovens. Excludes new cabinet installations. Offer valid for qualified models of a compatible width purchased between 04/01/16–12/31/17. Visit Amana.com/FitSystemLimitedGuarantee for complete details.</i>
</p>