/* ------------------------------------------------- Drop Down Links / Product Template, Artists */
div#accordion { margin-left:16px; width:271px;
	}
div#otherAccordion { margin:-10px 0 0 0;
	}
#rightCol h5 {
	cursor:pointer;
	margin-bottom:1px;
	height:24px;
	line-height:24px;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:.1em;
	padding-left:28px;
	color:#302d2d;
	border-top:1px solid #d9d9d9;
	background-color:#f2f2f2;
	background-image:url(../images/nav/arrow_left.gif);
	background-repeat:no-repeat;
	background-position:center left;
	display:block;
	}
	/* #accordion h5 a:hover {
		color:#ed1c24;
		border-top:1px solid #000;
		background-color:#413f3f;
		background:#413f3f url(../images/nav/arrow_dn.gif) center left no-repeat; 
		display:block;
		}  */
#rightCol h5.off-page-link,
#rightCol h5.pdf-link,
#rightCol h5.buy-it-link {
	/* padding-left:16px; */
	padding-left:0;
	background-image:none;
	border-top:none;
	border-bottom:1px solid #fff;
	font-weight:normal;
	}
#rightCol h5.off-page-link a,
#rightCol h5.pdf-link a,
#rightCol h5.buy-it-link a {
	padding-left:28px;
	border-top:1px solid #d9d9d9;
	background-repeat:no-repeat;
	display:block;
	background-position:center right;
	}
	
#rightCol h5.off-page-link a {
	color:#302d2d;
	background-color:#f2f2f2;
	background-image:url(../images/nav/arrow_right.gif);
	}
	
#rightCol h5.pdf-link a {
	color:#302d2d;
	background-color:#f2f2f2;
	background-image:url(../images/nav/arrow_right.gif);
	}
	
#rightCol h5.buy-it-link a { /* Buy Direct link */
	color:#302d2d;
	background-color:#f2f2f2;
	background-image:url(../images/nav/cart-icon.gif);
	font-weight:bold;
	}
	
	#rightCol h5.off-page-link a:hover,
	#rightCol h5.pdf-link a:hover,
	#rightCol h5.buy-it-link a:hover {
		color:#ed1c24;
		border-top:1px solid #000;
		background-color:#413f3f;
		}
	
	#rightCol h5.off-page-link a:hover {
		background-image:url(../images/nav/arrow_right_on.gif);
		}
	
	#rightCol h5.pdf-link a:hover {
		background-image:url(../images/nav/arrow_right_on.gif);
		}
	
	#rightCol h5.buy-it-link a:hover {
		background-image:url(../images/nav/cart-icon_on.gif);
		}
		
#rightCol h6 { /* continue reading links */
	cursor:pointer;
	margin-left:44px;
	margin-bottom:10px;
	font-size:10px;
	color:#302d2d;
	/* background-image:url(../images/nav/arrow_left.gif);
	background-repeat:no-repeat;
	background-position:center left;
	display:block; */
	}
	
/* div.otherDropdown {
	margin-top:-10px;
	padding-top:0;
	} */
	
.dropdown ul {
	margin-top:-1px;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:15px;
	}
.dropdown li {
	margin-bottom:1px;
	padding-left:28px; /* was 38px */
	/* height:15px; */
	line-height:15px;
	border-top:1px solid #d9d9d9;
	}
	.dropdown li a {
		display:block;
		height:auto; /*XP*/
		}
	.dropdown li a.on {
		color:#ed1c24;
		}
#retailers li {
	padding-left:0;
	height:30px;
	line-height:30px;
	}
	#retailers li a {
		background-image:url(../images/nav/arrow_right_wht.gif);
		background-repeat:no-repeat;
		background-position:center right;
		display:block;
		}
	#retailers li a:hover {
		background-image:url(../images/nav/arrow_right_wht_on.gif);
		}
.dropdown ul img {
	float:left;
	margin-right:8px;
	}