@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:1.3em;
	color: #423F36;
}
#site_logo {
	float:left;
	padding:10px;
	margin-left:6px;
}
#close_window {
	float:right;
	text-align:center;
	padding:10px;
	margin-right:20px;
	background-color:#7E7573;
	border:1px solid #000000;
	border-top:none;
	
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	
	-moz-box-shadow: 0px 1px 5px #000000;
    -webkit-box-shadow: 0px 1px 5px #000000;
    box-shadow: 0px 1px 5px #000000;

}
#close_window a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.top_message {
	color:#990000;
	font-weight:bold;
	font-size:18px;
}
.top_sub_message {
	color:#990000;
	font-weight:normal;
	font-size:11px;
}
.bottom_sub_message {
	color:#423F36;
	font-weight:normal;
	font-size:11px;
	font-style:italic;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #423F36;
}
a:visited {
	color: #423F36;
}
a:hover {
	color: #990000;
}
a:active {
	color: #423F36;
}

.clear{ clear:both;}
.freeshipus{ width:96%; margin:0 auto;}
.freeshipus_part1{border-bottom:1px solid #E5E5E5; float:left; clear:both; width:100%;}
.freeshipus_part2{border-bottom:1px solid #E5E5E5; float:left; clear:both; width:100%; display:table;}
.freeshipus_part_left{ width:69%; float:left; padding:20px; display:table-cell; vertical-align:middle;}
.freeshipus_part_right{ width:20%; float:right; vertical-align:middle; display:table-cell; padding:20px;}
.freeshipus_part3{ width:95%; margin:0 auto; float:left; clear:both;}
.freeshipus_part3_left{ width:70%; float:left;}
.freeshipus_part3_right{ width:20%; float:right; text-align:center; margin-top:20px; margin-right:20px;}
.freeshipus_part3_right img{ width:100%; height:auto; max-width:300px; }

@media screen and (max-width: 736px) {
	#site_logo{ width:90% !important;}
	#close_window{ margin-right:0px; position:absolute; right:10px;}
.freeshipus_part1{border-bottom:1px solid #E5E5E5; float:left; clear:both; width:100%;}
.freeshipus_part2{border-bottom:1px solid #E5E5E5; float:left; clear:both; width:100%; display:table;}
.freeshipus_part_left{ width:85%; float:none; display: inline-block; vertical-align:middle; margin:0 auto;}
.freeshipus_part_right{ width:95%; float:none; vertical-align:middle; display: inline-block; padding:0px; margin:0 auto; text-align:center;}
.freeshipus_part3{ width:95%; margin:0 auto; float:none; clear:both;}
.freeshipus_part3_left{ width:95%; float:none; margin:0 auto;}
.freeshipus_part3_right{ width:95%; float:none; text-align:center; margin-top:20px; margin-right:0px; }
	
}