/* Amazon Machine Tag Associate Plugin */
div #amtap {
    font-family: Georgia, "Times New Roman", Times, sans-serif;
}

div #amtap ul {
	height: auto !important; /* hack for IE6 */
	height: 1%; /* hack for IE6 */
	margin: 0 0 1.0em;
	overflow: hidden;
}
div #amtap ul li, div.amtap-item {
	clear: both;
	height: auto !important; /* hack for IE6 */
	height: 1%; /* hack for IE6 */
	list-style: none;
	margin: 0;
	overflow: hidden;
	text-indent: 0; /* unset from Kubrick theme */
}
div.amtap-item {
	margin-bottom: 1.0em;
}
div #amtap ul li:before {
	content: ""; /* unset raquos from the Kubrick theme */
}

#amtap h2 {
	margin-bottom: 0;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: bold; 
	letter-spacing: normal; 
	margin: 0 0 0.8em 0; 
	padding: 0.4em 2px; 
	background: url('../img/hr_dot_black.gif') 0 100% repeat-x;

}

#amtap li h3 {
	line-height: 1.0;
	margin: 0.6em 0 0.2em;
}

li#amtap {
	border-top: 3px solid #000; 
}
div.amtap-item h3 {
	font-size: 1.0em;
	margin: 0 0 0.2em;
}
#amtap li p, div.amtap-item p {
	margin: 0;
}
#amtap a img, div.amtap-item a img {
	border: 1px solid #EFEFEF;
	display: block;
	float: left;
	margin-right: 10px;
}
#amtap p.rating img, div.amtap-item p.rating img {
	margin-left: -6px;
}
