
<!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>Blue Couture™ Control-Fit Jeans</title> 
		<meta name="Keywords" content="These plus size jeans are super-flattering due a sleek design and built-in power-mesh panel. Sits just below natural waist. Plus size jeans feature classic five pocket styling with embroidery at back pockets. Traditional bootcut leg. The perfect plus size jean for any day, any night. 

Indigo plus size jeans
Sizes 12-26
Inseams: Petite 26", Average 29", Tall 34"
30" inseam for extended sizes 28-42
Cotton/spandex
Washable
Imported" />
		<meta name="Description" content="These plus size jeans are super-flattering due a sleek design and built-in power-mesh panel. Sits just below natural waist. Plus size jeans feature classic five pocket styling with embroidery at back pockets. Traditional bootcut leg. The perfect plus size jean for any day, any night. 

Indigo plus size jeans
Sizes 12-26
Inseams: Petite 26", Average 29", Tall 34"
30" inseam for extended sizes 28-42
Cotton/spandex
Washable
Imported" />
		<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"><div style="text-align:left; width:100%; position:relative; left:-125px;"><a href="/Dept/Fine+Jewelry+Rings/D-11170&cm_sp=hp-_-Topnav-_-FineJewelry&code=macs=SKH1">Introducing Fine Jewelry<br />>>Shop Now</a></div></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/Product/Order+Now/Plus+Size+Women+s+Catalog+Silhouettes+Quick+Order/D-19999/P-manualformproductzz" class="TopMenuService">Catalog Quick Order</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>&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">My Account</a>
										&nbsp;
										<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 -->
				<table border="0" cellspacing="4" cellpadding="0" ID="TableH9"><tr>	<td>&nbsp;</td>	<td>&nbsp;</td>	<td>&nbsp;</td>	<td><a title="As Seen In Home Page" href="/AsSeenIn.asp" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('T1_AsSeenIn21', '', '/HanoverAssets/Silhouettes/Homebanners/T1_AsSeenIn_ON.gif',1)">		<img src="/HanoverAssets/Silhouettes/Homebanners/T1_AsSeenIn.gif" alt="As Seen In" name="T1_AsSeenIn21" width="59" height="13" border="0" id="T1_AsSeenIn21"/></a>	</td>	<td>&nbsp;</td>	<td><a title="Silhouettes' Blog" href="http://blog.silhouettes.com/" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('T2_CelebLook21', '', '/HanoverAssets/Silhouettes/Homebanners/T2_CelebLook_ON.gif',1)">		<img src="/HanoverAssets/Silhouettes/Homebanners/T2_CelebLook.gif" alt="Silhouettes' Blog" name="T2_CelebLook21" width="130" height="13" border="0" id="T2_CelebLook21"/></a>	</td>	<td>&nbsp;</td>	<td><a title="Fit Guide" href="/sizechart.asp" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('T3_FitGuide21', '', '/HanoverAssets/Silhouettes/Homebanners/T3_FitGuide_ON.gif',1)">		<img src="/HanoverAssets/Silhouettes/Homebanners/T3_FitGuide.gif" alt="Fit Guide" name="T3_FitGuide21" width="54" height="13" border="0" id="T3_FitGuide21"/></a>	</td>	<td>&nbsp;</td>	<td><a title="Denim Shop" href="/DenimShop.asp" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('T4_DenimShop21', '', '/HanoverAssets/Silhouettes/Homebanners/T4_DenimShop_ON.gif',1)">		<img src="/HanoverAssets/Silhouettes/Homebanners/T4_DenimShop.gif" alt="Denim Shop" name="T4_DenimShop21" width="69" height="13" border="0" id="T4_DenimShop21"/></a>	</td>	<td>&nbsp;</td>	<td><a title="Gillian Grey" href="/GillianGrey.asp" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('T5_GillianGrey21', '', '/HanoverAssets/Silhouettes/Homebanners/T5_GillianGrey_ON.gif',1)">		<img src="/HanoverAssets/Silhouettes/Homebanners/T5_GillianGrey.gif" alt="Gillian Grey" name="T5_GillianGrey21" width="125" height="13" border="0" id="T5_GillianGrey21"/></a>	</td>	<td><img src="apply/spacer.gif" width="2" height="8"/></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/Gillian+Grey+Collection+trade+/D-510" class="menu" onMouseOver="MM_swapImage('MenuArrow2','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Gillian Grey Collection&trade;</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="MenuArrow8" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/Simply+Me+/D-520" class="menu" onMouseOver="MM_swapImage('MenuArrow8','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Simply Me™</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="MenuArrow9" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/Trends+Flirty+Ruffle/D-610" class="menu" onMouseOver="MM_swapImage('MenuArrow9','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Trend Watch</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="MenuArrow18" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/APPAREL/D-750" class="menu" onMouseOver="MM_swapImage('MenuArrow18','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">APPAREL</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="Table29">
						<tr>
							<td width="15" align="right" class="subMenu"> 
							<img src="apply/spacer.gif" alt="Arrow_Menu" name="SubMenuArrow19" width="10" height="7" id="Img05"/></td>
							<td align="left"><a href="http://www.silhouettes.com/Dept/APPAREL/D-750" class="subMenu" onMouseOver="MM_swapImage('SubMenuArrow19','','/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="SubMenuArrow20" 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('SubMenuArrow20','','/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="SubMenuArrow24" 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('SubMenuArrow24','','/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="SubMenuArrow28" 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('SubMenuArrow28','','/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="SubMenuArrow29" 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('SubMenuArrow29','','/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="SubMenuArrow30" 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('SubMenuArrow30','','/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="SubMenuArrow37" 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('SubMenuArrow37','','/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="SubMenuArrow38" 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('SubMenuArrow38','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Outerwear</a></td> 
					</tr> 
					<tr>
						<td width="15" align="right" class="subMenu"> 
						<img src="apply/spacer.gif" alt="Arrow_Menu" name="SubMenuArrow39" width="10" height="7" id="Img06"/></td>
						<td align="left"><a href="http://www.silhouettes.com/Dept/APPAREL+Denim/D-12700" class="subMenu" onMouseOver="MM_swapImage('SubMenuArrow39','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Denim</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="Table50">
						<tr>
							<td width="15" align="right" class="subMenu"> 
							<img src="/HanoverAssets/Silhouettes/Homebanners/Arrow.gif" border=0 name="SubMenuArrow" width="10" height="7" /></td> 
								<td align="left"><a href="http://www.silhouettes.com/Dept/APPAREL+Denim+Blue+Couture+/D-12701" class="subMenuSelected" onMouseOver="MM_swapImage('SubMenuArrow40','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Blue Couture™</a></td> 
						</tr> 
					<tr>
						<td width="15" align="right" class="subMenu"> 
						<img src="apply/spacer.gif" alt="Arrow_Menu" name="SubMenuArrow41" width="10" height="7" id="Img06"/></td>
						<td align="left"><a href="http://www.silhouettes.com/Dept/APPAREL+Denim+Jeans/D-12702" class="subMenu" onMouseOver="MM_swapImage('SubMenuArrow41','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Jeans</a></td> 
					</tr> 
						</table></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="MenuArrow42" 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('MenuArrow42','','/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="MenuArrow49" 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('MenuArrow49','','/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="MenuArrow54" 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('MenuArrow54','','/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="MenuArrow64" 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('MenuArrow64','','/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="MenuArrow68" width="10" height="7" id="Img04"/></td> 
							<td align="left"><a href="http://www.silhouettes.com/jewelry/" class="menuRed" onmouseover="MM_swapImage('MenuArrow68','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onmouseout="MM_swapImgRestore()">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="MenuArrow78" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/Weekly+Bargains/D-11500" class="menu" onMouseOver="MM_swapImage('MenuArrow78','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">Weekly Bargains</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="MenuArrow79" width="10" height="7" id="Img04"/></td>  
							<td align="left"><a href="http://www.silhouettes.com/Dept/On+Sale/D-13000" class="menuRed" onMouseOver="MM_swapImage('MenuArrow79','','/HanoverAssets/Silhouettes/Homebanners/Arrow.gif',1)" onMouseOut="MM_swapImgRestore()">SALE</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="MenuArrow90" width="10" height="7" id="Img04"/></td> 
							<td align="left"><a href="http://www.silhouettes.com/outlet/" class="menuRed" onmouseover="MM_swapImage('MenuArrow90','','/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="MenuArrow107" 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('MenuArrow107','','/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="172.17.1.230" />
			<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/86509181_DN?$xlarge$" rel="zoom-position:right;zoom-width: 400px; zoom-height: 400px" class="MagicZoom" id="z-509181x">
					<img style="{position: relative; z-index: 100;}" src="http://s7d2.scene7.com/is/image/HanoverDirect/86509181_DN?$product$" alt="Blue Couture™ Control-Fit Jeans" 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('86509181_DN')" 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/86509181_DN.jpg?$xlarge$" rel="z-509181x" rev="http://s7d2.scene7.com/is/image/HanoverDirect/86509181_DN.jpg?$product$">
						<img src="http://s7d2.scene7.com/is/image/HanoverDirect/86509181_DN.jpg?$alt08$" alt="Blue Couture™ Control-Fit Jeans" width="44" height="66" border="1" class="altimage" />
					</a>
				</td><td>
					<a href="http://s7d2.scene7.com/is/image/HanoverDirect/8Q509181_ID_73_SILO.jpg?$xlarge$" rel="z-509181x" rev="http://s7d2.scene7.com/is/image/HanoverDirect/8Q509181_ID_73_SILO.jpg?$product$">
						<img src="http://s7d2.scene7.com/is/image/HanoverDirect/8Q509181_ID_73_SILO.jpg?$alt08$" alt="Blue Couture™ Control-Fit Jeans" width="44" height="66" border="1" class="altimage" />
					</a>
				</td><td>
					<a href="http://s7d2.scene7.com/is/image/HanoverDirect/8Q509181_ID_166.jpg?$xlarge$" rel="z-509181x" rev="http://s7d2.scene7.com/is/image/HanoverDirect/8Q509181_ID_166.jpg?$product$">
						<img src="http://s7d2.scene7.com/is/image/HanoverDirect/8Q509181_ID_166.jpg?$alt08$" alt="Blue Couture™ Control-Fit Jeans" 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="AB8059C2-697A-45B3-B723-94BC12834FC2" />
		<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="509181x" />
			<input type="hidden" id="parentproduct_dept_id" name="parentproduct_dept_id" value="12701" />
			<input type="hidden" id="hpimage" name="hpimage" value="86509181_DN.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">Blue Couture™ Control-Fit Jeans</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">These plus size jeans are super-flattering due a sleek design and built-in power-mesh panel. Sits just below natural waist. Plus size jeans feature classic five pocket styling with embroidery at back pockets. Traditional bootcut leg. The perfect plus size jean for any day, any night. 
<ul>
<li>Indigo plus size jeans</li>
<li>Sizes 12-26</li>
<li>Inseams: Petite 26", Average 29", Tall 34"</li>
<li>30" inseam for extended sizes 28-42</li>
<li>Cotton/spandex</li>
<li>Washable</li>
<li>Imported</li></ul></td>
			</tr>
			<tr>
				<td><img src="/HanoverAssets/Silhouettes/spacer.gif" alt="spacer" width="20" height="20" /></td>
			</tr>
			<!--START QS--><!--dept_id : 12701--><!--product : 509181x-->
			<tr>
				<td class="prod_MoreRecs"><a href="/Product.asp?dept_id=12701&product=509181x#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="Blue Couture Control-Fit Jeans 12-26" />
		<input type="hidden" id="sale_1" name="sale_1" value="N" />
		<input type="hidden" id="product_1" name="product_1" value="509181A12ID" />
		<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">#509181 </td>
					<td valign="top"><img src="/HanoverAssets/Silhouettes/spacer.gif" alt="spacer" width="10" height="5" /></td>
					<td valign="top" class="prod_nameSize"><strong>Blue Couture Control-Fit Jeans 12-26 </strong> <br />
						<span class="prod_regPrice">Reg. $49.00<br /></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('509181A12ID','Blue Couture Control-Fit Jeans 12-26')" 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>
		
		</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>INSEAM</option>
			<option value="AVG">AVG</option><option value="PET">PET</option><option value="TALL">TALL</option>
		</select>
		<input type="hidden" id="attr_name_1_1" name="attr_name_1_1" value="INSEAM" />
		</td>
		
			<td>&nbsp;</td>
			
		<td>
		<select id="attr_value_2_1" name="attr_value_2_1" class="dropdowns">
			<option value="" selected>SIZE</option>
			<option value="12">12</option><option value="14">14</option><option value="16">16</option><option value="18">18</option><option value="20">20</option><option value="22">22</option><option value="24">24</option><option value="26">26</option>
		</select>
		<input type="hidden" id="attr_name_2_1" name="attr_name_2_1" value="SIZE" />
		</td>
		
			<td>&nbsp;</td>
			
		<td>
		<select id="attr_value_3_1" name="attr_value_3_1" class="dropdowns">
			<option value="" selected>COLOR</option>
			<option value="INDIGO">INDIGO</option>
		</select>
		<input type="hidden" id="attr_name_3_1" name="attr_name_3_1" value="COLOR" />
		</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="3" />
				
		</tr>
	</table>
	
		<label></label>
		</td>
	</tr>
	</table>
	<br />
	<br />
	
		<input type="hidden" id="pr_name_2" name="pr_name_2" value="W+ Blue Couture Control-Fit Jeans 28-42" />
		<input type="hidden" id="sale_2" name="sale_2" value="N" />
		<input type="hidden" id="product_2" name="product_2" value="509182A28ID" />
		<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">#509182 </td>
					<td valign="top"><img src="/HanoverAssets/Silhouettes/spacer.gif" alt="spacer" width="10" height="5" /></td>
					<td valign="top" class="prod_nameSize"><strong>W+ Blue Couture Control-Fit Jeans 28-42 </strong> <br />
						<span class="prod_regPrice">Reg. $54.00<br /></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('509182A28ID','W+ Blue Couture Control-Fit Jeans 28-42')" 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>
		
		</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>INSEAM</option>
			<option value="AVG">AVG</option>
		</select>
		<input type="hidden" id="attr_name_1_2" name="attr_name_1_2" value="INSEAM" />
		</td>
		
			<td>&nbsp;</td>
			
		<td>
		<select id="attr_value_2_2" name="attr_value_2_2" class="dropdowns">
			<option value="" selected>SIZE</option>
			<option value="28">28</option><option value="32">32</option><option value="34">34</option><option value="40">40</option>
		</select>
		<input type="hidden" id="attr_name_2_2" name="attr_name_2_2" value="SIZE" />
		</td>
		
			<td>&nbsp;</td>
			
		<td>
		<select id="attr_value_3_2" name="attr_value_3_2" class="dropdowns">
			<option value="" selected>COLOR</option>
			<option value="INDIGO">INDIGO</option>
		</select>
		<input type="hidden" id="attr_name_3_2" name="attr_name_3_2" value="COLOR" />
		</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="3" />
				
		</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="12701" />
		<input type="hidden" id="cm_deptname_1" name="cm_deptname_1" value="APPAREL - Denim - Blue Couture™" />
		<input type="hidden" id="cm_productid_1" name="cm_productid_1" value="509181A12ID" />
		<input type="hidden" id="cm_productname_1" name="cm_productname_1" value="Blue Couture Control-Fit Jeans 12-26" />
		<input type="hidden" id="catname" name="catname" value="APPAREL - Denim - Blue Couture™" />
		
		<input type="hidden" id="cm_deptid_2" name="cm_deptid_2" value="12701" />
		<input type="hidden" id="cm_deptname_2" name="cm_deptname_2" value="APPAREL - Denim - Blue Couture™" />
		<input type="hidden" id="cm_productid_2" name="cm_productid_2" value="509182A28ID" />
		<input type="hidden" id="cm_productname_2" name="cm_productname_2" value="W+ Blue Couture Control-Fit Jeans 28-42" />
		<input type="hidden" id="catname" name="catname" value="APPAREL - Denim - Blue Couture™" />
		
	<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/509181x/reviews.htm?format=noscript" width="100%"></iframe><br/></noscript><div id="BVSVPLinkContainer"><a href="http://reviews.silhouettes.com//0527/509181x/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/509181x/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=506293x_4&Dept_ID=800&cr_id=crossSells&cm_sp=Manual-_-1-_-Blue Couture™ Control-Fit Jeans" class="prod_nameSize">
						<img src="http://s7d2.scene7.com/is/image/HanoverDirect/10H506293_RS?$crossP$" style="{z-index: 5;}" alt="" id="img_506293x_4" name="" width="80" height="120" border="0" class="productImage"  />
						<br />
						<span class="prod_nameSize">
						Poplin Big Shirt
						</span>
						<br/>
						<span class="prod_regPrice">
						$29.00-$34.00<br>
						</span>
					</a>
				</td>
				
				<td width="25%" align="center" valign="top">
					<a rel="nofollow" href="http://www.silhouettes.com/product.asp?Product=5200171XWIzz&Dept_ID=800&cr_id=crossSells&cm_sp=Manual-_-2-_-Blue Couture™ Control-Fit Jeans" class="prod_nameSize">
						<img src="http://s7d2.scene7.com/is/image/HanoverDirect/9P520017?$crossP$" style="{z-index: 5;}" alt="" id="img_5200171XWIzz" name="" width="80" height="120" border="0" class="productImage"  />
						<br />
						<span class="prod_nameSize">
						Origami Ruffle Trim Shirt
						</span>
						<br/>
						<span class="prod_regPrice">
						$34.00<br>
						</span>
					</a>
				</td>
				
				<td width="25%" align="center" valign="top">
					<a rel="nofollow" href="http://www.silhouettes.com/product.asp?Product=506089x&Dept_ID=16200&cr_id=crossSells&cm_sp=Recomended-_-3-_-Blue Couture™ Control-Fit Jeans" class="prod_nameSize">
						<img src="http://s7d2.scene7.com/is/image/HanoverDirect/9P506089_018?$crossP$" style="{z-index: 5;}" alt="" id="img_506089x" name="" width="80" height="120" border="0" class="productImage"  />
						<br />
						<span class="prod_nameSize">
						Stretch Flared Pants
						</span>
						<br/>
						<span class="prod_regPrice">
						$14.99-$19.99<br>
						</span>
					</a>
				</td>
				
				<td width="25%" align="center" valign="top">
					<a rel="nofollow" href="http://www.silhouettes.com/product.asp?Product=509767x&Dept_ID=16200&cr_id=crossSells&cm_sp=Recomended-_-4-_-Blue Couture™ Control-Fit Jeans" class="prod_nameSize">
						<img src="http://s7d2.scene7.com/is/image/HanoverDirect/9P509767_036?$crossP$" style="{z-index: 5;}" alt="" id="img_509767x" name="" width="80" height="120" border="0" class="productImage"  />
						<br />
						<span class="prod_nameSize">
						Control-Fit Pants
						</span>
						<br/>
						<span class="prod_regPrice">
						$14.99-$19.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 valign="top" align="center"><a href="/apply/?"><img src="HanoverAssets/Silhouettes/Homebanners/Banner_CircleRewards.jpg" border=0 width=591 height=65></a></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="Catalog Request" alt="Catalog Request" href="http://www.silhouettes.com/CatalogRequest.asp" class="footerMenu">Catalog Request</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="Buyers Club" alt="Buyers Club" href="http://www.silhouettes.com/Product/Buyers+Club/Silhouettes+Buyers+Club/D-19160/P-504874zz" class="footerMenu">Buyers Club</a></td>
						<td><span class="footerMenu">:</span></td>
						<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="Affiliates" alt="Affiliates" href="http://www.silhouettes.com/affiliate.asp" class="footerMenu">Affiliates</a></td>
					</tr>
				</table>
				<br />
				<table border="0" cellpadding="2" cellspacing="0" ID="TableBNav4">
					<tr>
					<td align="left" class="footerMenu">&#169; 2010, 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>

							</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=12701--><!--343:DEPT NAME=APPAREL - Denim - Blue Couture™-->
						<!--LINE 396 -->
						<script language="javascript">
						try {cmCreateProductviewTag("509181x", "Blue Couture™ Control-Fit Jeans", "APPAREL - Denim - Blue Couture™ (12701)", "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-_-APPAREL - Denim - Blue Couture™-_-Blue Couture™ Control-Fit Jeans(509181x)');} 
			//catch(er) {window.alert(er.message);}
		}
	//***end of site promotion tag***
</script>

	</div>
	</body>
</html>
