/*
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:#ddd;
  background-image: url(../images/body_bg.gif);
  background-position: top left;
  background-repeat: repeat-y;
  font: 0.7em Verdana, sans-serif;
}

#siteident {
	float:none;
}

/* upper navigation, generic infos like contact, help, about, imprint ... */
#globalnav {
  height: 60px;
  background-color: #d12028;
  text-align: right;
  background-image: url(../images/herlitz_logo.gif);
  background-repeat: no-repeat;
  background-position: right 5px;
}

#globalnav ul {
  padding-top: 40px;
}

#globalnav li {
  padding: 5px;
  color: white;
  font-weight: bold;
  font-size: 10px;
  display: inline;
}

#globalnav li a {
  color: white;
}

/* middle bottomline, used for status information */
#middlebottom label {
	font-weight: bold;
	width: 80px;
}

/* searchbox, will also be used for language selection */
#search {
  height: 24px;
  background-color: #ddd;
  text-align: right;
  font-size: 9px;
  padding: 8px;
}

* html #search {
  height: 40px;
}

#topnav {
  height: 40px;
  margin-left: 196px;
  background-color: #eee;
}

* html #topnav {
	margin-left: 192px;
}

/** top navigation */

#topnav ul li
{
list-style-type: none;
padding: 0;
margin: 0;
display: block;
float: left;
background: #d12028;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
font: 10px/19px verdana, arial, sans-serif;
text-align: center;
}

#topnav a
{
color: #fff;
text-decoration: none;
display: block;
width: 240px;
}

#topnav li#active { background: #fff; font-weight: bold; }
#topnav li#active a { color: #d12028;}
#topnav a:hover { background: #fff; color: #d12028;}



select#selLanguage {
	width: 150px;
	font-size: 10px;
}

/*******************************************************************************/

/* main navigation left side */
#leftNav {
  width: 196px;
  float: left;
  background-color: #eee;
  color: black;
  margin: 0 0;
}

#leftNav ul, #leftNav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	font-size: 100%;
}
#leftNav ul
{
	border-bottom-width: 0;
}
#leftNav ul li
{
	border-bottom: solid 1px #eee;
	line-height: 20px;
}
#leftNav ul li a, #leftNav ul li strong
{
	display: block;
	text-decoration: none;
	padding-left: 0.5em;
	color: #666;
	background-color: #ccc;
}

#leftNav ul li a:hover, #leftNav ul li strong
{
	color: #fff;
	background-color: #d12028;
}

#leftNav ul li a.active
{
	color: #fff;
	background-color: #d12028;
}

#leftNav ul ul li a.active
{
	color: #666;
	background-color: #f3f3f3;
	background-image: url(../images/arrow_grey.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
}

#leftNav ul ul
{
	border-bottom-width: 0;
	background: #ddd;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#leftNav ul ul li
{

}

#leftNav ul ul li
{
	line-height: 18px;
	color: #ddd;
	border-bottom: none;
}

#leftNav ul ul li a, #leftNav ul ul li strong
{
	background-color: #ddd;
	line-height: 18px;
	padding-left: 2.0em;
}

#leftNav ul ul li a:hover, #leftNav ul ul li strong
{
	background-color: #eee;
	background-image: url(../images/arrow_grey.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
	line-height: 18px;
	color: #666;
}

/* star hack - hide from IE5/W & IE5/M */
* html #leftNav ul li a
{
	height: 1%;
}
/* IE Fix otherwise would blink*/
* html #leftNav ul
{
	position: relative;
}

#leftNav li.noLinkHeader {
	padding-left: 0.5em;
	font-weight: bold;
	background: #d12028;
	color: white;
	line-height: 20px;
	display: block;
	height: 20px;
}

/******************************************************************************/

#leftCategories {
   margin-bottom: 20px;
}

/* -------- main Content ------------- */
#maincontent {
  position:absolute;
  left: 196px;
  width: 596px;
  float: left;
  padding: 10px;
}

* html #maincontent {
  width: 616px;
}

#maincontent h2 {
	font-size: 1.5em;
	color: #999;
}

#browseMsgBox {
    margin-top: 10px;
    padding: 5px;
    color: #999;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    border-top: 1px solid #d12028;
}

#mod_search {
    margin-bottom: 10px;
    padding: 5px;
    color: #999;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
}

/* ----- end main content definition --- */

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

input.searchbox {
  font-size:11px;
  border: 1px solid black;
  width: 100px;
  padding: 1px;
}

.btnCart {
  background-color: #d12028;
  margin: 0;
  padding: 0;
  border: 1px solid black;
  color: white;
  line-height: 18px;
}

#addcontent {
	margin-left: 812px;
	background-color: #ddd;
    padding: 4px;
}

* html #addcontent {
    padding-left: 1px;
}

/* shopping Basket */
div#shoppingBasket {
   border: 1px solid #000;
	background-color: #eee;
	color: #000;
	font-weight: normal;
	width:175px;
}

div#shoppingBasket h2 {
    color: #fff;
    padding: 5px;
    background-color: #D12028;
    background-image: url(../images/boxhead_bg.gif);
    background-repeat: repeat-x;
    font-weight:bold;
    font-size: 11px;
    border-bottom: 1px solid #666;
	 margin: 0;
}

 div#shoppingBasket h2 a {
   color: #fff;
 }

#basketList {
	 padding:0px;
	 border-collapse:collapse;
    margin:0px;
	 width:175px;
}

* html #basketList {
	width: 173px;
}

#basketList td {
    padding:0px 2px;;
}

#basketBtnBar {
 padding: 5px;
 text-align:right;
}

/* 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;
}

.table-list td.productimages {
  height: 70px;
  width: 70px;
  text-align: center;
  vertical-align: top;
  padding: 3px;
  background-color: #fff
}

div.available {
  margin: 5px;
  color: #999;
}

td div.available label{
	font-weight: normal;
	width:80px;
}

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;
}

tr.t_style3 {
  background-color: #ddd;
}

tr.t_head td.sum_offer {
  text-align:right;
  font-size: 12px;
  font-weight: bold;
  background-color: #fff;
  color: #D12028;
}

tr.t_head td.sum_offer a {
  color: #d12028;
}

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

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

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

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

tr.adjustedValues td {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #d12028;
	padding: 10px;
}

.orderbar {
  margin-top: 5px;
}

.checkout_comment {
  color: #666;
  font-style: italic;
}


/* debug */
#debug {
    border: 1px solid black;
    height: 150px;
    overflow: auto;
}

#debug PRE {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: left;
}


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

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

div#errorMessage {
	color: #d12028;
	border: 1px solid #ddd;
	padding: 10px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
}

/**
 * Product offer layout & visual styles
 */
div#mainOfferProduct{
	background-color: white;
}

div#mainOfferProduct h2 {
	background-color: #d12028;
	color: white;
	font: 12px/20px verdana, arial, sans-serif;
	background-image: url(../images/boxhead_bg.gif);
	border-bottom: 1px solid #666;
  background-repeat: repeat-x;
	font-weight: bold;
	padding: 0 5px;
	margin: 0px;
}

div#browseProducts h1 {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

div#mainOfferProduct .offerMainContainer {
	border: 1px solid #d12028;
	border-width: 0 1px 1px 1px;
}

div#mainOfferProduct .offerMainInfo {
	margin-left: 235px;
	padding-top: 5px;
}

div#mainOfferProduct img {
	float: left;
	margin: 5px;
	border: 1px solid #ccc;
}

a.offerMainItemBottom {
	display: block;
	padding: 5px 5px;
	font-weight: bold;
	background-color: #d12028;
	color: white;
	text-align: right;
}

a.offerMainItemBottom:hover {
	text-decoration: underline;
}


div#subOfferProductSlot {
	margin-top: 20px;
	background-color: white;
}

div.subOfferProduct {
	background-image: url(../images/offer_back.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 285px;
	margin-bottom: 10px;
}

div.subOfferProduct .offer_head {
	background: url(../images/offer_head.gif) no-repeat top;
	font-size: 4px;
	height: 5px;
}

div.subOfferProduct .offer_bottom {
	background: url(../images/offer_bottom.gif) no-repeat bottom;
	font-size: 4px;
	height: 5px;
}

div.subOfferProduct .offer_middle {
	background: url(../images/offer_box.gif) repeat-y;
	height: 80px;
	padding: 0 5px;
}

div.offerSlotLeft{
	margin-right: 25px;
}

div.offerSlotRight {

}

div.subOfferProduct h3 {
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

div.subOfferProduct p {
	margin: 0;
	padding: 0;
}

div.subOfferProduct img {
	float: left;
	border: 1px solid #ccc;
}

div.subOfferProduct .offerSubInfo {
	margin-left: 80px;
}

div.subOfferPrice {
	height: 20px;
	width: 175px;
}
div.subOfferPrice a {
	font-weight: bold;
	width: 70px;
	line-height: 18px;
	text-align: right;
	display: block;
	float:left;
	padding: 0 5px;
	margin-right: 10px;
	color: #000;
	background-image:url(../images/button_80_red_basket.gif);
	background-repeat: no-repeat;
}

* html div.subOfferPrice a {
	width: 80px;
}

.old_price {
	color: #666;
	font-weight: bold;
	text-decoration: line-through;
}

div.subOfferPrice a.specialOfferPrice {
  color: #FF0505;
}

#breadcrumb {
    margin: 0 0 15px 0;
    padding: 5px;
    color: #999;
}

#breadcrumb a {
    color: #999;
    text-decoration: underline;
}

div.webshop_content {
  margin-top: 15px;
  padding: 10px;
  background-color: #ddd;
}

div.offerType1 {
  background-image: url(../images/offer_back_special.jpg);
  background-repeat: repeat-x;
}

div.offerType2 {
  background-image: url(../images/offer_back_sale.jpg);
  background-repeat: repeat-x;
}

div.offerType3 {
  background-image: url(../images/offer_back_new.jpg);
  background-repeat: repeat-x;
}

div.headofferType {
  background-image: url(../images/headoffer_back.jpg);
  background-repeat: repeat-x;
}

div.headofferType1 {
  background-image: url(../images/headoffer_back_special.jpg);
  background-repeat: repeat-x;
}

div.headofferType2 {
  background-image: url(../images/headoffer_back_sale.jpg);
  background-repeat: repeat-x;
}

div.headofferType3 {
  background-image: url(../images/headoffer_back_new.jpg);
  background-repeat: repeat-x;
}


/* top 10 items list */
div#top10items {
  border: 1px solid #000;
	background-color: #eee;
	color: #000;
	font-weight: normal;
	width:175px;
}

div#top10items h2, div#specialOffersMenu h2 {
    color: #fff;
    padding: 5px;
    background-color: #D12028;
    background-image: url(../images/boxhead_bg.gif);
    background-repeat: repeat-x;
    font-weight:bold;
    font-size: 11px;
    border-bottom: 1px solid #666;
	  margin: 0;
}

div#top10items ol {
  margin-left: 29px;
}

div#top10items li {
  margin: 0;
  padding: 3px 3px 3px 0;
  font-size: 10px;
}

/* special offers */
div#specialOffers {
  padding-top: 0px;
  height: 80px;
  border: 1px solid #666;
  margin-bottom: 10px;

}

div.specialOfferType1 {
  background-image: url(../images/specialOffer_special.jpg);
}

div.specialOfferType2 {
  background-image: url(../images/specialOffer_sale.jpg);
}

div.specialOfferType3 {
  background-image: url(../images/specialOffer_new.jpg);
}

div#specialOffersMenu {
  margin-top: 4px;
  padding: o;
	background-color: #eee;
	color: #000;
	font-weight: normal;
	width:177px;
}

div#specialOffersMenu li{
  margin: 0;
  padding: 1px 5px;
  margin-bottom: 4px; 
  color: #fff;
  border: 1px solid #000;
}

div#specialOffersMenu li a {
  color: #fff;
  font-weight: bold;
  font-size: 11px;
}

div#specialOffersMenu li.offertype1 {
  background-image: url(../images/boxhead_bg_offer1.gif);
  background-repeat: repeat-x;
  background-color: #D12028;
}

div#specialOffersMenu li.offertype2 {
  background-image: url(../images/boxhead_bg_offer2.gif);
  background-repeat: repeat-x;
  background-color: #0A288A;
}

div#specialOffersMenu li.offertype3 {
  background-image: url(../images/boxhead_bg_offer3.gif);
  background-repeat: repeat-x;
  background-color: #2FB428;
}

div#basket_actions {
  padding: 4px;
}

