@charset "utf-8";

/* HEADER */
/* -------------------------------------- */

#header {
	display: none;
}

#stampsHeader {
	display: none;
}

#clientLogo{
	display: none;
}

#searchBox{
	display: none;
}

#headerIcons{
	display: none;
}



/* BASE LAYOUT */
/* -------------------------------------- */

body {
	background-image:none;
	background-color:#f0f0f0;
	text-align:left;
	margin:2px 2px;
}
#wrapper {
	padding-top: 10px;
}
#wrapper #identity {  /*SDC logos*/
	display:none;	
}
#container {  
	left:7px;
	margin: 0;
	position: relative;
	text-align: left;  
	top:0px;
	overflow:visible;
	min-height:470px; 
	height:auto;
	width:98%;	
	min-width:900px;
	max-width:1000px;
	box-shadow:2px 4px 4px #d3d3d3;
	zoom: 1; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#d3d3d3', Direction=130, Strength=5);
} 
*html #container {  /*CSS Expression for IE6.*/	
	height:expression(document.body.clientHeight > 470? "470px": "auto" ); 
}
*html #container { /*CSS Expression for IE6*/
	width:expression(document.body.clientWidth < 900? "900px": "auto" );
}
#fourCol #rightContent {
	min-height: 299px;
}

/* MAIN CONTENT */
/* -------------------------------------- */

body {
	padding-top: 3px;
}
#upperNav a.storeTitleLink {
	text-decoration:none;
}
#upperNav a.storeTitleLink:hover, .breadcrumbs .storeTitleLink:hover {
	cursor:pointer;
}
#mainContent { 
	background-color: #FFF;
	padding: 3px 10px 20px 15px;
	position: relative;
	margin-top:9px;
}

/*html>body #mainContent {
	*overflow: hidden;
} */

#storehomepage {
	background:#ffffff;
	margin-left:0px;
	min-width:905px;
}
#storebody #shoppingcartdiv {
	margin-top:-30px;
}
html>body #storebody #shoppingcartdiv {
	*margin-top:-20px;
}
*html #shoppingcartdiv { /*IE6*/
	background:transparent url(/web/images/store/bg_cart_redbox8.png) no-repeat;
}
.dividerline {
	margin-left:0px;	
}
#container #storepage #shoppingcartdiv {  /*to fix searchresults.jsp*/
	margin-top:-20px;	
}
html>body #container #storepage #shoppingcartdiv {  /*to fix searchresults.jsp*/
	*margin-top:-20px;	
}
/*order/crossSell_specials2.jsp, order/crossSell_specials.jsp, and cart/ */
table.bottomLine {  
    width:95%;
	margin:10px 10px 10px 10px;
}
#pageHeaderSubText {
	padding-left:10px;	
}
.nextBox {  
	padding: 20px 10px 20px 0px;
}
.prodTable .cartAlert {
	border-bottom: 1px #BFC8DA solid;
}

#navShippingMessage #shippingMessage {
	margin-top:-14px;
	padding-top:8px;
}

#container #upsellProducts {
	margin-right: 0px;
	margin-left: 0px;
}

/* end special pages css */

/* FOOTER load after webstore2.css */
/* -------------------------------------- */
#simpleFooter {
	background:transparent url(/web/images/store/bg_megafooter_grayscale.gif) repeat-x 0px 9px;
	width:100%;
}
#simpleFooter #whiteBox {
	background: #ffffff url(/web/images/store/bg_topImages_grayscale.gif) no-repeat 0px 0px;
}
#simpleFooter #containerFooter {
	background:transparent url(/web/images/store/bg_megafooter_grayscale.gif) repeat-x;
	max-width:1002px;
	min-width:902px;
	width:100%;
	float:left;
	margin-left:5px;
}
#simpleFooter #bottomLinks p {
	padding-left:8px;
}
#simpleFooter #bottomLinks hr {
	margin: 0px 8px;
}

#megaFooter {
	width:100%;
	margin:30px 0px 0px 0px;
	background:transparent url(/web/images/store/bg_megafooter_grayscale.gif) repeat-x;
	padding-left:0px;
	text-align:left;
}
#megaFooter #containerFooter {
	background:transparent url(/web/images/store/bg_megafooter_grayscale.gif) repeat-x;
	max-width:1000px;
	min-width:900px;
	width:100%;
	float:left;
}
#megaFooter #containerFooter #whitebox {
	margin-left:0px;	
}
*html #megaFooter #containerFooter { /*CSS Expression for IE6*/
	width:expression(document.body.clientWidth < 900? "900px": "auto" );
}
#containerFooter #megaFooterBottomLinks {
	float:left;
	width:74%;
}
#megaFooter #footerLeftDiv {
	float:left;
	width:70%;
}
#megaFooter #footerRightDiv {
	width:25%;
	float:left;
}
#megaFooter #containerFooter #whitebox {
	background: url(/web/images/store/bg_megafooter_whitebox_grayscale.gif) no-repeat ;
}
#megaFooter #containerFooter #whitebox div {
	background: url(/web/images/store/bg_megafooter_whitebox_grayscale.gif) no-repeat top right;
}
#footerLeftDiv ul li.childCategory, #footerRightDiv ul li.childCategory {
	line-height:15px;
}
#megaFooterBottomLinks .mainCategory {
	background:url(/web/images/store/bg_megafooter_category_grayscale.png) no-repeat;	
}
*html #megaFooterBottomLinks .mainCategory { /*IE6*/
	background:url(/web/images/store/bg_megafooter_category_grayscale.gif) no-repeat;	
}

/* TOP NAVIGATION */
/* -------------------------------------- */


html>body #navSearch #noSearchTermAlertTopNav {
	*margin: -13px 0 0 13px;
}

#dsbl_Wc{
	 display:none;
}
#Enbl_Wc{
	display:inline-block!important;
	text-decoration:none!important;
}