@charset "utf-8";

/*$SkipWCCopr$*/
/*
 *-----------------------------------------------------------------
 * Licensed Materials - Property of IBM
 *
 * WebSphere Commerce
 *
 * (C) Copyright IBM Corp. 2008 All Rights Reserved.
 *
 * US Government Users Restricted Rights - Use, duplication or
 * disclosure restricted by GSA ADP Schedule Contract with
 * IBM Corp.
 *-----------------------------------------------------------------
 */

/*Debenhams store CSS definitions overwrite for IE 6 and older browsers*/
/* -----------------------------------------------------------------------------*/
/*COMMON GENERAL CLASSES*/
/* -----------------------------------------------------------------------------*/
.ad{
undo zoom:1;
}

#page_shadow {
	background-image:none;
}
.left_drop_down_shipment{
	float:left;
	padding: 8px;
}
/* -----------------------------------------------------------------------------*/
/*MAIN CONTENT CLASSES*/
/* -----------------------------------------------------------------------------*/

#content588 {
	width:591px;
	padding-left:1px;
}
#content759 {
	width:756px;
}

/* -----------------------------------------------------------------------------*/
/*LEFT NAV CLASSES*/
/* -----------------------------------------------------------------------------*/

#left_nav {
	margin:0px 0px 0px 0px;width:195px;
}
  .subcategory_link {
	padding-top:5px;
}

/* -----------------------------------------------------------------------------*/
/*RIGHT NAV CLASSES*/
/* -----------------------------------------------------------------------------*/

#right_nav {
	position:static;
}

#right_nav #wishlist {
	margin-left:4px;
}
#right_nav .home_sidebar_container {
	width:190px;
	padding:0px 0px 0px 0px;
}
#right_nav .home_sidebar_content {
	padding:3px 0px 0px 3px;
}
#right_nav .ads img {
	padding-right:0px;
}
#right_nav .rightads img {
	padding-right:0px;
}

/*This makes the quick info button on the Recommend eSpot look better in IE6*/
.rightside_quickinfo_button{
	width: 100px;
}

.rightCategoryRecommendation{
	width:expression(this.scrollWidth>189?"190px":"auto");
}


/* -----------------------------------------------------------------------------*/
/*SAVED ORDERS LIST*/
/* -----------------------------------------------------------------------------*/

.savedOrdersPage #right_nav {
	width: 195px;
	padding:0px 0px 0px 6px;
	margin:0px -5px 0px 0px;
	float:right;
}

.savedOrdersPage #content759 {
	width:720px;
	float:left;
	padding-left:4px;
}

#box .saved_orders .body737 {
	border-left:1px solid #ACACAC;
	border-right:1px solid #ACACAC;
	margin:0;
	padding:0 8px;
	width:732px;
}

.saved_orders {
	width: 750px;
}

div#saved_orders div.row div.last_update_column {
	width: 18%;
}
div#saved_orders div.row div.checkbox_column {
	width: 3%;
}
div#saved_orders div.row div.total_price_column {
	width: 21%
	text-align: right;
}
div#saved_orders div.row div.order_number_column {
	width: 28%
}

div#saved_orders div.row div.order_description_column {
	width: 30%;
}

/* -----------------------------------------------------------------------------*/
/*FORM CLASSES*/
/* -----------------------------------------------------------------------------*/

.required-field {
	margin: 0px;
	padding:0px;
}

.unregisteredCheckbox{
	position:relative;
	top:-3px;
}

.visaCVV2{
	bottom:10px;
}

.required-field_wishlist {
	margin-left:0px;
	padding:0px;
}

.buyer_org input{
   	margin-left:-11px;
}

/* -----------------------------------------------------------------------------*/
/*BUTTON CLASSES*/
/* -----------------------------------------------------------------------------*/

.main_quickinfo_button,.compare_quickinfo_button{
	position: relative;
	margin-top: -20px;
	width: 100px;
	
}

/* button fixes, removes transparent drop shadow */

span.primary_button,
span.secondary_button,
span.disabled_button {
	background-image: none;
}

#HompageScrollableEspot .button_fit_padder{
	margin-left:expression(this.scrollWidth>100?"1px":"24px");
	width:expression(this.scrollWidth>99?"100px":"auto");
}
/* -----------------------------------------------------------------------------*/
/*BOX CONTAINER CLASSES*/
/* -----------------------------------------------------------------------------*/

#box .body588 {
	width:763px;
}
#box .body588a {
	width:763px;
}
#box .fastFinderPagination{
	padding-top:10px;
}

#box {
	font-size:8pt;
}
#box .body {
	width:952px;
}

#box .contentline {
	line-height:2px;
}
#box .body759 {
	padding-left:-5px;

}
#box .content759 {
	width:734px;
	padding-left:0px;
	float:left;
}

#box .views1 {
	position: relative;
	z-index: 9999;
}

#box .contentgrad_header .right_corner {
	width:11px;
}


/* -----------------------------------------------------------------------------*/
/*PRODUCT CLASSES*/
/* -----------------------------------------------------------------------------*/

/* -----------------------------------------------------------------------------*/
/*SITEMAP CLASSES*/
/* -----------------------------------------------------------------------------*/

.sitemap .links {
	width:254px;
	height:180px;
}

.sitemap .container .header_no_icon {
	_height: 54px;
}

/* -----------------------------------------------------------------------------*/
/*QUICK CART CLASSES*/
/* -----------------------------------------------------------------------------*/

#quick_cart .cart_shadow {
	background-image:url("../images/colors/color1/quick_cart_shadow_center.gif");
	height:2px;
}
#quick_cart .order_button {
	float:left;
	padding-left:25px;
}
#quick_cart .input_form .SKU {
	padding-left:23px;
}
#quick_cart .container .list {
	padding:4px 6px 10px 6px;
	/*border-left:solid 1px #6E6E6E;
	border-right:solid 1px #6E6E6E;*/
	background-color:#FFFFFF;
	overflow:auto;
	max-height:300px;
}

/* -----------------------------------------------------------------------------*/
/*-- POPUP CLASSES --*/
/* -----------------------------------------------------------------------------*/

/*-- STORE AVAILABILITY POPUP START --*/
#product .product_options {
 vertical-align:baseline;
 
}
#check_store_availability {
	display:block;
	width:315px;
	float:right;
}
#store_availability_popup .top_left{
	background-image: url('../images/colors/color1/popup_topleft.gif');
}
#store_availability_popup .top_right{
	background-image: url('../images/colors/color1/sloc_popup_topright.gif');
}
#store_availability_popup .header {
	background-image: url('../images/colors/color1/sloc_popup_center_tile.gif');
}
#store_availability_popup .bodycontent {
	background-image: url('../images/colors/color1/sloc_popup_center_tile.gif');
}
#store_availability_popup .footer {
	border-left: 1px solid #a5aebd;
}
#store_availability_popup .footer .bot_left{
	background-image: url('../images/colors/color1/popup_botleft.gif');
}
#store_availability_popup .footer .bot_right{
	background-image: url('../images/colors/color1/sloc_popup_botright.gif');
}
/*-- STORE AVAILABILITY POPUP END --*/

/*-- SECOND LEVEL CATEGORY POPUP START --*/
#second_level_category_popup .top_left{
	background-image: url('../images/colors/color1/popup_topleft.gif');
}
#second_level_category_popup .top_right{
	background-image: url('../images/colors/color1/popup_topright.gif');
}
#second_level_category_popup .header {
	background-image: url('../images/colors/color1/popup_center_tile.gif');
}


/*#overlayBackground {position:absolute; width:1000px; height:1030px;} FOUND IT!*/


#page{position:relative;}
#second_level_category_popup .bodycontent {
	background-image: url('../images/colors/color1/popup_center_tile.gif');
}

#second_level_category_popup .bodycontent .purchase_details {
	background-image: url('../images/colors/color1/popup_stripe.png');
}
#second_level_category_popup .footer .bot_left{
	background-image: url('../images/colors/color1/popup_botleft.gif');
}
#second_level_category_popup .footer .bot_right{
	background-image: url('../images/colors/color1/popup_botright.gif');
}

#second_level_category_popup, #requisition_list_popup {
	width: 498px;
	position: absolute;
	display:block;
	z-index: 9999;
	background-image: url('../images/colors/color3/transparent.gif');
	background-repeat:no-repeat;
	overflow: hidden;
}
/*-- SECOND LEVEL CATEGORY POPUP END --*/

/*-- FREE GIFTS POPUP START --*/
#free_gifts_popup .top_left{
	background-image: url('../images/colors/color1/popup_topleft.gif');
}
#free_gifts_popup .top_right{
	background-image: url('../images/colors/color1/popup_topright.gif');
}
#free_gifts_popup .header {
	background-image: url('../images/colors/color1/popup_center_tile.gif');
}
#free_gifts_popup .bodycontent {
	background-image: url('../images/colors/color1/popup_center_tile.gif');
}
	div#radio_choices div input {
		margin: 0;
		vertical-align: middle;
	}
#free_gifts_popup .bodycontent .purchase_details {
	background-image: url('../images/colors/color1/popup_bluestripe.png');
}
#free_gifts_popup .footer .bot_left{
	background-image: url('../images/colors/color1/popup_botleft.gif');
}
#free_gifts_popup .footer .bot_right{
	background-image: url('../images/colors/color1/popup_botright.gif');
}
/*-- FREE GIFTS POPUP END --*/

/*-- PROGRESS BAR POPUP START --*/
/* Progress bar dialog background */
.dj_ie .dijitDialogUnderlay {
	display: none;
}
#loading_popup .top_left{
	background-image: url('../images/colors/color1/popup_topleft.gif');
	background-position:bottom left;
	position:absolute;
}
#loading_popup .top_right{
	background-image: url('../images/colors/color1/popup_topright.gif');
	background-position:bottom right;
	float:right;
}
#loading_popup .header {
	background-image: url('../images/colors/color1/popup_center_tile_mini.gif');
	clear:right;
}

#loading_popup .bodycontent {
	background-image: url('../images/colors/color1/popup_center_tile_mini.gif');
}

#loading_popup .footer .bot_left{
	background-image: url('../images/colors/color1/popup_botleft.gif');
}
#loading_popup .footer .bot_right{
	background-image: url('../images/colors/color1/popup_botright.gif');
}
/*-- PROGRESS BAR POPUP END --*/

/*-- ERROR MESSAGE POPUP START --*/
#errorMessageIFrame{
	display:none;
	display: block;
	position: absolute;
	filter:mask();
	width: 250px;
	height: 55px;
	left: 3px;
	top: 0px;
	z-index: -1;
}
/*-- ERROR MESSAGE POPUP END --*/

/*-- CVV2 POPUP START --*/
.cvv2IFrame{
	display:none;
	display: block;
	position: absolute;
	filter:mask();
	width: 280px;
	height: 160px;
	left: 3px;
	top: 0px;
	z-index: -1;
}
/*-- CVV2 POPUP END --*/

/*-- CALENDER POPUP START --*/
.dijitPopup iframe{
	display: inline;
}
/*-- CALENDER POPUP END --*/

/*-- PRODUCT DRAG-AND-DROP START --*/
.productDnDIFrame{
	display:none;
	display: block;
	position: absolute;
	filter:mask();
	width: 70px;
	height: 90px;
	left: 3px;
	top: 0px;
	z-index: -1;
}
.productPageDnDIFrame{
	display:none;
	display: block;
	position: absolute;
	filter:mask();
	width: 160px;
	height: 180px;
	left: 3px;
	top: 0px;
	z-index: -1;
}
.productSidebarDnDIFrame{
	display:none;
	display: block;
	position: absolute;
	filter:mask();
	width: 55px;
	height: 75px;
	left: 3px;
	top: 0px;
	z-index: -1;
}
/*-- PRODUCT DRAG-AND-DROP END --*/

/* -----------------------------------------------------------------------------*/
/*-- SHOPPING CART CLASSES --*/
/* -----------------------------------------------------------------------------*/

#shopping-cart .right_corner {
	margin-top:-27px;
	position:relative;
}
#shopping-cart{
position:relative;
right:0;

}
.top_category_no_display {
	padding-top:12px;
}
#outerCartContainer {
	margin-right:0px;
	margin-top:-26px;
	width:190px;
	text-align:right;
}

#shopping-cart .left_corner {
	/*background:transparent url('../images/colors/color1/shopping-cart-L-corner.png');*/
	display:inline;
}

#shopping-cart .body {
/*background-image:url(../images/colors/color3/shopping-cart-expandable.png);*/
	_background-position: left bottom;
	margin-top: -17px;
	min-height:20px;
	display:block;
	/*border-right:1px solid #333;*/
	_top: -5px;
	_position: relative;
	_padding-bottom: 5px;
	_margin_bottom: 6px;
	width:190px;
}

#shopping-cart .text {
	padding-right:2px;
	padding-left:0px;
	top:27%;
	position:relative;
	text-decoration: none !important;
	font-family: arial, helvetica, sans-serif; /*fix Japanese Yen */
	top: 2px;
	line-height:22px;
}


.couponWalletContainer {
	float: left;
	width: 500px;
}

.couponWalletTable_buttonColumn {
	vertical-align: left;
	word-break: break-word;
	width: 74px;
}
/* -----------------------------------------------------------------------------*/
/* SIGN IN AND REGISTRATION */
/* -----------------------------------------------------------------------------*/
.sign_in_registration .forgot_password_align .myaccount_link{
	color: #007bc8;
	font-size:11px;
}
.my_account {
  /*IE6 Ghost Text Bug*/
	float:none;
}


.my_account_wishlist {
   width:590px;
   padding:0px 0px 0px 0px;
   float:left;
}
/* -----------------------------------------------------------------------------*/
/* STORE LOCATION */
/* -----------------------------------------------------------------------------*/
div.content_header div.hide {
	margin-right:0px;
}

/* -----------------------------------
 * requisition list 
 * -----------------------------------
 */
div.requisition_list_info_table input {
	margin-bottom:0px !important; 
}
.order_status {
	width: 766px;
}



#box .body759, .shopping_recently_view  {
	margin:0 0 15px 12px;
}
#box .contentgrad_header {
	margin:0 0 0 24px;
}

#horizontal_grid_myac tr.item_container td.information_myac .information_div_myac {height:99px;}
#horizontal_grid_myac tr.item_container td.information_myac .add_to_cart_div_myac{height:17px;}

/*#WC_AccountDisplay_links_3{margin-top:77px;} what the... */

.ad_homepage{
	padding-left:0;
}

#dropdown_menu {
	width:998px;
}

/* below styles are button - Added CSS change for defect 7817 */
* html .link_button{
	padding:2px 8px;
	margin-top:1px;
}








/*KT fixed the TCAT layout problems */
#WC_Shop_FhCategoriesDisplay_TCAT_Body #content588 {
	display:inline;
	margin-left:10px!important;
}

/*KT fixed the PDP layout problems */
#content_wrapper_box_pdp{
	display:inline;
}
#body588_pdp {
	display:inline;
}
#recommendLeft{
	display:inline;
}

#recommendLeft .content{
	padding-bottom:20px;
}


.itemWrapper .right_content {
	display:inline;
	margin-left:5px;
}
#product {
	display:inline;
}
#product .product_part1{
	display:inline;
}
#product .product_part2 {
	display:inline;
	overflow:hidden;
	width:360px;
}
#left_nav {
	width:192px;
}
#product .product_options_pdp {
	width: 350px;
}
.product_images_pdp {
	display:inline;
}

/*KT fixed scroller widget in IE6 - was showing 3 items, insufficient width*/
.recently_view_body .thumbOuter .thumbScroller .thumbsNode .imgContainer {	
	display:inline;
}

/*KT fixed layout of homepage in IE6 */
#WC_Shop_TopCategoriesDisplay_Body #content588 {padding-left:0;}

#outerCartContainer {	width:235px; }

#miniShopCartBody {
width:220px;
}

#mini_shopping_cart H3{text-align:left;position:relative;}
#basket-items{position:relative; text-align:left;}