body {
 margin: 0 auto 0 auto;
 padding: 0;
 background: #093953 url(../images/bg.jpg) no-repeat center top;   
 font-size: 75%; 
 text-align: left;
 color: #d4d4d4;
}

body, input, select, textarea {
 font-family: arial, verdana, sans-serif;
}

input, select, textarea {
 font-size: 95%; 
}

* {
	margin:0;
	padding:0;
}

img {
 border: 0;
}

.hidden {
 visibility: hidden;
}

.clear {
 clear: both;
 font-size: 1%;
}

.clearfix:after {
 content:".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 font-size:0;
 line-height:0;
}

.toRight {
 float: right;
}

.marginBottom {
 margin-bottom: 15px !important;
}

.noRightMargin {
 margin-right: 0 !important;
}

.centered {
 text-align: center !important;
}

.liTitle {
 padding-top: 15px !important;
 font-size: 115%;
 font-weight: bold;
}



/* Fonts */

h1,h2,h3,h4,h5,h6 {
 font-family: arial, verdana, sans-serif;
}

h1, h2, h5, h6 {
 margin: 0 0 15px 0;
 padding: 0; 
 font-size: 140%;
 font-weight: normal;
}

h3, h4 {
 font-size: 100%;
}

h4 {
 margin-top: 15px;
}

.coloredH {
 color: #972b16;
}

span.subTitle {
 font-size: 14px;
 font-weight: bold;
 color: #504a1a;
}

span.light {
 font-weight: bold;
 color: #504a1a;
}

ul, li {
 list-style-image: none;
 list-style-type: none;
}

a {
 color: #ff9c01;
 text-decoration: none;
}

a:hover {
 color: #ffbf5a;
 text-decoration: none;
}

a.button {
 padding: 3px 4px 3px 4px;
 color: #fff;
 font-weight: bold;
 border: 0;
 cursor: pointer;
 background: #d93110; 
}

.inactiveButton {
 padding: 3px 4px 3px 4px;
 color: #fff;
 font-weight: bold;
 border: 0;
 background: #c1aca1; 
 cursor: not-allowed;
}

.important {
 color: #96B7BE !important;
 color: #400 !important;
 background-image: url(../images/button-important.gif) !important; 
 border: 1px solid #FFAB00 !important;
}
 
.statusText {
 color: #444;
 font-weight: bold;
}

.error {
 color: #d00;
 font-weight: bold;
}

.ok {
 color: #0f0;
 font-weight: bold;
}

span.boxTitle {
 display: block;
 margin-bottom: 10px;
 font-size: 140%;
 font-weight: normal;
}



/* Forms */

input.text {
 height: 16px;
 padding: 2px 2px 0 2px;
 background: #f5f3df; 
 border: 1px solid #d8d4ae;
 border-top: 1px solid #bdb783;
 border-left: 1px solid #bdb783; 
}

fieldset {
 width: 96%;
 margin-top: 5px;
 padding: 5px 10px 10px 10px;
 border: 1px #d8d4ae solid;
}

legend {
 margin: 0;
 padding: 0 3px;
}

.sheet label {
 display: block;
 float: left;
 width: 290px;
 margin-bottom: 9px;
 text-align: right;
}

.sheet .text, .sheet .select, .sheet .textarea {
 display: block;
 width: 150px;
 height: 16px; 
 margin: 0 10px 6px 10px;
 float: left;
}

.sheet .textarea {
 width: 220px;
 height: 100px; 
}

.sheet .select {
 height: 17px;
}

.sheet .file {
 display: block;
 width: 200px;
 height: 16px; 
 margin: 0 10px 6px 10px;
 float: left;
}

.sheet span {
 position: relative;
 display: block;
 width: 70px;
 font-weight: bold;
 background-image: none !important;
 float: left;
}

.sheet input.submit {
 margin: 15px 0 0 220px;
}

.sheet img {
 margin: 0 0 20px 210px;
 padding: 4px;
 background-color: #EEF8FD;
 border: 1px solid #ABCAC4; 
}

.sheet .checkbox {
 position: relative;
 left: 10px;
 top: 7px;
}

.sheet .radioInput {
 width: 20px;
 float: left;
}

.sheet .radioText {
 width: 550px;
 float: left;
}

.sheet b.warning {
 color: #a00;
}

.cartRules {
 display: none;
 margin: 5px 0 15px 0;
 padding: 10px;
 background-color: #f8efe6;
 border: 3px dashed #cfbfb0; 
}

.ruleAccept .selector label {
 position: relative;
 top: 5px;
}



/* Content */

#wrapper {
 background: url(../images/wrap.png) repeat-y center top;
}

#container {
 width: 980px;
 margin: 0 auto 0 auto;
 background: #001723 url(../images/content-body.gif) repeat-y center top; 
}

#content {
 width: 980px;
 margin: 0 auto 0 auto;
 background: url(../images/content-top.jpg) no-repeat center top;
}

#content .main {
 width: 580px;
 padding: 15px 15px 10px 15px;
 float: left;
}

#content .side {
 width: 145px;
 padding: 7px 15px 10px 15px;
 float: left;
}

#content iframe {
 padding: 4px;
 background-color: #f8efe6;
 border: 1px solid #cfbfb0;
}

.leftSide {
 width: 165px !important;
}

.leftSide {
 padding-top: 15px !important;
}



/* Hierarchal menu */

#content .side ul {
 margin: 0;
 padding: 0;
}

#content .side ul.parent {
 margin-bottom: 15px;
}



/* Search */

.searchBox {
 margin-bottom: 20px;
}

.searchBox .text {
 margin: 0 0 10px 0;
}



/* Header */

#header {
 position: relative;
 width: 980px;
 height: 125px; 
 margin: 0 auto 0 auto;
 background: url(../images/header.gif) no-repeat 0 0;    
}

#header img.logo {
 position: absolute;
 left: 12px;
 top: 3px;
 width: 323px;
 height: 69px;
 border: 0;
}

#header ul.main {
 position: relative;
 left: 10px;
 top: 75px;
 width: 960px;
 height: 40px;
}

#header ul.main li {
 font-weight: bold;
 display: inline;
}

.item1 a { width: 169px; } /* 130px */
.item2 a { width: 184px; } /* 145px */
.item3 a { width: 229px; } /* 190px */
/* .item4 a { width: 195px; } */
.item5 a { width: 169px; } /* 130px */
.item6 a { width: 209px; } /* 170px */

#header ul.main li a {
 display: block;
 height: 32px;
 padding-top: 13px;
 text-align: center;
 color: #fff; 
 background: url(../images/li-header.gif) no-repeat 0 8px;  
 float: left;
}

#header ul.main li a:hover {
 color: #ff9c01;
}

#header ul.main li.home a {
 background-image: none;
}

#header ul.main li.activeItem a {
 color: #ff9c01;
}



/* Image fade */

#imageContainer {
 position: absolute;
 left: 500px; /* 360px */
 top: 12px; /* 0 */
 width: 410px; /* 600px */
 height: 47px; /* 70px */
}

#imageContainer img {
 display: none;
 position: absolute;
 top: 0; left: 0;
 width: 400px; /* 600px */
 height: 47px; /* 70px */
}



/* Footer */

#footer {
 width: 946px;
 height: 16px; 
 margin: 0 auto 0 auto;
 padding: 17px;
 background: url(../images/footer.gif) no-repeat 0 0;  
 color: #fff;  
}

#footer p {
 margin: 0;
}



/* Content */

#content ul {
 margin-bottom: 15px;
}

#content .main li {
 margin-bottom: 4px;
 padding: 0 0 0 12px;
 background: url(../images/li-content.gif) no-repeat 0 4px;  
}

#content .main p {
 margin-bottom: 8px;
}

#content .main .lead {
 font-weight: bold;
}  

#content .main .back {
 clear: both;
 font-weight: bold;
 text-align: right;
}  

#content .main .article {
 clear: both;
}

#content .main .article .itemInfo {
 width: 500px;
 margin-bottom: 10px;
 padding-bottom: 15px;
 border-bottom: 1px dotted #972b16; 
 float: left;
}

#content .main h1 {
 font-size: 170%;
 font-weight: bold;
}

#content .productDescription {
 margin-bottom: 15px;
}

#content .productDescription strong {
 /* background-color: #d8d4ae; */
}



/* Login */

.loginContent li {
 font-weight: bold;
 margin: 0 0 5px 0;
 padding: 0 0 0 13px;
 background: url(../images/li-side-main.gif) no-repeat 0 5px;    
}

.loginContent, .loginContent p {
 margin-bottom: 15px;
}

.login label {
 display: block;
 width: 40px;
 margin-right: 10px;
 text-align: right; 
 float: left;
}

.login input.text {
 width: 70px;
 margin-bottom: 10px !important;
 float: left; 
}

.login input.submit {
 margin: 0 0 10px 50px;
}

.login div {
 clear: both;
}

ul.loginItems {
 margin-bottom: 15px !important;
}

ul.cartBoxItems {
 margin-bottom: 15px;
}

ul.cartBoxItems li {
 margin-bottom: 0;
}



/* Pictures */

.imgBorder {
 padding: 4px;
 background-color: #00263c;
 border: 1px solid #163443;
}

.imgLeft {
 margin: 2px 10px 4px 0;
 float: left;
}  

.imgRight {
 margin: 2px 0 4px 10px;
 float: right;
}  



/* Product info */

.product h1 {
 margin-bottom: 0;
}

.product .quoteTitle {
 margin-bottom: 15px !important;
 font-size: 18px;
}

.subPageTitle {
 margin-bottom: 15px !important;
 font-size: 18px;
}

.product .author {
 margin-bottom: 15px !important;
 font-style: italic;
}

.product .lead {
 margin-bottom: 15px !important;
}

.product li {
 margin: 0 0 0 5px !important;
 padding: 0;
 background: url(../images/li-content.gif) no-repeat 0 2px !important;   
}

.product .buttons {
 height: 30px;
}

.priceBox li span.old {
 color: #076186; 
 text-decoration: line-through;
 background-image: none !important;  
}

.price .price1 {
 font-size: 16px;
 font-weight: bold;
}

.price .price2 {
 font-size: 14px;
}

.discount {
 color: #f00 !important;
}

.priceBox input.submit {
 position: relative;
 left: 0px;
}



/* Cart */

.cartItems {
 margin-top: 20px;
}

.cartItems .product {
 margin-bottom: 15px;
}

.cartItems .product .image {
 width: 120px;
 float: left;
}

.cartItems .product .text {
 width: 420px;
 padding-bottom: 5px;
 border-bottom: 1px solid #C8DCE0; 
 float: left; 
}

.cartItems .product .info {
 width: 200px;
 margin-right: 10px;
 float: left; 
}

.cartItems .product .price {
 width: 300px;
 float: left; 
}

.cartItems .buttons a.last {
 margin-left: 10px;
}

.cartItems .sum {
 margin: 0 0 15px 120px ;
} 

.cartItems .sum span.brutto {
 font-weight: bold;
 font-size: 180%;
 background-image: none !important;
} 

.cartItems .sum span.netto {
 color: #000 !important;
 background-image: none !important;
} 

.cartItems .deliverPrice {
 margin: 0 0 15px 120px ;
 padding-bottom: 5px;
 border-bottom: 1px solid #C8DCE0;  
}  

.cartItems .deliverPrice span {
 color: #000 !important;
 background-image: none !important;
}

.cartItems .orderNavigator {
 margin-left: 120px;
}

.cartItems .orderNavigator .button {
 margin-right: 15px;
}

.backToProducts {
 height: 30px;
 padding-left: 118px;
}



/* Picture list */

.pictureList .item {
 width: 120px;
 height: 93px;
 margin: 0 6px 6px 0;
 padding: 4px 5px 0 5px;
 background-color: #f8efe6;
 border: 1px solid #cfbfb0;
 text-align: center;
 float: left;
}



/* Product list */

input.toCart {
 padding: 3px 4px 3px 25px;
 color: #fff;
 font-weight: bold;
 border: 0;
 cursor: pointer;
 background: #b88065 url(../images/cart.gif) no-repeat 4px 5px;
}

input.toCartFromItem {
 width: 124px;
 height: 22px;
 margin: 0;
 padding: 0;
 color: #fff;
 font-weight: bold;
 border: 0;
 cursor: pointer;
 background: #fff url(../images/tocart-wb.gif) no-repeat 0 0;
 font-size: 0px;
}

input.toCartFromList {
 width: 124px;
 height: 22px;
 margin: 0;
 padding: 0;
 color: #fff;
 font-weight: bold;
 border: 0;
 cursor: pointer;
 background: #fff url(../images/tocart-wb.gif) no-repeat 0 0;
 font-size: 0px;
}

input.toCartFromBox {
 width: 124px;
 height: 22px;
 margin: 0;
 padding: 0;
 color: #fff;
 font-weight: bold;
 border: 0;
 cursor: pointer;
 background: #fff url(../images/tocart-wb.gif) no-repeat 0 0;
 font-size: 0px;
}

input.toOrderFromLanding {
 width: 111px;
 height: 22px;
 margin: 0;
 padding: 0;
 color: #fff;
 font-weight: bold;
 border: 0;
 cursor: pointer;
 background: #fff url(../images/toorder-wb.gif) no-repeat 0 0;
 font-size: 0px;
}



/* Pager */

#pager {
 clear: both;
 width: 190px;
 height: 35px;
 margin: 20px 0 0 205px;
 padding: 0;
 text-align: center;
 font-weight: bold;
 font-size: 11px;
}

#pager a {
 font-weight: bold;
 font-family: verdana, sans-serif;
 font-size: 11px;
 color: #000;
 background-color: #f3f3f8;
 border: 1px solid #e0d0d7;
 padding: 1px 2px 2px 2px;
 margin: 0 3px 0 3px;
} 

#pager a:hover {
 background-color: #fff;
 border: 1px solid #e0d0d7;
 text-decoration: none;
} 

#pager span.inactive {
 font-weight: bold;
 font-family: verdana, sans-serif;
 font-size: 11px;
 color: #bbb;
 background-color: #f3f3f8;
 border: 1px solid #e0d0d7;
 padding: 1px 2px 2px 2px;
 margin: 0 3px 0 3px;
} 

#pager span.left {
 display: block;
 width: 50px;
 padding: 3px 0 3px 0;
 float: left;
 text-align: right;
}

#pager span.middle {
 display: block;
 width: 90px;
 padding: 2px 0 3px 0; 
 float: left;
 text-align: center;
}

#pager span.right {
 display: block;
 width: 50px;
 padding: 3px 0 3px 0; 
 float: left;
 text-align: left;
}

#pager select {
 position: relative;
 top: -1px;
 width: 80px;
 height: 18px;
 font-family: tahoma, arial, verdana, sans-serif;
 font-size: 11px;
 font-weight: normal;
 background-color: #f3f3f8;
 border: 1px solid #e0d0d7;
}



/* Bank logos */

#bankinfo {
 padding-top: 50px;
 text-align: center;
 font-size: 80%;
 color: #777;
}

#bankinfo img {
 margin: 4px 0 8px 0;
 border: 0;
}



/* Main offers */

.productOfferList {
 margin-bottom: 15px;
}

.productOfferList .offItem {
 min-height: 280px;
}

.productOfferList .offItem p {
 padding: 5px 5px 0 5px;
 font-size: 13px;
 font-weight: bold;
}

.productOfferList .offItem {
 width: 188px;
 margin: 0 15px 15px 0;
 background: #f5f3df; 
 border: 1px solid #d8d4ae;
 border-top: 1px solid #bdb783;
 border-left: 1px solid #bdb783; 
 float: left;
}

.productOfferList .offTextPic {
 min-height: 170px;
 padding: 5px;
}

.productOfferList .offTextPic img {
 margin: 3px 6px 0px 0;
 border: 3px solid #cfbfb0;
 float: left;
}

.productOfferList .offPrice {
 width: 80px;
 padding: 2px 5px 5px 5px; 
 color: #221917;
 float: left;
}

.productOfferList .offCart {
 margin: 0 5px 5px 0;
 text-align: right;
}

span.old {
 text-decoration: line-through; 
}

span.discount {
 font-size: 16px;
 font-weight: bold; 
}



/* Product list */

.productList .productItem .productPicture {
 width: 120px;
 margin-right: 10px;
 float: left;
}

.productList .productItem .productText {
 width: 450px;
 margin-bottom: 10px;
 padding-bottom: 15px;
 border-bottom: 1px dotted #972b16;
 float: left;
}

.productList .productItem .productText h2 {
 margin-bottom: 10px;
 font-weight: bold;
}

.agrariumList h3 {
 margin-bottom: 0px;
 padding: 0; 
 font-size: 140%;
 font-weight: bold;
}



/* Side offers */

.sideList .sideItem {
 margin-bottom: 10px;
}

.sideList .sideItem .image {
 width: 55px;
 padding-top: 2px;
 float: left;
}

.sideList .image img {
 width: 40px;
 padding: 0;
 border: 3px solid #cfbfb0;
}

.sideList .sideItem .offerItem {
 width: 90px;
 padding-top: 2px;
 float: left;
}

.sideList .sideItem h4 {
 margin-bottom: 6px;
}

.sideList .sideItem p {
 margin-bottom: 1px;
}

.sideList .sideItem span {
 color: #444;
 font-weight: bold;
}

.sideList .toCart {
 padding: 2px 0 1px 18px;
}

.sideList form {
 padding-top: 5px;
}



/* Vertical menu */

.categoryMenu li {
 line-height: 2.0em;
} 

.categoryMenu li a {
 /* color: #fff; */
 text-transform: uppercase;
 font-weight: normal;
}

.categoryMenu li a:hover {
 /* color: #ff9c01; */
 color: #fff;
}

.categoryMenu a.selectedItem {
 /* color: #ff9c01 !important; */ 
 color: #fff !important;
}

.categoryMenu li.menubar span, .categoryMenu ul.menu li a.selected {
 color: #fff;
}

.categoryMenu li.menubar span, .categoryMenu ul.menu li a.selected:hover {
 color: #ff9c01;
} 



/* Sitemap */

.siteMapBox {
 margin-bottom: 10px;
 padding: 5px;
 background-color: #f9f9f9;
 border: 1px solid #dcdcdc;
}

.siteMapBox ul {
 margin: 0 !important;
}



/* Static */

.staticPhoto {
 margin: 0 10px 0 0;
 float: left;
}

.staticPhotoText {
 display: block;
 width: 500px;
 float: left;
}

span.clearStatic {
 display: block;
 clear: both;
}



/* Messages */

.message {
 padding: 5px;
 margin-bottom: 10px;
 background-color: #092f42;
 border: 1px solid #041b26;
}

.message p {
  margin: 0 !important;
}

.message ul {
 margin: 10px 0 10px 0;
}

