#email_main {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 600px;
	text-align: center;
}

#products_display_main {
	width: 600px;
	text-align: center;
}

a.email {
	color: #0066cc;
	text-decoration: none;
}

.heading a {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}

.logo {
	text-align: center;
}

.heading {
	border-top: 2px dotted #f7941f;
	text-align: center;
	text-align: left;
	vertical-align: center;
	height: 25px;
	//background-color: #f5ca40;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}

.block, .last_block_center, .last_block { 
	height: 240px;
	vertical-align: center;
}

.block, .last_block {
	width: 270px;
}

.block {
	border-bottom: 1px dotted #a0a0a0;
}

.last_block_center {
	width: 300px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	//border-right: 1px dotted #a0a0a0;
	//border-left: 1px dotted #a0a0a0;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
}

td.left_block {
	text-align: left;
	border-right: 1px dotted #a0a0a0;
	padding-right: 0px;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	width: 300px;
}

td.right_block {
	padding-right: 0px;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	text-align: left;
	width: 300px;
}

td.last_center {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 165;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

td.product_info {
	padding-bottom: 15px;
	text-align: left;
}

td.info_text {
	text-align: left;
	padding-right:15px;
	padding-top: 10px;
}

td.info_image {
	padding-top: 10px;
}

td.name, td.price_centes, td.price_currency, td.price_dollars, td.product_info, td.info_text, td.left_block, td.right_block, td.last_center, td.name, td.email_text {
	font-size: 11px;
}

td.name {
	text-align: left;
}

td.price_cents, td.price_currency, td.price_currency_closeout {
	text-align: left;
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
	vertical-align: top;
}

td.price_currency {
	padding-left: 10px;
	vertical-align: top;
}

td.price_currency_closeout {
	padding-left: 0px;
	vertical-align: top;
	color: #ff0000;
}

td.price_dollars {
	text-align: left;
	font-size: 24px;
	color: #ff0000;
	font-weight: bold;
	vertical-align: top;
}