/**
 * 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 {
	background-color	: #ffffff;
	color				: #9DA5A7;
	position			: relative;
	padding-bottom		: 5px;
	border-bottom		: 1px solid #9DA5A7;
	margin-bottom		: 5px;
}
 
.products div.path a {
	color				: #9DA5A7;
	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;
}

#product_gallery {
	list-style-type: none;
}

#product_gallery li {
	float: left;
	margin: 1em;
	display: inline;
}

