/** 
 * 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;
}

.products img.group_logo {
	float				: right;
}

.products .product h3 {
	margin-top 			: 25px;
	font-weight			: bold;
}

.products ul#product_similar {
	margin-top			: 0px;
	padding-top			: 0px;
}

.products ul#product_gallery  {
	margin-left			: 0px;
	padding-left		: 0px;
}

.products ul#product_gallery li {
	display				: inline;
	margin-bottom		: 20px;
	margin-right		: 20px;
	border				: 1px solid #E4E8D9;
}