/** 
 * productss plugin style sheet
 *
 * @since 31.03.2005
 * @author Gaj Capuder <gaj.capuder@siol.net>
 */

.products ul {
	padding			: 0px;
	margin			: 0px;
	height			: 100%;
} 
 
.products ul li {
	display			: inline;
	clear			: both;
} 

.products ul li img {
	float 			: left;
	padding			: 5px 20px;
	margin-right	: 5px;
} 
 
.products ul li a {
	margin-top 		: 10px;
}

.products ul li div.product div.spacer {
	height			: 20px;
}

p.products_more {
	text-align: right;
	font-size: 90%;
}
#sidebar .products .content {
	background		: url(../dsg/content_bg.gif) repeat-y top left;
	padding-right: 5px;
	overflow: hidden;
	height: 1%;
}
#sidebar .products ul li div.product {
	padding: 0 10px;
}
#sidebar .products h1 {
	margin			: 0;
	background-image: url(../dsg/h1_bg.gif);
	font-size		: 137%;
	text-transform	: uppercase;
	text-align		: center;
	font-family: Arial;
	height			: 25px; /*39*/
	padding			: 14px 0 0 0;
}
#sidebar .products h1.side_footer {
	font-size		: 100%;
	height			: 24px; /*33*/
	padding			: 9px 10px 0 0;
	background-image: url(../dsg/footer_bg.gif);
	margin: 0;
	text-transform: none;
	overflow: hidden;
}
#sidebar .products h1.side_footer a {
	color: #fff;
	float: none;
	background: none;
	padding: 0;
}
#sidebar .products ul li img {
	float: none;
	margin: 0;
	padding: 0;
}
#sidebar .products h2,
#sidebar .products h2 a {
	color: #ff7200;
	font-size: 109%;
	font-weight: bold;
	margin-bottom: 2px;
}
#sidebar p.products_more {
	padding-top: 3px;
}
#sidebar p.products_more a {
	color: #ff7200;
}