@CHARSET UTF-8;
/* generated from file :/home/gto/workspace-git/ishop-opo/ishop-opo-data/htdocs/common/css/parts/opo-cal.css */




table.scw
{
	vertical-align:middle;
	border:        1px solid black;
	font-size:     11px;
	font-family:   Arial,Helvetica,Sans-Serif;
	font-weight:   bold;
}

td.scwDrag, td.scwHead
{
	padding:       0px 0px;
	text-align:    center;
}

td.scwDrag        
{
font-size:     8pt;
}

select.scwHead    
{
	margin: 0px;
	/*border: 1px solid #9d9d9d;*/
	font-size: 10px;
	padding: 0px;
	color: #4e4e4e;
}


input.scwHead  
{
	margin: 0px;
	font-size: 10px;
	line-height: 12px;
	height: 15px;
	border: none;
	color: #4e4e4e;
	background-color: transparent;
	vertical-align: middle;
	width: 25px;
	background-image: url('/opo/image/button.25.gif');
}

td.scwWeekNumberHead, td.scwWeek
{
	padding:       0px;
	text-align:    center;
	font-weight:   bold;

}
td.scwFoot, td.scwFootHover, td.scwFoot:hover, 
td.scwFootDisabled
{
	display: none;
	padding: 0px;
	text-align: center;
	font-weight: normal;
}

table.scwCells    
{
	text-align:    right;
	font-size:     10px;
	width:         96%;
}
td.scwCells, td.scwCellsHover, td.scwCells:hover, td.scwCellsDisabled,
td.scwCellsExMonth, td.scwCellsExMonthHover, td.scwCellsExMonth:hover,
td.scwCellsExMonthDisabled, td.scwCellsWeekend, td.scwCellsWeekendHover,
td.scwCellsWeekend:hover, td.scwCellsWeekendDisabled, td.scwInputDate,
td.scwInputDateHover, td.scwInputDate:hover, td.scwInputDateDisabled,
td.scwWeekNo, td.scwWeeks
{
	padding: 1px;
	width: 12px;
	height: 14px;
	font-weight: normal;
	vertical-align: middle;
}

/* Blend the colours into your page here...    */
/* Calendar background */
table.scw         
{
	background-color:  #ffffff;
}

/* Drag Handle */
td.scwDrag 
{
	background-color:  #9999CC;
	color: #CCCCFF;
}

/* Week number heading */
td.scwWeekNumberHead
{
	color: #000000;
	font-weight: bold;
}

/* Week day headings */
td.scwWeek        
{
	color: #000000;
	font-weight: bold;
}

/* Week numbers */
td.scwWeekNo
{
	background-color:  #776677;
	color: #CCCCCC;
}

/* Enabled Days */
/* Week Day */
td.scwCells       
{
	background-color:  #e7e7e7;
	color: #000000;
}
/* Day matching the input date */
td.scwInputDate   
{
	background-color:  #e01f22;
	color: #ffffff;
}
/* Weekend Day */
td.scwCellsWeekend
{
	background-color:  #efefef;
	color: #9d9d9d;
}
/* Day outside the current month */
td.scwCellsExMonth
{
	background-color:  #efefef;
	color: #666666;
}
/* Today selector */
td.scwFoot        
{
	background-color:  #e01f22;
	color: #ffffff;
}

/* 
MouseOver/Hover formatting 
If you want to "turn off" any of the formatting
then just set to the same as the standard format
above.
Note: The reason that the following are
implemented using both a class and a :hover
pseudoclass is because Opera handles the rendering
involved in the class swap very poorly and IE6
(and below) only implements pseudoclasses on the
anchor tag.
*/ 
 
/* Active cells */
td.scwCells:hover, td.scwCellsHover  
{
	background-color:  #ffffff;
	cursor:pointer;
	cursor:hand;
	color: #000000;
}
/* Day matching the input date */
td.scwInputDate:hover, td.scwInputDateHover
{
	background-color:  #ffffff;
	cursor:pointer;
	cursor:hand;
	color: #000000;
}
/* Weekend cells */
td.scwCellsWeekend:hover, td.scwCellsWeekendHover
{
	background-color:  #efefef;
	cursor:pointer;
	cursor:hand;
}
/* Day outside the current month */
td.scwCellsExMonth:hover,
td.scwCellsExMonthHover    {
	background-color:  #ffffff;
	cursor:pointer;
	cursor:hand;
	color: #000000;
}
/* Today selector */
td.scwFoot:hover, td.scwFootHover   
{
	color: #ffffff;
	cursor: pointer;
	cursor: hand;
}
/* Disabled cells */
/* Week Day */
/* Day matching the input date */
td.scwInputDateDisabled
{
	background-color:  #9d9d9d;
	color: #4e4e4e;
}
td.scwCellsDisabled 
{
	background-color:  #999999;
	color: #000000;
}
/* Weekend Day */
td.scwCellsWeekendDisabled 
{
	background-color:  #999999;
	color: #4e4e4e;
}

/* Day outside the current month */
td.scwCellsExMonthDisabled
{
	background-color:  #999999;
	color: #666666;
}
td.scwFootDisabled
{
	background-color:  #6666CC;
	color: #FFFFFF;
}/* generated from file :/home/gto/workspace-git/ishop-opo/ishop-opo-data/htdocs/common/css/parts/opo-common.css */
/**
 * (C) 2006 IMIS group AG, Zurich, Switzerland
 * 
 * Common view styles
 * 
 * Media specific layout styles defined in separate css files 
 * (opo-screen.css and opo-print.css)
 *
 * Author: tam
 */


/*
 * =============================================================================
 * Stylesheet includes
 * =============================================================================
 */

/* removed HAR 13.8.2011 (because CSS is now packed)
@import url("opo-form.css");
@import url("opo-msg.css");
@import url("opo-cal.css");
*/

/*
 * =============================================================================
 * Global styles
 * =============================================================================
 */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* All forms; no padding margin */
form
{
	padding: 0px;
	margin: 0px;
}

/*
 * =============================================================================
 * Clean styles (remove paddings, margins, etc. from table elements and others)
 * =============================================================================
 */

/* Clean table */
table, table.clean
{
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border: none;
}

td, td.clean
{
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	border: none;
}

th, th.clean
{
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	border: none;
}

a.clean
{
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

img
{
	border: none;
	margin: 0px;
	padding: 0px;
}

td.right, th.right
{
	text-align: right;
}

/*
 * =============================================================================
 * Text formatting
 * =============================================================================
 */
 
.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

/*
 * =============================================================================
 * Link styles
 * =============================================================================
 */

a
{
	color: #e01f22;
}

a:hover
{
	
}

a.clean
{
	color: #000000;
	text-decoration: none;
}

/*
 * =============================================================================
 * Common form layout styles (used for forms in main content)
 * =============================================================================
 */

table.formLayout
{
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
}

td.formLayout
{
	font-size: 12px;
	padding: 2px;
	padding-left: 0px;
	padding-right: 15px;
	vertical-align: top;
}

td.formLayoutLeft
{
	font-size: 12px;
	padding: 2px;
	padding-left: 0px;
	padding-right: 15px;
	vertical-align: top;
	width: 150px;
}

td.formLayoutInfo
{
	font-size: 11px;
	padding: 2px;
	padding-top: 4px;
	vertical-align: top;
}

th.formLayout
{
	font-size: 12px;
	padding: 2px;
	padding-left: 0px;
	padding-right: 15px;
	text-align: left;
}

td.formLayoutVSpace
{
	padding: 0px;
	line-height: 10px;
	height: 10px;
}


/*
 * =============================================================================
 * Sidebar styles (catalog navigation; quick access to account)
 * =============================================================================
 */

div.sidebarGroup
{
	background-color: #ffffff;
	padding-bottom: 5px;
}

div.sidebarGroupTitle
{
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 5px;
	line-height: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #9d9d9d;
}

div.langSidebarGroupTitle
{
	background-color: #E7E7E7;
	padding-top: 1px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	line-height: 14px;
}

div.sidebarSeparator
{
	height: 1px;
	border: 0px solid #ffffff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background-color: #9d9d9d;
	overflow: hidden;
	_height: 3px;
}

a.sidebarNavElement
{
	display: block;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #000000;
	background-color: #e7e7e7;
	text-decoration: none;
}

div.sidebarContentElement
{
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #000000;
	background-color: #e7e7e7;
	background-image: url('../../../image/element.bg.nav.gray.gif');
	background-repeat: repeat-y;
}

a.sidebarNavElement:hover
{
	background-color: #ffffff;
}


a.sidebarNavYellow
{
	background-image: url('../../../image/element.bg.nav.yellow.gif');
	background-repeat: repeat-y;
}

a.sidebarNavGreen
{
	background-image: url('../../../image/element.bg.nav.green.gif');
	background-repeat: repeat-y;
}
a.sidebarNavBlue
{
	background-image: url('../../../image/element.bg.nav.blue.gif');
	background-repeat: repeat-y;
}
a.sidebarNavRed
{
	background-image: url('../../../image/element.bg.nav.red.gif');
	background-repeat: repeat-y;
}
a.sidebarNavCyan
{
	background-image: url('../../../image/element.bg.nav.cyan.gif');
	background-repeat: repeat-y;
}
a.sidebarNavGray
{
	background-image: url('../../../image/element.bg.nav.gray.gif');
	background-repeat: repeat-y;
}


table.sidebarFormLayout
{
	border: none;
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.sidebarFormLayout input.checkbox
{
	vertical-align: middle;
	margin-left: 0px;
}

td.sidebarFormLayout
{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
	padding-right: 4px;
}

input.sidebarLogin
{
	width: 135px;
}

/*
 * =============================================================================
 * Function styles (header functions boxes; searching, basket, ...)
 * =============================================================================
 */

/* Table class for function bar; additionally class "clean" must be applied */
table.functionBar
{
	width: 828px;
	font-size: 11px;
}

td.functionLang
{
	background-repeat: no-repeat;
	background-position: bottom right;
	vertical-align: top;
	text-align: right;
}

span.systemName
{
	color: red;
	padding-left: 50px;
}

td.functionBasket
{
	width: 150px;
}

td.functionSearch
{
	width: 310px;
}

td.functionLinks
{
	width: 86px;
}

/**
 * Active language
 */
span.functionLang
{
	color: #e01f22;
	background-color: #e7e7e7;
	padding-left: 5px;
	padding-right: 5px;
/* 	margin-right: 1px; */
	line-height: 14px;
}

/**
 * Links to switch to other language
 */
a.functionLang
{
	color: #000000;
	background-color: #e7e7e7;
	padding-left: 6px;
	padding-right: 6px;
/* 	margin-right: 1px; */
	line-height: 14px;
	text-decoration: none;
	border-left: 1px solid #ffffff;
	
}

/**
 * Language links hover
 */
a.functionLang:hover
{
	/* color: #000000; */
	background-color: #9d9d9d;
}

div.functionBox
{
	background-color: #e7e7e7;
	height: 74px;
	margin-left: 3px;
}

div.functionBoxContent
{
	padding: 2px;
	padding-left: 3px;
	padding-right: 0px;
}

div.functionBoxBlock
{
	height: 42px;
}

div.functionBoxTitle
{
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	line-height: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #9d9d9d;
	border-bottom: 1px solid #ffffff;
}


div.quickLinkBox
{
	width: 86px;
}

a.quickLink
{
	display: block;
	line-height: 12px;
	border: 1px solid #787878;
	border-left: 0px;
	border-right: 0px;
	background-color: #9d9d9d;
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 1px;
	text-decoration: none;
	color: #ffffff;
}

a.quickLink:hover
{
	background-color: #787878;
}

div.functionBoxLogo
{
	background-color: #ffffff;
	height: 74px;
	padding-left: 2px;
	padding-top: 2px;
}

a.quickLinkLogo
{
	height: 24px;
	width: 24px;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	color: #ffffff;
}

/* Specific box styles for search box */
div.quickSearchBox
{
	/* width: 270px;*/
}

table.quickSearchFromLayout
{
	border: none;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

td.quickSearchFormLayout
{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
	padding-right: 2px;
}

td.quickSearchIndex
{
	padding-top: 4px;
	_padding-top: 1px;	
}

/*** Hack for IE7 only ***/
*:first-child+html td.quickSearchIndex {
  padding-top: 0px;
}

td.quickSearchFormSpace
{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	width: 6px;		
}


/* Specific box style for basket box */
div.quickBasketBox
{
	width: 149px;
}

div.quickBasketBoxTitle
{
	background-image: url('../../../image/element.bg.basketbox.gif');
	background-position: center right;
	background-repeat: no-repeat;
}

/*
 * =============================================================================
 * Navigation Path styles
 * =============================================================================
 */
 
span.navpathElement
{
	color: black;
	font-size: 11px;
	margin-left: 5px;
	padding-left: 8px;
	line-height: 18px;
	background-image: url('../../../image/asset.navbar.arrow.gif');
	background-position: center left;
	background-repeat: no-repeat;
}

a.navpathElement
{
	color: black;
	font-size: 11px;
	margin-left: 5px;
	padding-left: 8px;
	line-height: 18px;
	background-image: url('../../../image/asset.navbar.arrow.gif');
	background-position: center left;
	background-repeat: no-repeat;
	text-decoration: underline;
}

/*
 * =============================================================================
 * Content common styles
 * =============================================================================
 */

div.contentContainer
{
	padding-left: 10px;
	padding-top: 8px;
}

div.contentTitle
{
	font-size: 18px;
	color: #e01f22;
	line-height: 18px;
	padding-bottom: 4px;
}

h1.contentTitle
{
	font-size: 18px;
	color: #e01f22;
	line-height: 18px;
	margin: 0px;
	font-weight: normal;
}

div.contentSubTitle
{
	font-size: 12px;
	font-weight: bold;
	color: #e01f22;
	/*line-height: 9px;*/
	height: 17px;
}

div.productAttributeBlock
{
	margin-bottom: 30px;
}

/*
 * =============================================================================
 * Popup Window styles
 * =============================================================================
 */

div.dataWindow
{
	border: 1px solid #000000;
	z-index: 100;
}

/*
div.windowFrame2 {
	position: absolute;
	display: none;
	left: 200px;
	top: 200px;
	z-index: 100;
}
*/

.cursorMove {
	cursor: move;
}

table.dataWindowTitle
{
	background-color: #e01f22;
	height: 16px;
    cursor: move;
}

table.dragdropTable
{
	z-index: 1000;
	width: 100%;	
}

td.dataWindowTitle
{
	padding-left: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	width: 505px;
}

td.dataWindowControls
{
	width: 20px;
	text-align: right;
}

img.dataWindowControl
{
	padding: 1px;
	cursor: pointer;
}

div.dataWindowContent
{
	color: #000000;
	background-color: #f8f8f8;
}

div.dataWindowContent div.padding
{
	padding: 5px;
}

/*
 * =============================================================================
 * Catalog content styles
 * =============================================================================
 */
 
/*
 * Catalog layout table styles (front page, chapter / group pages)
 */
 
div.homeOffersTitle
{
	width: 794px;
	background: #787878;
	color: white;
	font-size: 12px;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 1px;
	padding-left: 2px;
	line-height: 15px;
}

table.homeOffersContent
{
	background: #E7E7E7;
}

td.homeOffersLayoutBox1
{
	padding-top: 5px;	
	padding-left: 10px;
	padding-bottom: 24px;
}

td.homeOffersLayoutBox2, td.homeOffersLayoutBox3, td.homeOffersLayoutBox4
{
	padding-top: 5px;	
	padding-left: 28px;
	padding-bottom: 24px;
}

td.homeOffersLayoutBox4
{
	padding-right: 10px;
}

div.homeOffersImageBox
{
	width: 171px;
	height: 118px;
}

div.homeOffersTextBox
{
	height: 58px;
	width: 167px;
	padding-left: 4px;
	padding-top: 4px;
	border-top: 1px solid #878787;
	overflow: hidden;
}

div.homeOffersWhiteBox
{
	height: 17px;
	width: 171px;
	padding-top: 3px;
	background: white;
	border-top: 1px solid #878787;
}

td.homeOffersLink
{
	padding-left: 3px;
}

td.homeOffersPrice
{
	color: red;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-right: 3px;
}

table.catLayout
{
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
}

/* Catalog layout cell; 2 cells per row */
td.catLayout2
{
	padding: 0px;
	padding-bottom: 4px;
	/*width: 391px;*/
	vertical-align: top;
}

/* Catalog layout cell; 3 cells per row */
td.catLayout3
{
	padding: 0px;
	padding-bottom: 4px;
	width: 263px;
	vertical-align: top;
}

/* Catalog layout cell; 4 cells per row */
td.catLayout4
{
	padding: 0px;
	padding-bottom: 4px;
	width: 196px;
	vertical-align: top;
}

/* Catalog layout cell space */
td.catLayoutSpace
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	width: 4px;
}




div.catBox
{
	border: 1px solid #878787;
}

div.catBoxTitle
{
	font-size: 11px;
	padding-left: 2px;
	line-height: 15px;
	border-bottom: 1px solid #878787;
}

div.catMainBoxTitle
{
	color: #000000;	
}

div.leavescatalogBoxTitle
{
	color: #000000;	
	background-color: #d3d3d3;
}

div.catInfoBoxTitle
{
	background-color: #878787;
	color: #ffffff;
	font-weight: bold;
}

div.catBoxContent
{
	height: 160px;
}

div.catInfoBoxContent
{
	padding: 2px;
}

div.catInfoBoxContent p
{
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	margin-bottom: 10px;
}



/* Background color: Yellow */
.yellow
{
	background-color: #f6d300;
}

/* Background color: Green */
.green
{
	background-color: #c0dd00;
}

/* Background color: Blue */
.blue
{
	background-color: #8fb1dc;
}

.grayLight
{
	background-color: #fcfcfd;
}

/* Background color: Light Yellow */
.yellowLight
{
	background-color: #f6eed5;
}

/* Background color: Light Green */
.greenLight
{
	background-color: #f0f2df;
}

/* Background color: Light Blue */
.blueLight
{
	background-color: #e7f1fd;
}

div.catGroupBoxTitle
{
	color: #000000;
	padding-left: 8px;
	border-bottom: 1px solid #878787;
	background-color: #e7e7e7;
	background-repeat: repeat-y;
}

/*
 * Catalog group title (chapter, product group box title with color bar)
 */
div.catGroupBoxTitle01
{
	background-image: url('../../../image/element.bg.box.yellow.gif');
}

/*
 * Catalog group title (chapter, product group box title with color bar)
 */
div.catGroupBoxTitle02
{
	background-image: url('../../../image/element.bg.box.green.gif');
}

/*
 * Catalog group title (chapter, product group box title with color bar)
 */
div.catGroupBoxTitle03
{
	background-image: url('../../../image/element.bg.box.blue.gif');
}

/*
 * Catalog group title (chapter, product group box title with color bar)
 */
div.catGroupBoxTitleCA
{
	background-image: url('../../../image/element.bg.box.cyan.gif');
}

/*
 * Catalog group title (chapter, product group box title with color bar)
 */
div.catGroupBoxTitleNE, div.catGroupBoxTitleAK, div.catGroupBoxTitleLI
{
	background-image: url('../../../image/element.bg.box.red.gif');
}

table.catGroupTitle
{
	width: 253px;
}

td.catGroupTitle
{
	font-size: 11px;
	height: 27px;
}

td.catGroupTitle h2
{
	font-size: 11px;
	font-weight: normal;
	height: 27px;
	margin: 0;
	padding: 0;
	text-align: inherit;
	vertical-align: middle;
	display: table-cell;
}

a.catGroupTitle
{
	color: #000000;
	text-decoration: none;
	display: block;
}

td.catGroupNumber
{
	width: 40px;
	height: 27px;
	clear: right;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
td.catGroupDropIcon
{
	font-size: 11px;
	width: 20px;
	height: 27px;
	vertical-align: middle;
	text-align: center;
}

div.catGroupDrop
{
	z-index: 1; 
	position: absolute; 
	visibility: hidden;
	width: 251px;
	overflow: hidden;
	background-color: #ffffff;
}

div.catGroupDropContent
{
	background-color: #e7e7e7;
}

div.catGroupDropBoxed
{
	border: 0px solid #787878;
	border-bottom-width: 1px;
}

div.catGroupDropFree
{
	border: 1px solid #787878;
	border-top-width: 0px;
}



/* 
 * Product list page
 *
 */
a.catProdPaging
{
	font-size: 10px;
	display: block;
	text-align: center;
	width: 14px;
	border: 1px solid #9d9d9d;
	color: #9d9d9d;
	text-decoration: none;
}

span.catProdPaging
{
	font-size: 10px;
	display: block;
	text-align: center;
	width: 14px;
	border: 1px solid #e01f22;
	color: #000000;
	text-decoration: none;
}



/**
 * Product group select
 *
 */

a.catGroupDropNavItem
{
	font-size: 11px;
	display: block; 
	padding: 3px; 
	text-decoration: none; 
	color: #000000;
}

span.catGroupDropNavItem
{
}


a.catGroupDropNavItem:hover
{
	background-color: #ffffff;
}

/**
 * Product list styles
 *
 */
div.catProductListHeader
{
	width: 793px;
	height: 20px;
	border: 0px solid #000000;
	border-bottom-width: 1px;
}

table.catProductListHeader, table.catProductList
{
	width: 793px;
}

table.catProductListHeader td.pagesize
{
	width: 50px;
}

table.catProductListHeader td.showhits
{
	width: 100px;
}

table.catProductListHeader td.separator
{
	width: 30px;
	text-align: center;
}

table.catProductListHeader td.hits
{
	width: 60px;
}

table.catProductListHeader td.pageinfo
{
	width: 160px;
}

table.catProductListHeader td.page
{
	width: 40px;
}

table.catProductListHeader td.dropicon
{
	width: 20px; text-align: right;
}

table.catProductList td
{
	border-bottom: 1px solid #9d9d9d;
}

table.catProductList td.image
{
	height: 50px;
	width: 54px;
	vertical-align: middle;
	text-align: center;
}

table.catProductList td.separator
{
	width: 30px; 
}

table.catProductList td.description
{
	font-size: 11px; 
}

/**
 * Extra style for icons (adapted height; fixes issue #2750)
 */
table.catProductList td.icon
{
	height: 30px;
	width: 54px;
	vertical-align: middle;
	text-align: center;
}

/**
 * Data: suppl. product data search form
 */
table.catProductListHeader td.label
{
	padding-right: 5px;
}

table.catProductListHeader td.paging
{
	width: 300px;
}

/**
 * Product View Styles (product attributes, i.e. article tables, image, etc.)
 */

/* Layout infographics */
div.infographics
{
	padding: 5px 1px 9px 1px;
}

table.infographics
{
	border-width: 1px;
	border-color: black;
	border-style: solid;
	text-align: center;
}

table.infographics td
{
	min-height: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

/* Table containing all content (strech to min height) */
table.catProductData
{
}

/* Overridden in print css */
table.catProductData td.vspace
{
	width: 1px;
}

/* Table of sales items, i.e. orderable articles */
table.catProductArticle
{
	width: 446px;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	empty-cells: show;
}

/* Table of sales items; header cell */
table.catProductArticle th
{
	text-align: left;
	height: 18px;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #000000;
	padding: 0px;
}

/* Table of sales items; content cell */
table.catProductArticle td
{
	height: 18px;
	font-size: 12px;
	padding: 0px;
}

/* Catalog product sub titles (attribute type "text2" and "text3") */
h2.cat
{
	width: 446px;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 5px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

/* no longer needed:

 * Catalog product sub titles (attribute type "text2") *
h3.cat
{
	width: 446px;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 5px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

 * Catalog product sub titles (attribute type "text3") *
h4.cat
{
	width: 446px;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 5px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
*/

p.cat, div.cat
{
	width: 446px;
	padding: 0px;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 8px;
	font-size: 12px;
}

div.cat table
{
	width: 446px;
}
	
div.cat table td
{
	/*width: auto !important;*/
}


p.specification
{
	width: 446px;
	border: 1px solid #878787;
	color: #878787;
	margin: 0px;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 12px;
}

p.footnote, p.relation
{
	width: 446px;
	display: block;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	font-size: 11px;
}

p.relation span.rellist-multiline
{
	display: block;
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
}

p.relation span.rellist-image
{
	display: block;
	float: left;
	border: 1px solid #878787;
	margin-right: 2px;
	text-align: center;
}

p.relation span img
{
	vertical-align: top;
}

/* Catalog product image box
 * NOTE: additional definiton in opo-screen: default box to display: none
 * to implement image swapping
 */
div.catProductImageContainer 
{
}

div.catProductImage
{
	border: 1px solid #878787;
}

div.catProductImageThumb
{
	height: 214px;
	/*border: 1px solid #878787;*/
	overflow: hidden;
}

div.catProductImageBox
{
	width: 240px;
	height: 245px;
	overflow: hidden;
	border-right: 1px solid #878787;
	
}

div.catProductImageBox td
{
	width: 240px;
	height: 245px;
	text-align: center;
}

div.catProductImageThumbBox
{
	width: 45px;
	margin-left: 1px;
	margin-top: 0px;
}

div.catProductImageThumbBox table td
{
	border-bottom: 1px solid #878787;
}

div.catProductImageThumbBox td
{
	width: 45px;
	height: 45px;
	text-align: center;
	margin-top: 0px;
}

/* Zoomed Image (in popup window) */
body.catZoomImage
{
	margin: 5px;
}

div.catZoomImage
{
	width: 480px;
	height: 490px;
	overflow: hidden;
}

div.catZoomImage td
{
	width: 480px;
	height: 490px;
	text-align: center;
}

div.catZoomImageFunction
{
	width: 480px;
	height: 20px;
	text-align: right;
}

div.catProductImageLabel
{
	line-height: 15px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #e7e7e7;
	border-bottom: 1px solid #878787;
}

div.catProductPageLabel
{
	line-height: 15px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #e7e7e7;
	border-top: 1px solid #878787;
}

div.catProductImgScrollUp
{
	border-bottom: 1px solid #878787;
	text-align: center;
	overflow: hidden;
	height: 14px;
}
div.catProductImgScrollDown
{
	border-top: 1px solid #878787;
	text-align: center;
}

/** Image Dropdown Items */
div.catGroupDropContent span.image
{
	width: 20px; 
	text-align: center; 
	cursor: pointer; 
	display: block; 
	float: left;
	line-height: 15px;
}

/** Image Dropdown Active Item */
div.catGroupDropContent span.imageActive
{
	font-weight: bold;
	color: #ff0000;
}

/**
 * Product page navigation styles (back, forward)
 */
div.catProductNavigation
{
	border: 1px solid #878787;
	background-color: #e7e7e7;
}

div.catProductNavigation table
{
	width: 285px;
}

div.catProductNavigation table td
{
	padding: 2px;
	text-align: center;
}

div.catProductNavigation table td.prev
{
	width: 70px;
	text-align: left;
}

div.catProductNavigation table td.next
{
	width: 70px;
	text-align: right;
}

a.productPrev
{
	padding-left: 18px;
	background: transparent url("../../../image/asset.product.prev.gif") left center no-repeat;
	color: #000000;
	text-decoration: none;
}

a.productNext
{
	padding-right: 18px;
	background: transparent url("../../../image/asset.product.next.gif") right center no-repeat;
	color: #000000;
	text-decoration: none;
}

span.productPrevDis
{
	padding-left: 18px;
	background: transparent url("../../../image/asset.product.prev.ds.gif") left center no-repeat;
	color: #878787;
}

span.productNextDis
{
	padding-right: 18px;
	background: transparent url("../../../image/asset.product.next.ds.gif") right center no-repeat;
	color: #878787;
}

/**
 * Product page navigation styles (back, forward)
 */

table.catProductFunction
{
	/*width: 242px;*/
	width: 287px;
	height: 25px;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

table.catProductFunction td.left
{
	text-align: left;
}

table.catProductFunction td.right
{
	text-align: right;
}

/* Catalog product (attribute type "spez-table") */
div.specificationTable
{
	margin: 0px; 
	margin-bottom: 10px;
	font-size: 12px; 
}

/* Product view function icons (pdf, cad) */
img.catProductFunction
{
	border: none;
	margin: 0px;
	padding: 0px;
	margin-left: 1px;
}

/*
 * Additional product information (tabs)
 */
 
/* Info block */
div.catProductAddInfo
{
	width: 781px;
}

div.catProductAddInfo div.tabFolder
{
	height: 15px;
}

/* Tab Item */
div.tabFolder a
{
	display: block;
	float: left;
	background: #e7e7e7 url("../../../image/element.bg.tabfolder.gif") left center no-repeat;
	width: 154px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
	color: #000000;
}

/* Tab Item Active State */
div.tabFolder a:hover
{
	background-color: #ffffff;
}

div.tabFolder a.active
{
	background-color: #ffffff;
}

div.tabContentContainer
{
	width: 781px;
	height: 85px;
	border-width: 1px 1px 0px 1px;
	border-color: #9b9b9b;
	border-style: solid;
}

div.tabContentContainer div.tabContent
{
	width: 760px;
}

div.tabContent div.content
{
	padding: 5px;
}

div.tabContent span.line
{
	display: block;
	margin-bottom: 4px;
}

/**
 * Recommend Form
 */
textarea.recommendMessage
{
	height: 40px;
	width: 150px;
}

/*
 * Catalog footer
 */
div#blockBottom {
	display:block;
	padding:10px 0 0;
	z-index:10;
	position: fixed;
	bottom: 0px;
	margin-bottom:-8px;
	width: 820px;
}

div#blockBottomInner {
	margin-top: 2px;
	padding-bottom: 2px;
	line-height:15px;
	text-align: center;
	z-index:10;
}

div.elementText {
	margin:0 0 10px;
}

div.elementText a, div.elementText p {
	font-size:11px;
	color:#797878;
	margin: 0px;
}



/*
 * =============================================================================
 * CAD Product View
 * =============================================================================
 */
div.catProductCadFunctions
{
	border: 1px solid #878787;
}

div.catProductCadFunctions div.padding
{
	padding: 5px;
}

/*
 * =============================================================================
 * SalesItem Data Popup styles
 * =============================================================================
 */

/* Sales item data table (to be combined with "clean" style class) */
table.salesItemData
{
	width: 520px;
	margin-bottom: 5px;
}

/* Sales item data head (to be combined with "clean" style class) */
th.salesItemData
{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	border: none;
	padding-bottom: 2px;
	padding-top: 3px;
	vertical-align: top;
}
/* Sales item data head (to be combined with "clean" style class) */
th.salesItemDataHead
{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	border: none;
	height: 20px;
	width: 120px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}

/* Sales item data; head/first column (to be combined with "clean" style class) */
td.salesItemDataHead
{
	font-size: 12px;
	height: 20px;
	width: 120px;
	padding-bottom: 2px;
}

/* Sales item data; auto-width default column */
td.salesItemData
{
	font-size: 12px;
	height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* Sales item note (small font); auto-width default column */
td.salesItemDataNote
{
	font-size: 9px;
	height: 20px;
	padding-bottom: 2px;
}

/* Sales item data; unit column */
td.salesItemDataUnit
{
	font-size: 12px;
	height: 20px;
	width: 70px;
	padding-bottom: 2px;
}

/* Sales item data; button column */
td.salesItemDataButton
{
	width: 130px;
	text-align: right;
}

/* Sales item price data table */
table.salesItemPriceData
{
}

table.salesItemPriceData td
{
	font-size: 12px;
	height: 18px;
}	

/* Sales item price data cells */
td.salesItemPrice
{
	width: 90px;
}

td.salesItemQuantity
{
	width: 45px;
}

td.salesItemUnit
{
	width: 75px;
}

td.salesItemPriceUnit
{
	width: 30px;
}


/* Select boxes (target basket and consignment) */
select.salesItemData
{
	width: 200px;
}

input.textConsignment
{
	width: 195px;
}

/*
 * =============================================================================
 * Account Pages / Menu
 * =============================================================================
 */

table.accountControl
{
	border: none;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

table.accountControl td
{
	width: 196px;
	border: 1px solid #878787;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	font-size: 11px;
}

table.accountControl td.space
{
	width: 4px;
	border: none;
	padding: 0px;
}


div.accountGroupTitle
{
	padding-left: 8px;
	border-bottom: 1px solid #878787;
	background-color: #e7e7e7;
	background-image: url('../../../image/element.bg.boxtitle.gray.gif');
	background-repeat: repeat-y;
}

div.accountGroupTitle td.accountGroupTitle
{
	height: 20px;
	vertical-align: middle;
	border: none;
}

div.accountGroupContent
{
	padding: 4px 2px 4px 8px;
}

div.accountGroupContent a
{
	display: block;
}

table.accountData
{
	width: 
}

/** Account content layout (small column, big column) */
table.accountData td
{
	vertical-align: top;
}

table.accountData td.space
{
	width: 4px;
}

td.accountDataControl
{
	width: 196px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	font-size: 11px;
}

td.accountDataContent
{
	width: 596px;
}

td.accountDataContentWide
{
	width: 790px;
}

/**
 * Document list (invoices, orders in account documents)
 */
table.documentList, table.dataFormList
{
	width: 570px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/**
 * Document list full width.
 */
table.documentListWide
{
	width: 780px;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.documentList th
{
	font-weight: normal;
	text-align: left;
	padding: 1px;
	border-bottom: 1px solid #000000;
}

table.documentList td
{
	padding: 3px 1px 1px 1px;
}

table.documentList th.number
{
	width: 100px;
}

table.documentList th.name
{
	width: 185px;
}

/**
 * Auto width name column with some padding
 */
table.documentList .nameauto
{
	padding-right: 40px;
}

table.documentList th.price
{
	width: 60px;
	text-align: right;
}

table.documentList td.price
{
	text-align: right;
}

table.documentList th.date
{
	width: 85px;
}

table.documentList .unitdesc
{
	width: 70px;
}

table.documentList th.quantity
{
	width: 70px;
}

table.documentList th.status
{
	width: 80px;
}

table.documentList th.total
{
	width: 80px;
	text-align: right;
}

table.documentList td.total
{
	width: 70px;
	text-align: right;
}

table.documentList td.function
{
	width: 18px;
	text-align: right;
}

/**
 * Search forms layout table
 */

table.accountControlForm
{
	width: 186px;
}

/**
 * Form elements to be displayed in account controls boxes.
 */
input.accountControl, select.accountControl, textarea.accountControl
{
	width: 160px;
}

table.accountControlForm td.controls img
{
	margin-left: 10px;
}


a.mailLink
{
	padding-left: 18px;
	background: transparent url("../../../image/icon.mail.gif") left center no-repeat;
}

/**
 * Data Boxes (thin grey border, red title bar)
 */
div.dataBox
{
	border: 1px solid #878787;
}

/**
 * Data Box Title bar (red)
 */
div.dataBoxTitle
{
	font-weight: bold;
	color: #ffffff;
	background-color: #e01f22;
	padding: 1px 2px 1px 2px;
}

/**
 * Data Box Title text (IE)
 */
div.dataBoxTitle td
{
	font-weight: bold;
	color: #ffffff;
}

/**
 * Data Box Content Area (padded, shaded)
 */
div.dataBoxContent
{
	background-color: #f8f8f8;
	padding: 3px;
}

/**
 * Data Box Inline/Content Title
 */
span.dataBoxCTitle
{
	font-weight: bold;
	display: block;
	padding: 2px 0px 2px 0px;
}

/**
 * Data Box Inline/Content Text
 */
span.dataBoxCText
{
	display: block;
	padding: 2px 0px 5px 0px;
}

/**
 * Data Box Inline/Content Text italic
 */
span.dataBoxCInfo
{
	font-style: italic;
	display: block;
	padding: 2px 0px 5px 0px;
}

table.dataForm
{
	border: none;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 5px;
	margin-top: 2px;
}

table.dataForm th
{
	text-align: left;
	vertical-align: top;
	padding: 1px 5px 1px 0px;
	font-size: 11px;
}

table.dataForm td
{
	vertical-align: top;
	padding: 1px 0px 1px 0px;
	font-size: 11px;
}

table.dataForm td.label
{
	padding: 2px 10px 1px 0px;
}

table.dataForm th.label
{
	padding: 2px 15px 1px 0px;
}

table.dataForm td.checkbox
{
	padding: 0px;
	width: 22px;
}

table.dataForm td.controls
{
	text-align: right;
	line-height: 18px;
}

table.dataForm td.separator
{
	padding-bottom: 3px;
	border-bottom: 1px solid #878787;
}

table.dataForm td.hspace
{
	height: 20px;
}

table.dataForm td.image
{
	width: 60px; height: 50px;
}

table.dataForm td.icon
{
	width: 25px;
}

table.dataForm td.vspace
{
	width: 250px;
}


/**
 * Orderlist control (wide content) 
 */
table.orderlistControlForm
{
	width: 100%;
	_width: 99%; /* IE6 */
}

table.orderlistControlForm tr
{
	margin-top: 1px;
	margin-bottom: 1px;
}

table.orderlistControlForm tr.even
{
	background: #E7E7E7;
}

table.orderlistControlForm tr.odd
{
	background: #FFFFFF;
}

table.orderlistControlForm tr.even td, table.orderlistControlForm tr.odd td 
{
	margin-left: 5px;
}

table.orderlistControlForm tr.head td
{
	vertical-align: bottom;
}


table.orderlistControlForm td
{
	vertical-align: middle;
}

table.orderlistControlForm .center
{
	text-align: center;
}

table.orderlistControlForm .right
{
	text-align: right;
}

table.orderlistControlForm td.controls
{
	width: 20px;
}

table.orderlistControlForm td.head input.checkbox
{
	margin-left: 20px;
	padding-right: 2px;
	vertical-align: middle;
}

table.orderlistControlForm td.head + td.action
{
	vertical-align: middle;
	text-align: right;
}

table.orderlistControlForm tr.head a img
{
	padding-left: 3px;
}

table.orderlistControlForm td span.comment
{
	font-weight: bold;
	padding-right: 2px;
}

/**
 * Orderlist data (wide content) 
 */
table.orderlistDataForm
{
	width: 100%;
	_width: 99%; /* IE6 */
	margin: 0px;
	padding: 0px;
}

table.orderlistDataForm .top
{
	vertical-align: top;
}

table.orderlistDataForm .bottom
{
	vertical-align: bottom;
}

table.orderlistDataForm input.checkbox
{
	padding-left: 0px;
	margin-left: 0px;
}

table.orderlistDataForm input#directQuantity, table.orderlistDataForm input#articleNumber
{
	padding-left: 3px;
}

table.orderlistDataForm + table.directItemGroup
{
	border-top: 1px solid #878787;
	border-bottom: 1px solid #878787;
	margin-bottom: 5px;
}

table.orderlistDataForm + table.directItemGroup td
{
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
}

table.orderlistDataForm + table.directItemGroup td table td
{
	padding: 0px;
}

tr.directItemGroup td
{
	height: 23px;
}


/*
 * =============================================================================
 * Document pages (basket, order, etc.)
 * =============================================================================
 */

div.documentConsignmentTitle
{
	margin-top: 5px;
	margin-bottom: 3px;
	padding-left: 24px;
}

div.documentConsignmentTitleSpecial
{
	margin-top: 5px;
	margin-bottom: 3px;
}

div.documentConsignmentTitleSpecialPrint
{
	width: 778px;
	margin-top: 8px;
	background-color: #E7E7E7;
}

td.deleteWholeConsignemtGroupIcon
{
	padding-left: 1px;
}

div.documentItemsConsHeader
{
	width: 778px;
	height: 25px;
	border-top: 1px solid #9d9d9d;
	background-color: #E7E7E7;
}

div.documentItemsConsHeaderCons
{
	float: left;
	padding-top: 2px;
}

div.documentItemsConsHeaderObj
{
	float: left;
	padding-top: 2px;
	padding-left: 38px;
	font-weight: bold;
}

div.documentItemsConsHeaderImg
{
	padding-top: 3px;
	padding-right: 3px;
	text-align: right;
}

div.documentItemsConsHeaderImg img
{
	cursor: pointer;
}

td.documentItemsConsHeaderNewCons
{
	padding-left: 4px;
	padding-right: 5px;
}

tr.documentItemsHead
{
	height: 23px;
	background-color: #E7E7E7;
}

tr.documentItemsHead th, tr.documentItemsHeadInv th
{
	vertical-align: bottom;
	border-bottom: 1px solid #9D9D9D;
}

tr.documentItemsHead th.stock
{
	padding-bottom: 3px;
}

tr.documentItemsHeadInv
{
	background-color: white;
}

table.documentItems
{
	width: 778px;
}

table.documentItems tr.shade0
{
	background-color: #ffffff;
}

table.documentItems tr.shade0 td
{
	height: 23px;
}

table.documentItems tr.shade1
{
	background-color: #e7e7e7;
}

table.documentItems tr.shadeDirectItem0, table.directOrderItems tr.shadeDirectItem0
{
	background-color: #e7e7e7;
}

table.documentItems tr.shadeDirectItem0 td
{
	height: 23px;
}	

table.documentItems tr.shadeDirectItem1, table.directOrderItems tr.shadeDirectItem1
{
	background-color: #ffffff;
}

table.documentItems th
{
	font-weight: normal;
	text-align: left;
	font-size: 11px;
	padding: 1px;
}

/* Line function (delete, edit reference text) */
table.documentItems th.function
{
	width: 16px;
}

table.documentItems th.consignmentSelectionHeader
{
	width: 265px;
	padding-left: 5px;
}

table.consignmentPart td.consignmentSelection
{
	/*padding-left: 16px;*/
}

/* Item number */
table.documentItems .number
{
	width: 80px;
}

table.documentItems .numberInput
{
	width: 85px;
	padding-left: 5px;
}

/* Quantity */
table.documentItems .quantity
{
	width: 40px;
	padding-right: 5px;
}

/* Item name */
table.documentItems .name
{
	width: auto;
}

table.documentItems .unit
{
	width: 80px;
	padding-left: 10px;
}

/* Availability */
table.documentItems .availability
{
	width: 16px;
	/*padding-left: 12px;*/
}

/* Stock amount information */
table.documentItems .stock
{
	width: 50px;
	text-align: right;
}
table.documentItems td.stock
{
	text-align: right;
	/*padding-right: 3px;*/
}

/* Unit price */
table.documentItems .unitprice
{
	width: 80px;
	text-align: right;
}

/* Price unit (unit price per X) */
table.documentItems .priceunit
{
	width: 30px;
	text-align: right;
}

/* Total price */
table.documentItems .totalprice
{
	width: 100px;
	text-align: right;
}

table.documentItems td
{
	font-size: 11px;
	padding: 1px;
	/*vertical-align: top;*/
}

table.documentItems td.directBasketItemNumber
{
	padding-left: 5px;
}

tr.vAlignTop td
{
	vertical-align: top;
	padding-top: 2px;
}

tr.vAlignTop td.basketItemInfo
{
	padding-top: 0px;
}

table.documentItems td.availability
{
	padding-top: 3px;	
}

table.documentItems td.cos
{
	vertical-align: bottom;
	width: 58px;
	font-size: 11px;
}

/* Availability icon */
table.documentItems td.availability img
{
	vertical-align: middle;
}

table.documentItems td.unitprice
{
	text-align: right;
}

table.documentItems td.priceunit
{
	text-align: right;
}

table.documentItems td.totalprice
{
	text-align: right;
}

table.documentItems select.unit
{
	width: 80px;
}

/* Inner table (customer ref, consignment, part list) */
table.documentItems table
{
	width: 510px;
}

table.consignmentPart table
{
	width: 285px;
}

table.consignmentPart
{
	border-top: 1px solid #9d9d9d;
	border-bottom: 1px solid #9d9d9d;	
}

table.consignmentPart th
{
	font-weight: normal;
}

input.textItemReference
{
	width: 350px;
}

input.textItemReferenceShort
{
	width: 250px;
}

table.documentIconCutline
{
	margin-left: 2px;	
}

table.documentIconCutline td
{
	padding-right: 10px;
}

table.documentIconCutline td img
{
	margin-right: 5px;
	vertical-align: middle;
}

table.documentIconCutline td.availabilityPT
{
	padding-top: 5px;
	padding-bottom: 5px;
}

div.consignmentTotal
{
	width: 778px;
	text-align: right;
	border-top: 1px solid #9d9d9d;
	border-bottom: 1px solid #9d9d9d;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 8px;
}

span.consignmentTotalNoTax
{
	padding-left: 3px;
	padding-right: 21px;
}

span.consignmentTotalPrice
{
	padding-right: 5px;
}

span.consignmentTotalPricePrint
{
	padding-right: 1px;
}

div.documentFooterBox
{
	border-top: 1px solid #9d9d9d;
	border-bottom: 1px solid #9d9d9d;
}

table.documentFooter
{
	width: 778px;
	margin-top: 5px;
	margin-bottom: 5px;
	/*border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #9d9d9d;*/
}

table.documentFooter td
{
	vertical-align: top;
	/*padding-top: 4px;
	padding-bottom: 4px;*/
}

table.documentFooter td.reference
{
	width: 280px;
}

table.conditionsDataContent td.conditions div.title
{
	text-decoration: underline;
}

table.conditionsDataContent td.conditions div.value
{
	font-weight: bold;
}

table.documentFooter td.totals
{
	text-align: right;
}

table.documentTotals
{
	width: 100%;
}

table.documentTotals td, table.documentTotals th
{
	text-align: right;
}

table.documentTotals td
{
	vertical-align: top;
	padding-bottom: 4px;
	padding-top: 0px;
}


table.documentTotals th
{
	width: 75px;
	text-align: right;
	vertical-align: top;
	padding-bottom: 4px;
	padding-right: 5px;
}

table.documentDelivery
{
	width: 778px;
	margin-bottom: 20px;
}

table.documentDelivery td.address
{
	width: 339px;
	height: 150px;
	vertical-align: top;
}

table.documentDelivery td.option
{
	vertical-align: top;
	width: 140px;
	padding-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
}

table.documentDelivery td.selection
{
	vertical-align: top;
	width: 638px;
	padding-bottom: 4px;
	font-size: 12px;
}

table.documentDelivery td.selection select
{
	vertical-align: baseline;
}

table.documentDelivery th.info
{
	text-align: left;
	font-weight: bold;
	padding-right: 30px;
	font-size: 12px;
}

table.documentDelivery td.info
{
	padding-right: 30px;
	font-size: 12px;
}

select.selectDelivery
{
	width: 400px;
}

td.selection div.info
{
	font-size: 11px;
}

table.address td
{
	padding-bottom: 4px;
	font-size: 12px;
}
	
table.address th
{
	text-align: left;
	padding-bottom: 4px;
	font-size: 12px;
	width: 140px;
}

table.address td.label
{
	width: 140px;
}


textarea.textDocReference
{
	width: 260px;
	height: 52px;
}

textarea.textDocReferenceShort
{
	width: 160px;
	height: 30px;
}

table.documentAction
{
	height: 30px;
	width: 778px;
}

/*
 * =============================================================================
 * Registration pages
 * =============================================================================
 */

/*
 * Special form style classes
 */

input.textAddressCity
{
	width: 120px;
	margin-left: 2px;
}

input.textAddressPostalCode
{
	width: 48px;
}



/**
 * ==========
 * Styles below to be organized!
 */

div.contentText
{
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 570px;
}

div.messageBlock
{
	margin-bottom: 10px;
}

/**
 * Apply formatting to non-styled table (font size for IE)
 */
.contentGroup td
{
	color: #000000;
	font-size: 11px;
}

.productAttributeBlock>table>tbody>tr>td
{
	font-family: sans-serif;
	font-size: 8px;
}

/* special config for layer over dropdowns */

.select-free
{
      position:absolute;
      top: 80px;
      /* visibility: hidden; */
      z-index:10;
      overflow:hidden;/*must have*/
}

.select-free iframe
{
      display:none;/*sorry for IE5*/
      display/**/:block;/*sorry for IE5*/
      position:absolute;/*must have*/
      top:0;/*must have*/
      left:0;/*must have*/
      z-index:-1;/*must have*/
      filter:mask();/*must have*/
      width:3000px;/*must have for any big value*/
      height:3000px/*must have for any big value*/;
}

table#basketexists
{
	margin-top:10px;
	height: 70px;
	width: 720px;
	border: 1px;
	border-style: solid;
	border-color: #000000;
	border-collapse: separate;
}

table#basketexists th
{
	color: #FFFFFF;
	background: #E01F22;
	height: 16px;
	text-align: left;
	padding-left: 5px;
}

table#basketexists td
{
	padding: 3px;
	background-color: #F8F8F8;
}

table#basketexists td.buttons
{
	text-align: center;
	width: 130px;
}


div.contentLoading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #606060;
	font-weight: bold;
	padding-left: 30px;
	background-image: url("../../../image/asset.load.anim.gif");
	background-repeat: no-repeat;
}

table.index td
{
	width: 390px;	
	vertical-align: top;
}

table.maker td
{
	width: 195px;	
	vertical-align: top;
}

div.indexStripLine
{
	height: 1px;
	line-height: 1px;
	width: 780px;
	background-color: black;
	margin-bottom: 5px;
}

div.indexChar
{
	font-size: 12px;
	font-weight: bold;
	color: #e01f22;
	height: 14px;
}	

img.toTheTop
{
	padding-left: 5px;
}

div.stackTrace 
{
 	border: 1px solid #DDD;
 	width: 750px;
 	height: 400px;
 	overflow: auto;
 	font-size: 9px;
}

a.productLinks:link
{
	color:#E01F22;
}

a.productLinks:visited
{
	color:#9D9D9D;
}

table.tableCheckbox
{
	margin-top: 3px;
	margin-bottom: 25px;	
}

table.directOrderHeader
{
	margin-top: 5px;
}

td.directOrderHeaderArtNo
{
	width: 80px;
	padding-left: 5px;
}

table.directOrderItems
{
	width: 780px;
	border-top: 1px solid #9D9D9D;
	border-bottom: 1px solid #9D9D9D;
}

td.directOrderArtNo
{
	width: 80px;
	height: 25px;
	padding-left: 3px;
}

table.directOrderConsPart
{
	margin-top: 5px;
}

table.directOrderConsPart td
{
	height: 23px;
}

div.directOrderActionBox
{
	position: absolute;
	bottom: 225px;
}

table.directOrderActions
{
	width: 780px;
}
/* generated from file :/home/gto/workspace-git/ishop-opo/ishop-opo-data/htdocs/common/css/parts/opo-form.css */

/**
 *
 *
 *
 *
 */
 
 
/*
 * =============================================================================
 * Form element styles
 * =============================================================================
 */
 

input[disabled]
{
	color: #a0a0a0;
	background-color: #e0e0e0;
}

select[disabled]
{
	color: #a0a0a0;
	background-color: #e0e0e0;
}


div.calendar
{
	background-color: #ffffff !important;
}

div.calendarHeader
{
	background-color: #ffffff !important;
}

button.prevMonthButton, button.nextMonthButton
{
	margin: 0px;
	font-size: 10px;
	line-height: 12px;
	height: 15px;
	border: none;
	color: #4e4e4e;
	background-color: transparent;
	vertical-align: middle;
	width: 25px;
	background-image: url('../../../image/button.25.gif');
}

td.labelContainer select
{
	margin: 0px;
	border: 1px solid #9d9d9d;
	font-size: 10px;
	padding: 0px;
	color: #878787;
}

div.calendarBody
{
	text-align: center;
}


input.text
{
	margin: 0px;
	border: 1px solid #9d9d9d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 1px;
	color: #4e4e4e;
	vertical-align: middle;
}

input.textAmount
{
	text-align: right;
	width: 50px;
}

input.textSmall
{
	width: 70px;
}

input.textMedium
{
	width: 120px;
}

input.textLarge
{
	width: 174px;
	_width: 170px;
}

textarea.text
{
	margin: 0px;
	border: 1px solid #9d9d9d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 1px;
	color: #4e4e4e;
	vertical-align: middle;
}

textarea.textItemReference
{
	/*font-family: monospace;
	height: 52px;*/
	width: 350px;
	overflow:hidden;
}

span.mandatory
{
	font-size: 12px;
	color: #e01f22;
}

input.button, button.button, a.button
{
	margin: 0px;
	font-size: 10px;
	line-height: 12px;
	height: 15px;
	border: none;
	color: #4e4e4e;
	background-color: transparent;
	vertical-align: middle;
}

a.button
{
	display: table-cell;
	text-decoration: none;
	text-align: center;
	vertical-align: text-bottom;
}

input.textButtonTiny, button.textButtonTiny
{
	width: 25px;
	background-image: url('../../../image/button.25.gif');
}

input.textButtonSmall, button.textButtonSmall
{
	width: 33px;
	background-image: url('../../../image/button.33.gif');
}

input.textButtonMedium, button.textButtonMedium
{
	width: 55px;
	background-image: url('../../../image/button.55.gif');
}

input.textButton80, button.textButton80
{
	width: 80px;
	background-image: url('../../../image/button.80.gif');
}

input.textButton100, button.textButton100
{
	width: 100px;
	background-image: url('../../../image/button.100.gif');	
}

input.textButton125, button.textButton125
{
	width: 125px;
	background-image: url('../../../image/button.125.gif');
}

input.textButton150, button.textButton150
{
	width: 150px;
	background-image: url('../../../image/button.150.gif');
}

input.textButton180, button.textButton180
{
	width: 180px;
	background-image: url('../../../image/button.180.gif');
}

input.textButtonLarge, button.textButtonLarge
{
	width: 115px;
	background-image: url('../../../image/button.115.gif');
}

input.textButtonActLarge, button.textButtonActLarge
{
	width: 115px;
	background-image: url('../../../image/button.act.115.gif');
}

button.iconButton
{
	width: 25px;
	background-image: url('../../../image/button.25.gif');
	vertical-align: middle;
}

button.iconButtonXLarge, a.iconButtonXLarge
{
	width: 125px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url('../../../image/button.125.gif');
}

.hiddenButton
{
	visibility: hidden;
	padding: 0px;
	width: 0px;
	margin: 0px;
	height: 0px;
	position: absolute;
}

img.iconButton
{
	margin-top: 0px;
	width: 12px;
	height: 12px;
	vertical-align: top;
}


select.select
{
	margin: 0px;
	/*border: 1px solid #9d9d9d;*/
	font-size: 10px;
	padding: 0px;
	color: #4e4e4e;
}

input.radio
{
	vertical-align: text-bottom;
}

input.checkbox
{
	/*vertical-align: text-bottom;*/
	vertical-align: middle;
}
/* generated from file :/home/gto/workspace-git/ishop-opo/ishop-opo-data/htdocs/common/css/parts/opo-msg.css */

/**
 *
 *
 *
 *
 *
 *
 */

 
/*
 * =============================================================================
 * Error message styles
 * =============================================================================
 */

/** Error message block */
p.errorText
{
	padding-left: 22px;
	padding-bottom: 2px;
	background-image: url('../../../image/asset.error.gif');
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 11px;
	font-weight: bold;
	color: #e87300;
	margin: 0px;
}

/** Error list */
ul.error
{
	margin: 0px;
	margin-top: 2px;

/*	padding-top: 0px;
	padding-bottom: 0px;*/
}

/** Error list item */
li.error
{
	list-style: square;
	color: #e87300;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/** Field marker image (small help icon with hover) */
img.errorFieldInfo
{
	vertical-align: middle;
	margin-left: 2px;
}

/** Popup layer displaying field error detail */
div.errorFieldInfo
{
	position: absolute;
	float: left;
	display: none;
	border: 1px solid #9d9d9d;
	font-size: 10px;
	padding: 1px;
	margin-top: 10px;
	background-color: #ffffff;
}



/*
 * =============================================================================
 * Info message styles
 * =============================================================================
 */


/** Info message block */
p.infoText
{
	padding-left: 22px;
	padding-bottom: 2px;
	background-image: url('../../../image/asset.info.gif');
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 11px;
	font-weight: bold;
	color: #278c13;
	margin: 0px;
}

/** Info message list */
ul.info
{
	margin: 0px;
	margin-top: 2px;
}

/** Info message list item */
li.info
{
	list-style: square;
	color: #278c13;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


/*
 * =============================================================================
 * Notice message styles
 * =============================================================================
 */


/** Info message block */
p.noticeText
{
	padding-left: 22px;
	padding-bottom: 2px;
	background-image: url('../../../image/asset.notice.gif');
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 11px;
	font-weight: bold;
	color: #1d52bd;
	margin: 0px;
}

/** Info message list */
ul.notice
{
	margin: 0px;
	margin-top: 2px;
}

/** Info message list item */
li.notice
{
	list-style: square;
	color: #1d52bd;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*
 * =============================================================================
 * Application error styles
 * =============================================================================
 */

/** Application error detail box (context, stacktrace, etc.) */
div.contentServiceError
{
	font-size: 8px;
	height: 300px;
	width: 800px;
	overflow: auto;
}
