@charset "utf-8";

/* globals */

* { margin: 0em; 
    padding: 0em;
	border: 0px;
  }
 
html, body
 { margin: 0em auto; 
   width: 100%;
 } 
 
body
 { font: normal 76%/1.5 arial, sans-serif, "courier new", verdana, tahoma; 
   color: #000;
   background-color: #fff;
   padding-bottom: 2px;
 }
 
table, tr, td, p, div, a, form, span, input, img, body
 { border-width: 0px; }
 
table
 { border-width: 0px;
   border-spacing: 0px;
   border-collapse: collapse;
 }
 
td, p, div, a, span, input, li
 { font-size: 1em; 
   line-height: 1.5em;
 }

table, tr, td
 { margin: 0em;
   padding: 0em;
 }   
 
img
 { vertical-align: middle; 
   text-align: center;
   margin: 0em; 
   padding: 0em;
   position: relative;
 }
 
img.required-star
 { padding: 0.5em 0.2em 0em 0em; }

hr
 { background-color: #eee;
   width: 640px;
   height: 1px;
   border: 0;
   margin: 0 0 10px 0;
   padding: 0;
 }

a.button-link
 { text-decoration: none; 
   color: #625C52;
 } 

a.button-link-white
 { text-decoration: none; 
   color: #fff;
 } 
 
a.languages
 { font-weight: bold;
   color: #5e5e5e;
   font-size: 1em;
   text-decoration: none;
   cursor: pointer;
 }
 
a.product-link
 { font-weight: bold;
   color: #000;
   font-size: 0.9em;
   text-decoration: underline;
   cursor: pointer;
 }
 
a.product-link:hover
 { font-weight: bold;
   color: #000;
   font-size: 0.9em;
   text-decoration: underline;
   cursor: pointer;
 }
 
a
 { color: #00c; 
   text-decoration: underline;
   cursor: pointer;
 } 
 
/* inputs */ 

input.input-split
 { border: 1px solid #e4e4e4;
   height: 18px;
   width: 105px;
 } 
 
input.input-field
 { border: 1px solid #999;
   height: 18px;
   width: 15em;
 } 
 
select
 { border: 1px solid #e4e4e4;
   height: 20px;
   width: 224px;
 }
 
select option
 { padding: 0em 0.2em 0em 0.2em; }

textarea
 { border: 1px solid #999; 
   padding: 0.2em 0.3em 0.2em 0.3em;
   width: 25em;
   height: 7em;
 }
 
/* ajax loading messages */
 
div#ajax-response
 { display: none; 
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   clear: both;
 }

div.ajax-clear-response
 { position: absolute;
   top: 1em;
   right: 1em;
 }  
 
div.ajax-loading-wrapper
 { width: 99.4%;
   padding: 0.3%;
 }

div.ajax-loading-mask
 { position: absolute;
   z-index: 100;
   width: 100%;
   height: 4em;
   min-height: 4em;
   background-color: #ccc;
   border-bottom: 1px solid #999;
 } 

div.ajax-loading-mask-default
 { position: absolute;
   z-index: 100;
   width: 100%;
   height: 5em;
   min-height: 5em;
   background-color: #ccc;
   border-bottom: 1px solid #999;
 }
 
div.ajax-loading
 { position: absolute;
   z-index: 101;
   width: 100%;
   left: 50%;
   margin-left: -50%;
 } 

div.ajax-loading-default
 { background-color: #fff; 
   color: #f00;
   padding: 0.3em;
   font-weight: bold;
   border: 1px solid #999;
   text-align: center;
   min-height: 3.5em;
  }

div.ajax-loading-error
 { background-color: #fcc; 
   color: #000;
   padding: 0.3em;
   font-weight: bold;
   border: 1px solid #999;
   min-height: 2.5em;
   position: absolute;
   z-index: 102;
   width: 98.8%; 
 }

div.ajax-loading-success
 { background-color: #cfc; 
   color: #000;
   padding: 0.3em;
   font-weight: bold;
   border: 1px solid #999;
   min-height: 2.5em;
   position: absolute;
   z-index: 102;
   width: 98.8%;
 }
 
/* errors */
 
div.message-stack-wrapper
 { width: 99.4%;
   padding: 0.4em 0.3% 0em 0.3%;
 }

div.message-stack-error
 { background-color: #fcc;
   color: #000;
   padding: 0.3em;
   font-weight: bold;
   border: 1px solid #999;
   min-height: 2.5em;
 }
 
div.message-stack-warning
 { background-color: #ffc; 
   color: #000;
   padding: 0.3em;
   font-weight: bold;
   border: 1px solid #999;
   min-height: 2.5em;
 }

div.message-stack-success
 { background-color: #cfc; 
   color: #000;
   padding: 0.3em;
   font-weight: bold;
   border: 1px solid #999;
   height: 2.5em;
 }
 
div.db-error-wrapper
 { width: 99.4%;
   min-width: 64.1em;
   padding: 0.4em 0.3% 0.4em 0.3%;
 } 
 
div.db-error
 { background-color: #fcc; 
   color: #000;
   padding: 0.3em;
   font-weight: bold;
   border: 1px solid #999;
   min-height: 2.5em;
 }  

/* common */
 
.size1px
 { font-size: 1px; }  

.size-11
 { font-size: 1.1em; }  
 
.align-l
 { text-align: left; }  
 
.align-c
 { text-align: center; } 

.align-j
 { text-align: justify; }
 
.align-r
 { text-align: right; }
 
.valign-t
 { vertical-align: top; }

.valign-m
 { vertical-align: middle; }
 
.valign-b
 { vertical-align: bottom; }
 
.clear-l
 { clear: left; }
 
.clear-r
 { clear: right; }
 
.clear-b
 { clear: both; }
 
.float-l
 { float: left; }
 
.float-r
 { float: right; } 

.float-n
 { float: none; } 
 
.z-100
 { z-index: 100; } 
 
.z-110
 { z-index: 110; } 

.z-255
 { z-index: 255; }  
 
.left-40
 { left: 40%; } 

.left-10px
 { left: 10px; }  
 
.left-8px
 { left: 8px; } 
 
.top-40
 { top: 40%; } 

.top-1px
 { top: 1px; }  

.top-8px
 { top: 8px; } 
 
.none
 { display: none; }

.inline
 { display: inline; } 

.block
 { display: block; }

.no-underline
 { text-decoration: none; }
 
.relative
 { position: relative; }

.absolute
 { position: absolute; }
 
.hand
 { cursor: pointer; }
 
.bold
 { font-weight: bold; }

.normal
 { font-weight: normal; } 

.no-wrap
 { white-space: nowrap; }
 
.margin-auto
 { margin: 0em auto; }  

.margin-0
 { margin: 0; } 

.margin-t-02
 { margin-top: 0.2em; }  
 
.margin-l-05
 { margin-left: 0.5em; }  

.margin-b-05
 { margin-bottom: 0.5em; }  

.padding-0
 { padding: 0em; }  

.padding-1
 { padding: 1em; } 

 .padding-1px
 { padding: 1px; } 
 
.padding-02
 { padding: 0.2em; } 

.padding-lr-102
 { padding-left: 1.2em; 
   padding-right: 1.2em;
 }  

.padding-l-02
 { padding-left: 0.2em; }  
 
.padding-l-05
 { padding-left: 0.5em; } 
 
.padding-l-1
 { padding-left: 1em; }

.padding-l-102
 { padding-left: 1.2em; }  

.padding-l-2px
 { padding-left: 2px; } 
 
.padding-l-4px
 { padding-left: 4px; }   
 
.padding-l-10px
 { padding-left: 10px; }  
 
.padding-l-12px
 { padding-left: 12px; }  
 
.padding-l-15px
 { padding-left: 15px; } 

.padding-l-16px
 { padding-left: 16px; } 
 
.padding-l-18px
 { padding-left: 18px; }  

.padding-l-21px
 { padding-left: 21px; }  
 
.padding-l-30px
 { padding-left: 30px; } 
 
.padding-l-18
 { padding-left: 1.8em; } 

.padding-r-05
 { padding-right: 0.5em; } 

.padding-r-1
 { padding-right: 1em; } 

.padding-r-1px
 { padding-right: 1px; }  

.padding-r-5px
 { padding-right: 5px; }

.padding-r-8px
 { padding-right: 8px; }
 
.padding-r-10px
 { padding-right: 10px; }  

.padding-r-11px
 { padding-right: 11px; }  

.padding-r-12px
 { padding-right: 12px; } 
 
.padding-r-14px
 { padding-right: 14px; }  
 
.padding-r-15px
 { padding-right: 15px; }   

.padding-r-16px
 { padding-right: 16px; } 
 
.padding-r-21px
 { padding-right: 21px; }  
 
.padding-r-30px
 { padding-right: 30px; }   
 
.padding-r-65px
 { padding-right: 65px; }  

.padding-b-02
 { padding-bottom: 0.2em; }

.padding-b-05
 { padding-bottom: 0.5em; }

.padding-b-1
 { padding-bottom: 1em; }

.padding-t-2px
 { padding-top: 2px; }

.padding-t-3px
 { padding-top: 3px; } 
 
.padding-t-10px
 { padding-top: 10px; }
 
.padding-t-02
 { padding-top: 0.2em; }

.padding-t-05
 { padding-top: 0.5em; }

.padding-t-1
 { padding-top: 1em; }

.padding-t-103
 { padding-top: 1.3em; }  
 
.padding-t-105
 { padding-top: 1.5em; } 

.col-fff
 { color: #fff; }
 
.col-f00 
 { color: #f00; }

.col-9f9e9b
 { color: #9f9e9b; }

.back-000
 { background-color: #000; 
   color: #fff;
 } 
 
.back-fff 
 { background-color: #fff; 
   color: #000;
 }

.back-ebebe4 
 { background-color: #ebebe4; 
   color: #000;
 } 

.back-9d9d94 
 { background-color: #9d9d94; 
   color: #000;
 }   

.back-ececec 
 { background-color: #ececec; 
   color: #000;
 }  
 
.back-c5c5c5 
 { background-color: #c5c5c5; 
   color: #000;
 }
 
.back-e9e7e4 
 { background-color: #e9e7e4; 
   color: #000;
 }
 
.back-595959 
 { background-color: #595959; 
   color: #000;
 }

.back-f8f6f5 
 { background-color: #f8f6f5; 
   color: #000;
 }
 
.back-faf9ff 
 { background-color: #faf9ff; 
   color: #000;
 }
 
.back-dcdcdc 
 { background-color: #dcdcdc; 
   color: #000;
 }
 
/* buttons */

input.button-submit
 { position: absolute; 
   left: -10px; 
   top: -10px; 
   width: 0em; 
   height: 0em;
 }

div.default-buttons
 { float: left; 
   border: 1px solid #b7b7b7; 
 }

div.action-buttons
 { float: right; 
   border: 1px solid #b7b7b7; 
 }

/* tables */

.border-0
 { border-width: 0px;
   border-spacing: 0px;
   border-collapse: collapse;
 }
 
.border-1px-black
 { border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #000;
   border-style: solid;
 } 

.border-1px-white
 { border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #fff;
   border-style: solid;
 }  
 
.border-1px-385682
 { border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #385682;
   border-style: solid;
 }
 
.border-1px-cdccc5
 { border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #cdccc5;
   border-style: solid;
 } 
 
.border-1px-555555
 { border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #555555;
   border-style: solid;
 } 

.width-50
 { width: 50%; } 
 
.width-100
 { width: 100%; }

.width-1px
 { width: 1px; }  

.width-5px
 { width: 5px; } 
 
.width-10px
 { width: 10px; }  

.width-16px
 { width: 16px; }  
 
.width-18px
 { width: 18px; }  

.width-24px
 { width: 24px; }  
 
.width-32px
 { width: 32px; }  

.width-36px
 { width: 36px; }  

.width-107px
 { width: 107px; } 
 
.width-112px
 { width: 112px; }
 
.width-113px
 { width: 113px; }  
 
.width-135px
 { width: 135px; } 

.width-154px
 { width: 154px; }

.width-162px
 { width: 162px; }  
 
.width-168px
 { width: 168px; } 

.width-178px
 { width: 178px; }  

.width-224px
 { width: 224px; }
 
.width-256px
 { width: 256px; } 

.width-283px
 { width: 283px; }  
 
.width-698px
 { width: 698px; } 

.width-711px
 { width: 711px; }  
 
.width-994px
 { width: 994px; }  

.width-1004px
 { width: 1004px; }

.height-1px
 { height: 1px; }
 
.height-3px
 { height: 3px; }  

.height-100 
 { height: 100%; }

.height-5px
 { height: 5px; } 
 
.height-7px
 { height: 7px; }  

.height-15px 
 { height: 15px; } 

.height-30px 
 { height: 30px; }  

.height-33px 
 { height: 33px; }
 
.height-36px 
 { height: 36px; }

.height-40px 
 { height: 40px; } 
 
.height-45px 
 { height: 45px; } 
 
.height-48px 
 { height: 48px; } 
 
.height-50px 
 { height: 50px; }

.height-60px 
 { height: 60px; } 

.height-100px 
 { height: 100px; } 
 
.height-177px 
 { height: 177px; }
 
.height-186px 
 { height: 186px; } 
 
.height-213px 
 { height: 213px; }
 
.height-222px 
 { height: 222px; } 

.security-code
 { color: #f00;
   font-size: 1.2em;
   font-weight: bold;
   letter-spacing: 1px;
 }  
 
.menu-headline
 { font-weight: bold;
   background-color: #8c6239;
   color: #fff;
   font-size: 1.3em;
   margin: 0 auto;
   text-align: center;
   width: 246px;
   height: 36px;
 }   
 
.menu-headline-gray
 { font-weight: bold;
   background-color: #6a6a6a;
   color: #fff;
   font-size: 1.3em;
   margin: 0 auto;
   text-align: center;
   width: 246px;
   height: 36px;
 } 
 
.headline
 { font-weight: bold;
   background-color: #ececec;
   color: #6a6a6a;
   font-size: 1.3em;
   text-align: left;
   border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #acacac;
   border-style: solid;
   line-height: 36px;
   height: 36px;
   width: 688px;
   text-transform: uppercase;
   padding-left: 10px;
 } 
 
.headline-info
 { font-weight: bold;
   background-color: #ececec;
   color: #ee1c24;
   font-size: 1.2em;
   text-align: left;
   border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #acacac;
   border-style: solid;
   line-height: 36px;
   height: 36px;
   width: 688px;
   padding-left: 10px;
   overflow: hidden;
 } 
 
.headline-info div
 { line-height: 36px;
   height: 36px;
 }
 
.top-headline
 { font-weight: bold;
   background-color: #ececec;
   color: #ee1c24;
   font-size: 1.3em;
   text-align: left;
   border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #acacac;
   border-style: solid;
   line-height: 36px;
   height: 36px;
   width: 688px;
   text-transform: uppercase;
   padding-left: 10px;
 }  
 
.menu-headline span
 { line-height: 36px; } 
 
.menu-headline-gray span
 { line-height: 36px; } 
 
.menu
 { font-weight: bold;
   color: #fff;
   text-decoration: none;
 }
 
.category
 { text-align: left;
   border-bottom-width: 1px;
   border-bottom-style: dashed;
   border-bottom-color: #b3b3b3;
   padding-top: 0.5em;
   padding-bottom: 0.5em;
   width: 202px;
   float: left;
 }   
 
.subcategory
 { text-align: left;
   border-bottom-width: 1px;
   border-bottom-style: dashed;
   border-bottom-color: #b3b3b3;
   padding-top: 0.5em;
   padding-bottom: 0.5em;
   width: 194px;
   float: left;
   margin-left: 8px;
 }  
 
.bgr-header-border
 { background: url(../../images/web/bgr-header-border.gif) repeat-x center center;	
   width: 100%;
   height: 3px;
 }
 
.bgr-top-menu
 { background: url(../../images/web/bgr-top-menu.gif) repeat-x center center;	
   width: 100%;
   height: 33px;
 } 
 
.bgr-main-border
 { background: url(../../images/web/bgr-main-border.gif) repeat-y center center;	
   width: 1004px;
   height: 100%;
 }

.bgr-main-border-bottom
 { background: url(../../images/web/bgr-main-border-bottom.gif) no-repeat center center;	
   width: 1004px;
   height: 5px;
 }
 
.bgr-top-offer
 { background: url(../../images/web/bgr-top-offer.gif) no-repeat center center;	
   width: 222px;
   height: 305px;
   float: left;
   padding-right: 10px;
   padding-bottom: 10px;
 }
 
.bgr-offer
 { background: url(../../images/web/bgr-offer.gif) no-repeat center center;	
   width: 222px;
   height: 305px;
   float: left;
   padding-right: 10px;
   padding-bottom: 10px;
 } 
 
div.offer-box
 { height: 305px;
   width: 222px;
   margin-top: 4px;
   margin-left: 4px;
 }

div.offer-image
 { text-align: center;
   margin: 0 auto;
   padding-top: 20px;
 }
 
img.offer-image
 { border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #ececec;
   border-style: solid;
 }
 
img.offer-image-empty
 { height: 120px;
   width: 160px;
   border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #ececec;
   border-style: solid;
 }

div.offer-name
 { padding-top: 5px;
   text-align: left;
   margin: 0 auto;
   width: 190px;
   height: 38px;
   overflow: hidden;
 }
 
div.offer-preview
 { font-weight: normal;
   font-size: 0.8em;
   color: #939582;
   text-align: justify;
   padding-top: 5px;
   height: 75px;
   margin: 0 auto;
   width: 190px;
   overflow: hidden;
 }
 
div.offer-region
 { font-weight: bold;
   font-size: 0.8em;
   color: #555;
   text-align: left;
   padding-top: 5px;
   height: 25px;
   margin: 0 auto;
   width: 120px;
   float: left;
   padding-left: 15px;
   vertical-align: middle;
 }
 
div.offer-button
 { text-align: left;
   padding-top: 5px;
   height: 25px;
   margin: 0 auto;
   width: 55px;
   line-height: 25px;
   float: right;
   padding-right: 15px;
 }

.text
 { color: #000;
   font-weight: normal;
   font-size: 1em;
   text-align: justify;
 }
 
.text ul, .text ol
 { padding-left: 2em; }
 
.input-search
 { border: 0 none;
   font-size: 1em;
   margin-left: 28px;
   text-align: left;
   width: 135px;
   vertical-align: middle;
   height: 20px;
   line-height: 20px;
 }
 
.gmap
 { margin: 0 auto;
   text-align: center;
   width: 694px;
   height: 350px;
   border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #eee;
   border-style: solid;
   padding: 1px;
 } 
 
#flashheader
 { margin-bottom: -5px; }
 
div.button-enabled
 { background-color: #fff; 
   background: url(../../images/buttons/button.gif) repeat-x top left;
   border: 1px solid #fff;
   float: left;
   color: #fff; 
   text-align: center;
   cursor: pointer;
   width: 100%;
 }
 
div.button-enabled-gray
 { background-color: #fff; 
   background: url(../../images/buttons/button-gray.gif) repeat-x top left;
   border: 1px solid #fff;
   float: left;
   color: #fff; 
   text-align: center;
   cursor: pointer;
   width: 100%;
 }
 
div.button-disabled 
 { background-color: #fff; 
   background: url(../../images/buttons/button-blue.gif) repeat-x top left;
   border: 1px solid #fff;
   float: left;
   color: #999; 
   text-align: center;
   cursor: default;
   width: 100%;
 } 
 
a.left-menu-link
 { font-weight: bold;
   color: #603913;
   font-size: 1.1em;
   text-decoration: none;
   cursor: pointer;
 }
 
a.left-menu-link:hover, a.left-menu-link-selected
 { font-weight: bold;
   color: #603913;
   font-size: 1.1em;
   text-decoration: none;
   cursor: pointer;
 } 
 
a.top-menu-link
 { font-weight: bold;
   color: #ebebeb;
   font-size: 1em;
   text-decoration: none;
   cursor: pointer;
 }
 
a.top-menu-link:hover, a.top-menu-link-selected
 { font-weight: bold;
   color: #fff;
   font-size: 1em;
   text-decoration: none;
   cursor: pointer;
 }
 
a.left-submenu-link
 { font-weight: bold;
   color: #5e5e5e;
   font-size: 1em;
   text-decoration: none;
   cursor: pointer;
 }
 
a.left-submenu-link:hover, a.left-submenu-link-selected
 { font-weight: bold;
   color: #5e5e5e;
   font-size: 1em;
   text-decoration: none;
   cursor: pointer;
 } 

.bgr-menu-border
 { background: url(../../images/web/bgr-menu-border.gif) repeat-y center center;	
   width: 256px;
   height: 100%;
 }
 
.bgr-menu-border-bottom
 { background: url(../../images/web/bgr-menu-border-bottom.gif) no-repeat center center;	
   width: 256px;
   height: 6px;
 }
 
.bgr-menu-border-top
 { background: url(../../images/web/bgr-menu-border-top.gif) no-repeat center center;	
   width: 256px;
   height: 6px;
 }
 
.bgr-menu-border-gray
 { background: url(../../images/web/bgr-menu-border-gray.gif) repeat-y center center;	
   width: 256px;
   height: 100%;
 }
 
.bgr-menu-border-bottom-gray
 { background: url(../../images/web/bgr-menu-border-bottom-gray.gif) no-repeat center center;	
   width: 256px;
   height: 6px;
 }
 
.bgr-menu-border-top-gray
 { background: url(../../images/web/bgr-menu-border-top-gray.gif) no-repeat center center;	
   width: 256px;
   height: 6px;
 } 
 
.search-field 
 { background: url(../../images/web/search.gif) no-repeat center center;
   float: left;
   height: 25px;
   line-height: 25px;
   text-align: left;
   width: 169px;
 }
 
.slogan
 { font-weight: bold;
   color: #d81920;
   font-size: 1.1em;
   margin: 0 auto;
   text-align: center;
   text-transform: uppercase;
   vertical-align: top;
   padding-top: 8px;
   line-height: 15px;
 }
 
ul.languages
 { list-style-type: none; 
   height: 36px;
   line-height: 36px;
 }
 
ul.languages li
 { display: inline; 
   padding: 0;
   margin: 0;
 }
 
div.input-split
 { width: 107px;
   float: left;
   color: #6a6a6a;
   font-weight: bold;
   text-align: left;
 }
 
div.select-field
 { width: 224px;
   color: #6a6a6a;
   font-weight: bold;
   text-align: left;
 }
 
div.info-box
 { width: 320px;
   float: left;
   color: #000;
   background-color: #fffff9;
   text-align: left;
   padding: 10px;
   margin-right: 10px;
   border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #8c6239;
   border-style: solid;
 }
 
div.option
 { font-weight: bold; }
 
div.option span
 { color: #6a6a6a; }
 
div.option span.red
 { color: #d81920; }
 
div.option span.green
 { color: #19d82b; }
 
.JustifyCenter
 { text-align: center; }