/** 
 * Basket style sheet
 *
 * @since 27.03.2005
 * @author Gaj Capuder <gaj.capuder@siol.net>
 */

.basket ol  {
	margin			: 0px;
	padding			: 0px;
	margin-bottom	: 10px;
} 
 
.basket ol li {
	margin-bottom		: 5px;
	list-style-position	: inside;
}

.basket .price span {
	font-weight		: bold;
}

.basket form p .button {
	padding	: 0px 2px;
}

.basket form p {
	margin-top		: 10px;
}

