@import "fe_fonts.css";
@import "fe_dropdown.css";
@import "colorbox.css";
@import "flags.css";

/*================================================
 FE-GENERAL
 ================================================*/
/*************************
 HTML / BODY
 *************************/
html{
    height:100%;
}
body {
    background: url("images/layout/bg_body.jpg") repeat-x 0px 240px #ffffff;
    height:100%;
}
/*************************
 HEADER
 *************************/
h1 {
    font-family: 'Signika Negative', sans-serif;
    font-weight: 300;
    font-size: 42px;
    color: #1771a5;
}
h2 {
    font-family: 'Signika Negative', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #323d47;
    line-height: 14px;
}
h3{
    font-family: 'Lucida Sans', 'Arial', sans-serif;
    font-size: 12px;
    color: #323d47;
    font-weight: bold;
    line-height: 12px;
    margin-bottom:10px;
}
h4, h5, h6 {
    font-family: 'Lucida Sans', 'Arial', sans-serif;
    font-size: 11px;
    color: #323d47;
    font-weight: bold;
    line-height: 12px;
}
/*************************
 MARKUP
 *************************/
p {
    color: #041D26;
    line-height: 18px;
    font-size: 11px;
    font-family: 'Lucida Sans', 'Arial', sans-serif;
}
/*************************
 MAIN
 *************************/
div#mainOuterWrap {
    min-height: 100%;
}
div#mainInnerWrap {
    padding-bottom:250px;
}
/*************************
 TOP
 *************************/
div#topWrap {
    height: 60px;
    width: 960px;
    margin: 0px auto;
    border-top: 4px solid #009fe3;
}
div#topWrap div.logo_haemmerli_big{
    float: left;
}
div#topWrap div.logo_haemmerli_big a {
    display: block;
    height: 34px;
    width: 292px;
    margin-top: 10px;
    background: url("images/layout/fe_sprite.png") no-repeat -908px -34px transparent;
}
div#topWrap div.logo_walther_big{
    float: right;
}
div#topWrap div.logo_walther_big a {
    display: block;
    float: right;
    height: 24px;
    width: 195px;
    margin-top: 18px;
    background: url("images/layout/fe_sprite.png") no-repeat -1005px 0px transparent;
}
div#topWrap div#langMenuWrap{
    float: right;
}
/*************************
 TOPIMAGE
 *************************/
div#topImageWrap {
    height: 95px;
    width: 100%;
    background: url("images/layout/fe_sprite.png") repeat-x scroll center -300px transparent;
}
/*************************
 BUTTONS
 *************************/
.buttonGrey {
    border: 1px solid cfcfcf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 10px;
    margin-right: 10px;
    cursor: pointer;
    color: #016DA5 !important;
    font-size: 11px;
    line-height: 23px;
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefefe 0%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(top,  #fefefe 0%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}
/*************************
 INPUTS
 *************************/
.textInput {
    border: 1px solid #d1d1d1;
    width: 210px;
    height: 20px;
    margin: 0px;
    padding: 4px;
    color: #041D26;
    background: #f4f4f4;
    background: -moz-linear-gradient(top,  #f4f4f4 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%);
    background: linear-gradient(top,  #f4f4f4 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 );
    -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
    -moz-box-shadow: inset 0px 0px 0px 1px #ffffff;
    box-shadow: inset 0px 0px 0px 1px #ffffff;
}
input::-webkit-input-placeholder{
    color: #b4b4b4;
}
input:-moz-placeholder{
    color: #b4b4b4;
}

/*************************
 JQUERY
 *************************/
/* DROPDOWN */
.dd {
    text-align: left;
    font-size: 11px;
    float: left;
    background: #fefefe; 
    background: -moz-linear-gradient(top, #f5f5f5 0%, #fefefe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#fefefe));
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#fefefe 100%);
    background: -o-linear-gradient(top, #f5f5f5 0%,#fefefe 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%,#fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#fefefe',GradientType=0 );
    background: linear-gradient(top, #f5f5f5 0%,#fefefe 100%);
}
.dd .ddTitle {
    border: 1px solid #d2d2d2;
    padding: 3px;
    text-indent: 0;
    cursor: pointer;
    overflow: hidden;
    height: 22px;
}
.dd .ddTitle span.arrow {
    background: url("images/layout/fe_sprite.png") no-repeat scroll 3px -27px transparent !important;
    float: right;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-top:3px;
}
.dd .ddTitle span.ddTitleText {
    text-indent: 1px;
    overflow: hidden;
    line-height: 22px;
    color: #041D26;
}
.dd .ddTitle span.ddTitleText img {
    text-align: left;
    padding: 0 2px 0 0
}
.dd .ddTitle img.selected {
    padding: 0 3px 0 0;
    vertical-align: top;
}
.dd .ddChild {
    position: absolute;
    border: 1px solid #d2d2d2;
    border-top: none;
    display: none;
    margin: 0;
    overflow: auto;
    overflow-x: hidden !important;
    background-color: #ffffff;
    z-index:100000;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {
    padding-left: 10px
}
.dd .ddChild a {
    display: block;
    padding: 5px 2px;
    margin: 1px;
    text-decoration: none !important;
    color: #041D26;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}
.dd .ddChild a:hover {
    background-color: #f5f5f5;
}
.dd .ddChild a img {
    border: 0;
    padding: 0 2px 0 0;
    vertical-align: middle;
}
.dd .ddChild a.selected {
    background-color: #f5f5f5;
}
.hidden {
    display: none;
}
.dd .borderTop {
    border-top: 1px solid #c3c3c3 !important;
}
.dd .noBorderTop {
    border-top: none 0 !important
}

/* TOOLTIP */
.tooltip {
    background: rgb(121,165,197);
    background: -moz-linear-gradient(top,  rgba(121,165,197,1) 0%, rgba(82,137,183,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(121,165,197,1)), color-stop(100%,rgba(82,137,183,1)));
    background: -webkit-linear-gradient(top,  rgba(121,165,197,1) 0%,rgba(82,137,183,1) 100%);
    background: -o-linear-gradient(top,  rgba(121,165,197,1) 0%,rgba(82,137,183,1) 100%);
    background: -ms-linear-gradient(top,  rgba(121,165,197,1) 0%,rgba(82,137,183,1) 100%);
    background: linear-gradient(top,  rgba(121,165,197,1) 0%,rgba(82,137,183,1) 100%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3); 
    border-radius: 2px; 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79a5c5', endColorstr='#5289b7',GradientType=0 );	
    display:none;
    font-size:12px;
    padding:10px;
    color:#fff;
    font-weight:bold;
    text-align: center;
}
.tooltip .arrow{
    width:0px;
    height:0px;
    border-style:solid;
    border-width: 6px;
    border-color: #5289b7 transparent transparent transparent;
    position: absolute;
    bottom:-12px;
    margin-left:-6px;
    left:50%;
}
/*************************
 MENU
 *************************/
div#navWrap {
    height: 60px;
    border-bottom: 1px dotted #c4c4c4;
    margin-bottom: 40px;
}
/* LANGMENU */
div#langMenuWrap ul.dropdown{
    width:64px;
}
div#langMenuWrap ul.dropdown li{
    border:1px solid #d1d1d1;
    margin:15px 0px 0px 15px;
}
div#langMenuWrap ul.dropdown li div.current{
    padding:5px;
    color: #041D26;
    background: #f4f4f4;
    background: -moz-linear-gradient(top,  #f4f4f4 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%);
    background: linear-gradient(top,  #f4f4f4 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 );
    -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
    -moz-box-shadow: inset 0px 0px 0px 1px #ffffff;
    box-shadow: inset 0px 0px 0px 1px #ffffff;	
}
div#langMenuWrap ul.dropdown li span.arrow{
    background: url("images/layout/fe_sprite.png") no-repeat scroll 3px -27px transparent !important;
    display: inline-block;
    float: right;
    height: 16px;
    width: 16px;
}
div#langMenuWrap ul.dropdown li span.flag{
    margin:3px 5px 0px 0px;
}
div#langMenuWrap ul.dropdown li ul li{
    margin:0px;
    border:0px;
    border-bottom:1px dotted #d1d1d1;
    background:none;
}
div#langMenuWrap ul.dropdown li ul li:hover{
    background:#f9f9f9;
}
div#langMenuWrap ul.dropdown li ul li span.flag,
div#langMenuWrap ul.dropdown li ul li span.flag_bw{
    margin:7px 5px 0px 0px;
}
/*************************
 SEARCH
 *************************/
div#searchWrap {
    float: right;
    height: 60px;
}
div#searchWrap form {
    margin-top: 15px;
}
form input.searchInput {
    border: 1px solid #d1d1d1;
    width: 210px;
    height: 20px;
    margin: 0px;
    padding: 4px;
    float: left;
    background: #f4f4f4;
    background: -moz-linear-gradient(top,  #f4f4f4 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%);
    background: linear-gradient(top,  #f4f4f4 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 );
    -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
    -moz-box-shadow: inset 0px 0px 0px 1px #ffffff;
    box-shadow: inset 0px 0px 0px 1px #ffffff;
}
form button.searchInputButton {
    border: 1px solid #d1d1d1;
    border-bottom-color: #868686;
    border-right-color: #a1a1a1;
    -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
    -moz-box-shadow: inset 0px 0px 0px 1px #ffffff;
    box-shadow: inset 0px 0px 0px 1px #ffffff;
    border-left-width: 0px;
    width: 30px;
    height: 30px;
    padding: 4px;
    cursor: pointer;
    background: #ededed;
    background: -moz-linear-gradient(top,  #ededed 0%, #d8d8d8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#d8d8d8));
    background: -webkit-linear-gradient(top,  #ededed 0%,#d8d8d8 100%);
    background: -o-linear-gradient(top,  #ededed 0%,#d8d8d8 100%);
    background: -ms-linear-gradient(top,  #ededed 0%,#d8d8d8 100%);
    background: linear-gradient(top,  #ededed 0%,#d8d8d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d8d8d8',GradientType=0 );
}
form button.searchInputButton span {
    width: 20px;
    height: 20px;
    display: block;
    background: url("images/layout/fe_sprite.png") no-repeat 4px 2px transparent;
}
/*************************
 CONTENT
 *************************/
div#contentOuterWrap {
    width: 960px;
    margin: 0px auto;
    padding: 0px 0px 20px 0px
}
/*************************
 FOOTER
 *************************/
div#footerWrap {
    height: 250px;
    width: 100%;
    background: #163041;
    position: relative;
    font-size: 10px;
    margin-top:-250px;
}
div#footerContentWrap {
    width: 960px;
    margin: 0px auto;
    padding: 20px 0px 0px 0px;
}
div#footerContentWrap p {
    color: #5d7b8b;
    line-height: 12px;
    font-size:10px;
}
div#footerContentWrap div#copyrightLongWrap,
div#footerContentWrap div#newsletterWrap{
    width: 340px;
    height:160px;
}
div#footerContentWrap div#quickLinks {
    width:230px;
    height:160px;
}
/* COPYRIGHT & INFO */
div#footerWrap div#copyrightShortWrap {
    background: url("images/layout/fe_sprite.png") repeat-x 0px -395px transparent;
    position: absolute;
    width: 100%;
    height: 26px;
    bottom: 22px;
}
div#footerWrap div#copyrightShortWrap p {
    color: #5d7b8b;
    text-align: center;
    margin: 0px;
    line-height: 26px;
    font-size:10px;
}
div#footerWrap div#copyrightLongWrap {
    border-right: 1px solid #3b5160;
    padding:0px 20px 0px 0px;
}
div#footerWrap div#copyrightLongWrap div#logosWrap {
    margin: 10px 0px 30px 0px;
}
div#footerWrap div#copyrightLongWrap span.logo_haemmerli_small {
    display: block;
    float: left;
    height: 27px;
    width: 101px;
    margin-right: 15px;
    background: url("images/layout/fe_sprite.png") no-repeat -797px -47px transparent;
}
div#footerWrap div#copyrightLongWrap span.logo_walther_small {
    display: block;
    float: left;
    height: 19px;
    width: 157px;
    margin-top: 7px;
    background: url("images/layout/fe_sprite.png") no-repeat -838px -1px transparent;
}
/* QUICKLINKS */
div#footerWrap div#quickLinks {
    border-right: 1px solid #3b5160;
}
div#footerWrap div#quickLinks h2 {
    font-size: 16px;
    padding: 10px 20px;
    color: #5d7b8b;
}
div#footerWrap div#quickLinks ul {
    margin: 0px 20px;
    list-style-type: disc;
    list-style-position: inside;
    color: #fff;
    font-size: 11px;
}
div#footerWrap div#quickLinks ul li {
    margin: 6px 0px;
}
div#footerWrap div#quickLinks ul li a {
    color: #fff;
}
/* NEWSLETTER */
div#footerWrap #newsletterWrap {
    padding:0px 0px 0px 20px;
}
div#footerWrap #newsletterWrap p {
    margin: 0;
    color:#5d7b8b;
}
div#footerWrap #newsletterWrap form {
    margin: 10px 0;
    position: relative;
}
div#footerWrap #newsletterWrap #newsletterFormSmall {
}
div#footerWrap #newsletterWrap input#newsletter_email {
    background-color: #172129;
    border: 1px solid #394049;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    color: #858f9c;
    float: left;
    font-size: 10px;
    height: 30px;
    padding: 0 6px;
    width: 280px;
}
div#footerWrap #newsletterWrap span.error{
    background: none repeat scroll 0 0 #DB8080;
    border: 1px solid #C60E00;
    color: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    left: 0;
    padding: 3px;
    position: absolute;
    top: -19px;
    width: 316px;
    text-align:center;
    font-size:11px;
}
div#footerWrap #newsletterWrap input#newsletter_submit {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("images/layout/fe_sprite.png") no-repeat scroll -114px -1px #172129;
    border-bottom-right-radius: 5px;
    border-color: #394049;
    border-style: solid solid solid none;
    border-top-right-radius: 5px;
    border-width: 1px 1px 1px 0;
    float: left;
    height: 32px;
    width: 30px;
    text-indent:-9999px;
    cursor:pointer;
    font-size: 0;
    display:block;
    line-height: 0;
}
div#footerWrap #newsletterWrap #pwGroupWrap {}
div#footerWrap #newsletterWrap #pwGroupWrap h3{
    color:#bec6cb;
    text-transform:uppercase;
    font-size:10px;
    margin:15px 0px 5px 0px;
}
div#footerWrap #newsletterWrap #pwGroupWrap #umarex,
div#footerWrap #newsletterWrap #pwGroupWrap #walther,
div#footerWrap #newsletterWrap #pwGroupWrap #roehm{
    background: url("images/layout/fe_sprite.png") no-repeat scroll 0px 0px transparent;
    display: block;
    float:left;
    margin:0px 20px;
}
div#footerWrap #newsletterWrap #pwGroupWrap #umarex{
    width:107px;
    height:19px;
    background-position:-952px -93px;
    margin-left:0px;
}
div#footerWrap #newsletterWrap #pwGroupWrap #walther{
    width:69px;
    height:19px;
    background-position:-1068px -95px;
}
div#footerWrap #newsletterWrap #pwGroupWrap #roehm{
    width:55px;
    height:19px;
    background-position:-1145px -93px;
    margin-right:0px;
}