/*
Stylesheet for OfficeShops

Last Change: 24.08.2005 (Florian Schaeffer)
*/

/* first remove all padding and margins */
* {
  margin: 0px;
  padding: 0px;
}

/* define the generic body values */
body  {
  color:black;
  background-color:#fff;
  background-image: none;
  font: 0.7em Verdana, sans-serif;
}

h1,h2,h3,h4,h5 {
   font: 1.75em Verdana,  Arial, sans-serif;
   margin: 0;
   color: #999;
   font-weight: bold;
}
h2	{ font-size:1.0em; color:black; margin-bottom: 5px;}
h3  { font-size:0.8em;}
h4  { font-size:14px;}
h5  { font-size: 11px;}

p {	margin-top: 0; margin-bottom: 10pt;}
i { font-style : italic; }
ul { list-style : none;  font: 10pt Verdana, Arial, sans-serif;}
	li {  margin : 1em; }

label {
    display: block;
    float: left;
    width: 100px;
    font-weight: bold;
}

td {
	text-align: left;
	vertical-align: top;
}

a {
	color: black;
	text-decoration: none;
}

/* page elements */

#topline {
  display:none;
}

#keyvisual {
	display: none;
}

/* upper navigation, generic infos like contact, help, about, imprint ... */
#globalnav {
	display: none;
}

/* middle bottomline, used for status information */
#middlebottom {
	display:none;
}

/* searchbox, will also be used for language selection */
#search {
	display: none;
}

/* Site identification */
#siteident {
	display: none;
}

#topnav {
	display:none;
}

/* main navigation left side */
#leftnav {
	display: none;
}

#usermenu {
	display: none;
}

/* main Content */
#maincontent {
  position:relative;
  left: 0px;
  float: none;
  padding: 10px;
}

#maincontent .information {
	border: 1px solid #ddd;
	background-color:#eee;
	padding: 5px;
	margin-bottom: 10px;
}

#maincontent .information label {
	width: 150px;
}

#maincontent input.button {
  border: 1px solid black;
  font-size: 11px;
  background-color: #d12028;
  color: white;
  font-weight: bold;
}

#addcontent {
	display: none;
}

/* classes */
.clear {
	clear: both;
	height: 1px;
}

.sum_number {
	text-align: right;
}

.sum_total {
  text-align: right;
  font-weight: bold;
  font-size: 12px;
}

.number {
	text-align: right;
}

.amount {
	text-align: right;
}


/* define table formats */
#table-basket, .table-basket {
  width:100%;
  border-collapse: collapse;
}

#table-basket td, .table-basket td {
  border: 0px;
  border-bottom: 1px solid #ddd;
}

.table-list {
  border: 1px solid #ddd;
  border-collapse: collapse;
  width:100%;
}

.table-list td {
  border: 1px solid #ddd;
}

td {
  font-size: 10px;
}

tr.t_head td {
	padding: 4px;
	font-size: 11px;
	color: white;
	font-weight: bold;
	background-color: #d12028;
}

tr.t_head a {
	color: white;
}

tr.t_style1 {
  background-color: #f3f3f3;
}

tr.t_style2 {
  background-color: #EBEBEB;
}


/* form elements */
.inputamount {
  font-size: 11px;
  text-align: right;
  padding-right: 2px;
  width: 30px;
  border: 1px solid #999;
}

.inputbarcode {
  font-size: 11px;
  padding-left: 2px;
  width: 100px;
  border: 1px solid #999;
}



/* lastorders */
div#lastPurchases div.listHead {
	padding: 2px;
	background-color: #d12028;
	color: #FFFFFF;
	font-weight: bold;
}

div#lastPurchases div.searchForm {
	margin: 0 0 10px 0;
}


/* createGroup */

div#usermanager_creategroup label {
	float: left;
}

div#usermanager_creategroup input {
	float: left;
}


/* pagers */
.pager {
	text-align: center;
	clear: both;
	font-family: verdana, helvetica, arial;
	font-size: 10px;
}

.pager a {
	padding: 0 2px 0 2px;
	color: #FFFFFF;
	background-color: #999;
	width: 8px;
	text-decoration: none;
}

