.panelProductInfo
{
	width: 100%;
}

.panelBodyLeftSegment
{
	vertical-align: top;
	border-right: none;
	width: 49%;
}

.panelBodyRightSegment
{
	vertical-align: top;
	border-left: none;
	width: 49%;
}

.panelHeaderMidProductInfo1
{
	color:#455560;
	font-weight:normal;
	padding-bottom:15px;
	padding-top:10px;
	text-align:left;
	width:100%;
}
.ViewHeader
{
    font-weight:bold !important;
}
.panelProductInfoSubtitle {
	font-size: 11px;
}

.panelProductInfoSubtitle2
{
	background-color: #ffffff;
}

.panelProductInfoBodyText
{
	padding: 3px;
}

.productItem
{
	border-collapse: collapse;
}

.productImageSegment
{
	height: 40px;
	vertical-align: middle;
	text-align: center;
}

.productImageSegmentLarge
{
	height: 40px;
	vertical-align: middle;
	text-align: center;
	width: 300px;
}

.productItemRow
{
	height: 20px;
	font-size: 11px;
}

.productLeftSegment
{
	padding-left: 10px;
	text-align: left;
	height: 20px;
	width: auto;
}

.productNameLink
{
	color: #336699;
	font-weight: bold;
}

.productPriceSegment
{
	padding-left: 10px;
	padding-right: 5px;
	text-align: right;
	height: 20px;
	width: 100px;
	font-size: 12px;
}

.productPerSegment
{
	padding-left: 4px;
	padding-right: 15px;
	text-align: left;
	height: 20px;
	width: 60px;
	font-size: 12px;
}

.productQtySegment
{
	padding-right: 5px;
	text-align: right;
	height: 20px;
	width: 180px;
}

.productQtyInput
{
	font-size: 9pt;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	text-align: right;
	margin-right: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 60px;
}

.productRightSegment
{
	padding-right: 10px;
	width: 100px;
	text-align: left;
	height: 20px;
}

.productDetailDescriptionHeaderBar
{
	height: 20px;
	font-weight: bold;
	font-size: 13px;
}

.productDetailDescriptionHeaderBar td
{
	padding-left: 5px;
	width: 100%;
	border-bottom: 1px solid #8b8b8b;
}

.productDetailPriceQtyHeaderBar
{
	height: 20px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
}

.productDetailPriceQtyHeaderBar td
{
	border-bottom: 1px solid #8b8b8b;
}

.productDetailPriceQtyUnderline
{
	text-align: right;
}

.udfRow0
{
	background-color: #f0f0f0;
}

.udfRow1
{
	background-color: #d2d2d2;
}

.udfName0
{
	padding: 3px;
	width: 50%;
	font-weight: bold;
}

.udfName1
{
	padding: 3px;
	width: 50%;
	font-weight: bold;
}

.udfValue0
{
	padding: 3px;
	width: 50%;
}

.udfValue1
{
	padding: 3px;
	width: 50%;
}

.productAddedMessage
{
	font-weight: normal;
	color: #31AE10;
	font-size: 12px;
}

.priceIncludingVAT
{
	font-size: 11px;
	color: #8d8d8d;
}

.priceIncludingVAT br
{
	display: none;
}

.productCodeOnSummaryPage
{
	line-height: 1em;
	font-size: 11px;
}

.productCodeOnDetailsPage
{
	display: inline;
	font-weight: bold;
}

.relatedProductThumbnail
{
	display: none;
}

.productListHeaderGridQuantity
{
	display: none;
}



/*
 * Quicklist Styling
 */

.quicklist-wrap {
    position: relative;
    display: block;
    padding: 0; 
    margin: 0;
}

.quicklist-dropdown {
    position: absolute;
    top: 0;
   xmargin-top:expression("-3px"); /* Ugly ugly ugly */
   
	
    background-color: #ececec;
    border: 1px solid #666;
    z-index: 100;
}

.quicklist-dropdown-left {
    left: 0;
}

.quicklist-dropdown-right {
    right: 0;
}

.quicklist-dropdown li {
    list-style-type: none;
    padding: 0;
    border-bottom: 1px dotted #888;
}

.quicklist-dropdown li.edit {
    border-bottom: none;
}

.quicklist-dropdown li a {
    display: block;
    padding: 3px 6px;
    width: 150px;
}

.quicklist-dropdown li a:hover {
    color: #fff;
    background-color: #666;
}

.quicklistButton 
{
	border: none;
	padding: 0;
	margin: 0;
	outline: 0;
}

.quicklistButton img 
{
	border: none;
	xpadding: 0;
	xpadding-top:expression("2px"); /* Ugly ugly ugly */
	xmargin: 0;
	outline: none;
}
