/** 
 * Products groups style sheet
 *
 * @since 04.04.2005
 * @author Gaj Capuder <gaj.capuder@siol.net>
 */

.products_groups .box {

} 

.products_groups ul {
	margin				: 0px;
	padding				: 0px;
}

.products_groups ul li {
	display				: inline;
}

.products_groups ul li ul {
	margin-left			: 15px;
}

.products_groups h3 {
	margin				: 0px;
	padding				: 0px 0px 0px 10px;
	font-weight			: bold;
}

.products_groups ul 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/arrow.gif);
	background-repeat	: no-repeat;
	background-position	: 0px 8px;
}
