body{
	background:#d2d4d5 url(../images/site_bg.jpg) repeat-x left top;
	margin:0;
	padding:0;
	text-align: center;
    min-height: 600px; /* For Mozilla/Opera/Safari */
	font-family:"Century Gothic", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
}

/*  Size Chart
	------------ */
	
	
div#size_chart_frame{
	background:url(/images/size_chart_3_bg.gif) no-repeat left top;
	width:618px;
	height:492px;
	float:left;
	position:relative;
	border:8px solid #ffffff;
}
	
div#size_chart_detail{
	left:213px;
	top:160px;
	position:absolute;
}
div#size_chart_detail table{
	font-size:11px;
	
}
div#size_chart_detail table thead tr td{
	border-right:1px solid #ccc;
}
div#size_chart_detail table thead tr th{
	text-align:center;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}
div#size_chart_detail table tbody tr th{
	width:160px !important;
	border-top:1px solid #ccc;
	padding:5px;
	padding-right:3px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:left;
}

div#size_chart_detail table tbody tr td{
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:center;
	padding:4px;
}
div#size_chart_detail table tfoot tr td{
	border-top:1px solid #ccc;
	margin-bottom:10px;
}


