@charset "utf-8";
/* EVEREST CSS STYLES - FOR IE BROWSER */

.MCItemDescription
{
	clear:both;
	width:99%;
	height:100px;

}
.MCItemPriceDetailsWrapper
{
	display:table-cell;
	vertical-align:bottom;
	width:100%;
	height:200px;
}

.SignInButton2 /* Sign In Button (Large Box) */
{
	position:absolute;
	top:138px;
	left:243px;
}

.SignInForgotPasswordLink2 /* Sign In (Large Box) */
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#4371B8;
	
	position:absolute;
	top:175px;
	left:135px;
	width:100%;
	height:auto;

}

.ItemDesc_ImagesGallery /*Item Description Image Gallery Icons */
{
	position:relative; 
	width:300px; 
	height:auto; 
	overflow:auto; 
	padding-left:5px; 
	padding-bottom:10px; 
	padding-top:5px;
}

.ItemDesc_RelatedItems_WidgetContainer { 
	text-align:left;
	/* The width below works for all NON-IE browsers */
	width: 100%; /* intended total box width - padding-right(next) */ 
	padding-right: 0px; /* the gap on the right edge of the image (not content padding) */ 
	/*This is the width (below) for IE Browser */
	width: 100%; /* This width is computed as WIDTH Specified for Non-IE Browsers MINUS the PADDING-RIGHT provided above */ 
	margin: 0px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.ItemDesc_RelatedItems_WidgetHead { 
background-position: top right; 
margin-right: -1%; 
/* pull the right image over on top of border */ 
padding-right: 40px;  
padding-top: 0px;  
margin-top:0px;
text-align:left;
/* right-image-gap + right-inside padding */ 
} 

/* set the lower-left corner image */ 
.ItemDesc_RelatedItems_WidgetBody { 
background-position: bottom; 
margin-right: 0px; /* interior-padding right */ 
padding: 10px 0px 25px 0px; /* mirror .cssbox_head right/left */ 
height:auto;
overflow:visible;
border-right:2px solid #009900;
border-left:2px solid #009900;
} 




