/* PROQUIP 2007 POP-UP LAYER */	

/* GLOBAL STYLES */		
/* LAYER STYLES */
#popup #bkg_wrapper {
	margin:0px auto;
	font-size:0.90em;
	width:660px;
	background-color:#FFFFFF;
	padding:10px 0;
	}	
#popup #wrapper {
	width:636px;
	border:1px solid #E8E9EA;
	padding:5px 2px 2px 2px;
	margin:0px auto;
	overflow:auto;
	}
#popup #content_container {
	float:left;
	text-align:left;
	overflow:auto;
	width:629px;
	height:100%;
	margin-top:5px;
	padding:3px 0;
	display:block;
	background-color:#F2F3F3;
	border:3px solid white;
	}			
#popup #clothing_container {
	margin-top:5px;
	}					
/* TABLE STYLES */	
#popup .rightfit table {
	margin-bottom:30px;
	font-size:0.80em;
	margin-left:12px;
	}
#popup .rightfit table caption {
	display:block;
	text-align:left;
	font-weight:bold;
	color:#496EB2;
	}	
#popup .rightfit table tr th {
	background-color:#8FA1CD;	
	color:#FFFFFF;
	padding-left:5px;
	}
#popup .rightfit table tr {
	background-color:#FFFFFF;
	}
#popup .rightfit table td {
	padding-left:5px;
	}				
/* IMAGE REPLACEMENT */
#popup .sizeguide_hdr {
	background:url(../media/hdrs/sizeguide_hdr.gif) top left no-repeat;
	height:29px;
	text-indent:-5000px;
	overflow:hidden;
	margin:5px 0 20px 0;
	padding:0px;
	}	