.product_images {
	padding: 3px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #CCC;
}

.bg_product {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bgprod.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 282px;
	width: 193px;
}
.product_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: lighter;
	color: #666666;
	height: 40px;
	width: 173px;
	text-align: center;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.product_image {
	padding: 0px;
	float: left;
	height: 90px;
	width: 193px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.product_price {
	float: left;
	height: 20px;
	width: 193px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	text-align: center;
}
.product_more {
	height: 34px;
	width: 193px;
	float: left;
	padding: 0px;
	margin: 0px;
}
.product_more a {
	display: block;
	height: 34px;
	width: 193px;
	background-image: url(images/bgmore.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.product_more a:hover {
	display: block;
	height: 34px;
	width: 193px;
	background-image: url(images/bgmore1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.product_more1 {
	height: 34px;
	width: 193px;
	float: left;
	padding: 0px;
	margin: 0px;
}
.product_more1 a {
	display: block;
	height: 34px;
	width: 193px;
	background-image: url(images/bgadd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.product_more1 a:hover {
	display: block;
	height: 34px;
	width: 193px;
	background-image: url(images/bgadd1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.product_images {
	padding: 3px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #CCC;
}

.text-center {
	text-align:center;
	width: 100%;
	float: left;
	margin-top: 10px;
}


.tf_pagination {
	background:url(images/pagination_bg.gif) 0 0 scroll no-repeat;
	height: 38px;
	font-size:17px;
	line-height: 38px;
	font-family:'VegurRegular', Arial, Helvetica, sans-serif;
	display:inline-block;
	padding-left:20px}

.tf_pagination .inner {
	background:url(images/pagination_bg.gif) right -38px scroll no-repeat;
	line-height: 38px;
	padding:0 20px;
	text-shadow:1px 1px 1px #fff;
	display:inline-block}

.tf_pagination a {
	margin:0 5px;
	color:#653c17;
	font-weight:normal;
	line-height:38px;
	text-decoration:none}

.tf_pagination a:hover {
	color:#de841f}
	
.tf_pagination a.page_prev, .tf_pagination a.page_next  {
	background:url(images/pagination_prev.gif) 0 center no-repeat;
	width:10px;
	height:38px;}

.tf_pagination a.page_prev {
	padding:0 20px 0 0;
	margin:0 20px 0 -20px}

.tf_pagination a.page_next {
	background:url(images/pagination_next.gif) right center no-repeat;
	padding:0 0 0 20px;
	margin:0 0 0 20px}

.tf_pagination .page_current {
	color:#de841f}

