/*TABLE STYLES */

table#sizeChart {
border:1px solid #CCCCCC;
border-collapse:collapse;
margin:0 0 0 0;
padding:0;
max-width:555px;
width:555px;
background-color:#CCCCCC;
}

/*TABLE HEADERS STYLES */

table#sizeChart th {
	background-color:#E7e7e7;
	border:1px solid #CCCCCC;
}

table#sizeChart th.firstColumnHeader {
	width:19px;
	height:20px;
}

table#sizeChart th.columnHeaders{
margin:0;
padding:0;
width:46px;
height:20px;
}

table#sizeChart th.columnHeaders span{
	margin:0;
	padding:0;
	display:block;
	text-align: center;
	font-size:1.0em;
	font-weight: bold;
	color:#333333;
}

table#sizeChart th.rowHeaders {
	width: 69px;
	height: 20px;
	margin: 0;
	padding: 1px 0 0 0;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	color: #333333;
}

/*TABLE INTERIOR CELL STYLES */
table#sizeChart td{
background-color:#ffffff;
border:1px solid #CCCCCC;
}
table#sizeChart td.bullet{
text-indent:-9000px;
background:#FFFFFF url(/images_new/popup_sizeChart_bullet.gif) center center no-repeat;
background-color:#ffffff;
border:1px solid #CCCCCC;
}
table#sizeChart td.block{
text-indent:-9000px;
padding:0;
margin:0;
background:#FFFFFF url(/images/size_circleicon.gif) center center no-repeat;
background-color:#ffffff;
border:1px solid #CCCCCC;
}
/*specific to Outerwear*/
table#sizeChart td.blockOt{
text-indent:-9000px;
padding:0;
margin:0;
background:#FFFFFF url(/images/size_circleicon.gif) center center no-repeat;
background-color:#ffffff;
border:1px solid #CCCCCC;
width:38px;
height:26px;
}
/*specific to Outerwear*/
table#sizeChart td.LabelOt{
	padding-left:15px;
margin:0;
font-weight:bold;
background-color:#E7e7e7;
border:1px solid #CCCCCC;
width:122px;
height:26px;
}

table#sizeChart td.blank{
text-indent:-9000px;
padding:0;
margin:0;
background-color:#ffffff;
border:1px solid #CCCCCC;
}
 
dl.key {
	margin:8px 0 30px 15px;
}

dl.key dt{
margin:0 5px 0 0;
padding:0;
width:36px;
float: left;
border:1px solid #CCCCCC;
}
dl.key dt img{
margin:0;
padding:0;

}
dl.key dt img.blockImage{
padding:3px 4px 0 4px;
margin:0;
}
dl.key dt img.bulletImage{
padding:4px 14px 1px 14px;
margin:0;
}
dl.key dd{
margin-bottom:10px;
padding-top:2px;
font-size:1.0em; font-weight:bold; color:#333333;
}
div#popupMiddle input{
position:relative;
left:480px;
margin-bottom:10px;
width:100px;
			}
			

a.rightfit {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	margin: 5px 20px 20px 15px;
	padding: 0;
	color: #2971A7;
	text-decoration: none;	
}

a.rightfit:hover {
	text-decoration: underline;
}

