@charset "utf-8";
/* CSS Document */

.order_email{
	color:#999;
	background-color:#dbd7cf;
	font-family:Century Gothic, Arial;
	font-size:12px;
	margin:0px;
}

.order_confrmation{
	color:#999;
	font-size:12px;
}

.order_email_highlight{
	font-family:Century Gothic, Arial;
	font-weight:bold;
	font-size:14px;
}

.order_email_container{
	width:650px;
	background-color:#FFFFFF;
}

.email_content{
	background-color:#ffffff;
	line-height:1.2em;
	margin-bottom:25px;
	margin-left:33px;
	margin-right:33px;
}

.email_content_table{
	width:584px;
}

.email_logo_container{
	height:100px;
}

.email_site_logo{
	height:62px;
	margin-left:33px;
	position:relative;
	top:16px;
	width:147px;
}
.email_title{
	font-family:Century Gothic, Arial;
	margin-left:33px;
	font-size:24px;
	font-weight:bold;
	letter-spacing:-0.05em;
	height:50px;
	margin-top:20px;
}

.email_footer{
	height:50px;
}

.email_footer_content{
	line-height:1.2em;
	margin-left:33px;
	margin-right:33px;
	margin-top:20px;
}

table{
	border:0px;
}

th{
	background-color:#EBEAE5;
	color:#000000;
	height:21px;
}

tr{
	border:none;
}

td{
	border:none;
	height:19px;
	margin-left:5px;
}

.dark_row{
	color:#000000;
}

.light_row{
	color:#555555;
}
