
* html .center,
* html .content-product-header {
	width: auto;
}

/* various */
.content-category .content-category-header,
.content-product .content-product-header,
.product-title
{
	word-wrap: break-word;
}

#checkout-right-column {
	word-break: break-all;
	word-wrap: break-word;
}
#checkout-right-column #dropform.fcomponent{
	word-break: normal;
	word-wrap: normal;
}
.upsell table {
	table-layout: fixed;
}

/* product fixes */

* html .product-detail,
* html .imageanddetails,
* html .product-image,
* html .product-details {
	height: 1%;
}

ol.categories, ol.products {
	padding: 0;
}

fieldset {
	margin: 0px 10px 10px 0;
}

.products, .categories {
	padding: 0;	
}


