﻿/* This is the formatting for the emails that are auto
   generated by the store for order confirmations, forgot password,
   email a friend, etc.
 */


/***********************/
/* HTML SELECTORS      */
/***********************/

body
	{
	font-family: arial, verdana, sans-serif;	
	font-size: 80%;
	color: #333;
	background-color: #fff;
	line-height: 1.4em;
	}

h1, h2, h3
	{
	font-size: 130%;
	color: #c03;
	}

h2 {font-size: 110%;}
h3 {font-size: 100%;}

img	{ border: none;}

a	{
	color: #c03;
	}

a:hover
	{
	color: #fff;
	text-decoration: none;
	}

table { font-size: 100%; }

/***********************/
/* LAYOUT ITEMS        */
/***********************/

#messageHeader, #oMessageHeader, #messageContent, #messageFooter
	{
	position: relative;
	width: 700px;
	height: auto;
	overflow: auto;
	}

#messageHeader
	{
	height: 101px;
	background: url('images/email/header_bg.png') no-repeat 0 0;
	border: 1px solid #333;
	}

#oMessageHeader  /* header for emails to optrics, printer-friendly */
	{
	padding: 40px 0;
	background: #e2e2e2 url('images/email/cart.gif') no-repeat 0 -8px;
	border: 1px solid #333;
	}

#messageContent
	{
	background: url('images/email/content_bg.gif') repeat-y 0 0;
	}

#contentBody
	{
	position: relative;
	padding: 15px 0 25px 0;
	left: 20px;
	width: 660px;
	}

#messageFooter
	{
	background: url('images/email/footer_bg.gif') repeat-y 0 0;
	border: 1px solid #333;
	font-size: 85%;
	padding: 15px 0;
	font-weight: bold;
	color: #fff;
	}
 
  
/***********************/
/* CONTENT ITEMS       */
/***********************/
 
#messageFooter a
	{
	color: #fff;
	}

#oMessageHeader h1
	{
	color: #000;
	font-size: 150%;
	padding: 0;
	margin: 0;
	}

.prodDescription
	{
	position: relative;
	margin-left: 30px;
	width: auto;
	height: auto;
	}

.contentMsg, .oContentMsg
	{
	position: relative;
	height: auto;
	overflow: auto;
	color: #333;
	margin-left: 0px;
	background-color: #fff;
	padding: 5px;
	font-size: 95%;
	}

.contentMsg h2, .contentMsg p, .oContentMsg h2, .oContentMsg p
	{
	padding: 2px 0 10px 0;
	margin: 0;
	}

.oContentMsg
	{
	font-size: 90%;
	background-color: #fff;
	}

.billingInfo
	{
	width: 220px;
	padding-left: 10px;
	}

.shippingInfo	{}

.orderTotal
	{
	width: 150px;
	padding-right: 25px;
	}

.wishList
	{
	border-top: 1px solid #c03;
	padding: 10px;
	margin-top: 15px;
	}

.wishListPricing
	{	
	text-align: right;
	width: 250px;
	}

.prodInfoDetails
	{
	padding: 0 0 10px 15px;	
	border-bottom: 1px solid #c03;
	}

.shippingInfoDetails, .billingInfoDetails, .orderTotalDetails
	{
	padding-left: 6px;
	}

.smTitle
	{
	text-transform: uppercase;
	font-size: 0.85em;
	letter-spacing: 0.01em;
	color: #666;
	padding-right: 4px;
	width: 130px;
	vertical-align: top;
	}

.billingInfoDetails .smTitle {}	

.orderInfo
	{
	margin-top: 0;
	}

.orderInfoPrice
	{
	width: auto;
	text-align: right;	
	}

.optricsOrderTable
	{
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	width: 650px;
	}
 
 
/***********************/
/* BASE CLASSES        */
/***********************/

.horizontalBorder
	{
	height: 1px;
	border-top: 1px solid #c03;
	margin: 10px 0;
	width: auto;
	}

.floatPicR
	{
	float: right;
	margin: 20px;
	}

.tBold
	{
	font-weight: bold;
	}

.tUnder
	{
	text-decoration: underline;
	}

.tItalic
	{
	font-style: italic;
	}

.clear
	{
	clear: both;
	}

.tRed
	{
	color: #c03;
	}
	

/***********************/
/* EMAIL PRINT CSS     */
/***********************/
	
@media print 
	{
	body
		{
		font-size: 9pt !important;
		}
	
	#messageFooter
		{
		display: none;
		}
	
	#oMessageHeader
		{
		background-color: none;
		border: 3px double #333;
		width: auto;
		padding: 10px 0;
		}
		
	.shippingInfoDetails .smTitle
		{
		width: 100px;
		}
	
	.billingInfoDetails .smTitle
		{
		width: 75px;
		}
	}