
.product-um
{
	
}

.product-qty
{
	
}

img.order-customer-logo
{
	max-width: 350px;
}

img.productImage 
{ 
    float: left; 
    margin: 4px; 
    width: 100%;
}

img.product-thumb
{
	max-height: 128px; 
	max-width: 128px;
}

img.productBrandImage 
{ 
    float: right; 
    margin: 2px; 
}

span.productCode
{
	font-weight: bold;
}

.cart-preview-button
{
	width: 100%;
	height: 40px;
}

.cart-preview
{
	width: 400px;
}

.quantity-indicator-ok
{
	width: 16px;
	height: 16px;
	background:url(/obw-portlet/images/indicator_sprite.png) 0 -48px;
	display:inline-block;
}

.quantity-indicator-warn
{
	width: 16px;
	height: 16px;
	background:url(/obw-portlet/images/indicator_sprite.png) 0 0;
	display:inline-block;
}

.quantity-indicator-empty
{
	width: 16px;
	height: 16px;
	background:url(/obw-portlet/images/indicator_sprite.png) 0 -16px;
	display:inline-block;
}

.indicator-enabled
{
	width: 16px;
	height: 16px;
	background:url(/obw-portlet/images/indicator_sprite.png) 0 -48px;
	display:inline-block;
}

.indicator-disabled
{
	width: 16px;
	height: 16px;
	background:url(/obw-portlet/images/indicator_sprite.png) 0 -16px;
	display:inline-block;
}

.customerDetails {
	background-color: #DEDEDE;
	border-radius: 6px;
	padding: 6px;
}

.summaryOrder {
	background-color: #DEDEDE;
	border-radius: 6px;
	padding: 6px;
}

.noteOrder {
	background-color: #DEDEDE;
	border-radius: 6px;
	padding: 6px;
}