#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 900; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 810; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; /*background-image: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/css/data:image/gif;base64,AAAA);*/ /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	color: #254a66; font-size: 12px;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 30px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 890; width: 100%; height: 500px; background-color: #254a66; }

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {

}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 1px 5px;
 border-bottom: 1px solid #a3c2dc;
 width:320px;
 height: 16px;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 float: left;
 background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/tabber/tab_head.png) 0 0 no-repeat;
 width: 82px;
 height: 17px;	
 text-align: center;
 position: relative;
 margin-right: 3px;
}

ul.tabbernav li a
{
	position: absolute;
	top: 2px;
	left: 0;
	width: 82px;
}

ul.tabbernav li a:link { color:#7a9db7}
ul.tabbernav li a:visited { color:#7a9db7 }

ul.tabbernav li a:hover
{
 color:#254a66;
}

ul.tabbernav li.tabberactive a
{
 color:#254a66;
}

ul.tabbernav li.tabberactive a:hover
{
 color:#254a66;
}

ul.tabbernav li.tabberactive {
 border-bottom: 1px solid #fff;	
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabbertab h2 {
 width:182px;
}

.tabberlive .tabbertab {
 padding:10px 5px 5px 5px;
 border:0;
 border-top:0;
 width:308px;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 height:100px; 

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

.shoe_size {
 background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/tabber/sizes_bg.png) -1px 0 no-repeat;
 width:40px;
 height:27px;
 line-height:12px;
 padding:7px 0 0 0;
 margin:1px;
 font-size:12px;
 font-weight:bold;
 position: relative;
 float: left;
}

.tabbertab ul li a {
 line-height:13px;
 color:#7a9db7;
 text-decoration:none;
 position: absolute;
 width: 40px;
 height: 27px;
 top: 0;
 left: 0;
 text-align: center;
 padding-top: 8px;
}
.tabbertab ul li a:hover {
color:#254a66;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(http://www.trendalarm24.de/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(http://www.trendalarm24.de/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(http://www.trendalarm24.de/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(http://www.trendalarm24.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(http://www.trendalarm24.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(http://www.trendalarm24.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(http://www.trendalarm24.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(http://www.trendalarm24.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(http://www.trendalarm24.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { background:#fff; font:12px/1.35 Arial, Helvetica, sans-serif; color:#254A66; text-align:center; }

img           { border:0; vertical-align:top; }

a             { color:#254A66; text-decoration:none; }
a:hover       { color:#04233A; text-decoration:none; }
:focus        { outline: 0; }

.col-main-container a { color:#568bb6; text-decoration:none; }
.col-main-container a:hover { color:#04233A; text-decoration:underline; }

.col-main-container p {line-height:18px; margin:0 0 10px 0;}

/* Headings */
h1            { font-size:20px; font-weight:bold; line-height:1.15; }
h2            { font-size:14px; font-weight:bold; line-height:30px; }
h3            { font-size:12px; font-weight:bold; line-height:1.25; }
h4            { font-size:12px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:12px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

.col-main-container ul,
.col-main-container ol { line-height:18px;}

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {background: #ebf1f6 url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/body_bg.gif) repeat-x;}
.page { width:992px; margin:0 auto; padding:0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container {min-height: 400px; background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/main_container_header.gif") no-repeat center top; position: relative; margin-top:5px; margin-left:5px; margin-right:5px; margin-bottom:10px;}
.cms-home .main-container{background: none;}
.main { /*margin-bottom:10px; margin-top:5px;*/ }

/*.col2-right-layout .main {background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/product_view_top_bg_785.png") no-repeat scroll 0 40px;}
.contacts-index-index .col-main,
.cms-no-route .col-main {margin: 5px 0 0 0; padding-top: 40px; background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/product_view_bottom_bg_785.png") no-repeat 0 bottom; width: 785px;}
.contacts-index-index .col-main-content,
.cms-no-route .col-main-content,
.cms-no-route .std {margin: 0 0 5px 0; padding: 30px 20px; background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/product_view_content_bg_785.png") repeat-y 0 0;}
*/

/* Base Columns */
.col-left { float:left; width:190px; margin-top: 27px;}
.col-main { float:left; width:736px; }
.col-right { float:right; width:190px; margin-top: 27px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; /*margin-top: 20px;*/}
.catalog-product-view .col1-layout .col-main {margin-top: 20px;}
.cms-home .col1-layout {margin-top: 7px;}

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; width: 785px; padding-top: 40px;}
.col2-right-layout .col-main {float:left; width: 785px; margin-top: 40px;}
.col2-left-layout .col-left { float:left; width:190px; margin-top: 40px;}
.col2-right-layout .col-right { float:right; width:190px; margin-top: 40px; }

/* 3 Columns Layout */
.col3-layout .col-main { width:586px; margin-left:8px; }
.col3-layout .col-wrapper { float:left; width: 784px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#254A66; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { float:left; height:21px; background:transparent url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/bkg_button.gif) 0 1px no-repeat; padding:0 0 0 8px; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { background-position:100% 1px; padding:0 12px 0 4px; }
button.disabled {}
button.disabled span {}

button.btn-checkout span {}
button.btn-checkout.no-checkout {}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#254A66; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.form-list .info {font-size:10px; height: 15px; line-height: 3px;}

.buttons-set { clear:both; margin:5px 0 0; padding:5px; /*border:1px solid #ddd;*/ }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { border:1px solid #ddd; background:url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/product_collateral_bg.png") repeat-x; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #A3C2DC; background:#E5EEF5; color:#254A66; margin:-38px 0 0 -10px; padding:0 8px; position:relative; }

.newsletter-form .fieldset {position: relative; padding: 0; background: none; border: none; height: 60px; width: 100%;}
.newsletter-form .fieldset .form-list {position: absolute; left:0; top:0; width: 100%;}
.newsletter-form .fieldset .form-list li.fields {position: relative; height: 40px; border: none; background: transparent url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/newsletter_btn.png) no-repeat scroll left top;}
.newsletter-form .fieldset li.fields .input-text {position: absolute; left: 10px; top: 10px; width: 220px;}
.newsletter-form button.button {position: absolute; left: 237px; top: 10px; width: 100px;}
.newsletter-form button.button span {background: none; padding: 0 0 0 6px; }
.newsletter-form button.button span span {font-size: 15px; font-weight: bold;}
.newsletter-form .validation-advice {position: absolute; top: 65px;}
.newsletter-form .options {}
.newsletter-form .options label {float: none;}
.newsletter-form .options .input-box {width: inherit; }
.newsletter-form .options .input-box-1 {position: absolute; top: 40px; left: 11px;}
.newsletter-form .options .input-box-2 {position: absolute; top: 40px; left: 95px;}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#A3C2DC; background-color:#fff; background-image: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/i_msg-note.gif); color:#254A66; margin-top: 27px;}

/* BreadCrumbs */
.breadcrumbs {  margin:0; padding: 5px 0 0 203px; }
.breadcrumbs li { display:inline; }
.breadcrumbs li a {text-decoration: none; color: #254A66; font-size: 11px;}
.breadcrumbs li h1 {color: #254A66; font-size: 11px; font-weight: bold; display: inline;}

/* Back-Button */
.main .button-back { background: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/back_btn.png) no-repeat; border: none; cursor:pointer; width: 191px; height: 30px; color: #254A66; font-weight: bold; position: absolute; top: 1px; left: 0px; padding-bottom: 6px;}
.main .button-back span {padding-left: 14px; }

/* Forward-Button */
.main .button-forward { background: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/forward_btn.png) no-repeat; border: none; cursor:pointer; width: 191px; height: 30px; color: #254A66; font-weight: bold; position: absolute; top: 1px; right: 0px; padding-bottom: 6px;}
.main .button-forward span {padding-right: 14px; }

/* Page Heading */
.page-title { padding:0 0 5px; margin:0 0 10px; }
.catalogsearch-result-index .page-title {display: none;}
.page-title h1,
.page-title h2 { font-size:18px; color:#254A66; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.category-title {display: none;} 

.subtitle { clear:both; }

/* Pager */
.pager { float: left; padding-bottom: 7px; padding-top: 7px;}
.pager .amount { float:left; }
.pager .limiter { float:right; }
.my-account .pager .limiter { padding-left: 20px; }
.pager .pages { margin:0; margin-left: 18px; float: left;}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
/*.pager .pages .current {color:#04233A;}*/
.pager .pages .v-middle {margin-top: 6px; vertical-align: top;}

/* Sorter */
.sorter { width: 183px; float: right;}
.sorter .view-mode { float:left; display: none;}
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {padding-left: 5px; padding-right: 5px; font-size: 11px; height: 22px;}
.toolbar .pager {width: 381px; padding-bottom: 0px; padding-top: 0px;}
.toolbar .sorter {}
.toolbar select {font-size: 11px; background: #d0e0ed; /*border: 1px solid #79a6ca;*/ border:none;}
.toolbar .pager .amount { margin-top: 2px;}
.toolbar .pager .pages { margin-top: 2px;}

/* New Toolbar category-products*/
.category-products ul.first {margin-top: 2px;}
.category-products .toolbar {position: relative; padding-top: 3px;}
.category-products .pager-info {position: absolute; left: 5px; padding-top: 3px;}
.category-products .sorter {position: absolute; left: 200px; }
.category-products .pager {position: absolute; right: 5px; }
.category-products .pager .pages {position: absolute; right: 0px; margin: 0;}
.category-products .pager .pages strong {display: none;}
.category-products .amount {color: #d4e2ef;}

.category-products .limiter {position: absolute; left: 100px; width: 88px; height: 20px; background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/page/toolbar/menu_pages.png") no-repeat; }
.category-products .limiter select {width: 88px; height: 20px; opacity: 0; filter: alpha(opacity=0); position: absolute; top: 0; left: 0;}
.category-products .current-value {padding-right: 12px; padding-top: 2px; text-align: center;}
.category-products option {padding-left: 5px;}

.category-products .sorter label {position: absolute; top: 2px;}
.category-products .sort-by {position: absolute; left: 76px; top: 0; width: 91px; height: 20px; background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/page/toolbar/menu_sort.png") no-repeat; }
.category-products .sort-by select {width: 91px; height: 20px; opacity: 0; filter: alpha(opacity=0); position: absolute; top: 0; left: 0;}
.category-products .sort-by a {position: absolute; left: 94px; top: 0;}

.toolbar-bottom {margin-top: 4px;}
.toolbar-bottom .pager-info {display: none;}
.toolbar-bottom .limiter {display: none;}
.toolbar-bottom .sorter {display: none;}

.pages ol li {
	float: left;
	margin: 0 2px 0 2px;
}

.pages ol li.page {
	padding: 0;
	list-style: none;
	height: 20px;
	width: 19px;
	line-height: 20px;
	background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/sliderNum_inaktiv.png") no-repeat;
}

.pages ol li.page a {
	float: left;
	height: 20px;
	width: 19px;
	line-height: 20px;
	color: #78a5ca;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

.pages ol li.current {
	background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/sliderNum_aktiv.png") no-repeat;
	color: #fff;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}

.pages ol li.page:hover {
	background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/sliderNum_aktiv.png") no-repeat;
	color: #fff;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}
.pages ol li.page:hover a{
	color: #fff;
}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px 10px; border:1px solid #CFDFED; font-weight:bold; white-space:nowrap; background: transparent url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/table_header_bg.png) repeat-x scroll 0 0;}
.data-table td { padding:13px; border:1px solid #CFDFED; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even {  }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { font-size:11px; color:#B3CADE; padding-top:5px;}
tr.tax-details-first td {  }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { margin:0 0 10px; }
.std ul.disc { list-style:disc outside; padding-left:18px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std tr { background-color:#FFF; }
.std td { text-align:center; width:50px; border:1px solid; }
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; margin-top: 2px; margin-right: 5px;}
.btn-remove2 { display:block; width:20px; height:20px; font-size:0; line-height:0; background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/btn_trash.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; margin: 25px 30px;}

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; margin-left: 20px; margin-top: 7px;}
.header-container {height: 94px; background: transparent url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/header_bg.jpg) no-repeat scroll 0 0;}
.header {  }
.header .logo { float:left; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; padding:0; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; }
.header .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }

/* TopCart ================================================================================ */
.top-cart-container {position: relative;float: right; width: 199px; height:89px; background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/top_cart_bg.gif") no-repeat; margin-right: 1px;}
.top-cart-container:hover {background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/top_cart_hover_bg.gif") no-repeat;}
.top-cart{ }
.top-cart .carthead {font-size: 14px; font-weight: bold; color: #fff; margin-left: 55px; margin-top: 10px;}
.top-cart .items { position: absolute; color: #fff; left: 44px; margin: 2px 11px 0px 9px; font-size: 0.95em; width: 120px; text-align: center;}
.top-cart .checkout {position: absolute; text-decoration:none; top: 0px; width: 199px; height:80px;}
.top-cart .checkout span {position: absolute; font-weight: bold; color:#254A66; left: 86px; top: 55px; font-size: 0.95em;}

/********** < Top-Navigation */
.top-nav-container{}
.quick-access {
    width: 511px;
    height:90px;
    float: right;
}
.quick-access p { }
.quick-access li { }

/* Account-Box */

.account-box-container {
    width:150px;
	height:90px;
	float: left;
}


.account-box-nav {
	position:relative;
	z-index: 888;
}

.account-info {
    position:absolute;
    left:18px;
    top:30px;
    text-align:left;
    font-size:11px;
    color:#d4e2ef;
}

.account-info .info1 {
    font-size:10px;
    line-height:12px;
    margin:0;
    padding:4px 0 0 0;
}

.account-info .info2 {
    font-size:11px;
    margin:0;
    line-height:12px;
    padding:6px 0 0 0;
}

.account-info .info2 a  { font-size:11px; color:#d4e2ef; text-decoration:none;  background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/arrow.gif) no-repeat 0 3px;  padding-left: 14px;}
.account-info .info2 a:hover {color:#fff;  background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/arrow_hover.gif) no-repeat 0 3px; } 


/* Service-Box */

.service-box-container {
    width:150px;
    height:90px;
    float: left;
}


.service-box-nav {
	position:relative;
	z-index: 888;
}

.service-info {
    position:absolute;
    left:18px;
    top:30px;
    text-align:left;
    width:130px;
    color:#d4e2ef;    
}

.service-info .info1 {
    font-size:10px;
    line-height:12px;
    margin:0;
    padding:4px 0 0 0;
}

.service-info .info2 {
    font-size:11px;
    margin:0;
    line-height:12px;
    padding:6px 0 0 15px;
    background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/phone.gif) no-repeat 0 6px; 
}
.noskype {display: none;}

/********** < Service-Navigation und Account-Navigation */
#account-nav li a, #service-nav li a { 
	font-size:12px; 
	font-family:arial;
	/*height:12px;*/
	width:110px;
	background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/navigation/dropdown_bg.png) 4px 5px no-repeat;
	text-decoration:none;
}

.form-search .search-autocomplete { z-index:999; width: 159px !important; left: 0px !important; }
.form-search .search-autocomplete ul { border:1px solid #79A6CA; background-color:#D0E0ED; max-height: 350px; overflow: auto;}
.form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #79A6CA; cursor:pointer; font-size: 11px; padding-left: 5px;}
.form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.form-search .search-autocomplete li.selected {}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#account-nav li, #service-nav li { position:relative; text-align:left; background:#fff; padding:0;}
#account-nav li.over, #service-nav li.over { z-index:999; }
#account-nav a, #account-nav a:hover, #service-nav a,
#service-nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#account-nav span, #service-nav span { cursor:pointer; white-space:nowrap; }
#account-nav li.level0 span, #service-nav li.level0 a span { line-height: 1.5em;}
#account-nav li.level1 span, #service-nav li.level1 a span { line-height: 1.3em;}
#account-nav span strong, #service-nav span strong {font-weight:bold;}
#account-nav li ul span, #service-nav li ul span {white-space:normal; vertical-align:middle; }

/************ 0 LEVEL  ***************/

#account-nav li, #service-nav li { float:left; background:none; color:#254a66; }
#account-nav li ul li.over, #service-nav li ul li.over{ background:none;  }

#account-nav li.active a, #service-nav li.active a { background:none; color:#254a66; }
#account-nav li.over a, #service-nav li.over a { background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/navigation/top_nav_hover.png) 6px 7px no-repeat; width:135px; /*height:15px;*/ color:#254a66; padding-bottom:0;}
#account-nav li a:hover, #service-nav li a:hover { background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/navigation/top_nav_hover.png) 6px 7px no-repeat; width:135px; /*height:15px; */color:#254a66; text-decoration:underline;}
#account-nav a, #service-nav a { float:left; padding:9px 17px; color:#254A66; font-weight:normal; text-decoration:none;}
#account-nav a:hover, #service-nav a:hover {background:none; color:#fff; }

#account-nav li.over ul li a, #service-nav li.over ul li a { background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/navigation/top_nav_arrow.png) 0 5px no-repeat; color:#254a66; font-size:11px; white-space:pre; display:inline-block; padding-left:12px; }
#account-nav li.over ul li a:hover , #service-nav li.over ul li a:hover  { background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/navigation/top_nav_arrow_hover.png) 0 5px no-repeat;}
#account-nav li.over ul li a:hover span, #service-nav li.over ul li a:hover span {color:#04233a;}
#account-nav li ul.level0, #service-nav li ul.level0 {/*list-style:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/top_nav_arrow.png); list-style-position:inside;*/ }
#account-nav li.over ul li, #service-nav li.over ul li {/*display:list-item;*/  }

/************ 1ST LEVEL ************/
#account-nav ul li, #account-nav ul li.active, #service-nav ul li,
#service-nav ul li.active { /*float:none*/; width:125px; line-height:5px; padding:1px 17px; border:none; background:transparent url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/navigation/top_nav_content.png) repeat-y scroll 6px 0;}
#account-nav ul li.last, #service-nav ul li.last { border:0; background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/navigation/top_nav_bottom.png) no-repeat 6px bottom; padding-bottom:7px; }


#account-nav ul a, #account-nav ul a:hover, #service-nav ul a,
#service-nav ul a:hover { float:none; padding:0; background:none; }
#account-nav ul li a, #service-nav ul li a { font-weight:normal !important; }
#account-nav ul li a:hover, #service-nav ul li a:hover { /*text-decoration:underline !important;*/ }

/************ 2ND LEVEL ************/
#account-nav ul, #service-nav ul { position:absolute; width:150px; top:20px; left:-10000px; border:0; margin:7px 0px; padding-top:0px;}

/* Show menu */
#account-nav ul.level10 > li.level1, #service-nav ul.level10 > li.level1 {padding-top: 7px !important;}
#account-nav li.over > ul, #service-nav li.over > ul { left:0; }
#account-nav li.over > ul li.over > ul, #service-nav li.over > ul li.over > ul { left:100px; }
#account-nav li.over ul ul, #service-nav li.over ul ul { left:-10000px; }
#account-nav ul li a, #service-nav ul li a { background:none; color:#254a66 !important; }
#account-nav ul li a:hover, #service-nav ul li a:hover { text-decoration:none; background:none; color:#254a66 !important; }

#account-nav ul span,#account-nav ul li.last li span,#service-nav ul span, #service-nav ul li.last li span { padding:0 0 0 0; }

/************ 3RD+ LEVEL ************/
#account-nav ul ul, #service-nav ul ul { top:0px; }

/********** < Navigation */
.form-language {float: right; padding-right: 10px; padding-top: 7px; font-size: 11px; display: none;} 
.form-language label {color: #fff;}
.form-language #select-language {font-size: 11px; background: #d0e0ed; }
.form-language .lang-item {float: left; padding-left: 10px;}
.form-language .lang-item a {padding-left: 22px; color: #D4E2EF;}
.form-language .lang-item a:hover {color: #fff;}
.form-language .id_1 {background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/lang_de.gif") no-repeat 0px 1px;}
.form-language .id_1:hover {background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/lang_de_act.gif") no-repeat 0px 1px;}
.form-language .selected .id_1 {background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/lang_de_act.gif") no-repeat 0px 1px;}
.form-language .id_3 {background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/lang_gb.gif") no-repeat 0px 1px;}
.form-language .selected .id_3 {background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/lang_gb_act.gif") no-repeat 0px 1px;}
.form-language .id_3:hover {background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/lang_gb_act.gif") no-repeat 0px 1px;}

.nav-container {background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/navigation/mainmenu_bg.png") no-repeat 1px -3px; height: 36px;}
#nav { padding:0 20px; font-size:1.2em; float: left; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; vertical-align:middle; }

/************ 0 LEVEL  ***************/
#nav li { float:left; background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/nav_trenner.png) no-repeat right top; }
#nav li.active a { background:none; background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/nav_hover.gif) repeat-x 0 0; height:19px; color:#254a66; }
#nav li.over a { background:#254a66; height:19px; color:#fff; }
#nav li a:hover { background:none; background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/nav_hover.gif) repeat-x 0 0; height:19px; color:#254a66; }
#nav a { float:left; padding:7px 12px 6px 8px; color:#fff; font-weight:normal; margin-right:1px;}
#nav a:hover {background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/nav_hover.gif) repeat-x 0 0; height:19px; color:#254a66; }

#nav .nav-0 a span {background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/navigation/mainmenu_home.png) no-repeat 0 0px; padding-left: 30px; padding-top: 3px; padding-bottom: 2px;}
#nav .nav-0 a:hover span {background: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/navigation/mainmenu_home.png) no-repeat 0 0px; padding-left: 30px; padding-top: 3px; padding-bottom: 2px;}
#nav .nav-0.hover a span {background: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/navigation/mainmenu_home.png) no-repeat 0 0px; padding-left: 30px; padding-top: 3px; padding-bottom: 2px;}
 
#nav .nav-7 a span {background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/navigation/mainmenu_wm.png) no-repeat 0 0px; padding-left: 30px; padding-top: 3px; padding-bottom: 2px;}
#nav .nav-7 a:hover span {background: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/navigation/mainmenu_wm.png) no-repeat 0 0px; padding-left: 30px; padding-top: 3px; padding-bottom: 2px;}
#nav .nav-7.hover a span {background: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/navigation/mainmenu_wm.png) no-repeat 0 0px; padding-left: 30px; padding-top: 3px; padding-bottom: 2px;}

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; margin:0; /*border-bottom:1px dotted #fff;*/  }
#nav ul.level0 {background:#254a66; display: none;}
#nav ul li.level1 { background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/nav_sub_trenner.png) no-repeat left top;}
#nav ul li.level1 a {background:none; height:auto; padding: 6px 0; margin: 0px;}
/*#nav ul li.over { background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last { border:0; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:15em; top:29px; left:-10000px; border:0; }

/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { background:#254a66; color:#fff !important; }
#nav ul li a:hover { background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/nav_hover.gif) repeat-x 0 0; color:#254a66 !important; }

#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }
/********** Navigation > */
/* ======================================================================================= */

/********** < Search */
.information-container {height: 25px; }
.information-container .information {float: left; margin-left: 8px; margin-top: 4px; width: 810px;}
.information-container .information img {margin-left: 2px; }

.nav-container .search-box {background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/search_bg.gif") no-repeat 0px 3px; float: right; margin-right: 6px; width: 192px; margin-top: 2px; position: relative; height: 29px;}
.nav-container .search-box form { float: right; width: 100%;} 
.nav-container .search-box label {display: none;}
.nav-container .search-box button.button {background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/search_bt.png") no-repeat right 0; width: 23px; height: 23px; margin-top: 0px; position: absolute; right: 6px; top: 2px; text-align: center;}
.nav-container .search-box button.button span {display: none;}
.nav-container .search-box .input-text {  border: 0; background-color: transparent; width: 150px; position: absolute; top: 6px; left: 3px; font-size: 11px;}


/********** Search > */
/* ======================================================================================= */

/* Sidebar =============================================================================== */
.block { margin:0 0 6px; background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/sidebar_bottom.gif") no-repeat bottom left; padding-bottom: 7px;}
.block .block-title { background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/sidebar_head.gif") no-repeat;  height: 27px; position: relative;}
.block .block-title strong { font-size:12px; font-weight:bold; top: 6px; left: 10px; position: absolute;}
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; background: none; padding-left: 0;}
.block .block-title a:hover { text-decoration:none !important; background: none; padding-left: 0;}
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content { padding:10px; background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/sidebar_content_bg.gif") repeat-y; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove { float:right; }
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}

.block li.odd {}
.block li.even { background-color:#f6f6f6; }

.block-banner .block-content { padding: 0; background: none; }
.block-banner {padding-bottom: 4px; background: none;}

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav .block-subtitle { padding: 10px 0px 10px 10px; }
.block-layered-nav .currently li { padding: 0px 10px 0px 15px; }
.block-layered-nav .currently .label { font-weight: bold; }
.block-layered-nav .block-subtitle-options { display: none; }
.block-layered-nav .block-content { padding: 0px; overflow: hidden;}
.block-layered-nav .actions { border-bottom: 1px solid #DEE5E8; padding: 5px 10px 10px 15px;}
.block-layered-nav dt { font-weight:bold; padding: 10px 0 0 10px }
.block-layered-nav dt a {padding-top: 2px; float: right; font-weight: normal; text-decoration: underline; padding-right: 13px; padding-left: 14px; background: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/link_arrow.gif) no-repeat 0 6px; font-size: 10px;}
.block-layered-nav dt a:hover {padding-top: 2px; background: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/link_arrow_hover.gif) no-repeat 0 6px;}
.block-layered-nav dd { padding: 5px 10px 10px 10px; border-bottom: 1px solid #DEE5E8;}
.block-layered-nav dd.last { border: none;}
.block-layered-nav dd a { background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/link_arrow.gif") no-repeat 0 4px; padding-left: 14px;}
.block-layered-nav dd a:hover { background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/link_arrow_hover.gif") no-repeat 0 4px; padding-left: 14px;}
.block-layered-nav .currently {}
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }

.block-layered-nav dd.size {width: 180px; display: inline-block; padding: 3px 10px 10px 10px;}
.block-layered-nav dd.size li {margin-top: 4px; margin-right: 2px; position: relative; float: left; height: 27px; width: 41px; background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/filter/filter_btn.gif") no-repeat 0 0;}
.block-layered-nav dd.size li:hover {background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/filter/filter_btn_hover.gif") no-repeat 0 0;}
.block-layered-nav dd.size a {padding: 0; position: absolute; background: none; height: 27px; width: 41px; font-size: 14px; font-weight: bold;}
.block-layered-nav dd.size a:hover {padding: 0; background: none; height: 27px; width: 41px; font-size: 14px; font-weight: bold;}
.block-layered-nav dd.size li a span { position: absolute; color:#254A66; top: 5px; left: 12px;}
.block-layered-nav dd.size li a:hover span { color:#04233A; }
.block-layered-nav dd.size li a img { position: absolute; top: 5px; left: 12px;}

.block-layered-nav dd.color {display: inline-block; padding: 0px 10px 10px 10px;}
.block-layered-nav dd.color li {margin-top: 7px; margin-right: 3px; margin-left: 3px; position: relative; float: left; height: 21px; width: 21px; background: none;}
.block-layered-nav dd.color a {padding: 0; position: absolute; background: none; height: 21px; width: 21px; }
.block-layered-nav dd.color a:hover {padding: 0; background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/filter_btn_color_hover.gif"); height: 21px; width: 21px; }

.block-layered-nav dd.manufacturer ol li {width: 170px; height: 20px; background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/dropdown_bg.gif"); position: relative; }
.block-layered-nav dd.manufacturer .show-text {position: absolute; top: 3px; left: 5px;}
.block-layered-nav dd.manufacturer select {width: 170px; height: 20px; opacity: 0; filter: alpha(opacity=0); position: absolute; top: 0; left: 0;}
.block-layered-nav dd.manufacturer select option {border: none;}

/* Block: Vertical Navigation */
.block-vert-nav {}
.block-vert-nav a { background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/link_arrow.gif") no-repeat 0 4px; padding-left: 14px;}
.block-vert-nav a:hover { background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/link_arrow_hover.gif") no-repeat 0 4px; padding-left: 14px;}

/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}
.block-subscribe input { width: 165px; padding-top: 2px;}
.block-subscribe .actions {padding-top: 5px;}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/* Block: Trend of day */
.block-trendofday {
	position: relative;
	background: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/trendofday/trendofday_block_bg.png) no-repeat 0 0;
	height: 291px;
	padding-bottom: 0;
	margin-bottom: 8px;
}
.block-trendofday .header {
	position: absolute;
	top: 2px;
	left: 2px;
	background: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/trendofday/trendofday_block_head.gif) no-repeat 0 0;
	width: 185px;
	height: 118px;
}
.block-trendofday .price-info {
	position: absolute;
	top: 46px;
	left: 18px;
	font-weight: bold;
}
.block-trendofday .price-including-tax {
	position: absolute;
	top: 55px;
	left: 16px;
	font-size: 22px;
}
.block-trendofday .old-price, .block-trendofday .uvp-price {
	position: absolute;
	top: 106px;
	left: 17px;
	color: #EB8814;
	font-size: 12px; 
}
.block-trendofday .old-price .price, .block-trendofday .uvp-price .price {
	font-weight: normal;
}
.block-trendofday .countdown {
	position: absolute;
	top: 8px;
	right: 6px;
	width: 40px;
	text-align: center;
}
.block-trendofday .countdown-item {
	float: left;
	height: 30px;
	width: 40px;
}
.block-trendofday .countdown-value {
	color: #EB8814;
	font-size: 22px;
	font-weight: bold;
}
.block-trendofday .countdown-label {
	font-size: 12px;
}
.block-trendofday .product-image {
	position: absolute;
	top: 118px;
	left: 25px;
}
.block-trendofday .product-name {
	position: absolute;
	bottom: 2px;
	left: 8px;
	width: 153px;
	height: 30px;
	display:table;
}
.block-trendofday .product-name h5 {
	display:table-cell;
	vertical-align: middle;
}
.block-trendofday .item-details {
	position: absolute;
	top: 263px;
	right: 4px;	
}
.block-trendofday .in-stock {position: absolute; top: 83px; left: 16px; width: 114px; height: 17px; }
.block-trendofday .in-stock-bar {width: 114px; height: 17px; position: relative; }
.block-trendofday .bar-red {position: absolute; top: 0; right: 0; width: 114px; height: 17px; background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/trendofday/block_balken_rot.png") no-repeat top right;}
.block-trendofday .bar-green {position: absolute; top: 0; left: 0; height: 17px; background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/trendofday/block_balken_gruen.png") no-repeat top left;}
.block-trendofday .in-stock-bar span {position: absolute; top: 1px; left: 0; width: 114px; color: #fff; font-weight: bold; text-align: center; font-size: 11px;}

/* Block: Offers */
.block-offers .block-content {padding: 0;}
.block-offers ol {padding: 10px 0 0;}
.block-offers li {border-bottom: 1px solid #DEE5E8; }
.block-offers li.last {border-bottom: none;}
.block-offers li.even {background: none;}
.block-offers li .item-image {float: left; height: 45px; width: 45px; padding: 0 10px 0 5px;}
.block-offers .item-name a span {font-size: 10px; font-weight: bold; padding-right: 2px;}

/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { position:relative; margin-top: 5px;}
.products-grid.last { border-bottom:0; }
.products-grid li.item { position:relative; float:left; width:190px; height: 218px; background: transparent url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/grid/grid_item_bg.gif) no-repeat scroll 0 0; margin-right: 8px;}
.products-grid li.item .product-link {position: absolute; top: 0; left: 0; width:190px; height: 218px;}
.products-grid li.item-trendofday {background: transparent url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/grid/grid_item_trendofday_bg.gif) no-repeat scroll 0 0;}
.products-grid li.last {margin-right: 0;} 
.products-grid li.item button.button {background: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/item_btn.png) no-repeat 0 1px; height: 24px; width: 23px; padding: 0; margin: 0; text-align:center; vertical-align: middle;}
.products-grid li.item button.button span {display: none;/*background: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/grid/grid_item_btn.gif) no-repeat 0 1px; padding: 0; margin: 0; height: 22px; width: 70px;*/}
.products-grid .product-image { display:block; width:135px; height:135px; margin:2px 0; padding: 0 27px;}
.products-grid .product-name { padding: 4px 7px 0; font-weight:bold; font-size: 12px; line-height: 12px; height: 35px;}
.products-grid .product-name a {text-decoration: none; color: #254A66; font-size: 12px; line-height: 12px;}
.products-grid .price-box { padding: 0 0 0 8px;}
.products-grid .price-box .regular-price {color: #fff; font-size: 21px; line-height: 21px;}
.products-grid .price-box .special-price {color: #254A66; font-size: 21px; line-height: 21px; background: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/grid/special_price_bg.png) no-repeat -2px 0; padding-left: 9px;}
.products-grid .price-box .special-price .price-label {display: none;}
.products-grid .price-box .old-price, .products-grid .item-special .price-box .uvp-price {color: #C5D9E9; font-size: 12px; padding-left: 11px;}
.products-grid .price-box .uvp-price {color: #C5D9E9; font-size: 12px}
.products-grid li.item-trendofday .price-box .old-price {color: #fff;}
.products-grid .price-box .old-price .price, .products-grid .price-box .uvp-price .price {font-weight: normal;}
.products-grid .uvp-price {color: #C5D9E9; font-size: 10px; padding: 0 0 0 1px;}
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:5px; right: 5px;}

.products-grid .layer-special-price {position: absolute; top: -1px; left: 148px; background: transparent url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/grid/percent_label.png) no-repeat 0 0; height: 46px; width: 44px;}
.products-grid .layer-trendofday {position: absolute; top: 5px; left: 5px; background: transparent url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/grid/trendofday_label.png) no-repeat 0 0; height: 30px; width: 82px;}

.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }
.col1-layout .box-up-sell .products-grid { width:inherit; margin:0 auto; padding-top: 2px;}

.product-view .box-up-sell .products-grid .product-name {padding-bottom: inherit;}

/* View Type: List */
.products-list li.item { border-bottom:1px solid #ddd; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-list .product-name a {}
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-more { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {width: 100px; }
.old-price .price-label { white-space:nowrap; display: none;}
.old-price .price, .uvp-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* FTP */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

.product-view {background: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/product_view_top_bg.png) no-repeat 0 0; padding: 6px 0 0 0; position: relative;}

.product-essential {background: transparent url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/product_view_content_bg.png") repeat-y 0 0; padding-top: 10px;}
.product-essential-bottom {background: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/product_view_bottom_bg.png) no-repeat 0 0; padding: 6px 0 0 0; height: 6px;}

.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
.product-view .product-img-box { float: left;  width:382px; margin-left: 4px;}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { border: none; margin-left: 32px;}
.product-view .product-img-box .product-image-zoom { position:relative; width:320px; height:320px; overflow:hidden; z-index:9; padding-bottom: 30px;}
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size: 11px; padding-bottom: 19px;  padding-left: 24px;}
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 25px 14px; padding:0 28px; background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/slider_bg.png) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:20px; height:20px; background:transparent url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/magnifier_handle.png) no-repeat scroll 0 0; }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:-2px; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:-2px; }
.product-view .product-img-box .more-views {background: transparent url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/product_collateral_bg.png) repeat-x 0 0;}
.product-view .product-img-box .more-views h2 {display: none;}
.product-view .product-img-box .more-views ul { margin-left: 10px; padding-top: 10px; }
.product-view .product-img-box .more-views li { float:left; margin: 8px; background: transparent url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/product_gallery_image_bg.png") no-repeat scroll 0 0; height: 104px; width: 104px; position: relative;}
.product-view .product-img-box .more-views li a {position: absolute; top: 0; left: 0; height: 104px; width: 104px;}
.product-view .product-img-box .more-views li img {position: absolute; top: 12px; left: 12px;}

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

.product-view .product-shop-container {width: 590px; float: left; margin: 0 0 0 2px}
.product-view .product-info {width: 225px; height: 295px; float: right; background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/product_info_bg.png") no-repeat top right; position: relative;}
.product-view .product-info .uvp-price {position: absolute; top: 16px; left: 50px; font-size: 11px;}
.product-view .product-info .btn-cart {margin: 0; position: absolute; top: 248px; left: 1px; background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/button_cart_bg.png") no-repeat; width: 225px; height: 70px; overflow: visible;}
.product-view .product-info .btn-cart span {background: none; padding-left: 14px; padding-top: 16px; font-size: 14px; font-weight: bold; width: 225px; height: 70px; }
.product-view .product-info .cart-info-text {position: absolute; bottom: 21px; right: 81px;}
.product-view .product-info .add-to-cart label { position: absolute; bottom: 61px; left: 50px; }
.product-view .product-info .add-to-cart input { position: absolute; bottom: 59px; left: 98px; }
.product-view .product-info .availability {position: absolute; top: 109px; left: 50px;}
.product-view .product-info .product-tax-text {position: absolute; top: 62px; left: 50px; font-size: 9px; }
.product-view .product-info .product-tax-text a {text-decoration: underline;}
.product-view .product-info .price-box { }
.product-view .product-info .price-box .regular-price {position: absolute; top: 26px; left: 48px; font-size: 26px; }
.product-view .product-info .price-box .special-price .price-label {display: none;}
.product-view .product-info .price-box .special-price {position: absolute; top: 26px; left: 36px; font-size: 26px; background: transparent url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/special_price_detail_bg.png) no-repeat scroll 0px 3px; width: 129px; height: 30px; padding-left: 15px; }
.product-view .product-info .price-box .old-price {position: absolute; top: 16px; left: 50px; font-size: 11px;}
.product-view .product-info .price-box .old-price .price {font-weight: normal;}
.product-view .product-info .price-box .uvp-price {position: absolute; top: 16px; left: 50px; font-size: 11px;}
.product-view .product-info .price-box .uvp-price .price {font-weight: normal;}
.product-view .product-info .layer-special-price {position: absolute; top: 2px; left: 177px; background: transparent url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/grid/percent_label.png") no-repeat 0 0; height: 46px; width: 44px;}
.product-view .product-info .product-service-text {position: absolute; top: 325px; left: 30px; background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/picto_phone.png") no-repeat 0 10px; height: 70px; width: 190px;} 
.product-view .product-info .product-service-text p {padding-left: 40px; font-size: 10px;}
.product-view .product-info .product-service-text .service-text1 {font-weight: bold;}
.product-view .product-info .product-service-text .service-text2 {font-size: 14px; font-weight: bold;}

/* Product Shop */
.product-view .product-shop { float:left; width:445px; }
.col1-layout .product-view .product-shop {float:left;  width:365px; padding-top: 3px; min-height: 382px;}
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-information {font-size: 11px; padding-top: 15px;}
.product-view .product-sku {font-size: 11px; padding-bottom: 2px;}
.product-view .product-name {padding-bottom: 20px;}
.product-view .product-name h1 {font-size: 18px; font-weight: bold;}
.product-view .short-description {min-height: 172px; padding-bottom: 10px;}
.product-view .short-description h2 {display: none;}
.product-view .short-description .std h2 {display: inherit;}
.product-view .short-description .std ul {list-style-image: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/list_style_star.png); margin: 0 0 0 23px; }
.product-view .short-description .std ul li {line-height: 15px; font-weight: bold; padding: 0 0 5px;}

.product-view .product-bottom-info {}

.col1-layout .product-collateral {float: right; width: 590px; padding-top: 0px;}


/* Product Options */
.product-options { width: 157px; position: absolute; top: 147px; left: 50px;}
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:2px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; font-size: 11px; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:5px 0 0; display: none;}
.product-options label .required {display: none;}

.product-options-bottom { padding:10px; border:none; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; display: none;}

/* Grouped Product */
.product-view .grouped-items-table {}

/* Block: Description */
.product-view .box-description { background: transparent url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/product_collateral_bg.png) repeat-x 0 0; }
.product-view .box-description h2 {background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/product_specs_head_bg.png") no-repeat; height: 27px; font-size: 14px; font-weight: bold; padding-left: 25px; padding-top: 0px;}
.product-view .box-description .std {min-height: 100px; padding: 20px 26px 10px;}
.product-view .box-description .std ul {list-style-image: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/list_style_star2.png); margin: 0 0 0 15px; }
.product-view .box-description .std ul li {line-height: 15px; font-weight: bold; padding: 0 0 5px;}

/* Block: Additional */
.product-view .box-additional {}

/* Block: Upsell */
.product-view .box-up-sell {padding-top: 6px;}
.product-view .box-up-sell .products-grid td { width:25%; }
.product-view .box-up-sell .title {padding-left: 2px;}

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight: bold; }
.product-name a {}

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}

/* RSS */
.rss-title h1 { background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */

/* Content pages - COL-MAIN-CONTAINER*/
.col1-layout .col-main {padding: 40px 0 0;}
.cms-home .col1-layout .col-main {padding: 0;}
.catalog-product-view .col1-layout .col-main {padding: 0;}
.cms-page-view .col1-layout .col-main {padding: 0;}

.col-main-container {background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/product_view_top_bg.png") no-repeat 0 0; padding: 6px 0 0 0; }
.col-main-container .col-main-content {background: transparent url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/product_view_content_bg.png") repeat-y 0 0;  padding: 20px 20px; min-height: 400px;}
.col-main-container .col-main-bottom {background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/product_view_bottom_bg.png") no-repeat 0 0; padding: 6px 0 0 0; height: 6px;} 

.col2-left-layout .col-main-container, .col2-right-layout .col-main-container {background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/product_view_top_bg_785.png") no-repeat 0 0; padding: 6px 0 0 0; }
.col2-left-layout .col-main-container .col-main-content, .col2-right-layout .col-main-container .col-main-content {background: transparent url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/product_view_content_bg_785.png") repeat-y 0 0;  padding: 20px 20px; min-height: 400px;}
.col2-left-layout .col-main-container .col-main-bottom, .col2-right-layout .col-main-container .col-main-bottom {background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/product_view_bottom_bg_785.png") no-repeat 0 0; padding: 6px 0 0 0; height: 6px;} 


/* Fallunterscheidung */

/* PayPal Express Review */
.paypal-express-review-container {background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/product_view_top_bg.png") no-repeat 0 0; padding: 6px 0 0 0; }
.paypal-express-review-container .paypal-express-review-content {background: transparent url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/product_view_content_bg.png") repeat-y 0 0;  padding: 20px 20px;}
.paypal-express-review-container .col1-layout .col-main { margin: 0; padding-top: 40px;}
.paypal-express-review-container .page-title h1 {font-weight: bold;}
.paypal-express-review-container .paypal-express-review-bottom {background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/product_view_bottom_bg.png") no-repeat 0 0; padding: 6px 0 0 0; height: 6px;} 
.paypal-express-review-container .info-set {padding-bottom: 15px;}

.paypal-express-review-container button.btn-checkout span {background: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/button_forward2.png) no-repeat top left; padding: 0 0 12px 18px;} 
.paypal-express-review-container button.btn-checkout span span {background: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/button_forward2.png) no-repeat top right; font-size: 15px; padding: 7px 55px 7px 0;}


/* Shopping Cart ========================================================================= */
.cart {background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/product_view_top_bg.png") no-repeat 0 0; padding: 6px 0 0 0; }
.cart .cart-content {background: transparent url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/product_view_content_bg.png") repeat-y 0 0;  padding: 20px 20px;}
.checkout-cart-index .col1-layout .col-main { margin: 0; padding-top: 40px;}
.cart .page-title h1 {font-weight: bold;}

.cart table.cart-table tfoot td {border: none; padding: 7px 0 0; }
.cart table.cart-table td.last .cart-price {font-weight: bold;}
/*.cart .btn-checkout {background: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/button_forward2.png) no-repeat scroll 0 0; width: 195px; height: 35px;}
.cart .btn-checkout span {background: none; font-size: 15px;}*/

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; padding-top: 60px;}
.cart .checkout-types ul {width: 190px;}
.cart .checkout-types li {margin: 10px 0;}

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:0 0 10px; background: transparent url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/product_view_content_bg.png") repeat-y 0 0; position: relative; height: 400px;}
.cart .cart-collaterals .background {position: absolute; height: 102px; width: 100%;}
.cart .cart-collaterals .background .inner {margin: 0 4px 0 3px; background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/product_collateral_bg.png") repeat-x; height: 102px; }
.cart .cart-collaterals .col2-set { position: absolute; top:20px; width:480px; }
.cart .cart-collaterals .col2-set .col-1 {width: inherit;}
.cart .cart-collaterals .col2-set .col-2 {float: left; width: 400px; margin-left: 20px; border: 1px solid #CFDFED; padding: 20px; background: #ffffff;}

.cart .cart-bottom {background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/product_view_bottom_bg.png") no-repeat 0 0; padding: 6px 0 0 0; height: 6px;} 

.cart .crosssell {}
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { padding-right: 32px; position: absolute; right: 0px; top:40px;}
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding-left:50px; padding-top:2px;}
.cart .totals table th { font-weight:bold; }
.cart .totals table tfoot tr td {padding-top: 15px;}
.cart .totals table tfoot strong { font-weight:bold; font-size: 18px;}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; margin-top: 0.5em;}
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; padding-top:10px;}
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

table#checkout-review-table tfoot tr td{border:none; padding:2px;}
table#checkout-review-table tfoot tr.first td{ padding-top:15px;}
table#checkout-review-table tfoot tr.last td{ padding-top:15px; padding-bottom:5px;}
table#checkout-review-table tfoot tr.last td strong {font-size:18px;} 

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree, .checkout-agreements .newsletter { padding:2px; }
.checkout-agreements .print_preview_link {float: right;}
.checkout-agreements .agree input, .checkout-agreements .newsletter input {margin-bottom: 3px;}

/* Checkout Newsletter */
#checkout-newsletter .newsletter { padding:2px; }
#checkout-newsletter .newsletter input {margin-bottom: 3px;}

/* Centinel */
.centinel {}

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */

.checkout-container {background: transparent url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/product_view_top_bg.png) no-repeat scroll 0 0; padding: 6px 0 0;}
.checkout-content {background: transparent url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/product_view_content_bg.png) repeat-y scroll 0 0; overflow: hidden;}
.checkout-bottom {background: transparent url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/product_view_bottom_bg.png) no-repeat scroll 0 0; padding: 6px 0 0; height: 6px;}

.checkout-onepage-index .main-container {}
.checkout-onepage-index .main {padding-top: 40px;  }
.checkout-onepage-index .col-main-container {background: none; padding: 0;}
.checkout-onepage-index .col-main {width: 690px; padding: 0; margin: 0;}
.checkout-onepage-index .col-right {width: 292px; margin: 0;}
/*.checkout-onepage-index #checkout-progress-wrapper {min-height: 950px; background: transparent url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/product/product_view_content_bg.png") repeat-y scroll right 0; margin: 6px 0 6px 0; }*/

.checkout-onepage-index .main-container .col-main-content {  padding: 20px; background: none;}

.checkout-onepage-index .block-progress {padding: 47px 0 0 5px; width: 260px; background: none;}
.block-progress dt { font-weight:bold; padding: 6px 8px; background: #E5EEF5; border: 1px solid #A3C2DC; margin-top: 6px;}
.block-progress dt.complete,
.block-progress dd.complete { }
.block-progress dt.complete {position:relative;}
.block-progress dd.complete { border-bottom: 1px solid #A3C2DC; border-left: 1px solid #A3C2DC; border-right: 1px solid #A3C2DC; padding: 8px 13px;}
.block-progress dt.complete .separator {display:none;}
.block-progress dt.complete a {/*float: right;*/ background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/button_progress_edit.png") no-repeat; padding: 2px 0 3px 20px; position: absolute; right: 10px; top: 4px; }

/*#checkout-review-submit #review-buttons-container .btn-checkout {width: 195px; height: 35px;}*/

.cart button.btn-checkout {width: 195px; height: 35px; background: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/button_forward2.png) no-repeat top left; padding: 0;}
.cart button.btn-checkout span {background: none; font-size: 15px; padding: 0px 40px 0px 5px;}
#checkout-review-submit #review-buttons-container button.btn-checkout span/*,
.cart button.btn-checkout span*/ {background: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/button_forward2.png) no-repeat top left; padding: 0 0 12px 18px;} 
#checkout-review-submit #review-buttons-container button.btn-checkout span span/*,
.cart button.btn-checkout span span*/ {background: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/button_forward2.png) no-repeat top right; font-size: 15px; padding: 7px 55px 7px 0;}

.checkout-onepage-index .block-progress .block-title {background: none; padding: 0;}
.checkout-onepage-index .block-progress .block-title strong {left: 0;}
.checkout-onepage-index .block-progress .block-content {background: none; padding: 0;}
.checkout-onepage-index .page-title h1 {font-size: 18px; font-weight: bold;}

.opc {  position:relative; }
.opc li.section { position: relative;}

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/checkout/checkout_form_inactive_head.png"); cursor:default; height: 29px; padding:0 5px; text-align:right; margin-bottom: 5px; border: 1px solid #A3C2DC;}
.opc .step-title .number { float:left; line-height:22px; margin-right:8px; margin-top: 8px; background: #D0E0ED; font-size: 12px; padding: 2px 4px 1px; color: #254A66; line-height: 1em; font-weight: bold;}
.opc .step-title h2 { float:left; font-size: 12px; line-height:12px; font-weight: bold; margin-top: 9px;}
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/checkout/checkout_form_head.png"); cursor:default; height: 29px; margin-bottom: 0px;}

/*.opc .active .step-title a { display:none; }*/
.opc .active .step-title .number { float:left; line-height:22px; margin-right:8px; margin-top: 8px; background: #FCC300; font-size: 12px; padding: 1px 4px 1px; color: #FFFFFF; line-height: 1em;}

.opc .step { border: 1px solid #A3C2DC; border-top: 0; margin-bottom: 5px; padding:10px; position:relative; }
.opc .step .col-1 {padding: 2px;}
.opc .step .tool-tip { right:10px; }

.opc .order-review {}

.opc .buttons-set {border: 0;} 

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }

/* Block: Account Information */
.dashboard .box-info {}

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date { margin:10px 0; }

.order-info-box {}

.order-items { width:100%; overflow:auto;}

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:1px 5px 0 0; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { padding:10px; background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/footer_bg.png") no-repeat; margin-left: 5px; height: 63px;}
.footer p { text-align:right; }
.footer-container address { text-align:right; color: #B3CADE; font-size: 10px;}
.footer-container .copyright {margin-right: 20px;}
.footer ul {float: right; }
.footer ul.links {padding-right: 10px;}
.footer ul li { display:inline; padding-right: 10px;}
.footer-container .bottom-container { text-align:center; }
.footer .footer-info {font-size: 10px; float: left; padding-top: 1px;}
.footer .footer-info a {text-decoration: underline;}
.footer .footer-nav {float: right; padding-right: 0px; width: 615px; position: relative;}
.footer .footer-nav a {text-decoration: none; color: #254A66;}
.footer .footer-nav .info-text {color: #F4A208; font-size: 11px; font-weight: bold; position: absolute; right: 8px; text-align: right;}
/* ======================================================================================= */

/* Home ================================================================================ */
.home-container{}
.home-container .row {}
.home-container .row-first {height: 243px;}
.home-container .row-second {height: 98px;}
.home-container .row-last {}

.home-container .trendofday-teaser {
	position: relative;
	float: right;
	width: 322px;
	height: 243px;
	background: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/trendofday/trendofday_teaser_bg.png) no-repeat 0 0;
}
.trendofday-teaser .product-name {
	padding: 20px 0 0 20px;
	width: 150px;
}
.trendofday-teaser .product-name a {
	
	
}
.trendofday-teaser .product-image {
	padding: 0 0 0 15px;
}
.trendofday-teaser .item-price {
	position: absolute;
	background: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/trendofday/trendofday_teaser_price_bg.png) no-repeat 0 0;
	top: 6px;
	left: 170px;
	height: 142px;
	width: 149px;
}
.trendofday-teaser .price-info {
	position: absolute;
	left: 35px;
	top: 54px;
	font-weight: bold;
}
.trendofday-teaser .price-including-tax {
	position: absolute;
	left: 35px;
	top: 65px;	
	font-size: 22px;
	font-weight: bold;
}
.trendofday-teaser .old-price, .trendofday-teaser .uvp-price {
	position: absolute;
	left: 35px;
	top: 93px;	
	font-size: 12px;
	color: #fff;
}
.trendofday-teaser .item-details {
	position: absolute;
	left: 180px;
	top: 117px;	
	height: 44px;
	width: 138px;
	background: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/trendofday/trendofday_btn.png) no-repeat 0 0;
}
.trendofday-teaser .item-details a {
	position: absolute;
	left: 34px;
	top: 13px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;	
}
.trendofday-teaser .countdown {
	position: absolute;
	right: 7px;
	bottom: 10px;	
}
.trendofday-teaser .countdown .countdown-info {
	position: absolute;
	left: 4px;
	bottom: 27px;		
	font-weight: bold;
}
.trendofday-teaser .countdown .countdown-item {
	background: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/trendofday/countdown_item.gif) no-repeat 0 0;
	height: 27px;
	width: 40px;
	float: left;
	margin: 0 0 0 2px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.trendofday-teaser .countdown .countdown-value {
	font-size: 22px;	
}
.trendofday-teaser .countdown .countdown-label {
	font-size: 12px;	
}
.trendofday-teaser .in-stock {position: absolute; bottom: 8px; left: 6px; width: 180px; height: 30px; }
.trendofday-teaser .in-stock-bar {width: 180px; height: 30px; position: relative; }
.trendofday-teaser .bar-red {position: absolute; top: 0; right: 0; width: 180px; height: 30px; background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/trendofday/teaser_balken_rot.gif") no-repeat top right;}
.trendofday-teaser .bar-green {position: absolute; top: 0; left: 0; height: 30px; background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/trendofday/teaser_balken_gruen.gif") no-repeat top left;}
.trendofday-teaser .in-stock-bar span {position: absolute; top: 8px; left: 0; width: 180px; color: #fff; font-weight: bold; text-align: center;}

.home-container .startseite-teaser-container {
	position: relative;
	height: 243px;
	width: 652px;
	float: left;
}

.home-container .startseite-teaser {
	position: relative;
	height: 243px;
	width: 652px;
}
.home-container .startseite-teaser ul li {

	height: 243px;
	width: 652px;
}
.home-container .startseite-teaser .border {
	background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/home/startteaser_border.png") no-repeat;
	top: 0;
	left: 0;
	position: absolute;
	height: 243px;
	width: 652px;
}
/*.home-container .startseite-teaser a {
	top: 0;
	left: 0;
	position: absolute;
	height: 243px;
	width: 652px;	
	text-decoration: none;
}*/
/* numeric controls */

ol#controls {
	margin: .1em 0;
	padding: 0 0 5px 0;
	height: 20px;
	position: absolute;
	top: 214px;
	left: 25px;
}

ol#controls li {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 20px;
	width: 19px;
	line-height: 20px;
	background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/sliderNum_inaktiv.png") no-repeat;
}

ol#controls li a {
	float: left;
	height: 20px;
	width: 19px;
	line-height: 20px;
	color: #78a5ca;
	text-decoration: none;
	text-align: center;
}

ol#controls li.current {
	background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/sliderNum_aktiv.png") no-repeat;
}
ol#controls li.current a {
	color: #fff;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline: none;
}

.home-container .small-teaser {width: 322px; position: relative; }
.home-container .small-teaser.middle {float: left; margin-left: 8px;} 
.home-container .small-teaser.first { float: left; }
.home-container .small-teaser.last { float: right; }
.home-container .small-teaser .title { position: absolute; top: 10px; left: 120px; font-weight: bold; font-size: 22px; background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/home/pfeil_button.gif") no-repeat 0 4px; padding-left: 27px; }
.home-container .small-teaser .description { position: absolute; top: 40px; left: 147px; line-height: 1.1; width: 170px; }
.home-container .small-teaser a {position: absolute; top: 0px; left: 0px; width: 322px; height: 98px; text-decoration: none;}

.home-container .offers .listing-type-grid { height: 219px; }
.home-container .offers-info {height: 22px; margin-left: 10px; margin-top: 10px;}
.home-container .offers li.item {
	height: 219px;
	width: 192px;
	background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/offers/offers_item_bg.gif") no-repeat;
	float: left;
	position: relative;
	margin-right: 5px;
}
.home-container .offers li.last {margin-right: 0px;}

.home-container .offers .item-info {
	position: absolute;
	background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/offers/offers_item_info_bg.gif") no-repeat; 
	width: 182px;
	height: 62px;
	left: 6px;
	top: 6px;
}
.home-container .offers .item-name a {
	text-decoration: none;
	color: #254A66;
}
.home-container .offers .item-name {
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 2px;
	line-height: 12px;
	height: 23px;
	overflow: hidden;
}

.home-container .offers .item-price {padding-left: 7px; padding-top: 1px;}
.home-container .offers .regular-price { font-size: 15px; font-weight: bold; color: #fff;}

.home-container .offers .special-price {color: #254A66; font-size: 15px; font-weight: bold; background: url(http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/catalog/grid/special_price_bg.png) no-repeat -2px -3px; padding-left: 10px;}
.home-container .offers .special-price .price-label {display: none;}
.home-container .offers .old-price {padding-left: 6px; color: #8FB4D2; font-size: 10px; }
.home-container .offers .old-price .price {font-weight: normal;}


.home-container .offers .uvp-price {padding-left: 2px; font-size: 10px; color: #8FB4D2;}

.home-container .offers .item-special .uvp-price {padding-left: 6px; font-size: 10px; color: #8FB4D2;}
.home-container .offers .item-special .item-price {padding-left: 3px;}

.home-container .offers .item-image {position: absolute; top: 70px; left: 28px;}

.home-container .offers .item-details-container { }
.home-container .offers .item-details-container a { position: absolute; top: 0px; right: 0px; height: 219px; width: 192px; text-decoration: none; color: #254A66; font-weight: bold; }
.home-container .offers .item-details-container a .item-details-arrow { position: absolute; bottom: 11px; right: 10px; width: 14px; height: 8px; background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/offers/offers_item_arrow.gif") no-repeat; }
.home-container .offers .item-details-container a .item-details-text { display: none; position: absolute; bottom: 7px; right: 28px;}
.home-container .offers .item-details-container a:hover .item-details-text { display: block;}
.home-container .offers .out-of-stock { position: absolute; top: 67px; left: 14px; height: 142px; width: 163px; background: url("http://www.trendalarm24.de/skin/frontend/pixonauten/trendalarm24/images/produktteaser_overlay.png") no-repeat 0 0px;}
.home-container .offers .out-of-stock span { position: absolute; top: 60px; left: 47px; font-weight: bold;}
/* ======================================================================================= */

/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

