#productBreadcrumbBar{
	background:url(/images/breadcrumb/bg_pp_breadcrumb.png) repeat-x 20px bottom #ededed;
	border:1px solid #dddddd;
	border-radius:5px;
	height:32px;
	margin:5px 0 7px;
	width:980px;
	}

#productBreadcrumbBar ol{
	list-style-type:none;
	margin:0;
	padding:0;
	}

#productBreadcrumb{
	border:none;
	height:35px;
	}

#productBreadcrumb>li{
	color:#696969;
	float:left;
	font-size:.95em;
	line-height:32px;
	}

#productBreadcrumb>li a{
	background:url(/images/breadcrumb/bg_pp_breadcrumb_sep.png) no-repeat left center;
	display:block;
	height:32px;
	color:#696969;
	padding:0 16px;
	}

#productBreadcrumb>li a:link,
#productBreadcrumb>li a:visited{
	text-decoration:none;
	}

#productBreadcrumb>li a:hover,
#productBreadcrumb>li a:focus{
	text-decoration:underline;
	}

#productBreadcrumb #breadcrumbHome{
	background:url(/images/breadcrumb/bg_pp_breadcrumb_home.png) no-repeat;
	background-position:12px 0;
	width:30px;
	}

#productBreadcrumb #breadcrumbHome:hover{
        background-position:12px -36px;
        }

#productBreadcrumb #breadcrumbHome a {
        background:none;
        }


/* Static links on the breadcrumb */

#productBreadcrumb .staticCrumb {
	float:right;
}

#productBreadcrumb .staticCrumb a {
	background:none;
}

#productBreadcrumb .crumbBorder {
	border-left:1px solid #CECECE;
}

#productBreadcrumb .basket {
	padding-right:40px;
	margin-right:10px;
	background:url(/images/breadcrumb/basket.png) no-repeat center right;
}

.dropPanel {
	display:none;
	position:absolute;
	z-index:200;
	width:189px;
	background:#ebebeb;
	padding:15px 15px 7px 15px;
	margin:0 0 0 -1px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	font-size:12px;
	border:1px solid #CCC;
	box-shadow:0 5px 4px rgba(0,0,0,0.2);
}

*:first-child+html .dropPanel {
	margin:32px 0 0 -72px;

}

.dropPanel a {
	padding:0!important;
	}

#helpPanel:hover .dropPanel,
#accountPanel:hover .dropPanel{
	display:block;
}

.dropPanel .title {
	color:#3B3B3B;
	font-weight:bold;
	display:block;
	font-size:0.9em;
	padding:0 5px;
}

.dropPanel .link {
	display:block;
	margin:10px 0 0 0;
	border-top:1px solid #CECECE;
	text-align:left;
	padding:0 5px;
}

.dropPanel .link a {
       padding:0!important;
	margin:0!important;
}

.dropPanel ul {
	list-style:none;
	padding:0;
	margin:0;
}

.dropPanel ul li {
	padding:5px;
	line-height:20px;
}

.dropPanel ul li a {
	display:inline !important;
}

