/* Amazon Machine Tag Associate Plugin */
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-right: 1.0em;
	padding:10px 5px 10px 10px;
	width: 310px;
	float:left;
	border-bottom:1px;
	border-right:1px;
	border-style:dashed;
	border-color:#CCCCCC;
	border-top:none;
	border-left:none;
	border-right:none;
}
div #amtap ul li:before {
	content: ""; /* unset raquos from the Kubrick theme */
}

#amtap h2 {
	margin-bottom: 0;
}
#amtap li h3 {
	line-height: 1.0;
	margin: 0.6em 0 0.2em;
}
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;
}