@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.
 *-----------------------------------------------------------------
 */

/*Madisons store CSS definitions overwrite for IE 7 and newer browsers*/

#header_links {
	/*width:830px;*/
}

/* -----------------------------------------------------------------------------*/
/* HEADER CLASS
/* -----------------------------------------------------------------------------*/
.top_category_no_display {
	padding-top: 12px;
}

/* -----------------------------------------------------------------------------*/
/* SCROLLING ESPOT WIDGET CLASS
/* -----------------------------------------------------------------------------*/
.thumbScroller {
	border: 0px;
	float: left;
	overflow: hidden;
	position: relative;
	height: 100%;
	padding: 0px 0px 0px 0px;
}

/* BUGFIX */
.genForm .dijitCalendarWidth {
	width:460px;
	margin-left:180px;
}

#requestShippingDateDiv .prefDateInfo {
    margin:5px 0;
}

#requestShippingDateDiv .key {
	margin:0;
}

.four-grid li.product .compareSectionWrap {
	clear:both;
}

#BasketCrossSellProducts .imgContainer {
	position: relative;
}
/* Fix for UAT issue */
#BasketCrossSellProducts div.button_fit_padder {
	top:200px;
	left:20px;
}

#OrderSummaryWidget .info_icon.left {
	padding-left:0;
	padding-right:0;
}

/*
.chooseBranch #searchByGeoNodeForm .storeDetails .loc {
	float:left;	
}
*/

.chooseBranch #searchByGeoNodeForm .storeDetails input {
	float:left;
	margin-top:5px;
}

/*
	Filter Search Values 
*/

#filterValuesSearchBtn {
	display: inline;
	border-radius: 15px 15px 15px 15px;
	float: none;
    padding: 8px 30px 8px 30px;
	position: relative;
	top: 7px;
}

.filterSearchValuesPagination {
	background:#e5e5e6;
	border:1px solid white;
}

.filterSearchValuesPagination ul {
	text-align:center;
	padding-left:30%;
}

.filterSearchValuesPagination li {
	margin:5px 10px;
	padding:5px;
	float:left;
}

.filterSearchValuesPagination li.filterPageNumber {
	margin:5px 0;
}
.filterSearchValuesPagination li.filterPageNumber a {
	margin:0;
}

#filterSearchValuesContainer form {
	clear:both;
}

#filterSearchValuesContainer #findRange {
	border:1px solid #cfcfcf;
	padding:8px 10px;
	font-size:12px;
}

#filterSearchValuesContainer #submitFinfRange {
	font-weight:bold;
	color:#fff;
	background-color:#007746;
}

#storeAvail td .storeDetails {
	position:relative;
	border:0px solid red;
}

#storeAvail td .storeDetails .show-map-lnk {
	clear:both;
	margin-left:70px;
}

#searchByGeoNodeForm #storeAvail td .storeDetails label.loc {
	clear:none;
	float:left;
}

#storeAvail td .storeDetails span {
	font-weight:normal;
}

.deliveryOption {
	position:relative;
}

.deliveryOption .storeDetails label.loc {
	position:absolute;
	top:1px;
	left:40px;
}

/* You may also need */

#ranking_list_table .li {
	position:relative;
}

.thumbsNode >.imgContainer {
	height:95px;
}

#ranking_list_table .li.rank_catEntry_description {
	position:absolute;
	top:0;
	left:100px;
}
#ranking_list_table .li.rank_catEntry_description div {
	margin:0;
	padding:0;
}

#ranking_list_table .li.rank_catEntry_description div.ranking-prod-code {
	width:120px;
}

.ranking_list_table .ul .li .button_fit_padder {
	position:absolute;
	top:0;
	right:160px;
}

.ranking_list_table .ul .li .scrollPaneDescription,
.ranking_list_table .ul .li .ranking-prod-code,
.ranking_list_table .ul .li .ranking-prod-code .espotQty {
	margin-top:5px !important;
}

#box.plp-box {
    top: 20px;
}

/******************************
Styling for Top Browsed section
******************************/
#TopBrowsedDisplayScrollPane .ranking_list_table .ul .li.rank_catEntry_description {
	position:static;
}

#TopBrowsedDisplayScrollPane .ranking_list_table .ul .li .button_fit_padder {
	position:static;
}



