/** 
 * Products plugin style sheet
 *
 * @since 04.04.2005
 * @author Gaj Capuder <gaj.capuder@siol.net>
 */

@import url(products_actual.css); 
 
.products .box {

} 

.products .box .content {

}
 
.products div.path {
	color				: #9D9C9C;
	position			: relative;
	padding-bottom		: 5px;
	border-bottom		: 1px solid #E0E0E0;
	margin-bottom		: 5px;
}
 
.products div.path a {
	color				: #9D9C9C;
	text-decoration		: none;
}

.products div.path a:hover {
	text-decoration		: underline;
}

.products .list {
	overflow			: hidden;
	height				: 100%;
}

.products div.lead {
	margin-top			: 4px;
}

.products div.price {
	margin-top			: 4px;
}

.products div.price span {
	font-weight			: bold;
}

.products .list img {
	float				: left;
	margin-right		: 5px;
}

.products .list h2 {
	font-weight			: bold;
}

.products .product h2 {
	margin-top			: 5px;
}
