/** 
 * Products groups style sheet
 *
 * @since 04.04.2005
 * @author Gaj Capuder <gaj.capuder@siol.net>
 */

.products_groups .box {
	background-color : #F3F3F3;
} 

ul.products_groups {
	margin				: 0px;
	padding				: 0px;
}

ul.products_groups li {
	display				: inline;
}

ul.products_groups li ul {
	margin-left			: 15px;
}

.products_groups h3 {
	margin				: 0px;
	padding				: 0px 0px 0px 10px;
	font-weight			: bold;
}

ul.products_groups li ul li h3 {
	font-weight			: normal;
}

.products_groups a {
	text-decoration		: none;
	display				: block;
	width				: 100%;
	padding				: 3px 0px;
	position			: relative;
	text-decoration		: underline;
	background-image	: url(../dsg/products_open_group.gif);
	background-repeat	: no-repeat;
	background-position	: 0px 7px;
}

.products_groups a.active {
	color				: #000000;
	background-image	: url(../dsg/products_close_group.gif);
}