.t3m_affilinet-page {

    display: none;
}

#t3m_affilinet-page-0 {

    display: block;
}

.product {
    width: 190px;
    margin: 5px;
    float: left;
    border: 1px solid #9DBC5D;
    font-family: Arial, Helvetica, Sans-Serif;
    background-color: #ffffff;
}

.product a, .pagination a {
    border: none !important;
    text-align: left !important;
    display: inline !important;
    width: auto !important;
}

.product div.title {
    width: 180px;
    height: 48px;
    background-color: #9DBC5D;
    padding: 2px 5px;
    margin: 0;
    overflow: hidden;
}

.product div.title a {
    color: #EBECE9 !important;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.product div.title a:hover {
    text-decoration: underline;
}

.product div.price, .product div.description, .product div.manufacturer {
    width: 180px;
    padding: 2px 5px;
    border-top: 1px solid #D8D8D8;
    color: #666666;
    font-size: 11px;
    overflow: hidden;
}

.product div.price {
	height: 38px;
}

div.description a, div.manufacturer a {
    color: #91AF52 !important;
    text-decoration: none;
}

div.description a:hover {
    text-decoration: underline;
}

.product div.image {
    height: 180px;
    width: 180px;
    padding: 5px;
}

.product div.shop {
    padding: 2px;
    float: right;
}

*html .product {
	width: 180px;
}

*html .product div.title {
    width: 180px;
    height: 49px;
}

*html .product div.price, .product div.description, .product div.manufacturer {
    width: 180px;
}

*html .product div.image {
    height: 190px;
}

.pagination {
            font-size: 11px;
            font-family: Arial, Helvetica, Sans-Serif;
            margin-top: 40px;
            margin-left: 100px;
        }
        
.pagination a {
    text-decoration: none;
	border: solid 1px #9DBC5D !important;
	color: #666666 !important;
	background-color: #FFFFFF;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
}

.pagination .current {
    background: #9DBC5D;
    color: #fff;
	border: solid 1px #9DBC5D;
}

.pagination .prev, .pagination .next{
	color:#9DBC5D !important;
	border: none !important;
	width: 22px !important;
	height: 22px !important;
	background-color: none;
	padding: 0;
}

.pagination .prev{
	background-image: url(img/prev.png) !important;
}

.pagination .next{
	background-image: url(img/next.png) !important;
}

#tooltip{
	position: absolute;
	border: 1px solid #9dbc5d;
	background: #fff;
	padding: 2px 5px;
	color: #333;
	display: none;
	font-size: 11px;
	width: 200px;
	height: auto;
    font-family: Arial, Helvetica, Sans-Serif;
    text-align: left;
}
