/** 
 * Content plugin style sheet
 *
 * @since 30.01.2005
 * @author Gaj Capuder <gaj.capuder@siol.net>
 */

.content {

}

.content .article {
	overflow			: hidden;
	position			: absolute;
	width				: 450px;	
}

*:first-child+html .content .article {
	overflow			: hidden;
	position			: relative;
}

.content .article p {
	margin				: 0px;
}

.content .product p {
	margin				: 0px;
}

/*
.content .product {
	margin-bottom		: 15px;
}
*/