/************************************* NomosShop layout *****/
/********************** Copyright (c) 2008 Nomos Verlag *****/
/************************************************************/
/************** grid stylesheet includes page framework *****/
/************************************************************/
/*************************** author virtual identity AG *****/
/****************************** last updated 2008-07-28 *****/
html
{
	overflow-y: scroll;
	height: 100%;
}

body
{
	background: #fff;
	height: 100%;
	padding: 0 10px;
}

div#page-zone
{
	width: 968px;
	background: #FFFFFF url(img/bg-page-3-cols.gif) repeat-y; /*vorher #f4f4f4 */
	/*START: sticky footer*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */
	/*END: sticky footer*/
}

/*div#page-zone.faux-cols-1
{
	background: #f4f4f4;
}*/

div#page-zone.faux-cols-2
{
	background: #FFFFFF url(img/bg-page-2-cols.gif) repeat-y; /*vorher #f4f4f4 */
}

div#page-zone.faux-cols-3
{
	background: #FFFFFF url(img/bg-page-3-cols.gif) repeat-y; /*vorher #f4f4f4 */
}

div#header-zone
{
	height: 160px;
	background: transparent url(img/bg-header-long.gif) repeat-x; /*vorher #f4f4f4 */
	position: relative;
}

div#search-bar div.left
{
    float: left;
}

div#search-bar div.right
{
    float: right;
}

div#search-zone
{
	position: absolute;
	left: 330px;
	top: 94px;
	width: 638px;
	min-height: 20px;
	background: #cfcfcf; 
	z-index: 100;
}

div#filter-form
{
	position: absolute;
	left: 0px;
	top: 94px;
	width: 260px;
	height: 20px;
	background: #CFCFCF; 
	z-index: 100;
	left:70px;
}

div#filter-confirm
{
	position: absolute;
	left:70px;
	top: 114px;
	width: 265px;
	height: 21px;
	background: #CFCFCF; 
	z-index: 100;
	display:none;
	overflow:hidden;	
}

div#generic-nav-zone
{
	position: absolute;
	left: 230px;
	top: 20px;
	width: 733px;
}

div#footer-nav-zone
{
	padding-right: 4px;
}

div.services-nav-zone
{
	background-color: White;
	height: 20px;
	left: 758px;
	padding: 0 0 0 10px;
	top: 68px;
	position: absolute;
	width: 200px;
}

div.services-nav-zone div#basket-zone
{
	height: 20px;
	background-color: #005198;	
}

div.services-nav-zone div#basket-zone a.cart
{
	background: url(./img/cart_white.png) no-repeat;
	float: left;
	font-size: 10px;
	height: 15px;
	width: 21px;
	line-height: 15px;
	margin: 2px 5px 0 5px;	
	text-decoration: none;
}

div.services-nav-zone div#basket-zone span
{
	color: White;
	cursor: pointer;
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 15px;
	line-height: 15px;
	margin: 2px 5px 0 5px;
}

div.services-nav-zone div#basket-zone a,
div.services-nav-zone div#basket-zone a span
{
	text-decoration: none;	
}

div.services-nav-zone div#basket-zone span.basket-count
{
	background: #ffffff;
	color: Black;
	text-align: center;
	width: 30px;
}

div.services-nav-zone.full div#basket-zone
{
	background-color: #ffb003;	
}

div.services-nav-zone.full div#basket-zone span
{
	color: Black;
}

div.services-nav-zone.full div#basket-zone a.cart
{
	background: url(./img/cart.png);
}

div#nav-zone
{
	width: 200px;
	float: left;
	margin: 0 11px 10px 0;
	/*padding: 0 0 0 10px;*/
}

div#main-zone
{
	float: left;
	width: 757px;
}

div#content-wrapper-zone
{
	padding: 0 0 0 10px;
}

div#content-zone
{
	width: 536px;
	float: left;
	margin: -3px 0 0 0;
}

div#secondary-content-zone
{
	width: 140px;
	margin: 0 20px 0 0;
	float: left;
}

div#primary-content-zone
{
	width: 370px;
	float: left;
}

div#context-zone
{
	width: 210px;
	float: right;
	margin-top: -5px;
}

div#content-zone.extended
{
	width: 747px;
}
/************************************************************/
/*START: sticky footer */
.push
{
	clear: both;
	height: 70px; /* .push must be the same height as footer */
}

div#footer-zone
{
	width: 968px;
	margin: 0 auto;
	border-top: 10px solid #FFFFFF; /*vorher #f4f4f4 */
	height: 60px;
	background: #fff;
}

div#footer-zone-wrapper
{
	background: #CFCFCF;
	height: 20px;
	margin-bottom: 10px;
}
/*END: sticky footer */
/************************************************************/
/*START: Order-Button */
div.order-button-container
{
	
}

div.order-button-container div
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;	
}

div.order-button-container div.price-info
{
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	margin-top:	15px;
}

div.order-button-container .hint
{
    font-size: 11px;
    line-height: 15px;
    margin-top: 0;
    font-weight: normal;    
}

div.order-button-container div.order-info
{
	color: #9a9a9a;
	font-size: 10px;
	line-height: 15px;
}

div.order-button-container a.internal
{
	background: none;
	color: #9a9a9a;
	display: inline;
	text-decoration: underline;
	padding: 0;
}

div.order-button-container.right div,
div.order-button-container.right div
{
	text-align: right;
}

div.order-button-container.right input
{
	display: block;
	margin: 0 0 0 auto;
}

div.order-button-container.right a
{
	display: block;
}

div.order-button-container.right a.internal
{
	display: inline;	
}

div.order-button-container.right a img
{
	display: block;
	margin: 0 0 0 auto;
}
/*END: Order-Button */
/*START: Availability Status */
div.availabilityStatus
{
	position: relative;
}

div.availabilityStatus span
{
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 15px;
}

div.availabilityStatus span.indicator
{
	height: 6px;
	font-size: 0;
	left: 0;
	line-height: 0;
	margin: 0 5px 0 0;
	position: absolute;
	top: 5px;
	width: 6px;	
}

div.availabilityStatus span.indicator.green
{
	background-color: Green;
}

div.availabilityStatus span.indicator.yellow
{
	background-color: Orange;
}

div.availabilityStatus span.indicator.red
{
	background-color: Red;
}

div.availabilityStatus span.availabilityText
{
	display: block;
	padding: 0 0 0 10px;
}

div.availabilityStatus.right span.indicator
{
	left: auto;
	margin:0 0 0 5px;
	right: 0;
}

div.availabilityStatus.right span.availabilityText
{
	padding: 0 10px 0 0;
	text-align: right;
}
/*END: Availability Status */