@charset "utf-8";
/* CSS Document */
#profile_default_main_box {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #000000;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
#profile_default_main_box a:link {
	color: #0000FF;
	text-decoration: none;
}
#profile_default_main_box a:visited {
	color: #800080;
	text-decoration: none;
}
#profile_default_main_box a:hover {
	color: #000000;
	text-decoration: underline;
}
#profile_main_box a:link {
	color: #0000FF;
	text-decoration: none;
}
#profile_main_box a:visited {
	color: #800080;
	text-decoration: none;
}
#profile_main_box a:hover {
	color: #000000;
	text-decoration: underline;
}
#profile_logo_box {
	width: 780px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
.email_button {
	font-size: 1.5em;
}
#profile_contact_info_box {
	border: thin solid #000000;
	width: 325px;
	margin-right: auto;
	margin-left: auto;
}
.pic_holder {
	width: 400px;
	margin-top: 30px;
	margin-right: 5px;
}
#profile_text_box {
	padding-top: 15px;
	padding-right: 8px;
	padding-left: 5px;
	font-size: 15px;
	line-height: normal;
}
.default_coupon_block {
	background-color: #F1F2F3;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #579AC5;
	border-bottom-color: #579AC5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 3px;
}
#default_coupon_box {
	width: 395px;
	margin-left: 5px;
	border: 2px solid #000000;
	float: left;
}
.default_divider {
	margin-top: 30px;
	margin-bottom: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#profile_master_box {
	width: 800px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #579AC5;
	border-bottom-color: #579AC5;
	border-left-color: #579AC5;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
} 
.profile_master_title_line {
	height: 28px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	padding-top: 2px;
	background-image: url(../Images/blue_coup_top.png);
	width: 800px;
}
.profile_master_names {
	padding: 10px;
}
.profile_master_category_line {
	color: #000000;
	height: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	background-image: url(../Images/grey2.png);
	text-align: center;
	font-size: 16px;
	line-height: normal;
	width: 800px;
}

