/**
 * Products groups style sheet
 *
 * @since 04.04.2005
 * @author Gaj Capuder <gaj.capuder@siol.net>
 */
.products_groups{
	padding-top:10px;

}
.products_groups .box {
	
} 
.products_groups li .no_format{
	background:none;
	margin-left:-15px;
}

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

.products_groups ul li {
	list-style: none;
}

.products_groups ul li ul {
	margin-left: 5px;
	margin-bottom: 0px;
}

.products_groups ul li ul li {
	padding: 2px 0 2px 10px;
	background: url(../dsg/group_bg.gif) left top  no-repeat;
	background-position: 0px 6px;
	display:block;
	position:relative;
}
