/*
//-----------------------------------------------------------------------------

	popup.css
	
	version:   	1.0
	date:		October 2008
	author:    	[Martin Olson @ innertwined]
	email:		[martin@innertwined.com]

	website:  	 [www.snosuit.com]

	version history: [1.0]
	

// -----------------------------------------------------------------------------
*/

/*

	Setup
	
-----------------------------------------------------------------------------*/


body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	word-spacing: .2pt;
	line-height: 1.5em;
	color: #363636;
	text-align: center
	}
h2 {
	font-size: 20px;
	line-height: 1em;
	margin-bottom: 20px;
	}
	h2 span {
		font-size: 13px;
		}
.popHdr {
	background: url(../img/content_bkgfade.gif) 0 -80px repeat-x;
	padding: 15px 30px;
	text-align: left;
	}
.wrap {
	margin: 0 auto;
	padding: 25px;
	text-align: left;
	width: 590px;
	}
.measuringtips {
	float: left;
	padding-top: 25px;
	width: 450px;
	}
.bodySec {
	clear: both;
	}
	.bodySec span.secName {
		float: left;
		font-weight: 700;
		width: 60px;
		}
	.bodySec span {
		float: right;
		font-size: 11px;
		line-height: 1.3em;
		margin-bottom: 10px;
		width: 360px;
		}
	* html .bodySec { height: 1% }
table.sizechart {

	}
table.sizechart tr.category {
	background: #363636;
	color: #fff;
	font-weight: 700;
	padding: 3px 0;
	}
	.alt {
		background: #f1f1f1;
		color: #666;
		}
	.sizechart td {
		font-size: 11px;
		padding: 3px;
		}
	span.alt {
		padding: 0 3px;
		}
		
a:focus { outline: 0 }

a:link,
a:visited {
	color: #71c9d9;
	text-decoration: none;
	}
a:hover {
	color: #363636;
	}
ul {
	padding-left: 15px;
	}
ul li {
	margin: 0;
	padding: 0;
	}
		
ul#chartNav {
	background: #f1f1f1;
	height: 30px;
	margin: 0;
	}
	ul#chartNav li {
		background: url(../img/navModel_divider.gif) right 0 no-repeat;
		display: block;
		float: left;
		font-size: 11px;
		height: 29px;
		line-height: 30px;
		}
		ul#chartNav li.closeWin {
			float: right;
			margin-right: 15px
			}
	ul#chartNav li a {
		display: block;
		color: #5a5858;
		float: left;
		height: 29px;
		line-height: 30px;
		padding: 0 15px;
		text-decoration: none;
		}
	ul#chartNav li a:hover {
		background: #e4e4e4;
		color: #5a5858;
		text-decoration: none;
		}
	ul#chartNav li a.selected {
		background: #fff;
		border: 1px solid #e1e1e1;
		border-bottom: none;
		color: #5a5858;
		font-weight: 700;
		line-height: 28px;
		padding: 0 15px;
		text-decoration: none;
		}		
	.clearall { clear:both }

a.close {
	background: #999;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 3px;
	text-decoration: none;
	}	
a.close:hover {
	background: #363636;
	}
