﻿/* AMLETER Standard Style */
/*  by ohbatch            */
.amleter {
 margin:5px 0px 8px 0px;
 width:380px;
 border: 1px solid #CCCCCC;
 background-color: #ffffff;
}
/* clearfix hack*/
	.amleter:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.amleter{ display: inline-block; }
	/* Hides from IE-mac \*/
	* html #container {height: 1%;}
	.amleter{ display: block;}
	/* End Hides from IE-mac */

.amleter img.product {
 float: left;
 border: 0;
 padding: 0;
}

.amleter a {
 padding-left: 18px;
 background:url("../img/ico_amz.gif") left top no-repeat;
}
.amleter a:link { color: #00f; }
.amleter a:visited { color: #884818; }
.amleter a:hover, a:active{ color: #f93;}
