@charset "utf-8";
/* CSS Document */
html, body {
	color: #3D3D3D;
	font: 13px Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
}
img {
    border-style: none;
}
a {
    color: #008EA7;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
form, fieldset {
    border-style: none;
    margin: 0;
    padding: 0;
}
input, textarea, select {
    font: 100% Arial,Helvetica,sans-serif;
    vertical-align: middle;
}
.sizechart table {
    width: 328px;
}
.sizechart td, .sizechart th {
	font-size: 12px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #cfcfcf;
	border-right-color: #cfcfcf;
	border-bottom-color: #cfcfcf;
	border-left-color: #cfcfcf;
}
.sizechart th.th_horiz {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
th.th_horiz {
	background-color: #59739F;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dfdfdf;
}
th.th_vert {
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
	width: 33px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cfcfcf;
	border-right-color: #cfcfcf;
	border-bottom-color: #cfcfcf;
	border-left-color: #cfcfcf;
}
td.datacell {
    border-bottom: 1px solid #AFAFAF;
    border-right: 1px solid #AFAFAF;
    font-size: 12px;
}
td.first {
    border-left: 1px solid #AFAFAF;
}
.sizechart_notes p {
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.sizechart p {
	line-height: normal;
	text-align: left;
}
.sizechart {
	display: inline-block;
	margin: 10px;
	max-width: 350px;
	float: left;
	height: auto;
}
.sizechart h3 {
    font-size: 16px;
    margin: 0;
}
.sizechart ul {
    list-style-type: square;
    padding-right: 15px;
}
.sizechart li {
    line-height: normal;
    list-style-type: inherit;
    margin: 0 0 10px;
}
.content {
	background: none repeat scroll 0 0 #EFF6FF;
    border: thin solid #D1DFEF;
    padding: 10px;
    text-align: left;
}
#main-wrapper {
	width: 745px;
	text-align:center;
	margin: 0 auto;
}
.wrapper {
	width: 100%;
}
