@charset "utf-8";
/* CSS Document */

#listTovar {
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 191px;
	border: 1px solid #E5E5E5;
	padding: 10px;
	background-color: #F5F5F5;
}
#listTovar:hover {
	background-color: #FFF;
}

#paging a  {
	font-size: 11px;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#paging a:hover {
	color: #F00;
	text-decoration: underline;

}
#paging a.select  {
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
}

