/**
 * GEBR. HEINEMANN
 *
 * IMPORTANT COLORS:
 *
 * AREAS / LINES
 *	#011230		very dark blue -> body-bg
 * 	#00395c		dark blue -> right-module-head, dark blue
 * 	#4882a5		light blue -> content-bg
 *  #7cadcb     light blue -> currency calculator
 *	#df0021		red -> duty free
 *	#de0120		red -> error msg
 * 	#c2c7cd		grey lines -> produkt lists
 *	#88adc4		blue line -> search bottom line
 *  #04a500		green -> cart: border for okay msg
 *
 *
 * FONTS
 * 	#ffffff		white -> header, navi
 *	#4882a5		light blue -> languages, tag cloud,
 *	#235878		middle blue -> product description, links
 *	#01273c		dark blue -> texts
 * 	#xxxxxx		greenish blue -> product name
 * 	#c2c7cd		grey -> meta navi / footer
 * 	#5a5a5a		grey -> category theme mood
 *  #04a500		green -> cart: okay msg
 *	#de0120		red -> error msg
 *
 */



/* LAYOUT - STRUCTURE ================================================================================= */

.wrapper {
	width: 100%;
	height: 100%;
}

.page {
	width: 934px;
	padding-bottom: 20px;
	margin: 0 auto;
    position: relative;
}

.main_shadow {
	width: 934px;
	text-align: left;
	background-image: url(../images/basic/bg_tile.gif);
	background-repeat: repeat-y;
	background-position: left 143px;
}

.main_shadow_bottom {
	clear: both;
	width: 934px;
	height: 17px;
	background: url(../images/basic/bottom.gif) no-repeat;
}

.header-container {
	width: 900px;
	height: 268px;
	margin: 0px 17px;
	background: url(../images/basic/head.gif) no-repeat;
	text-align: left;
	color: #ffffff;
	background-color: #4882a5;
}

.cms-home .header-container{
	width: 900px;
	height: 268px;
	margin: 0px 17px;
	background: url(../images/basic/head_blue.gif) no-repeat;
	text-align: left;
	color: #ffffff;
	background-color: #4882a5;
}

.main {
	clear: both;
	margin-top: -143px;
	width: 900px; /* real size 934px -> minus padding */
	padding: 0px 17px;
	text-align:left;
}

.footer-container {
	width: 900px; /* real size 934px -> minus padding */
	padding: 0px 17px;
	text-align: left;
}

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


/* LAYOUT - HEADER ================================================================================= */

.header_wrap {
	float: left;
	width: 720px;
	padding: 0px;
}

.logo {
	height: 100px;
}

.header_left {
	float: left;
	width: 160px;
	padding: 0px;
	color: #ffffff;
    position: relative;
}

.header_middle {
	float: right;
	width: 550px;
	padding-top: 53px;
}


.header_right {
	float: right;
	width: 170px;
}

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


/* LAYOUT - MAIN/CONTENT ================================================================================= */

.col-main {
	color: #235878;
}


.col-main a {
	color: #235878;
}

/* 3 Columns */
.col3-layout .col-left {
	float: left;
	width: 160px;
	padding: 0px;
	color: #ffffff;

}

.col3-layout .col-main {
	/* float: left; */
	width: 550px;
	padding: 0px;
	margin-left: 10px;
	/*border: 1px solid #fff;*/
}

.col3-layout .col-right {
	float: right;
	width: 170px;
}


/* 2 Columns - left */
.blue_content .main_shadow {
	background-image: url(../images/basic/bg_tile_blue_content.gif);
	background-repeat:repeat-y;
	background-position: left 143px;
}

.col2-left-layout .col-left {
	float: left;
	width: 160px;
	padding: 0px;
	color: #ffffff;
}

.col2-left-layout .col-main {
	float: left;
	width: 720px;
	padding: 0px;
	margin-left: 10px;
	background-color: #ffffff;
	/* border-right: 1px solid #f0f; */
}


/* 2 Columns - right */
.col2-right-layout .col-right {
	float: right;
	width: 170px;
}

.col2-right-layout .col-main {
	float: left;
	width: 680px; /* real size 780px -> minus padding */
	padding: 10px 20px;
	background-color: #ffffff;
	/* border-left: 1px solid #f0f; */
}

/* 1 Column */

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



/* LAYOUT - II ================================================================================= */

.page-print { background:#ffffff; padding:20px; text-align:left; }

.page-popup { padding:20px; text-align:left; }

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


/* GLOBAL STYLES ========================================================================= */

/* Form Elements */
input,select,textarea,button {
	font:12px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color: #01273c;
}
input.input-text,select,textarea {
	background:#ffffff;
	border:1px solid #c2c7cd;
}
input.input-text,textarea {
	padding:2px 2px; background:#ffffff;
}
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { padding:2px 2px; border-bottom:1px solid #bbb; }
select.multiselect option:last-child { border-top:0; }
textarea { overflow:auto; }
input.radio,
input.checkbox { margin-right:3px; font-size:11px !important; margin-top:2px; vertical-align:top; }
input.radio { font-size:10px !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
/* button.button { -webkit-border-fit:lines; }  <- Safari & Google Chrome Fix */

button.button {
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: transparent;
	/* line-height:21px; */
	overflow: visible;
	cursor: pointer;
	vertical-align: middle;
}

a.button,
button.button span,
a.button span,
button.button span span { background-color:transparent; background-image:url(../images/bkg_btn.gif); background-repeat:no-repeat; }

a.button,
button.button span { border:0; padding:0 0 0 10px; margin:0; cursor:pointer; background-position:0 0; display:-moz-inline-stack; display:inline-block; height:21px; text-decoration:none; }
a.button span,
button.button span span { padding:0 15px 1px 5px; background-position:100% 0; display:-moz-inline-block; display:inline-block; white-space:nowrap; text-transform:uppercase; font:bold 11px/20px Arial, Helvetica, sans-serif; height:20px; }
a.button { line-height:21px; }
a.button { line-height:20px; }
.button:active { bottom:-1px; right:-1px; position:relative; z-index:2; }
button.button:active span span { margin:0; }
button.btn-small span { font-size:11px; line-height:14px; padding:1px 9px 0; }
button.disabled {}
button.disabled span {}

/* Partner des Monats - Dior */

a.dior_arrow_link {
	background:url("../images/partner_des_monats_dior/pfeil.gif") no-repeat scroll 0 3px transparent;
	color:#FFFFFF !important;
	display:block;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	padding-left: 15px;
	margin-left: 50px;
	margin-bottom: 500px	
}

p.dior_text {
	margin: 50px 50px 15px; 
	color: #FFFFFF !important;
	line-height: 1.5;	
}

div.dior_div {
	background-color: #000000;
	min-height: 100%;
	height:auto !important;
	height:100%;
	overflow: hidden !important;
}

/* END Partner des Monats - Dior */

a.arrow_link {
	display: block;
	padding-left: 15px;
	text-decoration: none;
	background: transparent url(../images/icons/arrow_right.gif) no-repeat scroll 0 3px;
	font-weight: bold;
	text-align: left;
	color: #01273C !important;
}


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

a.arrow_link_in_text {
    margin-left: 5px;
	padding-left: 12px;
	background: transparent url(../images/icons/arrow_right.gif) no-repeat scroll 0 3px;
	font-weight: bold;
	color: #01273C !important;
}
a.arrow_link_in_text:hover {
	text-decoration: underline;
}

a.arrow_link_blue {
	display: block;
	padding-left: 15px;
	text-decoration: none;
	background: transparent url(../images/icons/arrow_right.gif) no-repeat scroll 0 3px;
	font-weight: normal;
	color: #235878 !important;
}

/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form Validation */
.validation-advice { clear:both; font-size:11px !important; padding:3px 0 0 !important; }
.input-advice { clear:both; font-size:11px !important; padding:3px 0 0 !important; }
.product-options .validation-error .options-list,
.validation-failed { border:1px solid #de0120 !important; background:#fff7f5 !important; }
input.input-text.validation-failed,
textarea.validation-failed { background: #fff7f5 !important; }
span.validation-passed,
div.validation-passed { background:url(../images/icon_ok.gif) 100% 2px no-repeat; padding-right:20px; }
span.validation-error,
div.validation-error { background:url(../images/icon_error.gif) 100% 2px no-repeat; padding-right:20px; }
.required em { margin-left: 1px; }
p.required { margin:0; padding:5px 0 0 0; text-align:right; font-size:11px; }

.form-list .validation-advice {
  color: #de0120;
}

/* Requiered Notice and Button line */
	margin-top: 10px;
	padding: 20px 14px 0px 0px;
	border-top: 1px solid #C2C7CD;
}
.required_button_line .button {
	float: right;
}
.form-buttons p.required,
.buttons-set p.required {
	float: left;
	width: 100px;
	padding: 0px;
	margin-top: -3px;
	text-align: left;
	font-size: 11px;
	text-align:left;
}


/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }


/* Fieldset */
.fieldset {}


/* Form lists */
.form-list {
  list-style-type: none !important;
}

.form-list li { margin:0 0 9px; vertical-align:top; }
.form-list label {
	float: left;
	width: 120px; /* real size 135px -> minus padding */
	padding: 2px 15px 0 0;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
.form-list span.label { font-weight:normal; }
.form-list .input-box { float:left; /* width:256px; */ }
.form-list .input-box a { font-size:11px; margin-top:4px; }
.form-list input.input-text,
.form-list textarea {
	float: left;
	width: 335px;
	vertical-align: top;
}
.form-list textarea { width:335px; height:13em; }

.form-list select { float:left; width:341px; vertical-align:top; }
.form-list p { margin:0; padding:0 0 0 135px; }
ul.add-row,
.form-list li.add-row { background:url(../images/bkg_dots.gif) repeat-x 0 0; margin-top:15px; }
ul.add-row .btn-remove,
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; margin:0; text-align:right; }
.form-list .range input.input-text { float:none; width:64px; vertical-align:middle; }

.form-list .add-field .input-box { margin-left: 135px; }
.form-list .form-element { position:relative; vertical-align:top; z-index:1; } /* row with checkbox or radio button */
.form-list .form-element label { line-height:16px; }
.form-list .form-element .input-box { position:absolute; left:0; margin-left: 135px; line-height:16px; padding-top:1px; }
.form-list .form-element input.radio { margin-top:3px; }

.form-alt label { float:none; display:inline; width:auto; }
.form-alt li { margin:0 0 5px; line-height:16px; }
.form-alt select { width:496px; }
.form-alt .input-box { margin-top:5px; padding-bottom:11px; }
.form-alt .input-text { }

.inner-form { margin:10px 0 5px; padding:10px 0 0; border:1px dashed #d1d1d1; border-width:1px; background:#f7f7f7; }
.inner-form .form-alt label { padding-left:5px; }

/* Date Of Birth */
.form-list .customer-dob label { float:none; width:auto; padding:0; font-size:11px; font-weight:normal; }
.form-list .customer-dob .input-box { float:left; width:auto; margin-right:8px; }
.form-list .customer-dob .input-box .validation-advice { display:none !important; }
.form-list .customer-dob input.input-text { float:none; display:block; margin-bottom:2px; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-year { float:left; margin-right:8px; padding-right:0 !important; background:none !important; }
.form-list .customer-dob .dob-day .validation-advice,
.form-list .customer-dob .dob-month .validation-advice,
.form-list .customer-dob .dob-year .validation-advice { display:none; }
.form-list .customer-dob .dob-day input.input-text { width:104px; }
.form-list .customer-dob .dob-month input.input-text { width:104px; }
.form-list .customer-dob .dob-year { margin-right:0; }
.form-list .customer-dob .dob-year input.input-text { width:138px; }
 
/* Combination of fields */
.group-select .fields { margin:0; }
.group-select .fields .field { clear:left; padding:0 0 9px; }

/* Buttons */
.buttons-set {} /* general for button containing block */
.buttons-set p.back-link {}
a.back-link {}
.buttons-set p.back-link a {}
.buttons-set a.button,
.buttons-set button.button {}
.buttons-set2 {}

.form-buttons {} /* for button containing block under the general form */
.form-buttons .button {}
.form-buttons p.back-link {}
.btn-only {}


/********** < Messages */

/* Global Messages */
.content_msg { padding: 0px 20px; }
.content_msg .messages  { padding-top: 10px; }

.messages { width:100%; overflow:hidden; text-align:left; margin: 10px 0px 20px 0px; }
.messages li.error-msg,
.messages li.success-msg,
.messages li.note-msg,
.messages li.notice-msg { border-style:solid !important; border-width:1px !important; font-size:12px !important; }
p.error-msg { border-style:solid !important; padding:10px; border-width:1px !important; font-size:12px !important; margin:10px 0; }

/* Error Message */
.messages li.error-msg {
	background: #ffffff url(../images/icons/error_msg_icon.gif) no-repeat scroll 3px 0;
	color: #de0120;
	padding: 9px 10px 9px 39px;
	border-color: #de0120;
}
.messages li.error-msg a {}
.messages li.error-msg ul { /* background-image:url(../images/bkg_msg-error.gif); */ }
p.error-msg { border-color:#e9581f; background-color:#fff5f3; }

/* Success Message */
.messages li.success-msg {
	background: #ffffff url(../images/icons/success_msg_icon.gif) no-repeat scroll 3px 0;
	color: #04A500;
	padding: 9px 10px 9px 39px;
	border-color: #04a500;
}
.messages li.success-msg a {}
.messages li.success-msg ul { /* background-image:url(../images/bkg_msg-success.gif); */ }

/* Notification Message */
.messages li.note-msg,
.messages li.notice-msg { border-color:#fcd344; background-color:#fafaec; padding: 10px; }
.messages li.note-msg a,
.messages li.notice-msg a {}
.messages li.note-msg ul,
.messages li.notice-msg ul { /* background-image:url(../images/bkg_msg-note.gif); */ }

.std .messages { width:auto; }
/*.std .messages { list-style:none !important; margin:10px 0 0 ; }
.std .messages ul { padding:10px 17px 18px; margin:0 0 -11px; }
.std .messages li { margin:0 0 10px !important; background-image:none; padding:0 !important; }
.std .messages li li { margin:0 !important; padding:0 0 3px !important; }*/

/********** Messages > */


 /********** < Toolbar (Product Lists, Order-Overview, ...) */
.toolbar {
	padding: 8px 20px 0px 20px;
	color: #01273c;
}
.toolbar select {
	font-size: 11px;
}
.toolbar .pager {}
.bottom-toolbar { display:block; }


/* Pager */
.pager {
	padding: 6px 0px;
	border-bottom: 1px solid #c2c7cd;
}

.pager p { margin:0; }

.pager select {
	padding:0;
	margin: 0px 2px 1px 4px;
}

.pager fieldset ul li {
	float: left;
}

.pager li.spacer {
	width: 45px;
	margin-left: 4px;
}


.pager .amount { float:left; line-height:20px; }
.pager .limiter { float:right; line-height:20px; }
.pager .pages { margin:0 135px; text-align:center; line-height:20px; }
.pager .pages a { text-decoration:underline; }
.pager .pages a:hover { text-decoration:none; }
.pager .pages ol,
.pager .pages li { display:inline; padding:0 2px; }
.pager .pages .current { font-weight:bold; }
.pager-only { clear:both; }
.pager-only .pages { margin:0; }


/* Sorter */
.sorter {
	margin: 0px;
	padding: 7px 0px;
}
.sorter .link-feed {}

.sorter .view-mode {  }
.sorter .view-mode {     
    float:left; 
    margin:0px; 
    line-height:20px; 
    white-space:nowrap; 
}
.sorter .view-mode label {
	float:left;
	margin:0 3px 0 0;
}
.sorter .view-mode a {
	color: #235878;
}

.sorter .sort-by { float:right; line-height:20px; }
.sorter .sort-by ul li {
	float: left;
}
.sorter .sort-by li.spacer {
	width: 45px;
	margin-left: 4px;
}
	*html .sorter .sort-by li.spacer {
		padding-top: 3px;
	}
.sorter .sort-by select {
	padding:0;
	margin: 0px 2px 1px 4px;
}

/********** Toolbar (Product Lists, Order-Overview, ...) > */


/* Data Table */
.table-caption { border:1px solid #ddd; border-bottom:0;  background:#fff url(../images/bkg_block-title.gif) 0 100% repeat-x; font:14px/1.25 Arial, Helvetica, sans-serif; padding:3px 7px 4px; }
.table-caption a { font-size:11px; }
.data-table { width:100%; border-collapse:separate; }
.data-table th {
	padding: 7px 12px;
	border-bottom: 1px solid #c2c7cd;
	font-weight: bold;
	white-space: nowrap;
}
.data-table td { padding:7px 12px; }
.data-table .first { padding-left: 5px; }
.data-table .last { padding-right: 5px;}
.data-table .thumbnail { padding-left: 0px; padding-right: 0px; }
.data-table thead {}
.data-table tbody {}
.data-table tfoot {}
.data-table tfoot td { padding: 7px 12px; }
.data-table tfoot th { border:none; text-transform:none; }
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.last th,
.data-table tr td { border-bottom:1px solid #c2c7cd; }

.data-table tr.noborder td {  border: 0; }
.data-table tr.separator td { 
	padding-top: 0; 
	padding-bottom: 0; 
	border-bottom:1px solid #c2c7cd; 
	font-size: 2px;
}
.data-table tr.odd { /* background-color:#fff; */ }
.data-table tr.even { /* background-color:#fafafa; */ }
.data-table tbody.odd {}
.data-table tbody.odd td { }
.data-table tbody.even { /*background-color:#f5f5f5;*/ }
.data-table tbody.even td { }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {}
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; text-transform:none; border-color:#fff; background-color:#f7f7f7; }
.data-table td.value {}
.data-table .link-rss { display:block; }

.data-table .product-name {
	padding-top: 1px;
	line-height:14px;
	font-weight:bold;
}
.data-table .product-brandname a,
.data-table .product-seriesname a,
.data-table .product-name a {
	color:#235878;
	font-size: 11px;
}


#my-orders-table th { white-space: normal; }

.page-popup .data-table td,
.page-popup .data-table th { border-bottom:1px solid #d9d9d9; }
.page-popup .buttons-set .button { float:right; }

/* 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(../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 { background-color:#ede9e6; font-size:12px; padding:5px !important; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std > ul,
.std > ol,
.std > dl,
.std > p,
.std > address,
.std > blockquote { 
	margin:0 0 1em; 
	padding:0; 
}

.cms-index-index .std p,
.cms-page-view .std p{
	margin: 0;	
}


/*.std ul { list-style:none; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:none; }
.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; }*/

ul.disc li { padding-left:10px; background:url(../images/bkg_bulletsm.gif) no-repeat 0 0.5em; }

/* Misc */
.link-rss { background:url(../images/icon_rss.gif) 100% 1px no-repeat; padding-right:18px; white-space:nowrap; }
.link-rss:hover {}
.link-print { background:url(../images/icon_printer.gif) 0 1px no-repeat; padding:2px 0 2px 25px; white-space:nowrap; }
.link-cart { font-size:11px; font-weight:bold; text-decoration:underline; }
.link-cart:hover { text-decoration:none; }


/* Noscript Notice */
.noscript { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; }
.noscript .noscript-inner { width:940px; margin:0 auto; padding:12px 0 12px; background:url(../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 ================================================================================ */

.header-container a {
	color: #ffffff;
}

/********** < Logo Link */
.header-container .logo a {
	display: block;
	width: 300px;
	height: 75px;
	text-decoration: none;
}
/********** Logo Link > */


/********** < Language Switch */
.header-container .switches {
	height: 95px; /* real size 111px -> minus padding */
	padding: 13px 15px 0px 10px;
	color: #01273C;
	text-align: right;
}

.header-container .switches .switcher-language ul li {
	display: inline;
	padding: 0px;
}

.header-container .switches .switcher-language ul li.current {
	color: #ffffff;
}

.header-container .switches .switcher-language a {
	color: #01273C;
	text-decoration: none;
}
.header-container .switches .switcher-language a:hover {
	text-decoration: underline;
}

/*
.switch { line-height:28px; margin-left:-1px; margin-right:0; display:inline; float:left; background:url(../images/bkg_header-panel.gif) no-repeat 0 -29px; padding-left:13px; }
.switch label { font-weight:normal; margin-right:0; float:left; }
.switch .switch-wrapper { float:left; position:relative; z-index:1; padding-left:7px; padding-right:11px; }
.switch strong.current { font-weight:normal; }
.switch .separator { margin:0 2px; font-size:10px; }
.switch .switcher { cursor:pointer; background:url(../images/bkg_header-panel.gif) no-repeat 100% -73px; padding:0 10px 0 0; margin:0 3px 0 1px; }
.switch ul { position:absolute; min-width:100%; text-align:left; top:0; left:0; float:left; line-height:16px; padding:0 0 0 0; border-top:0; }
.switch ul li { vertical-align:top; display:block; white-space:nowrap; border:1px solid #c8c8c8; border-top:0; }
.switch ul li a { white-space:nowrap; display:block; background:#f2f2f2; padding:4px 6px; text-decoration:none; }
.switch ul li a:hover { background:#f8f8f8; }
.switch ul .current { line-height:28px; border:0; cursor:default; padding:0 7px; visibility:hidden; }
.switch ul .current span { padding-right:20px; background:url(../images/bkg_close.gif) no-repeat 100% 1px; }
.switch .faded { }
.switch .faded li { border-color:#e6e6e6; background-color:#f6f6f6; }
.switch .faded a {}
*/
/********** Language Switch > */

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


/* SIDEBAR LEFT ================================================================================ */

/********** < Search */
.left_search_mini {
	height: 27px; /* real size 34px -> minus padding */
	padding: 70px 0px 0px 6px;
	border-bottom: 1px solid #88adc4;
}

/* for airport home */
.airport-home .left_search_mini {
	padding-top: 40px;	
}
 
.col-left .form-search { white-space:nowrap; }
.col-left .form-search legend,
.col-left .form-search label { display:none; }
.col-left .form-search input.input-text {
	background:#ffffff;
	width:113px;
	height: 14px;
	padding-top: 0px;
}
.col-left .form-search a { display:none; }
.col-left .form-search button.button {
	width: 21px;
	height: 22px;
	margin: 0 0 0 4px;
	background: url(../images/buttons/btn_search.gif) no-repeat 0px 2px;
}
.col-left .form-search .search-autocomplete { z-index:999; position:relative!important; top:0 !important; left:0 !important; height:0 !important; overflow:visible !important; }
.col-left .form-search .search-autocomplete ul { border:1px solid #c7c7c7; border-top:0; padding-left:0; width:210px; background-color:#fcf8f4; position:absolute; top:-1px; }
.col-left .form-search .search-autocomplete li { padding:4px 6px 4px 24px; border-bottom:1px solid #fff; font-size:12px; cursor:pointer; }
.col-left .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.col-left .form-search .search-autocomplete li.selected {}
.col-left .form-search .search-autocomplete li.last { border-bottom:0; }
/********** Search > */

.col-left .duty-free-image{
	text-align:center;
	padding-top: 30px;
	padding-bottom:30px;
}
.duty-free-image img{
	padding:0;
	margin: 0;	
}
/********** < Navigation */
.navi ul {
	width: 160px;
	font-size: 12px;
}

.navi ul li {
	height: 31px;
	background: url(../images/basic/btn_space.jpg) left bottom no-repeat;
}


/* All (except special offers) */
.navi ul li a,
.navi ul li a:link,
.navi ul li a:visited {
	display: block;
	height: 22px; /* real size 30px -> minus padding */
	padding: 8px 0px 0px 10px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/basic/btn_navi_blue.jpg);
	background-repeat: no-repeat;
	background-position: 0px -60px;
}

/* Special Offers */
.navi ul li.special_offers a,
.navi ul li.special_offers a:link,
.navi ul li.special_offers a:visited {
	background-image: url(../images/basic/btn_navi_red.jpg);
}

/* all */
.navi ul li a:focus,
.navi ul li a:active,
.navi ul li a:hover {
	background-position: 0px -30px;
}

.navi ul li.active a,
.navi ul li.active a:link,
.navi ul li.active a:visited {
	background-position: 0px 0px;
}

.airport-home .navi {
	padding-top: 40px;	
}

/********** Navigation > */


/********** < Filter */

.sidebar .block-layered-nav .block-title h2 {
  color: #c2c7cd !important;
  font-size: 11px !important;
  padding: 37px 0 4px 11px !important;
}

.sidebar .block-layered-nav .block-title h3 {
  color: #c2c7cd !important;
  font-size: 11px !important;
  padding: 17px 0 4px 11px !important;
}

.block-layered-nav a {
  color: white;
}

.block-layered-nav dl dt {
  float: left;
  height: 1px;
  width: 160px;
  margin-bottom: 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/basic/btn_space.jpg);
}

.block-layered-nav dl dd ol {
  clear: both;
  margin: 0px 0px 10px 11px;
}
/********** Filter > */
/* ======================================================================================= */



/* SIDEBAR RIGHT ================================================================================ */
.right-header-container {
	color: #FFF;
}

/********** < Welcom Msg */
.right-header-container  .welcome-msg {
	width: 150px; /* real size 160px -> minus padding */
	height: 38px;
	padding-left: 10px;
	padding-top: 10px;
	overflow: hidden;
}

/********** < Accout Links */
.right-header-container ul.links {
	height: 20px;	
}
.right-header-container ul.links li {
	float: left;
	padding-right: 15px;
}
.right-header-container ul.links li.first {
	padding-left: 10px;
}

.right-header-container ul.hu li.first {
	padding-left: 5px;
	padding-right:7px;
}

.right-header-container ul.links li.last {
	padding-right: 0px;
}
.right-header-container ul.links li a{
	color: #FFF;	
}
/********** Account Links > */

/********** Welcom Msg > */


/********** < Widgets */
.right_widget {
	background-color: #ffffff;
}
.right_widget_header {
	/*  height: 23px; /* real size 30px -> minus padding */
	padding: 7px 7px 7px 10px;
	background-color: #00395c;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.right_widget_content {
	padding: 9px 10px 10px 10px;
	margin-bottom: 10px;
}
/********** Widgets > */


/********** < Mini Shopping Cart */
.mini-shopping-cart {}

.mini-shopping-cart .right_widget_content {
	padding-top: 8px;

}

.mini-shopping-cart h3.right_widget_header{
	background-image: url("../images/basic/btn_navi_red.jpg");
}
.mini-shopping-cart p {
	padding-bottom: 5px;
	line-height: 16px;
}
.mini-shopping-cart p strong {
	text-decoration: underline;
	color: #4882a5;
	cursor: pointer;
}
.mini-shopping-cart .total {
	font-weight:bold;
	color:red;
	margin-top: 3px;
	padding-bottom: 8px;
    padding-top: 8px;
    border-top: 1px solid #C2C7CD;
}

.mini-shopping-cart .total .sum-text{
	color: #01273C;
	margin-right: 8px;	
}
.mini-shopping-cart .total a{
	font-weight:bold;
	color:red;
	text-decoration: none;
}

	/* slideDown */
.mini-shopping-cart .block-content {
	padding: 10px 0px 0px 0px;
}
.mini-shopping-cart .block-content .item { padding: 8px; border-top:1px solid #c2c7cd; }
.mini-shopping-cart .block-content .last { border-bottom:1px solid #c2c7cd; }
.mini-shopping-cart .block-content .item  .product-image {
	display: block;
	width: 45px;
	margin: 0px 0px 3px 15px;
}
.mini-shopping-cart .block-content .promo-box {
	padding-top: 5px;
	padding-bottom: 6px;
}
.mini-shopping-cart .block-content .product-brandname,
.mini-shopping-cart .block-content .product-seriesname {
	font-weight: bold;
	line-height:13px;
}
.mini-shopping-cart .block-content .product-name {
	padding-top: 1px;
	padding-bottom: 3px;
	line-height:14px;
	font-weight:bold;
}
.mini-shopping-cart .block-content .product-brandname a,
.mini-shopping-cart .block-content .product-seriesname a,
.mini-shopping-cart .block-content .product-name a {
	color:#235878;
	font-size: 11px;
}

.mini-shopping-cart .block-content table th { padding:0px 8px; text-align: right; }
.mini-shopping-cart .block-content table td { text-align:left; padding: 0px; }
.mini-shopping-cart .block-content .arrow_link { 	margin-top: 9px; }

/*
.block-cart .block-content ol { padding-bottom:7px; }
.block-cart .block-content .item { padding:8px 5px 8px 11px; }
.block-cart .block-content .item h4 { font-size:11px; line-height:14px; }
.block-cart .block-content .item h4 a { font-size:11px; text-decoration:none; color:#444; }
.block-cart .block-content table { margin:5px 0 0 0; }
.block-cart .block-content table th { padding:1px 8px; color:#8f8f8f; text-align:right; }
.block-cart .block-content table td { text-align:left;padding:1px 0; }

.mini-products-list {}
.mini-products-list li.item { padding:5px 0; border-bottom:1px solid #cfcfcf; }
.mini-products-list li.last { border:none; }
.mini-products-list .product-image { float:left; width:65px; margin-right:-65px; }
.mini-products-list .product-details { margin-left:80px; }
.mini-products-list .product-details .product-name { font-size:11px; }
.mini-products-list .product-details .price-box { margin:5px 0; }
.mini-products-list .product-details h4 {}
.mini-products-list .product-details .btn-remove { font-size:11px; }
*/
/********** Mini Shopping Cart > */


/********** < Service Navi */
.service_block {}

ul.service_links li {
	height: 17px;
}

ul.service_links li a {
	display: block;
	padding-left: 15px;
	text-decoration: none;
	background: url(../images/icons/arrow_right.gif) no-repeat 0px 3px;
}
ul.service_links li a:hover {
	text-decoration: underline;
}
/********** Service Navi > */


/********** < NEW Product */
.new_block .right_widget_content {
  color: #235878;
}

.new_block .right_widget_content a {
  font-size: 11px;
}

.right_widget .new_product .product-image {
  float: left;
  margin: 0 44px 7px;
}

.new_block .right_widget_content .product-seriesname,
.new_block .right_widget_content .product-seriesname a,
.new_block .right_widget_content .product-brandname,
.new_block .right_widget_content .product-brandname a {
  color: #235878;
  font-size: 11px;
  font-weight: bold;
  clear: both;
}

.right_widget .new_product .product-name {
  line-height: 15px;
  font-weight: bold;
}

.right_widget .new_product .product-name a {
  font-weight: bold;
 /* text-decoration: none; */
  color: #235878;
}
.right_widget .new_product .content_unit {
	line-height: 15px;
}
.right_widget .new_product .product-price {
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 8px;
}
/********** NEW Product > */


/********** < Tag Cloud */
.tag_cloud {
	text-align: center;
}
.tag_cloud .tags-list li {
	display:inline;
	font-size:12px;
}
.tag_cloud .tags-list li a {
	color: #4882A5;
	text-decoration: underline;
	margin:0 2px 0 0;
}

/********** Tag Cloud > */

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

.col3-layout .col-main-wrapper {
	float:left;
	display:inline;
	margin:0;
	padding:0;
	width: 560px;
}

.col-main-wrapper .breadcrumbs-container{
	margin:10px 0 3px 10px;
	padding: 0;
	color: #FFF;
}

/********** < BreadCrumbs */
.breadcrumbs-container .breadcrumbs {
	width: 550px;
	height: 20px;
	overflow: hidden;
}

.breadcrumbs-container .breadcrumbs li {
	display: inline;
}

.breadcrumbs-container .breadcrumbs li a{
	color: #FFF;
}
/********** BreadCrumbs > */


/* BLOCK EVENTS ================================================================================ */

/* Block: Events */
.event { background-color:#fbf4de; border-bottom:1px solid #e2d4c7; width:182px; position:static; height:144px; text-align:center; }
.event .status { font-weight:normal; font-size:16px; display:block; padding:19px 0 0; margin:0 0 0; text-align:center; color:#cf3a00; }
.event .event-ticker { color:#cf3a00; height:55px; }
.event .event-ticker span { font-size:32px; line-height:40px; height:40px; padding-bottom:10px; background-image:url(../images/bkg_ticker.gif); background-repeat:no-repeat; display:inline-block; }

.event .event-ticker span, x:-moz-any-link { padding-bottom:13px; }/* FireFox 2 fix */
.event .event-ticker span, x:-moz-any-link, x:default { padding-bottom:10px; }/* FireFox 3 restore */

.event .event-ticker span.days { background-position:50% 3px; }
.event .event-ticker span.hour { background-position:50% -56px; }
.event .event-ticker span.minute { background-position:50% -115px; }
.event .event-ticker span.second { background-position:50% -174px; }
.event .event-ticker span.delimiter { background:none; }
.event .event-dates { font-size:14px; color:#555; height:51px; padding-top:4px; }
.event .event-dates .date-part { font-weight:bold; }
.event .event-dates .time-part { font-size:12px; }

.col-main .event .event-button { background:url(../images/bkg_btn-co.gif) 0 50% no-repeat; line-height:27px !important; height:27px !important; padding:0 0 0 13px !important; vertical-align:middle; }
.col-main .event .event-button span { width:121px; text-align:center; background:url(../images/bkg_btn-co.gif) 100% 50% no-repeat; padding:0 13px 0 0 !important; color:#fff; font:bold 15px/27px Arial, Helvetica, sans-serif !important; height:27px !important; text-transform:none; }

.event p a { color:#666; font-size:11px; }

.event .event-bottom { background:url(../images/bkg_slider-events.gif) no-repeat 50% 0; position:absolute; z-index:2; height:12px; width:23px; left:50%; margin-left:-11px; bottom:-12px; }

.open .event-button span {}

.upcoming { background:#f6f6f6; }
.upcoming .status { color:#333; }
.closed .event-button,
.col-main .closed .event-button,
.col-main .upcoming .event-button,
.upcoming .event-button,
.closed .event-button span,
.col-main .closed .event-button span,
.col-main .upcoming .event-button span,
.upcoming .event-button span { line-height:27px !important; font-size:12px !important; color:#7c7b7b !important; background:none !important; padding:0 !important; width:auto !important; display:inline !important; text-transform:capitalize; }
.upcoming .event-button { text-decoration:underline !important; }
.upcoming .event-button:hover { text-decoration:none !important; }
.upcoming p a { color:#666; }
.upcoming .event-bottom { background-position:50% -187px; }

.closed { background:#494949; }
.closed .status,
.closed .event-dates { color:#e2d4c7 }
.closed .event-button {}

.event-container { clear:both; border:1px solid #d0af83; position:relative; z-index:2; border-width:1px 1px; margin-top:7px; margin-bottom:-5px; height:59px; }
.event-container .event { background-color:transparent; background-repeat:no-repeat; background-position:50% 100%; padding-bottom:18px; margin-bottom:-18px; padding-top:5px; height:52px; line-height:50px; text-align:center; width:auto; position:relative; z-index:2; border-bottom:0 !important; }
.event-container .container { display:inline; margin:0; padding:0; background:none; }
.event-container .status { display:inline; margin:0 10px 0 0; background:none; font-size:22px; }
.event-container .event-ticker { display:inline; font-size:28px; height:auto; }
.event-container .event-ticker span { line-height:50px; height:50px; padding:0; }

.event-container .event-ticker span , x:-moz-any-link { padding:5px 0 5px; }/* FireFox 2 fix */
.event-container .event-ticker span , x:-moz-any-link, x:default { padding:0; }/* FireFox 3 restore */

.event-container .event .event-ticker span.days { background-position:50% 4px; }
.event-container .event .event-ticker span.hour { background-position:50% -55px; }
.event-container .event .event-ticker span.minute { background-position:50% -114px; }
.event-container .event .event-ticker span.second { background-position:50% -173px; }

.event-container .event-dates { display:inline; font-size:22px; height:auto; }
.event-container .event-dates .time-part { font-size:14px; }
.event-container .event-dates div,
.event-container .event-dates p { display:inline; }

.container-open { background:#f7d4b6 url(../images/bkg_event-container-open.gif) repeat-x 0 0; }
.container-open .open { background-image:url(../images/bkg_event-container-open.gif); padding-top:3px; height:54px; }

.container-upcoming { border-color:#d0d0d0; background:#eeeeee url(../images/bkg_event-container-upcoming.gif) repeat-x 0 0; }
.container-upcoming .upcoming { background-image:url(../images/bkg_event-container-upcoming.gif); }

.container-closed { background:#9f958c }

/* Block: Events Lister */
.events-slider { position:relative; clear:both; margin:0 0 0; border:1px solid #d0c2b6; z-index:2; }
.events-slider .slider-panel,
.events-slider ul.slider li.slider-item,
.events-slider .slide-button { float:left; display:inline; }
.events-slider .event { position:relative; z-index:1; }

.events-slider .slider-panel { position:relative; overflow:hidden; background:#d0c2b6; z-index:1; width:0; }
.events-slider ul.slider { width:200000px; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)" !important; }
.events-slider ul.slider li.slider-item { overflow:hidden; width:182px; height:386px; border-right:1px solid #d0c2b6; background:#f5f5f5 url(../images/bkg_block.gif) repeat-x 0 0; padding-left:0; }
.events-slider ul.slider li.slider-item .category-name { font-size:16px; font-weight:normal; color:#454343; display:block; padding:80px 10px 0; }
.events-slider ul.slider li.slider-item .category-show { width:182px; height:241px; background:#fff url(../images/bkg_category-info.gif) repeat-x 0 100%; overflow:hidden; text-align:center; display:block; text-decoration:none; }
.events-slider ul.slider li.slider-item .no-event { height:401px; }

.events-slider .slide-button { background:url(../images/bkg_slide-button.gif) no-repeat 0 0; position:absolute; text-indent:-999em; cursor:pointer; top:17px; width:28px; height:28px; z-index:2; overflow:hidden; }
.events-slider .backward { left:-11px; }
.events-slider .forward { right:-11px; background-position:0 -40px; }
.events-slider .inactive { cursor:default; display:none; }

.sidebar .widget-events { background:none; padding:0; }
.sidebar .events-slider { border:1px solid #cfcfcf; margin:-1px -1px 0; background:#fff; padding:0; }
.sidebar .events-slider .event { height:115px; }
.sidebar .events-slider ul.slider li.slider-item { width:182px; height:300px; margin:0; border-color:#cfcfcf; border-width:0 1px 0 0; }
.sidebar .events-slider ul.slider .status { padding-top:10px; padding-bottom:5px; }
.sidebar .events-slider ul.slider .event-dates { height:40px; }
.sidebar .events-slider ul.slider li.slider-item .category-name { font-size:16px; font-weight:normal; color:#454343; display:block; padding:50px 10px 0; }
.sidebar .events-slider ul.slider li.slider-item .category-show { height:241px; background:#fff url(../images/bkg_category-info.gif) repeat-x 0 100%; }

.sidebar .events-slider { margin-top:-1px; }
.sidebar .events-slider .backward { left:3px; top:6px; }
.sidebar .events-slider .forward { right:3px; top:6px; }

.sidebar .events-slider .event-ticker { height:45px; }
.sidebar .events-slider .event-ticker span { font-size:22px; line-height:28px; height:28px; padding-bottom:10px; background-image:url(../images/bkg_ticker1.gif); background-repeat:no-repeat; display:inline-block; }
.sidebar .events-slider .event-ticker span.days { background-position:50% -10px; }
.sidebar .events-slider .event-ticker span.hour { background-position:50% -69px; }
.sidebar .events-slider .event-ticker span.minute { background-position:50% -128px; }
.sidebar .events-slider .event-ticker span.second { background-position:50% -185px; }

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



/* SIDEBAR =============================================================================== */

/* Lists Decoration */
/*.sidebar li.odd {}
.sidebar li.even { background:#fff8de; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background:#f6f6f6; }*/

.sidebar {}
.sidebar .callout { display:block; margin:10px 0; }

/* Generic Block */
.sidebar .block {}
.sidebar .block .block-title { padding: 0px; }
.sidebar .block .block-title h2,
.sidebar .block .block-title h3 { font:14px/1.25 Arial, Helvetica, sans-serif; padding:0; color:#222; }
.sidebar .block .block-title h2 span { font-size:12px; color:#777; }
.sidebar .block h3 { font-size:1em; font-weight:bold; color:#555; }
.sidebar .block .block-content { padding:0px; }
.sidebar .block .btn-remove { color:#222; margin-right:3px; }
.sidebar .block .btn-remove a { color:#222 !important; text-decoration:none !important; }
.sidebar .block .actions { margin:8px 0 0; text-align:right; }
.sidebar .block .actions a { float:left; color:#999; margin-top:3px; }
.sidebar .block .actions button.button { float:right; }

.sidebar .block li a.btn-remove {
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
}

.col-main .block {}
.col-main .block .block-title {}
.col-main .block .block-title h2,
.col-main .block .block-title h3 { font-size:14px; line-height:1.2; color:#000333; font-weight:bold; }
.col-main .block .block-content {}

.sidebar .collapsable .block-title h2 { background:url(../images/bkg_block-collapse.gif) 100% -86px no-repeat; padding-right:16px; cursor:pointer; }
.sidebar .collapsed .block-title h2 { background-position:100% 7px; }
.sidebar .collapsed .block-content { display:none; }

/* Generic box */
.info-box { border-top:1px solid #c2c7cd; border-bottom:1px solid #c2c7cd; margin-top:-1px; position:relative; z-index:1; }
.info-box .box-title { margin:15px 17px 0px 0px; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; padding:0; color: #235878; }
.info-box .box-title .separator { color:#4882A5; }
.info-box .box-title a { font-size:11px; text-transform:lowercase; color: #4882A5; font-weight: normal; }
.info-box .box-content { font-size: 12px; padding:10px 17px 15px 0px; color:#235878; }
.info-box .box-content a { }

/* Block: Account */
/*.sidebar .block-account { background:#f5f5f5 url(../images/bkg_block.gif) repeat-x 0 0; }
.sidebar .block-account .block-title { padding:26px 17px 12px; border-bottom:1px solid #d1d1d1; }
.sidebar .block-account .block-title h2 { font-size:18px; line-height:23px; color:#111; }
.sidebar .block-account .block-content { padding:0; }
.sidebar .block-account li { background:url(../images/bkg_dots.gif) repeat-x 0 100%; font-size:12px; padding-bottom:1px; }
.sidebar .block-account li a { color:#666; text-decoration:none; display:block; padding:5px 13px 4px; }
.sidebar .block-account li a:hover { color:#d63200; background-color:#f7eedb; color:#000; text-decoration:none; }
.sidebar .block-account li.current { font-weight:bold; background:#fff; border:1px solid #d1d1d1; border-width:1px 0; color:#000; padding:5px 13px 4px 14px; margin:-1px -1px 0 0; }
.sidebar .block-account li.last { border-bottom:0; background-image:none; }
*/

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

.sidebar .mini-product-images-list li.item { padding:5px 10px; text-align:center; }

.block-products .product-image { width:50px; margin-right:-50px; }
.block-products .mini-products-list .product-details { margin-left:65px; }

/* Block: Wishlist */
.block-wishlist .product-image { float:left; width:50px; margin-right:-50px; }
.block-wishlist .product-details { margin-left:55px; }

/* Block: Related */
.block-related { font-size:11px; }
.block-related p { margin:0; }
.block-related .product-name { font-size:12px; }
.block-related .price-box { margin:8px 0; }
.block-related .note { padding:5px 20px; margin:0; font-size:12px; background:#f7edda; }
.block-related .note,
.block-related .note a { color:#d02600; }
.block-related input.checkbox { position:absolute; margin:3px 0 0 105px; }
.block-related ol { padding:20px 0 20px 20px !important; }
.block-related li .item-info { margin-right:20px; }
.block-related .item { width:32%; float:left; margin-right:1%; }
.block-related .item p a { color:#999; }
.block-related .item .product-image { float:left; margin-right:-100px; width:100px; }
.block-related .item .product-details { margin-left:125px; }

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

/* Block: List */
/*.block-list .block-content { padding:5px 0 5px; }*/
.block-list .block-content ol { margin:-5px -13px; }
.block-list li.item { padding:5px 10px 5px 13px; }
.block-list .actions { padding:5px 0 0; }
.sidebar .block-list .product-name { font:normal 11px/1.25 Arial, Helvetica, sans-serif; color:#444; }
.sidebar .block-list .product-name a { color:#444; }

/* Block: Poll */
.block-poll li { margin:5px 0; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; vertical-align:top; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

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

/* Block: Subscribe */
.block-subscribe {}

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

/* Block: Banner */
.block-banner { border:0; margin:10px 0; }
.block-banner .block-content { border-top:0; padding:0; background:#cbcbcb; text-align:center; }
.top-container .block-banner { background:#d0d0d0; margin:0; }


/* Block: Checkout Progress */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }

.opc-block-progress dt {
	height: 23px; /* real size 30px -> minus padding */
	padding: 7px 0px 0px 10px;
	background-color: #00395c;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.opc-block-progress dd.complete {
	padding: 8px 10px 10px 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
	line-height: 16px;
	overflow: hidden;
}
.opc-block-progress dd.complete a {
	display: block;
	width: 42px;
	padding-top: 4px;
	color: #235878;
}
.opc-block-progress dd.billing_info address {
	overflow: hidden;
}
.opc-block-progress dd.travel_info .info_label {
	margin-right: 4px;
}

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





/* CONTENT - GENERAL ========================================================================= */

.page-title h2 {
	padding: 15px 20px 25px 20px;
	text-transform: uppercase;
	word-spacing: .14em;
	font-weight: bold;
}

.product-brandname {}
.product-seriesname {}

.product-name { font-size:12px; font-weight: normal; }
.product-name a { text-decoration: underline; }
.product-name a:hover { text-decoration: none; }

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



/* CATEGORY VIEW ========================================================================= */

.category-view {
	margin: 0px;
}

/* RSS Feed */
.category-title .rss-feed {}
.category-title .rss-feed:hover {}


/********** < Category Header with Theme Mood */

/* default */
.category-view .category-title {
	height: 30px;
	padding: 22px 20px 12px;
	background-image: url(../images/category_mood_white.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.category-view .category-title h2 {
	color: #5a5a5a;
	font-family: Trebuchet MS, arial, verdana, sans-serif;
	font-size: 19px;
	font-weight: normal;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
}
/* Special Offers */
.category-view .category_special {
	background-image: url(../images/category_mood_red.gif);
}
.category-view .category_special h2 {
	color: #ffffff;
}

.category_special_description h3 {
	color: red !important;
	font-weight:bold !important;
	font-size: 20px !important;
}

.category_special_description h4 {
	margin-top: 12px;
	font-size: 12px;
}

.category_special_description p{
	padding-top: 5px !important;
	font-size: 11px !important;
}

.category_special_description strong{
	font-weight: bold;
	color: red;
}

/* Lagest products */
.category-view .category_new {
	background-image: url(../images/category_mood_blue.gif);
}
.category-view .category_new h2 {
	color: #235878;
}
/* Fregrances */
.category-view .category_fragrances {
	background-image: url(../images/category_mood_black.gif);
}
.category-view .category_fragrances h2 {
	color: #ffffff;
}
/* Skin Care */
.category-view .category_skin_care {
	background-image: url(../images/category_mood_white.gif);
}
.category-view .category_skin_care h2 {
	color: #5a5a5a;
}
/* Makeup */
.category-view .category_makeup {
	background-image: url(../images/category_mood_white.gif);
}
.category-view .category_makeup h2 {
	color: #5a5a5a;
}
/* Spirits */
.category-view .category_spirits {
	background-image: url(../images/category_mood_stone.gif);
}
.category-view .category_spirits h2 {
	color: #ffffff;
}
/* Wine & Champagne */
.category-view .category_wine_champagne {
	background-image: url(../images/category_mood_stone.gif);
}
.category-view .category_wine_champagne h2 {
	color: #ffffff;
}
/* Sweets */
.category-view .category_sweets {
	background-image: url(../images/category_mood_chocolate.jpg);
}
.category-view .category_sweets h2 {
	color: #ffffff;
}
/* Tobacco */
.category-view .category_tobacco {
	background-image: url(../images/category_mood_tobacco.jpg);
}
.category-view .category_tobacco h2 {
	color: #ffffff;
}
/* Kids */
.category-view .category_kids {
	background-image: url(../images/category_mood_jigsaw.gif);
}
.category-view .category_kids h2 {
	color: #ffffff;
}
/* Accessories */
.category-view .category_accessories {
	background-image: url(../images/category_mood_accessoires_dummy.gif);
}
.category-view .category_accessories h2 {
	color: #000000;
}

/********** Category Header with Theme Mood > */


/********** < Category Description */

.category-view .note-msg,
.category-description {
	padding: 20px 20px 0px 20px;
}
.category-description h3 {
	padding: 0px;
	font-family: Trebuchet MS, arial, verdana, sans-serif;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
}
.category-description p {
	padding: 10px 0px 25px 0px;
	font-size: 12px;
	line-height: 18px;
}

/********** Category Description > */


/********** < Category Image Navi */

.category_image_navi { padding: 0px 20px 20px 20px; }
.category_image_navi .image_grid { margin-top: 10px; }
.category_image_navi .image_grid li.item {
	float: left;
	width: 155px; /* real size 165px -> minus padding */
	padding: 0px 5px 20px 5px;
	text-align: center;
}
.category_image_navi .image_grid li.first {
	width: 160px;
	padding-left: 0px;
}
.category_image_navi .image_grid li.last {
	width: 160px;
	padding-right: 0px;
}
.category_image_navi .category-image {
	display: block;
	margin: 0px auto;
}
.category_image_navi .image_grid h5 {
	padding-top: 5px;
	font-size: 11px;
}

/********** Category Image Navi > */


/********** < Category Text Navi */

.category_text_navi { padding: 0px 20px 20px 20px;}
.category_text_navi .list_grid { margin-top: 10px;}

.category_text_navi .list_grid li.ul_item {
	float: left;
	width: 155px; /* real size 165px -> minus padding */
	padding: 0px 5px 10px 5px;
}
.category_text_navi .list_grid li.ul_first {
	width: 150px;
	padding-left: 0px;
}
.category_text_navi .list_grid li.ul_last {
	width: 150px;
	padding-right: 0px;
}

.category_text_navi .list_grid .ul_item h5 a {
	font-weight: normal;
	text-decoration: none;
}
.category_text_navi .list_grid .ul_item h5 a:hover{
	text-decoration: underline;
}
.category_text_navi .list_grid .ul_item li.ol_item {
	padding-bottom: 5px;
	line-height: 14px;
}

/********** Category Text Navi > */


/* Teaser for Category Navi */
.catagory_navi_teaser {
	background-color: #4882A5;
	border-top: 10px solid #4882A5;
	border-bottom: 20px solid #4882A5;
}

.product-selectfilter{
	background: transparent url("../images/filter/bg_filter_550.gif") bottom center no-repeat;
	min-height: 50px;
	margin: 5px 10px;
	padding-bottom: 5px;
}

.product-selectfilter h5{
	padding-left: 10px;
	padding-bottom: 10px;
}

.product-selectfilter li{
	float:left;
	display:block;
	width: 165px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.product-selectfilter li label{
	overflow: hidden;
	width: 165px;
	padding-bottom:2px;
}

.product-selectfilter li select{
	width: 160px;
}

/********** < Search Result Page */
.search_result {}

.results-view { 	}

.catalogsearch-result-index .page-title { margin-bottom:0; }

.catalogsearch-result-index .note-msg {
	margin: 20px;
}
/********** Search Result Page > */




/********** <<< Product Overview */

.category-products {
	padding: 15px 20px 5px 20px;
	color: #235878;
}
.category-products .price-box {
	font-size:12px;
}

.products-grid .special-price,
.products-list .special-price { font-size:12px; }



/********** < View Type: Grid */

.products-grid {
	position: relative;
	padding:0px;
	margin: 0px 0px 19px 0px;
}
.last_grid_line {}

/* product line */
.products-grid td.item {
	width: 137px;
	padding: 0px 30px 0px 10px;
	margin: 0px;
	overflow: hidden;
	background: url(../images/grid_vertikal.gif) no-repeat top right;
}
.products-grid td.first {
	padding-left: 0px;
}
.products-grid td.last {
	padding-right: 18px;
	background-image: none;
}

/* button line */
.products-grid td.btn_item {
	padding: 0px 10px 12px 10px;
	margin: 0px;
	overflow: hidden;
	background: url(../images/grid_vertikal.gif) no-repeat bottom right;
	border-bottom: 1px solid #c2c7cd;
}
.last_grid_line td.btn_item {
	border-bottom: none;
  vertical-align: bottom;
}
.products-grid td.btn_first {
	padding-left: 0px;
}
.products-grid td.btn_last {
	padding-right: 18px;
	background-image: none;
}

/* product details */
.products-grid .product-image {
	display: block;
	text-decoration: none !important;
	margin-left: 20px;
	margin-bottom: 10px;
}
.product-image .sold-out { display:block; position:absolute; left:0; top:0; font-size:0; line-height:0; width:62px; height:62px; background:url(../images/bkg_sold-out.png) 0 0 no-repeat; }

.products-grid .promo-box {
	padding-bottom: 9px;
}

.products-grid .product-brandname {
	line-height: 15px;
	font-size: 11px;
	font-weight: bold;
}
.products-grid .product-brandname a {
	color: #235878;
	text-decoration: underline;
}
.products-grid .product-brandname a:hover {
	text-decoration: none;
}
.products-grid .product-name {
	line-height: 15px;
	font-size: 11px;
	font-weight: bold;
}
.products-grid .product-name a {
	color: #235878;
	/* text-decoration: none; */
}
.products-grid .content_unit {
	line-height: 15px;
}
.products-grid .desc {
	line-height: 15px;
	padding-bottom: 3px;
}
.products-grid .price-box {
	margin-top: 17px;
	margin-bottom: 9px;
	clear: both;
}
.products-grid .actions {}
.products-grid .actions .btn-cart {
	width: 127px;
	height: 26px;
}

.products-grid .ratings { text-align:left; line-height:13px; }
.products-grid .rating-links { display:block; padding:0px; clear:both; }

/********** View Type: Grid > */


/********** < View Type: Grid - Resently viewed products */

.recently_viewed_products {
	padding: 0px 20px;
	border-top: 10px solid #4882a5;
}
.recently_viewed_products h5 {
	margin: 15px 0px 10px 0px;
	font-size: 12px;
	color: #235878;
}
.recently_viewed_products td.item {
	background: none;
	border-bottom: 1px solid #c2c7cd;
}
.recently_viewed_products .last_grid_line td.item {
	border-bottom: none;
}
.recently_viewed_products .content_unit {
	margin: 0px;
	font-size: 11px;
	line-height: 15px;
}
.recently_viewed_products .products-grid .price-box {
	margin-top: 4px;
}
.recently_viewed_products .products-grid .price-box .price {
	font-size: 11px;
}

.recently_viewed_products .products-grid .price-box .special-price .price {
	font-size: 22px;
}

/********** View Type: Grid - Resently viewed products > */


/********** < View Type: List */

.category-products-list {}

.products-list li.first_seriesname {
	padding-top: 5px;
}
.products-list li.headline h2 {
	color: #235878;
	font-family: Trebuchet MS, arial, verdana, sans-serif;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
}
.products-list li.item {
	padding: 15px 0px 20px 20px;
	border-top: 1px solid #c2c7cd;
}
.products-list li.no_border {
	border-top: none;
}

.products-list .product-image {
	float:left;
	text-decoration:none !important;
	position:relative;
}

.products-list .product-image .sold-out { display:block; position:absolute; left:0; top:0; font-size:0; line-height:0; width:62px; height:62px; background:url(../images/bkg_sold-out.png) 0 0 no-repeat; }

.products-list .product-shop {
	float: left;
	width: 161px; /* real size 201px -> minus padding */
	padding-right: 40px;
	margin-left: 55px;
}

.products-list .promo-box {
	padding-top: 5px;
	padding-bottom: 11px;
}

.products-list .product-brandname {
	line-height: 15px;
	font-size: 11px;
	font-weight: bold;
}
.products-list .product-brandname a {
	color: #235878;
	text-decoration: underline;
}
.products-list .product-brandname a:hover {
	text-decoration: none;
}
.products-list .product-name {
	line-height: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #235878;
}
.products-list .product-name a {
	color: #235878;
	/* text-decoration: none; */
}
.products-list .content_unit {
	line-height: 15px;
}
.products-list .desc {
	line-height: 15px;
	padding-bottom: 21px;
}

.products-list .price-box {
}

.products-list .buy-product {
	float: left;
	width: 140px;
	padding-top: 5px;
	text-align: left;
}

/********** View Type: List > */

/********** Product Overview >>> */

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


/* PRODUCT VIEW ========================================================================== */
.product-view {}

.product-view #messages_product_view { margin:0px; position:relative; z-index:1; }
.product-view #messages_product_view .messages { margin:0 0 1px; }
.product-view #messages_product_view .messages li { margin:0; position:relative; z-index:1; }


 /********** < Product essentials */
.product-essential {
	padding: 15px 20px 0px 0px;
}

/*** Caption ***/
.product-essential .product-name h2 {
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
}

/*** Product Image ***/
.product-view .product-img-box {
	float: left;
        position: relative;
	width: 300px; /* real size 310px minus padding */
	padding: 15px 0px 15px 10px;
}
.product-view .product-img-box .product-image {
	position: relative;
	width: 300px;
	height: 400px;
	overflow: hidden;
	z-index: 3;
}
.product-view .product-img-box p.notice { text-align:center; padding:5px 0; font-size:11px; }

/*** Product Shopping Details ***/
.product-view .product-shop {
	float: right;
	width: 205px;
	padding: 30px 0px 20px 0px;
}
.product-view .product-shop .product-main-info {
	margin: 0px;
	padding: 0px;
}
/* Little Caption */
.product-view .product-shop h3,
.product-view .product-shop h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.product-view  .product-main-info .content_unit {
	margin: 2px 0px 0px 0px;
	font-size: 12px;
  float: left;
}

.product-view .promo_price { padding: 20px 0px 10px 0px; }

/* Promotion Tag (New!, Special Offer) */
.product-view .promo-box { padding: 2px 0px 10px 0px; }

.promo-box .promo-image{
	background-color: red;
	font-weight: normal;
	font-size: 10px;
	color: #FFF;
	padding: 2px 8px;	
}

/* Price */
.product-view .product-shop .price-box {}
.product-view .product-shop .price-box .price-label { font-size:11px; }
.product-view .product-shop .price-box .price-as-configured .price-label { font-size:12px; }
.product-view .product-shop .price-box .price-as-configured .price { font-size:14px; font-weight: bold; }
.product-view .product-shop .price-box .price-including-tax .price,
.product-view .product-shop .price-box .regular-price .price { font-size:14px; font-weight: bold; }
.product-view .product-shop .price-box .special-price .price-label,
.product-view .product-shop .price-box .special-price .price { font-size:22px; font-weight: bold; }
.product-view .product-shop .price-box .price-as-configured .price-including-tax .price { }
.product-view .product-shop .price-box .price-as-configured .price-excluding-tax .price { font-size:11px; }
.product-view .product-shop .price-box p { margin:4px 0; }

.priceList li {
  float: left;
}

.priceList .basicUnitPrice {
  color: #c2c7cd;
  padding: 0px 0 10px 0px;
}

/* Currency calculator */
.product-view .currency_calculator {
	width: 110px;
}

/* Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart {}
.product-view .product-shop .add-to-cart {
	padding: 28px 5px 20px 0;
}
.product-view .product-shop .add-to-cart label {
	font-size:12px;
	vertical-align:middle;
	margin-right: 10px;
	text-transform:capitalize;
}
.product-view .product-shop .add-to-cart .qty {
	text-align: right;
	vertical-align: middle;
	width: 28px;
}
.product-essential .add-to-cart button {
	display: block;
	width: 158px;
	margin: 10px 0px 20px 0px;
}

/* Miles & More */
.product-view .product-shop .miles_and_more {
  position: relative;
}

a.milesAndMoreInfo {
  margin: 14px 0 70px 1px;
  font-weight: normal;
  color: #235878;
  cursor: default;
}

div.milesAndMoreTooltip {
  width: 180px;
  height: 55px;
  padding: 7px 5px 10px 10px;
  background: #7cadcb;
  color: #01273c;
  display: none;

  position: absolute;
    top: 75px;
    left: 0;
}

/* other */
.product-view .product-shop .product-ids {
  margin: 2px 0 0 25px;
  font-size: 12px;
  text-transform: none;
  float: left;
}

/* Add to Links */
.product-view .product-shop .add-to-links {
  margin:10px 0;
  position: relative;
    top: -35px;
}
.add-to-box .add-to-links { margin:0 !important; }
.add-to-box .add-to-links li { margin:0 0 2px; }
.add-to-links { margin:5px 0 0; font-size:11px; }
.add-to-links li { margin:2px 0; }
.add-to-links a { font-weight: bold; }
.add-to-links a:hover {}
.add-to-links .separator { display:none; }
/********** Product essentials > */


/********** < Product collateral */
.product-collateral {
	clear: both;
	padding: 0px 20px 0px 20px;
	border-top: 1px solid #4882a5;
}
.product-collateral .std {
	padding-bottom: 20px;
}
.product-collateral .product_attributes {
	padding: 24px 0px 7px 0px;
}
.product-collateral .product_attributes h4 {
	padding-bottom: 4px;
	font-size: 12px;
}
.product-collateral .product_attributes p {
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 18px;
}

.product-collateral .emailto-link {}
/********** Product collateral > */


/********** TAB STYLE:
.tab-list { position:relative; }
.tab-list .tab { float:left; cursor:pointer; }
.tab-list .last {}
.tab-list .active { cursor:default }
.tab-list .tab-container { position:absolute; left:0; width:100%; }
.tab-list .tab-content {}

.collateral-tabs { padding-bottom:20px; margin:0; }
.collateral-tabs .tab { position:relative; z-index:2; margin-right:3px; background:#dedede url(../images/bkg_collateral-tabs.gif) no-repeat 0 -39px; padding:0 0 0 17px; font-size:12px; }
.collateral-tabs .tab span { background:url(../images/bkg_collateral-tabs.gif) no-repeat 100% -39px; padding:0 17px 0 0; line-height:24px; float:left; }
.collateral-tabs .last {}
.collateral-tabs .active { font-weight:bold; z-index:3; border-bottom:0; background:#fff url(../images/bkg_collateral-tabs.gif) 0 0 no-repeat; }
.collateral-tabs .active span { background-position:100% 0; padding-bottom:1px; }
.collateral-tabs .tab-container { z-index:1; top:24px; background:#fff; }
.collateral-tabs .tab-content { padding:30px 25px; background:#fff; border:1px solid #c4c4c4; font-size:12px; }
.collateral-tabs .tab-content object,
.collateral-tabs .tab-content embed { width:100% !important; height:auto !important; }
*/


/* Image Zoom */
.product-view .product-img-box .product-image-zoom { position:relative; width:370px; height:370px; overflow:hidden; z-index:3; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.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:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat; }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views { margin:10px 0 0; padding:0 0 0; }
.product-view .product-img-box .more-views h3 { display:none; }
.product-view .product-img-box .more-views ul {}
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 6px 6px 0; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { clear:none; line-height:28px; margin:0 0 10px; float:right; width:150px; text-align:right; }
.product-image-popup .buttons-set .button { vertical-align:middle; float:none; }
.product-image-popup .image { display:block; clear:both; margin:15px auto 15px; }
.product-image-popup .image-label { font-size:14px; text-align:left; clear:both; font-weight:normal; line-height:19px; margin:0 0 10px; }

.product-image-popup .nav { text-align:center; margin:0 auto; width:120px; }
.product-image-popup .nav .prev,
.product-image-popup .nav .next { margin:0 15px; display:inline; background:url(../images/bkg_slide-button.gif) no-repeat 0 0; text-indent:-999em; cursor:pointer; width:28px; height:28px; z-index:2; overflow:hidden; float:left; }
.product-image-popup .nav .prev { left:-19px; float:left; }
.product-image-popup .nav .next { right:-19px; float:right; background-position:0 -40px; }

/* jQzoom */
div.jqZoomTitle { z-index:5000; text-align:center; position:absolute; top:0; left:0; width:100%; color:#fff; background:#999; }
.jqZoomPup { overflow:hidden; background-color:#fff; z-index:10; border-color:#fff; border-style:solid; cursor:crosshair !important; /* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60); -moz-opacity:0.6; opacity:0.6; */ }
.product-image { cursor:pointer !important; }
p.product-image { cursor:default !important; }
.zoom-activated {}
.jqZoomPup img { border:0; }
.preload { text-decoration:none; border:1px solid #ccc; padding:8px; text-align:center; background:#fff url(../images/zoomloader.gif) no-repeat 43px 30px; width:90px; height:43px; z-index:10; position:absolute; top:3px; left:3px; -moz-opacity:0.8; opacity:0.8; filter:alpha(opacity=80); }
.jqZoomWindow { border:1px solid #ccc; background-color:#fff; }

.product-view .product-ids { text-transform:uppercase; }
.product-view .short-description { padding:10px 0; clear:both; font-size:12px; display:none; }
.product-view .short-description h3 { margin:0 0 5px; font-size:13px; }

/* Rating */
.rating-box { width:65px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 100% repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bkg_rating.gif) 0 0 repeat-x; }
.ratings { margin:5px 0; }
.ratings .rating-box { float:left; margin-right:5px; }
.ratings .amount { font-size:12px; }
.ratings .rating-links { margin:0; font-size:11px; }
.ratings .rating-links a { text-decoration:underline; }
.ratings .rating-links a:hover { text-decoration:none; }
.ratings .rating-links .separator { margin:0 3px; }
.ratings dt {}
.ratings dd {}

/* Availability */
.availability { font-weight:bold; }
.availability.in-stock {  }
.availability.out-of-stock { }



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

.price-box-bundle {}

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

/* Old price */
.old-price { text-decoration:line-through; }
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }
.sidebar .old-price .price-label { display:none !important; }

/* Special price */
.special-price {}
.special-price .price-label { white-space:nowrap; font-weight:bold; }
.special-price .price { font-weight:bold; font-size:22px; color:red;}
.sidebar .special-price .price-label { display:none !important; }

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

.minimal-price-link { display:block; margin:5px 0; text-decoration:none; }
a.minimal-price-link:hover { text-decoration:underline; }
.minimal-price-link .label { font-weight:bold; }
.minimal-price-link .price { font-weight:bold; }

/* 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; }

/* 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 { white-space:nowrap; }
.price-from .price { white-space:nowrap; }
.price-to {}
.price-to .price { white-space:nowrap; }
.price-to .price-label { white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label {white-space:nowrap; }
.price-as-configured .price { font-size:14px; }

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

/* Tier Prices */
.product-pricing { background:#fbf4de; border:1px solid #e2d4c7; padding:8px; margin:20px 0; }
.product-pricing li { line-height:1.35; margin:2px 0; }
.product-pricing li .price { font-weight:bold; }
.product-pricing li .benefit { font-weight:bold; }
/********** Product Prices > */


/* On product view */
/*.product-view .product-essential button.btn-cart span,
.add-to-cart button.btn-cart span { background-image:url(../images/bkg_btn-co.gif); padding:0 0 0 13px !important; height:27px!important; }
.product-view .product-essential button.btn-cart span span,
.add-to-cart button.btn-cart span span { border:0; background-image:url(../images/bkg_btn-co.gif); padding:1px 32px 0 19px !important; color:#fff; font:bold 15px/26px Arial, Helvetica, sans-serif !important; height:26px; text-transform:none; }*/


/* Product Options */
.product-options { margin:10px 0 0; }
.product-options dt label { font-weight:bold; font-size:12px; }
.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; }
.product-options dd { margin:5px 0 15px; padding:0 0 12px; border-bottom:1px solid #c2c7cd; }
.product-options dl.last dd.last {}
.product-options dd .input-box { display:block; padding-right:20px; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:97%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list li { vertical-align:middle; margin:0; padding:2px 0; line-height:1.315; }
.product-options .options-list input.radio { float:left; margin:2px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:2px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options .validation-error .options-list,
.product-options ul.validation-failed { padding:2px 1px !important; position:relative; z-index:2; top:-3px; left:-2px; margin-right:-2px; }
.options-container-small .product-options .validation-error .options-list,
.options-container-small .product-options ul.validation-failed { padding:0 1px !important; position:relative; z-index:2; top:-1px; left:-2px; margin-right:-2px; }
.product-options li { margin:3px 0; }

.product-view .product-options-bottom .product-pricing { clear:both; }
.product-view .product-options-bottom { padding:0; margin:0 0 5px; }
.product-view .product-options-bottom .add-to-cart { float:left; padding-bottom:20px; }
.product-view .product-options-bottom .price-box { margin:0 !important; float:right; }
.product-view .product-options-bottom p.required { padding:5px 0 0; clear:both; text-align:right; width:auto; }

/* Options in product info column */
.options-container-small { margin:20px 0 0; }
.options-container-small .product-options-bottom { float:left; }
.options-container-small .product-pricing { display:none; }
.options-container-small .price-box { display:none; }
.options-container-small .add-to-cart { padding:13px 15px 0 0 !important; }
.options-container-small .product-options-bottom p.required { padding:0 0 0 90px; width:auto; float:left; clear:left; text-align:left; }
.options-container-small
dt { float:left; line-height:1.2; width:10em; clear:left; padding:3px 5px 3px 0; margin:0 0 8px; }
.options-container-small dd { float:left; width:275px; border-bottom:0; padding:0; margin:0 0 8px; }
.options-container-small .product-options { margin:0 0 0; }

/* Options after product info column */
.options-container-big { clear:both; background:#fff; padding:20px; border-top:1px solid #cfcfcf; border-width:1px 0; }

/* Bundle product - alternative view */
#customizeTitle { margin:0; }
.bundleProduct {}
.product-options .bundle-summary { font-size:11px; }
.bundleProduct .product-options { font-size:12px; margin-top:0; }
.bundleProduct .product-options-bottom { padding:0; font-size:12px; margin:0 0 5px; line-height:27px; }
.bundleProduct .product-options-bottom .add-to-cart { float:right; margin:0 0 0 20px; }
.bundleProduct .product-options-bottom .price-box { margin:0; float:right; }
.bundleProduct .product-options-bottom p.required { padding:5px 0 0; width:auto; clear:both; text-align:right; }
.with-bundle { position:relative; z-index:1; background:#fff url(../images/bkg_cols.gif) 460px 0 repeat-y; }

/**/
#bundle-product-wrapper { margin:-1px -20px -20px; border-top:1px solid #cfcfcf; float:left; width:938px; overflow:hidden; position:relative; z-index:1; }
#bundleProduct { width:1877px; background:#fff url(../images/bkg_cols.gif) repeat-y 279px 0; z-index:1; position:relative; }
#productView { margin:0; position:static; border:0; }
#options-container { min-height:360px; width:938px; position:relative; z-index:2; float:right; border-left:1px solid #cfcfcf; background:#fff url(../images/bkg_cols.gif) repeat-y 460px 0; }

#options-container .product-options { font-size:12px; margin-top:0; font-size:11px; z-index:1; margin:0; width:600px; padding:20px 20px 0; clear:both; position:relative; z-index:1; }
#options-container .product-options-bottom { padding:0 20px 20px; width:600px; font-size:12px; margin:0 0 5px; line-height:27px; }
#options-container .product-options-bottom .add-to-cart { float:right; margin:0 0 0 20px; }
#options-container .product-options-bottom .price-box { margin:0; float:right; }
#options-container .product-options-bottom p.required { padding:5px 0 0; width:auto; clear:both; text-align:right; }
.moving-now {}

.bundle-summary { position:absolute; z-index:2; left:643px; top:61px; margin-top:0; background:#fff; width:295px; }
.bundle-summary .product { background:#f6f6f6; border-bottom:1px solid #ddd; padding:14px 20px; }
.bundle-summary .product-image { border:1px solid #d6d6d6; float:left; margin:0 -60px 0 0; }
.bundle-summary .product-details {margin-left:60px; padding:0 0 0 13px; }
.bundle-summary .product-details p.availability { margin:5px 0; font-weight:bold; font-size:12px; }
.bundle-summary .product-name { font-size:16px; }
.bundle-summary .summary h4 { font-size:14px; }
.bundle-summary .summary ul { margin:6px 0 10px; }
.bundle-summary .summary li { background:url(../images/bkg_dots.gif) repeat-x 0 1px; margin:0; padding:11px 0 7px; }

/* Grouped Product */
.groped-product-type { position:relative; z-index:2; margin:20px -30px -20px; background:#fff; border-top:1px solid #cfcfcf; padding:20px 30px 0; }
.grouped-items td { vertical-align:middle; padding:5px 10px; }

/* Gift Card product */
.giftcard-form {}
.giftcard-amount-form { margin:0 0 10px; }
.giftcard-amount-form label { width:120px; text-align:left; padding-right:5px; }
.giftcard-amount-form .form-list .input-text { width:70px; }
.giftcard-amount-form .form-list select { width:150px; }
.giftcard-amount-form .form-list .input-box { padding-right:20px; margin-right:9px; }
.giftcard-amount-form .form-list .input-box .v-fix { white-space:nowrap; }
.giftcard-amount-form .form-list .input-box p.notice { float:left; padding:0; clear:left; width:55px; margin:5px -100px 0 0; white-space:nowrap; font-size:11px; position:relative; z-index:1; }
.giftcard-amount-form .form-list .input-box p.notice span { margin-right:5px; display:block; }
.giftcard-send-form { background:#fff; z-index:2; position:relative; border-top:1px solid #ddd; padding:30px 30px 10px; margin:0 -30px -30px; }
.giftcard-send-form label { width:120px; text-align:left; padding-right:5px; padding-bottom:5px; }
.giftcard-send-form .field label { padding-bottom:0; }
.giftcard-send-form .field .input-text { width:249px !important; }

/* Block: Description */
.product-view .description {}

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

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .block-title {}
.product-view .up-sell .products-grid { padding:30px 0 10px 61px; margin:0; }
.product-view .up-sell .products-grid li { width:176px; margin-right:40px; display:inline; }

/* Block: Tags */
.product-view .tags { }
.product-view .tags h4 { font-size:12px; font-weight:normal; }
.product-view .tags .form-add-tags { padding:5px 0 0 0; }
.product-view .tags .form-add-tags label { margin:0; font-weight:bold; font-size:12px; padding:2px 15px 0 0; height:4em; float:left; }
.product-view .tags .form-add-tags .input-box { margin:0; display:inline-block; }
.product-view .tags .form-add-tags div.validation-passed,
.product-view .tags .form-add-tags div.validation-error { padding-right:17px; }
.product-view .tags .form-add-tags input.input-text { width:300px; }
.product-view .tags .form-add-tags button.button { margin-left:5px; vertical-align:top; }
.product-view .tags .form-add-tags p { padding:5px 0; font-size:11px; }
.product-view .tags .tags-list { margin:15px 0; line-height:1.5em; }
.product-view .tags .tags-list li { display:inline; font-size:10px; margin:0 5px 0 0; }
.product-view .tags .tags-list li a { text-decoration:none; font-size:12px; margin:0; padding:3px; background:#fffcf0; }
.product-view .tags .tags-list li a:hover { text-decoration:underline; }

.product-view .tags .form-add-tags .input-box , x:-moz-any-link { float:left; }/* FireFox 2 fix */
.product-view .tags .form-add-tags .button , x:-moz-any-link { margin-bottom:15px; }/* FireFox 2 fix */
.product-view .tags .form-add-tags .input-box , x:-moz-any-link, x:default { float:none; }/* FireFox 3 restore */
.product-view .tags .form-add-tags .button , x:-moz-any-link, x:default { margin-bottom:0; }/* FireFox 3 restore */

/* Block: Reviews */
.product-view .reviews {}
.product-view .product-main-info .review-summary-table { margin:10px 0; }
.review-summary-table { border:0; margin:0 0 10px; }
.review-summary-table th,
.review-summary-table td { padding:2px 5px; }
.review-summary-table tr.last td { border:0; }
.review-summary-table th.label,
.review-summary-table td.label { width:1px; white-space:nowrap; padding-left:0; background:none; }

.reviews {}
.reviews .pager { border-width:1px 0; margin:0; }
.reviews dt { margin:10px 0; font-style:italic; }
.reviews dt a { font-weight:bold; font-style:normal; margin-right:10px; }
.reviews dd { margin:10px 0 20px; padding:0 0 10px; background:url(../images/bkg_dots.gif) repeat-x 0 100%; }
.reviews dd p { margin:0 0 10px; }
.reviews dd .date { margin:0 0 10px; font-style:italic; }
.reviews dd.last { background:none; margin-bottom:0; }

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name { font-weight:normal; margin-bottom:20px; }
.product-view .add-review .product-name span { font-weight:bold; }
.product-view .add-review .form-list { margin:15px 0; }
.product-view .add-review .form-list .input-box {}

.product-view .add-review .form-list .review-summary-table thead { background:none; }
.product-view .add-review .form-list .review-summary-table thead th { background:none; border:0; }
.product-view .add-review .form-list .review-summary-table .value { text-align:center; }
/* ======================================================================================= */


/* PRODUCT REVIEW ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:285px; }
.product-review .product-img-box .product-image { display:block; margin:0 0 15px; }
.product-review .details { float:right; width:400px; }

.product-review .details .product-name { font-size:15px; font-weight:bold; line-height:19px; margin:0 0 10px; }
.product-review .details p.date { font-size:12px; font-style:italic; }
.product-review .details p { margin:10px 0; }
.product-review .details .review-summary-table { margin:10px 0; }
.product-review .buttons-set { clear:both; padding:25px 0 0; }

.review-product-view .col-main { background:#fff url(../images/bkg_cols.gif) repeat-y -430px 0; padding:0; }
.review-product-view .col-main .page-title { margin-left:0; margin-right:0; }
.review-product-view .product-review .product-img-box { padding:0 0 20px 20px; }
.review-product-view .product-review .details { width:570px; padding:0 20px 20px 0; }
.review-product-view .product-review .buttons-set { border-top:1px solid #d1d1d1; background:#fff; margin:0; padding:15px 20px; }
/* ======================================================================================= */


/* CMS ============================================================================= */

/********** < HOME */
.cms-home {}
.cms-home .main_shadow {
	background-image: url(../images/basic/bg_tile_blue_content.gif);
	background-repeat: repeat-y;
	background-position: left 143px;
}

.cms-home .main_shadow {
	background-image: url(../images/basic/bg_tile_blue_content.gif);
	background-repeat: repeat-y;
	background-position: left 143px;
}
/********** HOME > */


.cms-hp-touchsmart-iq506-has-arrived .col-main { padding:0; }
.cms-hp-touchsmart-iq506-has-arrived .main { margin-top:0; }
.cms-hp-touchsmart-iq506-has-arrived .breadcrumbs { display:none; }
.new-product-spotlight { border:1px solid #cfcfcf; border-top:0; background:url(../images/callouts/electronics/new_computer_bg.jpg) no-repeat; height:519px; position:relative; }
.new-product-spotlight .link { position:absolute; top:95px; left:318px; }
.new-product-spotlight .more-new-positioning { position:absolute; top:42px; right:70px; width:207px; }
.new-product-spotlight .more-new-positioning h3 { margin-bottom:5px; font-size:11px; text-transform:uppercase; font-weight:bold; }
.new-product-spotlight .more-new { position:relative; height:335px; }
.new-product-spotlight .more-new .arrow-up { position:absolute; top:0; left:0; height:20px; width:207px; background:url(../images/callouts/electronics/more_new_arrow.gif) no-repeat; text-indent:-999em; }
.new-product-spotlight .more-new .arrow-down { position:absolute; bottom:0; left:0; height:20px; width:207px; background:url(../images/callouts/electronics/more_new_arrow.gif) no-repeat 0 100%; text-indent:-999em; }
.new-product-spotlight .more-new .content { position:absolute; top:20px; left:0; width:205px; height:295px; border-width:0 1px; border-style:solid; border-color:#dcdcdc; background:#fff; }
.new-product-spotlight .more-new ol { margin:10px 15px; padding-left:0; list-style-type:none; }
.new-product-spotlight .more-new .item { padding:10px 0 10px 85px; border-bottom:1px solid #d2d2d2; }
.new-product-spotlight .more-new .item.top {padding-top:0; }
.new-product-spotlight .more-new .item.last { border-bottom:0; padding-bottom:0; }
.new-product-spotlight .more-new .item img { float:left; margin-left:-85px; position:relative; }
.new-product-spotlight .more-new a { font-weight:bold; }

.cms-menu { float:left; width:240px; margin:0 10px 5px 0; padding:15px; border:1px solid #d1d1d1; background:#fff url(../images/bkg_cms-menu.gif) 0 0 repeat-x; font-size:12px; list-style-position:inside; }
.col-main .cms-menu {}
.cms-menu li { margin:3px 0; }
/*.cms-menu li span {}*/
.cms-menu li.parent > a,
.cms-menu li.parent > strong { background:url(../images/bkg_cms-menu-arrow-down.gif) 100% 50% no-repeat; padding-right:13px; }
.cms-menu li strong { font-size:13px; font-weight:bold; }
.cms-menu li ul,
.cms-menu li ol { padding-left:15px; margin-bottom:7px; list-style-position:inside; }
/* CMS Menu Types */
ol.cms-menu.type-1 { list-style-type:decimal; }
ol.cms-menu.type-1 ol { list-style-type:decimal; }
ol.cms-menu.type-a { list-style-type:lower-alpha; }
ol.cms-menu.type-a ol { list-style-type:lower-alpha; }
ol.cms-menu.type-A { list-style-type:upper-alpha; }
ol.cms-menu.type-A ol { list-style-type:upper-alpha; }
ol.cms-menu.type-i { list-style-type:lower-roman; }
ol.cms-menu.type-i ol { list-style-type:lower-roman; }
ol.cms-menu.type-I { list-style-type:upper-roman; }
ol.cms-menu.type-I ol { list-style-type:upper-roman; }

ul.cms-menu.type-circle { list-style-type:circle; }
ul.cms-menu.type-circle ul { list-style-type:circle; }
ul.cms-menu.type-disc { list-style-type:disc; }
ul.cms-menu.type-disc ul { list-style-type:disc; }
ul.cms-menu.type-square { list-style-type:square; }
ul.cms-menu.type-square ul { list-style-type:square; }
/* ======================================================================================= */


/* WIDGETS =============================================================================== */
.widget { display:inline; }
.widget .page-title { background:none; border:0; margin:10px 0 !important; padding:0; }
.widget .page-title h2 { font-size:18px; }

/* Widget Banner */
.widget-banner { display:block; width:100%; overflow:hidden; text-align:center; }
.widget-banner li { margin:7px 0; }

.top-container .widget-banner { clear:both; }
.top-container .widget-banner li { margin:0; }


.widget-banner-inline { display:block; clear:both; padding:7px 0; text-align:center; }
.widget-banner-inline ul,
.widget-banner-inline li { display:inline; }
.widget-banner-inline li { margin:0 3px; }
.widget-banner-inline li img { vertical-align:middle; }

/* Widget New Proructs */
.widget-new-products {}

/* Widget Viewed Proructs */
.widget-viewed {}

/* Widget Compared Proructs */
.widget-compared {}

/* Widget CMS Static Block */
.widget-static-block {}

/* Widget Catalog Events Carousel */
.widget-events { display:block !important; }

/* Widgets Links Common Styles */
/* Style 1 */
/*.top-container .widget-product-link,
.top-container .widget-category-link,
.top-container .widget-cms-link,
.top-container .widget-hierarchy-link { float:left; border:1px solid #cfcfcf; border-bottom-color:#b2b2b2; margin:13px -1px 0 0; }
.top-container .widget-product-link a,
.top-container .widget-category-link a,
.top-container .widget-cms-link a,
.top-container .widget-hierarchy-link a { float:left; font-size:12px; background:#f2f2f2; border-top:1px solid #fff; border-bottom:1px solid #e2e2e2; padding:2px 5px 4px; text-decoration:underline; white-space:nowrap; }
.top-container .widget-product-link a:hover,
.top-container .widget-category-link a:hover,
.top-container .widget-cms-link a:hover,
.top-container .widget-hierarchy-link a:hover { text-decoration:none; }*/

/* Style 2 */
.top-container .widget-product-link,
.top-container .widget-category-link,
.top-container .widget-cms-link,
.top-container .widget-hierarchy-link { display:block; border-bottom:1px solid #e2e2e2; margin:7px 0; }
.top-container .widget-product-link a,
.top-container .widget-category-link a,
.top-container .widget-cms-link a,
.top-container .widget-hierarchy-link a { display:block; padding:12px 12px; background:#fff url(../images/bkg_widget-links.gif) 0 100% repeat-x; border:1px solid #cfcfcf; text-align:center; font:bold 15px/1.25 Arial, Helvetica, sans-serif; text-decoration:none; }
.top-container .widget-product-link a:hover,
.top-container .widget-category-link a:hover,
.top-container .widget-cms-link a:hover,
.top-container .widget-hierarchy-link a:hover { text-decoration:none; }


/* Widget 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 { font-size:12px; background:url(../images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; text-decoration:underline; }
.col-main .widget-product-link a:hover { text-decoration:none; }

.sidebar .widget-product-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(../images/bkg_widget-product-link-icon.gif) 17px 3px no-repeat;*/ }
.sidebar .widget-product-link a { font-size:12px; background:url(../images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; text-decoration:underline; }
.sidebar .widget-product-link a:hover { text-decoration:none; }

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

.top-container .widget-category-link { border-bottom:0; }
.top-container .widget-category-link a { border-color:#ca3934; background-image:url(../images/bkg_widget-links2.gif); background-color:#f9d2c1; }
.top-container .widget-category-link a:hover { color:#fff; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { font-size:12px; background:url(../images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; text-decoration:underline; }
.col-main .widget-category-link a:hover { text-decoration:none; }

.sidebar .widget-category-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(../images/bkg_widget-category-link-icon.gif) 19px 3px no-repeat;*/ }
.sidebar .widget-category-link a { font-size:12px; background:url(../images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; text-decoration:underline; }
.sidebar .widget-category-link a:hover { text-decoration:none; }

/* 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 { font-size:12px; background:url(../images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; text-decoration:underline; }
.col-main .widget-cms-link a:hover { text-decoration:none; }

.sidebar .widget-cms-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(../images/bkg_widget-cms-link-icon.gif) 19px 2px no-repeat;*/ }
.sidebar .widget-cms-link a { font-size:12px; background:url(../images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; text-decoration:underline; }
.sidebar .widget-cms-link a:hover { text-decoration:none; }

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

.col-main .widget-cms-hierarchy-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-hierarchy-link a { font-size:12px; background:url(../images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; text-decoration:underline; }
.col-main .widget-cms-hierarchy-link a:hover { text-decoration:none; }

.sidebar .widget-cms-hierarchy-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(../images/bkg_widget-cms-link-icon.gif) 19px 2px no-repeat;*/ }
.sidebar .widget-cms-hierarchy-link a { font-size:12px; background:url(../images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; text-decoration:underline; }
.sidebar .widget-cms-hierarchy-link a:hover { text-decoration:none; }

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


/* ADVANCED SEARCH ================================================================= */

/* Advanced Search */
.search-summary { padding:10px 10px 0; margin:10px 0 0; font-size:12px; background:url(../images/bkg_dots.gif) repeat-x 0 0; }
.search-summary li { margin:2px 0; }

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



/* INFO PAGES / Service-Navi & Footer-Navi ================================================================= */

/********** < Image Boxes */
.mood_box {
	text-align: center;
	background-color: #4882a5;
	border-bottom: 10px solid #4882a5;
}

.map {
	background-color: white;
	text-align: center;
}
/********** Image Boxes > */


/********** < Info Page: General Text Styles */
.info_page {
	padding: 24px 20px 25px 20px;
	color: #235878;
	font-size: 12px;
}

.info_page h1 {
	padding-bottom: 23px;
	font-family: Trebuchet MS, arial, verdana, sans-serif;
	text-transform: uppercase;
	color:#01273C;
	font-weight: normal;
	font-size: 18px;
	word-spacing: .14em;
}

.info_page h3 {
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
}

.info_page h4 {
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
}

.info_page p {
	padding-bottom: 19px;
	line-height: 18px;
}

.info_page a {
	text-decoration: none;
}

.info_page a.arrow_link {
	background-position: 0 5px;
}

.info_page ul {
	padding: 0px 0px 18px 16px;
	list-style-type: square;
	line-height: 18px;
}
.info_page ul li {
	padding-top: 4px;
	padding-bottom: 4px;
}
/********** Info Page: General Text Styles > */


/********** < Static Block: Duty Free */
.duty_free {
	padding: 20px 0px 0px 0px;
	background: #ffffff url(../images/duty_free.gif) no-repeat 423px 8px;
	border-bottom: 10px solid #4882a5;
}

.duty_free h1 {
  padding: 0px 135px 0px 20px;
  margin-bottom: 12px;
  font-size: 21px;
  text-transform: uppercase;
}

.duty_free h4 {
  padding: 0px 135px 0px 20px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #4882A5;
}

.duty_free a.arrow_link {
  padding: 0px 135px 0px 16px;
  margin-left: 21px;
}

.duty_free p {
  padding: 0px 135px 0px 20px;
  margin-bottom: 12px;
  line-height: 16px;
  color: #01273c;
}

.duty_free p.information {
  margin: 12px 0px 0px 0px;
  padding: 3px 0px 4px 19px;
  background: #DF0021;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
}
/********** Static Block: Duty Free > */


/********** < TUV Page */
.tuevTable {
  margin-top: 15px;
  margin-bottom: 30px;
}

.tuevTable tr {}

.tuevTable th {
  padding-bottom: 5px;
  padding-right: 5px;
  font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
  border-bottom: 1px solid #c2c7cd;
}

.tuevTable td {
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
  border-bottom: 1px solid #c2c7cd;
}

.tuevTable .first {
  width: 153px;
}

.tuevTable td.tuev {
  font-size: 15px;
  font-weight: bold;
}

.tuevTable .tuev {
  padding-left: 15px;
  border-left: 1px solid #c2c7cd;
}

.tuevTable .heinemann {
  padding-left: 15px;
  border-left: 1px solid #c2c7cd;
}

.tuevTable td.heinemann {
  font-size: 15px;
  font-weight: bold;
}

.tuevTable td.last {
  font-size: 15px;
  font-weight: bold;
}

.tuevTable .last {
  padding-left: 15px;
  color: #df0021;
  border-left: 1px solid #c2c7cd;
}

.preOrderTable {
  margin-bottom: 20px;
}

.preOrderTable td {
  padding-right: 10px;
  vertical-align: middle;
  letter-spacing: 0;
}

/* Search Form */
.bottom_search_mini {
	width: 496px;
	text-align: right;
}
.bottom_search_mini label {
	display: none;
}
.bottom_search_mini input {
	width: 190px;
}
.bottom_search_mini .button {
	margin: 5px 0px 0px 10px;
}
/********** TUV Page > */


/********** < Newsletter */
.cms-newsletter .info_page {}
.cms-newsletter .info_page .form-list { padding: 0; }
.cms-newsletter .info_page .contentElement {
  float: left;
  width: 100%;
  border-bottom: 1px solid #C2C7CD;
  margin-bottom: 17px;
  padding-bottom: 16px;
}
.cms-newsletter .info_page h2 {
  text-transform: uppercase;
  margin-bottom: 22px;
}
.cms-newsletter .info_page h3 {
  padding-bottom: 13px;
}
.cms-newsletter .info_page h4 {
  padding-bottom: 4px;
}
.cms-newsletter .info_page p {
  padding: 0;
}
.cms-newsletter .info_page label {
  padding: 0 14px 0 0;
}
.cms-newsletter .info_page .field {
  padding: 0 0 10px;
}

.cms-newsletter .info_page .button  { float: right; margin: 10px 14px 0px 0px; }
/********** Newsletter > */


/********** < SEO Sitemap */
.catalog-seo-sitemap-category h2 {
  padding-bottom: 0;
}

.sitemap {
  padding: 0 20px 35px;
  font-size:12px;
}
.sitemap li { margin: 3px 0; }

.sitemap a.headline_with_border,
.sitemap span.headline_with_border {
  float: left;
  width: 490px;
  margin-bottom: 0;
  margin-top: 35px;
  padding-left: 20px;
  background: url(../images/icons/arrow_right.gif) no-repeat 3px 7px;
}

.sitemap span.headline_with_border {
  background: none;
  width: 510px;
  padding-left: 0px;
}

.sitemap a {
  text-decoration: none;
}

.sitemap li ul.level-1 {
  float: left;
  width: 510px;
}

.sitemap li ul.level-1 a {
  width: 510px;
  float: left;
}

.sitemap li ul li {
  float: left;
  font-weight: bold;
  width: 510px;
  margin: 0;
  padding: 17px 0 14px 0;
  border-bottom: 1px solid #c2c7cd;
}

.sitemap li ul li.last {
  border-bottom: none;
  margin-bottom: 15px;
}

.sitemap li ul li ul.level-2 {
  float: left;
  width: 160px;
  margin-left: 15px;
}

.sitemap li ul li ul.level-2 a {
  width: 160px;
}

.sitemap li ul li ul.firstCol {
  margin-left: 0;
}

.sitemap li ul li ul li {
  font-weight: normal;
  width: 160px;
  border: none;
  padding: 3px 0 0 0;
}
/********** SEO Sitemap > */


/********** < Contact Page */
.contacts-index-index {}
.contacts-index-index .form-list { padding: 0; }
.contacts-index-index .contentElement {
  float: left;
  width: 100%;
  border-bottom: 1px solid #C2C7CD;
  margin-bottom: 17px;
  padding-bottom: 16px;
}
.contacts-index-index h2 {
  text-transform: uppercase;
  margin-bottom: 22px;
}
.contacts-index-index h3 {
  padding-bottom: 13px;
}
.contacts-index-index h4 {
  padding-bottom: 4px;
}
.contacts-index-index p {
  padding: 0;
}
.contacts-index-index #contactForm {
  float: left;
  margin-bottom: 5px;
}
.contacts-index-index label {
  padding: 0 14px 0 0;
}
.contacts-index-index .field {
  padding: 0 0 10px;
}
.contacts-index-index textarea {
  height: 123px;
}

.info_page .validation-advice {
	width: 335px;
}

.contacts-index-index .buttons-set  {
  width: 496px;
  padding-top: 10px;
  text-align: right;
}

.info_page #messages_product_view ul {
	padding: 0px;
	line-height: 15px;
	list-style-type: none;
}
/********** Contact Page > */


/********** < 404 error - no route */
.cms-no-route .info_page a {
	text-decoration: underline;
}
.cms-no-route .info_page a:hover {
	text-decoration: none;
}
/********** 404 error - no route > */



/********** < Enable Cookies */
.cookies {}

.cookies .info_page {
	padding-top: 20px;
}
.cookies .info_page .image_box {
	padding-bottom: 17px;
}

/* Fake FlashMsg */
.cookies .info_page .messages {
	margin: 0px 0px 17px 0px;
	padding: 0px;
	list-style-type: none;
}
.cookies .info_page .messages li.error-msg {
	padding: 7px 10px 7px 39px;
	background: #ffffff url(../images/icons/error_msg_icon.gif) no-repeat scroll 0px 8px;
}

/* Browser-Navi */
.cookies .info_page ul.browser_list {
	padding: 0px;
	list-style-type: none;
}

.cookies .info_page ul li.arrow_right {
	height: 18px;
	padding: 0px 0px 0px 15px;
	background: transparent url(../images/icons/arrow_right.gif) no-repeat scroll 0 5px;
}
.cookies .info_page li.arrow_right a {
	color: #235878 !important;
	font-weight: normal;
	text-decoration: none;
}
.cookies .info_page li.arrow_right a:hover {
	text-decoration: underline;
}

/* Steps */
.cookies .info_page ol {
	line-height: 18px;
	list-style-type: decimal;
	padding: 0px 0px 18px 18px;
}
	*html .cookies .info_page ol { padding-left: 22px; }
	*+html .cookies .info_page ol { padding-left: 22px; }

/* Back-to-Top Link */
.cookies .info_page .arrow_up {
	padding-left: 15px;
	background: transparent url(../images/icons/arrow_up.gif) no-repeat scroll 0 3px;
}
.cookies .info_page .arrow_up a {
	color: #235878 !important;
	font-weight: normal;
	text-decoration: none;
}
.cookies .info_page .arrow_up a:hover {
	text-decoration: underline;
}

/*** EN-Version - 2columns-left-bar ***/
.en-cookies {}

.en-cookies .info_page .messages li.error-msg {
	background: #ffffff url(../images/icons/error_msg_icon.gif) no-repeat scroll 0px 0px;
}


/********** Enable Cookies > */

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


/* SHOPPING CART ========================================================================= */
.checkout-cart-index .col-main { padding:0; }
.checkout-cart-index .col-main .page-title { margin:0; }

.cart {}
.cart .page-title { padding: 15px 20px 16px 20px; }
.cart .page-title h2 { padding: 0px 0px 25px 0px; }

.cart .messages { margin: 0px 0px 20px 0px; }
.cart .messages li { margin:0; }

.cart .success-msg {
	padding: 9px 10px 9px 39px;
	background: #ffffff url(../images/icons/success_msg_icon.gif) no-repeat 3px 0px;
	color: #04a500;
}

.cart .airport_info {
	font-size: 12px;
}
.cart .airport_info ul li { float: left; }
.cart .airport_info ul li.first { padding: 3px 20px 0px 0px; }

.cart .airport_info p { width: 440px; padding-top: 15px; line-height: 18px; }


.cart .checkout-types { float:right; text-align:center; }
.cart .checkout-types fieldset { display:inline; }
.cart .checkout-types .btn-proceed-checkout span { background-image:url(../images/bkg_btn-co.gif); height:27px !important; padding:0 0 0 13px !important; }
.cart .checkout-types .btn-proceed-checkout span span { border:0; background-image:url(../images/bkg_btn-co.gif); padding:1px 32px 0 19px !important; color:#fff; font:bold 15px/26px Arial, Helvetica, sans-serif !important; height:26px; text-transform:none; margin:0 !important; }
.cart .title-buttons .checkout-types li { margin:0 0 5px; }


/* Shopping Cart Table */
.cart_content {
	padding: 12px 20px 10px 20px;
	border-top: 10px solid #4882a5;
	border-bottom: 10px solid #4882a5;
}

.cart-table {}
.cart-table .item-msg { font-size:10px; }

.cart-table thead th { padding: 5px 28px 6px 0px; vertical-align: bottom; }
.cart-table tbody td { padding: 22px 28px 20px 0px; }

.cart-table tbody tr.separator td { padding: 0; }
.cart-table tbody tr.discount td { padding-top: 7px; padding-bottom: 2px; }

.cart-table thead th.first {
	padding-right: 20px;
}
.cart-table tbody td.first {
	padding: 15px 15px 15px 0px;
}
.cart-table thead th.last,
.cart-table tbody td.last {
	padding-right: 5px;
	font-weight: normal;
}

	/* tbody */
.cart-table .product-image {}

.cart-table .promo-box {
	padding-top: 3px;
	padding-bottom: 11px;
}

.cart-table .product-brandname,
.cart-table .product-seriesname {
	padding-top: 1px;
	font-size: 11px;
	font-weight: bold;
}
.cart-table .product-name {
	padding-top: 3px;
	font-size: 11px;
	font-weight:bold;
}
.cart-table a {
	 text-decoration: none; 
}
.cart-table tbody td.qty_cell {
	padding-top: 20px;
}
.cart-table tbody td .input-text {
	text-align: right;
	width: 28px !important;
}
.cart-table tbody td .price {
	font-size: 12px;
	/* font-weight: bold; */
}
.cart-table tbody td .unit_price .price {
	font-weight: normal;
}

	/* tfoot */
.cart-table tfoot .last td {
	padding-top: 20px;
	padding-right: 14px;
	border: none;
}
.cart-table .button_links {
	float: right;
}
.cart-table .button_links li {
	float: left;
	padding-left: 24px;
}
.cart-table .button_links li.first {
	padding-top: 4px;
}
.cart-table .button_links li.last {
	width: 130px;
	padding-right: 0px;
}
.cart-table .btn-update { float:right; }


/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:20px 0 10px; }
.cart .cross-inside { background:url(../images/bkg_crosssell.gif) repeat-y 0 0; }
.cart .cart-collaterals h3 { font-weight:normal; margin:0 0 5px; }
.cart .deals { float:left; width:280px; display:inline; margin:0 0 0 30px; font-size:12px; }
.cart .deals p,
.cart .deals label { margin:0 0 7px; display:block; }
.cart .deals .input-text { width:140px; margin:0 5px 3px 0; float:left; }
.cart .giftcard { position:relative; z-index:1; }
.cart .giftcard button.check-gc-status { clear:both; }
.cart .giftcard button.check-gc-status span { padding:0 !important; background:none !important; line-height:1.3 !important; height:auto !important; font-weight:normal !important; text-transform:none !important; }
.cart .giftcard button.check-gc-status span span { text-decoration:underline; font-size:12px !important; }
.cart .giftcard,
.cart .discount { margin:0 0 20px 0; }
.cart .cancel-btn { margin:5px 30px 0 0; clear:left; }
.cart .shipping { float:left; margin:0 0 0 30px; display:inline; font-size:12px; width:280px; }
.cart .shipping select { width:256px; }
.cart .shipping .input-text { width:250px; }
.cart .shipping p { margin:0 0 15px; }
.cart .shipping .buttons-set { width:256px; }
.cart .shipping .form-list label { float:none; width:auto; text-align:left; padding:0; }
.cart .shipping .form-list .input-text,
.cart .shipping .form-list select { display:block; float:none; }

.cart .crosssell { float:left; min-height:400px; width:260px; padding:0 20px 15px 30px; border:1px solid #d9d9d9; border-width:0 1px 0 0; background:#fbf3f0; }
.cart .crosssell h3 { font-size:11px; font-weight:bold; text-transform:uppercase; }
.cart .crosssell .item { padding:17px 0 0 ; }
.cart .crosssell .product-image { float:left; margin:3px -90px 0 0; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .crosssell .product-name,
.cart .crosssell .price-box,
.cart .crosssell p,
.cart .crosssell .add-to-links { margin:0 0 5px; }
.cart .crosssell .add-to-links li { margin:0; }


/* Shopping Cart Totals */
.cart .totals { padding: 20px 34px 30px 15px; font-size:16px; }
.cart .totals table { float: left; width:359px; }
.cart .totals table th,
.cart .totals table td { padding:0 12px 5px; }
.cart .totals .btn-remove img { vertical-align:middle; }
.cart .totals table tfoot strong { font-weight:normal; font-size:18px; display:block; margin:10px 0 15px; }
.cart .totals table tfoot td .price { font-weight:bold; }
.cart .totals .checkout-types li { margin:0 0 15px; }


/* Options Tool Tip */
.item-options h5 { font-size:11px; font-weight:bold; text-transform:uppercase; padding:10px 12px 0 12px; }
.item-options dt { font-weight:bold; padding:7px 0 7px ; }
.item-options dd { padding-bottom:5px; }
.truncated { cursor:help; margin:5px 0 0; position:relative; z-index:1; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; text-decoration:none; background:url(../images/bkg_dots.gif) repeat-x 0 100%; }
.truncated .truncated_full_value {}
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; padding:0; width:190px; border:1px solid #c8c8c8; border-bottom:1px solid #919191; background-color:#fff; }
.truncated .truncated_full_value .item-options dl { margin-right:-9px; position:relative; z-index:9999; padding:0px 21px 10px 12px; background:url(../images/bkg_truncated.gif) no-repeat 100% 38px; }
.truncated .show .item-options { top:-20px; left:50%; }
.block-cart .truncated .show .item-options { top:-60px; left:-206px; }
.top-cart .truncated .show .item-options { top:-60px; left:-206px; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }

/* Item options in the cart */
.data-table .item-options dt { padding:3px 0 0 10px; background:url(../images/bkg_bulletsm.gif) 0 .8em no-repeat; }
.data-table .item-options dd { padding:0 0 3px 10px; }
.data-table .item-options dd .price { font-weight:bold; margin-left:5px; }


/* Empty Cart */
.cart-empty {
	padding: 0px 20px;
	line-height: 17px;
	font-size: 12px;
}
.cart-empty a {
	font-weight: bold;
}

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


/* CHECKOUT ============================================================================== */

/* One Page Checkout (opc) */
.checkout-onepage-index .col-main {}
.opc-wrapper {}

.opc-wrapper .page-title {
	padding: 0px;
}
.opc-wrapper .page-title h2 {}

.opc-wrapper .page-title .callout { position:absolute; top:7px; right:20px; z-index:1; }
.opc-progress-container { float:left; width:182px; }
.opc-progress-container .opc-block-progress { background:#fff; }
.opc-progress-container .opc-block-progress .block-title { padding:17px 11px 10px 17px; background:none; border:0; border-bottom:1px solid #cfcfcf; }
.opc-progress-container .opc-block-progress .block-title h2 { font:18px/1.1 Arial, Helvetica, sans-serif; padding:0; }
.opc-progress-container .opc-block-progress .block-content { padding:17px 11px 17px 17px; }
.opc-progress-container .opc-block-progress dt { font-weight:bold; margin:2px 0 8px; }
.opc-progress-container .opc-block-progress dt.complete { font-weight:bold; margin:2px 0 4px; }
.opc-progress-container .opc-block-progress dt.complete a { font-weight:normal; text-transform:lowercase; }
.opc-progress-container .opc-block-progress dd.complete { margin:5px 0 8px; padding:5px; }

.opc {
	border-bottom: 1px solid #c2c7cd;
	margin-bottom: 40px;
}
.opc li.section {
	border-top: 1px solid #c2c7cd;
}



/********** < Ceckout-step Heads */

/* Head: normal */
.opc .step-title {
	padding: 5px 20px;
	color: #c2c7cd;
}
.opc .step-title h3 {
	font-size: 12px;
	font-weight: bold;
}
.opc .step-title .number {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin-right: 8px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background: #c2c7cd;
}

/* Head: allow */
.opc .allow .step-title {
	background-color: #ffffff;
	cursor: pointer;
}
.opc .allow .step-title h3 {
	color: #235878;
}
.opc .allow .step-title .number {
	color: #ffffff;
	background: #00395c;
}

/* Head: active */
.opc .active {}
.opc .active .step-title {
	background: #00395c;
	cursor: default;
}
.opc .active .step-title h3 {
	color: #ffffff;
}
.opc .active .step-title .number {
	color: #00395c;
	background: #ffffff;
}

/********** Ceckout-step Heads > */



/********** <<< Ceckout-steps */

/*  General */
.opc .step {
	padding: 20px 20px 30px 44px;
	font-size:12px;
	border-top:0;
}
.opc .step  input.input-text {
	width: 315px;
}
.opc .step .form-list select {
	width: 321px;
}
.opc .step .tool-tip { right:10px; }
.opc .validation-advice { width: 220px; }

.opc .step .customer-dob input.input-text { width: 205px; }
.opc .step .dateOfDeparture input.input-text { width: 205px; }

.opc .buttons-set,
.opc .form-buttons { padding-right: 14px; }
.opc .buttons-set p.back-link { text-align:left; }
.opc .form-buttons { width:auto; text-align:right; padding-right: 14px; }
.opc .buttons-set .button,
.opc .form-buttons .button { float:right; margin:0; }

.checkout-onepage-payment-additional-customerbalance { margin-bottom:5px; }
.checkout-onepage-payment-additional-customerbalance .checkbox { margin-left:0; }


 /********** < Step: Login */
#checkout-step-login { height:auto !important; min-height:0 !important; padding:0; }
#checkout-step-login .col2-set { padding: 20px 20px 30px 44px; }
#checkout-step-login .login-only { background-image:none; }
#checkout-step-login h4 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 15px;
}
#checkout-step-login p { margin:0 0 15px; }

#checkout-step-login .col2-set .col-1 { padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #c2c7cd; }
#checkout-step-login .col2-set .col-1 a { font-size: 11px; }

#checkout-step-login .col2-set .col-2 {}
#checkout-step-login .col2-set .col-2 p { margin:0 0 8px; line-height: 17px; }
#checkout-step-login .col2-set .col-2 .radio { margin-right:5px; }
#checkout-step-login .col2-set .col-2 ul { margin-left: 14px; list-style-type:square; }
#checkout-step-login .col2-set .col-2 li { padding: 2px; }
#checkout-step-login .col2-set .col-2 .form-list li { background:none; padding-left:0; }
#checkout-step-login .col2-set .col-2 .buttons-set {  padding-top: 8px}
#checkout-step-login .form-list label,
#checkout-step-login .form-list .label { width: 95px; }
#checkout-step-login .btn-only { padding-left: 110px; text-align:left; }
#checkout-step-login .btn-only .button { float:right; }
#checkout-step-login .form-list p { padding-left:105px; margin:0; }
#checkout-step-login .form-list .input-text { width:210px; }
/********** Step: Login > */



/********** < Step: Billing Information */
#checkout-step-billing .billing_form {
	padding: 15px 0px 0px 0px;
}
#checkout-step-billing  label {
	width: 125px;
	padding-right: 10px;
}
	/* customer with existing addresses */
#checkout-step-billing  .choose_address label {
	display: block;
	width: 456px;
	padding: 0px 0px 8px 0px;
	line-height: 17px;
}
#checkout-step-billing  .choose_address .address-select {
	width: 456px;
}

#checkout-step-billing .required_button_line { margin-top: 15px; }
/********** Step: Billing Information > */



/********** < Step: Travel Infromation */
#checkout-step-travelinformation p.text_info {
	width: 456px;
	padding-bottom: 17px;
}
#checkout-step-travelinformation .dateOfDeparture select,
#checkout-step-travelinformation .timeOfDeparture select {
	margin-right: 5px;
}
#checkout-step-travelinformation .lightFromFirstClassTerminal {
	padding-top: 17px;
}
#checkout-step-travelinformation .lightFromFirstClassTerminal input {
	margin-right: 5px;
}

#checkout-step-travelinformation .hints{
	font-style: italic;
}

/********** Step: Travel Infromation > */


/* Step: Shipping Method
#checkout-step-shipping_method .buttons-set,
#opc-payment .buttons-set { width:521px; margin-top:10px; margin-bottom:0; }
#checkout-step-shipping_method .buttons-set .back-link,
#opc-payment .buttons-set .back-link { width:245px; padding-right:15px; float:left; text-align:right; }
#checkout-step-shipping_method .buttons-set .back-link a,
#opc-payment .buttons-set .back-link a { display:inline; float:none; }
#checkout-step-shipping_method p.required,
#opc-payment p.required { padding:0 0 0 260px; }
#opc-payment p.note { padding:10px 0; font-size:11px; }
*/


/********** < Step: Review */
#checkout-step-review {}
#checkout-step-review  .opc .order-review {}
#checkout-step-review .data-table { border:0; font-size:12px; }
#checkout-step-review .data-table .item-options { font-size:11px; }
#checkout-step-review .data-table thead th { vertical-align:bottom; font-size:12px; }

#checkout-step-review .data-table .product-brandname,
#checkout-step-review .data-table .product-seriesname {
	font-weight: bold;
	line-height:13px;
}
#checkout-step-review .data-table .product-name {
	padding-top: 1px;
	line-height:14px;
	font-weight:bold;
}
#checkout-step-review .data-table .product-brandname a,
#checkout-step-review .data-table .product-seriesname a,
#checkout-step-review .data-table .product-name a {
	color:#235878;
	font-size: 11px;
	text-decoration: none;
}
#checkout-step-review .data-table .content_unit {
	line-height: 14px;
	font-size: 11px;
}
#checkout-step-review .data-table tfoot tr.last strong { font-size:16px; }
#checkout-step-review .data-table tfoot tr.last .price{ color: red; }
#checkout-step-review .data-table tfoot tr td { padding-top: 10px; padding-bottom: 10px; }
#checkout-step-review .to_cart_link { padding: 10px 0px 10px 0px; }

#checkout-step-review .buttons-set p {}
#checkout-step-review .buttons-set button { margin-top: 5px; }

.opc .checkout-agreements { margin: 20px 0px; }
}

/********** Step: Review > */
/********** Ceckout-steps >>> */


/* Multiple Addresses Checkout */
/*.checkout-progress,
.checkout-progress li.first span,
.checkout-progress li.last span { background-image:url(../images/bkg_crumbs.gif); background-repeat:no-repeat; }
.checkout-progress { padding:0 0 0 0; border-bottom:1px solid #cfcfcf; background-color:#ededed; text-align:center; margin:-1px -21px 0; font-size:11px; font-weight:bold; text-transform:uppercase; width:940px; position:relative; z-index:1; }
.checkout-progress li { float:left; width:20%; text-align:center; line-height:20px; }
.checkout-progress li span { display:block; text-align:center; border-right:1px solid #cfcfcf; }
.checkout-progress li.first span { background-position:0 0; }
.checkout-progress li.last span { background-position:100% 0; border:0; }
.checkout-progress li.active span { color:#fff; background-color:#d12c01; }

.multiple-checkout { position:relative; z-index:1; }
.multiple-checkout .data-table thead th { vertical-align:bottom; }
.multiple-checkout .col3-set .actions { border:1px solid #e4e4e4; padding:3px 9px 4px; float:left; }
.multiple-checkout .col3-set address { padding:10px; clear:both; }
.multiple-checkout .col3-set,
.multiple-checkout .col2-set { margin:0 0 15px; }
.multiple-checkout .buttons-set { padding:15px 0; clear:both; width:auto; }
.multiple-checkout .buttons-set .button { float:right; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-weight:normal; font-size:18px; text-align:right; display:block; margin:10px 0 15px; }
.multiple-checkout .grand-total .price-label { font-weight:normal; }
.multiple-checkout .grand-total .price { font-weight:bold; }
.multiple-checkout .sp-methods { font-size:12px; }
.multiple-checkout .checkout-multishipping-payment-customerbalance { font-size:12px; margin-bottom:7px; }
*/



/********** < Common Checkout Styles */

.checkmo-list li { margin:0 0 4px; }
.checkmo-list label { padding-top:0; }

.please-wait { position:absolute; z-index:99; top:50%; left:50%; margin:-34px 0 0 -90px; border:5px solid #4882A5; color: #4882A5; font-size:12px; font-weight:bold; background:#fff; padding:20px; white-space:nowrap; opacity:0.8;filter: Alpha(Opacity=80); }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* 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 .tool-tip-content { padding:5px; }


/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin: 35px 0px 0px 0px; }
.checkout-agreements .agreement-content { color: #235878; border:1px solid #c2c7cd; font-size:11px; background-color:#ffffff; padding:15px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:15px 0px 25px 0px; font-size:12px; font-weight:bold; }
.checkout-agreements .agree .checkbox {
	float: left;
}
.checkout-agreements .agree label {
	display: block;
	float: right;
	width: 460px;
}
/********** Common Checkout Styles > */


/* Success Page (Vielen Dank-Seite) */
.checkout-onepage-success .col-main {}
.checkout-onepage-success .col-main p {
	padding: 0px 20px 12px 20px;
	font-size: 12px;
	line-height: 17px;
}
.checkout-onepage-success .col-main .buttons-set {
	padding: 10px 20px 20px 20px;
}
.checkout-onepage-success .col-main .buttons-set {
	float: right;
	margin-right: 14px;
}

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


/* INVITATION PAGE ======================================================================= */
#invitationForm p.required { padding-bottom:20px; }
/* ======================================================================================= */


/* COMPARE POPUP ========================================================================= */
.catalog-product-compare-index tr.last a,
.catalog-product-compare-index tr.first a { }
.catalog-product-compare-index tr.last p,
.catalog-product-compare-index tr.first p { margin:10px 0; }
.catalog-product-compare-index tr.first .product-name a {}
/* ======================================================================================= */


/* LOGIN / REGISTER / PASSWORD ============================================================ */

/********** < Login */
.account-login {
	padding: 10px 0px 35px 0px;
	font-size:12px;
	line-height: 18px;
}
.login-only {}
.account-login .login_wrap { padding: 0px 20px; }
.account-login .registered-users { padding: 10px 0px 25px 0px; border-bottom: 1px solid #c2c7cd;   }
.account-login .new-users { padding: 25px 0px 0px 0px; }
.account-login .registered-users p {
	width: 460px;
	padding-bottom: 8px;
}
.account-login .new-users p{
	width: 460px;
	padding-bottom: 20px;
}
.account-login .spacer {}
.account-login fieldset { margin:0; }
.account-login fieldset h3 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 15px;
}
.account-login .form-list label,
.account-login .form-list span.label { width:98px; }
.account-login .btn-only { padding-right: 14px; text-align:right; }
.account-login .btn-only .button { float:right; }
.account-login .forgot_pw a { margin-left: 113px; font-size:11px; white-space:nowrap; }
.account-login .form-list input.input-text { width:224px; }
.account-login .form-list .validation-advice { width:220px; }
.account-login .form-list p { padding:0 0 0 110px; }
/********** Login > */


/********** < Create Accout */
.account-create {
	padding: 10px 20px 35px 20px;
	font-size: 11px;
	line-height: 18px;
}
.account-create  .page-title h2 {
	padding-left: 0px;
	padding-right: 0px;
}
.account-create  h4 {
	padding-bottom: 12px;
	font-size: 12px;
	font-weight: bold;
}
.account-create  .personal_information {
	padding-bottom: 25px;
}
.account-create  .login_information {
	padding-bottom: 15px;
}

.account-create  .termsOfUse {
    padding-bottom: 35px;
}

.account-create .form-list label {
	padding: 2px 10px 0 0;
	text-align:left;
	width: 125px;
}
.account-create .form-list .newsletter label {
	width: 310px;
	padding-left: 155px;
}

.account-create .termsOfUse .form-list .input-box{
    width: 341px;
    padding-left: 0;
    padding-right: 0;
}

.account-create .termsOfUse .form-list a:hover{
   text-decoration: underline;
}

.account-create .form-list .validation-advice {
	width: 220px;
}

.customer-account-create .form-list .validate-custom { 
	width: 205px; 
}

#registration-privacypolicy .mood_box,
#registration-termsofuse .mood_box{
	display:none;
}
/********** Create Accout > */


/********** < Forgot Password */
.forgotPassword {
  padding: 10px 20px 14px 20px;
  font-size: 12px;
  line-height: 17px;
}

.forgotPassword .page-title h2 {
  padding-left: 0;
}

.forgotPassword .stdForm p {
  padding: 0px 35px 10px 0px;
}

.forgotPassword .stdForm ul {
  padding-bottom: 10px;
}

.forgotPassword .form-list .input-text {
	width: 224px;
}
/********** Forgot Password > */

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



/* MY ACCOUNT ============================================================================= */

/********** < Account Navi */
.mini-account-navi {
	padding: 7px 20px 6px 20px;
	border-bottom: 1px solid #4882a5;
}
.mini-account-navi ul li {
	padding-right: 15px;
	display: inline;
	background: transparent url(../images/icons/arrow_right.gif) no-repeat scroll 0 3px;
	color: #235878 !important;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
  letter-spacing: 0;
}
*+html .mini-account-navi li {
  zoom: 1;
  background-position-y: 6px;
}
.mini-account-navi ul li.last {
	padding-right: 0px;
}
.mini-account-navi ul li a{
	margin-left: 15px;
	text-decoration: none;
	white-space: nowrap;
}
.mini-account-navi ul li span{
	font-weight: bold;
}
/********** Account Navi > */


/********** < Dashboard */
.dashboard { padding: 0px 20px; }
.dashboard .welcome-msg,
.dashboard .col2-set,
.dashboard .recent-orders { padding:0 0 35px; }

.dashboard h3 {
	font-size:14px;
	font-weight:bold;
	line-height: 18px;
	padding:0px 0px 15px 0px;
}
.dashboard .separator {
	color: #4882A5;
}
.dashboard .box-title a,
.dashboard .table-caption a {
	color: #4882A5;
	font-size:11px;
	text-transform:lowercase;
	font-weight: normal;
}

/* welcom msg */
.dashboard .welcome-msg  {
	font-size: 12px;
	line-height: 17px;
}

.recent-orders h3.table-caption {
  border: none;
  background: none;
}
.recent-orders table {
  width: 510px;
}

/* Block: Tags */
.dashboard .tags { padding:0 0 20px; }
.dashboard .tags p { display:inline; }
.dashboard .tags .product-name { margin:0 0 3px; font-size:11px; line-height:17px; }
.dashboard .tags li { margin:0 0 8px; }
.dashboard .tags .number { float:left; border:1px solid #ddd; text-align:center; line-height:17px; width:15px; margin-right:-20px; }
.dashboard .tags .details { margin-left:25px; }

/* Block: Reviews */
.dashboard .reviews { padding:0 0 20px; }
.dashboard .reviews .product-name { margin:0 0 3px; font-size:11px; line-height:17px; }
.dashboard .reviews p { float:left; margin-right:5px; }
.dashboard .reviews li { margin:0 0 5px; }
.dashboard .reviews .number { float:left; border:1px solid #ddd; text-align:center; line-height:17px; width:15px; margin-right:-20px; }
.dashboard .reviews .details { margin-left:25px; }

/********** Dashboard > */


/********** < Edit Customer Information */
.customer_edit {
  padding: 0px 20px 35px 20px;
  font-size: 11px;
  line-height: 18px;
}

.customer_edit .fields .field {
  clear: none;
}

.customer_edit .field {
  float: left;
  width: 245px;
  overflow: hidden;
}

.customer_edit .firstField {
  margin-right: 20px;
}

.customer_edit  .page-title h2 {
  padding: 15px 0 23px
}

.name-prefix select {
  width: 245px;
}

.account-create .name-prefix select {
  width: 341px;
}

.customer_edit  h4 {
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}

.customer_edit .form-list li {
  margin-bottom: 3px;
}

.customer_edit .form-list select {
    width: 241px;
}

.customer_edit .field input {
  width: 239px;
}

.customer_edit span.validation-passed, .customer_edit div.validation-passed,
.customer_edit span.validation-error, .customer_edit div.validation-error {
  background: none;
}

.customer_edit .form-list label {
  width: 150px;
  padding: 2px 15px 6px 0;
}

.customer_edit .form-list .validation-advice {
  width: 220px;
}

.customer_edit .form-list .form-element .input-box {
  padding-left: 0;
}

.customer_edit .form-list .form-element .input-box {
  margin-left: 0;
}

.customer_edit .input label {
  margin-left: 20px;
}

.customer_edit .buttons-set .button {
  margin: 2px 0 0 0;
  float: right;
}

.customer_edit .divider {
  margin: 19px 0 18px;
}

.customer_edit .smallDivider {
  margin-top: 10px;
}
/********** Edit Customer Information > */


/********** < Adress Book */
.a-book { padding: 0px 20px 35px 20px; }
.a-book .messages { margin-bottom: 20px; }
.a-book h3 {
	font-size:14px;
	font-weight:bold;
	line-height: 18px;
	padding:0px 0px 15px 0px;
}
.a-book .col-1 { padding-bottom: 35px; }
.a-book .col-2 li { padding:0 0 10px; }
.a-book .col-2 li .actions { padding:3px 9px 4px; float:left; }
.a-book .col-2 li address { padding:10px; clear:both; }

	/* edit */
.a-book-edit { padding: 0px 20px 35px 20px; }
.a-book-edit h3 { padding-bottom: 15px; }
.a-book-edit .bottom_space { margin-bottom: 25px; }
.a-book-edit .billing label,
.a-book-edit .shipping label {
	width: 310px;
	padding-left: 155px;
}
.a-book-edit .buttons-set .button {
  margin: 2px 26px 0 0;
  float: right;
}
/********** Adress Book > */



/********** < Order View: My Orders */
.order-page {}
.order-page .page-title { padding-bottom: 10px; }
.order-page .page-title h2 { padding-left: 0px; padding-right: 0px;}
.order-page .page-title small { color: #4882A5; font-size: 12px; }

/* order overview */
.myOrders {
  padding: 0 20px 35px 20px;
}
.myOrders .pager {
  border: none;
  padding: 0px 5px 10px 5px;
  color: #01273C;
}
.myOrders .pager .amount {
  font-weight: bold;
}
.myOrders #my-orders-table th {
  border-top: 1px solid #C2C7CD;
  background: #EFF6FF;
}

/* order information (details) */
.order-page {
  padding: 0 20px;
}
.order-page .col2-set {
	padding-bottom: 35px;
}
.order-page .order-date {
	float: left;
	width: 250px;
	font-size:12px;
	text-align: left;
}
.order-page .order-date strong { margin-right: 7px; }
.order-page .date_print_box {
	text-align: right;
	padding-bottom: 17px;
}
.order-page .info-box {
	line-height: 17px;
}

.order-details { padding: 0 20px 35px 20px; }
.order-details .table-caption {
  background: none;
  border: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding: 0 0 15px;
}
.order-details #my-orders-table { margin-bottom:20px; }
.order-details #my-orders-table th {
  border-top: 1px solid #C2C7CD;
  background: #EFF6FF;
}
.order-details .product-brandname,
.order-details .product-seriesname {
	padding-top: 1px;
	font-size: 11px;
	font-weight: bold;
}
.order-details .product-name {
	padding-top: 3px;
	font-size: 11px;
	font-weight: bold;
}

.order-details h3.sub-title {
       font-size: 14px;
       font-weight: bold;
       line-height: 18px;
       padding: 15px 0 15px;
}
.order-details .order-additional,
.order-details .data-table {
	margin-bottom:20px;
}
.order-details .order-additional dt {
	font-weight:bold;
	border-bottom: 1px solid #c2c7cd;
	padding:0 0 5px;
	margin:0 0 5px;
}
.order-details .order-additional dd {
	padding: 10px 0px;
	margin:0 0 10px;
}

/********** Order View: My Orders > */


 /********** < My Heinemann - Newsletter */
/* Manage Newsletter Subscription */
.newsletter-manage-index .form-buttons .button { float:left; margin:0; }

 .nlSubscription {
  padding: 0 20px;
}

.nlSubscription label {
  padding-left: 5px;
  width: 400px;
}

.nlSubscription .form-list {
  padding-bottom: 10px;
  border-bottom: 1px solid #c2c7cd;
  margin-bottom: 20px;
}

.nlSubscription .buttons-set {
  padding-right: 14px;
}

/********** My Heinemann - Newsletter > */


/********** < Logout */
.customer-account-logoutsuccess .col-main {}
.customer-account-logoutsuccess .col-main p {
	padding: 0px 20px 20px 20px;
	font-size: 12px;
	line-height: 17px;
}
/********** Logout > */

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


/* PRINT PAGES ================================================================================ */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print .col2-set { margin:20px 0; }
.page-print h2 {
	padding: 15px 0px 7px 0px;
}
.page-print h3 {
  margin: 35px 0px 7px 0px;
  font-size: 14px;
  font-weight: bold;
}
.page-print .orderhistory dd {
  margin-bottom: 10px;
}

.page-print .orderhistory dt {
  border-bottom: 1px solid #c2c7cd;
  margin-bottom: 5px;
}

.page-print p.pickuppoint {
  padding: 15px 0 5px 0;
  font-weight: bold;
}

.page-print .buttons-set { margin-top: 35px; }

/* 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; }

/* Tagged products */
.page-print #my-tags-table .price-box { margin:5px 0; }
.page-print #my-tags-table .last { text-align:center; }
.page-print #my-tags-table .last p { margin:10px 0; }

/* Table */
.page-print .data-table .product-brandname,
.page-print .data-table .product-seriesname {
	font-size: 11px;
	font-weight: bold;
	line-height:13px;
	margin: 0px;
}
.page-print .data-table .product-name {
	padding-top: 1px;
	font-size: 11px;
	line-height:13px;
	font-weight:bold;
	margin: 0px;
}

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



/* FOOTER ================================================================================ */

.footer {
	color: #c2c7cd;
	font-size: 12px;
	text-align: center;
	padding-right: 15px;
}


/********** < Meta Navi */
.footer ul.meta_navi {}

.meta_navi li {
	display: inline;
	padding: 0px;
}

.meta_navi li.last {
	border-right: none;
}

.meta_navi li a,
.meta_navi li a:link,
.meta_navi li a:visited {
	color: #235878;
	text-decoration: none;
}

.meta_navi li a:focus,
.meta_navi li a:active,
.meta_navi li a:hover {
	text-decoration: underline;
}
/********** Meta Navi > */

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


/* Some sample data cms styles ================================================================================ */
.page-head-alt {}
.page-head,
.page-head-alt { margin-bottom:20px; padding:23px 20px 11px; background:#f6f6f6; border-bottom:1px solid #cfcfcf; }
.col-main .page-head,
.col-main .page-head-alt { margin:0px; }
.page-head-alt .link-rss { float:right; margin-top:8px; }
.page-head h2,
.page-head h3,
.page-head-alt h3,
.page-head-alt h2 { font:normal 22px/27px Arial, Helvetica, sans-serif; }
/* ======================================================================================= */


/* Restricted ================================================================================ */
.restriction-index-stub .page { width:652px; padding-bottom:3px; }
.restriction-index-stub .main { margin-top:100px; min-height:0; height:auto !important; padding:13px; text-align:center; margin-bottom:0; }
.restriction-index-stub .col-main { height:auto !important; min-height:230px; height:230px; font-size:16px; background:#4a4a4a url(../images/logo-offline.gif) no-repeat 50% 95px; padding:170px 60px 40px; }
.restriction-index-stub .col-main h1,
.restriction-index-stub .col-main h2 { color:#fff; padding:0 0 15px; font:35px Georgia, "Times New Roman", Times, serif; font-style:italic; }
.restriction-index-stub .header-container,
.restriction-index-stub .footer-container { display:none; }
.restriction-index-stub .copyright { background:url(../images/bkg_shadow-offline.gif) 50% 0 no-repeat; padding:15px 0 0; margin:0; }
/* ======================================================================================= */


/* Old private sales index ================================================================================ */
.private-sales-index { background:#2b2b2b; margin:110px 0 60px; padding:40px 0; }
.private-sales-index .box { border:1px solid #e2ded0; background:#fff url(../images/bkg_ps.gif) no-repeat 50% 13px; padding:50px 13px 0; width:657px; margin:0 auto; }
.private-sales-index .box .content { padding:0 60px 70px; background:url(../images/bkg_ps.gif) no-repeat 50% 100%; font-size:14px; }
.private-sales-index .box .content p { text-align:center; }
.private-sales-index .box .content a {}
.private-sales-index .box .content h1 { background:url(../images/bkg_ps-logo.gif) no-repeat 50% 0; padding:60px 0 5px; font-size:29px; font-weight:normal; }
.private-sales-index .box .content .description { background:url(../images/bkg_ps-descr.gif) no-repeat 50% 0; margin:40px auto 0; width:433px; padding:30px 50px 30px; font:normal 20px Georgia, "Times New Roman", Times, serif; font-style:italic; }
/* ======================================================================================= */


/* Private sales index ================================================================================
/* ======================================================================================= */


/* Private sales demo ================================================================================ */
.cms-private-sales-home { background-color:#fffdf9; }
.private-sales-demo { background:#fffdf9 url(../images/bkg_ps-home.jpg) no-repeat 50% 88px; padding-top:90px; }
.private-sales-demo h1 { display:none; }
.private-sales-demo p { padding-top:475px; text-align:center; font-size:18px; }
.private-sales-demo a {}
/* ======================================================================================= */


/* Misc. overrides ================================================================================ */
.customer-account-create {}

.customer-account-edit .ui-datepicker{ width:240px; }
/* ======================================================================================= */


/* Layer Layout ================================================================================= */
#layerContent {
  float: left;
  border: 1px solid #FFFFFF;
  position: relative;
  background: #FFFFFF url(../images/tmp_airport_selector_bg.jpg) no-repeat top left;
  text-align: left;
  padding: 97px 80px 20px 19px;
  width: 451px;
  min-height: 134px;
}

#layerContent .headline{
	width: 390px;	
}

#layerContent h2 {
  font-size: 21px;
  margin-bottom: 9px;
}

#layerContent h3 {
  padding-left: 1px;
  font-size: 12px;
  font-weight: bold;
  color: #4882A5;
}

#layerContent p {
  padding-left: 1px;
  line-height: 16px;
  margin: 0 0 17px 0;
  width: 350px;
}

#layerContent ul.airportList {
  float: left;
  margin: 0;
  padding: 0 0 0 20px;
}

#layerContent ul.airportList li {
  float: left;
  overflow:visible;
  width: 135px;
  margin: 12px 2px 0 2px;
}

#layerContent ul.airportList li a {
  padding-left: 16px;
}

#layerContent ul.airportList li a.thinText {
  font-weight: normal;
}

#layerContent .layerLanguage{
  color: #FFF;
  text-decoration: none;
  position: absolute;
  top: 3px;
  right: 13px;
}

#layerContent-filter {
  float: left;
  border: 1px solid #FFFFFF;
  position: relative;
  background: #FFFFFF url(../images/filter/bg_filter_popup.gif) no-repeat top center;
  text-align: left;
  padding: 96px 79px 22px 30px;
}

#layerContent-filter h2 {
  margin-bottom: 9px;
  font-size: 21px;
}

#layerContent-filter h3 {
  padding-left: 1px;
  font-size: 12px;
  font-weight: bold;
  color: #4882A5;
}

#layerContent-filter p {
  padding-left: 1px;
  line-height: 16px;
  margin: 9x 0 17px 0;
  width: 443px;
}

#layerContent-filter ul.areaList {
  float: left;
  margin: 0 0 0 24px;
}

#layerContent-filter ul.areaList li.eu {
  float: left;
  padding: 12px 80px 0 30px;
}

#layerContent-filter ul.areaList li.noneu {
  float: left;
  margin-top:12px;
}

#layerContent-filter ul.areaList li img {
  padding: 5px 0 12px 0;
}


#layerContent-filter ul.areaList li a {
  padding-left: 16px;
}

#layerContent-filter ul.areaList li a.thinText {
  font-weight: normal;
}

#layerContent-filter .layerLanguage{
  color: #FFF;
  text-decoration: none;
  position: absolute;
  top: 3px;
  right: 13px;
}


#layerContent .selection-left {
	margin:0;
	padding:0;
	width: 450px;
}
#layerContent .selection-left .selection-text {
	color: #01273C;
	padding: 0;
	margin: 0;
}

#layerContent  .selection-left .selection-text .ad_text {
  font-size: 11px;
  padding-bottom:0px;
}

#layerContent  .selection-left .selection-text .choose_text {
  background: none;
  margin-bottom:0px;
  padding-top: 0;
  padding-left: 1px;
  font-size: 12px;
  font-weight: bold;
  color: #4882A5;
}

#layerContent  .selection-left .airportselect {
  overflow: hidden;
  padding:0;
}

#layerContent  .selection-left .airportselect .ul {
  float: left;
  margin: 0;
  padding: 0; 
  width: 140px;
}

#layerContent  .selection-left .airportselect .ul .li {
  float: left;
  overflow:visible;
  width: 135px;
  margin: 12px 2px 0 2px;
}

#layerContent  .selection-left .airportselect .ul .li a{
  display:block;
  background: url("../images/icons/arrow_right.gif") no-repeat scroll 0 3px transparent;
  color: #01273C !important;
  width: 120px; 
  height: 14px;
  font-weight: bold;
  font-size: 11px;
  padding-left: 16px;
  text-align: left;
  text-decoration: none;
  
  
}

#layerContent  .selection-left .mini .ul {
  width: 300px;
}

#layerContent  .selection-left .mini .ul .li {
  width: 280px;
}

#layerContent  .selection-left .mini .ul .li a{
  width: 280px;
}
/* ======================================================================================= */

/* Airport Selector Block ======================================================================== */
 .selection-left {
  display: block;
  width: 550px;
}
.selection-left .selection-text {
  display: block;
  font-size: 13px;
  color: #FFFFFF;
  padding: 15px 20px 6px;
}
.selection-left .selection-text .ad_text {
  /* margin: 15px 10px 20px 25px; */
  line-height: 16px;
  padding-bottom: 10px;
}

.selection-left .selection-text .choose_text {
  /* margin: 0px 0px 10px 25px; */
  background: transparent url(../images/airport/linie.gif) repeat-x top center;
  font-weight: bold;
  line-height: 20px;
  padding-top: 5px;
}

.selection-left .airportselect {
  overflow: hidden;
  padding-top:10px;
}

.selection-left .airportselect .ul {
  width: 160px;
  float: left;
  margin: 0px;
  padding: 0px 0px 10px 20px;
  list-style-type: none;  
}

.selection-left .airportselect .ul .li {
  width: 160px;
  margin: 0px 0px 2px;
  display: block;
  padding-left: 20px;
}

.selection-left .airportselect .ul .li a{
  display: block;
  width: 160px;
  /* background-image: url(../images/airport/buttonmaster_de.gif);
  background-repeat: none;
  text-indent: -999em;
  */
  
  height: 24px;
  font-size: 14px;
  font-weight: bold;
  font-family:Tahoma,Helvetica,sans-serif;
  color: #d3d7db;
  text-decoration: none;
}

.selection-left .airportselect .ul .li:hover,
.selection-left .airportselect .ul .li a:hover {
  color: #000815;
  /*	
  width: 160px;
  margin: 0px 0px 5px;
  display: block;
  background-image: url(../images/airport/icon_flugzeug.jpg);
  background-repeat: no-repeat;
  padding-left: 20px;
  */
}

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

/* Storeswitcher ================================================================================= */
.switcher-store-wrapper {
  width: 160px;
  padding: 0px;
  color: #ffffff;
  position:relative;
}


.switcher-store {
  position: absolute;
    left: 0;
    top: 10px;
}

.switcher-store a.headline {
  float: left;
  color: #c2c7cd;
  cursor: pointer;
  text-decoration: underline;
  margin: 0 0 8px 11px;
  width: 148px;
}
.switcher-store a.headline:hover {
  text-decoration: none;
}

#select-store {
  float: left;
  width: 160px;
}

#select-store li {
  float: left;
  width: 160px;
  display: none;
  text-indent: -9999px;
}

#select-store li.current {
  display: block;
}

#select-store li.last {
  border-bottom: 1px solid #00395c;
}


/* ------------LANUGUAGE DE CURRENT ---------- */
.de #select-store li#store_hamburg_current {
  background:  transparent url(../images/basic/store/de/loc_ham.gif) no-repeat right top;
}


.de #select-store li#store_frankfurt_current {
  background: transparent url(../images/basic/store/de/loc_fra.gif) no-repeat right top;
}

.de #select-store li#store_duesseldorf_current {
  background: transparent url(../images/basic/store/de/loc_dus.gif) no-repeat right top;
}

.de #select-store li#store_dortmund_current {
  background: transparent url(../images/basic/store/de/loc_dtm.gif) no-repeat right top;
}

.de #select-store li#store_wien_current {
  background: transparent url(../images/basic/store/de/loc_vie.gif) no-repeat right top;
}

.de #select-store li#store_koeln_current {
  background: transparent url(../images/basic/store/de/loc_cgn.gif) no-repeat right top;
}

.de #select-store li#store_leipzig_current {
  background: transparent url(../images/basic/store/de/loc_lej.gif) no-repeat right top;
}

.de #select-store li#store_dresden_current {
  background: transparent url(../images/basic/store/de/loc_drs.gif) no-repeat right top;
}

.de #select-store li#store_erfurt_current {
  background: transparent url(../images/basic/store/de/loc_erf.gif) no-repeat right top;
}

.de #select-store li#store_salzburg_current {
  background: transparent url(../images/basic/store/de/loc_szg.gif) no-repeat right top;
}

.de #select-store li#store_hannover_current {
  background: transparent url(../images/basic/store/de/loc_haj.gif) no-repeat right top;
}

.de #select-store li#store_saarbruecken_current {
  background: transparent url(../images/basic/store/de/loc_scn.gif) no-repeat right top;
}

.de #select-store li#store_linz_current {
  background: transparent url(../images/basic/store/de/loc_lnz.gif) no-repeat right top;
}

.de  #select-store li#store_hahn_current {
  background: transparent url(../images/basic/store/de/loc_hhn.gif) no-repeat right top;
}

.de #select-store li#store_graz_current {
  background: transparent url(../images/basic/store/de/loc_grz.gif) no-repeat right top;
}

.de #select-store li#store_budapest_current {
  background: transparent url(../images/basic/store/de/loc_bud.gif) no-repeat right top;
}

.de #select-store li#store_berlin_current {
  background: transparent url(../images/basic/store/de/loc_txl.gif) no-repeat right top;
}

.de #select-store li#store_berlin_schoenefeld_current {
  background: transparent url(../images/basic/store/de/loc_sxf.gif) no-repeat right top;
}

.de #select-store li#store_bratislava_current {
  background: transparent url(../images/basic/store/de/loc_bts.gif) no-repeat right top;
}

.de #select-store li#store_sankt_petersburg_current {
  background: transparent url(../images/basic/store/de/loc_led.gif) no-repeat right top;
}

/* ------------LANUGUAGE EN CURRENT---------- */
.en #select-store li#store_hamburg_current {
  background: transparent url(../images/basic/store/en/loc_ham.gif) no-repeat right top;
}

.en #select-store li#store_frankfurt_current {
  background: transparent url(../images/basic/store/en/loc_fra.gif) no-repeat right top;
}

.en #select-store li#store_duesseldorf_current {
  background: transparent url(../images/basic/store/en/loc_dus.gif) no-repeat right top;
}

.en #select-store li#store_dortmund_current {
  background: transparent url(../images/basic/store/en/loc_dtm.gif) no-repeat right top;
}

.en #select-store li#store_wien_current {
  background: transparent url(../images/basic/store/en/loc_vie.gif) no-repeat right top;
}

.en #select-store li#store_koeln_current {
  background: transparent url(../images/basic/store/en/loc_cgn.gif) no-repeat right top;
}

.en  #select-store li#store_leipzig_current {
  background: transparent url(../images/basic/store/en/loc_lej.gif) no-repeat right top;
}

.en #select-store li#store_dresden_current {
  background: transparent url(../images/basic/store/en/loc_drs.gif) no-repeat right top;
}

.en #select-store li#store_erfurt_current {
  background: transparent url(../images/basic/store/en/loc_erf.gif) no-repeat right top;
}

.en #select-store li#store_salzburg_current {
  background: transparent url(../images/basic/store/en/loc_szg.gif) no-repeat right top;
}

.en #select-store li#store_hannover_current {
  background: transparent url(../images/basic/store/en/loc_haj.gif) no-repeat right top;
}

.en #select-store li#store_saarbruecken_current {
  background: transparent url(../images/basic/store/en/loc_scn.gif) no-repeat right top;
}

.en #select-store li#store_linz_current {
  background: transparent  url(../images/basic/store/en/loc_lnz.gif) no-repeat right top;
}

.en  #select-store li#store_hahn_current {
  background: transparent url(../images/basic/store/en/loc_hhn.gif) no-repeat right top;
}

.en #select-store li#store_graz_current {
  background: transparent url(../images/basic/store/en/loc_grz.gif) no-repeat right top;
}

.en #select-store li#store_budapest_current {
  background: transparent url(../images/basic/store/en/loc_bud.gif) no-repeat right top;
}

.en #select-store li#store_berlin_current {
  background: transparent url(../images/basic/store/en/loc_txl.gif) no-repeat right top;
}

.en #select-store li#store_berlin_schoenefeld_current {
  background: transparent url(../images/basic/store/en/loc_sxf.gif) no-repeat right top;
}

.en #select-store li#store_bratislava_current {
  background: transparent url(../images/basic/store/en/loc_bts.gif) no-repeat right top;
}

.en #select-store li#store_sankt_petersburg_current {
  background: transparent url(../images/basic/store/en/loc_led.gif) no-repeat right top;
}

/* ------------LANUGUAGE HU CURRENT--------- */
.hu #select-store li#store_hamburg_current {
  background: transparent url(../images/basic/store/hu/loc_ham.gif) no-repeat right top;
}

.hu #select-store li#store_frankfurt_current {
  background: transparent url(../images/basic/store/hu/loc_fra.gif) no-repeat right top;
}

.hu #select-store li#store_duesseldorf_current {
  background: transparent url(../images/basic/store/hu/loc_dus.gif) no-repeat right top;
}

.hu #select-store li#store_dortmund_current {
  background: transparent url(../images/basic/store/hu/loc_dtm.gif) no-repeat right top;
}

.hu #select-store li#store_wien_current {
  background: transparent url(../images/basic/store/hu/loc_vie.gif) no-repeat right top;
}

.hu #select-store li#store_koeln_current {
  background: transparent url(../images/basic/store/hu/loc_cgn.gif) no-repeat right top;
}

.hu  #select-store li#store_leipzig_current {
  background: transparent url(../images/basic/store/hu/loc_lej.gif) no-repeat right top;
}

.hu #select-store li#store_dresden_current {
  background: transparent url(../images/basic/store/hu/loc_drs.gif) no-repeat right top;
}

.hu #select-store li#store_erfurt_current {
  background: transparent url(../images/basic/store/hu/loc_erf.gif) no-repeat right top;
}

.hu #select-store li#store_salzburg_current {
  background: transparent url(../images/basic/store/hu/loc_szg.gif) no-repeat right top;
}

.hu #select-store li#store_hannover_current {
  background: transparent url(../images/basic/store/hu/loc_haj.gif) no-repeat right top;
}

.hu #select-store li#store_saarbruecken_current {
  background: transparent url(../images/basic/store/hu/loc_scn.gif) no-repeat right top;
}

.hu #select-store li#store_linz_current {
  background: transparent url(../images/basic/store/hu/loc_lnz.gif) no-repeat right top;
}

.hu  #select-store li#store_hahn_current {
  background: transparent url(../images/basic/store/hu/loc_hhn.gif) no-repeat right top;
}

.hu #select-store li#store_graz_current {
  background: transparent url(../images/basic/store/hu/loc_grz.gif) no-repeat right top;
}

.hu #select-store li#store_budapest_current {
  background: transparent url(../images/basic/store/hu/loc_bud.gif) no-repeat right top;
}

.hu #select-store li#store_berlin_current {
  background: transparent url(../images/basic/store/hu/loc_txl.gif) no-repeat right top;
}

.hu #select-store li#store_berlin_schoenefeld_current {
  background: #transparent  url(../images/basic/store/hu/loc_sxf.gif) no-repeat right top;
}

.hu #select-store li#store_bratislava_current {
  background: transparent url(../images/basic/store/hu/loc_bts.gif) no-repeat right top;
}

.hu #select-store li#store_sankt_petersburg_current {
  background: transparent url(../images/basic/store/hu/loc_led.gif) no-repeat right top;
}

/* ------------LANUGUAGE SK CURRENT---------- */
.sk #select-store li#store_hamburg_current {
  background: transparent url(../images/basic/store/sk/loc_ham.gif) no-repeat right top;
}

.sk #select-store li#store_frankfurt_current {
  background: transparent url(../images/basic/store/sk/loc_fra.gif) no-repeat right top;
}

.sk #select-store li#store_duesseldorf_current {
  background: transparent url(../images/basic/store/sk/loc_dus.gif) no-repeat right top;
}

.sk #select-store li#store_dortmund_current {
  background: transparent url(../images/basic/store/sk/loc_dtm.gif) no-repeat right top;
}

.sk #select-store li#store_wien_current {
  background: transparent url(../images/basic/store/sk/loc_vie.gif) no-repeat right top;
}

.sk #select-store li#store_koeln_current {
  background: transparent url(../images/basic/store/sk/loc_cgn.gif) no-repeat right top;
}

.sk  #select-store li#store_leipzig_current {
  background: transparent url(../images/basic/store/sk/loc_lej.gif) no-repeat right top;
}

.sk #select-store li#store_dresden_current {
  background: transparent url(../images/basic/store/sk/loc_drs.gif) no-repeat right top;
}

.sk #select-store li#store_erfurt_current {
  background: transparent url(../images/basic/store/sk/loc_erf.gif) no-repeat right top;
}

.sk #select-store li#store_salzburg_current {
  background: transparent url(../images/basic/store/sk/loc_szg.gif) no-repeat right top;
}

.sk #select-store li#store_hannover_current {
  background: transparent url(../images/basic/store/sk/loc_haj.gif) no-repeat right top;
}

.sk #select-store li#store_saarbruecken_current {
  background: transparent url(../images/basic/store/sk/loc_scn.gif) no-repeat right top;
}

.sk #select-store li#store_linz_current {
  background: transparent url(../images/basic/store/sk/loc_lnz.gif) no-repeat right top;
}

.sk  #select-store li#store_hahn_current {
  background: transparent  url(../images/basic/store/sk/loc_hhn.gif) no-repeat right top;
}

.sk #select-store li#store_graz_current {
  background: transparent url(../images/basic/store/sk/loc_grz.gif) no-repeat right top;
}

.sk #select-store li#store_budapest_current {
  background: transparent url(../images/basic/store/sk/loc_bud.gif) no-repeat right top;
}

.sk #select-store li#store_berlin_current {
  background: transparent url(../images/basic/store/sk/loc_txl.gif) no-repeat right top;
}

.sk #select-store li#store_berlin_schoenefeld_current {
  background: transparent url(../images/basic/store/sk/loc_sxf.gif) no-repeat right top;
}

.sk #select-store li#store_bratislava_current {
  background: transparent url(../images/basic/store/sk/loc_bts.gif) no-repeat right top;
}

.sk #select-store li#store_sankt_petersburg_current {
  background: transparent url(../images/basic/store/sk/loc_led.gif) no-repeat right top;
}

/* ------------LANUGUAGE RU CURRENT---------- */
.ru #select-store li#store_hamburg_current {
  background: transparent url(../images/basic/store/ru/loc_ham.gif) no-repeat right top;
}

.ru #select-store li#store_frankfurt_current {
  background: transparent url(../images/basic/store/ru/loc_fra.gif) no-repeat right top;
}

.ru #select-store li#store_duesseldorf_current {
  background: transparent url(../images/basic/store/ru/loc_dus.gif) no-repeat right top;
}

.ru #select-store li#store_dortmund_current {
  background: transparent url(../images/basic/store/ru/loc_dtm.gif) no-repeat right top;
}

.ru #select-store li#store_wien_current {
  background: transparent url(../images/basic/store/ru/loc_vie.gif) no-repeat right top;
}

.ru #select-store li#store_koeln_current {
  background: transparent url(../images/basic/store/ru/loc_cgn.gif) no-repeat right top;
}

.ru  #select-store li#store_leipzig_current {
  background: transparent url(../images/basic/store/ru/loc_lej.gif) no-repeat right top;
}

.ru #select-store li#store_dresden_current {
  background: transparent url(../images/basic/store/ru/loc_drs.gif) no-repeat right top;
}

.ru #select-store li#store_erfurt_current {
  background: transparent url(../images/basic/store/ru/loc_erf.gif) no-repeat right top;
}

.ru #select-store li#store_salzburg_current {
  background: transparent url(../images/basic/store/ru/loc_szg.gif) no-repeat right top;
}

.ru #select-store li#store_hannover_current {
  background: transparent url(../images/basic/store/ru/loc_haj.gif) no-repeat right top;
}

.ru #select-store li#store_saarbruecken_current {
  background: transparent url(../images/basic/store/ru/loc_scn.gif) no-repeat right top;
}

.ru #select-store li#store_linz_current {
  background: transparent url(../images/basic/store/ru/loc_lnz.gif) no-repeat right top;
}

.ru  #select-store li#store_hahn_current {
  background: transparent  url(../images/basic/store/ru/loc_hhn.gif) no-repeat right top;
}

.ru #select-store li#store_graz_current {
  background: transparent url(../images/basic/store/ru/loc_grz.gif) no-repeat right top;
}

.ru #select-store li#store_budapest_current {
  background: transparent url(../images/basic/store/ru/loc_bud.gif) no-repeat right top;
}

.ru #select-store li#store_berlin_current {
  background: transparent url(../images/basic/store/ru/loc_txl.gif) no-repeat right top;
}

.ru #select-store li#store_berlin_schoenefeld_current {
  background: transparent url(../images/basic/store/ru/loc_sxf.gif) no-repeat right top;
}

.ru #select-store li#store_bratislava_current {
  background: transparent url(../images/basic/store/ru/loc_bts.gif) no-repeat right top;
}

.ru #select-store li#store_sankt_petersburg_current {
  background: transparent url(../images/basic/store/ru/loc_led.gif) no-repeat right top;
}

/* ------------LANUGUAGE DE ---------- */
.de #select-store li#store_hamburg {
  background:  #07325c url(../images/basic/store/de/loc_ham.gif) no-repeat right top;
}


.de #select-store li#store_frankfurt {
  background: #07325c url(../images/basic/store/de/loc_fra.gif) no-repeat right top;
}

.de #select-store li#store_duesseldorf {
  background: #07325c url(../images/basic/store/de/loc_dus.gif) no-repeat right top;
}

.de #select-store li#store_dortmund {
  background: #07325c url(../images/basic/store/de/loc_dtm.gif) no-repeat right top;
}

.de #select-store li#store_wien {
  background: #07325c url(../images/basic/store/de/loc_vie.gif) no-repeat right top;
}

.de #select-store li#store_koeln {
  background: #07325c url(../images/basic/store/de/loc_cgn.gif) no-repeat right top;
}

.de #select-store li#store_leipzig {
  background: #07325c url(../images/basic/store/de/loc_lej.gif) no-repeat right top;
}

.de #select-store li#store_dresden {
  background: #07325c url(../images/basic/store/de/loc_drs.gif) no-repeat right top;
}

.de #select-store li#store_erfurt {
  background: #07325c url(../images/basic/store/de/loc_erf.gif) no-repeat right top;
}

.de #select-store li#store_salzburg {
  background: #07325c url(../images/basic/store/de/loc_szg.gif) no-repeat right top;
}

.de #select-store li#store_hannover {
  background: #07325c url(../images/basic/store/de/loc_haj.gif) no-repeat right top;
}

.de #select-store li#store_saarbruecken {
  background: #07325c url(../images/basic/store/de/loc_scn.gif) no-repeat right top;
}

.de #select-store li#store_linz {
  background: #07325c url(../images/basic/store/de/loc_lnz.gif) no-repeat right top;
}

.de  #select-store li#store_hahn {
  background: #07325c url(../images/basic/store/de/loc_hhn.gif) no-repeat right top;
}

.de #select-store li#store_graz {
  background: #07325c url(../images/basic/store/de/loc_grz.gif) no-repeat right top;
}

.de #select-store li#store_budapest {
  background: #07325c url(../images/basic/store/de/loc_bud.gif) no-repeat right top;
}

.de #select-store li#store_berlin {
  background: #07325c url(../images/basic/store/de/loc_txl.gif) no-repeat right top;
}

.de #select-store li#store_berlin_schoenefeld {
  background: #07325c url(../images/basic/store/de/loc_sxf.gif) no-repeat right top;
}

.de #select-store li#store_bratislava {
  background: #07325c url(../images/basic/store/de/loc_bts.gif) no-repeat right top;
}

.de #select-store li#store_sankt_petersburg {
  background: #07325c url(../images/basic/store/de/loc_led.gif) no-repeat right top;
}

/* ------------LANUGUAGE EN ---------- */
.en #select-store li#store_hamburg {
  background: #07325c url(../images/basic/store/en/loc_ham.gif) no-repeat right top;
}

.en #select-store li#store_frankfurt {
  background: #07325c url(../images/basic/store/en/loc_fra.gif) no-repeat right top;
}

.en #select-store li#store_duesseldorf {
  background: #07325c url(../images/basic/store/en/loc_dus.gif) no-repeat right top;
}

.en #select-store li#store_dortmund {
  background: #07325c url(../images/basic/store/en/loc_dtm.gif) no-repeat right top;
}

.en #select-store li#store_wien {
  background: #07325c url(../images/basic/store/en/loc_vie.gif) no-repeat right top;
}

.en #select-store li#store_koeln {
  background: #07325c url(../images/basic/store/en/loc_cgn.gif) no-repeat right top;
}

.en  #select-store li#store_leipzig {
  background: #07325c url(../images/basic/store/en/loc_lej.gif) no-repeat right top;
}

.en #select-store li#store_dresden {
  background: #07325c url(../images/basic/store/en/loc_drs.gif) no-repeat right top;
}

.en #select-store li#store_erfurt {
  background: #07325c url(../images/basic/store/en/loc_erf.gif) no-repeat right top;
}

.en #select-store li#store_salzburg {
  background: #07325c url(../images/basic/store/en/loc_szg.gif) no-repeat right top;
}

.en #select-store li#store_hannover {
  background: #07325c url(../images/basic/store/en/loc_haj.gif) no-repeat right top;
}

.en #select-store li#store_saarbruecken {
  background: #07325c url(../images/basic/store/en/loc_scn.gif) no-repeat right top;
}

.en #select-store li#store_linz {
  background: #07325c url(../images/basic/store/en/loc_lnz.gif) no-repeat right top;
}

.en  #select-store li#store_hahn {
  background: #07325c url(../images/basic/store/en/loc_hhn.gif) no-repeat right top;
}

.en #select-store li#store_graz {
  background: #07325c url(../images/basic/store/en/loc_grz.gif) no-repeat right top;
}

.en #select-store li#store_budapest {
  background: #07325c url(../images/basic/store/en/loc_bud.gif) no-repeat right top;
}

.en #select-store li#store_berlin {
  background: #07325c url(../images/basic/store/en/loc_txl.gif) no-repeat right top;
}

.en #select-store li#store_berlin_schoenefeld {
  background: #07325c url(../images/basic/store/en/loc_sxf.gif) no-repeat right top;
}

.en #select-store li#store_bratislava {
  background: #07325c url(../images/basic/store/en/loc_bts.gif) no-repeat right top;
}

.en #select-store li#store_sankt_petersburg {
  background: #07325c url(../images/basic/store/en/loc_led.gif) no-repeat right top;
}

/* ------------LANUGUAGE HU ---------- */
.hu #select-store li#store_hamburg {
  background: #07325c url(../images/basic/store/hu/loc_ham.gif) no-repeat right top;
}

.hu #select-store li#store_frankfurt {
  background: #07325c url(../images/basic/store/hu/loc_fra.gif) no-repeat right top;
}

.hu #select-store li#store_duesseldorf {
  background: #07325c url(../images/basic/store/hu/loc_dus.gif) no-repeat right top;
}

.hu #select-store li#store_dortmund {
  background: #07325c url(../images/basic/store/hu/loc_dtm.gif) no-repeat right top;
}

.hu #select-store li#store_wien {
  background: #07325c url(../images/basic/store/hu/loc_vie.gif) no-repeat right top;
}

.hu #select-store li#store_koeln {
  background: #07325c url(../images/basic/store/hu/loc_cgn.gif) no-repeat right top;
}

.hu  #select-store li#store_leipzig {
  background: #07325c url(../images/basic/store/hu/loc_lej.gif) no-repeat right top;
}

.hu #select-store li#store_dresden {
  background: #07325c url(../images/basic/store/hu/loc_drs.gif) no-repeat right top;
}

.hu #select-store li#store_erfurt {
  background: #07325c url(../images/basic/store/hu/loc_erf.gif) no-repeat right top;
}

.hu #select-store li#store_salzburg {
  background: #07325c url(../images/basic/store/hu/loc_szg.gif) no-repeat right top;
}

.hu #select-store li#store_hannover {
  background: #07325c url(../images/basic/store/hu/loc_haj.gif) no-repeat right top;
}

.hu #select-store li#store_saarbruecken {
  background: #07325c url(../images/basic/store/hu/loc_scn.gif) no-repeat right top;
}

.hu #select-store li#store_linz {
  background: #07325c url(../images/basic/store/hu/loc_lnz.gif) no-repeat right top;
}

.hu  #select-store li#store_hahn {
  background: #07325c url(../images/basic/store/hu/loc_hhn.gif) no-repeat right top;
}

.hu #select-store li#store_graz {
  background: #07325c url(../images/basic/store/hu/loc_grz.gif) no-repeat right top;
}

.hu #select-store li#store_budapest {
  background: #07325c url(../images/basic/store/hu/loc_bud.gif) no-repeat right top;
}

.hu #select-store li#store_berlin {
  background: #07325c url(../images/basic/store/hu/loc_txl.gif) no-repeat right top;
}

.hu #select-store li#store_berlin_schoenefeld {
  background: #07325c url(../images/basic/store/hu/loc_sxf.gif) no-repeat right top;
}

.hu #select-store li#store_bratislava {
  background: #07325c url(../images/basic/store/hu/loc_bts.gif) no-repeat right top;
}

.hu #select-store li#store_sankt_petersburg {
  background: #07325c url(../images/basic/store/hu/loc_led.gif) no-repeat right top;
}

/* ------------LANUGUAGE SK ---------- */
.sk #select-store li#store_hamburg {
  background: #07325c url(../images/basic/store/sk/loc_ham.gif) no-repeat right top;
}

.sk #select-store li#store_frankfurt {
  background: #07325c url(../images/basic/store/sk/loc_fra.gif) no-repeat right top;
}

.sk #select-store li#store_duesseldorf {
  background: #07325c url(../images/basic/store/sk/loc_dus.gif) no-repeat right top;
}

.sk #select-store li#store_dortmund {
  background: #07325c url(../images/basic/store/sk/loc_dtm.gif) no-repeat right top;
}

.sk #select-store li#store_wien {
  background: #07325c url(../images/basic/store/sk/loc_vie.gif) no-repeat right top;
}

.sk #select-store li#store_koeln {
  background: #07325c url(../images/basic/store/sk/loc_cgn.gif) no-repeat right top;
}

.sk  #select-store li#store_leipzig {
  background: #07325c url(../images/basic/store/sk/loc_lej.gif) no-repeat right top;
}

.sk #select-store li#store_dresden {
  background: #07325c url(../images/basic/store/sk/loc_drs.gif) no-repeat right top;
}

.sk #select-store li#store_erfurt {
  background: #07325c url(../images/basic/store/sk/loc_erf.gif) no-repeat right top;
}

.sk #select-store li#store_salzburg {
  background: #07325c url(../images/basic/store/sk/loc_szg.gif) no-repeat right top;
}

.sk #select-store li#store_hannover {
  background: #07325c url(../images/basic/store/sk/loc_haj.gif) no-repeat right top;
}

.sk #select-store li#store_saarbruecken {
  background: #07325c url(../images/basic/store/sk/loc_scn.gif) no-repeat right top;
}

.sk #select-store li#store_linz {
  background: #07325c url(../images/basic/store/sk/loc_lnz.gif) no-repeat right top;
}

.sk  #select-store li#store_hahn {
  background: #07325c url(../images/basic/store/sk/loc_hhn.gif) no-repeat right top;
}

.sk #select-store li#store_graz {
  background: #07325c url(../images/basic/store/sk/loc_grz.gif) no-repeat right top;
}

.sk #select-store li#store_budapest {
  background: #07325c url(../images/basic/store/sk/loc_bud.gif) no-repeat right top;
}

.sk #select-store li#store_berlin {
  background: #07325c url(../images/basic/store/sk/loc_txl.gif) no-repeat right top;
}

.sk #select-store li#store_berlin_schoenefeld {
  background: #07325c url(../images/basic/store/sk/loc_sxf.gif) no-repeat right top;
}

.sk #select-store li#store_bratislava {
  background: #07325c url(../images/basic/store/sk/loc_bts.gif) no-repeat right top;
}

.sk #select-store li#store_sankt_petersburg {
  background: #07325c url(../images/basic/store/sk/loc_led.gif) no-repeat right top;
}

/* ------------LANUGUAGE RU ---------- */
.ru #select-store li#store_hamburg {
  background: #07325c url(../images/basic/store/ru/loc_ham.gif) no-repeat right top;
}

.ru #select-store li#store_frankfurt {
  background: #07325c url(../images/basic/store/ru/loc_fra.gif) no-repeat right top;
}

.ru #select-store li#store_duesseldorf {
  background: #07325c url(../images/basic/store/ru/loc_dus.gif) no-repeat right top;
}

.ru #select-store li#store_dortmund {
  background: #07325c url(../images/basic/store/ru/loc_dtm.gif) no-repeat right top;
}

.ru #select-store li#store_wien {
  background: #07325c url(../images/basic/store/ru/loc_vie.gif) no-repeat right top;
}

.ru #select-store li#store_koeln {
  background: #07325c url(../images/basic/store/ru/loc_cgn.gif) no-repeat right top;
}

.ru  #select-store li#store_leipzig {
  background: #07325c url(../images/basic/store/ru/loc_lej.gif) no-repeat right top;
}

.ru #select-store li#store_dresden {
  background: #07325c url(../images/basic/store/ru/loc_drs.gif) no-repeat right top;
}

.ru #select-store li#store_erfurt {
  background: #07325c url(../images/basic/store/ru/loc_erf.gif) no-repeat right top;
}

.ru #select-store li#store_salzburg {
  background: #07325c url(../images/basic/store/ru/loc_szg.gif) no-repeat right top;
}

.ru #select-store li#store_hannover {
  background: #07325c url(../images/basic/store/ru/loc_haj.gif) no-repeat right top;
}

.ru #select-store li#store_saarbruecken {
  background: #07325c url(../images/basic/store/ru/loc_scn.gif) no-repeat right top;
}

.ru #select-store li#store_linz {
  background: #07325c url(../images/basic/store/ru/loc_lnz.gif) no-repeat right top;
}

.ru  #select-store li#store_hahn {
  background: #07325c url(../images/basic/store/ru/loc_hhn.gif) no-repeat right top;
}

.ru #select-store li#store_graz {
  background: #07325c url(../images/basic/store/ru/loc_grz.gif) no-repeat right top;
}

.ru #select-store li#store_budapest {
  background: #07325c url(../images/basic/store/ru/loc_bud.gif) no-repeat right top;
}

.ru #select-store li#store_berlin {
  background: #07325c url(../images/basic/store/ru/loc_txl.gif) no-repeat right top;
}

.ru #select-store li#store_berlin_schoenefeld {
  background: #07325c url(../images/basic/store/ru/loc_sxf.gif) no-repeat right top;
}

.ru #select-store li#store_bratislava {
  background: #07325c url(../images/basic/store/ru/loc_bts.gif) no-repeat right top;
}

.ru #select-store li#store_sankt_petersburg {
  background: #07325c url(../images/basic/store/ru/loc_led.gif) no-repeat right top;
}




#select-store li a {
  float: left;
  width: 100%;
  height: 19px;
  padding-bottom: 6px;
}

#select-store li.last a {
  padding-bottom: 11px;
}

#select-store li.current a,
#select-store li a:hover {
  background: url(../images/basic/store/loc_icon.gif) no-repeat left top;
}
/* ======================================================================================= */


/* Flash Styling ================================================================================= */
.flashWrapper {}
/* ======================================================================================= */


/* Currency calculator ====================================================== */
#currencyCalculator {
  width: 275px;
  height: 364px;
  padding: 36px 10px 0 15px;
  background: #7cadcb;
  font-size: 12px;
  position: absolute;
    top: 15px;
    left: 10px;
  z-index: 9;
  display: none;
  color: #01273C;
}

#currencyCalculator .btnClose {
  color: #01273C;
  position: absolute;
  top: 9px;
  right: 12px;
  font-size: 11px;
  text-decoration: none;
  padding-left: 15px;
  background: url(../images/calc_close.gif) no-repeat 0 3px;
}

#currencyCalculator .exchangeWrapper {
  float: left;
  width: 100%;
}

#currencyCalculator h2 {
  font-size: 20px;
  text-transform: uppercase;
}

#currencyCalculator p {
  float: left;
  margin-top: 21px;
  margin-bottom: 18px;
}

#currencyCalculator p.exchangeInfo {
  margin-top: 22px;
  margin-bottom: 48px;
  font-size: 11px;
  line-height: 16px;
}

#currencyCalculator .price {
  font-weight: bold;
  font-size: 14px;
  padding-right: 3px;
}

#currencyCalculator table {
  float: left;
  font-weight: bold;
  font-size: 11px;
}

#currencyCalculator table.secondExchangeList {
  float: right;
  margin-right: 18px;
}

#currencyCalculator table tr td.flag {
  width: 16px;
}

#currencyCalculator table tr td.flag img {
  margin-top: 1px;
}

#currencyCalculator table tr td.exchangeValue {
  padding-left: 10px;
  padding-bottom: 2px;
  text-align: right;
  font-weight: bold;
}

#currencyCalculator table tr td.exchangeCurrency {
  padding-left: 6px;
  text-align: left;
  font-weight: bold;
}
/* ======================================================================================= */


/* Customer order history ============================================================== */

a.nyro {
  float: left;
  border: 1px solid #ccc;
}

p.pickuppoint {
  padding: 10px 0 5px 0;
}

h1#nyroModalTitle {
  color: #fff !important;
}

#nyroModalWrapper {
  background: #7cadcb;
}

#nyroModalWrapper h1#nyroModalTitle {
  color: #01273c !important;
  float: left;
  padding-bottom: 5px;
}

#closeBut {
  color: #01273C;
  position: absolute;
    top: 9px;
    right: 12px;
  font-size: 11px;
  text-decoration: none;
  padding-left: 15px;
  background: url(../images/calc_close.gif) no-repeat 0 3px;
}

.tagcloud {}

.tagcloud .right_widget_content ul {
  float: left;
  width: 150px;
  text-align: center;
}

.tagcloud ul li {
  display: inline;
  padding: 2px;
}

.tagcloud ul li a {
  color: #4882A5;
}
/* ======================================================================================= */

/* === Kreuzfahrtwochen 2010 ================================================ */

#cruise {
  padding: 24px 20px 25px;
  font-size: 12px;
}

#cruise img {
  margin: 20px 0 0 1px;
}

#cruise a.download {
  padding-left: 15px;
  margin: 0 0 0 6px;

  text-decoration: none;
  font-weight: bold;
  color: #01273C;

  background: url(../images/icons/arrow_right.gif) no-repeat 0 3px;
}

#cruise h2 {
  color: #01273C;
  font-family: Trebuchet MS,arial,verdana,sans-serif;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 23px;
  text-transform: uppercase;
  word-spacing: 0.14em;
}

#cruise h4 {
  margin-top: 15px;
}

#cruise table.shipTable {
  width: 100%;
  margin: 20px 0;
}

#cruise table.shipTable tr td,
#cruise table.shipTable tr th {
  border-bottom: 1px solid #C2C7CD;
  border-left: 1px solid #C2C7CD;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}

#cruise table.shipTable tr td.firstCol,
#cruise table.shipTable tr th.firstCol {
  border-left: none;
  padding-left: 0;
}

#cruise table.routeTable {
  width: 100%;
  margin: 20px 0;
}

#cruise table.routeTable tr td,
#cruise table.routeTable tr th {
  border-bottom: 1px solid #C2C7CD;
  border-left: 1px solid #C2C7CD;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}

#cruise table.routeTable tr td.firstCol,
#cruise table.routeTable tr th.firstCol {
  border-left: none;
  padding-left: 0;
}

#cruise table.routeTable tr td.firstCol {
  text-align: center;
}

#cruise table.routeTable tr td.timeCol {
  width: 35px;
  padding-right: 15px;
  text-align: center;
}

#cruise table.priceTable {
  width: 100%;
  margin: 20px 0;
}

#cruise table.priceTable tr td,
#cruise table.priceTable tr th {
  border-bottom: 1px solid #C2C7CD;
  border-left: 1px solid #C2C7CD;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}

#cruise table.priceTable tr td.firstCol,
#cruise table.priceTable tr th.firstCol {
  border-left: none;
  padding-left: 0;
}

#cruise table.priceTable tr td.price,
#cruise table.priceTable tr td.saving {
  font-size: 15px;
}

#cruise table.priceTable tr td.saving,
#cruise table.priceTable tr th.saving {
  color: #DF0021;
}

#cruise ul {
  list-style-type: square;
  padding-left: 15px;
  margin: 10px 0;
}

#cruise ul li {
  padding: 4px 0;
  line-height: 18px;
}

#cruise p.additionalInfo {
  font-size: 10px;
  margin-bottom: 25px;
}

#cruise table.moreInfo {
  width: 100%;
  margin: 20px 0;
}

#cruise table.moreInfo tr td,
#cruise table.moreInfo tr th {
  border-bottom: 1px solid #C2C7CD;
  border-left: 1px solid #C2C7CD;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}

#cruise table.moreInfo tr td.firstCol,
#cruise table.moreInfo tr th.firstCol {
  border-left: none;
  padding-left: 0;
}

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

/********** < Lottery */
.lottery-participate {
	padding: 10px 20px 35px 20px;
	font-size: 11px;
	line-height: 18px;
}
.lottery-participate .name-prefix select {
  width: 341px;
}

.lottery-participate .form-list .newsletter label {
  /*padding-left: 155px;*/
  width: 310px;
}

.lottery-participate .form-list .newsletter #advice-required-entry-agb {
  position: absolute;
  left: 135px;
  bottom: -16px;
}

.lottery-participate .form-list .newsletter dl {
  margin-left: 135px;
}

.lottery-participate .form-list .newsletter dl dd {
  float: left;
}

.lottery-participate .form-list .newsletter dl dt {
  float: left;
}

.lottery-participate .form-list .validation-advice {
  width: 220px;
}

.lottery-participate li.texts {
  padding-left : 135px;
  font-size: 12px;
  font-weight: normal;
  width: 335px;
}

.lottery-participate #advice-required-entry-is_subscribed {
  padding-left: 19px;
  padding-top : 10px;
}

.lottery-participate li.en_US #advice-required-entry-is_subscribed {
  position : relative;
  margin-top : 15px;
}

.lottery-participate .buttons-set {
  margin-top : 20px;
}

.lottery-participate li.solution {
  margin-bottom : 20px;
}

.lottery-participate .solution-choice {
  float:left;
  width: 341px;
}

.lottery-participate .solution-choice li{
	margin-bottom: 2px;
}

.lottery-participate .solution-choice input{
  float:left;
  width: 15px;
  margin-right: 10px;
}
.lottery-participate .solution-choice label{
  float:left;
  width: 316px;
  padding: 0;
}



.lottery-participate li.agb {
  margin-bottom : 20px;
}

.lottery-thankyou {
  padding: 10px 20px 35px 20px;
	 font-size: 12px;
	 line-height: 20px;
}

.lottery-index-index .flashWrapper,
.lottery-index-products .flashWrapper {
	height: 699px;
}

.lottery_info {
	padding: 20px 0 0 0 ;
	color: white;
}
.lottery_info .lottery_info_text {
	text-align:left;
	float:left;
	width:380px
}
.lottery_info .lottery_info_img {
	text-align:right;
}

#milesAndMoreAnniversary ol {
  list-style-type: decimal;
  padding: 0 0 0 20px;
  margin: 0 0 15px 0;
}

#milesAndMoreAnniversary ol li {
  padding: 0 0 0 10px;
}

#milesAndMoreAnniversary a {
  background: transparent url(../images/icons/arrow_right.gif) no-repeat scroll 0 3px;
  padding-left: 15px;
  font-weight: bold;
}

#milesAndMoreAnniversary p a {
  margin-left: 15px;
}

#milesAndMoreAnniversary h3 {
  text-transform: uppercase;
}

#milesAndMoreAnniversary a:hover {
  text-decoration: underline;
}

#milesAndMoreAnniversary table {
  border-top: 1px solid #C2C7CD;
}

#milesAndMoreAnniversary tr td {
  padding-left: 15px;
}

#milesAndMoreAnniversary tr td.spacer {
  padding: 15px 0 0 0;
}

#milesAndMoreAnniversary tr td.headline {
  padding-top: 5px;
}

#milesAndMoreAnniversary tr td.link  {
  padding-top: 10px;
}

#milesAndMoreAnniversary tr td.firstCol  {
  border-right: 1px solid #C2C7CD;
  padding: inherit 15px inherit 0;
}

/* Lottery VIP */
#vip {
  color: white;
}

#vip .desc {
  font-size: 12px;
  line-height: 16px;
}

#vip .desc .name {
  color: #df0021;
  font-size: 13px;
  font-weight: bold;
}

#vip .desc .contePrize {
  line-height: 20px;
}

#vip .desc a {
  color: #FFFFFF;
}

#vip .vipContent {
  float: left;
  width: 550px;
  height: 3004px;

  position: relative;
}

#vip .vipContentDE {
  background: url(../images/vip_lottery/vip_event_bg_overview_de.jpg);
}

#vip .vipContentEN {
  background: url(../images/vip_lottery/vip_event_bg_overview_en.jpg);
}

#vip .vipContent #product_1 {
  position: absolute;
  top: 46px;
  left: 127px;
}

#vip .vipContent #product_1 .desc {
  float: left;
  margin-right: 40px;
  text-align: right;
}

#vip .vipContent #product_1 img {
  float: left;
}

#vip .vipContent #product_2 {
  position:absolute;
  top:237px;
  left:29px;
}

#vip .vipContent #product_2 .desc {
  float: left;
  text-align: left;
}

#vip .vipContent #product_2 img {
  float: left;
  margin-right: 20px;
}

#vip .vipContent #product_3 {
  left:189px;
  position:absolute;
  top:422px;
}

#vip .vipContent #product_3 .desc {
  float:left;
  margin-right:20px;
  margin-top:70px;
  text-align:right;
}

#vip .vipContent #product_3 img {
  float: left;
}

#vip .vipContent #product_4 {
  position:absolute;
    left: 41px;
    top: 668px;
}

#vip .vipContent #product_4 .desc {
  float: left;
}

#vip .vipContent #product_4 img {
  float: left;
  margin-right: 25px;
}

#vip .vipContent #product_5 {
  position:absolute;
    top: 872px;
    left: 111px;
}

#vip .vipContent #product_5 .desc {
  float: left;
  margin: 25px 30px 0 0;
  text-align: right;
}

#vip .vipContent #product_5 img {
  float: left;
}

#vip .vipContent #product_6 {
  position:absolute;
    top: 1087px;
    left: 90px;
}

#vip .vipContent #product_6 .products {
  position: absolute;
    top: 190px;
    left: 0;
}

#vip .vipContent #product_6 .prod1 {
  text-align: right;
  margin-right: 45px;
}

#vip .vipContent #product_6 .productName {
  margin-top: 15px;
}

#vip .vipContent #product_6 .prod2 {
  margin-left: 40px;
}

#vip .vipContent #product_6 .desc {
  float: left;
  text-align: left;
}

#vip .vipContent #product_6 img {
  float: left;
}

#vip .vipContent #product_7 {
  position:absolute;
    top: 1412px;
    left: 37px;
}

#vip .vipContent #product_7 .desc {
  float: left;
  margin: 20px 0 0 10px;
  text-align: left;
}

#vip .vipContent #product_7 img {
  float: left;
}

#vip .vipContent #product_8 {
  position:absolute;
    top: 1586px;
    left: 126px;
}

#vip .vipContent #product_8 .desc {
  float: left;
  margin: 30px 30px 0 0;
  text-align: right;
}

#vip .vipContent #product_8 img {
  float: left;
}

#vip .vipContent #product_9 {
  position:absolute;
    top: 1762px;
    left: 0;
}

#vip .vipContent #product_9 .prod1 {
  left: 55px;
  top: 240px;
}

#vip .vipContent #product_9 .prod2 {
  left: 215px;
  top: 320px;
}

#vip .vipContent #product_9 .prod3 {
  left: 415px;
  top: 80px;
}

#vip .vipContent #product_9 .desc {
  position: absolute;
}

#vip .vipContent #product_10 {
  position:absolute;
    top: 2172px;
    left: 0;

  z-index: 10;
}

#vip .vipContent #product_10 .desc {
  float: left;
  margin: 80px 0 0 0;
  text-align: left;

  position: relative;
    left: -5px;
}

#vip .vipContent #product_10 img {
  float: left;
}

#vip .vipContent #product_11 {
  position:absolute;
    left: 234px;
    top: 2281px;
}

#vip .vipContent #product_11 .desc {
  float: left;
  text-align: right;

  position: relative;
    left: 175px;
    top: 225px;
}

#vip .vipContent #product_11 img {
  float: left;
}

#vip .vipContent #product_12 {
  position:absolute;
    top: 2487px;
    left: 62px;
}

#vip .vipContent #product_12 .desc {
  float: left;
  margin: 70px 0 0 0;
  text-align: left;

  position: relative;
    left: -20px;
}

#vip .vipContent #product_12 img {
  float: left;
}

#vip .vipContent #question {
  position: absolute;
  left: 0;
  top: 2728px;
}

#vip .linkToParticipate {
  position: absolute;
    left: 303px;
    top: 2933px;
}

#whisky-lounge-wrapper{
	margin:0;
	padding:0;
}
#whisky-lounge{
	background: #4882a5 url(../images/glamour_luxury_gewinnspiel/bg.jpg) no-repeat;
	color:#FFF;
	width: 550px;
	height: 759px;
	overflow:hidden;
}
#whisky-lounge p{
	padding: 6px 40px 0 28px;
	line-height: 15px;
	font-size: 11px;
	font-weight: bold;
}

#whisky-lounge p.distance{
	padding-top: 10px;
}
#whisky-lounge ul.text{
	padding-left: 32px;
	list-style: inside disc;
}
#whisky-lounge ul.text li{
	line-height:15px;
	font-size: 11px;
	font-weight: bold;
}

#whisky-lounge .productlist{
	margin-top:10px;
}

#whisky-lounge .product{
	float:left;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

#whisky-lounge .product-first{
	width: 180px;
	margin-left:22px;
}

#whisky-lounge .product-second{
	width: 185px;
}

#whisky-lounge .product-last{
	width: 150px;
}

#whisky-lounge .product img{
	padding-bottom: 10px;
}

#whisky-lounge .product p{
	padding: 0 10px 0 10px;
	color: #FFF;
	line-height:18px;
}

#whisky-lounge .product a,
#whisky-lounge .product a:hover{
	text-decoration:none;
}

#whisky-lounge .product-second p{
	padding: 0 6px 0 10px;
	color: #FFF;
	line-height:18px;
}


#whisky-lounge .product p.name{
	color: #e58c2a;
}

#whisky-lounge .product-second p.name{
	color: #e58c2a;
	width: 130px;
}

#whisky-lounge .product p.product-price{
	padding-top: 5px;
}

#whisky-lounge .product p.product-price span.small{
	font-size: 9px;
}

#whisky-lounge .product p.product-price span.currency{
	padding-left: 15px;
}

#whisky-lounge .product p.product-price span.price{
	font-size: 22px;
	font-weight: bold;
}

#raffleConfirmation {
  width: 550px;
  height: 699px;

  background: #153959 url(../images/vip_lottery/glgw_bg.jpg) no-repeat bottom left;
}

#raffleConfirmation h2,
#raffleConfirmation p {
  color: white;
}

#raffleConfirmation .preOrder {
  float: left;
  width: 280px;
  height: 160px;
  padding: 20px 250px 0 20px;
}

#raffleConfirmation .specials {
  float: left;
  width: 236px;
  padding: 14px 20px 0 20px;
}

#raffleConfirmation .atAGlance {
  float: left;
  width: 234px;
  padding: 14px 20px 0 20px;
}

#raffleConfirmation a {
  display: block;
  height: 32px;
  width: 72px;
  margin-top: 4px;

  text-indent: -9999px;
  overflow: hidden;
}

#raffleConfirmation .preOrder a {
  width: 127px;
}

#raffleConfirmation a.de {
  background: url(../images/vip_lottery/btn_more_de.jpg);
}

#raffleConfirmation a.en {
  background: url(../images/vip_lottery/btn_more_en.gif);
}

#raffleConfirmation a.hu {
  background: url(../images/vip_lottery/btn_more_hu.gif);
  width: 134px;
  height: 30px;
}

#raffleConfirmation .preOrder a.de {
  background: url(../images/vip_lottery/btn_pre-order_de.jpg);
}

#raffleConfirmation .preOrder a.en {
  background: url(../images/vip_lottery/btn_pre-order_en.gif);
}

#raffleConfirmation .preOrder a.hu {
  background: url(../images/vip_lottery/btn_pre-order_hu.gif);
  width: 139px;
  height: 30px;
}

/* aktionen */
.aktion_2Euro img {
    float: right;
    margin: 0 0 10px 20px;
}

.aktion_2Euro p {
    margin: 0 200px 0 0;
}

.aktion_ipad p.prices a {
  font-weight: bold;
}

.aktion_ipad p.prices a span {
    float: left;
    width: 150px;

    text-decoration: underline;
}

.blueContentFiller {
  float: left;
  height: 150px;
  width: 550px;
  background: #4882A5;
  color: white;
}

.blue {
  background: #4882A5;
}

/*
 *teaser - product
 */
.teaser-product{
	padding: 10px 0;
}

.teaser-content{
	background-color: #FFF;
}

.teaser-content h1{
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:10px 0 0 10px;
	margin-bottom:20px;
}


.teaser-product .teaser-image{
	float: left;
	padding: 32px 0;
}

.teaser-product .teaser-content{
	float: left;
	display:block;
	width: 148px;
	padding: 10px 2px 5px 15px;
}

.teaser-product h3{
	line-height: 20px;
	font-size:12px;
	font-weight:bold;
}

.teaser-product .headline{
	padding-bottom: 5px;
	text-transform: uppercase;
}

.teaser-product .product-name-container{
	display:block;
	overflow:hidden;
	height: 85px;
}

.teaser-product .product-brandname,
.teaser-product .product-brandname a,
.teaser-product .product-name a{
	font-size:11px;
	color: #235878;
	line-height: 15px;
	font-weight:bold;
}

.teaser-product h4{
	line-height: 15px;
	font-size:11px;
}

.teaser-product .product-price,
.teaser-product .product-old-price{
	line-height: 15px;
	font-size:11px;
	font-weight:bold;
	margin-top: 3px;
	margin-bottom:3px;
}

.teaser-product .product-old-price .price{
	font-size:11px;
	font-weight:bold;
	text-decoration: line-through;
}

.teaser-product .product-old-price .product-special-price .price{
	padding-left: 10px;
	color: red;
	font-size:22px;
	font-weight:bold;
	text-decoration: none;
}

.teaser-product .product-link{
	overflow:visible;
	padding-top: 7px;
	text-decoration: none;
	font-weight: bold;
}
.teaser-product .product-link .button{
	color: #FFF;
}

.teaser-product .teaser-content ul li {
	line-height:17px;
}

.teaser-product .teaser-content ul li a{
	background:url("../images/icons/arrow_right.gif") no-repeat scroll 0 3px transparent;
	display:block;
	padding-left:15px;
	text-decoration:none;
}

.teaser-product ul li a:hover{
	text-decoration: underline;
}

/*
 *teaser - tagcloud
 */
.teaser-tagcloud{
	background-color:#FFF;
	padding:10px;
}

.teaser-tagcloud ul{
	padding-left:10px;
}


/*
 *teaser - edition
 */
.teaser-edition{
	margin:0;
	padding:0;
	background-color:#FFF;
}

.teaser-edition .edition-headline{
	color:#235878;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
}

.teaser-edition .edition-content{
	color:#235878;
	font-size:11px;
	line-height:15px;
}

.teaser-edition .edition-link{
	margin-top: 8px;
}

/*
 *teaser - content 33%
 */
.teaser-content-33percent{
	display:inline;
	width: 178px;
	height: 160px;
	padding: 0;
	margin-bottom:10px;
	background-color:#f3f3f3;
}


.teaser-content-33percent .headline{
	background-image: url("../images/teaser/teasergrau33prozent_leiste_oben.jpg");
	background-repeat:no-repeat;
	background-position: left top;
	padding: 8px 0 2px 10px;
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;

}

.teaser-content-33percent .bottom{
	background-image: url("../images/teaser/teasergrau33prozent_leiste_unten.jpg");
	background-repeat:no-repeat;
	background-position: right bottom;
}

.teaser-content-33percent .teaser-content{
	display:block;
	overflow:hidden;
	padding:0;
	margin: 0;
	height:125px;
	background-color:#f3f3f3;
}

.teaser-content-33percent .teaser-content ul{
	padding: 10px 5px 10px 15px;
}
.teaser-content-33percent .teaser-content ul li{
	font-size:11px;
	padding-bottom:5px;
}

.teaser-content-33percent .teaser-content .product-name{
	font-size:11px;
	padding-left:15px;
}

/*
 *teaser - content 50%
 */
.teaser-content-50percent{
	overflow:hidden;
	display:inline;
	width: 270px;
	height: 170px;
	background-color: transparent; 
	
}

.teaser-content-50percent .teaser-product .headline{
	background-image: url("../images/teaser/teasergrau50prozent_leiste_oben_lang.jpg");
	background-repeat:no-repeat;
	background-position: left top;
	padding: 5px 0 0px 15px;
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;

}

.teaser-content-50percent .teaser-product .bottom{
	background-image: url("../images/teaser/teasergrau50prozent_leiste_unten_lang.jpg");
	background-repeat:no-repeat;
	background-position: left bottom;
}

.teaser-content-50percent .teaser-product{
	display:block;
	overflow:hidden;
	width: 270px;
	padding:0;
	margin: 0;
	height: 160px;
	background-color:#FFF;
}

.teaser-content-50percent .teaser-product .teaser-image{
	display:block;
	overflow:hidden;
	background-color: #FFF;
	width: 75px;
	height:160px;
	padding: 0;
}

.teaser-content-50percent .teaser-product .teaser-image img{
	padding-top: 32px;
}

.teaser-content-50percent .teaser-product .teaser-content{
	display:block;
	overflow:hidden;
	width: 195px;
	background-color:#f3f3f3;
	padding:0;
	margin: 0;
}
.teaser-content-50percent .teaser-product .teaser-content .product-name-container{
	display:block;
	overflow:hidden;
	border-left: solid 3px #dae0e4;
	margin: 0;
	padding: 5px 2px 2px 12px;
	height: 90px;
}

.teaser-content-50percent .teaser-product .teaser-content .product-price{
	margin: 0;
	padding-top: 2px;
	padding-bottom: 5px;
}


.teaser-content-50percent .teaser-product .teaser-content .product-link{
	border-left: solid 3px #dae0e4;
	margin:0;
	padding-left:12px;
	padding-top: 0px;
}


.teaser-content-50percent .teaser-edition .headline{
	background-image: url("../images/teaser/teasergrau50prozent_leiste_oben_kurz.jpg");
	background-repeat:no-repeat;
	background-position: left top;
	padding: 5px 0 5px 10px;
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;

}

.teaser-content-50percent .teaser-edition .bottom{
	background-image: url("../images/teaser/teasergrau50prozent_leiste_unten_kurz.jpg");
	background-repeat:no-repeat;
	background-position: left bottom;
}

.teaser-content-50percent .teaser-edition{
	display:block;
	overflow:hidden;
	width: 270px;
	padding:0;
	margin: 0;
	height: 160px;
	background-color:#FFF;
}

.teaser-content-50percent .teaser-edition .teaser-image{
	float:left;
	overflow:hidden;
	width: 135px;
	padding:0;
	margin: 0;
	height: 160px;
	background-color:#FFF;
}
.teaser-content-50percent .teaser-edition .teaser-image img{
	width: 135px;
	height: 160px;
}

.teaser-content-50percent .teaser-edition .teaser-content{
	float:left;
	overflow:hidden;
	width: 135px;
	padding:0;
	margin: 0;
	height: 160px;
	background-color:#FFF;
}
.teaser-content-50percent .teaser-edition .teaser-content .teaser-edition-content{
	display:block;
	overflow:hidden;
	border-left: solid 3px #dae0e4;
	margin: 0;
	padding: 5px 2px 2px 7px;
	height: 122px;
}

.teaser-content-50percent .teaser-edition .teaser-content .teaser-edition-content .edition-content{
/* FIXME: these two lines were removed with the merge from trunk/hme at revision 3422
	min-height: 78px;
	height: 90px;
*/
	overflow: hidden;
}

.teaser-content-50percent .teaser-edition .teaser-content .teaser-edition-content .edition-link{
	margin-top: 0;
}

/*
 *teaser - content 67%
 */
.teaser-content-67percent{
	overflow:hidden;
	display:inline;
	width: 342px;
	height: 160px;
	background: #4882A5;
	padding: 0;
	margin-bottom: 10px;
}
.teaser-content-67percent .headline{
	background-image: url("../images/teaser/teaserblau_leiste_oben.jpg");
	background-repeat:no-repeat;
	background-position: left top;
	padding: 8px 0 2px 145px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;


}

.teaser-content-67percent .bottom{
	background-image: url("../images/teaser/teaserblau_leiste_unten.jpg");
	background-repeat:no-repeat;
	background-position: left bottom;
}


.teaser-content-67percent .navi-left{
	float:left;
	display:inline;
	background-color:#4f8db3;
	width:55px;
}

.teaser-content-67percent .navi-left input{
	padding: 40px 0 42px 10px;
}

.teaser-content-67percent .navi-right input{
	padding: 40px 10px 42px 0;
}
.teaser-content-67percent .navi-right{
	float:right;
	display:inline;
	background-color:#4f8db3;
}

.teaser-content-67percent .teaser-product{
	display:block;
	overflow:hidden;
	width: 343px;
	padding:0;
	margin: 0;
	height:125px;
	background-color:#4f8db3;
}
.teaser-content-67percent .teaser-product .teaser-image{
	display:block;
	overflow:hidden;
	background-color: #FFF;
	width: 75px;
	height:126px;
	padding: 0;
}

.teaser-content-67percent .teaser-product .teaser-image img{
	padding-top:10px;
}
.teaser-content-67percent .teaser-product .teaser-content{
	background-color: #4f8db3;
	padding-bottom: 0px;
	color: #FFF !important;
	border-left: solid 3px #377499;
	height: 116px;
	padding: 10px 2px 0 15px; 
	
}
.teaser-content-67percent .teaser-product .teaser-content .product-name-container{
	display:block;
	overflow:hidden;
	height: 78px;
}

.teaser-content-67percent .teaser-product .teaser-content .product-brandname,
.teaser-content-67percent .teaser-product .teaser-content .product-name,
.teaser-content-67percent .teaser-product .teaser-content .product-brandname a,
.teaser-content-67percent .teaser-product .teaser-content .product-name a{
	color: #FFF !important;
}

/*
 *teaser - mood
 */
.teaser-mood{
	display:block;
	overflow:hidden;
	width: 530px;
	height: 170px;
	margin:0 10px 10px 10px;
}
.teaser-mood .teaser-product{
	background: transparent;
	margin-left: 335px;
}

.teaser-mood .teaser-product .teaser-content{
	background: transparent;
	color: #FFF;
}
.teaser-mood .teaser-product .teaser-content .product-name-container{
	height: 105px;
}

.teaser-mood .teaser-product .teaser-content .product-link{
	padding-top: 0;
}


.teaser-mood .teaser-product .teaser-content .product-name-container .product-name,
.teaser-mood .teaser-product .teaser-content .product-name-container .product-name a{
	color: #FFF;
}

.teaser-mood .teaser-product .teaser-content .product-name-container .product-brandname,
.teaser-mood .teaser-product .teaser-content .product-name-container .product-brandname a{
	color: #FFF;
	font-size:12px;
	font-weight:bold;
}


/**
 * teaser - carousel
 */
.teaser-carousel-wrapper{
	display:block;
	overflow:hidden;
	width: 550px;
	height: 140px;
	margin-bottom:10px;
}

.teaser-carousel-wrapper-headline h1{
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
	text-align:center;
	margin-bottom:20px;
}


.teaser-carousel-wrapper .carousel-image{
 	float:left;
 	width: 135px;
 	height: 140px;
 	padding: 0;
 	margin:0;
}

.teaser-carousel-wrapper .teaser-carousel{
	float:left;
 	display:block;
 	overflow:hidden;
 	background-image: url("../images/teaser/30prozent_oben.jpg");
	background-repeat:no-repeat;
	background-position: left top;
	width: 415px;
	padding: 0;
	background-color:#FFF;
}

.teaser-carousel-wrapper .jcarousel-next-horizontal {
    position: absolute;
    top: 102px;
    right: 0;
    width: 32px;
    height: 22px;
    cursor: pointer;
    background: transparent url(../images/teaser/30prozent_pfeil_rechts.png) no-repeat 0 0;
}

.teaser-carousel-wrapper .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../images/teaser/30prozent_pfeil_links.png);
}

.teaser-carousel-wrapper .jcarousel-prev-horizontal {
    position: absolute;
    top: 102px;
    left: 5px;
    width: 32px;
    height: 22px;
    cursor: pointer;
    background: transparent url(../images/teaser/30prozent_pfeil_links.png) no-repeat 0 0;
}

.teaser-carousel-wrapper .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../images/teaser/30prozent_pfeil_rechts.png);
}


.teaser-carousel .bottom{
	background-image: url("../images/teaser/30prozent_unten.gif");
	background-repeat:repeat-x;
	background-position: left bottom;
}


.teaser-carousel .jcarousel-container {

}


.teaser-carousel .jcarousel-direction-rtl {
	direction: rtl;
}

.teaser-carousel .jcarousel-container-horizontal {
	margin-top:11px;
    width:  410px;
    height: 115px;
}

.teaser-carousel .jcarousel-clip-horizontal {
    width:  410px;
    height: 120px;
}


.teaser-carousel .jcarousel-item {
    width: 410px;
    height: 115px;
}

ul.productcarousel li .teaser-product{
    padding: 0;
}

ul.productcarousel li .teaser-product .teaser-image{
    padding: 0;
    width: 80px;
}

ul.productcarousel li .first-product .teaser-image{
    padding: 0;
    width: 75px;
}

ul.productcarousel li .second-product .teaser-image{
    padding: 0;
    width: 80px;
}

ul.productcarousel li .third-product .teaser-image{
    padding: 0;
    width: 60px;
}

ul.productcarousel li .teaser-product .teaser-image img{
    padding-top: 10px;
}

ul.productcarousel li .second-product .teaser-image img{
    padding-top: 0;
}

ul.productcarousel li .teaser-product .teaser-content{
    padding: 0 15px 5px 15px;
    width: 165px;
}

ul.productcarousel li .teaser-product .teaser-content .product-name-container{
    display:block;
	overflow:hidden;
	height: 88px;
}

ul.productcarousel li .teaser-product .teaser-content .product-link{
    padding:0;
}

.teaser-carousel .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.teaser-carousel .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.teaser-carousel .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.teaser-carousel .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

ul.productcarousel{
	height: 115px;
	padding-right:5px;
}

/*
 *teaser - landing page
 */
.landing-page-wrapper{
	display:block;
	overflow:hidden;
	width: 550px;
	margin-bottom:10px;
}

.landing-page-wrapper h1{
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
	text-align:center;
	margin-bottom:20px;
}

.teaser-landing-page{
	background-image: url("../images/teaser/teaserweiss_leiste_oben.jpg");
	background-repeat:repeat-x;
	background-position: left top;
	width: 550px;
	padding: 0;
	background-color:#FFF;
}

.teaser-landing-page .teaser-products{
	display:block;
	overflow:hidden;
	width: 550px;
	padding-top: 18px;
	font-size:12px;
	font-weight:bold;

}

.teaser-landing-page .teaser-products .navi-left{
	float:left;
	display:inline;
	width:50px;
}

.teaser-landing-page .teaser-products .navi-left input{
	padding: 40px 0 42px 10px;
}

.teaser-landing-page .teaser-products .navi-right input{
	padding: 40px 8px 42px 2px;
}
.teaser-landing-page .teaser-products .navi-right{
	float:right;
	display:inline;
}

.teaser-landing-page .teaser-products .teaser-product{
	display:inline;
	float: left;
	overflow:hidden;
	padding:0;
	margin: 0;
	height:120px;
}

.teaser-landing-page .teaser-products .teaser-product .teaser-image{
	padding: 4px 0 8px 0;
}

.teaser-landing-page .teaser-products .first-product .teaser-image{
	padding-right: 38px;
}

.teaser-landing-page .teaser-products .second-product .teaser-image{
	padding-right: 20px;
}

.teaser-landing-page .teaser-products .third-product .teaser-image{
	padding-left: 25px;
}


.landing-page-wrapper .bottom{
	background-image: url("../images/teaser/30prozent_unten.gif");
	background-repeat:repeat-x;
	background-position: left bottom;
}

.teaser-landing-page .teaser-content{
	overflow:hidden;
	padding:0;
	margin: 0;
	height:120px;
}

.teaser-landing-page .teaser-content .product-name{
	font-size:11px;
}
.teaser-landing-page .teaser-products .teaser-product .product-name-container {
	display:block;
	overflow:hidden;
	height: 90px;	
}

.teaser-landing-page .teaser-products .teaser-product .product-price {
	margin-bottom: 5px;	
}


.teaser-landing-page .teaser-products .teaser-product .product-link {
	padding-top: 0;	
}


/* teaser actual products */
.teaser-actual{
	background-color:#FFF;
	margin-bottom: 10px;
}

.teaser-actual .headline{
    color: #235878;
    font-size: 12px;
    font-weight: bold;
    height: 29px;
    padding: 8px 35px 5px 10px;
}

.teaser-actual .headline-de{
	background: url("../images/teaser/de_DE/t_aktuell_top.gif") no-repeat scroll 0 0 transparent;
}

.teaser-actual .headline-en{
	background: url("../images/teaser/en_US/t_aktuell_top.gif") no-repeat scroll 0 0 transparent;
}

.teaser-actual .teaser-products{
	display:block;
	overflow:hidden;
	font-size:12px;
	font-weight:bold;

}

.teaser-actual .teaser-products .navi-left{
	float:left;
	display:inline;
	width:55px;
}

.teaser-actual .teaser-products .navi-left input{
	/* padding: 40px 0 42px 10px; */
}

.teaser-actual .teaser-products .navi-right input{
	/* padding: 40px 8px 42px 2px; */
}
.teaser-actual .teaser-products .navi-right{
	float:right;
	display:inline;
}

.teaser-actual .teaser-products .teaser-product{
	display:inline;
	float: left;
	overflow:hidden;
	padding:0;
	margin: 0;
	width: 100%;
}


.teaser-actual .teaser-products .actual-product .teaser-image{
	padding: 0;
	width: 100%;
}


.teaser-actual .bottom{
	background: url("../images/teaser/t_aktuell_bottom.gif") no-repeat scroll 0 15px transparent;
	height: 25px;
    padding-left: 10px;
}

.teaser-actual .teaser-content{
	overflow:hidden;
	padding-left:10px;
	padding-top: 3px;
	margin: 0;
}

.teaser-actual .teaser-content .product-name{
	font-size:11px;
}
.teaser-actual .teaser-products .teaser-product .product-name-container {
	display:block;
	overflow:hidden;
	height: 90px;	
}

.teaser-actual .teaser-products .teaser-product .product-price {
	margin-bottom: 5px;	
}


.teaser-actual .teaser-products .teaser-product .product-link {
	padding-top: 0;	
}


/* cms-index-index image */
.cms-index-index .col-main div img{	
	padding-bottom:10px;
}
.cms-index-index .col-main div.teaser-content-50percent img{
	padding-bottom: 0;	
}

.cms-index-index .col-main div.teaser-edition img{
	padding-bottom: 0;	
}



/*
 *teaser - sidebar
 */
.teaser-sidebar{
	color:#235878;
}

.teaser-sidebar .teaser-product,
.teaser-sidebar .teaser-edition,
.teaser-sidebar .teaser-tagcloud,
.teaser-sidebar .teaser-actual,
.teaser-sidebar .teaser-address{
	float:left;
	display:inline;
	background-color:#FFFFFF;
	margin-bottom: 10px;
}

.col-left .teaser-sidebar .teaser-product,
.col-left .teaser-sidebar .teaser-tagcloud,
.col-left .teaser-sidebar .teaser-actual{
	padding:7px 0 10px 0;
	width: 160px;
}

.col-right .teaser-sidebar .teaser-product,
.col-right .teaser-sidebar .teaser-tagcloud,
.col-right .teaser-sidebar .teaser-actual{
	padding:7px 10px 10px 0;
	width: 160px;
}

.col-left .teaser-sidebar .teaser-edition{
	padding:0 0 10px 0;
	width: 160px;
}

.col-left .teaser-sidebar .teaser-edition .teaser-image img{
	width:160px;
}

.col-right .teaser-sidebar .teaser-edition{
	padding:0 0 10px 0;
	width: 170px;
}
.col-right .teaser-sidebar .teaser-edition .teaser-image img{
	width:170px;
}

.teaser-sidebar .headline{
	background-color:#00395C;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;

	padding:7px 7px 7px 10px;
	text-transform:uppercase;
}

.teaser-sidebar .teaser-product .teaser-image{
	padding: 0 0 10px 50px;
}

.teaser-sidebar .teaser-product .teaser-content{
	padding: 0 2px 0 10px;
}

.teaser-sidebar .teaser-edition .teaser-image{
	padding: 0;
}

.teaser-sidebar .teaser-edition .teaser-content{
	padding: 10px 10px 0 10px;
}

.col-right .teaser-sidebar .teaser-address{
	padding: 7px 10px 10px 10px;
	width: 150px;
}

.col-left .teaser-sidebar .teaser-address{
	padding: 7px 10px 10px 10px;
	width: 140px;
}


.teaser-left-full{
	float:left;
	margin-right:10px;
}

.teaser-right-full{
}

.teaser-left{
	float:left;
 	margin-left:10px;
}

.teaser-right{
	float:right;
 	margin-right:10px;
}

/* fix the buy product botton cart height */
.products-grid .actions .btn-product-of-the-month{
	margin-bottom: 2px;	
	height: 26px;
    width: 127px;
}

.buy-product .btn-cart,
.buy-product .btn-product-of-the-month{
	height: 26px;
}

/* wishlist */
ul.add-to-wishlist{
	margin-top: 0;
}
ul.add-to-wishlist li{
	margin-top: 0;
	padding-top: 5px;
}
.wishlist-share-form .validation-error{
	padding-right: 0; // fix the text-area width
}

.wishlist-share-form  .validation-passed{
	padding-right: 0; // fix the text-area width
}

.wishlist-sidebar{
	padding-right: 1px;
}

.wishlist-sidebar-product-image{
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 1px;
}
.wishlist-sidebar .wishlist-sidebar-product{
	padding-top: 1px;
	padding-right: 4px;
}

.wishlist-sidebar .btn-cart{
	height: 26px;
}

.wishlist-sidebar .actions{
	padding-top: 5px;
}
.wishlist-table {
	max-width: 510px;
	width: auto !important;
	width: 510px;
}
.wishlist-table th{
	padding: 7px 4px; // fix for ie6
}

.wishlist-table td{
	padding: 7px 4px; // fix for ie6
}

.wishlist-table .product-name {
	padding-top: 1px;
	line-height:14px;
	font-weight:bold;
}
.wishlist-table .product-brandname a,
.wishlist-table .product-seriesname a,
.wishlist-table .product-name a {
	color:#235878;
	font-size: 11px;
	text-decoration: none;
}


.wishlist-cart-table th{
	padding: 7px 0px; // fix for ie6
}

.wishlist-cart-table td{
	padding: 7px 0px; // fix for ie6
}


.wishlist-buttons-set{
	height: 26px;
	padding-top: 10px;
}

/* shopping basket */
.wishlist-cart-content{
	padding:12px 0 0 0;
	margin:0;
}

.wishlist-cart-content .data-table tfoot td{
	padding: 7px 0; // fix for ie6
}

.wishlist-cart-content .data-table .first{
	padding-left: 0; // fix for ie6
}
.wishlist-cart-content .data-table .last{
	padding-right: 0;
}

.wishlist-cart-content .data-table tfoot .last{
	padding-right: 0;
	border-bottom:0;
}

.wishlist-cart-content .cart-table thead th{
	padding: 5px 0 6px 0; // fix for ie6
}


.wishlist-cart-content .cart-table tbody td{
	padding: 7px 0; // fix for ie6
}

.wishlist-cart-content .cart-table tbody tr.separator td{
	padding: 0;	
} 

.wishlist-cart-content .cart-table .first{
	padding-left: 0; // fix for ie6
}

.wishlist-cart-content .cart-table .last{
	padding-right: 0;
}

.wishlist-cart-content .cart-table .button_links{
	float: left;
	width: 530px;
}

.wishlist-cart-content  .cart-table .button_links li.last{
	float: right;
}

.wishlist-cart-table {
	max-width: 530px;
	width: auto !important;
	width: 530px;
 	margin-left:10px;
 	margin-right:10px;
}

.cart .wishlist-cart-total{
	padding-right: 10px;
}

.break-words {
	word-wrap: break-word;
	white-space: pre-wrap;
}


/* newletter */
.form-subscribe span.validation-error,
.form-subscribe span.validation-passed{
	padding-right: 0;
}

.sendfriend-product-send span.validation-error,
.sendfriend-product-send span.validation-passed{
	padding-right: 0;
}
.sendfriend-product-send .form-list p{
	padding-left: 495px;
	padding-bottom:5px;
}

.sendfriend-product-send  p.required{
	padding-right: 5px;
}

/* */
#nyroModalFull .nyroModalClose{
	display:none;	
}


/* Travel Value & Duty Free Landing Page Style */

table.tvdf_landingpage {
	border-collapse: collapse;
	border: none;
	margin-bottom:20px;
}

th.tvdf_landingpage {
	border-bottom: 1px solid #c2c7cd;
	vertical-align: center;
	text-align: right;
	font-weight: bolder;
	padding: 5px;
	padding-right:15px;
	padding-top:15px;
	font-size: 1.5em;
	margin-bottom:5px;
}

td.tvdf_landingpage {
	border-bottom: 1px solid #c2c7cd;
	padding: 5px;
	padding-top:15px;
}

a.tvdf_landingpage {
	display: block;
	margin-top:5px;
	margin-bottom: 10px;
	text-decoration: none;
	font-weight: bold;
}

img.tvdf_landingpage{
	vertical-align: middle;
}

p.tvdf_landingpage_info{
	margin-left:20px;
}

p.tvdf_landingpage_header{
	color: #01273C;
	font-family: Trebuchet MS, arial, verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 23px;
	word-spacing: 0.14em;
	margin-left: 20px;
}

div.tvdf_landingpage {
	margin-top: 15px;
}

/** product of the month */
.product-of-the-month{
}

.product-of-the-month .banner{
	position:relative;
	overflow: hidden;
	top: 10px;
	left:10px;	
	width: 530px;
	height: 85px;
	clear:both;
}

.product-of-the-month .banner img{
}

.product-of-the-month .headline{

}
.product-of-the-month .description{
	padding:  5px 0;
	line-height: 14px;
}

.product-of-the-month .link{
   margin-top: 10px;	
}

.product-view .product-of-the-month{
	margin-bottom: 15px;	
}

.product-view .product-shop .product-of-the-month{
	position:relatvie;
	background-color: #e0e3e6;
    margin: 15px 0 12px;
    padding: 7px 2px 10px 10px;
}

.product-view .product-shop .add-to-cart .product-of-the-month{
	background-color: #e0e3e6;
	width: 202px;
	margin-left: -10px;
    padding-right: 10px;
}

.category-view .product-of-the-month{
    width: 530px;
} 
/* discount */
.discount-table{
	margin-top: 5px;
}

.discount{
	
}
.discount .name{
}

.discount .title {
	
}
.discount .title img{
    position: relative;
    top: -5px;	
}
.discount .title .text{
    vertical-align: center;
}

.discount .action{
    text-align:center;	
}
.discount .price{
    text-align: right;
}

.discount .price .discount-price{
    color: red;
    font-weight:normal;
}

.discount .price .actual-price{
	font-weight: bold;	
}


.hmeinvitation-index-index .hmeinvitation {
	width: 650px;
	padding: 20px;
	
}
.hmeinvitation-index-index .hmeinvitation {
	
}
.hmeinvitation-index-index .hmeinvitation h2 {
	color:  #01273C;
}
.hmeinvitation-index-index .hmeinvitation h5 {
	color:  #01273C;
}
.hmeinvitation-index-index .hmeinvitation .pretext{
	padding: 10px 0 0 0;
}
.hmeinvitation-index-index #invite_from {
	width: 320px;
	float: left;
	padding: 10px 0px;
}
.hmeinvitation-index-index #invite_to{
	width: 320px;
	float: left;
	padding: 10px 0px;
}
.hmeinvitation-index-index .hmeinvitation .form-buttons{
	width: 600px;
}
.hmeinvitation-index-index .hmeinvitation li {
	line-height: 28px;
	clear: both;
}
.hmeinvitation-index-index .hmeinvitation li span{
	line-height: 28px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.hmeinvitation-index-index .hmeinvitation li label {
	display: block;
	float: left;
	width: 130px;
}
.hmeinvitation-index-index .hmeinvitation .message li label {
	line-height: 14px;
	font-weight: bold;
	color: #01273C;
}
.hmeinvitation-index-index .hmeinvitation li .input-text {
	width: 130px;
	padding-right: 10px;
}
.hmeinvitation-index-index .hmeinvitation li textarea {
	width: 460px;
	height: 130px;
}
.hmeinvitation-index-index .hmeinvitation li select {
	width: 145px;
}
.hmeinvitation-index-index .hmeinvitation  button {
	padding: 10px 0 0 100px;
}
.hmeinvitation-index-index .hmeinvitation .buttons-set p {
    float: left;
    font-size: 11px;
    padding: 10px 0 0 0;
    text-align: left;
    width: 460px;
    margin-top: 0px;
}
.hmeinvitation-index-index .hmeinvitation .buttons-set p.label {
	width: 130px;
}
.hmeinvitation-index-index .error-msg {
	margin: 15px 20px;
}
.hmeinvitation-index-index .validation-advice {
	padding: 0 0 0 130px !important;
	float: left;
	clear: both;
	color: #f00;
	line-height: 14px;
}
.hmeinvitation-index-index .btn-close {
	float:right;
}

#shoppingAssistentPage h2 {
	padding-bottom: 10px;
}
#shoppingAssistentPage .left {
	text-align: left;
	width: 49%;
}
#shoppingAssistentPage .right {
	text-align: left;
	width: 49%;
}

#shoppingAssistentPage ul {
	list-style: none outside none;
	padding: 0;
}
#shoppingAssistentPage li{
	clear: both;
	line-height: 28px;
	padding: 0;
}
#shoppingAssistentPage li label {
	display:block;
	width: 130px;
	float:left;
}
#shoppingAssistentPage li span {
	line-height: 28px;
	padding-bottom: 2px;
	padding-top: 2px;
}
#shoppingAssistentPage li .input-text{
	width: 335px;
}
#shoppingAssistentPage #date,
#shoppingAssistentPage #time{
	width: 100px;
}
#shoppingAssistentPage #telephone1{
	width: 60px;
	padding-right: 40px;
}
#shoppingAssistentPage #telephone2{
	width: 228px;
}
#shoppingAssistentPage textarea {
	width: 335px;
	height: 150px;
	margin-top: 6px;
}
#shoppingAssistentPage button {
	margin-left: 135px;
	width: 335px;
	text-align: right;
}

#shoppingAssistentPage .validation-advice{
	clear: both;
	color: #FF0000;
	float: left;
	line-height: 14px;
	padding: 0 0 0 130px !important;
}
#shoppingAssistentPage .error {
	border: 1px solid red;
	padding: 10px;
	color: red;
	margin-bottom: 10px;
}
#shoppingAssistentPage .success {
	border: 1px solid green;
	padding: 10px;
	color: green;
	margin-bottom: 10px;
}

#shoppingAssistentPage .terms p{
	width: 80%;
	font-size: 11px;
	line-height: 13px;
}
#shoppingAssistentPage .calendar {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}
#shoppingAssistentPage .cal_btn_up {
	display:block;
	height: 11px;
	width: 23px;
	padding:0px;
	background: url('../images/datePicker/calendar_btn_up.png') no-repeat scroll left top transparent;
}
#shoppingAssistentPage .cal_btn_down {
	display:block;
	height: 15px;
	width: 23px;
	padding:0px;
	background: url('../images/datePicker/calendar_btn_down.png') no-repeat scroll left top transparent;
}

#nyroModalWrapper #shoppingAssistentLayerContent{
	background: #ffffff;
}
#shoppingAssistentLayerContent {
	padding: 10px;
}
#shoppingAssistentLayerContent h2 {
	float:left;
}

#shoppingAssistentLayerContent .close {
	position: absolute;
	top: 10px;
	right: 10px;
}
#shoppingAssistentLayerContent .close img {
	padding-left: 5px;
}

#shoppingAssistentLayerContent .btn img{
	padding: 10px 10px 0px 10px;
	text-align: center;
}
#shoppingAssistentLayerContent .btn a{
	text-decoration: none;
}

.giftcard .price{
    color: red;
}

#callback-form .cb-hour, #callback-form .cb-minute {
    width: 50px;
}

