a {	color: #369300; }

h1 {
	color: #369300;
}

h2 {
	color: #369300;
}

h3 {
	color: #369300;
}

#menu ul li a:hover { color: #369300; }
#menu ul li.selected a { color: #369300; }

div.detail_desc h2.detail {
	color: #369300;
}

ul.list_small li .desc .title {
	color: #369300;
}

div.pagination span.pagleft {
	background: transparent url('/theme/kola/img/bg_pag_left.png') no-repeat;
}
div.pagination span.pagright {
	background: transparent url('/theme/kola/img/bg_pag_right.png') no-repeat;
}
div.pagination {
	background: transparent url('/theme/kola/img/bg_pagination.png') repeat-x 0 0;
}
ul.pagination li {
	background: transparent url('/theme/kola/img/bg_pag_ul.png') no-repeat top left;
}
ul.pagination li.current {
	background: transparent url('/theme/kola/img/bg_pag_ul_disabled.png') no-repeat top left;
}

ul.bullet_list li {
	background: transparent url('/theme/kola/img/bullet.png') no-repeat 3px 4px;	
}

a.button {
	background: transparent url('/theme/kola/img/button.png') no-repeat 0 0;
}

div.product_list ul li .img {
	float: right;
	width: 120px;
}
div.product_list ul li .text {
	float: left;
	width: 100px;
}
div.product_list ul li .img img {
	max-height: 120px;
	max-width: 115px;	
	width: expression(
		(this.width>=this.height) && (this.height> 115) ? "115": "inherit"
		);
	height: expression(
		(this.width<=this.height) && (this.height> 120) ? "120px": "inherit"
		);
}