/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/****************************************************/
/***********[ Mage_CSS_B Common Elements ]***********/
/****************************************************/


/********************** Columns */

/* All */
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }
.col2-login-set { clear:both; }

/* Col2 */
.col2-set .col-1, .col2-set .col-2 { width:362px; }
.col2-set .col-1 { float:left; }
.col2-set .col-2 { float:right;}

/* Col2-alt */
.col2-alt-set .col-1 { width:32%;}
.col2-alt-set .col-2 { width:65%; }
.col2-alt-set .col-1 { float:left; }
.col2-alt-set .col-2 { float:right;}

/* Col2-login */
.col2-login-set .col-1,
.col2-login-set .col-2 {
	height:188px;
	/*padding:10px;*/
	/*col-1 width:460px;*/
	/*col-2 width:224px;*/
	width:362px;
	float:left;
	/* no CSS3 in IE !!
	background-image:	url(../images/checkout/checkout_col_head.jpg),
						url(../images/checkout/checkout_col_foot.jpg),
                		url(../images/checkout/checkout_col_body.jpg);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: top left, bottom left, center left;
	*/
	background: url(../images/checkout/checkout_col_body.jpg) repeat-y;
}
.col2-login-set .col-head {width:362px;height:10px;line-height:10px;background: url(../images/checkout/checkout_col_head.jpg) no-repeat;}
.col2-login-set .col-foot {width:362px;height:10px;line-height:10px;background: url(../images/checkout/checkout_col_foot.jpg) no-repeat;}
.col2-login-set .col-body {width:342px;height:168px;padding:0 10px;}

/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:31.3%; }
.col3-set .col-1, .col3-set .col-2 { margin-right:3%; }

/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }

/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }


.accent { color:#E76200; font-weight:bold; }

/********************** Form */

/* Form Elements */
input.input-text, select, textarea {
	/*font-size:0.9em;*/
	font-size: 12px;
	/*line-height:1em;*/
	line-height:13px;
	/*height:15px;*/
	color:#0033cc;
	background:#EEEEEE; /*99ccff*/;
	border-width: 1px;
}

/*select*/
.filter-select {
	/*margin-top:2px;*/
}
.filter-label {
color:#FFFFFF;
line-height: 21px;
/* display:block; float:left; padding-top:3px; height:20px; */
}

option, optgroup { font:12px arial, helvetica, sans-serif; }
optgroup { font-weight:bold; }
input.form-radio { margin-right:3px;}
.qty {
	width:35px;
	font-size:0.9em;
	height:0.9em;
	line-height:1em;
	height:15px;
	color:#0033cc;
	background:#99ccff;
	border-width: 1px;
}


.input-text:focus, select:focus, textarea:focus, .text-field-50:focus, .text-field-15:focus, .text-field-35:focus, .text-field:focus { background:#ffffff; outline:0; }


.button-set { /* Container for form buttons*/
    clear:both;
    margin-top:4em;
    border-top:1px solid #e4e4e4;
    padding-top:8px;
    text-align:right;
    }

.form-button, .form-button-alt {
    overflow:visible;
    width:auto;
    background-color:transparent;
    border:0;
    padding:1px 8px;
    background:#f18200;
    color:#fff;
    border:1px solid #de5400;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    }
.form-button span, .form-button-alt span {
    white-space:nowrap;
    }
.form-button-alt {
    border:1px solid #406a83;
    background-color:#618499;
    }
a.form-button-alt { padding: 2px 9px; text-decoration:none; }
.form-button-alt:hover { color:#fff; text-decoration:none; }

#opc-login .button-set {margin: 0; border: none;}

.btn-checkout {
    display:block;
    float:right;
    /* background:transparent url(../images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0; */
    font-size:15px;
    font-weight:bold;
    padding-right:8px;
    }
input.cart-button-list{
    display:block;
	width: 104px;
	height: 25px;
		margin:0px;
		padding:0px;
		border:none;
    background:transparent url(../images/btn_buy_now.gif) no-repeat 100% 0;
    }
.btn-checkout, .btn-checkout:hover {
    color:#fef5e5;
    text-decoration:none;
    }
.btn-checkout span {
    display:block;
    padding:0 17px 0 25px;
    background:transparent url(../images/btn_proceed_to_checkout_bg.gif) no-repeat;
    line-height:40px;
    }

/* Form lists */
.form-list li { margin-bottom:6px; }
.form-list li .input-box .input-text, .form-list li .input-box textarea { width:250px; }
.form-list li .input-box select { width:256px;}
.form-list li.addElement { border-top:1px solid #DDD; padding-top:10px;}

.group-select li { padding:4px 8px !important; }
.group-select li .input-box { float:left; width:275px; }
.group-select li .input-text, .group-select li select, .group-select li textarea { width:525px; }
.group-select li .input-box .input-text, .group-select li .input-box textarea { width:250px; }
.group-select li .input-box select { width:256px;}

.checkout-step03-anmerkung-body textarea {
	width:146px;
	height:195px;
}

div.register-left-15 {
	width:75px;
	float:left;
	margin:5px 0px 0px 10px;
}

div.register-middle-35 {
	width:145px;/*255px;*/
	float:left;
	/* margin:5px 10px 0px 15px; */
	margin:5px 10px 0px 12px;
}

div.register-left-33 {
	width:225px;
	float:left;
	margin:5px 0px 0px 10px;
}

div.register-middle-33 {
	width:225px;
	float:right;
	margin:5px 10px 0px 10px;
}

div.register-right-33 {
	width:225px;
	float:right;
	margin:5px 10px 0px 0px;
}

div.register-left-50 {
	width:230px;/*345px;*/
	float:left;
	margin:5px 0px 0px 10px;
}

div.register-right-50 {
	width:230px;/*345px;*/
	float:right;
	margin:5px 10px 0px 0px;
}

div.register-full {
	width:705px;
	margin:5px 0px 0px 10px;
}

div.register-full .name-prefix,
div.register-full .name-firstname,
div.register-full .name-lastname {
	/* float:left; */
	width:230px;
}

div.register-full .name-firstname {
	/* margin-left:20px; */
}

div.register-full .name-lastname {
	/* margin-left:40px; */
}

div.register-full .name-prefix,
div.register-full .name-prefix select,
.text-field-15 {
	width:50px;/*75px;*/
}

.text-field-35,
div.register-full .name-firstname input,
div.register-full .name-lastname input {
	width:145px;/*255px;*/
}

.text-field-33 {
	width:225px;
}

.text-field-50 {
	width:230px;/*345px;*/
}

.text-field-100 {
	width:705px;
}

.text-field-33, .text-field-50, .text-field-100, .text-field-15, .text-field-35,
select#billing:prefix,
input#billing:firstname,
input#billing:lastname
 {
	font-size:0.9em;
	height:0.9em;
	line-height:1em;
	height:15px;
	color:#0033cc;
	background:#99ccff;
	border-width: 1px;
}
.text-field-33:focus, .text-field-50:focus, .text-field-100:focus, .text-field-15:focus, .text-field-35:focus, select#billing:prefix:focus,
input#billing:firstname:focus,
input#billing:lastname:focus { background:#ffffff; outline:0; }

select.validate-select {
	margin:0px 10px 0px 0px;
	width:231px;/*346px;*/
}

/* Form Messages */
.validation-advice, .required { color:#EB340A; }
.validation-advice {
    clear:both;
    min-height:15px;
    margin-top:3px;
    background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px;
    padding-left:17px;
    font-size:.95em;
    font-weight:bold;
    line-height:1.25em;
    }
.validation-failed {
    border:1px dashed #EB340A !important;
    background:#faebe7 !important;
    }
label.required {
    /* font-weight:bold; */
    }
p.required {
    font-size:.95em;
    text-align:right;
    }



/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703;}
.success, .error { font-weight:bold; }
.messages { width:100%; overflow:hidden; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    min-height:23px !important;
    /* margin-bottom:1em !important; */
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:8px 8px 8px 32px !important;
    font-size:.95em !important;
    font-weight:bold !important;
    }
.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em; }
.error-msg {
    border-color:#f16048;
    color:#df280a;
    background-color:#faebe7;
    background-image:url(../images/error_msg_icon.gif);
    }
.success-msg {
    border-color:#446423;
    color:#3d6611;
    background-color:#eff5ea;
    background-image:url(../images/success_msg_icon.gif);
    }
.notice-msg, .note-msg {
    border-color:#fcd344;
    color:#3d6611;
    background-color:#fafaec;
    background-image:url(../images/note_msg_icon.gif);
    }



/********************** Headings */

.head, .inner-head .ma-header-full, .checkout-header-middle  { line-height:1.25em; text-align:right; }
.head h1,.head h2, .head h3, .head h4, .head h5,
.inner-head h1,.inner-head h2, .inner-head h3, .inner-head h4, .inner-head h5,
.ma-header-full h1, .ma-header-full h2, .ma-header-full h3, .ma-header-full h4, .ma-header-full h5,
.ma-header-half h1, .ma-header-half h2, .ma-header-half h3, .ma-header-half h4, .ma-header-half h5,
.checkout-header-middle h1, .checkout-header-middle h2, .checkout-header-middle h3, .checkout-header-middle h4, .checkout-header-middle h5 {
	margin:0;
	float:left;
	color:#ffffff;
}

.ma-header-full a {
	/* color:#ff590e; */
	color:#ffffff;
}

.ma-header-half a {
	/* color:#ff590e; */
	color:#ffffff;
}

.ma-header-half-left a {
	/* color:#ff590e; */
	color:#ffffff;
}

.ma-header-full a, .ma-header-half a, .ma-header-half-left a, .ma-header-half-right a {
	background-image: url(../images/header_link_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

.arrow-link {
	background-image: url(../images/body_link_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
}

.ma-header-half-right a {
	/* color:#ff590e; */
	color:#ffffff;
}


/* befores */

/*
.arrow-link:before {
	content:url(../images/body_link_arrow.gif);
	border: 0px;
	vertical-align: top;
}

.ma-header-full a:before {
	content:url(../images/header_link_arrow.gif);
	border: 0px;
	vertical-align: top;
}

.ma-header-half a:before {
	content:url(../images/header_link_arrow.gif);
	border: 0px;
	vertical-align: top;
}

.ma-header-half-left a:before {
	content:url(../images/header_link_arrow.gif);
	border: 0px;
	vertical-align: top;
}

.ma-header-half-right a:before {
	content:url(../images/header_link_arrow.gif);
	border: 0px;
	vertical-align: top;
}
*/

.ma-header-half {
	border-right: 1px solid #fff;
}

.checkout-footer-middle a {
	/* color:#ff590e; */
	color:#ffffff;
}

.checkout-footer-middle a:before {
	content:url(../images/header_link_arrow.gif);
	border: 0px;
	vertical-align: top;
}
/* Page heading */
.page-head { margin:0 0 25px 0; border-bottom:1px solid #ccc; }
.page-head-alt { margin:0 0 12px 0; }
.page-head, .page-head-alt { text-align:right; }
.page-head h3, .page-head-alt h3 {
    margin:0;
    font-size:1.7em !important;
    font-weight:normal !important;
    text-transform:none  !important;
    text-align:left;
    }
.button-level h3 { /* heading level with buttons */
    float:left;
    width:60%;
    }


/* Category list heading */
.category-head {
    margin:0px;
    border:0px;
    padding:0px;
    }
 .category-head-2 {
    margin:0px;
    padding:0px;
    border-top:1px solid #ffffff;
    }
.category-header-left {
	background:url(../images/catalog/search_filter_header_left.gif) Window;
	display:inline;
}
.category-header-middle {
	background:url(../images/catalog/search_filter_header_middle.gif) repeat-x 100%;
	display:inline;
}
.category-header-right {
	background:url(../images/catalog/search_filter_header_right.gif);
	display:inline;
}

.category-head h2 {
    width:100%;
    margin:0;
    color:#0a263c;
    font-size:1.6em;
    line-height:1.3em;
    font-weight:normal;
    overflow:hidden;
    }

.box-header {font-size:1.05em;text-align:left;background:#EEEEEE none repeat scroll 0%;font-weight:bold;padding:2px 8px;margin:10px 0px}

/********************* Tables */

/* Data Table */
.data-table { /* border:1px solid #bebcb7; */  width:100%; }
.data-table tr { /* background:#fff; */ }
.data-table .odd  { /* background:#f8f7f5 */ }
.data-table .even { /* background:#eeeded !important; */ }
.data-table td.last, .data-table th.last { border-right:0; }
.data-table tr.last td, .data-table tr.last th { border-bottom:0; }
.data-table th {
    /* border-right:1px solid #c2d3e0; */
    padding:2px 8px;
    color:#0066cc;
    white-space:nowrap;
    }
.data-table th.wrap {white-space:normal;}
.data-table th a, .data-table th a:hover { color:#fff;}
.data-table td { padding:3px 8px; }
.data-table thead tr { /* background:url(../images/data_table_th_bg.gif) repeat-x 0 100% #d9e5ee; */ }
.data-table tfoot { /* border-bottom:1px solid #d9dde3; */ }
.data-table tfoot tr.first { /* background:url(../images/base_mini_actions_bg.gif) repeat-x; */ }
.data-table tfoot tr { /* background-color:#DEE5E8 !important; */ }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; /* border-right:1px solid #d9dde3; */ }
.data-table tbody td { /* border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; */ }

.box-table td { padding:10px; }
.box-table tfoot td { padding-top:5px; padding-bottom:5px; }
.box-table select{ width:100%; }

.nested-data-table th, .nested-data-table td { padding-top:2px; padding-bottom:2px;  }
.nested-data-table tfoot td {font-size:.95em; }

.generic-table td { padding:0 8px}
.generic-table td.first { padding-left:0; white-space:nowrap;}
.shipping-tracking .button-set {margin-top:0;border:none;border-top:0;padding-top:0}

/********************** Space Creators */

.no-display { display:none; }
.no-wrap { white-space:nowrap; }

/* Inhalte CMS */

/* Normaler Content */
.content-left-col {
	/*
	padding:20px 0 0 15px;
	width:460px;
	*/
	padding:10px;
	width:455px;
	float:left;
}

.content-img-right {
	float:left;
	width:250px;
}

/* Ganze Breite (z.B. fuer Kategorie-Uebersicht) */
.content-col {
	/*
	padding:20px 0 0 15px;
	width:690px;
	*/
	float:left;
	padding:10px;
	width:705px;
}

/* Startseiten Content */
.content-left-col-start {
	padding:10px 0 0 10px;
	float:left;
	width:270px;
}

.img-welcome {
	float:right;
	height:365px;
}

.actions { line-height:1.3em; }
.separator { padding:0 5px;}
.pipe { padding:0 4px; font-size:.95em; }
.divider {
    margin:10px 0;
    height:1px;
    background:url(../images/divider.gif) repeat-x;
    font-size:1px;
    line-height:1em;
    overflow:hidden;
    }
.dotted-divider {
    margin:10px 0;
    height:1px;
    background:url(../images/dotted_divider.gif) repeat-x;
    font-size:1px;
    line-height:1em;
    overflow:hidden;
    }


/********************** Pager */
.pager {
	background:url(../images/catalog/category_header_grau.gif) no-repeat;
	height:23px;
	padding-right:12px;
	text-align:right;
	color:#ffffff;
}
.pager .on {
	color:#666666; text-decoration:none;
}
.pager a {
	color:#FFFFFF;
}
.pager a:hover {
	color:#FFFFFF; text-decoration:underline;
}
.pager select, .pager option {
	font-size:.90em;
}
table.pager select,
table.view-by select { margin:0 3px; font-size:.95em; }
table.pager select { width:50px; }
table.view-by td.sort-by { text-align:right; padding-right:44px; }
table.view-by select { width:85px; }
table.pager, table.view-by {
    width:100%;
    background:url(../images/pager_bg.gif) repeat-x 0 100% #fff;
    font-size:.95em;
    }
table.pager td {
    width:33%;
    border-top:1px solid #eee;
    padding:4px 8px;
    vertical-align:middle;
    }
table.pager ol, table.pager li {
    display:inline;
    }
table.pager li { padding:0 2px; }
table.view-by td {
    width:33%;
    border-top:1px solid #e2e2e2;
    padding:4px 8px;
    vertical-align:middle;
    }





/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/


/********************** Base Layout */

/* Structure */

.side-col { /* width:185px; */ }
.col-left { float:left; width:185px; }
.col-main { float:left; height: auto; }
.col-right { /* float:right; */ }
.col-1-layout .col-main { float:none; margin:0; }
.col-2-right-layout .col-main { float:left; width:725px;  }

/*.col-2-left-layout .col-main { float:right; width:725px; padding-right:13px; }
ODER BESSER*/
.col-2-left-layout .col-main { float:left; width:725px; padding-left:1px; min-height:927px; }
/*background-color:#4fd4ff;*/
.col-3-layout .col-main { width:725px; border-left: 1px solid #ffffff; background-color:#4fd4ff;}


/* Style */
body { background:url(../images/main_container_bg.gif) repeat-x #1e1e1e; }

.wrapper {
	margin:0pt auto 0px;
	text-align:left;
	width:950px;
}

.header-top-container {
	background:url(../images/header_top_container_bg.jpg) no-repeat 50% 0;
	height:145px;
}

.header {
    z-index:999;
    text-align:left;
    border: 0px;
}
.header-top {
    position:relative;
    width:901px; /* 924px */
    margin:0 auto;
    padding: 10px 23px 0 22px;
}
.header-nav { /* wo wird das benutzt? */
    width:924px;
    margin:0 auto;
}

/********************** Header */

/* Logo */
div#logo {
    float:left;
    width:202px;
    /*margin:3px 0 10px 12px;*/
    height: 110px;
}
div#logo a img {
	height: 110px;
	width: 202px;
}
.page-popup div#logo { display:none; }


/* Quick Access*/
.quick-access {
	position: absolute;
    width: 550px;
    top: 93px;
    left: 190px; /*224px 425px;*/
    /*
    text-align: right;
    background: black
    */
    }
.quick-access li {
    display:inline;
    float:left;
    }
.quick-access img{
    border:0px;
    padding:0px;
    margin:0px;
    }
/* Breadcrumbs */
div.breadcrumbs {
	background:url(../images/breadcrumbs_bg.gif) no-repeat;
	height:23px;
	color:#ffffff;
	line-height:1.8em;
	padding-left:10px;
}
.breadcrumbs ul { display:inline; }
.breadcrumbs li { display:inline; }
.breadcrumbs li a { color:#ffffff; }


ul#top-navi {
	/*
	clear:both;
	display:block;

	float: right;
	margin-right: 20px;
	*/
}
ul#top-navi a {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0 5px;
}
ul#top-navi a:hover, ul#top-navi a.active {
	color: #FF5A0D;
}


/* Mini search */
.mini-search {
    position:absolute;
    top:121px;
    left:196px;
    width:250px;
    height:20px;
    /* zoom:1; */
    }
.mini-search .input-text-search {
	font-size:11px;
	line-height:15px;
	height:15px;
	width:200px;
	color:#0033cc;
	background:#99ccff;
	border-width: 1px;
}

.mini-search .input-text-search:focus { background:#ffffff; outline:0; }

.search-autocomplete {
    border:1px solid #ffffff;
    background:#99ccff;
    left:-1px !important;
    top:21px !important;
    font-size:0.9em;
	height:0.9em;
	line-height:0.9em;
	width:100px;
	height:13px;
    z-index: 10000;
    }
.search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; }
.search-autocomplete li.odd { background:#fffefb; }
.search-autocomplete li.selected { background:#f7e8dd; }

.side-col .actions a, .side-col .actions a:hover { text-decoration:underline; }

.search-filter-all a { background:url(../images/catalog/search_filter_alle_normal.gif) no-repeat; width:100px; height:23px; float:left; }

.search-filter-normal { /*padding: 2px 0px 0px 0px;*/ color:#ffffff; background:url(../images/catalog/search_filter_normal.gif) no-repeat; width:84px; height:23px; float:left; text-align:center; cursor:pointer;}
.search-filter-active { /*padding: 2px 0px 0px 0px;*/ color:#ffffff; background:url(../images/catalog/search_filter_active.gif) no-repeat; width:84px; height:23px; float:left; text-align:center; cursor:pointer;}

.search-filter-active a {color:#ffffff; line-height: 23px; height: 23px; display: block; width: 84px; text-decoration: none !important;}

.search-filter-head-left { border-left: solid 1px #ffffff; width: 20px; height:23px; background:url(../images/catalog/search_filter_header_left.gif) no-repeat; float:left; }
.search-filter-head-middle { height:23px; background:url(../images/catalog/search_filter_header_middle.gif) repeat-x; float:left; }
.search-filter-head-right { width: 20px; height:23px; background:url(../images/catalog/search_filter_header_right.gif) no-repeat; float:left; }

/********************** Sidebars */
.widget-btn { float:right; font-size:11px; margin:0 3px 1px 5px; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }

/* Mini Cart Header */
.base-mini-header {
/*	padding-right:23px;
	margin-top:8px;/**/
	width: 180px;
	color: #FFFFFF;
	line-height: 1.3em;
	font-size: 1.1em;
	font-weight: bold;
	float: right;
	background: transparent;
	postition: relative;
}

.header-cart-button {
/*	float: left;
/*	background: url('../images/btn_show_cart.gif') no-repeat;/**/
	height: 50px;
	width: 180px;
	display: block;
	position: absolute;
	top: 20px;
/*	background: white;
	opacity: 0.6;/**/
}
/*
.header-cart-button:hover {
	background-image: url('../images/btn_show_cart_active.gif');
}
*/
.mini-cart {
margin-top: 40px;
margin-bottom: 8px;
width: 180px;
}

.base-mini-header .column-left { padding-left:5px; width:55px; float:left; }
.base-mini-header .column-right { padding-right:12px; width:30px; text-align:left; text-align:right; display:inline; }

a.button {
display: inline-block;
clear: both;
width: auto;
padding: 0 0 0 15px;
font-size: 12px;
line-height: 18px;
font-weight: bold;
color: #FFFFFF;
/*opacity: 0.8;
background: #999;/**/
}

.button span {
/*padding: 0 2px;
float: left;*/
text-align: center;
display: block;
}
.button .btn-middle {
/*min-width: 80px;*/
}
.btn-text {
padding: 0 10px;
}
.btn-text, .btn-left, .btn-right {
height: 25px;
line-height: 25px;
}

a.header-button {}
a.checkout-button {}
a.header-button.checkout-button {
width: 73px;
padding: 0;
text-align: center;
background: url(../images/btn-header-checkout-bg.gif) no-repeat;
float: right;
margin-right: 10px;
}


/********************** Buttons - 'old' Buttons */

.button {cursor: pointer;}

.button.button-blue {
padding:0;
height: 25px;
font-weight: normal;
color: #0066CC;
}
.button-blue {
background: url(../images/buttons/btn-blue-bg-sprite.gif) repeat-x top left;
background-position: 0 -45px;
}
.button-orange {

}

.button .btn-left {
background: url(../images/buttons/btn-blue-bg-sprite.gif) no-repeat top left;
background-position: 0 0;
}
.button.button-orange .btn-left {
background: url(../images/buttons/btn-blue-bg-sprite.gif) no-repeat top right;
}
/*.button .btn-middle {
background: url(../images/buttons/btn-blue-bg-sprite.gif) no-repeat top left;
background-position: 0 -45px;
background-repeat: repeat-x;
}*/
.button .btn-right {
background: url(../images/buttons/btn-blue-bg-sprite.gif) no-repeat top right;
background-position: 100% -90px;
}
.button.button-orange .btn-right {
background: url(../images/buttons/btn-blue-bg-sprite.gif) no-repeat top right;
}


/********************** Buttons - new Buttons */
#main .btn {
cursor: pointer;
display: inline-block;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
text-decoration: none;
line-height: 23px;
height: 23px;
border: solid 1px #FFFFFF;
border-width: 1px 0;
background: url(../images/buttons/btn-orange-left.png) no-repeat top left;
/*background-position: 0 0;*/
}
#main .btn span {
background: url(../images/buttons/btn-orange-right.png) no-repeat top right;
/*background-position: -225px 0;*/
line-height: 23px;
height: 23px;
padding: 0 10px;
display: block;
text-align: center;
}

#main .btn.btn-blue {}
#main .btn.btn-orange {}
#main .btn.btn-grey {}


/********************** Footer */
.footer {
clear:both;
display:block;
width:900px;
/*height:150px;/**/
/*background-color: #4FD4FF;/**/
background: url(../images/footer_bg.gif) no-repeat bottom #4FD4FF;
margin:0 auto;
position:relative;
}
.footer .informational {
border: solid 1px #FFFFFF;
}
.box-900-oben,
.box-900-mitte,
.box-900-unten {
background: url(../images/box/box-900-bg.png) no-repeat top left;
}
.box-900-mitte {
background-position: 0 0; /*width: 899px; height: 11px;*/
background-repeat: repeat-y !important;
}
.box-900-oben { background-position: -920px 0;/*919*/ width: 898px; height: 11px; }
.box-900-unten { background-position: -1839px 0;/*1838*/ width: 898px; height: 11px; }

.footer dl {
float:left;
width: 144px;
/*width: 149px;*/
border-right: solid 1px #FFFFFF;
height: 150px;
}
.footer dt,
.footer dd {
padding: 10px 15px 5px 15px;
}
.footer dl.first {
width: 172px;
}
.footer dl.last {}
.footer .legality {
/*padding:3px 5px;*/
color:#04fcf9;
text-align:left;
}
.footer .legality a, .footer .legality a:hover { color:#04fcf9; }

.footer .box {
float: left;
padding: 0px 5px;
font-size: 12px;
line-height: 25px;
height: 25px;
color: #FFFFFF;
}

.footer-buttons { height:23px; }
.footer-buttons div { height: 23px; line-height: 23px; float: left; display: inline; }
.footer-buttons div a { display: block; }

.footer a:hover {text-decoration: underline;}

.footer .payment-methods span {
background-image: url(../images/zahlarten.png);
background-repeat: no-repeat;
float: left;
margin: 0 5px 5px 0;
}
.payment-methods .pm-logo-voraus { background-position: 0 0; width: 51px; height: 28px; }
.payment-methods .pm-logo-master { background-position: 0 -29px; width: 51px; height: 28px; }
.payment-methods .pm-logo-nachnahme { background-position: 0 -58px; width: 51px; height: 28px; }
.payment-methods .pm-logo-paypal { background-position: 0 -87px; width: 51px; height: 28px; }
.payment-methods .pm-logo-sofort { background-position: 0 -116px; width: 51px; height: 28px; }
.payment-methods .pm-logo-visa { background-position: 0 -145px; width: 51px; height: 28px; }

.footer .shipping-methods span {
background-image: url(../images/shipping-methods.gif);
background-repeat: no-repeat;
float: left;
margin: 10px 0 20px;
}

.shipping-methods .sm-logo-dhl { background-position: 0 0; width: 100px; height: 22px; }
.shipping-methods .sm-logo-spedition { background-position: 0 -23px; width: 94px; height: 35px; }

.addthis_toolbox {}

.addthis_default_style {}

.addthis_button_compact {
color: #FFFFFF;
}

/************************************************************/
/****************[ Mage_CSS_D Shop Elements]*****************/
/************************************************************/

.product-shop { float:right; }
.product-shop .form-button, .product-shop .form-button-alt { margin-right:10px; }
.out-of-stock {height:18px; padding-top:3px;color:#D83820;font-weight:bold;}
.product-shop .short-description { width:100%; overflow:hidden; }

.product-shop-detail { float:right; }
.product-shop-detail .form-button, .product-shop-detail .form-button-alt { margin-right:10px; }
.out-of-stock-detail {height:18px; padding-top:3px;color:#D83820;font-weight:bold;}

/********************** Prices */
.price-box {
    margin:4px 0;
    }
.regular-price {
    color:#c76200;
    font-size:1.1em;
    font-weight:bold;
    }
.old-price {
    color:#999;
    font-size:.95em;
    }
.old-price .price {
    text-decoration:line-through;
    white-space:nowrap;
    }
.special-price {
    color:#cd5033;
    font-size:1.2em;
    font-weight:bold;
    line-height:1em;
    }
.special-price .price { white-space:nowrap; }

.minimal-price {
    color:#cd5033;
    font-size:1.2em;
    font-weight:bold;
    line-height:1em;
    }
.minimal-price .label { /* font-weight:normal; */ }
.minimal-price .price { white-space:nowrap; }


/********************** Catalog Listing */
/* Set minimum height for presentation */
.catalog-listing {
    /*line-height:1.35em;*/
    background-color:#4fd4ff;
	min-height:840px;
}
.customer-account-login .wrapper .middle-container .col-2-left-layout .col-main .catalog-listing {
    min-height:779px;
}
.middle {
    min-height:827px;
    width:924px;
    margin:0 auto;
    text-align:left;
    background:url(../images/main_bg_ie.gif) no-repeat #1e1e1e;
}
/* Set minimum height for visual presentation */
.content-box {
    min-height:707px;
}

.layered-nav .head,
.layered-nav .head-static,
.layered-nav .head-payment,
.layered-nav .head-shipping,
.layered-nav .head-payment a,
.layered-nav .head-shipping a {
    background:url(../images/layered_nav_head_payment_bg.gif) no-repeat;
	/*border-top:1px solid #FFFFFF;*/
	border-bottom:1px solid #FFFFFF;
	height:23px;
	margin:0;
}

.layered-nav .head-static {
    /* background:url(../images/layered_nav_head_static_bg.gif) no-repeat; */
    background: url(../images/menu-sprites.gif);
    background-position: 0 0;
}

.layered-nav .head-payment,
.layered-nav .head-payment a {
    background:url(../images/layered_nav_head_payment_bg.gif) no-repeat;
}

.layered-nav .head-shipping,
.layered-nav .head-shipping a {
    background:url(../images/layered_nav_head_shipping_bg.gif) no-repeat;
}

/* Navigation mit Hintergrund + CSS-Mouseover */
.layered-nav .head {
    background:url(../images/layered_nav_head_bg.gif) no-repeat;
	border-top:0px;
}

.layered-nav .head a,
.layered-nav .head-payment a,
.layered-nav .head-shipping a {
/*     width:173px; */
}

.layered-nav h3,
.layered-nav h3 a {
	/* display:none; */
	font-size: 12px;
	line-height: 23px;
	color: #FFFFFF;
}
.layered-nav h3 {padding-left: 10px;}

.layered-nav {
	padding: 0px 0px 0px 13px;
	font-size:12px;
}

.nutton-by ul {
    background:#ffffff;
}
.nutton-by ul li {
    /*border-top: 1px solid #ffffff;*/
    border-bottom: 1px solid #FFFFFF;
}
.nutton-by ul li a,
.nutton-by ul li.active a{
	width:172px;
	height:23px;
	background:url(../images/nutton_by_normal.gif) no-repeat;
	text-decoration:none;
    color:#1c52bb;
    display:block;
}
.nutton-by ul li a:hover,
.nutton-by ul li.active a{
	background:url(../images/nutton_by_active.gif) no-repeat;
    color:#ffffff;
}
.nav-left-span {
	padding:0 0 0 12px;
	border:0px;
	width:160px;
	display:block;
}

.box-left {
	font-size:0px;
	padding:0px;
	margin:0px;
	line-height:0px;
}
.box-left {
font-size: 12px;
line-height: 14px;
padding: 8px 0;
background: url('../images/checkout/checkout_review_address_body.gif') repeat-y scroll left top;
}

img.btn-border-top {
	border-top: 1px solid #ffffff;
}
/* Navigation Ende */

/********************* Tool Tips */
.tool-tip { border:1px solid #7ba7c9;  background:#eaf6ff; position:absolute; }
.tool-tip .inline-content { padding:8px; }
.tool-tip .block-content { padding:15px 20px; }
.tool-tip .btn-close { display:block; position:absolute; right:6px; text-align:right; top:6px;}


/* Hyperlinks */

div#main a {
	text-decoration: underline;
}
div#main a:hover {
	text-decoration: none;
}

 a.text-link {
 	text-decoration: underline;
 }
 a.text-link:hover {
 	text-decoration: none;
 }

/************************************************************/
/******************[ Mage_CSS_E Shop Pages]******************/
/************************************************************/

/********************** Home */

.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }

/********************** Search */
.advanced-search {
    margin:28px 0;
    border:1px solid #bbafa0;
    padding:22px 25px 12px 25px;
    background:#fbfaf6;
    }
.advanced-search .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 8px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
}
.advanced-search li {margin-bottom:5px}
.advanced-search li label {width:150px;float:left;}
.advanced-search .input-text {width:250px}
.advanced-search select {width:256px;padding:2px}
.advanced-search .field-row {display:inline;width:250px;}
.advanced-search .range .input-text {width:70px}

.advanced-search-nothing-found {
    font-weight: bold;
    color: #df280a;
    margin-bottom: 10px;
    }

.advanced-search-found-amount {
    margin-bottom: 10px;
    }

.advanced-search-summary-box {
    padding: 10px 10px 5px 10px;
    border: 1px solid #E9D7C9;
    background-color: #FFF6F1;
    }

.advanced-search-summary-tip {
    clear: both;
    font-weight: bold;
    }

.advanced-search-summary-box ul {
    list-style: none;
    float: left;
    width: 50%;
    margin-bottom: 10px;
    }

.advanced-search-summary-box ul li span {
    background-image: url(../images/search_criteria.gif);
    background-repeat: no-repeat;
    background-position: left;

    padding-left: 15px;

    font-weight: bold;
    color: #E17C24;
    }
/********************** Catalog Listing */

/* List Type */
.listing-type-list .listing-item { background:url(../images/catalog/listing_item_bg.gif) no-repeat; position:relative; }
.listing-type-list .product-image { float:left; width:93px; padding:12px 11px; }
.listing-type-list .product-shop { width:610px; padding:6px 0 0 0; height:109px; }
.listing-type-list .product-shop .description { /* margin:.5em 0 1.2em 0; */ float:left; }
.listing-type-list .product-shop .category-list-buttons { float:right; padding-right: 10px; text-align:right; }
.listing-type-list .product-shop .price-box { float:left;text-align:left; margin:3px 13px 5px 0;}
.listing-type-list .product-shop .product-reviews { margin:15px 0; font-size:.95em; }
.listing-type-list .product-shop .product-reviews a, .listing-type-list .product-shop .product-reviews a:hover { color:#6e6969; }
.listing-type-list .listing-item .rating-box { margin-bottom:6px; }
.link-add-to-cart {
/*	background:url(../images/btn_mini_search.gif) no-repeat;
	background-position:132px 0px;
	height:18px;
	width:150px;
	float:left;
	border:0px;
	vertical-align: top;
	color:#666666;
	font-size:11px;
	padding-right:20px;
	text-align:right;
*/	float:right;
	cursor:pointer;
}
.product-detail-add-to-cart { float:right; padding-right:0px; }
.listing-type-list .product-shop .category-listing-product-attributes { color:#666666; font-size:11px; line-height:11px; }
.category-listing-product-attributes { color:#666666; font-size:11px; line-height:11px; }
.category-description { background:#4FD4FF; padding:10px; border-bottom:1px solid #fff; }

.listing-type-list .product-shop-detail { width:610px; padding:12px 0 0 0; height:103px; }
.listing-type-list .product-shop-detail .description { margin:.5em 0 1.2em 0; float:left; }
.listing-type-list .product-shop-detail .category-list-buttons { float:right; padding-right: 10px; text-align:right; }
.listing-type-list .product-shop-detail .price-box { float:left;text-align:left; margin:3px 13px 5px 0;}
.listing-type-list .product-shop-detail .product-reviews { margin:15px 0; font-size:.95em; }
.listing-type-list .product-shop-detail .product-reviews a, .listing-type-list .product-shop .product-reviews a:hover { color:#6e6969; }
.listing-type-list .listing-item .rating-box { margin-bottom:6px; }
.listing-type-list .product-shop-detail .category-list-buttons .link-add-to-cart {
	background:url(../images/btn_mini_search.gif) no-repeat;
	background-position:100px 0px;
	height:18px;
	width:120px;
	float:left;
	border:0px;
	vertical-align: top;
	color:#666666;
	cursor:pointer;
	font-size:11px;
}
.listing-type-list .product-shop-detail .category-listing-product-attributes { color:#666666; font-size:11px; line-height:11px; }
.add-to-cart-attribute { margin-left:10px; display: inline; color:#666666; font-size:11px; line-height:11px; }
.info-text-grau { color:#666666; font-size:11px; line-height:11px; float:right; }
.info-text-hellblau { color:#66ccff; font-size:11px; line-height:11px; float:right; padding-right:30px; }
.info-text-blau { color:#1c52bb; font-size:11px; line-height:11px; float:right; padding-right:30px; }
.text-blau { color:#1c52bb; font-size:11px; line-height:11px; }

/********************** Product Detail */
/* Product Images */
.product-img-box { /*position: relative;*/ float: left; width: 320px; /*height:320px;*/ }
/*.product-img-box .main-product-img {
    position:relative;
    overflow:hidden;
    width:320px;
    height:320px;
    z-index:9;
    margin-bottom:10px;
    margin-top:2px;
    margin-left:1px;
    }
.product-img-box .main-product-img img {
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    cursor:move;
    z-index:99;
    }
.image-zoom {
    z-index:9; position:relative; height:18px; margin:-35px auto 13px; background:url(../images/slider_bg.gif) no-repeat 50% 50%; padding:0 28px 0 28px; cursor:pointer; }
#image { width:auto; }
#track { position:relative; height:18px; }
#handle { position:absolute; left:0; top:-1px; width:9px; height:22px;background:url(../images/magnifier_handle.gif) no-repeat;  }
.btn-zoom-out { position:absolute; left:2px; top:1px;}
.btn-zoom-in { position:absolute; right:2px; top:1px;}
*/
/*
#nfcSmallImage {
	background: url(../images/product_zoom_overlay_magnif.gif) left bottom no-repeat;
	z-index: 100000;
}
*/

.prod-head-full,
.shopping-cart-totals-header { width: 725px; height:10px; background:url(../images/customer/ma_bg_head_full.gif) no-repeat; }
.prod-body-full,
.shopping-cart-totals-body { width: 725px; height:auto; background:url(../images/customer/ma_bg_body_full.gif) repeat-y; }
.prod-foot-full,
.shopping-cart-totals-footer { width: 725px; height:10px; background:url(../images/customer/ma_bg_foot_full.gif) no-repeat; }
.prod-foot-blue { background:#4FD4FF; border-top:1px #FFFFFF solid; }

.product-info-box {
   	border-top:1px solid #ffffff;
   	/* border-bottom:1px solid #ffffff; */
	background:url(../images/catalog/detail_item_bg.gif) no-repeat;
	/*height:373px;*/
}
.product-info-box2 {
   	border-top:0px;
   	/* border-bottom:1px solid #ffffff; */
	background:url(../images/catalog/detail_item_bg.gif) no-repeat;
	/*height:373px;*/
}
.product-info-box .product-name,
.product-info-box2 .product-name {
    margin-bottom:.3em;
    color: #0066CC; /*#0a263c;*/
    font-size:1.3em;
 }
.product-info-box .qty-box,
.product-info-box2 .qty-box { margin-right:5px; }
.product-info-box .price-box,
.product-info-box2 .price-box { margin: 10px 0;}

.add-to-cart-box { float:right; text-align:right; width:367px;  margin-top: 10px;}
.add-to-box { /* float:left; font-size:.95em; line-height:1.25em;*/ }
.add-to-box li { display: inline; }

.price-holder { float:right; text-align:right; font-size:20px; color:#FF5A0D; font-weight:bold;}

.product-shop-detail .input-text.qty {text-align: right;}
.add-to-cart-box .qty-box label {font-weight: bold; font-size: 12px;}
.add-to-cart-box .qty-box {/*margin: 0 10px 20px 0;*/ margin-right: 90px;}
.add-to-cart-box .link-add-to-cart {margin-top: 10px;}

.product-info-box .ratings,
.product-info-box2 .ratings { margin-bottom:1em;}
.big-price { font-size:13px; color:#1c52bb; font-weight:bold; }

.product-shop-detail .divider {visibility: hidden; margin: 5px 0;}
.product-shop-detail .add-to-holder .divider {visibility: visible; margin: 10px 0;}
.collateral-box.attribute-specs .divider {margin: 5px 0; visibility: hidden;}
.collateral-box .product-description-price {display: none}

.collateral-box.attribute-specs {font-size: 11px; line-height: 12px;}

.product-detail-attributes { color:#666666; font-size:11px; line-height:11px; }
.product-detail-attributes td {padding-right: 20px;}

.product-attributes, .product-pricing { /*margin:10px 0; background:#faf7ee; padding:10px; border:1px dashed #a59e89; */ }
.product-attributes td {padding:2px 0; }
.product-attributes td.label { padding-right:10px; /* font-weight:bold; */ }
.product-essential {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:0px;
}
.product-essential .product-shop { width:330px; }
.product-essential .product-shop .ratings { margin-bottom:4px; }

.product-essential .product-shop-detail { width:368px; }
.product-essential .product-shop-detail .ratings { margin-bottom:4px; }

/* Product Tierprice */
.tierprice-col-1 {display: block; width: 70px; float: left;} /* !! the span is defined in locale/<lang>/translate.csv !! */

/* Product Collateral */
.product-collateral { background:url(../images/product_collateral_bg.gif) repeat-x #faf7ee; }
.product-collateral .head { margin-bottom:1em; border-bottom:1px solid #e5dcc3; padding-bottom:1px; font-size:1.15em; }
.product-collateral .collateral-box { margin-bottom:2em;  }
.product-collateral .collateral-box h4{ color:#E26703 ;}
.product-collateral .attribute-specs table { border-color:#d9DDE3; }
.product-collateral .attribute-specs .label { /* font-weight:bold; */ }
.product-collateral .attribute-specs .data { border-right:0; }
.product-collateral .attribute-specs td { padding-top:3px; padding-bottom:3px; line-height:1.25em; }

.product-accessories {}
.product-accessories .item {clear:both; min-height: 40px; margin-top: 10px;}
.product-accessories .item .col {float:left; min-height: 40px; height: auto;}
.product-accessories .image {padding-right: 5px; width: 45px;}
.product-accessories .info {width: 140px;}
.product-accessories .info h4 a {color: #0066CC}
.product-accessories .info .detail {font-size: 10px; line-height: 11px; color: #666666;}
.product-accessories .cart-box {width: 88px; line-height: 40px;}
.product-accessories .cart-price {width: 90px; text-align: right; line-height: 40px; color: #FF5A0D; font-weight: bold;}

/********************** Checkout */
.listing-type-list .product-cart { width:405px; padding:12px 0 0 0; height:103px; float:left; position:relative;}
.listing-type-list .product-cart .category-listing-product-attributes { color:#666666; font-size:11px; line-height:11px; }
.listing-type-list .product-cart .title { font-size: 1.5em }
.cart-list-buttons { float:right; padding:10px 15px 0px 0px; }
.cart-list-quantity  { float:left; width:200px; }
.cart-list-price { margin-top: 5px; /*position: absolute; bottom: 40px;*/ width:170px; }
.checkout-header-left { width: 10px; height:23px; background:url(../images/checkout/checkout_header_left.gif) no-repeat; float:left; }
.checkout-header-middle { padding-top:3px; height:20px; background:url(../images/checkout/checkout_header_middle.gif) repeat-x; float:left; }
.checkout-header-right { border-right: solid 1px #ffffff; width: 20px; height:23px; background:url(../images/checkout/checkout_header_right.gif) no-repeat; float:left; }
.checkout-header-right-last { width: 20px; height:23px; background:url(../images/checkout/checkout_header_right.gif) no-repeat; float:left; }

.checkout-footer-left { width: 20px; height:23px; background:url(../images/checkout/checkout_footer_left.gif) no-repeat; float:left; }
.checkout-footer-middle { height:23px; background:url(../images/checkout/checkout_footer_middle.gif) repeat-x; float:left; }
.checkout-footer-right { border-right: solid 1px #ffffff; width: 20px; height:23px; background:url(../images/checkout/checkout_footer_right.gif) no-repeat; float:left; }
.checkout-footer-right-last { width: 20px; height:23px; background:url(../images/checkout/checkout_footer_right.gif) no-repeat; float:left; }

.checkout-step03-adresse-head { border-right: 1px solid #fff; width: 199px; height:10px; background:url(../images/checkout/checkout_step03_adresse_head.gif) no-repeat; }
.checkout-step03-adresse-body { border-right: 1px solid #fff; width: 179px; height:auto; min-height:280px; background:url(../images/checkout/checkout_step03_adresse_body.gif) repeat-y; padding-left:10px; padding-right:10px; }
.checkout-step03-adresse-foot { border-right: 1px solid #fff; width: 199px; height:10px; background:url(../images/checkout/checkout_step03_adresse_foot.gif) no-repeat; }

.checkout-step03-versandart-head { border-right: 1px solid #fff; width: 157px; height:10px; background:url(../images/checkout/checkout_step03_versandart_head.gif) no-repeat; }
.checkout-step03-versandart-body { border-right: 1px solid #fff; width: 137px; height:auto; min-height:280px; background:url(../images/checkout/checkout_step03_versandart_body.gif) repeat-y; padding-left:10px; padding-right:10px; }
.checkout-step03-versandart-foot { border-right: 1px solid #fff; width: 157px; height:10px; background:url(../images/checkout/checkout_step03_versandart_foot.gif) no-repeat; }

.checkout-step03-anmerkung-head { width: 167px; height:10px; background:url(../images/checkout/checkout_step03_anmerkung_head.gif) no-repeat; }
.checkout-step03-anmerkung-body { width: 147px; height:auto; min-height:200px; background:url(../images/checkout/checkout_step03_anmerkung_body.gif) repeat-y; padding-left:10px; padding-right:10px; }
.checkout-step03-anmerkung-foot { width: 167px; height:10px; background:url(../images/checkout/checkout_step03_anmerkung_foot.gif) no-repeat; }

.checkout-step04-zahlart-head { /*border-right: 1px solid #fff;*/ width: 361px; height:10px; background:url(../images/checkout/checkout_col_head.jpg) no-repeat; }
.checkout-step04-zahlart-body { /*border-right: 1px solid #fff;*/ width: 341px; height:auto; min-height:470px; background:url(../images/checkout/checkout_col_body.jpg) repeat-y; padding-left:10px; padding-right:10px; }
.checkout-step04-zahlart-foot { /*border-right: 1px solid #fff;*/ width: 361px; height:10px; background:url(../images/checkout/checkout_col_foot.jpg) no-repeat; }

.checkout-step04-widerruf-head { width: 362px; height:10px; background:url(../images/checkout/checkout_col_head.jpg) no-repeat; }
.checkout-step04-widerruf-body { font-size:9px; width: 342px; height:auto; min-height:470px; background:url(../images/checkout/checkout_col_body.jpg) repeat-y; padding-left:10px; padding-right:10px; }
.checkout-step04-widerruf-foot { width: 362px; height:10px; background:url(../images/checkout/checkout_col_foot.jpg) no-repeat; }

/*
.checkout-step04-widerruf-body
.checkout-header-left,
.checkout-step04-widerruf-body
.checkout-header-middle,
.checkout-step04-widerruf-body
.checkout-header-right-last {
display: none;
}
*/

.checkout-step05-zahlart-head { width: 167px; height:10px; background:url(../images/checkout/checkout_step05_zahlart_head.gif) no-repeat; }
.checkout-step05-zahlart-body { width: 147px; height:auto; min-height:280px; background:url(../images/checkout/checkout_step05_zahlart_body.gif) repeat-y; padding-left:10px; padding-right:10px; }
.checkout-step05-zahlart-foot { width: 167px; height:10px; background:url(../images/checkout/checkout_step05_zahlart_foot.gif) no-repeat; }

.checkout-step03-adresse-body,
.checkout-step03-versandart-body,
.checkout-step05-zahlart-body {
	position: relative;
}
.checkout-step03-adresse-body .arrow-link,
.checkout-step03-versandart-body .arrow-link,
.checkout-step05-zahlart-body .arrow-link {
	position: absolute;
	bottom: 10px;
}

.checkout-review-address-head {width:180px; height:8px; line-height:8px; font-size:8px; border-right: 1px solid #fff; background:url(../images/checkout/checkout_review_address_head.gif) no-repeat}
.checkout-review-address-body {width:160px; padding: 0 10px; height:auto; min-height:300px; position: relative; border-right: 1px solid #fff; background:url(../images/checkout/checkout_review_address_body.gif) repeat-y}
.checkout-review-address-foot {width:180px; height:8px; line-height:8px; font-size:8px; border-right: 1px solid #fff; background:url(../images/checkout/checkout_review_address_foot.gif) no-repeat}
.checkout-review-address-body .arrow-link {
	position: absolute;
	bottom: 10px;
}
.checkout-step04-col04 .checkout-review-address-head {width: 182px; border-right: none;}
.checkout-step04-col04 .checkout-review-address-body {width: 162px; border-right: none;}
.checkout-step04-col04 .checkout-review-address-foot {width: 182px; border-right: none;}

.checkout-step04-col01 .checkout-header-middle,
.checkout-step04-col02 .checkout-header-middle,
.checkout-step04-col03 .checkout-header-middle {width: 150px;}
.checkout-step04-col04 .checkout-header-middle {width: 152px;}

.checkout-step04-col01 {
	float: left;
	min-height:100px;
	height:auto;
	width: 181px;
}

.checkout-step04-col02 {
	float: left;
	min-height:100px;
	height:auto;
	width: 181px;
}

.checkout-step04-col03 {
	float: left;
	min-height:100px;
	height:auto;
	width: 181px;
}

.checkout-step04-col04 {
	float: left;
	min-height:100px;
	height:auto;
	width: 182px;
}

/* checkout/onepage/billing */
.billing-col-1 {float: left; width: 362px; }
.billing-col-2 {float: right; width: 362px; }

.billing-col-1 .inner {
	margin: 0 20px 0 80px;
}
.billing-col-2 .inner {
	margin: 0 80px 0 20px;
}


.register-left-50 .name-firstname,
.register-left-50 .name-lastname {margin-top: 5px;}
.co-billing-address-body .name-firstname .input-text,
.co-billing-address-body .name-lastname .input-text {width: 230px;}
.co-billing-address-body .name-prefix select {width: 55px;} 

.search-filter { float:left; border-right: 1px solid #ffffff; }
.search-filter-head { float:left; }

.content-header { float:left; border-right: 1px solid #ffffff; }
.content-header-last { float:left; }

.checkout-footer-button { float:left; border-right: 1px solid #ffffff; }
.checkout-footer-button-last { float:left; }

div#main a.checkout-link-1 {
	float: left;
	background: url('../images/checkout/btn_checkout_step03_next.gif') no-repeat;
	height: 23px;
	width: 122px;
	text-decoration: none;
}

div#main a.checkout-link-1:hover {
	background-image: url('../images/checkout/btn_checkout_step03_next_hover.gif');
}

div#main a.checkout-link-2 {
	float: left;
	background: url('../images/checkout/btn_checkout_send_order.gif') no-repeat;
	height: 23px;
	width: 152px;
	text-decoration: none;
}

div#main a.checkout-link-2:hover {
	background-image: url('../images/checkout/btn_checkout_send_order_hover.gif');
}

.close-window-link {
	float: left;
	background: url('../images/btn_print.gif') no-repeat;
	height: 23px;
	width: 152px;
}

.close-window-link:hover {
	background-image: url('../images/btn_print_over.gif');
}

.cart-info-text-grau { color:#666666; font-size:11px; line-height:11px; }
.shopping-cart-totals-body .price-total { font-size: 17px; }
.cart-price { color:#666666; font-size:11px; line-height:11px; }
.cart-item-prices { width:200px; position:absolute; bottom:15px; right:0px; text-align:right; }
.cart-item-prices .cart-price { float:left; width:90px; color:#FF5A0D; font-size:17px; line-height:17px; }
.cart-info-text-schwarz { color:#000000; font-size:11px; line-height:11px; }
.cart-info-text-hellblau { color:#66ccff; font-size:11px; line-height:18px; }

.co-billing-address-head { width: 725px; height:11px; background:url(../images/checkout/adresse_bg_head.gif) no-repeat; }
.co-billing-address-body { position: relative; width: 725px; height:auto; background:url(../images/checkout/adresse_bg_body.gif) repeat-y; }
.co-billing-address-foot { width: 725px; height:10px; background:url(../images/checkout/adresse_bg_foot.gif) no-repeat; }

.co-billing-address-body #billing-address-select {max-width: 650px;}

/*
form#checkout-agreements {
	display: inline;
}
/**/
.review-agreement-body { width: 705px; height:auto; background:url(../images/checkout/adresse_bg_body.gif) repeat-y; }
.agreement-content .co-billing-address-body { overflow-y: scroll; height: 80px; }


#checkout-review-table thead th {color: #FFFFFF; background: url(../images/checkout/checkout_header_middle.gif) repeat-x}
#checkout-review-table tbody td {border-bottom: 1px dashed #666666;}
#checkout-review-table tbody .cart-price {line-height: 1.35em;}
#checkout-review-table tfoot td {padding-top:10px;}
#checkout-review-table tfoot .price {font-weight: bold;}
#checkout-review-table tfoot tr.last td {font-size: 16px; }

.shipment-methods {padding-left: 40px;}
.shipment-methods dt {padding-top: 20px;}
.shipment-methods img {position: absolute; left: 170px;}

.shipment-methods dt, .shipment-methods dd,
.payment-methods dt, .payment-methods dd {margin-bottom: 10px; line-height: 20px;}
.shipment-methods dt, .payment-methods dt {margin-top:10px;font-size:13px;}

.payment-methods dt {position: relative;}
.payment-image {margin-left: 20px; position: absolute; right: 10px;}

.btn-back-bg-left { width: 15px; height:23px; background:url(../images/btn_back_bg_left.gif) no-repeat; float:left; }
.btn-back-bg-middle { padding-top:4px; padding-left:2px; height:19px; background:url(../images/btn_back_bg_middle.gif) repeat-x; float:left; }
.btn-back-bg-right { border-right: solid 1px #ffffff; width: 10px; height:23px; background:url(../images/btn_back_bg_right.gif) no-repeat; float:left; }
.btn-back-bg-middle a {
	color:#ffffff;
}

.btn-next-bg-left { width: 10px; height:23px; background:url(../images/btn_next_bg_left.gif) no-repeat; float:left; }
.btn-next-bg-middle { padding-top:4px; padding-left:2px; height:19px; background:url(../images/btn_next_bg_middle.gif) repeat-x; float:left; }
.btn-next-bg-right { width: 15px; height:23px; background:url(../images/btn_next_bg_right.gif) no-repeat; float:left; }
.btn-next-bg-middle a {
	font-weight: bold;
	color:#ffffff;
}

/* Shopping Cart */
.shopping-cart  { margin-bottom:0; }
.shopping-cart .continue-shopping { float: left; }

.shopping-cart-totals {
    background:url(../images/checkout/checkout_step01_summe_bg.gif) repeat-x;
    border-top:1px solid #ffffff;
    height:57px;
	padding:15px;
}
.shopping-cart-totals-empty {
    background:url(../images/checkout/checkout_step01_summe_bg.gif) repeat-x;
    height:57px;
	padding:15px;
}
.shopping-cart-totals-body {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	width:705px;
}
.shopping-cart-totals .left-col,
.shopping-cart-totals-body .left-col {
	float:left;
	text-align: right;
	padding-right: 10px;
	margin-top: 10px;
	width:585px;
	color:#666666;
	font-size:11px;
	line-height:11px;
}
.shopping-cart-totals .right-col,
.shopping-cart-totals-body .right-col {
	float:left;
	width:104px;
	font-size: 11px;
	line-height:11px;
	text-align: right;
	margin-top: 10px;
}
.cart-list-price .input-text { text-align: right; padding-right: 2px; }

/* One-Page checkout */
.one-page-checkout .head a { display:none; }  /* Hide Edit button in step header */

#billing-buttons-container,
#payment-buttons-container,
#review-buttons-container,
#shipping-method-buttons-container,
#shipping-buttons-container
{float: right;}

.opc-please-wait {
	padding-right:7px;
	/*background-color:#fff;*/
	text-align:center;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 23px;
}


.one-page-checkout .box-no-padding .inner-box {
   padding:0px 20px;
}

.no-border {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.no-padding {
    padding: 0 0 0 0;
}

/********************** Customer */

/* Login */
.login-box .col-1, .login-box .col-2 { border:1px solid #bbb6a5; background:#dee5e8; }
.login-box .content { background:url(../images/login_box_bg.gif) repeat-x #faf7ee; padding:14px 21px; }
.login-box h4 {
    min-height:16px;
    border-bottom:1px solid #ddd;
    margin-bottom:1.2em;
    padding-bottom:5px;
    padding-left:23px;
    background-position:0 1px;
    background-repeat:no-repeat;
    font-size:1.05em;
    color:#e76200;
    text-transform:uppercase;
    }
.login-box .new-users h4 { background-image:url(../images/icon_page_white.gif); }
.login-box .registered-users h4 { background-image:url(../images/icon_page_white_text.gif); }
.login-box .button-set { margin:0; border:none; background:url(../images/login_box_form_buttons_bg.gif) repeat-x; padding:8px 13px; }
.login-box .content { min-height:230px; }

/* Quick Login */
.quick-login {
	position:absolute;
	left:608px;
	top:121px;
	height:20px;
	width:420px;
	}
.quick-login .input-text-login {
	font-size:0.9em;
	height:0.9em;
	line-height:0.9em;
	width:100px;
	height:15px;
	width:100px;
	color:#0033cc;
	background:#99ccff;
	border-width: 1px;
}
.quick-login a:hover {text-decoration: underline;}


.quick-login .input-text-login:focus { background:#ffffff; outline:0; }
.quick-login .form-button { height:20px; margin:0; border:none; background:url(../images/quick_login_form_button_bg.gif) no-repeat; }

.quick-login-links {
	height:20px;
	left:787px;
	position:absolute;
	top:123px;
	width:130px;
}

/* Login */
.login {
	height:20px;
	width:250px;
	}
.login .input-text-login {
	font-size:0.9em;
	height:0.9em;
	line-height:0.9em;
	width:100px;
	height:15px;
	width:100px;
	color:#0033cc;
	background:#99ccff;
	border-width: 1px;
}
.login .input-text-login:focus { background:#ffffff; outline:0; }
.login .form-button { height:20px; margin:0; border:none; background:url(../images/quick_login_form_button_bg.gif) no-repeat; }

.ma-head-full { width: 725px; height:10px; background:url(../images/customer/ma_bg_head_full.gif) no-repeat; }
.ma-body-full { width: 705px; height:auto; background:url(../images/customer/ma_bg_body_full.gif) repeat-y; padding-left:10px; padding-right:10px; }
.ma-foot-full { width: 725px; height:10px; background:url(../images/customer/ma_bg_foot_full.gif) no-repeat; }

.ma-body-full-form { width: 725px; height:auto; background:url(../images/customer/ma_bg_body_full.gif) repeat-y; }

.ma-head-half { float:left; width: 362px; height:10px; background:url(../images/customer/ma_bg_head_half.gif) no-repeat; }
.ma-body-half { float:left; width: 342px; height:auto; min-height:300px; background:url(../images/customer/ma_bg_body_half.gif) repeat-y; padding-left:10px; padding-right:10px; }
.ma-foot-half { float:left; width: 362px; height:10px; background:url(../images/customer/ma_bg_foot_half.gif) no-repeat; }

.ma-body-half-form { float:left; width: 362px; height:auto; min-height:100px; background:url(../images/customer/ma_bg_body_half.gif) repeat-y; }

.ma-header-full { width: 705px; height:20px; background:url(../images/customer/ma_header_full.gif) no-repeat; padding-top:3px; padding-left:10px; padding-right:10px; line-height:1.25em; text-align:right; }

.ma-header-half { width: 342px; height:20px; background:url(../images/customer/ma_header_half.gif) no-repeat; padding-top:3px; padding-left:10px; padding-right:10px; line-height:1.25em; text-align:right; }
.ma-header-half-left { width: 342px; height:20px; background:url(../images/customer/ma_header_half.gif) no-repeat; padding-top:3px; padding-left:10px; padding-right:10px; line-height:1.25em; text-align:right; float:left; }
.ma-header-half-right { width: 342px; height:20px; background:url(../images/customer/ma_header_half.gif) no-repeat; padding-top:3px; padding-left:10px; padding-right:10px; line-height:1.25em; text-align:right; float:right; }

/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/

.nowrap, nobr, .nobr{ white-space:nowrap; }

/* Alignment */
.v-top { vertical-align:top; }
.v-middle { vertical-align:middle; }
.v-bottom { vertical-align:bottom; }
.a-left { text-align:left; }
.a-center { text-align:center; }
.a-right { text-align:right; }
.left { float:left; }
.right { float:right !important; }

.normal-weight { font-weight:normal; }
.auto-width { width:auto;}

/* Link highlights */
.link-cart { color:#DC6809 !important; font-weight:bold !important;}
.link-remove { color:#646464 !important;}
.link-print { background:url(../images/icon_printer.gif) no-repeat 0 2px; padding-left:23px; }
.link-feed { background:url(../images/icon_feed.png) no-repeat left center; padding-left:18px; }


/* For Demo store only... */

.order-access {padding-bottom:8px;}
.order-info {border: solid 1px #D0CBC1; background:#DEE5E8; padding:4px 8px;}
.order-info span {display:block;float:left;}
.order-info ul {display:inline;}
.order-info li {display:inline;padding-right:7px;padding-left:3px;}
.order-info li.selected {font-weight: bold;background: url(../images/point-con.gif) no-repeat fixed center bottom;}

/*Expiration date and cvv number validation case */
.input-box .v-fix {position:relative; float:left;}
.input-box .v-fix .validation-advice {position:relative; margin-right:-12em; float:left; display:inline; width:12em;}

.img-start { float:left; }
.content-start-bottom { margin:0px; padding:0px; line-height:0px; font-size:0px; border:0px; }

/******************* fetured Products f�r Startseite */
.featured-items {
	border-bottom:1px solid #FFFFFF;
}
/* do not break frontpage layout */
.featured-items  h5 {
	max-height: 2.6em;
	overflow: hidden;
}
.featured-items .big-price {
	color: #FF5A0D;
	font-size: 20px;
	line-height: 20px;
}
.big-price-pdm, .big-price-pdm a {
	line-height: 40px;
}

.featured-product,
.featured-product-last {
	background:url(../images/catalog/product_topseller_bg.gif) no-repeat;
	float:left;
	width:125px;
	height:184px;
	padding:10px;
	position:relative;
	display:inline-block
}

.featured-product-image { width:84px; padding-left:16px; }

/* .featured-product-description { width:100%; overflow:hidden; } */

.featured-product-shop {
	font-size:11px;
	line-height:11px;
}

.featured-listing-product-attributes {
	color:#666666;
}

.featured-product-add-to-cart {
	margin-left:10px;
	margin-top:5px;
}

.featured-product-price-right {
	width:135px;
	text-align:right;
	margin-top:5px;
	padding-right:20px;
	position:relative;
}


/******************* weitere Produkte dieser Kategorie */
.crosssell-items {
	border-top:1px solid #ffffff;
}

.crosssell-empty {
	border-top:0px;
	background:url(../images/catalog/crosssell_empty_bg.gif) no-repeat;
	height:137px;
	width:725px;
}

.crosssell-product {
	background:url(../images/catalog/crosssell_products_bg.gif) no-repeat;
	float:left;
	width:241px;
	height:114px;
	border-right:1px solid #ffffff;
}
.crosssell-product-last {
	background:url(../images/catalog/crosssell_products_bg.gif) no-repeat;
	float:left;
	width:241px;
	height:114px;
	border:0px;
}

.crosssell-product-image { float:left; width:84px; padding:11px 11px; }

.crosssell-product-description { width:100%; overflow:hidden; }

.crosssell-product-shop {
	float:right;
	width:125px;
	font-size:11px;
	line-height:11px;
	padding-top:7px;
	padding-right:10px;
	word-wrap: break-word;
}

.crosssell-listing-product-attributes {
	color:#666666;
}


/******************* Starseite - Produkt des Monats */
.pdm-product {
	position:relative;
	/* border-top:1px solid #ffffff; */
	/* border-bottom:1px solid #ffffff; */
	width:723px;
	height:237px;
}

.pdm-product-image,
.pdm-product-image-overlay {
	/* float:left; */
	position: absolute;
/* 	left:1px; */
/* 	top:1px;  */
	width:237px;
	/*height:237px;*/ height: 212px;
}

.pdm-product-image-overlay {
	z-index:9999;
	background:url(../images/catalog/product_pdm_overlay.png) no-repeat;
}

.pdm-product-shop {
	/* float:left; */
	position: absolute;
	left:237px;
	/* top:1px; */
	background:url(../images/catalog/product_pdm_bg.gif) no-repeat;
	width:438px;
	height:187px;
	font-size:11px;
	line-height:11px;
	padding:25px;
	color:#ffffff;
}

.pdm-product-shop a,
.pdm-product-price span a {
	color:#ffffff;
}

.pdm-product-description {
	width:100%;
	overflow:hidden;
}

.pdm-listing-product-attributes {
	color:#666666;
}

.pdm-product-price {
	position:absolute;
	bottom:25px;
	left:30px;
	color:#ffffff;
	font-weight:bold;
	line-height:15px;
}

.big-price-pdm,
.big-price-pdm a {
	color:#ff5a0d;
	font-size:40px;
	font-weight:bold;
}

.pdm-product-add-to-cart {
	position: absolute;
	bottom:25px;
	right:20px;
}

/* siehe frontpage.css */

/***************** Produktdarstellung - Links */
.product-shop a {
	color:#0066cc;
}

/*************** Produktdarstellung - Beschriftung Warenkorb-Link */
.add-to-cart-box label {
	font-weight:normal;
	font-size:11px;
	line-height:11px;
}

/* Hilfslinien wei� */
.white-line {
	height:1px;
	background-color:#fff;
	font-size:1px;
	line-height:1px;
	clear:both;
}

.white-line-navi {
	height:1px;
	background-color:#fff;
	font-size:1px;
	line-height:1px;
	margin-left:13px;
}

.form-spacer-vertical {
	display:block;
	height:10px;
	padding:0px;
	margin:0px;
	font-size:10px;
	line-height:10px;
}

/*************** Toplinks */
.toplink-1 {
	float: left;
	background: url('../images/toplink_1.gif') no-repeat;
	height: 21px;
	width: 115px;
}

.toplink-1:hover {
	background-image: url('../images/toplink_1_hover.gif');
}

.toplink-2 {
	float: left;
	background: url('../images/toplink_2.gif') no-repeat;
	height: 21px;
	width: 127px;
}

.toplink-2:hover {
	background-image: url('../images/toplink_2_hover.gif');
}

.toplink-3 {
	float: left;
	background: url('../images/toplink_3.gif') no-repeat;
	height: 21px;
	width: 84px;
}

.toplink-3:hover {
	background-image: url('../images/toplink_3_hover.gif');
}

.toplink-4 {
	float: left;
	background: url('../images/toplink_4.gif') no-repeat;
	height: 21px;
	width: 44px;
}

.toplink-4:hover {
	background-image: url('../images/toplink_4_hover.gif');
}

.toplink-5 {
	float: left;
	background: url('../images/toplink_5.gif') no-repeat;
	height: 21px;
	width: 70px;
}

.toplink-5:hover {
	background-image: url('../images/toplink_5_hover.gif');
}

.toplink-6 {
	float: left;
	background: url('../images/toplink_6.gif') no-repeat;
	height: 21px;
	width: 58px;
}

.toplink-6:hover {
	background-image: url('../images/toplink_6_hover.gif');
}

.one-page-checkout .active {
	font-size:12px;
	line-height:12px;
}

.checkout-onepage-success .wrapper .middle-container .middle .col-main .catalog-listing {
    min-height:850px;
    background-color:#4fd4ff;
}

.category-overview {
	margin-left:10px;
	margin-bottom:10px;
	vertical-align:middle;
	text-align:left;
	padding-left:100px;
	float:left;
	width:218px;
	height:114px;
	background:url(../images/catalog/category_overview_bg.gif) no-repeat;
}

.category-overview-shop {
	margin-left:10px;
	margin-bottom:10px;
	vertical-align:middle;
	text-align:left;
	padding-left:100px;
	float:left;
	width:118px;
	height:114px;
	background:url(../images/catalog/category_overview_shop_bg.gif) no-repeat;
}

.generic-box {
	background:#0066CC;
}

.shipment-methods dd {
	margin-bottom:10px;
}

.print-container {
	padding:10px;
	text-align:left;
	/* background:#fff; */
}

.print-container h3 {
	text-align:center;
}


/** NFC glossary **/

/* need this here, cause of skin images */
.nfc-glossary {
	background: url("../images/customer/ma_bg_body_full.gif") repeat-y scroll 0 0 transparent;
}
.nfc-glossary-head {
	background: url("../images/customer/ma_bg_head_full.gif") no-repeat scroll 0 0 transparent;
	height: 10px;
}
.nfc-glossary-body {
	background: url("../images/customer/ma_bg_body_full.gif") repeat-y scroll 0 0 transparent;
}
.nfc-glossary-foot {
	background: url("../images/customer/ma_bg_foot_full.gif") no-repeat scroll 0 0 transparent;
	height: 10px;
}


/** social bookmarking **/
.addthis_button_compact span {
/*line-height: 25px !important;
height: 25px;*/
position: relative;
top: 5px;
}

.social-bookmarking {
	background: url(../images/checkout/checkout_review_address_body.gif) repeat-y scroll 0 0 transparent;
}

.social-bookmarking a.social-link {
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin: 5px 0px 5px 16px;
	background: url(../images/bookmarks/social-bookmark-aquaticus-sprites-16x16.jpg) no-repeat top left;
}
.footer .social-link {
width: 16px;
height: 16px;
display: inline-block;
background: url(../images/bookmarks/social-bookmark-aquaticus-sprites-16x16.jpg) no-repeat top left;
}
.social-bookmarking a.social-link span {
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
}
.social-bookmarking a.sprite-blogger { background-position: 0 0; }
.social-bookmarking a.sprite-delicious { background-position: 0 -66px; }
.social-bookmarking a.sprite-digg { background-position: 0 -132px; }
.social-bookmarking a.sprite-facebook,
.footer a.sprite-facebook { background-position: 0 -198px; }
.social-bookmarking a.sprite-feed { background-position: 0 -264px; }
.social-bookmarking a.sprite-flickr { background-position: 0 -330px; }
.social-bookmarking a.sprite-friendfeed { background-position: 0 -396px; }
.social-bookmarking a.sprite-friendster { background-position: 0 -462px; }
.social-bookmarking a.sprite-furl { background-position: 0 -528px; }
.social-bookmarking a.sprite-google { background-position: 0 -594px; }
.social-bookmarking a.sprite-lastfm { background-position: 0 -660px; }
.social-bookmarking a.sprite-linkedin,
.social-bookmarking a.sprite-linkdin { background-position: 0 -726px; }
.social-bookmarking a.sprite-livejournal { background-position: 0 -792px; }
.social-bookmarking a.sprite-magnolia { background-position: 0 -858px; }
.social-bookmarking a.sprite-mixx { background-position: 0 -924px; }
.social-bookmarking a.sprite-myspace { background-position: 0 -990px; }
.social-bookmarking a.sprite-netvibes { background-position: 0 -1056px; }
.social-bookmarking a.sprite-newsvine { background-position: 0 -1122px; }
.social-bookmarking a.sprite-picasa { background-position: 0 -1188px; }
.social-bookmarking a.sprite-pownce { background-position: 0 -1254px; }
.social-bookmarking a.sprite-reddit { background-position: 0 -1320px; }
.social-bookmarking a.sprite-stumbleupon { background-position: 0 -1386px; }
.social-bookmarking a.sprite-technorati { background-position: 0 -1452px; }
.social-bookmarking a.sprite-twitter,
.footer a.sprite-twitter { background-position: 0 -1518px; }
.social-bookmarking a.sprite-vimeo { background-position: 0 -1584px; }
.social-bookmarking a.sprite-webshots { background-position: 0 -1650px; }
.social-bookmarking a.sprite-wordpress { background-position: 0 -1716px; }
.social-bookmarking a.sprite-yahoo { background-position: 0 -1782px; }
.social-bookmarking a.sprite-yelp { background-position: 0 -1848px; }
.social-bookmarking a.sprite-youtube { background-position: 0 -1914px; }

.social-bookmarking a.sprite-misterwong {
background: url(../images/bookmarks/misterwong.gif) no-repeat;
}
.social-bookmarking a.sprite-live {
background: url(../images/bookmarks/) no-repeat top left;
}

#nfc_shopmessage {}
#nfc_shopmessage .nfc_shopmessage {background: #FFFFFF; margin: 10px; padding: 3px; border: solid 1px #FF0000; }
#nfc_shopmessage a {color: #000000; text-decoration: underline;}
#nfc_shopmessage a:hover {text-decoration: none;}

.developertoolbar {
opacity: 0.5;
top: 0 !important;
height: 20px
}
