
<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<title>Relaxed Knit Pants | Silhouettes.com</title> 
		<meta name="Keywords" content="Plus size relaxed knit pants, made of cotton. These plus size pants are more versatile than leggings, but with plenty of wiggle room." />
		<meta name="Description" content="Plus size relaxed knit pants, made of cotton. These plus size pants are more versatile than leggings, but with plenty of wiggle room." />
		<meta http-equiv="Content-Type" content="text/html" />
		<meta http-equiv="PRAGMA" content="no-cache" />
		<base href="http://www.silhouettes.com/" />
		
<link rel="stylesheet" href="/Silhouettes/style.css" type="text/css" />
<link rel="stylesheet" href="/Silhouettes/silo.css" type="text/css" />
<link rel="stylesheet" href="/Silhouettes/HanoverZoom.css" type="text/css" media="screen" />
 
<script language="javascript" src="/HanoverCommon/UtilityFunctions.js" type="text/javascript"></script>
<script language="javascript" src="/Silhouettes/scripts/prototype.js" type="text/javascript"></script>
<script language="javascript" src="/Silhouettes/scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<script language="javascript" src="/Silhouettes/MM_functions.js" type="text/javascript"></script>
<script language="javascript" src="/Silhouettes/mz-packed.js" type="text/javascript"></script>
<script language="javascript" src="/Silhouettes/pop.js" type="text/javascript"></script>
<script language="javascript" src="/Silhouettes/getrefer.js" type="text/javascript"></script>
<script language="javascript" src="/Silhouettes/saXMLUtils.js" type="text/javascript"></script>
<script language="javascript" src="/Silhouettes/quickview.js" type="text/javascript"></script>
<script language="javascript" src="/Silhouettes/netmining.js" type="text/javascript"></script>


	<script type="text/javascript" language="javascript">
	<!--
	document.domain = "silhouettes.com";
	//-->
	</script>
	<script type="text/javascript" language="javascript">
	<!--
	function ratingsDisplayed(totalReviewsCount, avgRating, ratingsOnlyReviewCount, recommendPercentage, productID) {
		if (totalReviewsCount == 0) {
			var bvRevCntr = document.getElementById("BVReviewsContainer");
			var bvSVPLink = document.getElementById("BVSVPLinkContainer");
	        
			if (bvRevCntr) { bvRevCntr.style.display = "none"; }
			if (bvSVPLink) { bvSVPLink.style.display = "none"; }
		}
	}
	//-->
	</script>
	<link type="text/css" rel="stylesheet" href="http://reviews.silhouettes.com//static/0527/bazaarvoice.css"></link>
	<script language="javascript" src="http://reviews.silhouettes.com//static/0527/bazaarvoice.js" type="text/javascript"></script>
	<script>

// Set the horizontal and vertical position for the popup

PositionX = 100;
PositionY = 100;

// Set these value approximately 20 pixels greater than the
// size of the largest image to be used (needed for Netscape)

defaultWidth  = 500;
defaultHeight = 500;

// Set autoclose true to have the window close automatically
// Set autoclose false to allow multiple popup windows

var AutoClose = true;

// Do not edit below this line...
// ================================
if (parseInt(navigator.appVersion.charAt(0))>=4){
var isNN=(navigator.appName=="Netscape")?1:0;
var isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}
var optNN='resizable=yes,scrolling=auto,scrollbars=1,width='+defaultWidth+',height='+defaultHeight+',left='+PositionX+',top='+PositionY;
var optIE='resizable=yes,scrolling=auto,scrollbars=1,width=150,height=100,left='+PositionX+',top='+PositionY;
function popImage(imageURL,imageTitle,imageName,strImageNotAvail){
if (isNN){imgWin=window.open('','',optNN);}
if (isIE){imgWin=window.open('','',optIE);}
with (imgWin.document){
writeln('<html><head><title>Loading...</title><style>body{margin:0px;}</style>');writeln('<sc'+'ript>');
writeln('var isNN,isIE;');writeln('if (parseInt(navigator.appVersion.charAt(0))>=4){');
writeln('isNN=(navigator.appName=="Netscape")?1:0;');writeln('isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}');
writeln('function reSizeToImage(){');writeln('if (isIE){');writeln('window.resizeTo(100,100);');
writeln('width=100-(document.body.clientWidth-document.images[0].width);');
writeln('height=100-(document.body.clientHeight-document.images[0].height);');
//writeln('alert("height" + height + "width" + width);');
writeln('if (width<=520){window.resizeTo(width,height);}else{window.resizeTo(500,500);}}');writeln('if (isNN){');       
writeln('window.innerWidth=document.images.width;');writeln('window.innerHeight=document.images.height;}}');
writeln('function doTitle(){document.title="Silhouettes - '+imageTitle+'";}');writeln('</sc'+'ript>');


if (!AutoClose) writeln('</head><body bgcolor=FFFFFF scroll="no" onload="reSizeToImage();doTitle();self.focus()">')
else writeln('</head><body bgcolor=FFFFFF scroll="auto" onload="reSizeToImage();doTitle();self.focus()" onblur="self.close()">');
	var img_obj = new Image();
	img_obj.src = (imageURL);
	//var currentX
	//var currentY
	var currentXY;
	//currentX = img_obj.width;
	//currentY = img_obj.width;
	currentXY = img_obj.width + img_obj.width;
	//currentXY = currentX + currentY;
	//alert("currentX = " + currentX);
	//alert("currentXY = " + currentXY);
	//alert("strImageNotAvail = " + strImageNotAvail);

	//if (currentXY == 0)
	//{
	//writeln('<a href="javascript:window.close();"><img src='+strImageNotAvail+' style="display:block" border="0" align="center" ALT="'+imageName+' not available"></a></body></html>');
	//close();
	//}
	//else
	{
	writeln('<a href="javascript:window.close();"><img src='+imageURL+' style="display:block" border="0" align="center" ALT="Click to close '+imageName+'"></a></body></html>');
	close();		
	}
}}
function opens7(url){  
window.open(url,"scene7win","width=500,height=600,left=100,top=100");  }  
</script>


		<link rel="stylesheet" href="Product.css" type="text/css" media="screen" />
		<script language="javascript" src="Product.js" type="text/javascript"></script>
		<script language="javascript" src="https://cts-secure.channelintelligence.com/6077654_landing.js"></script>
	</head>
	<body link="#333333" vlink="#666666" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="MM_preloadImages('/HanoverAssets/Silhouettes/homebanners/T1_AsSeenIn_ON.gif','/HanoverAssets/Silhouettes/homebanners/T2_CelebLook_ON.gif','/HanoverAssets/Silhouettes/homebanners/T3_FitGuide_ON.gif','/HanoverAssets/Silhouettes/homebanners/T4_DenimShop_ON.gif','/HanoverAssets/Silhouettes/homebanners/Arrow.gif','/HanoverAssets/Silhouettes/images_email/ON/P1Banner_EmailSignup_ON.gif','/HanoverAssets/Silhouettes/submit_prod_ON.gif')"> <!-- MASTER ENCLOSING TABLE -->
	<div align="center">
		<table width="761" height="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF" id="TableM1">
			<tr>
				<td colspan="2" width="761" valign="top">
					<script type="text/javascript" src="/Silhouettes/highslide/highslide-full.js"></script>
<script type="text/javascript" src="/HanoverCommon/UtilityFunctions.js"></script>
<script type="text/javascript" src="/Silhouettes/EmailSignupForm.js"></script>
<script type="text/javascript">
    hs.graphicsDir = '/Silhouettes/highslide/graphics/';
    hs.outlineType = 'rounded-white';
    hs.outlineWhileAnimating = true;
    hs.preserveContent = false;
</script>

<script type="text/javascript">
	function OpenPrivacyPolicy(sURLStr) {
		newwindow = window.open(sURLStr, "PrivacyPolicay", "location=yes,scrollbars=yes,width=785,height=500,left=200,top=150");
		if (window.focus) {
			newwindow.focus();
		}
	}
</script>

<link rel="stylesheet" href="/Silhouettes/highslide/style-HighSlide.css" type="text/css" />	

<script language="javascript">
function ShowHideLayers()
			{
				var i,p,v,obj,args=ShowHideLayers.arguments;
				for (i=0; i<(args.length-2); i+=3)
				{
					if ((obj=MM_findObj(args[i]))!=null)
					{
						v=args[i+2];
						if (obj.style)
						{
							obj=obj.style;
							v=(v=='show')?'visible':(v='hide')?'hidden':v;
						}
						obj.visibility=v;
					}
				}
			}
				
</script>

	<script type="text/javascript">
    //<![CDATA[
    	var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    	document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    //]]>
    </script>
	<script type="text/javascript" src="/GA.js"></script>
    <script type="text/javascript">
    //<![CDATA[
        checkFirst();
    	var pageTracker = _gat._getTracker("UA-8630234-2");
        pageTracker._initData();
        pageTracker._trackPageview();
        grabReferrer();
    //]]>
	</script>
	
	

<div id="headerDiv">
<table width="761" border="0" cellspacing="0" cellpadding="0" ID="TableH1">
	<tr><td>&nbsp;</td></tr>
	<tr>
		<td><!-- TOP HEADER Contains Logo, Preheader, Shopping Bag, Email Signup, Customer Service, Catalog Quick Offer, Order Status -->
		<table width="761" border="0" bordercolor="blue" cellpadding="0" cellspacing="0" id="TableH2"> 
			<tr><td width="221" valign="bottom"><a title="Home Page" alt="Silhouettes.com" href="http://www.silhouettes.com/" >
					<img src="/HanoverAssets/Silhouettes/Homebanners/SIL_logo.png" border="0" width="221" height="64" alt="Silhouettes.com"></a>
				</td>
			
				<td align="right" valign="bottom">
				<table border="0" cellpadding="0" cellspacing="0" ID="TableH3">
					<tr><td align="right">
												
						<table border="0" cellspacing="0" cellpadding="0" ID="TableH4">
							<tr>
								<!--td align="right"><img src="/HanoverAssets/Silhouettes/Homebanners/Arrow.gif" alt="arrow" width="10" height="7"/></td-->
								<td colspan="2" align="right" class="TopMenuMessage"></td>
								<td align="right" class="TopMenuMessage">&nbsp;</td>
								<td align="right">
								<table border="0" cellpadding="0" cellspacing="1" bgcolor="#999999" ID="TableH5">
									<tr><td bgcolor="#FFFFFF">
										<div id="wiCartAll" style="position:relative;">
											<table border="0" cellpadding="0" cellspacing="3" class="TopMenuCaps" ID="TableH6">
												<tr>
													<td>&nbsp;</td>
													<td><span id="basketItemCount" class="TopMenuService">0</span></td>
													<td><a class="TopMenuService" href="http://www.silhouettes.com/basket.asp" onmouseover="ShowHideLayers('wiCart','','show');" onmouseout="ShowHideLayers('wiCart','','hide');" >Items in my Shopping Bag&nbsp;</a></td>
													<td><img src="/HanoverAssets/Silhouettes/Homebanners/shoppingBag.gif" alt="icon_ShoppingBag" width="17" height="20"/></td>
														
													<td>&nbsp;</td>
												</tr>
											</table>
											<div id="wiCart" style="position:absolute;VISIBILITY:hidden; float:left; width:150px;">
												<table cellpadding="1" cellspacing="0" border="0" id="Table9">
													<tr>
														<td bgcolor="#BE9158"><table cellpadding="1" cellspacing="0" border="0" id="Table10">
																<tr>
																	<td id="basketItemNames" bgcolor="#FFFFFF" class="TopMenuService">No Items<!--</a>--></td>
																</tr>
															</table>
														</td>
													</tr>
												</table>
											</div>
										</div>
									</td>
									</tr>
								</table>								
								</td>
							</tr>
						</table>
						</td>
					</tr>
					<tr>
						<td align="right">
							<table border="0" cellpadding="0" cellspacing="3" ID="TableH7">
								<tr>
									<td nowrap><div id="EmailContainer">
										<a href="/Silhouettes/i_emailsignupform.asp?emailAction=emailShowFields" name="EmailSignupFrmA" id="EmailSignupFrmA" class="TopMenuServiceRed" onclick="return hs.htmlExpand(this, { objectType: 'iframe', wrapperClassName: 'highslide-wrapper drag-header', width: 360, targetX: 'EmailContainer', targetY: 'EmailContainer' } )" >
										<img src="/HanoverAssets/Silhouettes/Homebanners/icon_email.gif" alt="icon_email" width="16" height="8" border="0"/><font color="#990000">Email Signup</font></a></div>
									</td>
								<td>:</td>
								<td><a href="http://www.silhouettes.com/customers.asp" class="TopMenuService">Customer Service</a></td>
								
								<td>:</td>
								<td><a href="http://www.silhouettes.com/ordertracking.asp" class="TopMenuService">Order Status</a></td>
								</tr>
							</table>
							
							<table cellpadding="0" cellspacing="0" border="0" id="Table3">
							<tr>
								<td><strong><font color=#000080>1-888-651-8337</font></strong></td>
								<td>&nbsp;</td>
								<td>:</td>	
								<td>&nbsp;</td>
								<td><a href="http://www.silhouettes.com/Product/Order+Now/Plus+Size+Women+s+Catalog+Silhouettes+Quick+Order/D-19999/P-manualformproductzz" class="TopMenuService">Catalog Quick Order</a></td>
								<td>&nbsp;</td>
								<td>:</td>										
								<td>&nbsp;</td>
								
								 <!-- IF NOT LOGGED IN and NOT HelloCustomer -->
									<td nowrap class="TopMenuService">
										<a rel="nofollow" title="Account Signin" alt="Account Signin" href="http://www.silhouettes.com/login.asp"  class="TopMenuAccount">Sign In</a>
									</td>
								
 
							</tr>
						</table>
						</td>
					</tr>
					<tr> <td align="right"><img src="/HanoverAssets/Silhouettes/em/trans_images/spacer.gif" width="10" height="22"/></td>
					</tr>
				</table></td>
			
			</tr>
		</table>
		<!-- END TOP HEADER -->
		</td>
	</tr>
	
	<!-- TOP SUB HEADER: Search Box, As Seen In, Get the Celebrity Look, FIT Guide, Denim Shop -->
	<tr>
	<td align="center" width="761">
		<table width="761" border="0" bordercolor="red" align="center" cellpadding="0" cellspacing="0" id="TableSH1">
			<form action="http://www.silhouettes.com/endecasearch/controller.asp" name="mainForm" id="mainForm" onSubmit="return checkEmpty()" >
			<tr><td colspan="2"><img src="/HanoverAssets/Silhouettes/Homebanners/rule_761.gif" alt="rule" width="761" height="1"/></td></tr>
			<tr>
				<td align="left" valign="middle"><script language="javascript">
function checkEmpty() {

	if (document.mainForm.Ntt.value == "") {
		alert ("Please specify a search criteria");
		return false;
	}
	else {
		var i = document.mainForm.Ntt.value;
		var j = !isNaN(i.charAt(1));
		var k = !isNaN(i.charAt(6));
		var TrimI = i;
		if (j==true && k==true && i.length == 7) {
			TrimI = TrimI.replace(/[A-Z]|[0-9]/i,"");
		}
		document.mainForm.Ntt.value = TrimI;
		document.mainForm.D.value = TrimI;
		return true;
	}
}
</script>
<table border="0" cellspacing="0" cellpadding="3">
	<tr>
		<td valign="middle">
			<input type="hidden" name="N" value="102" id="Hidden1">
			<input type="hidden" name="Ne" value="10000" id="Hidden2">
			<input type="hidden" name="Ntk" value="all_fields_SIL" id="Hidden5"> 
			<!--input type="text"   name="Ntt" value="" size="20" id="Text1"-->
			<input type="text"   name="Ntt" size="20" value="Enter Keywords or Sku#s" class="form_Search" id="Ntt" onclick="if (document.mainForm.Ntt.value=='Enter Keywords or Sku#s'){document.mainForm.Ntt.value='';document.mainForm.Ntt.focus();}">
			<input type="hidden" name="Ntx" value="mode+matchallpartial" id="Hidden4">
			<input type="hidden" name="Nu" value="RollupKey" id="Hidden3">
			<input type="hidden" name="D" value="" id="hidden8">
			<input type="hidden" name="Dn" value="102" id="Hidden7">
			<input type="hidden" name="Dx" value="mode+matchallpartial" id="Hidden6">
		</td>
		<td><input type="image" name="Search_Submit" id="Search_Submit" src="/HanoverAssets/Silhouettes/Homebanners/button_Search.gif"/></td>
	</tr></form>
</table>

</td>
				<td align="right" valign="middle">

				<!-- Start topHeader hotspot -->
				<style type="text/css" rel="stylesheet" media="all">#TableH9 {font-size:11px; font-family:Arial, Helvetica, sans-serif; letter-spacing:.5px; font-weight:bold; margin-right:6px;}#TableH9 a:link, #TableH9 a:visited, #TableH9 a:active {color:#555; text-decoration:none; font-size:11px;} #TableH9 a:hover {color:#cc0000; text-decoration: underline; font-size:11px;} #TableH9 td a {margin-left:6px;}</style><table border="0" cellspacing="4" cellpadding="0" ID="TableH9"><tr><td><a title="Link To New Arrivals" href="/Dept/New+Arrivals/D-12500">New Arrivals</a></td><td><a title="Link To Apparel" href="/Dept/APPAREL/D-750">Clothing</a></td>	        <td><a title="Link To Shoes & Boots" href="/Dept/Shoes+Boots/D-10000">Shoes &amp; Boots</a></td><td><a title="Link To Accessories" href="/Dept/Accessories/D-11000">Accessories</a></td><td><a title="Link to Gillian Grey" href="/Dept/Gillian+Grey+Collection+trade+/D-22000">Gillian Grey</a></td><td><a title="Link to SALE" href="/outlet/" style="color:#cc0000;">OUTLET</a></td>	    </tr></table
				<!-- End topHeader hotspot -->
				
				</td>
				
			</tr>
			<tr>
				<td colspan="2"><img src="/HanoverAssets/Silhouettes/Homebanners/rule_761.gif" alt="rule" width="761" height="1"/></td>
			</tr>
		</table>
	</td>
	</tr>
</table>
</div>
  <!-- END TOP SUB HEADER -->





				</td>
			</tr>
			<tr>
				<td colspan="2">
					<img src="/HanoverAssets/Silhouettes/spacer.gif" alt="spacer" height="8"/>
				</td>
			</tr>
			<tr>
				<td width="170" valign="top">
					<!--	Parameters are expected to be passed to this page are
		dept_id, my_parent_name -->

<script language="javascript" src="/HanoverCommon/Ajax-Routines.js"></script>
<script type="text/javascript">

//Empty the email field value when someone clicks in
function emptyIt(clearMe) {
	var mtMe = document.getElementById(clearMe);
	if (mtMe.value == "enter your email") {
	mtMe.value = ""; }
}
//Display a thank you message
function thanksEasterBunny(divToHide, divToShow) {
	var myEmailFormDisplay = document.getElementById(divToHide);
	var myThankyouMessageDisplay = document.getElementById(divToShow);
	myEmailFormDisplay.style.display = 'none';
	myThankyouMessageDisplay.style.display = 'block';
	return;
}

function handleNewEmailFormSubmit(options) {
	try {
		var emailValue = encodeURI(document.getElementById(options.email_dom_id).value);
		var ipValue = encodeURI(document.getElementById(options.ipaddress_dom_id).value);
		var sourceValue = encodeURI(document.getElementById(options.source_dom_id).value);
		var divValue = encodeURI(document.getElementById(options.division_dom_id).value);
		var postUrl = document.getElementById(options.posturl_dom_id).value;
		var postData = 'EMAIL_ADDRESS=' + emailValue + '&' +
					   'SOURCE=' + sourceValue + '&' +
					   'IP_ADDRESS=' + ipValue + '&' +
					   'DIVISION=' + divValue;
		
		if ((emailValue.length < 6) || (emailValue.indexOf('@') < 1) || (emailValue.indexOf('.') < 1)) {
			alert('Invalid email address.');
			return false;
		}
		
		var myfunc = function() {
			var myajax = hdiAjax.ajaxObject;
			var myfiletype = hdiAjax.filetype;
	
			if (myajax.readyState == 4) {
				if (myajax.status == 200) {
					options.success_callback();
				}
				else {	
					options.failed_callback();
				}
			}			
		}
		
		hdiAjax.postAjaxRequest(postUrl, postData, myfunc, 'txt');
	}
	catch(ex) {
		alert(ex.message);
		debugger;
	}
	return false;
}
	
</script> 

<div id="leftnav">
<table width="170" border="0" bordercolor="blue" cellspacing="0" cellpadding="0" ID="Table3">
	<tr><td>
		<!-- BEGIN NEW EMAIL -->
		
			<div id="JKsignupformdiv"
				style="width:160px; height: 136px; background-color:#f5f5f5; border: 1px solid #bfbfbf; display:block;">

				<img src="/HanoverAssets/Silhouettes/hotspot/email_shortform/take20top.gif"
					width="160"
					height="83"
					alt="Take 20% Off Your First Order When You Sign Up For Silhouettes Emails"
					border="0"
					style="margin:0px; padding:0px;" />

				<form id="JKsignupform"
					action=""
					method="post"
					style="margin:0px; padding:0px; text-align:center;"
					onsubmit="return handleNewEmailFormSubmit({email_dom_id:'jkemailSignUp', source_dom_id:'EmailSignupSource', ipaddress_dom_id: 'LocalIPAddress', division_dom_id: 'EmailDivisionCode', posturl_dom_id: 'EmailPostUrl', success_callback: function() { thanksEasterBunny('JKsignupformdiv', 'JKthankyoudiv'); }, failed_callback: function() { alert('failed'); } });">

					<input id="jkemailSignUp"
						name="jkemailSignUp"
						type="text"
						size="19"
						value="enter your email"
						style="margin:0px; padding:0px;"
						onfocus="return emptyIt('jkemailSignUp');"
						onblur='if (this.value == "") {this.value="enter your email";}' />

					<input type="image" 
							id="SubmitImage" 
							name="SubmitImage"
							src="/HanoverAssets/Silhouettes/hotspot/email_shortform/btn_signup.gif"
							alt="Sign Up!" width="69" height="17" border="0" style="margin-top:5px;" />
				</form>
			</div>

			<div id="JKthankyoudiv"
				style="width:160px; height:97px; background-color:#f5f5f5; border: 1px solid #bfbfbf; display:none; overflow: hidden;">

				<img src="/HanoverAssets/Silhouettes/hotspot/email_shortform/thankyoumsgtop.gif"
					width="160"
					height="97"
					alt="Thank you for joining. You’ll receive your first e-mail soon!"
					border="0" />

			</div>
		
		<!-- END NEW EMAIL -->
		</td>
		<td width="8"><img src="apply/spacer.gif" alt="leftspacer" name="leftspacer" width="8" height="20" id="Img02"/></div></td>
	</tr>
	<tr><td>
		<table width="162" border="0" bordercolor="red" cellspacing="0" cellpadding="0" ID="TableLN">
		<tr><td colspan="2" align="right" class="menu">
				<img src="apply/spacer.gif" alt="Arrow_Menu" name="MenuArrow" width="10" height="10" id="ImgM"/>
			</td>
		</tr>
		 

				<tr>
					<td width="10" align="right" background="apply/spacer.gif" class="menu">
						<img src="apply/spacer.gif" alt="Arrow_Menu" border=0 name="MenuArrow0" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/New+Arrivals/D-12500" class="menu" onMouseOver="MM_swapImage('MenuArrow0','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">New Arrivals</a></td> 
				</tr> 
				<tr>
					<td width="10" align="right" background="apply/spacer.gif" class="menu">
						<img src="apply/spacer.gif" alt="Arrow_Menu" border=0 name="MenuArrow1" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/Customer+Favorites/D-3800" class="menu" onMouseOver="MM_swapImage('MenuArrow1','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Customer Favorites</a></td> 
				</tr> 
				<tr>
					<td width="10" align="right" background="apply/spacer.gif" class="menu">
						<img src="apply/spacer.gif" alt="Arrow_Menu" border=0 name="MenuArrow2" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/Special+Occasion/D-12450" class="menu" onMouseOver="MM_swapImage('MenuArrow2','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Special Occasion</a></td> 
				</tr> 
				<tr>
					<td width="10" align="right" background="apply/spacer.gif" class="menu">
						<img src="apply/spacer.gif" alt="Arrow_Menu" border=0 name="MenuArrow3" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/Cold+Weather+Essentials/D-3750" class="menu" onMouseOver="MM_swapImage('MenuArrow3','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Cold Weather Essentials</a></td> 
				</tr> 
				<tr>
					<td width="10" align="right" background="apply/spacer.gif" class="menu">
						<img src="apply/spacer.gif" alt="Arrow_Menu" border=0 name="MenuArrow4" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/Gillian+Grey+Collection+/D-22000" class="menu" onMouseOver="MM_swapImage('MenuArrow4','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Gillian Grey Collection™</a></td> 
				</tr> 
				<tr>
					<td width="10" align="right" background="apply/spacer.gif" class="menu">
						<img src="apply/spacer.gif" alt="Arrow_Menu" border=0 name="MenuArrow5" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/CLOTHING/D-750" class="menu" onMouseOver="MM_swapImage('MenuArrow5','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">CLOTHING</a></td> 
				</tr> 
					<tr>
						<td width="15" align="right"><img src="apply/spacer.gif" alt="Arrow_Menu" name="SubMenuSpace" width="10" height="7" /></td>
						<td align="right" class="subMenu">
						<table border="0" align="left" cellpadding="0" cellspacing="0" ID="Table16">
						<tr>
							<td width="15" align="right" class="subMenu"> 
							<img src="apply/spacer.gif" alt="Arrow_Menu" name="SubMenuArrow6" width="10" height="7" id="Img05"/></td>
							<td align="left"><a href="http://www.silhouettes.com/Dept/CLOTHING/D-750" class="subMenu" onMouseOver="MM_swapImage('SubMenuArrow6','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">View All</a></td> 
						</tr> 
					<tr>
						<td width="15" align="right" class="subMenu"> 
						<img src="apply/spacer.gif" alt="Arrow_Menu" name="SubMenuArrow7" width="10" height="7" id="Img06"/></td>
						<td align="left"><a href="http://www.silhouettes.com/Dept/APPAREL+Knit+Tops+and+Tees/D-1100" class="subMenu" onMouseOver="MM_swapImage('SubMenuArrow7','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Knit Tops and Tees</a></td> 
					</tr> 
					<tr>
						<td width="15" align="right" class="subMenu"> 
						<img src="apply/spacer.gif" alt="Arrow_Menu" name="SubMenuArrow11" width="10" height="7" id="Img06"/></td>
						<td align="left"><a href="http://www.silhouettes.com/Dept/APPAREL+Shirts+and+Blouses/D-1200" class="subMenu" onMouseOver="MM_swapImage('SubMenuArrow11','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Shirts and Blouses</a></td> 
					</tr> 
					<tr>
						<td width="15" align="right" class="subMenu"> 
						<img src="apply/spacer.gif" alt="Arrow_Menu" name="SubMenuArrow15" width="10" height="7" id="Img06"/></td>
						<td align="left"><a href="http://www.silhouettes.com/Dept/APPAREL+Jackets+Blazers/D-1300" class="subMenu" onMouseOver="MM_swapImage('SubMenuArrow15','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Jackets & Blazers</a></td> 
					</tr> 
					<tr>
						<td width="15" align="right" class="subMenu"> 
						<img src="apply/spacer.gif" alt="Arrow_Menu" name="SubMenuArrow16" width="10" height="7" id="Img06"/></td>
						<td align="left"><a href="http://www.silhouettes.com/Dept/APPAREL+Sweaters+Cardigans/D-1400" class="subMenu" onMouseOver="MM_swapImage('SubMenuArrow16','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Sweaters & Cardigans</a></td> 
					</tr> 
					<tr>
						<td width="15" align="right" class="subMenu"> 
						<img src="apply/spacer.gif" alt="Arrow_Menu" name="SubMenuArrow17" width="10" height="7" id="Img06"/></td>
						<td align="left"><a href="http://www.silhouettes.com/Dept/APPAREL+Vests/D-1450" class="subMenu" onMouseOver="MM_swapImage('SubMenuArrow17','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Vests</a></td> 
					</tr> 
					<tr>
						<td width="15" align="right" class="subMenu"> 
						<img src="apply/spacer.gif" alt="Arrow_Menu" name="SubMenuArrow18" width="10" height="7" id="Img06"/></td>
						<td align="left"><a href="http://www.silhouettes.com/Dept/APPAREL+Pants+and+Skirts/D-2000" class="subMenu" onMouseOver="MM_swapImage('SubMenuArrow18','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Pants and Skirts</a></td> 
					</tr> 
					<tr>
						<td width="15" align="right" class="subMenu"> 
						<img src="apply/spacer.gif" alt="Arrow_Menu" name="SubMenuArrow24" width="10" height="7" id="Img06"/></td>
						<td align="left"><a href="http://www.silhouettes.com/Dept/APPAREL+Jeans/D-2700" class="subMenu" onMouseOver="MM_swapImage('SubMenuArrow24','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Jeans</a></td> 
					</tr> 
					<tr>
						<td width="15" align="right" class="subMenu"> 
						<img src="apply/spacer.gif" alt="Arrow_Menu" name="SubMenuArrow25" width="10" height="7" id="Img06"/></td>
						<td align="left"><a href="http://www.silhouettes.com/Dept/APPAREL+Dresses+Sets/D-3000" class="subMenu" onMouseOver="MM_swapImage('SubMenuArrow25','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Dresses & Sets</a></td> 
					</tr> 
					<tr>
						<td width="15" align="right" class="subMenu"> 
						<img src="apply/spacer.gif" alt="Arrow_Menu" name="SubMenuArrow26" width="10" height="7" id="Img06"/></td>
						<td align="left"><a href="http://www.silhouettes.com/Dept/APPAREL+Outerwear/D-5000" class="subMenu" onMouseOver="MM_swapImage('SubMenuArrow26','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Outerwear</a></td> 
					</tr> 
						</table></td></tr>	
				<tr>
					<td width="10" align="right" background="apply/spacer.gif" class="menu">
						<img src="apply/spacer.gif" alt="Arrow_Menu" border=0 name="MenuArrow27" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/Intimates+Sleepwear/D-6000" class="menu" onMouseOver="MM_swapImage('MenuArrow27','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Intimates & Sleepwear</a></td> 
				</tr> 
				<tr>
					<td width="10" align="right" background="apply/spacer.gif" class="menu">
						<img src="apply/spacer.gif" alt="Arrow_Menu" border=0 name="MenuArrow28" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/Swim+Travel/D-9450" class="menu" onMouseOver="MM_swapImage('MenuArrow28','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Swim & Travel</a></td> 
				</tr> 
				<tr>
					<td width="10" align="right" background="apply/spacer.gif" class="menu">
						<img src="apply/spacer.gif" alt="Arrow_Menu" border=0 name="MenuArrow29" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/Shoes+Boots/D-10000" class="menu" onMouseOver="MM_swapImage('MenuArrow29','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Shoes & Boots</a></td> 
				</tr> 
				<tr>
					<td width="10" align="right" background="apply/spacer.gif" class="menu">
						<img src="apply/spacer.gif" alt="Arrow_Menu" border=0 name="MenuArrow39" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/Accessories/D-11000" class="menu" onMouseOver="MM_swapImage('MenuArrow39','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Accessories</a></td> 
				</tr> 
				<tr>
					<td width="10" align="right" background="apply/spacer.gif" class="menu">
						<img src="apply/spacer.gif" alt="Arrow_Menu" border=0 name="MenuArrow40" width="10" height="7" id="Img04"/></td> 
							<td align="left"><a href="http://www.silhouettes.com/jewelry/" class="menuRed" onmouseover="MM_swapImage('MenuArrow40','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onmouseout="MM_swapImgRestore()">Fine Jewelry</a></td> 
				</tr> 
				<tr>
					<td width="10" align="right" background="apply/spacer.gif" class="menu">
						<img src="apply/spacer.gif" alt="Arrow_Menu" border=0 name="MenuArrow52" width="10" height="7" id="Img04"/></td> 
							<td align="left"><a href="http://www.silhouettes.com/outlet/" class="menuRed" onmouseover="MM_swapImage('MenuArrow52','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onmouseout="MM_swapImgRestore()">OUTLET</a></td> 
				</tr> 
				<tr>
					<td width="10" align="right" background="apply/spacer.gif" class="menu">
						<img src="apply/spacer.gif" alt="Arrow_Menu" border=0 name="MenuArrow62" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/Extended+Sizes/D-18878" class="menu" onMouseOver="MM_swapImage('MenuArrow62','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Extended Sizes</a></td> 
				</tr> 
	
			</table>
		</td>
		<td width="8"><img src="apply/spacer.gif" alt="leftspacer" name="leftspacer" width="8" height="20" id="Img07"/></td>
	</tr>
	<tr><td colspan="2"><img src="apply/spacer.gif" alt="spacer" width="162" height="12" /></td></tr>
	<tr><td width="162">
			<table ALIGN="left" BORDER="0" width="" CELLSPACING="0" CELLPADDING="0" ID="TableF3">
				<tr>
					<td class="subMenu">
					<div id="EmailFooterDiv"></div>
					<!-- BEGIN NEW EMAIL -->
						
					<div id="JKsignupformdiv2"
						style="width:160px; height: 136px; background-color:#f5f5f5; border: 1px solid #bfbfbf; display:block; border-bottom:none;">

						<img src="/HanoverAssets/Silhouettes/hotspot/email_shortform/take20top.gif"
							width="160"
							height="83"
							alt="Take 20% Off Your First Order When You Sign Up For Silhouettes Emails"
							border="0"
							style="margin:0px; padding:0px;" />

						<form id="JKsignupform2"
							action=""
							method=""
							style="margin:0px; padding:0px; text-align:center;"
							onsubmit="return handleNewEmailFormSubmit({email_dom_id:'jkemailSignUp2', source_dom_id:'EmailSignupSource', ipaddress_dom_id: 'LocalIPAddress', division_dom_id: 'EmailDivisionCode', posturl_dom_id: 'EmailPostUrl', success_callback: function() { thanksEasterBunny('JKsignupformdiv2', 'JKthankyoudiv2'); }, failed_callback: function() { alert('failed'); } });">

							<input id="jkemailSignUp2"
								class=""
								name="jkemailSignUp2"
								type="text"
								size="19"
								value="enter your email"
								style="margin:0px; padding:0px;"
								onfocus="emptyIt('jkemailSignUp2')"
								onblur='if (this.value == "") {this.value="enter your email";}' />

							

							<input type="image" 
								   id="SubmitImage2" 
								   name="SubmitImage2"
								   src="/HanoverAssets/Silhouettes/hotspot/email_shortform/btn_signup.gif"
								   alt="Sign Up!" width="69" height="17" border="0" style="margin-top:5px;" />

						</form>
					</div>

					<div id="JKthankyoudiv2"
						style="width:160px; height:97px; background-color:#f5f5f5; border: 1px solid #bfbfbf; display:none; border-bottom:none;">

						<img src="/HanoverAssets/Silhouettes/hotspot/email_shortform/thankyoumsgtop.gif"
     						width="160"
     						height="97"
     						alt="Thank you for joining. You’ll receive your first e-mail soon!"
     						border="0" />
					</div>
					<div id="socialicons"
						style="width:160px; background-color:#f5f5f5; border: 1px solid #bfbfbf; border-top:none; text-align:center;">

						<p style="margin:0px; padding:0px 0px 6px 0px;">
							
							<!--
							<a href="/Silhouettes/i_emailsignupform.asp?emailAction=" onclick="return hs.htmlExpand(this, { objectType: 'iframe', wrapperClassName: 'highslide-wrapper drag-header', width: 360, targetX: 'EmailContainer', targetY: 'EmailContainer' } )">
							-->
							<a href="javascript:void(0);" onclick="window.open('http://www.silhouettes.com/i_emailSample.asp','Sample','resizable=no,toolbar=no,scrollbars=yes,location=no,directories=no,status=no,menubar=no,width=400,height=575')"
							style="font-size:11px; font-weight:normal;">
								sample email
							</a> 

							&nbsp;&nbsp;

							<a href="javascript:OpenPrivacyPolicy('http://www.silhouettes.com/privacypage.asp#privacy')"
							style="font-size:11px; font-weight:normal;">
								privacy
							</a>
						</p>

						<a href="http://blog.silhouettes.com/">

							<img src="/HanoverAssets/Silhouettes/hotspot/email_shortform/blog_x15.png"
								width="17"
								height="15"
								alt=""
								border="0" />
						</a>
						<a href="http://www.facebook.com/Silhouettes">

							<img src="/HanoverAssets/Silhouettes/hotspot/email_shortform/facebook_x15.png"
								width="15"
								height="15"
								alt=""
								border="0"
								style="margin-left:7px;" />
						</a>
						<a href="http://twitter.com/SiloStyle">

							<img src="/HanoverAssets/Silhouettes/hotspot/email_shortform/twitter_x15.png"
								width="15"
								height="15"
								alt=""
								border="0" />
						</a>
						<a href="http://www.youtube.com/SilhouettesStyle">
							<img src="/HanoverAssets/Silhouettes/hotspot/email_shortform/youtube_x15.png"
								width="40"
								height="15"
								alt=""
								border="0" />
						</a>
					</div>
						
					<!-- END NEW EMAIL -->
					</td>
				</tr>
			</table>
			<input type="hidden" id="EmailSignupSource" name="EmailSignupSource" value="EmailSignup" />
			<input type="hidden" id="LocalIPAddress" name="LocalIPAddress" value="10.211.16.110" />
			<input type="hidden" id="EmailDivisionCode" name="EmailDivisionCode" value="54" />
			<input type="hidden" id="EmailPostUrl" name="EmailPostUrl" value="http://www.silhouettes.com/EmailSignupPost.asp" />
		</td>
		<td width="8"><img src="apply/spacer.gif" alt="leftspacer" name="leftspacer" width="8" height="20" id="Img08"/></td>
	</tr>
	<tr><td height="16"><img src="apply/spacer.gif" id="Img09"/></td></tr>
</table>
</div>


				</td>
				<td width="591" valign="top">
					<table border="0" width="591" id="tableM2">
						<tr>
							<td valign="top">
								
	<table border="0" cellpadding="0" cellspacing="0" id="HeroAnd3Pods">
		<tr>
			<td>
				<table border="0" align="left" cellpadding="5" cellspacing="0">
					<tr>
						<td align="left" valign="top">
						
	<table border="0" cellspacing="0" cellpadding="1">
		<tr><td align="center">
				
	<table border="0" align="center" cellpadding="0" cellspacing="0">
		<tr>
			<td><a href="http://s7d2.scene7.com/is/image/HanoverDirect/11A501429_S_JV?$xlarge$" rel="zoom-position:right;zoom-width: 400px; zoom-height: 400px" class="MagicZoom" id="z-511253x">
					<img style="{position: relative; z-index: 100;}" src="http://s7d2.scene7.com/is/image/HanoverDirect/11A501429_S_JV?$product$" alt="Relaxed Knit Pants" width="200" height="300" border="0" />
				</a>
			</td>
		</tr>
	</table>
	
			</td>
		</tr>
		<tr><td><table border="0" align="center" cellpadding="0" cellspacing="0">
					<tr>
						<td><img src="/HanoverAssets/Silhouettes/icon_RollOverMag.gif" alt="roll over to magnify" width="100" height="30" border="0" /></td>
						<td><a href="javascript:openS7('11A501429_S_JV')" onmouseover="window.status='Click for a larger view'; return true;" onmouseout="window.status=''; return true;">
								<img src="/HanoverAssets/Silhouettes/icon_ViewLarger.gif" alt="view larger" width="79" height="30" border="0" />
							</a>
						</td>
					</tr>
				</table>
			</td>
		</tr>
		<tr><td>
			
	<table border="0" align="center" cellpadding="3" cellspacing="0">
		<tr>
		<td>
					<a href="http://s7d2.scene7.com/is/image/HanoverDirect/11A501429_S_JV.jpg?$xlarge$" rel="z-511253x" rev="http://s7d2.scene7.com/is/image/HanoverDirect/11A501429_S_JV.jpg?$product$">
						<img src="http://s7d2.scene7.com/is/image/HanoverDirect/11A501429_S_JV.jpg?$alt08$" alt="Relaxed Knit Pants" width="44" height="66" border="1" class="altimage" />
					</a>
				</td><td>
					<a href="http://s7d2.scene7.com/is/image/HanoverDirect/11E511253_HG.jpg?$xlarge$" rel="z-511253x" rev="http://s7d2.scene7.com/is/image/HanoverDirect/11E511253_HG.jpg?$product$">
						<img src="http://s7d2.scene7.com/is/image/HanoverDirect/11E511253_HG.jpg?$alt08$" alt="Relaxed Knit Pants" width="44" height="66" border="1" class="altimage" />
					</a>
				</td><td>
					<a href="http://s7d2.scene7.com/is/image/HanoverDirect/11A501429_S_NV.jpg?$xlarge$" rel="z-511253x" rev="http://s7d2.scene7.com/is/image/HanoverDirect/11A501429_S_NV.jpg?$product$">
						<img src="http://s7d2.scene7.com/is/image/HanoverDirect/11A501429_S_NV.jpg?$alt08$" alt="Relaxed Knit Pants" width="44" height="66" border="1" class="altimage" />
					</a>
				</td>
		</tr>
	</table>
	
			</td>
		</tr>
	</table>
	<br /><br />
	
						</td>
						<td align="left" valign="top">
						
	<form id="ProductPageForm" name="ProductPageForm"
		method="post" action="http://www.silhouettes.com/xt_orderform_additem.asp"
		onsubmit="return validateProductForm();">

		<input id="shop_id" name="shop_id" type="hidden" value="AF671DAA-3A2A-49C3-8D7B-124667ED420A" />
		<input id="product_count" name="product_count" type="hidden" value="2" />

		
			<input type="hidden" id="product_index" name="product_index" value="" />
			<input type="hidden" id="type" name="type" value="parent" />
			<input type="hidden" id="dept_id" name="dept_id" value="1" />
			<input type="hidden" id="lastpage" name="lastpage" value="strParent" />
			<input type="hidden" id="parentproduct" name="parentproduct" value="511253x" />
			<input type="hidden" id="parentproduct_dept_id" name="parentproduct_dept_id" value="24160" />
			<input type="hidden" id="hpimage" name="hpimage" value="11A501429_S_JV.jpg" />

			<input type="hidden" id="addcount" name="addcount" value="" />
			<input type="hidden" id="pr_name" name="pr_name" value="" />
			<input type="hidden" id="sale" name="sale" value="" />
			<input type="hidden" id="qty" name="qty" value="" />
			<input type="hidden" id="nattr" name="nattr" value="" />
			
				
		<table height="42" border="0" cellpadding="0" cellspacing="0" id="TableProd">
			<tr>
				<td class="productTitle">Relaxed Knit Pants</td>
			</tr>
			<tr>
				<td class="productH1Title"><h1>Relaxed Knit Pants</h1></td>
			</tr>

			<tr>
				<td class="productTitle"><img src="/HanoverAssets/Silhouettes/spacer.gif" alt="spacer" width="5" height="5" /></td>
			</tr>
			<tr>
				<!-- BazaarVoice -->
				<td class="productInfo"><div id="BVCustomerRatings"></div></td>
				<!-- BazaarVoice -->
			</tr>
			<tr>
				<td class="productTitle"><img src="/HanoverAssets/Silhouettes/spacer.gif" alt="spacer" width="5" height="5" /></td>
			</tr>
			<tr>
				<td class="productInfo"><ul>
<li>Plus size relaxed knit pants</li>
<li>29” inseam</li>
<li>Cotton </li>
<li>Washable</li>
<li>Imported </li></ul>
More versatile and less clingy than leggings, but with plenty of wiggle room, these plus size relaxed knit pants are just what the doctor ordered! These knit pants are styled with an elasticized waist and side pockets for a nice and easy fit.</td>
			</tr>
			<tr>
				<td><img src="/HanoverAssets/Silhouettes/spacer.gif" alt="spacer" width="20" height="20" /></td>
			</tr>
			<!--START QS--><!--dept_id : 13000--><!--product : 511253x-->
			<tr>
				<td class="prod_MoreRecs"><a href="/Product.asp?dept_id=13000&product=511253x#MoreRecommendations" class="prod">More Recommendations</a></td>
			</tr>
			<tr>
				<td><img src="/HanoverAssets/Silhouettes/spacer.gif" alt="spacer" width="10" height="10" /></td>
			</tr>
			<tr>
				<td bgcolor="#b2b2b2"><img src="/HanoverAssets/Silhouettes/rule_591.gif" alt="rule591" width="342" height="1" /></td>
			</tr>
			<tr>
				<td><img src="/HanoverAssets/Silhouettes/spacer.gif" alt="spacer" width="10" height="10" /></td>
			</tr>
			<tr>
				<td>
		<input type="hidden" id="pr_name_1" name="pr_name_1" value="Relaxed Knit Pant,  XL-3X" />
		<input type="hidden" id="sale_1" name="sale_1" value="Y" />
		<input type="hidden" id="product_1" name="product_1" value="5112531XBLA" />
		<input type="hidden" id="addcount_1" name="addcount_1" value="1" />
		

	<table border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td>
			<table border="0" bordercolor="blue" cellpadding="0" cellspacing="0" id="TableProdDet">
				<tr><td valign="top" class="prod_sku">#511253 </td>
					<td valign="top"><img src="/HanoverAssets/Silhouettes/spacer.gif" alt="spacer" width="10" height="5" /></td>
					<td valign="top" class="prod_nameSize"><strong>Relaxed Knit Pant,  XL-3X </strong> <br />
						<span class="prod_regPrice">Reg. $28.98<br />
									<span class="prod_Sale">SALE $12.99<br /></span></span>
					</td>
				</tr>
			</table>
		</td>
	</tr>
	<tr>
		<td>
			<img src="/HanoverAssets/Silhouettes/spacer.gif" alt="spacer" width="10" height="10" />
		</td>
	</tr>
	<tr>
		<td>
			<table border="0" cellspacing="0" cellpadding="0">
				<tr>
					<td class="prod_sizeChart"><a href="http://www.silhouettes.com/sizechart.asp" target="_blank" class="prod"><nobr>Size Chart</nobr></a></td>
					<td><img src="/HanoverAssets/Silhouettes/spacer.gif" alt="spacer" width="10" height="5" /></td>
					<td class="prod_chkAvail"><a href="javascript:pop('5112531XBLA','Relaxed Knit Pant,  XL-3X')" class="prod"><nobr>Check Availability</nobr></a></td>
					<td class="prod_nameSize"><img src="/HanoverAssets/Silhouettes/spacer.gif" alt="spacer" width="10" height="5" /></td>
					<td class="prod_nameSize" align="left" valign="top">
						
	<table style="{table-layout: fixed;}" border="0" cellspacing="3" cellpadding="1" id="TableSwatch">
		<tr>
		
	<td width="25" align="left" valign="top"><a onmouseover="MM_showHideLayers('apDivSwatch_1_1','','show'); return true;"
			onmouseout="MM_showHideLayers('apDivSwatch_1_1','','hide'); return true;">
			<img src="/HanoverAssets/Silhouettes/product_images/swatch_images/small/chambay_knit.png" id="swatch_1_1" name="swatch_1_1"	alt="chambay_knit.png" width="25" height="25" border="0" /></a>
		<div id="apDivSwatch_1_1" style="visibility: hidden;"><img src="/HanoverAssets/Silhouettes/product_images/swatch_images/large/chambay_knit.png" alt="chambay_knit.png" width="96" height="127" border="0"/>
		</div>
	</td> 
	<td width="25" align="left" valign="top"><a onmouseover="MM_showHideLayers('apDivSwatch_2_1','','show'); return true;"
			onmouseout="MM_showHideLayers('apDivSwatch_2_1','','hide'); return true;">
			<img src="/HanoverAssets/Silhouettes/product_images/swatch_images/small/heathergrey_knit.png" id="swatch_2_1" name="swatch_2_1"	alt="heathergrey_knit.png" width="25" height="25" border="0" /></a>
		<div id="apDivSwatch_2_1" style="visibility: hidden;"><img src="/HanoverAssets/Silhouettes/product_images/swatch_images/large/heathergrey_knit.png" alt="heathergrey_knit.png" width="96" height="127" border="0"/>
		</div>
	</td> 
	<td width="25" align="left" valign="top"><a onmouseover="MM_showHideLayers('apDivSwatch_3_1','','show'); return true;"
			onmouseout="MM_showHideLayers('apDivSwatch_3_1','','hide'); return true;">
			<img src="/HanoverAssets/Silhouettes/product_images/swatch_images/small/java_knit.png" id="swatch_3_1" name="swatch_3_1"	alt="java_knit.png" width="25" height="25" border="0" /></a>
		<div id="apDivSwatch_3_1" style="visibility: hidden;"><img src="/HanoverAssets/Silhouettes/product_images/swatch_images/large/java_knit.png" alt="java_knit.png" width="96" height="127" border="0"/>
		</div>
	</td> 
		</tr>
	</table>
	
					</td>
				</tr>
			</table>
		</td>
	</tr>
	<tr>
		<td>
			<img src="/HanoverAssets/Silhouettes/spacer.gif" alt="spacer" width="5" height="5" />
		</td>
	</tr>
	
	<tr>
		<td>
			
	<table border="0" cellspacing="0" cellpadding="2" id="TableAttrDet">
		<tr>
			
		<td>
		<select id="attr_value_1_1" name="attr_value_1_1" class="dropdowns">
			<option value="" selected>SIZE</option>
			<option value="XL">XL</option><option value="1X">1X</option>
		</select>
		<input type="hidden" id="attr_name_1_1" name="attr_name_1_1" value="SIZE" />
		</td>
		
			<td>&nbsp;</td>
			
		<td>
		<select id="attr_value_2_1" name="attr_value_2_1" class="dropdowns">
			<option value="" selected>COLOR</option>
			<option value="CHAMBRAY BLUE">CHAMBRAY BLUE</option><option value="HEATHER GREY">HEATHER GREY</option>
		</select>
		<input type="hidden" id="attr_name_2_1" name="attr_name_2_1" value="COLOR" />
		</td>
		
			<td>&nbsp;</td>
			
		<td>
			<input type="hidden" id="attr_value_3_1" name="attr_value_3_1" value="" />
			<input type="hidden" id="attr_name_3_1" name="attr_name_3_1" value="" />
		</td>
		
			<td>&nbsp;</td>
			
	<td><span class="prod_regPrice">Qty:</span></td>
	<td><select id="qty_1" name="qty_1" class="dropdowns">
			<option value="">0</option>
			<option value="1">1</option>
			<option value="2">2</option>
			<option value="3">3</option>
			<option value="4">4</option>
			<option value="5">5</option>
		</select>
	</td>
	
				<input type="hidden" id="nattr_1" name="nattr_1" value="2" />
				
		</tr>
	</table>
	
		<label></label>
		</td>
	</tr>
	</table>
	<br />
	<br />
	
		<input type="hidden" id="pr_name_2" name="pr_name_2" value="Relaxed Knit Pant, 4X-6X" />
		<input type="hidden" id="sale_2" name="sale_2" value="Y" />
		<input type="hidden" id="product_2" name="product_2" value="5112534XBLA" />
		<input type="hidden" id="addcount_2" name="addcount_2" value="2" />
		

	<table border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td>
			<table border="0" bordercolor="blue" cellpadding="0" cellspacing="0" id="TableProdDet">
				<tr><td valign="top" class="prod_sku">#511253 </td>
					<td valign="top"><img src="/HanoverAssets/Silhouettes/spacer.gif" alt="spacer" width="10" height="5" /></td>
					<td valign="top" class="prod_nameSize"><strong>Relaxed Knit Pant, 4X-6X </strong> <br />
						<span class="prod_regPrice">Reg. $33.98<br />
									<span class="prod_Sale">SALE $14.99<br /></span></span>
					</td>
				</tr>
			</table>
		</td>
	</tr>
	<tr>
		<td>
			<img src="/HanoverAssets/Silhouettes/spacer.gif" alt="spacer" width="10" height="10" />
		</td>
	</tr>
	<tr>
		<td>
			<table border="0" cellspacing="0" cellpadding="0">
				<tr>
					<td class="prod_sizeChart"><a href="http://www.silhouettes.com/sizechart.asp" target="_blank" class="prod"><nobr>Size Chart</nobr></a></td>
					<td><img src="/HanoverAssets/Silhouettes/spacer.gif" alt="spacer" width="10" height="5" /></td>
					<td class="prod_chkAvail"><a href="javascript:pop('5112534XBLA','Relaxed Knit Pant, 4X-6X')" class="prod"><nobr>Check Availability</nobr></a></td>
					<td class="prod_nameSize"><img src="/HanoverAssets/Silhouettes/spacer.gif" alt="spacer" width="10" height="5" /></td>
					<td class="prod_nameSize" align="left" valign="top">
						
	<table style="{table-layout: fixed;}" border="0" cellspacing="3" cellpadding="1" id="TableSwatch">
		<tr>
		
	<td width="25" align="left" valign="top"><a onmouseover="MM_showHideLayers('apDivSwatch_1_2','','show'); return true;"
			onmouseout="MM_showHideLayers('apDivSwatch_1_2','','hide'); return true;">
			<img src="/HanoverAssets/Silhouettes/product_images/swatch_images/small/chambay_knit.png" id="swatch_1_2" name="swatch_1_2"	alt="chambay_knit.png" width="25" height="25" border="0" /></a>
		<div id="apDivSwatch_1_2" style="visibility: hidden;"><img src="/HanoverAssets/Silhouettes/product_images/swatch_images/large/chambay_knit.png" alt="chambay_knit.png" width="96" height="127" border="0"/>
		</div>
	</td> 
	<td width="25" align="left" valign="top"><a onmouseover="MM_showHideLayers('apDivSwatch_2_2','','show'); return true;"
			onmouseout="MM_showHideLayers('apDivSwatch_2_2','','hide'); return true;">
			<img src="/HanoverAssets/Silhouettes/product_images/swatch_images/small/heathergrey_knit.png" id="swatch_2_2" name="swatch_2_2"	alt="heathergrey_knit.png" width="25" height="25" border="0" /></a>
		<div id="apDivSwatch_2_2" style="visibility: hidden;"><img src="/HanoverAssets/Silhouettes/product_images/swatch_images/large/heathergrey_knit.png" alt="heathergrey_knit.png" width="96" height="127" border="0"/>
		</div>
	</td> 
	<td width="25" align="left" valign="top"><a onmouseover="MM_showHideLayers('apDivSwatch_3_2','','show'); return true;"
			onmouseout="MM_showHideLayers('apDivSwatch_3_2','','hide'); return true;">
			<img src="/HanoverAssets/Silhouettes/product_images/swatch_images/small/java_knit.png" id="swatch_3_2" name="swatch_3_2"	alt="java_knit.png" width="25" height="25" border="0" /></a>
		<div id="apDivSwatch_3_2" style="visibility: hidden;"><img src="/HanoverAssets/Silhouettes/product_images/swatch_images/large/java_knit.png" alt="java_knit.png" width="96" height="127" border="0"/>
		</div>
	</td> 
		</tr>
	</table>
	
					</td>
				</tr>
			</table>
		</td>
	</tr>
	<tr>
		<td>
			<img src="/HanoverAssets/Silhouettes/spacer.gif" alt="spacer" width="5" height="5" />
		</td>
	</tr>
	
	<tr>
		<td>
			
	<table border="0" cellspacing="0" cellpadding="2" id="TableAttrDet">
		<tr>
			
		<td>
		<select id="attr_value_1_2" name="attr_value_1_2" class="dropdowns">
			<option value="" selected>SIZE</option>
			<option value="4X">4X</option><option value="5X">5X</option>
		</select>
		<input type="hidden" id="attr_name_1_2" name="attr_name_1_2" value="SIZE" />
		</td>
		
			<td>&nbsp;</td>
			
		<td>
		<select id="attr_value_2_2" name="attr_value_2_2" class="dropdowns">
			<option value="" selected>COLOR</option>
			<option value="CHAMBRAY BLUE">CHAMBRAY BLUE</option><option value="HEATHER GREY">HEATHER GREY</option>
		</select>
		<input type="hidden" id="attr_name_2_2" name="attr_name_2_2" value="COLOR" />
		</td>
		
			<td>&nbsp;</td>
			
		<td>
			<input type="hidden" id="attr_value_3_2" name="attr_value_3_2" value="" />
			<input type="hidden" id="attr_name_3_2" name="attr_name_3_2" value="" />
		</td>
		
			<td>&nbsp;</td>
			
	<td><span class="prod_regPrice">Qty:</span></td>
	<td><select id="qty_2" name="qty_2" class="dropdowns">
			<option value="">0</option>
			<option value="1">1</option>
			<option value="2">2</option>
			<option value="3">3</option>
			<option value="4">4</option>
			<option value="5">5</option>
		</select>
	</td>
	
				<input type="hidden" id="nattr_2" name="nattr_2" value="2" />
				
		</tr>
	</table>
	
		<label></label>
		</td>
	</tr>
	</table>
	<br />
	<br />
	
				</td>
			</tr>
			<tr>
				<td><img src="/HanoverAssets/Silhouettes/spacer.gif" alt="spacer" width="5" height="5" /></td>
			</tr>
			<tr>
				<td bgcolor="#b2b2b2"><img src="/HanoverAssets/Silhouettes/rule_591.gif" alt="rule591" width="342" height="2" /></td>
			</tr>
			<tr>
				<td><img src="/HanoverAssets/Silhouettes/spacer.gif" alt="spacer" width="5" height="5" /></td>
			</tr>
			<tr>
				<td align="right">&nbsp;</td>
			</tr>
			<tr><td align="right">
					<a onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('ProductSubmit','','/HanoverAssets/Silhouettes/submit_prod_ON.gif',1)">
						<input type="image" id="ProductSubmit" name="ProductSubmit" src="/HanoverAssets/Silhouettes/submit_prod_OFF.gif" alt="Submit" width="115" height="27" border="0" />
					</a>
				</td>
			</tr>
			<tr><td align="center" valign="middle">
					&nbsp;
			</td></tr>
		</table>
		
		<input type="hidden" id="cm_deptid_1" name="cm_deptid_1" value="13000" />
		<input type="hidden" id="cm_deptname_1" name="cm_deptname_1" value="On Sale" />
		<input type="hidden" id="cm_productid_1" name="cm_productid_1" value="5112531XBLA" />
		<input type="hidden" id="cm_productname_1" name="cm_productname_1" value="Relaxed Knit Pant,  XL-3X" />
		<input type="hidden" id="catname" name="catname" value="On Sale" />
		
		<input type="hidden" id="cm_deptid_2" name="cm_deptid_2" value="13000" />
		<input type="hidden" id="cm_deptname_2" name="cm_deptname_2" value="On Sale" />
		<input type="hidden" id="cm_productid_2" name="cm_productid_2" value="5112534XBLA" />
		<input type="hidden" id="cm_productname_2" name="cm_productname_2" value="Relaxed Knit Pant, 4X-6X" />
		<input type="hidden" id="catname" name="catname" value="On Sale" />
		
	<input type="hidden" id="cdf" name="cdf" value="" />
	
	</form>
	<br />
	
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>
	
							</td> 
						</tr>
						<tr>
							<td valign="top">
								<br />
								<!-- BazaarVoice -->
								<div id="BVReviewsContainer"></div><noscript><iframe src="http://reviews.silhouettes.com//0527/511253x/reviews.htm?format=noscript" width="100%"></iframe><br/></noscript><div id="BVSVPLinkContainer"><a href="http://reviews.silhouettes.com//0527/511253x/reviews.htm">Printable Reviews</a></div>
	<!-- Reviews -->
	<script type="text/javascript" language="javascript">
	<!--
	var BVisLoaded = false;
	function BVcheckLoadState() {
    	if(!BVisLoaded) {
    		var page = document.getElementById('BVFrame').src;
			document.getElementById('BVFrame').src='http://reviews.silhouettes.com//logging?page=' + escape(page);
    		document.getElementById('BVReviewsContainer').innerHTML = '<!-- Review retrieval timed out -->';
		}
	}
	//-->
	</script>
	<div id="BVSubmissionParameters" style="display: none;"></div>
	<div id="BVContainerPageURL" style="display: none;">http://www.silhouettes.com/product-review.asp</div>
	<iframe id="BVFrame" name="BVFrame" src="" style="visibility: hidden; width: 1px; height: 1px; position: absolute; left: -999px; top: -999px;"></iframe>
	<script type="text/javascript" language="javascript">
	<!--
	function bvLoadRR() {
		var bvPage = 'http://reviews.silhouettes.com//0527/511253x/reviews.htm?format=embedded';
		var bvReviewIDName = 'featurereview';
	    
		var bvReviewIDRegex = new RegExp('[?&]' + bvReviewIDName + '=([^&#]+)');
		var bvReviewIDMatch = bvReviewIDRegex.exec(window.location.search);
		var bvReviewID = bvReviewIDMatch ? decodeURIComponent(bvReviewIDMatch[1]) : null;
	    
		document.getElementById('BVFrame').src = /^[0-9]+$/.test(bvReviewID) ? bvPage + '&reviewid=' + bvReviewID : bvPage;
	    
		//Timeout for review load.  Consider reviews unavailable if not loaded within 15 seconds
		setTimeout("BVcheckLoadState()", 15000);
	}
	bvLoadRR();
	//-->
	</script>
	<!-- End Reviews -->	
	
								<!-- BazaarVoice -->
								<br />
							</td> 
						</tr>
						<tr>
							<td valign="top">
								
	<a name="MoreRecommendations" id="MoreRecommendations"></a>
	<table border="0" cellspacing="0" cellpadding="0">
		<tr>
			<td align="left"><img src="/HanoverAssets/Silhouettes/subHead_WeAlsoRecmd.gif" alt="We Also Recommend" width="153" height="19" /><br />
			</td>
		</tr>
		<tr>
			<td align="center" bgcolor="#CCCCCC"><img src="/HanoverAssets/Silhouettes/spacer.gif" alt="rule591" width="100" height="1" /></td>
		</tr>
		<tr>
			<td align="center">&nbsp;</td>
		</tr>
		<tr>
			<td>
				
	<table border="0" cellspacing="5" cellpadding="0">
	<tr>
		
				<td width="25%" align="center" valign="top">
					<a rel="nofollow" href="http://www.silhouettes.com/product.asp?Product=511249x&Dept_ID=800&cr_id=crossSells&cm_sp=Manual-_-1-_-Relaxed Knit Pants" class="prod_nameSize">
						<img src="http://s7d2.scene7.com/is/image/HanoverDirect/11A511249_NV?$crossP$" style="{z-index: 5;}" alt="" id="img_511249x" name="" width="80" height="120" border="0" class="productImage"  />
						<br />
						<span class="prod_nameSize">
						Cropped Pants
						</span>
						<br/>
						<span class="prod_regPrice">
						$10.99-$12.99<br>
						</span>
					</a>
				</td>
				
				<td width="25%" align="center" valign="top">
					<a rel="nofollow" href="http://www.silhouettes.com/product.asp?Product=511250x&Dept_ID=800&cr_id=crossSells&cm_sp=Manual-_-2-_-Relaxed Knit Pants" class="prod_nameSize">
						<img src="http://s7d2.scene7.com/is/image/HanoverDirect/11A511250_NV?$crossP$" style="{z-index: 5;}" alt="" id="img_511250x" name="" width="80" height="120" border="0" class="productImage"  />
						<br />
						<span class="prod_nameSize">
						Knit Skirt
						</span>
						<br/>
						<span class="prod_regPrice">
						$10.99-$12.99<br>
						</span>
					</a>
				</td>
				
				<td width="25%" align="center" valign="top">
					<a rel="nofollow" href="http://www.silhouettes.com/product.asp?Product=511252x&Dept_ID=800&cr_id=crossSells&cm_sp=Manual-_-3-_-Relaxed Knit Pants" class="prod_nameSize">
						<img src="http://s7d2.scene7.com/is/image/HanoverDirect/11A511252_NV?$crossP$" style="{z-index: 5;}" alt="" id="img_511252x" name="" width="80" height="120" border="0" class="productImage"  />
						<br />
						<span class="prod_nameSize">
						Knit Shorts
						</span>
						<br/>
						<span class="prod_regPrice">
						$11.99<br>
						</span>
					</a>
				</td>
				
				<td width="25%" align="center" valign="top">
					<a rel="nofollow" href="http://www.silhouettes.com/product.asp?Product=501774x&Dept_ID=800&cr_id=crossSells&cm_sp=Recomended-_-4-_-Relaxed Knit Pants" class="prod_nameSize">
						<img src="http://s7d2.scene7.com/is/image/HanoverDirect/10A501774_BA?$crossP$" style="{z-index: 5;}" alt="" id="img_501774x" name="" width="80" height="120" border="0" class="productImage"  />
						<br />
						<span class="prod_nameSize">
						Simply me Wide Leg Pant
						</span>
						<br/>
						<span class="prod_regPrice">
						$24.99<br>
						</span>
					</a>
				</td>
				
	</tr>
	</table>
	<br />
	
			</td>
		</tr>
	</table>
	
<div id="footerDiv">

<table width="591" align="left" border="0" bordercolor="blue" cellpadding="0" cellspacing="0" id="TableFooter">
	<tr><td align="center" valign=middle></td></tr>
	<tr><td>&nbsp;</td></tr>	
	<tr><td valign="top" align="center"></td></tr>
	<tr><td>&nbsp;</td></tr>
	<tr><td align="center"><img src="/HanoverAssets/Silhouettes/Homebanners/rule_761.gif" alt="rule" width="561" height="1"/></td></tr>
	<tr><td>&nbsp;</td></tr>
	<tr>
		<!-- BOTTOM NAV TEXT LINKS -->
		<td align="center">
		<table width="100%" border="0" cellpadding="0" cellspacing="0" id="TableBNav1">
			<tr>
			<td align="center">
				<table border="0" cellpadding="2" cellspacing="0" ID="TableBNav2">
					<tr>
						<td><a title="Catalog Quick Order" alt="Catalog Quick Order" href="http://www.silhouettes.com/Product/Order+Now/Plus+Size+Women+s+Catalog+Silhouettes+Quick+Order/D-19999/P-manualformproductzz" class="footerMenu">Catalog Quick Order</a></td>
						<td><span class="footerMenu">:</span></td>
						<td><a title="Customer Service" alt="Customer Service" href="http://www.silhouettes.com/customers.asp" class="footerMenu">Customer Service</a></td>
						<td><span class="footerMenu">:</span></td>
						<td><a title="Gift Cards" alt="Gift Cards" href="http://www.silhouettes.com/GiftCard.asp" class="footerMenu">Gift Cards</a></td>
						<td><span class="footerMenu">:</span></td>
						<td><a title="Silhouettes Credit Card" alt="Silhouettes Credit Card" href="http://www.silhouettes.com/apply/" class="footerMenu">Silhouettes&#174; Credit Card</a></td>
					</tr>
				</table>
				<table border="0" cellpadding="2" cellspacing="0" ID="TableBNav3">
					<tr>
						<td><a title="Size and Fit Guide" alt="Size and Fit Guide" href="http://www.silhouettes.com/sizechart.asp" class="footerMenu">Size &amp; Fit</a></td>
						<td><span class="footerMenu">:</span></td>
						<td><a title="Fashion Glossary" alt="Fashion Glossary" href="http://www.silhouettes.com/fashionglossary.asp" class="footerMenu">Fashion Glossary</a></td>
						<td><span class="footerMenu">:</span></td>
						<td><a title="Privacy" alt="Privacy" href="http://www.silhouettes.com/privacypage.asp#Privacy" class="footerMenu">Privacy</a></td>
						<td><span class="footerMenu">:</span></td>
						<td><a title="Terms of Use" alt="Terms of Use" href="http://www.silhouettes.com/privacypage.asp" class="footerMenu">Terms of Use</a></td>
						<td><span class="footerMenu">:</span></td>
						<td><a title="Site Map" alt="Site Map" href="http://www.silhouettes.com/sitemap.asp" class="footerMenu">Site Map</a></td>
						<td><span class="footerMenu">:</span></td>
						<td><a title="Buying Guide" alt="Buying Guide" href="http://www.silhouettes.com/buyingguide" class="footerMenu">Buying Guide</a></td>
					</tr>
				</table>
				<br />
				<table border="0" cellpadding="2" cellspacing="0" ID="TableBNav4">
					<tr>
					<td align="left" class="footerMenu">&#169; 2012, Silhouettes, LLC. All Rights Reserved.</td>
					<td>&nbsp;&nbsp;&nbsp;</td>
					<td class="footerMenu">1-888-651-8337</td></tr>
				</table>
			</td>
			</tr>
		</table>
		</td>
		<!-- END BOTTOM FOOTER TEXT LINKS -->
	</tr>
</table>
</div>

<!-- Begin SearchIgnite Tracking -->

	<!-- Search Ignite BEGIN click tracking script  version 4.0 -->
	<script language="javascript" type="text/javascript">
	document.write('<s'+'cript language="javascript" type="text/javascript" src="'+document.location.protocol+'//track.searchignite.com/si/CM/Tracking/ClickTracking.aspx?siclientid=4379&jscript=1"></s'+'cript>');
	</script>
	<noscript>
	<img width="1" height="1" src='http://track.searchignite.com/si/CM/Tracking/ClickTracking.aspx?siclientid=4379&jscript=0'>
	</noscript>
	<!--Search Ignite END click tracking script  version 4.0 -->
	<!-- End SearchIgnite Tracking -->
							</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
		<!--CM_INCLUDE:product.asp-->
<script language="Javascript">var cmJv="1.1";</script>
<script language="Javascript" src="coremetrics/v40/eluminate.js"></script>
<script language="Javascript" src="coremetrics/v40/cm_datatagutils.js"></script>

<!--<script language="javascript">
	history.go(-1);
</script>-->
<!--PAGES_TAGS:product.asp--><!--342:DEPT ID=13000--><!--343:DEPT NAME=On Sale-->
						<!--LINE 396 -->
						<script language="javascript">
						try {cmCreateProductviewTag("511253x", "Relaxed Knit Pants", "On Sale (13000)", "Y");}
						catch(er) {window.alert(er.message);}
						</script>	
					
					<script language="javascript">
					//***to throw a site promotion tag when you click the zoom image - noemi castro 5/8/07***
					function sitePromoTag()
						{
							//try	{cmCreateManualLinkClickTag('""?cm_sp=Zoom-_--_-');} 
							//catch(er) {window.alert(er.message);}
						}
						//***end of site promotion tag***
					</script>	
<script language="javascript">
	//***to throw a site promotion tag when you click the zoom image - noemi castro 5/4/07***
	function sitePromoTag()
		{
			//try	{cmCreateManualLinkClickTag('"http://www.silhouettes.com/product.asp"?cm_sp=Zoom-_-On Sale-_-Relaxed Knit Pants(511253x)');} 
			//catch(er) {window.alert(er.message);}
		}
	//***end of site promotion tag***
</script>

	</div>
	</body>
</html>

