/* General */
/* Gallery */
.gallery {
	list-style: none;
	padding: 0;
	margin: 0;
}
.gallery:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.gallery li {
	float: left;
	width: 50%;
	padding-top:10px;
}
.gallery li a {
	display: block;
	margin: 5px;
}
.gallery li img {
	display: block;
	width: auto;
	height: 100px;
}
.boxvenduti {
text-align:center;
}
/* Individual Color */
.ui-bar-f {
	border:1px solid #803714;
	background:#74b042;
	color:#fff;
	font-weight:bold;
	text-shadow:0 -1px 1px #234403;
	background:-webkit-gradient(linear, left top, left bottom, from(#ae4b1b), to(#803714));
	background:-webkit-linear-gradient(top, #ae4b1b, #803714);
	background: -moz-linear-gradient(top, #ae4b1b, #803714);
	background: -o-linear-gradient(top, #ae4b1b, #803714);
	background: linear-gradient(top, #ae4b1b, #803714)
}
.ui-bar-f, .ui-bar-f .ui-link-inherit {
	color:#fff
}
.ui-bar-f .ui-link {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.ui-btn-up-f {
	background:#74b042;
	background:-webkit-gradient(linear, left top, left bottom, from(#ae4b1b), to(#803714));
	background:-webkit-linear-gradient(top, #ae4b1b, #803714);
	background: -moz-linear-gradient(top, #ae4b1b, #803714);
	background: -o-linear-gradient(top, #ae4b1b, #803714);
	background: linear-gradient(top, #ae4b1b, #803714);
	border:1px solid #803714;
	color:#FFF;
	font-weight:bold;
	text-shadow:0 -1px 1px #234403
}
.ui-btn-hover-f {
	background:#74b042;
	background:-webkit-gradient(linear, left top, left bottom, from(#ae4b1b), to(#803714));
	background:-webkit-linear-gradient(top, #ae4b1b, #803714);
	background: -moz-linear-gradient(top, #ae4b1b, #803714);
	background: -o-linear-gradient(top, #ae4b1b, #803714);
	background: linear-gradient(top, #ae4b1b, #803714);
	border:1px solid #803714;
	color:#FFF;
	font-weight:bold;
	text-shadow:0 -1px 1px #234403
}
