#cookies {
    position:fixed;
    width:100%;
    background: rgba(0,0,0,0.8);
    color:#fff;
    padding:5px 0 15px;
    z-index:999;
    bottom:0;
}

#cookies .container {
    width:700px;
    margin:0 auto;
}

#cookies h1 {
    font-size:16px;
}

#logo {
    width:100%;
    text-align: center;
    height:148px;
    padding-top:20px;
    margin-bottom:25px;
}

#loginpanel {
background: -webkit-linear-gradient(rgba(255, 255, 255, 0.87), rgba(194, 194, 194, 0.87)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(255, 255, 255, 0.87), rgba(194, 194, 194, 0.87)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.87), rgba(194, 194, 194, 0.87)); /* For Firefox 3.6 to 15 */
background: linear-gradient(rgba(255, 255, 255, 0.87), rgba(194, 194, 194, 0.87));
border: 2px solid #646464;
border-radius: 5px;
    width:250px;
    margin:0 auto;
    padding:10px;
    position:relative;
    top:50px;
}


#loginpanel input { 
        width:100%;
}

button.removefc {
    display:none;
    background: none;
    position:absolute;
    right:0;
    top:0;
    height:100%;
    width:28px;
    background:rgba(0,0,0,0.3);
    border-radius: 0;
}

.cartul li a {
    position:relative;
}

.cartul li:hover a .costdiv {

    margin-right:30px;
}
.cartul li a .costdiv {
      -webkit-transition: all .25s;
  transition: all .25s;
}
.cartul li:hover a button.removefc {
    display:block;
}
body {
    background:url('images/background.jpg');
    color:black;
    background-attachment: fixed;
    font-family: arial;
    font-size:12px;
    background-size : 100% auto;
    padding:0;
    margin:0;
}
table {
    font-size:14px;
}

table a {
    color:#275C87;
    text-decoration: none;
}
table a:hover {
    color:#275C87;
    text-decoration: none;
}
#container {
    width:1200px;
    margin:0 auto;
    margin-top:10px;
    position: relative;
}
#lcolumn .container, #content .container, #rcolumn .container {
background: -webkit-linear-gradient(rgba(255, 255, 255, 0.87), rgba(194, 194, 194, 0.87)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(255, 255, 255, 0.87), rgba(194, 194, 194, 0.87)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.87), rgba(194, 194, 194, 0.87)); /* For Firefox 3.6 to 15 */
background: linear-gradient(rgba(255, 255, 255, 0.87), rgba(194, 194, 194, 0.87));
border: 2px solid #646464;
border-radius: 5px;
}

h3 {
    font-size:14px;
    margin:0;
    text-transform: uppercase;
    color:#606060;
    margin-bottom:5px;
}

.productinfo tr td {
    padding:5px;
}
.productinfo tr:nth-child(even):not(.ev) {
    background-color: transparent;
}
.undisplayed {
    position:absolute;
    right:5px;
    top:3px;
    background:#F75B73;
    padding:3px 1px;

    width:16px;
    font-weight: bold;

    text-align: center;
    font-size:11px;
    border-radius:16px;
    color:#fff;
}
.productinfo tr {
    background-color: rgba(255, 255, 255, 0.3);
}

#lcolumn {
    left:0;
    position: absolute;
    width:235px;
}

#lcolumn ul li, #rcolumn ul li {
    list-style:none;
}

#lcolumn ul li a:hover {
    background:#EFEFEF ;
    color:#676767;
    padding-left:10px;
    width:216px;
}
#rcolumn ul li a:hover {
    background:#EFEFEF ;
    color:#676767;
    padding-left:10px;
    width:236px;
}

#lcolumn ul li a {
    padding:5px;
    display:inline-block;
    text-decoration: none;
    border-bottom:1px solid #A2A2A2;
    width:221px;
    color:#000000;
    padding-left:8px;
  -webkit-transition: all .25s;
  transition: all .25s;
}
#rcolumn ul li a {
    padding:5px;
    display:inline-block;
    text-decoration: none;
    border-bottom:1px solid #A2A2A2;
    width:241px;
    color:#000000;

  -webkit-transition: all .25s;
  transition: all .25s;
}

#lcolumn ul li:first-child a, #rcolumn ul li:first-child a {
    border-top:1px solid #A2A2A2;
}

#lcolumn ul li:last-child a, #rcolumn ul li:last-child a {
    border-bottom:0;
}

#lcolumn ul, #rcolumn ul {
    padding:0;
    margin:0;
}

#lcolumn .container h2, #rcolumn .container h2 {
    padding:5px;
    text-align: center;
    margin:0;
    color:#606060;
    font-size:17px;
    text-transform: uppercase;
}

form {
    margin:0;
}

#content {

    width:675px;
    position: absolute;
    right:272.5px;
}

#footer {
    text-align:center;
    padding:10px;
    margin-bottom:50px;
}

#content .container  {
    padding:10px;
}
#rcolumn {
    width:255px;
    position:absolute;
    right:0;

}

label {
    padding:5px;
    display:inline-block;
}

#rcolumn form input {
    width:100%;
}

#content form input, textarea {
    border-radius:5px;
}

form input, textarea {
    background:rgba(255, 255, 255, 0.4) ;
    border:0;
    padding:10px;
    font-family:arial;
}

#rcolumn .container button {
   
}
button {

    background:#606060;
    border:0;
    padding:5px 10px;
    color:#fff;
    font-family:arial;
    border-radius:5px;
    font-size:12px;
}

button:disabled {
    opacity:0.7;
}

.ghs_p {
    width:100%;
      height: 100%;
      top: 0;
      left:0;
        background: rgba(0,0,0,0.6);
        z-index:999;
        position: fixed;
        color:#606060;
        display: none;
}
.imgb_p {
    width:100%;
      height: 100%;
      top: 0;
      left:0;
        background: rgba(0,0,0,0.6);
        z-index:999;
        position: fixed;
        color:#606060;
        display: none;
}

.imgb_p .imgb img{
    width:80%;
}

.imgb_p .imgb {
    text-align: center;
    position:fixed;
    width:800px;
    left:0;
    right:0;
    margin:0 auto;
    top:40px;
}

.ghs {
    display: block;
    background: -webkit-linear-gradient(rgba(255, 212, 162, 0.87), rgba(255, 225, 199, 0.87)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(255, 212, 162, 0.87), rgba(255, 225, 199, 0.87)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(255, 212, 162, 0.87), rgba(255, 225, 199, 0.87)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(255, 212, 162, 0.87), rgba(255, 225, 199, 0.87)); 
    border:2px solid #afafaf;
    border-radius:5px;
    position:fixed;
    width:800px;
    left:0;
    right:0;
    margin:0 auto;
    top:40px;
}

.ghs h1, .ghs h2 {
    color:#353535;
    padding:0;
    margin:0;
    background:rgba(0,0,0,0.2);
    padding:5px;
}

.ghs p {
    padding:5px;
}

.miniature {
    position:relative;
        cursor:pointer;
}

.miniature:hover .loupe {
    opacity:0.9;
}
.loupe {
    background:url('images/loupe.png');
    width:41px;
    height:41px;
    position:absolute;

    left:0;
    right:0;
    margin:0 auto;
    top:50%;
  margin-top:-20.5px;
  opacity:0.3;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.langbox, .currbox {
background: -webkit-linear-gradient(rgba(255, 255, 255, 0.87), rgba(194, 194, 194, 0.87)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(255, 255, 255, 0.87), rgba(194, 194, 194, 0.87)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.87), rgba(194, 194, 194, 0.87)); /* For Firefox 3.6 to 15 */
background: linear-gradient(rgba(255, 255, 255, 0.87), rgba(194, 194, 194, 0.87));
border: 2px solid #646464;
border-radius: 5px;
    color:#000;

}

.langbox select, .currbox select {
    border:0;
    background:#afafaf;
    padding:5px;
    color:#EFEFEF;
    font-family: arial;
    font-weight: bold;
    height:30px;
}

button .fa {
    margin-right:3px;
}