/* -----------------------------------------------------------------------------------------
   $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:13px;
padding:0;
background: url(img/bg_gitter.gif) #B9B9B9;
color:#000;
line-height:16px;
height:100%
}
@font-face {
font-family: 'handwriting';
src:url('/includes/fonts/Angelina.eot');
src:url('/includes/fonts/Angelina.eot?#iefix') format('embedded-opentype'),
url('/includes/fonts/Angelina.svg#icon') format('svg'),
url('/includes/fonts/Angelina.woff') format('woff'),
url('/includes/fonts/Angelina.ttf') format('truetype');
}
/* HEADINGS */
h1 {
color:#203884;
font-weight:bold;
font-size:17px;
padding:0;
width:auto;
padding-bottom:8px;
}
h2, h5{
color:#000;
font-weight:bold;
font-size:16px;
margin:15px 0 8px 0;
padding:0;
}
h3 {
color:#555;
font-weight:bold;
font-size:13px;
}
/* LINKS GLOBAL */
a, a:link, a:link, a:link, a:hover {
background:transparent;
text-decoration:none;
outline:none;
cursor:pointer;
}
a:link {
color:#ffffff;
outline:none;
}
a:visited {
color:#ffffff;
outline:none;
}
a:hover, a:active {
color:#ffffff;
outline:none;
}
a:hover {
color:#555;
text-decoration:underline;
outline:none;
}
a img {
border:none;
outline:none;
}
/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
font-family:Arial, Sans-serif;
font-size:12px;
}
textarea {
font-family:Arial, Sans-serif;
font-size:12px;
border:1px solid #666;
padding:10px;
background:url(img/input_bg.gif) no-repeat;
}
select {
font-family:Arial, Sans-serif;
font-size:12px;
border:1px solid #666;
}
/* 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 #666;
padding:2px;
background:url(img/input_bg.gif) no-repeat;
}
/* 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:#fff;
}
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);*/
border-bottom: 1px dotted #203783;
}
/* TABLE GLOBAL */
table td {
padding:2px;
}
#content table td{
padding-left: 8px;
padding-right: 8px;
}
/* WHOLE SITE WRAPPER */
#wrap {
margin: 0 auto;
width:1017px;
/*background: url(img/bg_boxen_links.gif);
background-position: bottom;
background-repeat:repeat-x;
background-color:#203884;*/
background-color:#F7F8FB;
}
/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */
#header {
height:124px;
background: url(img/atp_logo_flare-200.jpg) no-repeat;/*atp-logo.png  [rk]*/
background-position: 1% 30%;
background-position-y: 8px;/* 3px [rk] */
border-top:1px solid #D9D9D9;
background-color:#fff;
}
#header #logo, #search {
float:left;
}
#header #search {
width: 257px;
height: 22px;
left: -100px;
top: 13px;
position: relative; 
}
#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;
padding:1px 0 15px 0;
list-style-type:none;
outline:none;
}
#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:#00A7B6;
margin:0;
padding:0;
}
/* TOPMENU AS LIST */
#topmenuwrap {
padding-left: 230px;
border-bottom: 3px solid #EDEDED;
height: 29px;
}
#topmenu {
padding:0;
margin:0;
list-style-type:none;
height:22px;
font-size:15px;
}
#topmenu li {
height:auto;
float:left;
padding: 0 12px; 
margin:0;
background:#fff;
}
#topmenu .active{
background: #EDEDED;
border-bottom: 1px solid #EDEDED;
}
#topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active {
line-height:28px;
vertical-align:middle;
text-decoration:none;
outline:none;
cursor:pointer;
color:#041446;
margin:0;
padding:0;
}
#topmenu a:hover {
color:#203884;
}
/* LANGUAGE SELECTION IN TOPMENU LIST */
#languages {
text-align:right;
height:26px;
font-size:13px;
padding:10px 10px 0 0;
margin:0;
}
/* CONTENT WRAPPER */
#contentwrap {
clear:both;
width:1018px;
padding:0;
}
/* LEFT COLUMN */
#leftcol {
float:left;
width:220px;
padding:0 0 15px 0;
}
/* RIGHT COLUMN */
#rightcol {
float:right;
width:145px;
padding:0 0 15px 0;
}
/* MAIN CONTENT */
#content {
float:left;
width:753px;
padding: 5px 22px 25px;
margin-bottom:15px;
background-color:#fff;
margin-bottom: -1px;
min-height: 1225px;
}
#contentfull {
width:920px;
padding:0 30px;
margin-bottom:15px;
}
/* CATEGORY MENU */
h2.categoryheader {
height:28px;
color:#fff;
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:#EDEDED;
font-size: 13px;
}
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;
padding:6px 0 6px 5px;
display:block;
}
ul#categorymenu li.level1 a:hover {
text-decoration:none;
color:#ffffff;
background-color:#007ac3;
}
ul#categorymenu li.activeparent1 a  { 
background-color:#203884;
color:#fff;
}
ul#categorymenu li.active1 a  { font-weight:bold; }
ul#categorymenu li.active1 li a {font-weight:normal;}
/* 2nd TIER */
ul#categorymenu li.level2 {
list-style-type:none;
border:solid #fff;
background:#D9D9D9;
border-width:1px 0 0 0;
}
ul#categorymenu li.level2 a {
text-decoration:none;
outline:none;
color:#041446;
background:#B3B3B3;
padding:6px 0 6px 10px;
display:block;
font-weight:none;
}
ul#categorymenu li.level2 a:hover {
text-decoration:none;
color:#000;
background-color:#D9D9D9;
}
ul#categorymenu li.activeparent2 a  { }
ul#categorymenu li.active2 a  { font-weight:bold; }
/* 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 6px 9px #c7c7c7;
font-weight:normal;
padding:4px 0 4px 16px;
display:block;
}
ul#categorymenu li.level3 a:hover {
text-decoration:none;
color:#333;
background-color:#b3b3b3;
font-weight:bold;
}
ul#categorymenu li.activeparent3 a  {  }
ul#categorymenu li.active3 a  { font-weight:bold; }
/* 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 14px 9px #D9D9D9;
font-weight:normal;
padding:4px 0 4px 24px;
display:block;
}
ul#categorymenu li.level4 a:hover {
text-decoration:none;
color:#333;
/*background-color:#999;*/
font-weight:bold;
}
ul#categorymenu li.activeparent4 a  {  }
ul#categorymenu li.active4 a  { font-weight:bold; }
/* 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 22px 9px #a2a2a2;
font-weight:bold;
padding:4px 0 4px 32px;
display:block;
}
ul#categorymenu li.level5 a:hover {
text-decoration:none;
color:#333;
background-color:#7e7e7e;
font-weight:bold;
}
ul#categorymenu li.activeparent5 a  {  }
ul#categorymenu li.active5 a  { }
/* CATEGORY IMAGE DEFINITION */
img.imgLeft {
float:left;
margin:2px 10px 2px 0;
position:relative;
}
img.imgRight {
margin:12px 0 2px 0;
padding: 0 !important;
}
/* BOXES GLOBAL DEFINITION */
h2.boxheader, h5.boxheader {
height:22px;
font-size:15px;
color:#fff;
padding: 10px 8px 0px 9px;
margin:0;
vertical-align:middle;
/*border-top: 1px solid #d9d9d9;*/
width:100%;
font-weight:bold;
}
#leftcol h5.boxheader{
width:164px;
color:#000;
}
#leftcol div#admin_box h5.boxheader{
color:#fff;
}
.extra_box {
float:left;
width:247px;
height:240px;
background-color:white;
}
.extra_box table{width:100%}
.extra_box table td:nth-child(1){width:300px; text-align:left;}
.extra_box table td:nth-child(2){width:50px;}
.extra_box table td:nth-child(7){text-align:right;}
#extra_boxes{
margin-top:20px;
border: 1px solid #203783;
height:240px;
width:750px;
}
#extra_boxes h5{
color:#000;
}
.box_imagecontainer{
height:110px;
}
.boxbody_with_border {
border-top: 1px solid #d9d9d9;
width: 150px;
padding-left: 10px;
}
#footer .extra_box{
float:none;
color:#fff;
height:auto;
width:auto;
background-color:transparent;
}
#footer .boxbody_with_border {
width: 99%;
font-size: 9px;
border-top: 0px;
padding:0px;
}
h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {
text-decoration:none;
outline:none;
color:#000;
}
.boxbody {
padding:0px 8px 2px 8px;
/*color: #ffffff;*/
}
.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, .boxbody_with_border p{
/*color:#ffffff;*/
font-size:11px;
margin:6px 0;
}
.boxbody p.center {
color:#ffffff;
font-size:11px;
text-align:center;
margin:6px 0;
}
.boxbody td {
color:#ffffff;
font-size:11px;
margin:6px 0;
}
.boxbody .productOldPrice {
font-size:11px;
color:#FF0000
}
.boxbody div.hr {
margin:5px 0;
}
.boxbody div.hrlightgrey {
margin:5px 0;
}
.boxbody a {
font-size:11px;
outline:none;
color:blue;
}
#admin_box div.boxbody a {
color:#fff;
}
.boxbody .productboximage {
border:solid 1px #999;
padding:5px;
background:#fff;
}
.boxbody ul.contentlist {
margin-left:1px;
margin-right:0;
padding:0;
}
.boxbody ul.contentlist li {
margin-left:0;
padding:0;
list-style-type:none;
}
.contentlist a {
display:block;
padding:2px 0 2px 0;
outline:none;
color:#15E1CC;
padding-left: 20px;
background:url(img/plus_hell.gif) no-repeat;
background-position: 0px 4px;
}
/* CART BOX */
h5.boxcartheader {
/*background: #893769 url(img/bg_boxheader_cart.gif);*/
height:28px;
font-size:16px;
color: #747474;
padding:2px 8px 0 8px;
margin:0;
line-height:28px;
vertical-align:middle;
}
h5.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;
}
.productPreviewImage {
vertical-align:top;
padding:3px 15px 0 0;
}
.productPreviewImage img {
border:solid 0 #999;
}
.productPreviewContent .price, main_content_table_red .price {
font-size:15px;
font-weight:bold;
padding:0;
margin:0;
}
.productPreviewContent .price{
float:left; width:80px;
}
.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-weight:bold;
color:#ff0000;
}
.productPreviewContent .taxandshippinginfo a {
font-size:11px;
font-weight:bold;
color:#999;
text-decoration:underline;
outline:none;
}
.productPreviewContent .pr_listing_description {
height:70px;
padding:5px 0 5px 0;
}
.productPreviewContent .cross_cart{
float:right; padding-right:15px;
}
td.productPreviewContent .details{
float:right;
}
/* PRODUCT INFO / PRODUCT DETAILS */
#productinfowrap {
display:table;
width:100%;
}
#productinfowrap td:nth-child(2){
width:100%;
}
#productinfoimages {
text-align:center;
min-width:150px;
margin:0 10px 10px 0;
}
#productinfoimages .productimage {
/*border:solid 1px #999;*/
}
#productinfoimages .hrlightgrey {
margin:6px 0;
}
#productinfoprice {
padding:5px;
}
#productinfoprice img {
cursor:pointer;
}
#productinfoprice .man_image img {
cursor:none;
}
#productinfoprice .hrlightgrey {
margin:6px 0;
}
#productinfoprice .productprice, .newProductsContent .price, .productPreviewContent .price, .price{
margin:0;
padding:0;
color:#007ac3;
font-size:14px;
font-weight:bold;
}
#productinfoprice .productOldPrice {
color:#FF0000;
margin:0;
padding:0;
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;
}
div.productinfoproductadded {
font-size:11px;
}
.productoptions {
background-color:#f8f8f8;
padding:2px 6px 2px 6px;
border: solid #203783;
border-width:1px 0 0 0;
height:18px;
}
.productoptions span {
float:left;
padding-left:8px;
}
.productoptions span a{
font-size:12px !important;
}
.productoptions span.tax-shipping{
float:right; font-size:10px;
}
.addtobasket, .man_image {
margin: 25px 0 15px 0;
float:left;
}
.man_image {
float:right
}
/* 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: 10px 15px;
background-color:#f8f8f8;
border:solid #ADADAD 1px;
overflow:auto;
}
div.highlightbox ul {
margin-left:15px;
padding:0;
display:block;
list-style-type:square;
line-height:20px;
}
div.highlightbox h1 {
color:#203884;
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:#f8f8f8;
border:#eee solid;
border-width:0 1px 1px 1px;
margin-bottom:15px;
}
table.paymentblock tr td.table_heading {
padding:2px;
}
.payment_description {
width:100%;
padding:12px 0 12px 0;
}
/* SHIPPING TYPE SELECTION */
table.shippingblock {
background-color:#f8f8f8;
border:#eee solid;
border-width:0 1px 1px 1px;
margin-bottom:15px;
}
table.shippingblock tr td.header {
background-color:#ccc;
padding:2px 2px 2px 5px;
color:#fff;
font-weight:bold;
}
table.shippingblock tr td {
vertical-align:top;
}
table.shippingblock tr td.description {
width:100%;
vertical-align:top;
padding-left:6px;
}
table.shippingblock tr td.radiobutton {
vertical-align:top;
white-space:nowrap;
padding:4px;
}
table.shippingblock tr td.radiobutton input {
margin:0;
padding:0;
}
table.shippingblock tr td.price {
vertical-align:top;
white-space:nowrap;
}
/* 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-weight:bold;
text-align:left;
}
/* ORDER DETAILS */
table.orderdetails {
font-size:11px;
background-color:#f8f8f8;
border:#ccc solid;
border-width:0 1px 1px 1px;
}
table.orderdetails tr td {
padding:4px;
}
table.orderdetails tr.headerrow td {
background-color:#ccc;
color:#555;
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 */
#cart_quantity table tr[class*="contentrow"] td:nth-child(1){
width:120px;
}
table.orderdetails tr.contentrow1 td {
background-color:#f8f8f8;
vertical-align:top;
}
table.orderdetails tr.contentrow1 td.quantity {
text-align:center;
}
tr.contentrow1 td.quantity input, tr.contentrow2 td.quantity input {
font-size:11px;
padding:2px;
border:solid #ccc 1px;
}
tr.contentrow1 td.productname {
text-align:left;
width:350px;
}
tr.contentrow1 td, tr.contentrow2 td{
border-bottom:1px dotted #B0B0B0;
}
/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {
background-color:#f8f8f8;
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;
}
.singleprice {text-align:right}
.totalprice	{text-align:right; width:65px;}
/* ORDER DETAILS SINGLE PRICE */
table.orderdetails tr td.singleprice table.greytable 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:100%;
}
/* ORDER DETAILS SUBTOTAL */
table.orderdetails tr td.subtotal {
background-color:#f8f8f8;
text-align:right;
border:#ccc solid;
border-width:1px 0 0 0;
}
/* PRODUCT NAVIGATOR */
div.productnavigator {
background-color:#ededed;
padding:8px;
border:#999 1px solid;
margin-top:10px;
text-align:center;
}
.navigator_left{
float:left;
margin-right:5px;
}
.navigator_right{
float:right;
margin-left:5px;
}
/* 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 tr td {
padding:6px;
white-space:nowrap;
vertical-align:top;
font-size: 13px;
}
table.medialist tr.contentrow1 td {
}
table.medialist tr.contentrow2 td {
}
table.medialist img {
margin-top: -10px;
}
/* SITEMAP */
.sitemapwrap .sitemapleft {
background-color:#f8f8f8;
border:#ccc 1px solid;
display:table;
float:left;
width:360px;
margin-bottom:15px;
}
.sitemapwrap .sitemapright {
background-color:#f8f8f8;
border:#ccc 1px solid;
display:table;
float:right;
width:360px;
margin-bottom:15px;
}
.sitemapheader {
padding:3px;
background: url(img/box_header_blue.gif);
background-color:#ccc;
color:#fff;
font-weight:bold;
}
.sitemapheader a:link, .sitemapheader a:visited, .sitemapheader a:hover {
color:#fff !important;
text-decoration:none;
outline:none;
}
.sitemapcontent {
padding:2px 3px;
}
.sitemapcontent li, #slider ul{
list-style-type:none;
}
.sitemapcontent a:link, .sitemapcontent a:visited, .sitemapcontent a:hover {
color:#000 !important;
text-decoration:none;
outline:none;
}
/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea {
width:95%;
}
/* 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: 65px;
list-style-type: none;
float: left;
width: 146px;
margin-right: 20px;
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 #ff0000 2px;
padding:5px 0 5px 28px;
background-color:#FFD6D6;
margin-bottom:10px;
}
/* SUCCESS MESSAGE */
.messageStackSuccess {
padding:4px;
background-color:#66FF66;
}
/* FOOTER */
#footerwrap {
clear:both;
height:auto;
background-color:#203884;
font-size:11px;
padding:10px 10px 20px 10px;
border-top: 1px solid #d9d9d9;
}
.footerbox {
display: inline-block;
height:auto;
width:158px;
vertical-align:top;
}
#footerwrap .footerbox:nth-child(2){
width:350px;
}
#footerwrap .footerbox:nth-child(6){
padding-left:15px;
width:100px;
}
.footer, #footer {
clear:both;
text-align:center;
color:#fff;
background-color:#6F6F6F;
padding: 0 8px 0 10px;
margin-bottom:5px;
border-top: 1px solid #ccc;
border-bottom: 2px solid #ccc;
}
.footer a {
color:#666;
text-decoration:underline;
outline:none;
}
.footer_listing2 a:hover, .footer_listing a:hover {
color:#666;
background-color: #f3f3f3;
text-decoration:none;
}
.footer_listing, .footer_listing2 {
list-style-type:none;
width:380px;
}
.footer_listing_header {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.2em;
margin-bottom:10px;
font-weight:bold;
color:#efefef;
text-transform: uppercase;
}
.footer_listing2 li {
width:50%;
float:left;
display:inline;
}
/* COPYRIGHT */
.copyright {
margin:0 auto;
width:970px;
text-align:center;
color:#666;
font-size:11px;
padding:0 0 10px 0;
}
.copyright a {
  text-decoration:none;
}
/* MODIFIED STYLE */
span.cop_magenta {
  color:#B0347E;
}
span.cop_grey {
  color:#6D6D6D;
}
/* 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 {
border:#999 1px solid;
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
}
/* Vorschaubilder TD mit gleichem Abstand */
/* BOF - 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;
}
/* EOF - dokuman - 2009-06-06 - Fix new products display in firefox size is 120px by default */
td.productPreviewContent {
width:400px;
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;
}
/* BOF - Dokuman - 2009-08-21 - Better layout on multiple shipping/billing addresses */
ol#address_block {
margin-left:30px;
}
/* EOF - Dokuman - 2009-08-21 - Better layout on multiple shipping/billing addresses */
/* 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:95%;
height:200px;
overflow:auto;
padding:10px;
background:url(img/input_bg.gif) no-repeat;
border:1px solid #666;
}
/* web28 - 2010-04-29 - fix ol and ul Tag  in checkout_payment agbframe */
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 ul, #accordion_product_info ul{
margin:10px 0 10px 15px !Important; 
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:640px;
/*border: 0px solid red;*/
padding:8px;
}
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;
color:#009933; /*#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:615px;
margin-right:20px;
float:left;
}
div.checkoutInfoBoxes  a.more_info{
color: red!important;
}
div.checkoutNavBoxes{
width:300px;
margin-right:20px;
float:left;
height:120px;
}
div.checkoutNav2Boxes{
width:300px;
margin-right:20px;
min-height: 70px;
float:left;
}
div.checkoutbox{
border: 1px solid #999 !important;
background: #E3F4DA !important;
padding:2px !important;
margin:5px;
}
div.checkoutbox .image{
max-width:80px;
}
div.checkoutbox td.main_row {
border-top: 1px solid #666;
}
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 12px 0 0; 
background: url(img/external.gif) no-repeat 100% 0px;
color: #000;
font-weight: bold;
}
div.checkoutbox .total table td, #content .home_main {
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 */
/* BOF - web28 - 2010-07-09 - fix für TABS/ACCORDION in product_info */
#product_info tr.table_heading {
font-size:13px;
}
#product_info tr.table_heading td span {
float:right;
font-weight:normal;
}
#product_info .table_heading td h1 {
color:#fff;
font-size:13px;
float:left;
padding:0px;
}
.info_shortdesc {
margin:10px 0px 20px 0px;
}
#tabbed_product_info ul{
margin:0px 0px 0px 0px;
}
#tabbed_product_info, #accordion_product_info {
margin-top: 10px;
}
#tabbed_product_details {
border: 1px solid #203783;
background: white;
}
#tabbed_product_info .morepics {
background-color: transparent;
border-width: 0px 0px 0px 0px;
width: 506px;
}
#tab_description {
padding-left:12px;
}
#tab_cross_selling, #tab_revcross {
padding-left:0px;
padding-right:0px;
}
#tab_description ul{
padding-left: 0px;
}
#accordion_product_info .morepics {
background-color: transparent;
border-width: 0px 0px 0px 0px;
width: 460px;
}
/* EOF - web28 - 2010-07-09 - fix für TABS/ACCORDION in product_info */
#basket_box{
float:right;
margin-top:-21px;
/*background-color: #B4B4B4;
margin: 10px 0 10px;
width:161px;
border: 1px solid white;
border-left:0px;
border-right:0px;*/
padding:0px 20px;
}
#basket_box .cart_link{
/*	float: right;*/
padding-left: 9px;
margin: 5px 0 5px;
}
#basket_box p{
margin:0px;
padding-left: 9px;
color: #747474;
}
#basket_box .cart_link a:link,#basket_box .cart_link a:visited{
color: #747474;
}
#content a:link,#content a:visited{
font-weight: bold;
color: #007ac3;
}
#basket_box .cart_link a:hover{
color: #4c4b49;
text-decoration: none;
}
.table_heading, .table_heading_red{
background: url(img/box_header_blue.gif);
color: #ffffff;
font-size: 13px;
font-weight: bold;
padding-left:10px;
height:21px;
}
.table_heading_red{
background: url(img/box_header_red.gif);
}
div.table_heading {
padding-top:3px;
}
#content .table_heading a:link,#content .table_heading a:visited{
color: #ffffff;
}
.main_content_table, .main_content_table_red, .catdesc_content_table{
border: 1px solid #203783;
background: #fff;
border-collapse:collapse;
width:750px;
margin-bottom: 20px;
}
#products_all .main_content_table{
vertical-align:top;
padding:0;
}
#products_all .main_content_table table{
width:100%;
border-spacing:0;
border-collapse:collapse;
}
.catdesc_content_table {text-align:justify;}
.catdesc_content_table img {padding: 0px 0px 10px 20px;}
.catdesc_content_table td h2 {
text-align:left;
margin-top:8px;
}
.catdesc_content_table td ul{text-align:left;}
.catdesc_content_table h1 {text-align:left; margin-top:5px;}
.main_content_table_red{
border: 1px solid #950023;
}
#products_all a:link, .products_all a:visited{
font-weight: normal;
color: #000000;
}
#products_all a:hover{
color: #0066cc;
}
/* 1. Level */
#topmenu li ul{
position:absolute;
display:none;
z-index:20;
border: 1px solid black;
}
#topmenu li:hover ul{
display:block;
}
#topmenu li ul li{
float: none;
list-style: none;
width: 250px;
padding:0;
}
#topmenu li ul li.submenu{
list-style-type:none;
width: 230px;
border: 0px;
line-height:30px !important;
color: #203884 !important;
display:block;
padding:0px;
}
#topmenu li ul li a{
padding:3px 12px !important;
display:block;
}
#topmenu li ul li a:hover{
background-color:#007ac3;
color:#fff;
display:block;
}
#topmenu li ul.submenu_ul{
border: 1px solid black;
}
/* 2. Level */
#topmenu li:hover ul ul{
display:none;
}
#topmenu li ul ul{
position:absolute;
display:none;
left: 230px;
z-index: 100;
margin-top:-25px;
}
#topmenu li ul ul li{
position:relative;
background-color:#D9D9D9;
}
#topmenu ul li:hover ul{
display:block;
}
/* 3. Level */
#topmenu li:hover ul ul ul{
display:none;
}
#topmenu li ul ul ul{
position:absolute;
display:none;
}
#topmenu ul ul li:hover ul{
display:block;
}
/* 4. Level */
#topmenu li:hover ul ul ul ul{
display:none;
}
#topmenu li ul ul ul ul{
position:absolute;
display:none;
}
#topmenu ul ul ul li:hover ul{
display:block;
}
#breadcrumb a:link,#breadcrumb a:hover,#breadcrumb a:visited{
font-weight: normal;
}
#rightcol .boxbody{
width:140px;
padding-left: 12px;
}
#rightcol .boxbody{
line-height:14px;
}
#rightcol a:hover,#rightcol{
color: #ffffff;
}
a.green:link,a.green:visited,a.green:hover{
color: #15E1CC;
font-weight: bold;
}
a.green:hover{
color:blue;
}
/*	New Products	*/
#new_products_main table td, #footer .boxbody{
padding:2px;
}

.newProductsContent, .newProductsContentText{
line-height: 14px;
}
.newProductsContentText {
height:40px;
vertical-align:top;
}
.newProductsImage {
text-align:center;
height:130px;
padding: 8px 0px 8px 0px;
}
.newProductsMore{
text-align:right;
white-space: nowrap;
}
/*	END	*/
.dotted_right{
border-right: 1px dotted #203783;
}
#footer .boxbody td{
font-size: 10px;
}
#content a.black:link, #content a.black:visited, #content a.black:hover{
color: #000000;
text-decoration: none;
}
#search input[type=text], #search input[type=password]{
width:190px;
height:20px;
border-radius:6px;
padding-left:5px;
}
#content #breadcrumb a.headerNavigation, #content #breadcrumb a.headerNavigation:link, #content #breadcrumb a.headerNavigation:hover{
text-decoration: underline;
}
.table_border_dashed{
border-bottom: 1px dotted #203783;
}
.table_border_dashed_red{
border-bottom: 1px dotted #950023;
}
/*	News	*/
#main_news {border: 1px solid #203783;width: 750px;margin-bottom: 20px;}
#main_news .news_item {display:table}
#main_news .news_item div {display:table-cell;}
#main_news .news_item div:nth-child(1) {height:100%; width:131px; text-align:center; vertical-align:middle;}
#main_news .news_item div:nth-child(2) {text-align:left; vertical-align:top;}
#main_news div.table_border_dashed {padding:0px 10px 5px; text-align:right;}
#main_news div.table_border_dashed:last-child {border-bottom:0px;}
.news_item {padding:5px 10px;}
.news_item ul {margin-bottom:0px !important;}
.news_header {font: 13px Arial;}
.news_header_item {font-size: 14px;font-weight: bold;color: #000000;margin:0;}
/*	End News	*/
.pagetitle{
color: #203884;
font-size: 16px;
font-weight: bold;
height: 19px;
text-align: left;
vertical-align:bottom;
padding-bottom: 10px;
}
#main_text h1.pagetitle{
font-size: 20px;
padding: 30px 10px 0px 20px;
}
#main_text p.pagetitle{
padding-top:0px;
font-size:14px;	/* weinachten text: <h1 class="pagetitle">Willkommen bei ATP Messtechnik</h1>
<p class="pagetitle">Ihr Partner f&uuml;r messtechnische L&ouml;sungen</p> [rk]	*/
}
#contact_form tr td{
padding-left:5px;
padding-right: 5px;
}
#ul_plus {
margin: 10px 0 10px -4px !important;
}
#ul_plus li{
margin-left: 5px;
list-style:none;
}
#topmenu .special{
background: #15E1CC;
}
#plusbutton_pos,.plusbutton_pos{
position: relative;
top: 2px;
z-index: 1;
}
#message_body{
width: 488px;
}
#gender, #area{
width: 190px;
}
.headergrey{
background-image: url("img/box_header_grey.gif");
color: #000000;
font-size: 13px;
font-weight: bold;
height: 22px;
padding-left: 5px;
}
.greytable{
border: 1px solid #b0b0b0;
background: #ffffff;
width: 100%;
}
.greytable .contentrow1, .greytable .contentrow2{
border-bottom: 1px dotted #b0b0b0;
}
#content .greytable td{
padding-left:5px;
padding-right: 5px;
}
#content .pr_listing_td{
padding:0px;
padding-top:15px;
}
#content #pr_listing{
padding-left:0px;
padding-right:0px;
}
#price_month{
font-weight: bold;
text-align:right;
}
td.smallText{}
.pgroupimage		{padding:5px 0px 5px 5px;width:62px;height:65px;text-align:center;}
.pgroupdesc			{padding:5px !important; vertical-align:top;}
.pgroupdesc h2#grouplink		{padding:6px 0px 2px 0px;margin:0;font-size:13px;}
.button{
background: #007ac3 !important;
color: #ffffff !important;
border: 1px solid #000;
padding:2px 5px 2px 5px;
border-radius: 4px 4px 4px 4px;
font-weight: bold !important;
}
.button:hover{
background: #FFFFFF !important;
color: #007ac3 !important;
padding:2px 5px 2px 5px;
border-radius: 4px 4px 4px 4px;
font-weight: bold !important;
text-decoration:none;
}
#searchbox2{width:170px;}
#search .button, #searchbox2 .button{
background: url(img/suche.png) no-repeat !important;
width: 32px;
height: 32px;
color: transparent !important;
border: 0px;
}
#kontaktbox	{
width:162px;
margin-top:15px;
border-top: 1px solid white;
}
#kontaktbox li {
background-color:#b4b4b4; 
border-bottom: 1px solid white; 
color:#747474; 
font-weight:bold;
padding:6px 3px 4px 26px;
margin-left:0px;
list-style-type:none;
}
#kontaktbox li a	{color: inherit;}
#kontaktbox li:last-child { border-bottom: none;}	/*	removes border from last box	*/
.box_tel			{background: url(img/tel.gif) no-repeat 3px center; letter-spacing: 1px; background-position:3px;}
.box_kontakt		{background: url(img/kontakt.gif) no-repeat 3px center; color: #D50032 !important;}

/*	ACOUNT LOGIN */
#accountlogin {
height:20px;
/*background: #B4B4B4;*/
background: url(img/box_header_blue.gif);
}

#loginmenu {
position:relative;
float:right;
/*	color: #1AB5C3;*/
font-size:11px;
color:white;
font-weight:bold;
}
#loginmenu ul {
margin:0;
padding:0;
}
#loginmenu li {
list-style-type:none;
float:left;
padding: 2px 10px 2px 10px;
border-left: 1px solid white;
}
#loginbox2 li ul{
position:absolute;
margin-top:2px;
margin-left:-11px;
display:none;
z-index:20;
background: #B4B4B4;
}
#loginbox2 li:hover ul{
display:block;
z-index:1000;
}
#loginbox2 li ul li{
float: none;
list-style: none;
border-top: 1px solid #ffffff;
padding-bottom:11px;
border: 1px solid white;
}
#loginbox input[type=text]{ width:160px; }
#loginbox input[type=password]{ width:80px; }
@font-face {
font-family: 'icon';
src:url('/includes/fonts/icomoon.eot');
src:url('/includes/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
url('/includes/fonts/icomoon.svg#icon') format('svg'),
url('/includes/fonts/icomoon.woff') format('woff'),
url('/includes/fonts/icomoon.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
position:relative;
top:1px;
font-family: 'icon';
font-size:13px;
content: attr(data-icon);
speak: none;
font-weight: normal;
padding-right:5px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before, a.pb_dark:before, a.pb_light:before, table.catdesc_content_table td a:before, #ul_plus a:before, td.delete a:before {
position:relative;
top:1px;
font-family: 'icon';
font-size:13px;
font-style: normal;
speak: none;
font-weight: normal;
padding-right:5px;
-webkit-font-smoothing: antialiased;
}
[class^="icon-"]:after, [class*=" icon-"]:after {
position:relative;
top:1px;
font-family: 'icon';
font-size:13px;
font-style: normal;
speak: none;
font-weight: normal;
padding-left:3px;
-webkit-font-smoothing: antialiased;
}
.icon-remove:before {
content: "\2d";
}
.icon-plus-alt:before, a.pb_dark:before, a.pb_light:before, table.catdesc_content_table td a:before {
content: "\2b";
}
.icon-help:before {
content: "\3f";
}
.icon-info:before {
content: "\21";
}
.icon-info2:after {
content: "\21";
}
.icon-cart:before {
top:-1px;
font-size: 16px;
/*	color: #747474;*/
font-weight:normal !important;
content: "\31";
}
.icon-printer:before {
content: "\70";
}
.icon-cart-2:before {
content: "\32";
}
.icon-phone:before {
content: "\66";
}
.icon_delete:before, td.delete a:before {
content: "\78";
}
.icon-download:before, #ul_plus a:before{
content: "\64";
}
.icon-tel:before{
content: "\74";
}
#ul_plus a:hover:before{
text-decoration:none !important;
}
.productoptions a:link, .productoptions a:visited {
color: gray !important; 
text-decoration:none;
}
.productoptions span a.icon-plus-alt {
color:#D50032 !important;
}
.NavigationBottom {
padding:2px 10px 2px 10px; 
border-top: 1px solid black; 
background-color:#D9D9D9; 
margin-top:15px;
}
.NavigationTop {
font-weight:normal;
}
td.main ul li { /* popup lieferkosten listing fix*/
margin-left:15px;
}
#since {
font-family: 'Droid Sans', sans-serif;
position:relative;
left:-205px;
top:95px;
color:#0071BB;
font-weight: normal;
font-size: 15px;
}
#call {
float: left;
position: relative;
left: 60px;
background-image: url('img/phone.png');
width: 245px;
height: 58px;
top:15px;
color:transparent;
}
#sendmail {
float:left;
position: relative;
background-image: url('img/infoatp1.png');
left: 116px;
top: 48px; 
width: 212px;
height: 22px;
font-size: 9px;
color: transparent !important;
letter-spacing: 0.3em;
}
#sendmail a {
color: transparent !important;
text-decoration: none;
}
#sendmail a:hover {
color: transparent !important;
text-decoration: none;
}
#sendmail span {
display: none;
} 
#tax-shipping{
margin-top:-15px;
margin-bottom:20px;
font-size:10px;
font-style:italic;
}
#tax-shipping a {
color:black !important; 
font-size:10px !important;
font-weight:normal !important;
}
#taxes_main {
position: relative;
top: -40px;
font-size: 8px !important;
height: 100%;
padding: 10px 10px 10px 5px;
margin-bottom: -40px;
margin-left: -10px;
width: 185px;
}
#taxes_main a{
color:#000 !important;
}
/* 		<li>box in footer smaller */
.footerbox #searchbox {
width: 115px !important;
}
.cart_lines{
border-bottom:1px dotted #B0B0B0;
}
.greytable td.cart_lines span{
float:left;
font-weight:bold;
}
#checkout_confirmation input.button{
float:right;
margin:4px;
}
.error{
font-size:15px;
}
div.spacer, .clear{
clear:both;
}
#addressbook input[type="text"] {
width:160px;
}
#groupinfo{
float:left;
padding:2px 0 0 5px;
font-size:11px;
}
.tooltip {
outline: none;
cursor: help; text-decoration: none;
font-weight:normal !important;
position: relative;
}
.tooltip span {
display:none;
font-size:14px;
padding:10px 10px 10px 25px;
color:black;
}
.tooltip:hover span {
display:block;
border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
font-family: Calibri, Tahoma, Geneva, sans-serif;
position: fixed; left: 50%; top: 12em; z-index: 99;
margin-left: -225px; width: 450px;
}
.tooltip:hover span img {border:0;margin: -11px 0 0 -50px;float:left;position:absolute;}
.tooltip:hover em {font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.5em; font-weight:bold;display:block; padding: 0.2em 0 0.6em 0;}
.classic { padding: 0.8em 1em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }
.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }
.tax2 a:link, .tax2.a:hover {font-size:10px !important; text-decoration:none;}
.tax2 {font-size:10px; color:black; padding-left:10px; font-weight:normal;}
.prod_img{float:right;}
#leasing_table td ul {list-style-image:url('/images/anwendung/atp_leasing_icon.jpg'); margin-left:25px;}
#leasing_table td h3 {color:black;}
div.pgroupshortdesc p {margin:0;}
#admin_box {background-color:#203783;margin-top:20px; color:#fff}
.right{text-align:right;}
#topmenu li:nth-child(7) a {color: #D50032 !important;font-weight:bold;}
#topmenu ul li:nth-child(7) a {color: #000 !important;font-weight:normal;}
ul#categorymenu li.level1:nth-child(1) {border: 0;}
#main_teaser {
margin: 2px 2px 10px 2px;
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
#main_text	{height:130px; margin:0px; margin-left:300px; }
#main_text .pagetitle{color:#fff; }
#main_text p {padding:40px 10px 0px 20px;}
#slider {
	float:left;
    width: 300px;
    height: 130px;
    position: relative;
	overflow: hidden;
	background-color:#fff;
}
#sliderContent {
    width: 300px;
    position: absolute;
	top: 0;
	margin: 0 !important;
	padding: 0;
}
.sliderImage {float: left; position: relative; display: none;}
.sliderImage span {
    position: absolute;
	font: 14px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 300px;
    background-color: transparent;
    color: #fff;
	font-weight:bold;
    display: none;
}
.sliderImage span strong { font-size: 14px;}
.top { top: 0;left: 0;}
.top2{ top: 0;left: 120px;}
.bottom { bottom: 0; left: 0;}
#cat_listing_head h1 {float:left;}
#cat_listing_head span.tax2 {float:right;}
#cat_listing_head h3 {padding-bottom:5px;}
.text_blau {color:#007ac3;font-weight:bold;}
.sitemapcontent ul li a{font-weight:normal !important}
#productinfoprice .productprice:nth-child(3) {font-size: 0.75em}
.cat_cell {vertical-align:top;width:300px;padding:0px;}
/* Infopanel */
#infohead{

  padding:10px !important;
  background-color: #0071BB;
  color: #fff;
  }
   
  