/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 4246 2013-01-11 14:36:07Z Tomcraft1980 $

   modified eCommerce Shopsoftware
   http://www.modified-shop.org

   Copyright (c) 2009 - 2013 [www.modified-shop.org]
   -----------------------------------------------------------------------------------------
   based on:
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com
   (c) 2003 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org
   (c) 2004 XT-Commerce (stylesheet.css 1262 2005-09-30); www.xt-commerce.com

   Released under the GNU General Public License
   -----------------------------------------------------------------------------------------

   xtc5 Template & Stylesheets
   (c) 2007 Ing. Michael Fuerst, bluegate communications, http://www.bluegate.at
   ---------------------------------------------------------------------------------------*/

/* THE BIG GUYS */
* {
margin:0;
padding:0;
}
body {
font-family:Arial, Sans-serif;
font-size:12px;
margin:55px 0;
padding:0;
background:#6c757c url("img/bg.gif") repeat-x scroll 0 0 ;
color:#000;

line-height:18px;
}
/* HEADINGS */
h1 {
color:#333;
font-weight:normal;
font-size:20px;
margin:9px 0 15px 0;
padding:0px 0px 4px;
width:auto;
border-bottom: 2px solid #555;
}
h2 {
color:#000;
font-weight:bold;
font-size:16px;
margin:15px 0 8px 0;
padding:0;
}
h3 {
color:#111;
font-weight:bold;
font-size:13px;
margin: 15px 0 8px;
    padding: 0;
}
/* LINKS GLOBAL */
a[href$=".pdf"]:link {
  background: url(img/pdf.png) no-repeat center left;
  text-decoration:underline;
  padding-left: 20px;
}


a, a:link, a:visited, a:active, a:hover {
background:transparent;
text-decoration:none;
outline:none;
cursor:pointer;
}
a:link {
color:#003366;
outline:none;
}
a:visited {
color:#003366;
outline:none;
}
a:hover, a:active {
color:#003366;
outline:none;
}
a:hover {
color:#000;
text-decoration:underline;
outline:none;
}
a img {
border:none;
outline:none;
}
a img:hover {
opacity: 0.90;
}

/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
font-family:Arial, Sans-serif;
font-size:12px;
}

input:focus {
 outline: 0px solid #a00;
 box-shadow: 0px 2px 5px 2px #ccc;
 -moz-box-shadow: 0px 2px 5px 2px #ccc;
 -webkit-box-shadow: 0px 2px 5px 2px #ccc;
}
input[id=searchbox]:focus {
  outline: 0px solid #a00;
 box-shadow: none;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
}

textarea {
font-family:Arial, Sans-serif;
font-size:12px;
border:1px solid #999;
padding:10px;
}
textarea:focus {
 outline: 0px solid #a00;
 box-shadow: 0px 2px 5px 2px #ccc;
 -moz-box-shadow: 0px 2px 5px 2px #ccc;
 -webkit-box-shadow: 0px 2px 5px 2px #ccc;
}

select {
font-family:Arial, Sans-serif;
font-size:12px;
border:1px solid #888;
}
/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */
input[type=text], input[type=password] {
border:1px solid #888;
padding:2px;
}
input[name=street_address] {
width:200px;
}
input[name=suburb] {
width:200px;
}
input[name=postcode] {
width:200px;
}
input[name=city] {
width:200px;
}

input[name=company] {
width:200px;
}

input[type=radio], input[type=checkbox] {
margin: 0 3px;
}
/* PARAGRAPH GLOBAL */
p {
margin:8px 0;
}
/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
padding-top:1px;
height:0;
overflow:hidden;
margin:0;
line-height:0;
background-color:#888;
}
div.hrlightgrey {
padding-top:1px;
height:0;
overflow:hidden;
margin:0;
line-height:0;
background-color:#999;
}
div.hrproductpreview {
padding-top:1px;
height:0;
overflow:hidden;
margin:12px 0;
display:inline;
height:0;
line-height:0;
display:block;
background-image:url(img/hr_productpreview.gif);
}
/* TABLE GLOBAL */
table td {
padding:2px;
}
/* WHOLE SITE WRAPPER */
#wrap {
width:1020px;
background-color:#fff;
margin:0 auto 10px;
position: relative;
}
#wrap:before, #wrap:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 90%;
    background: rgba(0, 0, 0, 0.7);
     -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);
     -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
     box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
     -webkit-transform: rotate(-3deg);
     -moz-transform: rotate(-3deg);
     -o-transform: rotate(-3deg);
     -ms-transform: rotate(-3deg);
     transform: rotate(-3deg);
     }
        #wrap:after
        {
          -webkit-transform: rotate(3deg);
          -moz-transform: rotate(3deg);
          -o-transform: rotate(3deg);
          -ms-transform: rotate(3deg);
          transform: rotate(3deg);
          right: 10px;
          left: auto;
        }

/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */
#header {
height:99px;
width:100%;
background:#fff url(img/logo.jpg) no-repeat;
border-top:0px solid #fff;
border-bottom:0px solid #fff;
}
#header #logo {
float:left
}
#header #search {
width:230px;
height:75px;
float:right;
color:#fff;
padding:30px 0 0 60px
}
#header #search a {
color:#fff;
font-size:11px;
outline:none;
}
#header td {
padding-top:1px;
padding-right:4px;
}
/* BREADCRUMB PATH AS LIST */
#breadcrumb {
clear:both;
color:#a00;
padding:1px 0 10px 15px;
list-style-type:none;
outline:none;
height:22px;
border-top:1px solid #ccc;
background:#fff;
font-size:11px;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
line-height:23px;
text-decoration:none;
outline:none;
font-weight:normal;
cursor:pointer;
color:#333;
margin:0;
padding:0;
}
/* TOPMENU AS LIST */
#topmenuwrap {
background:#000 repeat-x;
border-bottom: 0px solid #555;
}

#topmenu {
width:100%;
float:left;
margin: 0 0 0em 0;
padding:0;
list-style-type:none;
height:0px;
font-size:13px;
}
#topmenu li {
  float:left;
}
#topmenu li a {
display:block;
height: 25px;
line-height: 25px;
padding:0 25px;
margin:0;
font-size: 15px;
color: #fff;
border-right:1px solid #333;
/*background:url(img/bg_topmenu_breakline.gif) no-repeat;*/
background-position:right;
}
#topmenu li a:hover {
background: url(img/topmenuhover.png) repeat-x;

}

/* LANGUAGE SELECTION IN TOPMENU LIST */
#languages {
text-align:right;
height:15px;
font-size:13px;
padding:10px 10px 0 0;
margin:0;
}
/* CONTENT WRAPPER */
#contentwrap {
clear:both;
width:1020px;
padding:0;
}
/* LEFT COLUMN */
#leftcol {
float:left;
width:200px;
padding:0 0 15px 0;
}
/* RIGHT COLUMN */
#rightcol {
float:right;
width:0px;
padding: 0;
}
/* MAIN CONTENT */
#content {
float:left;
width:730px;
padding:0 45px;
margin-bottom:15px;
}
#contentfull {
width:920px;
padding:0 30px;
margin-bottom:15px;
}
/* CATEGORY MENU */
h2.categoryheader {
background:#fff;
height:28px;
border-bottom:2px solid #900;
font-size:15px;
color:#000;
font-variant:small-caps;
padding:2px 8px 0 8px;
margin:0;
line-height:28px;
vertical-align:middle;
}
h2.categoryheader a {
text-decoration:none;
outline:none;
color:#fff;
}
ul#categorymenu {
background-color:#fff;
margin-bottom:15px;
font-size:12px;
}
ul#categorymenu li a.actparentlink { font-style:italic; }
ul#categorymenu li a.actlink { font-style:italic; text-decoration:underline; }
/* 1st TIER */
ul#categorymenu li.level1 {
list-style-type:none;
border:solid #fff;
border-width:1px 0 0 0;
}
ul#categorymenu li.level1 a {
text-decoration:none;
outline:none;
color:#000;
background:#fff;
font-weight:bold;
padding:4px 0 4px 6px;
display:block;
transition: all 0.2s linear;
}
ul#categorymenu li.level1 a:hover {
text-decoration:none;
color:#a00;
background-color:#fff;
text-shadow: 1px 1px 0px #ccc;
font-weight:bold;
}
ul#categorymenu li.activeparent1 a  { font-style:normal; background:#fff; }
ul#categorymenu li.active1 a  {	font-style: normal; background: #f9f9f9;color:#a00;}
.level1.active1.activeparent1 > a {
    border-bottom: 1px solid #555;
}
.level1.activeparent1 > a {
    border-bottom: 1px solid;
}
.level1.active1.activeparent1 > ul {
    border-bottom: 1px solid #555;
}
.level1.activeparent1 > ul {
    border-bottom: 1px solid #555;
}
/* 2nd TIER */
ul#categorymenu li.level2 {
list-style-type:none;
}
ul#categorymenu li.level2 a {
text-decoration:none;
outline:none;
color:#333;
background:url(img/dotted1.gif) no-repeat 8px 9px #fafafa;
font-weight:bold;
padding:4px 0 4px 18px;
display:block;
}
ul#categorymenu li.level2 a:hover {
text-decoration:none;
color:#a00;
background-color:#fff;
font-weight:bold;
}
ul#categorymenu li.activeparent2 a  { font-style:italic; background:#fff; }
ul#categorymenu li.active2 a  {font-style:normal; color:#a00; }
/* 3rd TIER */
ul#categorymenu li.level3 {
list-style-type:none;
border:solid #fff;
border-width:1px 0 0 0;
}
ul#categorymenu li.level3 a {
text-decoration:none;
outline:none;
color:#333;
background:url(img/dotted1.gif) no-repeat 16px 9px #fff;
font-weight:bold;
padding:4px 0 4px 26px;
display:block;
}
ul#categorymenu li.level3 a:hover {
text-decoration:none;
color:#a00;
background-color:#fff;
font-weight:bold;
}
ul#categorymenu li.activeparent3 a  { font-style:italic; background: #c7c7c7; }
ul#categorymenu li.active3 a  {font-style:italic; background:#fff; color:#900; }
/* 4th TIER */
ul#categorymenu li.level4 {
list-style-type:none;
border:solid #fff;
border-width:1px 0 0 0;
}
ul#categorymenu li.level4 a {
text-decoration:none;
outline:none;
color:#333;
background:url(img/dotted1.gif) no-repeat 24px 9px #b3b3b3;
font-weight:bold;
padding:4px 0 4px 34px;
display:block;
}
ul#categorymenu li.level4 a:hover {
text-decoration:none;
color:#333;
background-color:#999;
font-weight:bold;
}
ul#categorymenu li.activeparent4 a  { font-style:italic; background: #b3b3b3; }
ul#categorymenu li.active4 a  {font-style:italic; background:#d7c9d1; }
/* 5th TIER */
ul#categorymenu li.level5 {
list-style-type:none;
border:solid #fff;
border-width:1px 0 0 0;
}
ul#categorymenu li.level5 a {
text-decoration:none;
outline:none;
color:#333;
background:url(img/dotted1.gif) no-repeat 32px 9px #a2a2a2;
font-weight:bold;
padding:4px 0 4px 42px;
display:block;
}
ul#categorymenu li.level5 a:hover {
text-decoration:none;
color:#333;
background-color:#7e7e7e;
font-weight:bold;
}
ul#categorymenu li.activeparent5 a  { font-style:italic; background: #a2a2a2; }
ul#categorymenu li.active5 a  {font-style:italic; background:#d7c9d1; }
/* CATEGORY IMAGE DEFINITION */
img.imgLeft {
float:left;
margin:2px 10px 2px 0;
position:relative;
}
/* BOXES GLOBAL DEFINITION */
h2.boxheader {
background:#fff;
height:28px;
font-size:15px;
color:#000;
padding:2px 8px 0 8px;
margin:0;
font-variant:small-caps;
line-height:28px;
vertical-align:middle;
border-bottom: 2px solid #333;
}
h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {
text-decoration:none;
outline:none;
color:#003366;
}
.boxbody {
background-color:#f6f6f6;
padding:8px;
margin-bottom:15px
}
.boxbody h3, .boxbody h3 a {
font-size:11px
}
.boxbody h3.center, .boxbody h3.center a {
font-size:11px;
text-align:center;
outline:none;
}
.boxbody p {
color:#000;
font-size:11px;
margin:6px 0;
}
.boxbody p.center {
color:#000;
font-size:11px;
text-align:center;
margin:6px 0;
}
.boxbody td {
color:#000;
font-size:11px;
margin:6px 0;
}
.boxbody .productOldPrice {
font-size:11px;
color:#900
}
.boxbody div.hr {
margin:5px 0;
}
.boxbody div.hrlightgrey {
margin:5px 0;
}
.boxbody a {
font-size:11px;
outline:none;
}
.boxbody .productboximage {
padding:5px;
background:#fff;
}
.boxbody ul.contentlist {
margin-left:5px;
margin-right:0;
padding:0;
}
.boxbody ul.contentlist li {
margin-left:0;
padding:0;
list-style-type:none;
}
.boxbody img {
  max-width:182px;
}
.contentlist a {
border-bottom:1px solid #ccc;
display:block;
padding:5px 0;
outline:none;
}
/* CART BOX */
h2.boxcartheader {
background:#893769 url(img/bg_boxheader_cart.gif);
height:28px;
font-size:12px;
color:#fff;
padding:2px 8px 0 8px;
margin:0;
line-height:28px;
vertical-align:middle;
}
h2.boxcartheader a {
text-decoration:none;
color:#fff;
outline:none;
}
.boxcartbody {
padding:4px 8px 4px 8px;
margin-bottom:15px;
background-color:#ededed;
border:solid #ccc;
border-width:0 1px 1px 1px;
}
.boxcartbody p {
font-size:11px;
}
/* PRODUCT PREVIEW */
.productPreview {
padding:0;
margin:0;
}
.productPreviewContent {
vertical-align:top;
}
.productPreviewContent h2 {
padding:0;
margin:0 0 5px 0;
}
.productPreviewContent h2 a {
font-size:14px;
font-weight:bold;
outline:none;
}
/* Vorschaubilder TD mit gleichem Abstand */
/* Dokuman - 2009-06-06 - Fix new products display in firefox - picture size is 120px by default */
/*.productPreviewImage { width:100px; display:block } */
.productPreviewImage {
  width:120px;
  display:block;
  vertical-align:top;
  padding:3px 15px 0 0;
}
.productPreviewImage img {
border:solid 0 #999;
}
.productPreviewContent .price {
font-size:18px;
font-weight:normal;
padding:0;
margin:0;
}
.productPreviewContent .taxandshippinginfo {
font-size:11px;
font-weight:normal;
color:#999;
padding:0;
margin:0;
}
.productPreviewContent .vpe {
font-size:11px;
font-weight:normal;
color:#999;
padding:0;
margin:0;
}
.productPreviewContent .shippingtime {
font-size:11px;
font-weight:normal;
color:#999;
padding:0;
margin:0;
}
.productPreviewContent .stockimage {
margin:0;
padding:0;
}
.productPreviewContent .stockimagetext {
margin:0;
padding:0;
font-size:11px;
font-weight:normal;
color:#999;
}
.productPreviewContent .productOldPrice {
font-size:12px;
font-weight:normal;
color:#900;
}
.productPreviewContent .taxandshippinginfo a {
font-size:11px;
font-weight:bold;
color:#999;
text-decoration:underline;
outline:none;
}
/* PRODUCT INFO / PRODUCT DETAILS */
#productinfowrap {
display:table;
width:100%;
}
#productinfoimages {
float:left;
background-color:#ededed;
text-align:center;
width:140px;
padding:10px;
margin:0 10px 10px 0;
border:solid 1px #999;
}
#productinfoimages .productimage {
border:solid 1px #999;
}
#productinfoimages .hrlightgrey {
margin:6px 0;
}
#productinfoprice {
padding:5px;
}
#productinfoprice img {
cursor:pointer;
}
#productinfoprice .hrlightgrey {
margin:6px 0;
}
#productinfoprice .productprice {
margin:0;
padding:0;
font-size:18px;
font-weight:normal;
}
#productinfoprice .productOldPrice {
color:#900;
margin:0;
padding:0;
font-size:12px;
font-weight:bold;
}
#productinfoprice .taxandshippinginfo {
margin:0;
padding:0;
font-size:11px;
font-weight:normal;
color:#999;
}
#productinfoprice .taxandshippinginfo a {
margin:0;
padding:0;
font-size:11px;
font-weight:bold;
color:#999;
text-decoration:underline;
outline:none;
}
#productinfoprice .shippingtime {
margin:0;
padding:0;
font-size:11px;
font-weight:normal;
color:#999;
}
#productinfoprice .stockimage {
margin:0;
padding:0;
}
#productinfoprice .stockimagetext {
margin:0;
padding:0;
font-size:11px;
font-weight:normal;
color:#999;
}
p.productinfoproductadded {
font-size:11px;
}
.productoptions {
background-color:#f8f8f8;
padding:6px;
border:solid #ccc;
border-width:1px 0 0 0;
}
.addtobasket {
background-color:#f8f8f8;
background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(2248,248,248,1) 0%,rgba(255,255,255,0) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(248,248,248,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
padding:6px;
text-align:right;
border:#ccc solid;
border-width:1px 0 0 0;
}
/* POPUPS PRODUCTINFO */
body.popupproductinfo {
padding:15px;
background:#fff none;
}
/* POPUP print_order.html */
body.popupprintorder {
font-family:Arial, Sans-serif;
font-size:13px;
padding:15px;
background:#fff none;
}
body.popupprintorder .products tr.header td {
font-weight:bold;
background-color:#ededed;
}
body.popupprintorder .products .total {
text-align:right;
}
body.popupprintorder .products .quantity {
vertical-align:top;
}
body.popupprintorder .productname {
vertical-align:top;
}
body.popupprintorder .model {
vertical-align:top;
}
body.popupprintorder .singleprice {
vertical-align:top;
}
body.popupprintorder .totalprice {
vertical-align:top;
}
/* HIGHLIGHTBOX (BACKGROUND) */
div.highlightbox {
padding:15px;
background-color:#f8f8f8;
border: none;
overflow:auto;
}
div.highlightbox ul {
margin-left:15px;
padding:0;
display:block;
list-style-type:square;
line-height:20px;
}
div.highlightbox h1 {
color:#003366;
padding:0 0 10px 0;
margin:0;
border:none;
font-size:16px;
}
div.highlightbox div.hr {
height:1px;
line-height:1px;
margin:0;
padding:0;
display:block;
border-bottom:solid 1px #eee;
}
/* PAYMENT TYPE SELECTION */
table.paymentblock {
  background-color:#fff;
  margin-bottom:15px;
}
table.paymentblock tr td.header {
  background-color:#fff;
  padding:2px;
  padding-left:5px;
  color:#000;
  font-weight:bold;
  border-bottom: 2px solid #333;

}
table.paymentblock tr td.header.left {
  border-bottom: 2px solid #333;
}
table.paymentblock tr td.header.right {
  border-bottom: 2px solid #333;
}
table.paymentblock tr td.payleft {
  border:none;
  background-color: #f8f8f8;
}
table.paymentblock tr td.payright {
 border:none;
  background-color: #f8f8f8;

}
table.paymentblock tr td.filler {
  background:#fff !important;
  line-height:10px !important;
}
/* SHIPPING TYPE SELECTION */
table.shippingblock {
  background-color:#f8f8f8;
  margin-bottom:15px;
}
table.shippingblock tr td.header {
  background-color:#fff;
  padding:2px 2px 2px 5px;
  color:#000;
  font-weight:normal;
  border-bottom: 2px solid #333;
}
table.shippingblock tr td {
  vertical-align:top;
}
table.shippingblock tr td.filler {
  background:#fff !important;
  line-height:10px !important;
}
table.shippingblock tr td.description {
  width:100%;
  vertical-align:top;
  padding-left:6px;
  border:#eee solid;
  border-width:0 0 1px 0;
}
table.shippingblock tr td.freeshipping {
  width:100%;
  vertical-align:top;
  padding-left:6px;
  border:#eee solid;
  border-width:0 1px 1px 1px;
}
table.shippingblock tr td.radiobutton {
  vertical-align:top;
  white-space:nowrap;
  padding:4px;
  border:#eee solid;
  border-width:0 0 1px 1px;
}
table.shippingblock tr td.radiobutton input {
  margin:0;
  padding:0;
}
table.shippingblock tr td.price {
  vertical-align:top;
  white-space:nowrap;
  border:#eee solid;
  border-width:0 1px 1px 0;
}
/* ORDER DETAILS IN ACCOUNT HISTORY */
table.accounthistoryinfoorderdetails tr td {
vertical-align:top;
}
table.accounthistoryinfoorderdetails tr.header td {
font-weight:bold;
}
/* MESSAGEBOX ON CONTACT SITE */
textarea.message_body {
width:130px;
}
/* DOWNLOAD BOX FOR USER DOWNLOADS */
table.downloadbox {
padding:5px;
background-color:#f8f8f8;
border:solid #d9d9d9 1px;
margin-bottom:8px;
}
table.downloadbox tr td.icon {
padding-right:15px;
}
table.downloadbox tr td.downloadlink {
width:100%;
}
/* TABLE WICH SHOWS GRADUATED PRICES */
table.graduatedprice {
font-size:11px;
text-align:left;
margin-top:5px;
}
table.graduatedprice tr td.header {
font-size:12px;
font-weight:bold;
text-align:left;
}
/* ORDER DETAILS */
table.orderdetails {
font-size:12px;
background-color:#fff;
}
table.orderdetails tr td {
padding:4px;
}
table.orderdetails tr.headerrow td {
background-color:#fff;
border-bottom: 1px solid #a00;
color:#000;
font-weight:bold;
}
table.orderdetails tr.headerrow td.left {
text-align:left;
}
table.orderdetails tr.headerrow td.center {
text-align:center;
}
table.orderdetails tr.headerrow td.right {
text-align:right
}
/* ORDER DETAILS CONTENT ROW 1 */
table.orderdetails tr.contentrow1 td {
background-color:#f8f8f8;
vertical-align:top;
}
table.orderdetails tr.contentrow1 td.quantity {
text-align:center;
}
table.orderdetails tr.contentrow1 td.quantity input {
font-size:11px;
padding:2px;
border:solid #ccc 1px;
}
table.orderdetails tr.contentrow1 td.productname {
text-align:left;
}
/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {
background-color:#fff;
vertical-align:top;
}
table.orderdetails tr.contentrow2 td.quantity {
text-align:center;
}
table.orderdetails tr.contentrow2 td.quantity input {
font-size:11px;
padding:2px;
border:solid #ccc 1px;
}
table.orderdetails tr.contentrow2 td.productname {
text-align:left;
}
/* ORDER DETAILS SINGLE PRICE */
table.orderdetails tr td.singleprice {
text-align:right;
white-space:nowrap;
}
/* ORDER DETAILS TOTAL PRICE PER ITEM */
table.orderdetails tr td.totalprice {
text-align:right;
white-space:nowrap;
}
/* ORDER DETAILS DELETE CHECKBOX */
table.orderdetails tr td.delete {
text-align:center;
white-space:nowrap;
}
/* ORDER DETAILS PRODUCT ATTRIBUTES */
table.orderdetails tr td.productname table.productattributes {
margin-top:3px;
}
table.orderdetails tr td.productname table.productattributes tr td {
padding:0;
}
table.orderdetails tr td.productname table.productattributes tr td.attribute {
padding-right:4px;
white-space:nowrap;
}
table.orderdetails tr td.productname table.productattributes tr td.value {
width:300px;
}
/* ORDER DETAILS SUBTOTAL */
table.orderdetails tr td.subtotal {
background-color:#fff;
text-align:right;
border:#888 solid;
border-width:1px 0 0 0;
}
/* PRODUCT NAVIGATOR */
div.productnavigator {
background-color:#ededed;
padding:8px;
border:#999 1px solid;
}
/* REVIEW LIST */
table.reviewlist {
background-color:#f8f8f8;
border:#ccc solid;
border-width:0 1px 1px 1px;
}
table.reviewlist tr td {
padding:4px;
white-space:nowrap;
}
table.reviewlist tr.header td {
background-color:#ccc;
color:#fff;
font-weight:bold;
}
table.reviewlist tr.contentrow1 td {
background-color:#f8f8f8;
}
table.reviewlist tr.contentrow2 td {
background-color:#f8f8f8;
}
textarea#review {
width:95%;
}
/* MEDIA LIST */
table.medialist {
background-color:#f8f8f8;
border:#ccc 1px solid;
}
table.medialist tr td {
padding:6px;
vertical-align:top;
}
table.medialist tr.contentrow1 td {
background-color:#f8f8f8;
}
table.medialist tr.contentrow2 td {
background-color:#f8f8f8;
}
/* SITEMAP */
.sitemapwrap .sitemapleft {
background-color:#fff;
border:#ccc 0px solid;
display:table;
float:left;
width:235px;
margin-bottom:15px;
}
.sitemapwrap .sitemapright {
background-color:#fff;
border:none;
display:table;
float:right;
width:235px;

margin-bottom:15px;
}
.sitemapheader {
padding:3px;
background-color:#fff;
border-bottom: 2px solid #333;
color:#000;
font-weight:bold;
}
.sitemapheader a:link, .sitemapheader a:visited, .sitemapheader a:hover {
color:#000;
text-decoration:none;
outline:none;
}
.sitemapcontent {
padding:6px;
}
.sitemapcontent li {
list-style-type:none;
}
/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea {
width:100%;
}
/* ORDER DETAILS ON CHECKOUT SITE */
table.checkoutconfirmationorderdetails {
padding:0;
margin:0 0 10px 0;
border:none;
}
table.checkoutconfirmationorderdetails tr td.productname {
width:100%;
font-weight:bold;
}
table.checkoutconfirmationorderdetails tr td.shippingtime {
padding:0 0 0 30px;
color:#666;
font-size:11px;
font-weight:normal;
white-space:nowrap;
}
table.checkoutconfirmationorderdetails tr td.productattributes {
padding:0 0 0 30px;
color:#666;
font-size:11px;
font-weight:normal;
}
table.checkoutconfirmationorderdetails tr td.productprice {
white-space:nowrap;
text-align:right;
}
table.checkoutconfirmationorderdetailstotal {
padding:0;
margin:10px 0 0 0;
border:none;
}
table.checkoutconfirmationorderdetailstotal tr td.name {
width:100%;
text-align:right;
}
table.checkoutconfirmationorderdetailstotal tr td.value {
white-space:nowrap;
text-align:right;
}
/* AGB ON CHECKOUT SITE */
p.checkoutagb textarea {
width:100%;
}
/* CHECKOUT NAVIGATION */
ul#checkoutnavigation {
margin:0;
padding:0;
margin-top:15px;
}
ul#checkoutnavigation li {
height:70px;
list-style-type:none;
float:left;
width:195px;
margin-right:15px;
border:solid 1px;
padding:8px;
}
ul#checkoutnavigation li.active {
background-color:#f8f8f8;
}
ul#checkoutnavigation li.active .number {
font-size:20px;
font-weight:bold;
}
ul#checkoutnavigation li.active .title {
font-size:14px;
font-weight:bold;
}
ul#checkoutnavigation li.active .description {
font-size:11px;
}
ul#checkoutnavigation li.inactive {
color:#999;
background-color:#ededed;
border-color:#999;
}
ul#checkoutnavigation li.inactive .number {
font-size:20px;
font-weight:bold;
}
ul#checkoutnavigation li.inactive .title {
font-size:14px;
font-weight:bold;
}
ul#checkoutnavigation li.inactive .description {
font-size:11px;
}
/* ERROR MESSAGES */
.errormessage {
border:solid red 2px;
padding:15px;
background-color:#FFD6D6;
margin-bottom:10px;
}
/* SUCCESS MESSAGE */
.messageStackSuccess {
padding:4px;
background-color:#6f6;
}
/* FOOTER */
.footer {
clear:both;
border-top:1px solid #fff;
text-align:center;
font-size:12px;
text-shadow: 1px 1px #fefefe;
color:#333;
background-color:#E2E2E2;
padding:8px;
margin-bottom:5px;
border-bottom:1px solid #ccc;
}
.footer a {
color:#333;
text-decoration:underline;
outline:none;
}
/* COPYRIGHT */
.copyright {
margin:0 auto;
width:970px;
text-align:center;
color:#333;
font-size:11px;
padding:0 0 10px 0;
}
.copyright a {
  text-decoration:none;
}
/* MODIFIED STYLE */
span.cop_magenta {
  color:#333;
}
span.cop_grey {
  color:#333;
}
/* ParseTime */
.parseTime {
margin:0 auto;
width:970px;
text-align:center;
color:#666;
font-size:11px;
padding:0 0 10px 0;
}
/* Mehr Bilder unterhalb der Beschreibung */
.morepics {
background-color:#ededed;
padding:6px;
text-align:right;
border:#999 solid;
border-width:1px 0 0 0;
display:block;
height:auto;
width:512px;
float:left;
margin-bottom:2px;
}
.morepics img {
padding:4px;
margin-right:8px;
background:#fff;
height:100px;
width:auto;
float:left;
margin-bottom:8px;
}
/* BESTELLER BOX mit Bildern in DL DT Liste */
dt {
  float:left;
  width:40px;
}
dt img {
  border:1px solid #ccc;
  padding:2px;
  background:#fff;
  max-width:40px !important;
}
dd {
  float:right;
  width:125px
}
td.productPreviewContent {
width:550px;
text-align:left;
}
/* Tomcraft - 2009-09-22 - FIX DER AUFZÄHLUNGEN IM CONTENT */
#content ol, #content ul {
  margin:10px 0 10px 14px;
}
/* Tomcraft - 2009-09-22 - FIX DER AUFZÄHLUNGEN IN DER DRUCKANSICHT */
.popupproductinfo #productinfowrap ol, .popupproductinfo #productinfowrap ul {
  margin:10px 0 10px 186px;
}
/* SEARCHBOX */
.search_header {
line-height:normal;
}
/* Tomcraft - 2009-10-02 - Include "Single Price" in checkout_confirmation */
td.main_row {
border-top:1px solid #ccc;
}
/* Hetfield - 2010-01-20 - Remove agb-textarea from checkout_payment */
div.agbframe {
width:100%;
height:200px;
overflow:auto;
padding:10px;
border:1px solid #888;
}
/* web28 - 2010-04-29 - fix ol and ul Tag  in checkout_payment agbframe */
ol#address_block, div.agbframe ol, div.agbframe ul  {
margin-left:30px;
}
/* web28 - 2010-07-25 - NO JAVASCRIPT FALLBACK für TABS/ACCORDION in product_info */
#tabbed_product_info ul,#accordion_product_info h3 a {
display:none;
}
#tabbed_product_info .morepics {
background-color:#ededed;
padding:6px;
border-width:1px 0 0 0;
width:512px;
margin-bottom:17px;
}
/* web28 - 2010-07-25 - FIX DER AUFZÄHLUNGEN IM CONTENT  für TABS/ACCORDION in product_info */
#tab_description ol, #tab_description ul, #accordion_product_info ol, #accordion_product_info ul{
margin:10px 0 10px 22px;
display:block;
}
/* h-h-h - 2011-05-15 - MOUSE POINTER FOR PRODUCTOPTIONS RADIO BUTTON TEXT */
.productoptions label {
  cursor: pointer;
}
/* h-h-h - 2011-08-28 - DEFINE GLOBAL CENTER */
.centered {
  margin: 0 auto;
}

/*address block */
div#address_block div.address{
width: 260px;
float:left;
height:140px;
padding:5px; 
margin:0 15px 15px 0;
border: solid 1px #a3a3a3;
background:#F8F8F8;
}
div#address_block input{
vertical-align: middle;
}

/*new checkout*/
div.checkout_infos{
width:940px;
border: 0px solid red;
}
div.checkout_infos h2{
font-family: Arial, Sans-serif;
color:#333; /*#1e3630;*/
font-weight:bold;
font-size:15px;
margin: 0px;
float:left;
}
div.checkout_infos a{
font-style:italic;
font-weight:bold;
color:#003366; /*#1e3630;*/
}
div.checkout_infos div.text,p.text{
margin-top:0px;
}
div#address_block div.address{
width: 260px;
float:left;
height:140px;
padding:5px; 
margin:0 15px 15px 0;
border: solid 1px #a3a3a3;
background:#F8F8F8;
}
div#address_block input{
vertical-align: middle;
}
div.checkoutInfoBoxes{
width:438px;
border: 0px solid #a3a3a3;
padding:5px;
margin-right:20px;
float:left;
}
div.checkoutInfoBoxes  a.more_info{
color: red!important;
}
div.checkoutInfoBoxesLarge{
width:910px;
border: 0px solid #a3a3a3;
padding:5px;
margin-right:0px;
float:left;
}
div.checkoutNavBoxes{
width:438px;
border:none;
background:#f5f5f5;
padding:5px;
margin-right:20px;
float:left;
height:120px;
}
div.checkoutNav2Boxes{
width:438px;
border: none;
background-color:#f5f5f5;
padding:5px;
margin-right:20px;
min-height: 70px;
float:left;
}
div.checkoutbox{
border: 2px ridge #003366!important;
background: #f5f5f5!important; /*diese Farbe muss sich erheblich abheben*/
box-shadow: 0 0 10px #888;
}
div.checkoutbox .image{
max-width:80px;
}
div.checkoutbox td.main_row {
border-top: 1px solid #666;
padding-top:5px;
padding-bottom:5px;
}
div.checkoutbox div.hr{
border:none;
border-top: 1px solid #666;
color: #E3F4DA; /*wie hintergrundfarbe*/
background-color:#E3F4DA; /*wie hintergrundfarbe*/
height: 1px;
}
div.checkoutbox .details{
padding: 0 14px 0 0; 
background: url(img/external.png) no-repeat 100% 0px;
color: #000;
font-weight: bold;
}
div.checkoutbox .total table td {
padding:0px;
}
div.checkoutbox .small{
font-size: 11px;
}

/************************************************
www.Janolaw.de
http://www.janolaw.de
BASIC Template for AGB Hosting Content
************************************************/
/* janolaw BOF */
.janolaw-absatz {
	font-size: 12px;
	margin: 8px 4px 4px 8px;        
}
.janolaw-paragraph {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 16px 4px 4px 8px;
}
#janolaw-paragraph {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 16px 4px 4px 8px;
}
.janolaw-text {
	font-size: 12px;
	margin: 8px 4px 4px 8px;
}
.janolaw-adress {
	font-size: 12px;
	margin: 8px 4px 4px 8px;
}
.janolaw-block {
	font-size: 12px;
	margin: 8px 4px 4px 8px;
}
#janolaw-footer{
}

#janolaw-body{
}
/* janolaw EOF */
/*priceupdater*/
.javascriptOff {
	display:none;
}
.calculatePrice {
    margin: 10px 2px;
    font-size: 15px;
}
.cuPrice {
  color:#900;
  font-size:18px;
}

    #abstand {
            background:#FFFFFF none repeat scroll 0 0;
            clear:both;
            height:15px;
	    border-bottom: 1px solid #ccc;
    }
     
    #bottom {
            background-color:#f6f6f6;
            border-top:1px solid #fff;
	    border-bottom: 1px solid #ccc;
	    clear: both;
            float: left;
            width: 1020px;
            height: 100%;
            font-size: 0.9em;
            text-align: left;
            color: #000;
    }
    #bottom-divs {
            float: left;
            clear: both;
            margin: 0;
            padding: 0px;
            width: 100%;
    }
    #bottom-left,
    #bottom-mid,
    #bottom-right {
            width: 27%;
            padding: 10px 0 20px 60px;
            float: left;
    }
    #bottom h2 {
            margin: 0 0 10px 0;
            padding: 0 0px;
            font-size: 1.6em;
            color: #003366;
    }
    #bottom h2 span {
            color: #1474b4;
    }
    #bottom ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
            border-top: 1px solid #ccc;
    }
    #bottom ul li {
            line-height: 26px;
            border-bottom: 1px solid #ccc;
    }
    #bottom ul li a {
            display: block;
	    background:#f6f6f6;
            padding: 0 10px;
            color: #111;
            text-decoration: none;
            outline: none;
    }
    #bottom ul li a:hover {
            color: #900;
            outline: none;
    }
    #bottom-sep {
            clear: both;
    }
    div#bottom h2.boxheader {
            background: none;

	   color:#003366;
    }
    div#bottom .boxbody {
            border: none;
            padding: 0px;
            margin: 0px;
    }
    div#bottom .boxbody ul.contentlist {
            margin: 0px;
    }
     
    div#bottom .contentlist a {
            border: none;
    }
div#ads {
  clear: both;
  border-top: 1px solid #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  background: #EDEDED;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
div#ads ul  {
  border: none;
  margin: 5px 0;
}

div#ads li   {
   border: none;
    list-style: none;
    display: inline;
    padding: 15px;
}
div#ads li a {
   border: none;
    list-style: none;
    display: inline;
   background: none;
}

    /* STATISCHE LEISTE WARENKORB & LINKS */
    #staticcart{
        position:fixed;
        top:0;
        left:0;
        width:100%;
        z-index:1000000;
        filter:alpha(opacity=90); /* IE */
        -moz-opacity: 0.90; /* Gecko */
        opacity: 0.90; /* Opera */
        background:#000;
	font-size:15px;
	font-weight:normal;
	font-variant:small-caps;
        border-bottom:1px solid #999;
        padding:5px 0;
    }
    #staticcartinner{
        width:1020px;
        margin:0 auto;
        color:#ffffff;
    }
    #staticcartinner a{
        color:#ffffff;
    }
    #staticcartinner a:hover{
        color:#999;
    }
    #cart{
        margin-left:60px;
        float:left;
        line-height:28px;
        background:url(img/cart.png) no-repeat;
        text-indent:40px;
    }
    #links {
        float:left;
        line-height:28px;
    }
     
    /* SUCHE */
    #suche{
            float:right;
            width:350px;
            text-align:right;
    }
    #suche table{
            float:right;
            font-size:12px;
    }
    #suche .search{
            background:url(img/bg_search.gif) no-repeat center center;
            height:29px;
            line-height:29px;
            border:none;
            width:275px;
            padding-left:10px;
    }
    #suche input, #suche td{
            margin:0;
            padding:0;
            color:#ffffff;
    }
    div#cart {
      position: relative;
      z-index: 100;
      }
    div#cart a span {display: none;}
    div#cart a:hover span {
       display: block;
       position: absolute;
       top: 35px;
       left: 0;
       padding: 5px;
       z-index: 100;
       color: #fff;
       background:#000;
       font: 14px Arial, sans-serif;
       text-align: left;
       }
#hrstylecart {
 border:1px;
 height:1px;
 background-color:#fff;
}

/* ====================================================================================================================== */
/* ========= css Buttons web0null ========= */
/* ====================================================================================================================== */
.cssButton {
	position:relative;
	margin:0 4px 0 0;
	display:inline-block;
	text-align:left;
	overflow:hidden;
	text-decoration:none !important;
}

.buttonSize0,
.buttonSize0 .background_hover,
.buttonSize0 .animate_image,
.buttonSize0 .buttonIcon,
.buttonSize0 button {
	height:24px;
	line-height:24px;
	cursor:pointer;
}

.buttonSize1,
.buttonSize1 .background_hover,
.buttonSize1 .animate_image,
.buttonSize1 .buttonIcon,
.buttonSize1 button {
	height:20px;
	line-height:20px;
	cursor:pointer;
}

.buttonSize2,
.buttonSize2 .background_hover,
.buttonSize2 .animate_image,
.buttonSize2 .buttonIcon,
.buttonSize2 button {
	height:16px;
	line-height:16px;
	cursor:pointer;
}

.cssButton .background_hover,
.cssButton .animate_image,
.cssButton button {
	position:absolute !important;
	display:inline-block;
	width:100%;
	top:0;
	left:0;
	border:none;
	background:transparent;
}

.cssButton .animate_image {
	background-position:50% 50%;
}

.cssButton:hover .animate_image {
	background-position:60% 50%;
}

.cssButton .background_hover {
	opacity:0;
	filter: alpha(opacity=0);
}

.cssButton:hover .background_hover {
	opacity:1;
	filter: alpha(opacity=100);
}

.cssButton .buttonIcon {
	position:absolute;
	background-position:center center;
	background-repeat:no-repeat;
}

/* ================================================= */
.cssButton.buttonSize0 .buttonIcon {
	width:35px;
}

.cssButton.buttonSize1 .buttonIcon {
	width:35px;
}

.cssButton.buttonSize2 .buttonIcon {
	width:25px;
}

/* ================================================= */
.cssButton.buttonSize0 .buttonIcon {
	background-size:16px;
	-moz-background-size:16px;
}

.cssButton.buttonSize1 .buttonIcon {
	background-size:16px;
	-moz-background-size:16px;
}

.cssButton.buttonSize2 .buttonIcon {
	background-size:13px;
	-moz-background-size:13px;
}

/* ================================================= */
.icononly.buttonSize0 .buttonIcon {
	width:28px;
}

.icononly.buttonSize1 .buttonIcon {
	width:24px;
}

.icononly.buttonSize2 .buttonIcon {
	width:20px;
}

/* ================================================= */
.iconleft .buttonIcon {
	left:0;
}

.iconright .buttonIcon {
	right:0;
}

.cssButton .buttonText,
.icononly .buttonIcon {
	position:relative;
	display:inline-block;
	font-weight:bold;
	font-size:12px;
	letter-spacing:0.3px;
	white-space:nowrap;
}

.cssButton .buttonText {
	padding:0 10px;
}

/* ================================================= */
.iconleft.buttonSize0 .buttonText {
	padding:0 10px 0 33px;
}

.iconleft.buttonSize1 .buttonText {
	padding:0 10px 0 33px;
}

.iconleft.buttonSize2 .buttonText {
	padding:0 5px 0 25px;
}

/* ================================================= */
.iconright.buttonSize0 .buttonText {
	padding:0 33px 0 10px;
}

.iconright.buttonSize1 .buttonText {
	padding:0 33px 0 10px;
}

.iconright.buttonSize2 .buttonText {
	padding:0 25px 0 5px;
}

/* ================================================= */
.iconnone.buttonSize0 .buttonText {
	padding:0 10px;
}

.iconnone.buttonSize1 .buttonText {
	padding:0 10px;
}

.iconnone.buttonSize2 .buttonText {
	padding:0 5px;
}

/* ================================================= */
.cssButton button {
    color:transparent;
    opacity: 0;
    filter: alpha(opacity=0);
}

.buttonclear {
	clear:both;
	font-size:0;
	line-height:0;
}

/* cssButton style =================================== */
.cssButton,
.background_hover,
.animate_image {
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}

.cssButton.textButton {
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.3);
	box-shadow:0 1px 2px rgba(0,0,0,0.3);
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#808080',direction='120',strength='2');
}

/* Verlauf */
.cssButton .gradient_0 {
	background-image:url(buttons/cssbutton_ico/gradient_0.png) ;
}

/* not IE */
.cssButton .gradient_1 {
	background-image:-moz-linear-gradient( -90deg,rgba(255,255,255,.2) 0,rgba(255,255,255,.1) 50%,rgba(0,0,0,.2) 51%,rgba(0,0,0,.6) 100%);
	background-image:-webkit-linear-gradient( -90deg,rgba(255,255,255,.2) 0,rgba(255,255,255,.1) 50%,rgba(0,0,0,.2) 51%,rgba(0,0,0,.6) 100%);
	background-image:linear-gradient( -90deg,rgba(255,255,255,.2) 0,rgba(255,255,255,.1) 50%,rgba(0,0,0,.2) 51%,rgba(0,0,0,.6) 100%) ;
}

.cssButton .gradient_2 {
	background-image:-moz-linear-gradient( -90deg,rgba(255,255,255,0.1) 0,rgba(0,0,0,.3) 100%);
	background-image:-webkit-linear-gradient( -90deg,rgba(255,255,255,0.1) 0,rgba(0,0,0,.3) 100%);
	background-image:linear-gradient( -90deg,rgba(255,255,255,0.1) 0,rgba(0,0,0,.3) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#1affffff,endColorstr=#4d000000) ;
}

/* Text Farbe */
.cssButton {
	color:#FFFFFF!important;
}

/* Text-Shadow */
.cssButton .buttonText {
	text-shadow:1px 1px 1px #000000;
	text-shadow:1px 1px 1px rgba(0,0,0,1) !important;
}

/* Button Farbe */
.color_1 {
	background-color:#003366!important;
}

.color_0 {
	background-color:#333!important;
}

/* css Animation ================================== (not IE) */
/* .cssButton .background_hover,
.cssButton .animate_image {
	-webkit-transition-duration:200ms;
	-webkit-transition-property:background-color,background-position,opacity;
	-webkit-transition-timing-function:ease-in-out;
	-moz-transition-duration:200ms;
	-moz-transition-property:background-color,background-position,opacity;
	-moz-transition-timing-function:ease-in-out;
	-o-transition-duration:200ms;
	-o-transition-property:background-color,background-position,opacity;
	-o-transition-timing-function:ease-in-out;
}

*/
/* ====================================================================================================================== */
/* ========= css Buttons web0null ========= */
/* ====================================================================================================================== */
#text_zoom {
        float:left;
        padding-left:0px;
        background:#ffffff;
        color:#000;
        list-style-type:none;
        height:15px;
        font-size:11px;
        font-weight:normal;
}

ul#new_products  {
margin: 0px;
padding: 0px;
margin-top: 15px;
list-style: none;
clear:both;
}
ul#new_products li {
 float: left;
 margin: 15px 5px 5px 10px;
 padding:0; 
 
 text-align: center;
 display: block;
 overflow: hidden;
}
ul#new_products  li:hover {
 background-color: #fcfcfc;
 display: block;
 box-shadow: 0 0 5px #ccc;

}
#new_products span.productOldPrice {
font-size:11px;
color:#900;

}
#new_products .taxandshippinginfo {
font-size:11px;
font-weight:normal;
color:#999;
padding:0;
margin:0;
}
#new_products .taxandshippinginfo a:link {
font-size:11px;
font-weight:normal;
color:#888;
padding:0;
margin:0;
}
#new_products p.price {
font-size:18px;
font-weight:normal;
padding:0;
margin:0;
}

td.catlisting a {
    display: block;
    background:#f5f5f5;
    width:200px;
    border-bottom:1px solid #999;
    transition: all 0.2s linear;

}
td.catlisting a:hover {
background: #fafafa;
    border-bottom: 1px solid #a00;
    text-decoration: none;
    font-size: 12.5px;
    letter-spacing: 0.5px;
}

.email {
  display:none;
}


