/**
 * (C) 2006 IMIS group AG, Zurich, Switzerland
 * 
 * Media Screen layout styles
 *
 * Author: tam
 */

/**
 * Global body style
 */
body
{
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	overflow: auto;
}

/**
 * Top left box with logo image (matching id)
 */
div#layout-logo
{
	position: absolute;
	left: 10px;
	top: 1px;
}

div#layout-sidebar
{
	position: absolute;
	top: 78px;
	bottom: 10px;
	left: 10px;
	width: 155px;
	background-color: #e7e7e7;
}

div#layout-topbar
{
	position: absolute;
	top: 1px;
	left: 168px;
	height: 74px;
	width: 828px;
	overflow: hidden;
}

div#layout-navpath
{
	position: absolute;
	top: 78px;
	left: 168px;
	height: 18px;
	width: 828px;
	background-color: #e7e7e7;
}

div#layout-content
{
	position: absolute;
	top: 100px;
	left: 168px;
	width: 828px;
	bottom: 28px;
	overflow: auto;
	/* overflow: auto  (moz scrollbars only when necessary) */
	overflow: -moz-scrollbar-vertical;
	overflow-y: auto; /* "auto" = ie scrollbar only when necessary */
	overflow-x: hidden;
}


div#layout-info-box
{
	position: absolute;
	top: 10px;
	left: 593px;
	width: 200px;
}

div#layout-content-complex
{
	position: absolute;
	top: 100px;
	left: 168px;
	width: 828px;
	bottom: 28px;
	overflow-y: hidden;
	overflow-x: hidden;
	overflow: hidden;

}

div#layout-content-catproductlist
{
	position: absolute;
	backgroung-color: #ffffff;
	top: 52px;
	left: 10px;
	width: 818px;
	bottom: 10px;
	/* overflow: auto  (moz scrollbars only when necessary) */
	overflow: -moz-scrollbar-vertical;
	overflow-y: scroll; /* "auto" = ie scrollbar only when necessary */
	overflow-x: hidden;
}

/* Positioning of product navigation */
div#layout-content-catproductnavigation
{
	position: absolute;
	top: 24px;
	left: 500px;
	width: 287px;
}

/* Positioning of product absolute navigation */
div#layout-content-catabsproductnavigation
{
	position: absolute;
	top: 0px;
	left: 500px;
	width: 287px;
}

/* Positioning of product actions */
div#layout-content-catproductaction
{
	position: absolute;
	top: 50px;
	left: 500px;
	width: 287px;
}

/* Positioning of product images */
div#layout-content-catproductimage
{
	position: absolute;
	top: 82px;
	left: 500px;
	width: 288px;
	z-index: 10;
}

/* Positioning of product images */
div#layout-content-catproductimage-thumb
{
	position: absolute;
	top: 99px;
	left: 741px;
	width: 47px;
	height: 245px;
	overflow: hidden;
	z-index: 10;
}

div#layout-content-catproductimage-print
{
	display: none;
}

/* Positioning of product functions */
div#layout-content-catproductfunction
{
	position: absolute;
	top: 370px;
	left: 500px;
	width: 287px;
	z-index: 0;
}

div#layout-content-productdata
{
	min-height: 380px;
}

div.scrollbar
{
	/*
	tam: removed styled scroll bars
	scrollbar-base-color: #ffffff;
 	scrollbar-3d-light-color: #d2d3e7;
	scrollbar-arrow-color:#787878;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #d2d3e7;
	scrollbar-shadow-color: #b2b3d0;
	scrollbar-track-color: #eff0f6;	
	*/
}



/* Content area for account page data (forms, controls, display) */
div#layout-content-account
{
	position: absolute;
	top: 140px;	
	bottom: 10px;
	width: 818px;
	overflow: -moz-scrollbar-vertical;
	overflow-y: scroll; /* "auto" = ie scrollbar only when necessary */
	overflow-x: hidden;
	left: 10px;
	display: block;
}

div#layout-content-directorder
{
	position: absolute;
	top: 77px;	
	left: 10px;
	bottom: 245px;
	width: 818px;
	overflow: -moz-scrollbar-vertical;
	overflow-y: scroll; /* "auto" = ie scrollbar only when necessary */
	overflow-x: hidden;
}

div#layout-content-document
{
	position: absolute;
	top: 0px;
	bottom: 120px;
	width: 818px;
	overflow: -moz-scrollbar-vertical;
	overflow-y: scroll; /* "auto" = ie scrollbar only when necessary */
	overflow-x: hidden;
}

div#layout-content-document-items
{
	position: absolute;
	top: 90px;
	bottom: 100px;
	width: 818px;
	overflow: -moz-scrollbar-vertical;
	overflow-y: scroll; /* "auto" = ie scrollbar only when necessary */
	overflow-x: hidden;
}

div#layout-content-delivery
{
	position: absolute;
	top: 0px;
	bottom: 40px;
	width: 818px;
	overflow: -moz-scrollbar-vertical;
	overflow-y: scroll; /* "auto" = ie scrollbar only when necessary */
	overflow-x: hidden;
}

div#layout-content-documentfooter
{
	position: absolute;
	bottom: 0px;
}

/**
 * Specific screen catalog product display styles
 */
 
/* Product Image Box (one box per image): not displayed by defualt */
div.catProductImageContainer 
{
	display: none;
}

div#layout-content-cattabfolderarea
{
}

div.catPrintPageNo
{
	display: none;
}

