@charset "utf-8";
/* CSS Document */
.subcategories ul {
	text-align: center;
	font-size: 10px;
	overflow: auto;
	margin-bottom: 15px;
}
.subcategories ul li {
	float: left;
	width: 75px;
	height: 124px;
	padding-right: 4px;
	padding-bottom: 10px;
}
.subcategories ul li img {
	padding: 5px;
	background: url(../images/bg_cat2.png) no-repeat;
}
.utilbar {
	clear: both;
	height: 21px;
	background: #f0f0f0 url(../images/bg_utilbar.png);
	border-bottom: 1px solid #ccc;
	color: #797979;
	font-size: 10px;
	padding: 0 15px;
	padding-top: 5px;
	white-space: nowrap;
}

.utilbar .crawler {
	width: 725px;
	padding-left: 3px;
}

.utilbar img {
	vertical-align: middle;	
}
.utilbar a {
	color: #797979;
	text-decoration: underline;
	margin: 0 3px;
}
.products h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 7px;
}
.products h2 span {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	display: block;
}
.products h2 a {
	text-decoration: underline;
}
.products p {
	text-align: justify;
	font-size: 10px;
	padding-bottom: 13px;
	line-height: 14px;
	height: 70px;
	overflow: hidden;
}
.products table a img {
/*	border: 3px solid #0e7e11; */
	float: left;
	margin-right: 15px;
}
.products table td {
	padding: 10px 15px 5px 0;
}
.products table td.clear {
	padding: 10px 0 15px 20px;
}
.products table td div.prod {
	position: relative;
	float: left;
	width: 445px;
	overflow: auto;
	padding: 10px;
	border: 1px solid #d1f5b5;
}
.product {

}
/* Hack */
#content .content .product h1 {
	background: none;
}
.product h1 {
	text-decoration: underline;
	float: left;
}
#content .content .product .pret {
	font-size: 18px;
	margin: 0 20px;
}
.product .info { 
	overflow: auto;
	line-height: 20px;
	padding-left: 20px;
}
.product .info ul { 
	list-style: disc inside;
}
.product .info h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #579c5a;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #95af96;
	padding-bottom: 5px;
	margin-bottom: 3px;
}
.product .info p { 
	padding-bottom: 25px;
	text-align: justify;
}
.product .info table {
	font-size: 14px;
}
.product .info table h2 {
	padding: 0;
	padding-right: 10px;
	float: left;
}
.product .img {

}
.product .img h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #579c5a;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
}
.product .img table td {
	border-bottom: 1px solid #95af96;
	padding: 5px 0;	
}
.product .img a {
	overflow: auto;	
}
.product .img a img {
	/*margin-right: 20px;*/
	margin-bottom: 20px;
}
.product .img .thumbs table {
	text-align: center;
}
.product .img .thumbs table td {
	border: none;
}
.product .img .thumbs table a img {
	
}
.product .img .thumbs table  a {
	
}
