/* Global definitions */
/* ----------------- */
img {
	border: 0;
}

/* default definitions for the whole page. */
#site {
	background-color: #820000;
	background-image: url('background/site.jpg');
	background-repeat: repeat-x;	
	color: black;
	font: 12px arial;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	margin: 0;
	text-align: center;
}															

#site table {
	font-size: 12px;
}

#site .text_title {
	font-size:20px;
	font-weight:bold;
}

#site .text_headline {
	font-size:12px;
	font-weight:bold;
	padding-bottom:8px;
}

.error_hideout {
	display: none;
}

.hideout {
	display: none;
}

.error_text {
	color:red;
}

.boxExpand{
	cursor: pointer;
	position: absolute;
}

.boxCollapse{
	cursor: pointer;
	position: absolute;
}

.break {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pointer {
	cursor:pointer;	
}

.raise1 {
	position:relative;
	top:-1px;
}

.raise2 {
	position:relative;
	top:-2px;
}

div.red  a{
	color:#DF0000;
}

.footnote {
	color: gray;
	font-size: 10px;
}

/* only for IE6 */
#site .inp-radio {
	position:relative;
	-top: 1px;
}

#contact .inp-radio{
	position: static;
}

/* Header */
/* ----------------- */

/* position and dimension of the header */
#header {
	width: 995px;
	height: 131px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	color: #000000;
	font-family: arial;
	font-size: 12px;
	text-align: left;
	z-index: 1;
}


/* position, dimension and image of the store logo*/
#header .logo {
	position: absolute;
	cursor:pointer;
}


/* account */
#header #account {
	left: 10px;
	top: 91px;
	width: 195px;
	height: 34px;
	position:absolute;
}

#header #account #accountTextBox {
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	left: 36px;
	height: 32px;
	-height: 34px;
	width: 158px;
	position:absolute;
}

#header #account #accountText {
	left:15px;
	overflow:hidden;
	position:absolute;
	top:8px;
	width:133px;
	white-space:nowrap;
}

#header #account #accountText a {
	text-decoration: none;
}

#header #account #accountIcon {
	background-repeat:no-repeat;
	height:47px;
	width:48px;
	left:-6px;
	top:-7px;
	position:absolute;
	z-index: 1;
}

#header #account .loginIcon {
	background-image:url(header/login.png);
}

#header #account .logoutIcon {
	background-image:url(header/logout.png);
}


/* Search */
#header #search {
	left: 425px;
	top: 50px;
	height: 25px;
	width: 327px;
	position: absolute;
}

#header #search .searchCategory {
	left:0px;
	width:124px;
	position:absolute;
}

#header #search select {
	width:100%;
}

#header #search input {
	width:100%;
}


#header #search .searchLabel {
	left:0;
	position:absolute;
}

#header #search .searchQuery {
	left:124px;
	width:140px;
	-width:143px;
	top: -1px;
	position:absolute;
}

#header #search .searchSubmit {
	background-image:url(header/go_ie.gif);
	background-repeat:no-repeat;
	height:22px;
	left:267px;
	width:58px;
	cursor:pointer;
	position:absolute;
}

/* header links */

#links {
	font-size:11px;
	margin:0;
	position:absolute;
	right:10px;
	top:1px;
}

#links td a {
	font-size:11px;
	color:white;
	text-decoration:none;
}

#links .seperator {
	margin-left:10px;
	height:8px;
	width:1px;
	background-color: rgb(255, 255, 255);
	overflow:hidden;
	margin-top:1px;
}

#links .seperatorbox {
	width:21px;
}

#links .linkbox {
	color: rgb(255, 255, 255);
}

#header li {
	display: inline;
	margin-left: 8px;
}

#links li a {
	border-left:1px solid #FFFFFF;
	color:white;
	padding-left:9px;
	padding-right:0;
	text-decoration:none;
}

#header li.first {
	border-left:0 none;
	margin-left:0;
}

#links .first a {
	border-left:medium none;
}

#header li.last {
}


/* navigation */
#navigation {
	left: 210px;
	top: 91px;
	width: 540px;
	height: 34px;
	position:absolute;
}

#navigation ul {
	margin:0;
	padding:0;
}

#navigation li {
	float:left;
	display:inline;
	margin:0;
	padding:0;
	height: 34px;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
}

#navigation li a {
	display: block;
	width: 100%;
	height: 100%;
}

#navigation .separator {
	background-color: #CCCCCC;
	height: 34px;
	width: 1px;
}

/* topnavlayer */
#navigationTopnavLink {
	 height:0px;
	 width:0px;
	 line-height:0px;
}

#topnavlayer-container {
	display:block;
	left:0;
	position:absolute;
	text-align:center;
	top:116px;
	width:100%;
	z-index:9999;
}

#topnavlayer-container  .headline{
	background:transparent url(topnav/top-border-grey.jpg) repeat-x scroll left bottom;
}

#topnavlayer-container-iframe {
	display:block;
	left:0;
	position:absolute;
	text-align:center;
	top:116px;
	width:100%;
	z-index:9998;
}

#topnavlayer-iframe {
	border:0 none;
	display:block;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:0;
}

#topnavlayer-container .layer {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:0;
	width:776px;
	text-align: left;
}

#topnavlayer-container .layer-small {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:0;
	width:561px;
	text-align: left;
}

#topnavlayer-container .topnavlayer-top {
	height: 400px;
	/*
	width: 748px;
	overflow: hidden;
	*/
}

#topnavlayer-container .topnavlayer-footer {
	height:97px;
	margin-top:8px;
	overflow:hidden;
}

#topnavlayer-container .topnavlayer-footer-small {
	display: none;
}

#topnavlayer-container .topnavlayer-border-topleft {
	background: transparent url(topnav/topnav_border_topleft.gif) no-repeat;
	height: 16px;
	width: 6px;
	font-size: 0px;
}

#topnavlayer-container .topnavlayer-border-top {
	background: transparent url(topnav/topnav_border_top.gif) no-repeat;
	height: 16px;
	width: 764px;
	font-size: 0px;
}

#topnavlayer-container .topnavlayer-border-top-small {
	background: transparent url(topnav/topnav_border_top.gif) no-repeat;
	height: 16px;
	width: 549px;
	font-size: 0px;
}

#topnavlayer-container .topnavlayer-border-topright {
	background: transparent url(topnav/topnav_border_topright.gif) no-repeat;
	height: 16px;
	width: 6px;
	font-size: 0px;
}

#topnavlayer-container .topnavlayer-border-left {
	background: transparent url(topnav/topnav_border_left.gif) no-repeat;
	width: 6px;
	font-size: 0px;
}

#topnavlayer-container .topnavlayer-border-right {
	background: transparent url(topnav/topnav_border_right.gif) no-repeat;
	width: 6px;
	font-size: 0px;
}

#topnavlayer-container .topnavlayer-border-bottomleft {
	background: transparent url(topnav/topnav_border_bottomleft.gif) no-repeat;
	height: 6px;
	width: 6px;
	font-size: 0px;
}

#topnavlayer-container .topnavlayer-border-bottom {
	background: transparent url(topnav/topnav_border_bottom.gif) no-repeat;
	height: 6px;
	width: 764px;
	font-size: 0px;
}

#topnavlayer-container .topnavlayer-border-bottom-small {
	background: transparent url(topnav/topnav_border_bottom.gif) no-repeat;
	height: 6px;
	width: 549px;
	font-size: 0px;
}

#topnavlayer-container .topnavlayer-border-bottomright {
	background: transparent url(topnav/topnav_border_bottomright.gif) no-repeat;
	height: 6px;
	width: 6px;
	font-size: 0px;
}

#topnavlayer-container .topnavlayer-content {
	position:relative;
	width: 764px;
	background: transparent url(topnav/bg_layer.jpg) repeat-x center bottom;
	text-align: left;
}

#topnavlayer-container .topnavlayer-content-small {
	position:relative;
	width: 549px;
	background: transparent url(topnav/bg_layer.jpg) repeat-x center bottom;
	text-align: left;
}

#topnavlayer-container .topnavlayer-box {
	padding: 8px;
}

#topnavlayer-container .mr8 {
	margin-right: 8px;
}

#topnavlayer-container .mb8 {
	margin-bottom: 8px;
}

#topnavlayer-container .mb5 {
	margin-bottom: 5px;
}

#topnavlayer-container .topnavlayer-column {
	float: left;
	background: transparent url(topnav/bg_column.jpg) no-repeat;
	height: 400px;
	width: 172px;
	overflow: hidden;
}

#topnavlayer-container .topnavlayer-container {
	padding:1px 11px;
}

#topnavlayer-container .topnavlayer-banner-column {
	float: left;
	background: transparent url(topnav/bg_banner.jpg) no-repeat;
	height: 196px;
	width: 207px;
	overflow: hidden;
}

#topnavlayer-container .topnavlayer-banner-container {
	float: left;
	width: 207px;
	height: 400px;
}

#topnavlayer-container .topnavlayer-banner-container-small {
	display: none;
}

#topnavlayer-container .banner-image {
	width: 185px;
	height: 35px;
}

#topnavlayer-container .banner-container {
	padding:7px 11px;
}

/* layer text */
#topnavlayer-container .topnavlayer-column, #topnavlayer-container .topnavlayer-banner-column {
	line-height:25px;
}

#topnavlayer-container  ul li {
	height:25px;
}

#topnavlayer-container ul {
	display:block;
	border:0 none;
	padding:0;
	list-style-type:none;
	margin:0;
}

#topnavlayer-container li{
	background:transparent url(topnav/border-grey.jpg) repeat-x scroll left bottom;	
}

#topnavlayer-container li, #topnavlayer-container li a {
	font-size: 11px;
	height: auto;
	padding:0;
	text-transform:none;
	text-decoration:none;
	display:block;
	color: #000;
	font-weight: normal;
}

/* text entry */
#topnavlayer-container li.entry {
	margin-left: 8px;
}

/* headline with icon*/
#topnavlayer-container li.headline, #topnavlayer-container li.headline  a {
	font-size: 11px;
	font-weight: bold;
	color: #DF0000; 
}

#topnavlayer-container li.headline span {
	background-repeat:no-repeat;
	color:#DF0000;
	display:block;
	padding:5px 0 0;
	vertical-align:top;
	white-space:nowrap;
}

#topnavlayer-container li.headline span.icon-go-red {
	background-image:url(button/icon/icon_go_red.gif);
	background-position:3px 11px;
	background-repeat:no-repeat;
	padding:0 0 0 14px !important;
}

/* spacer */
#topnavlayer-container li.spacer {
	height: 25px;
	background: none;
	border: 0 none;
}

/* banner */
#topnavlayer-container li.banner-headline {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-transform:uppercase;
}

#topnavlayer-container .banner-image-2 {
	height: 75px;
	width: 185px;
	font-size: 0pt;
}

#topnavlayer-container .banner-image-4 {
	height: 35px;
	width: 185px;
	font-size: 0pt;
}
#topnavlayer-container .banner-footer-image-1 {
	height: 97px;
	width: 747px;
	float: left;
	font-size: 0pt;
}

#topnavlayer-container .banner-footer-image-2 {
	height: 97px;
	width: 370px;
	float: left;
	font-size: 0pt;
}

#topnavlayer-container .banner-footer-image-3 {
	height: 97px;
	width: 245px;
	float: left;
	font-size: 0pt;
}

#topnavlayer-container .banner-spacer-2 {
	margin-right: 7px;
}

#topnavlayer-container .banner-spacer-3 {
	margin-right: 6px;
}

#topnavlayer-container li.banner-headline span {
	margin-left: 3px;
}

#topnavlayer-container .topnavlayer-footer-column {
	float:left;
	height:97px;
	width:370px;
}

/* Footer */
/* ----------------- */
#footer {
	color: white;
	font: 11px arial;
	left: 0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 995px;
	height: 20px;
	margin: 10px auto auto auto;
}

#footer span {
	cursor: pointer;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer ul {
	margin: 0 0;
	padding: 0px;
}

#footer li.first {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

#footer li.last {
}

#footer li {
	border-left: 1px solid white;
	display: inline;
	margin-left: 4px;
	padding-left: 8px;
}

#footer .position {
	left: 210px;
	position: relative;
	text-align: center;
	width: 540px;
}

#footer .taxnote {
	margin-top: 3px;
}


/* doormat */

#doormat {
	background-image: url(background/links.jpg);
	color: black;
	font: normal normal 11px arial;
	padding: 7px 10px 5px;
}

#doormat div {
	color: #E3001A;
}

#doormat ul {
	list-style-type: none;
	margin: 3px 0 0;
	padding: 0;
}

#doormat li {
	color: black;
	line-height: 15px;
	clear:both;
}

#doormat li.topheadline {
	color: #E3001A;
}

#doormat li.last {
	visibility: hidden;
}

#doormat span {
	color: #E3001A;
}

#doormat div.raquo {
    color: #e3001a;
    margin:0px 3px 1px 0px;
    line-height: 14px;
    float:left;
}

#doormat a {
	color: #797979;
	text-decoration: none;
}

#doormat span.popup, #doormat span.layer {
	color: #797979;
	cursor: pointer;
	float:left;
}

#doormat .store, #doormat .quicklinks, #doormat .service, #doormat .doormatlinks {
	float: left;
}

#doormat .doormatlinks {
	width: 120px;
}

#doormat .store {
	width: 225px;
}

#doormat .quicklinks {
	margin-left: 10px;
	width: 120px;
}

#doormat .service {
	margin-left: 10px;
	width: 120px;
}



#doormat .store ul {
	float: left;
}

#doormat .store ul.first {
	width: 115px;
}

#doormat .store ul.last {
	margin-left: 10px;
	width: 100px;
}

/* margin areas */
/* ----------------- */
#marginLeft {
	width: 10px;
}

#marginRight {
	width: 10px;
}

/* shopping cart */
/* ----------------- */
#shoppingCart {
	left: 755px;
	top: 91px;
	height: 34px;
	width: 230px;
	position:absolute;
}

#shoppingCart #shoppingCartBox {
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	left: 36px;
	height: 32px;
	-height: 34px;
	width: 193px;
	position:absolute;
	color: #000000;
	cursor: pointer;
	font-family: arial;
	font-size: 12px;
}

#shoppingCart #shoppingCartText {
	left: 20px;
	top: 8px;
	position:absolute;
}

#shoppingCart #shoppingCartIcon {
	background-image:url(header/shoppingCart.png);
	background-repeat:no-repeat;
	height:47px;
	width:48px;
	left:-6px;
	top:-7px;
	position:absolute;
	z-index: 1;
}

#shoppingCart #shoppingCartCounter {
	background-image:url(header/shoppingCartCounter.png);
	background-repeat:no-repeat;
	height: 36px;
	width: 36px;
	top: -18px;
	left: 168px;
	position:absolute;
}

#shoppingCart #shoppingCartCounterText {
	position:absolute;
	text-align: center;
	top: 11px;
	width: 36px;
	color: #FFFFFF;
}

#shoppingCart .boxExpand, #shoppingCart .boxCollapse {
	right:24px;
}

#shoppingCart .content {
	padding: 0 10px;
	background-color: #F3F3F3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	position:relative;
}

#shoppingCart .tableBorderFirst {
	width: 208px;
	line-height: 25px;
	border-top: none;
}

#shoppingCart .tableBorder {
	border-top: 1px solid #CCCCCC;
	line-height: 25px;
	width: 208px;
}

#shoppingCart .hideContent {
	display:none;
}

#shoppingCart .shoppingCartEmpty {
	height: 0px;
}

#shoppingCart .link {
	color:red;
	line-height:20px;
	text-decoration:none;
}

#shoppingCart .sliderTarget {
	position:absolute;
	top:34px;
}

/* Content areas */
/* ----------------- */

#content {
	margin: 0 auto;
	text-align: left;
	width: 995px;
}

#content td {
	vertical-align: top;
}

#content td.separatorLeft, #content td.separatorRight {
	width: 5px;
}

#content div.separator {
	border-top:1px solid #CCCCCC;
	font-size:0;
	line-height:0;
}

#contentMiddle .productPlacement, #contentLeft .productPlacement, #contentRight .productPlacement {
	font-size: 0;
	line-height: 0;
}

#contentMiddle .productPlacement a, #contentLeft .productPlacement a, #contentRight .productPlacement a {
	display: block;
	height :100%;
}


/* Content left area */
/* ----------------- */
#contentLeft {
	background-color: #F3F3F3;
	min-height: 0;
	position: relative;
	width: 195px;
}

#contentLeft .box1 {
	overflow: hidden;
	position: relative;
	width: 195px;
}
						

/* Content middle area */
/* ----------------- */
#contentMiddle {
	background-color: white;
	padding: 7px 7px 0;
	position: relative;
	width: 526px;
}

/* breadcrumb (remove me?)*/
#contentMiddle .breadcrumb {
	color: black;
	line-height: 13px;
	padding-bottom: 8px;
	position: relative;
	font-size:11px;
}

#contentMiddle .breadcrumb a {
	color: black;
	text-decoration: none;
}

#contentMiddle .breadcrumb a:HOVER {
	color: #DF0000;
}

/* breadcrumb */
#breadcrumb {
	color:#FFFFFF;
	font-size:11px;
	margin:0 auto;
	padding: 0;
	position:relative;
	text-align:left;
	width:995px;
	height:24px;
}

#breadcrumb .breadcrumb {
	margin:0 252px 0 217px;
	width:526px;
	line-height: 8px;
	padding:5px 0 11px;
}

#breadcrumb .breadcrumb a {
	color: #FFF;
	text-decoration:none;
}



/* boxes in content middle */
#contentMiddle .boxless {
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	width: 526px;
}

#contentMiddle .box1, #contentMiddle .box2First, #contentMiddle .box2Last, #contentMiddle .separator {
	margin-bottom: 10px;
}

#contentMiddle .box1, #contentMiddle .box2First, #contentMiddle .box2Last {
	overflow: hidden;
	position: relative;
}

#contentMiddle .box1 {
	width: 524px;
	-width: 526px;
}

#contentMiddle .box2First, #contentMiddle .box2Last {
	float: left;
	width: 256px;
	-width: 258px;
}

#contentMiddle .box2Last {
	margin-left: 10px;
}

#contentMiddle .box3First, #contentMiddle .box3, #contentMiddle .box3Last {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

#contentMiddle .box3First, #contentMiddle .box3Last {
	float: left;
	width: 167px;
	-width: 169px;
}

#contentMiddle .box3 {
	float: left;
	width: 166px;
	-width: 168px;
}

#contentMiddle .box3, #contentMiddle .box3Last {
	margin-left:10px;
}


#contentMiddle  .moreInfos{
	margin-top: 19px;
	width: 72px;
	-width: 79px;
}


/* area newsletter in content middle*/
#newsletter {
	margin-top: 10px;
	width: 526px;
	float: left;
	height: 37px;
	color: #989898;
	font-size: 11px;
	padding-top:2px;
}

#newsletter .label {
	margin:5px 10px 0px;
	float: left;
}

#newsletter .email {
	width:203px;
	float: left;
	margin-right: 10px;
	-margin-right: 6px;
	display: inline;
}

#newsletter .email input {
	width: 200px;
}

#newsletter .submit {
	float:left;
}

#newsletter .question {
	left:443px;
	position: absolute;
	top:14px;
}

#newsletterDoormat_email {
	margin-bottom: 8px;
	color: #989898;
}


/* Content right area */
/* ----------------- */
#contentRight {
	min-height: 10px;
	position: relative;
	width: 230px;
}

#contentRight .box1 {
	margin-bottom: 5px;
	overflow: hidden;
	width: 228px;
	-width: 230px;
	position: relative;
}


/* area mystore */
#contentRight #mystoreTeaser  .mystorehead {
	height: 40px;
	width: 226px;
}

#contentRight #mystoreTeaser .mystoremystore {
	height: 45px;
	width: 102px;
}

#contentRight #mystoreTeaser .mystorethere4u {
height:45px;
margin:0 0 0 6px;
width:102px;
}

#contentRight #mystoreTeaser .mystoretopproducts {
cursor:pointer;
height:45px;
margin:5px 0 0;
width:210px;
}

#contentRight #mystoreTeaser .mystorecontent {
	padding: 0 0 7px 9px;
}

#contentRight #mystoreTeaser #mystoremystorecontent .mystoremystorecontent {
	width: 200px;
	-width:210px;
	padding: 34px 0 0 11px;
	overflow:hidden;
}


#contentRight #mystoreTeaser #mystoremystorecontent .marketimage {
	height: 55px;
	width: 55px;
}

#contentRight #mystoreTeaser #mystoremystorecontent .imageseperator {
	width:10px;
	height: 1px;
	float: left;
}

#contentRight #mystoreTeaser #mystoremystorecontent .mystorebutton {
	padding:0 15px 10px 0;
}

#contentRight #mystoreTeaser #mystoremystorecontent .mystoremystorecontentseperator {
	height:7px;
}

#contentRight #mystoreTeaser #mystoremystorecontent .mystoremystorebottom {
	height: 8px;
	width: 211px;
}

#contentRight #mystoreTeaser #mystoremystorecontent .mystoremystorecontenttop {
	height: 11px;
	width: 102px;
	position:absolute;
	top:39px;
}

#contentRight #mystoreTeaser #mystoremystorecontent .mystoremystorecontentmiddle {
	height: 38px;
	width: 208px;
	position:absolute;
	top:50px;
	padding-left: 10px;
}

#contentRight .sliderToggle {
	height: 40px;
	overflow: hidden;
}

#contentRight .sliderTarget {
}

#contentRight .sliderContent {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 40px;
	width: 100%;
}

#contentRight .sliderContent .image {
	margin-top: -40px;
}


/* mystore content */

#contentMiddle #myStoreMarketSelector {
	height:45px;
	background-image: url('background/fader_gray176.gif');
	background-position:bottom;
	background-repeat:repeat-x;
}

#contentMiddle #myStoreMarketSelector .title {
	float: left;
	padding: 13px 0 0 10px;
}

#contentMiddle #myStoreMarketSelector .selector {
	float:right;
	font-weight:bold;
	padding: 10px 10px 0 0;
}

#contentMiddle #myStoreMarketSelector .selectbox {
	width: 250px;
}

#contentMiddle #myStoreMainContent .content {
	padding: 5px 10px 10px 10px;
	background-image: url('background/fader_gray176.gif');
	background-position:bottom;
	background-repeat:repeat-x;
}

#contentMiddle #myStoreMainContent .block {
	padding:15px 0 0;
}

#contentMiddle #myStoreMainContent .headline {
	line-height:12px;
	margin: 5px 0 6px;
	text-transform:uppercase;
}

#contentMiddle #myStoreMainContent .seperator {
	border-top:1px solid #989898;
	margin : 8px 0;
	font-size:0;
	line-height:0;
	height:0;
}

#contentMiddle #storeLocation {
	background-image: url('background/fader_gray176.gif');
	background-position:bottom;
	background-repeat:repeat-x;
}

#contentMiddle #storeLocation .map {
	margin:12px 12px 12px 12px;
	height:525px;
	width:500px;
}

#contentMiddle #storeLocation .buttonrow {
	margin:10px 0 0 10px;
}

#contentMiddle #myStoreMainContent #myStoreSelectorTable .tableCell {
	text-align:left;
	vertical-align:top;
	font-size:12px;
}

#contentMiddle #myStoreMainContent .tdSeparator {
	width: 25px;
}

#contentMiddle #myStoreMainContent .selectionArea {
	height:140px;
	width:504px;
	overflow-x:scroll;
	overflow-y:hidden;
}

#contentMiddle #myStoreMainContent .alphabet {
	padding: 6px 5px;
}

#contentMiddle #myStoreMainContent #storeSelector a:hover {
	color: black;
	cursor: pointer;
}

#contentMiddle #myStoreMainContent #storeSelector a {
	color: #DF0000;
	text-decoration: none;
}

#contentMiddle #myStoreMainContent #storeSelector td.alphabetSeperator {
	background-color: #989898;
	padding: 0;
}

#contentMiddle #myStoreMainContent #storeSelector td.alphabetSeperator div {
	width: 1px;
}

#contentMiddle #myStoreMainContent #storeSelector td {
	height: auto;
	line-height: 10px;
	padding: 0 5px;
	vertical-align: middle;
}

#contentMiddle #myStoreMainContent #storeSelector table {
	border-collapse: collapse;
	border-spacing: 0;
}

#contentMiddle #myStoreMainContent #storeSelector .unlinked {
	color: #797979;
}

#contentMiddle #myStoreMainContent .outletlink {
	color:#DF0000;
	text-decoration:none;
	cursor: pointer;
}

#contentMiddle #myStoreMainContent .outletRow {
	height:15px;
	width:185px;
}

#contentMiddle #myStoreMainContent .storeprefix {
	color:#DF0000;
	float:left;
	top:-2px;
}

#contentMiddle #myStoreMainContent .storename {
	float:left;
	margin-left:3px;
}

#contentMiddle #myStoreMainContent .googlelabel {
	font-weight:bold;
	font-size:20px;
}

#contentMiddle #myStoreMainContent a {
	text-decoration:none;
	color:#797979;
}

/* area product recommendations */
#contentRight .productrecommendationhead {
	height: 36px;
	width: 226px;
}

#contentRight .productrecommendationcontent {
	height: 130px;
}

#catalogEntryList .mystorecategory {
	position:relative;
}

#catalogEntryList .mystorecategory h2 {
	font-size:20px;
	margin:10px;
	width:506px;
}

/* Dummy css classes to identify elements for our toggle event */
.sliderTarget {
}
.sliderToggle {
}

/* my account */
/* ------- */
#contentMiddle .myAccountContentLeft {
	left:539px;
	position:absolute;
	top:1px;
}

#yourAccountBox {
	width:228px;
}

.box-right-holder {
	border:1px solid #CCCCCC;
	margin-bottom:10px;
}

.bg-gradient-60 {
	background-image:url(background/bg_gradient_60.gif);
}

.bg-gradient-60 {
	background-color:#FFFFFF;
	background-position:0 100%;
	background-repeat:repeat-x;
}

.box-right-cnt {
	padding:7px 10px 8px;
}

#sslBox {
	border: 0 none;
	height:108px;
	width:228px;
}

#sslBox .sslIconAndTitle {
	height: 46px;
	position: relative;
}

#sslBox .sslIcon {
	background-repeat: no-repeat;
	position: absolute;
	height: 36px;
	left: 10px;
	top: 13px;
	width: 36px;
}

#sslBox .sslTitle {
	position: absolute;
	left: 57px;
	top: 22px;
	font-weight: bold;
}

#sslBox .sslText {
	padding: 10px;
}

#sslBox .link {
	text-decoration: underline;
	cursor: pointer;
}


/* buttons */
/* ------- */

#site .button{
	cursor: pointer;
	height: 17px;
	-height: 20px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 5px;
	padding-top: 1px;
	text-decoration:none;
}

#site .button2{
	cursor: pointer;
	height: 19px;
	-height: 25px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 9px;
	padding-top: 4px;
	font-size: 12px;
}


#site .red_button2 {
	background-image: url('button/fader_red23.gif');
	background-repeat:repeat-x;
	border:solid 1px #b0031a;
	color:#ffffff;
	cursor: pointer;
	height: 19px;
	-height: 25px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 9px;
	padding-top: 4px;
}


#site .white_button2 {
	background-image: url('button/fader_white23.gif');
	background-repeat:repeat-x;
	border:1px solid #cccccc;
	color: #df0000;
	cursor: pointer;
	height: 19px;
	-height: 25px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 9px;
	padding-top: 4px;	
}


#site .button3 {
	width: 100px;
	position: relative;
}

#site .button3LeftPartLeft{
	background-image: url('button/leftPartLeft.gif');
	background-repeat: no-repeat;	
	cursor: pointer;
	height: 25px;
	left:0;
	overflow: hidden;
	position:absolute;
	top:0;
	width: 13px;
	
}

#site .button3LeftPartRight{
	background-image: url('button/partBackground.gif');
	background-repeat: repeat-x;	
	border-left: none;
	cursor: pointer;
	height: 19px;
	-height: 25px;
	margin-left:13px;
	overflow: hidden;
	padding-left: 5px;
	padding-top: 4px;
	white-space: nowrap;
}

#site .button3RightPartLeft{
	background-image: url('button/partBackground.gif');
	background-repeat: repeat-x;	
	border-right: none;
	cursor: pointer;
	height: 19px;
	-height: 25px;
	margin-right:13px;
	overflow: hidden;
	padding-left: 5px;
	padding-top: 4px;
	white-space: nowrap;	
}

#site .button3RightPartRight{	
	background-image: url('button/rightPartRight.gif');
	background-repeat: no-repeat;	
	cursor: pointer;
	height: 25px;
	overflow: hidden;
	position:absolute;
	right:0;
	top:0;
	width: 13px;	
}

#site .button4{
	cursor: pointer;
	height: 33px;
	-height: 39px;	
	overflow: hidden;
	padding-left: 9px;
	padding-top: 4px;
	border:1px solid #cccccc;
}

#site .imageButtonVar {
	background:transparent url(button/fader_red23.gif) repeat-x scroll 0 0;
	border:1px solid #b00317;
	color:#ffffff;
	cursor:pointer;
	margin-bottom:3px;
	padding-bottom:3px;
	padding-left:4px;
	padding-top:4px;
	width:150px;
	
}

#site .imageButtonVarIcon {	
	background:transparent url(button/shoppingCart.gif) no-repeat scroll left center;
	padding-left:20px;
}



/* my account */
/* ---------- */
#navigationLeft {
	color: #989898;
	font-weight: bold;
	line-height: 23px;
	padding-bottom: 10px;
}

#navigationLeft ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 10px 0;
}

#navigationLeft ul.selected {
	display: block;
}

#navigationLeft ul ul {
	border: 1px solid #C3C3C3;
	border-top: 0;
	display: none;
	padding: 5px 9px;
}

#navigationLeft ul ul ul {
	border: 0;
	padding: 0 0 0 9px;
}

#navigationLeft li li li {
	font-weight: normal;
}

#navigationLeft li a {
	background: url(myaccount/navigation/category.bmp) repeat-x;
	color: white;
	display: block;
	height: 25px;
	padding: 0 9px;
	text-decoration: none;
	text-transform: uppercase;
}

#navigationLeft li li a {
	background: url(myaccount/navigation/border-gray.bmp) repeat-x bottom left;
	height: auto;
	-height: 0;
	color: black;
	padding: 0;
	text-transform: none;
}

#navigationLeft a:HOVER, #navigationLeft a.selected {
	color: #DF0000;
}

#navigationLeft a.last {
	background: url();
}

#contentMiddle .firstcolumn {
	padding:  0 0 17px 0;
}

#contentMiddle .secondcolumn {
	padding: 0 0 17px 0;
	float: right;
}

#myAccount .info {
	background-image: url(button/info.gif);
	display: none;
	height: 15px;
	margin-left: 3px;
	position: absolute;
	top: -1px;
	width: 9px;
}

#myAccount #masterDataInfoSign {
	left:192px;
	position:absolute;
	top:14px;
}

#myAccount #masterDataEmailText {
	position: relative;
}

#myAccount a {
	text-decoration: none;
}

#myAccount table {
	width: 100%;
}

#myAccount .red {
	color: red;
}

#myAccount .white {
	color: white;
}

#myAccount .black {
	color: black;
}

#myAccount .bold {
	font-weight: bold;
}

#myAccount .information {
	position: relative;
}

#myAccount .wide {
	width: 500px;
}

#myAccount .header {
	font-size: 20px;
	font-weight: bold;
}

#myAccount .smallheader {
	font-size: 14px;
	font-weight: bold;
}

#myAccount .text {
	padding: 10px 0;
}

.line {
	border-top: 1px solid #CCCCCC;
	font-size: 0;
	line-height: 0;
}

#myAccount .red_button.button2 {
	background-image: url(button/fader_red23.gif);
	background-repeat: repeat-x;
	border: 1px solid #B0031A;
	color: white;
}


#myAccountCancelAccount .cancel {
	float: right;
	width: 92px;
}

#myAccountCancelAccount .singlecolumn {
	padding: 10px 0 0 0;
}

#myAccountCancelAccount .firstcolumn, #myAccountCancelAccount .secondcolumn {
	padding: 10px 0 17px 0;
}

#myAccountCancelAccount .radio {
/*	left: -3px;*/
	position: relative;
}

#myAccountCancelAccount .checkbox {
	display: block;
	float: left;
	clear: left;
	height: 12px;
	padding: 0;
	margin: 0;
}

#myAccountCancelAccount .paragraph {
	margin-top: 10px;
}


#myAccountChangePassword input {
	width: 250px;
}

#myAccountChangePassword .change {
	float: right;
	width: 170px;
	-width: 179px;
}

#myAccountChangePassword .cancellink {
	color: black;
	text-decoration: underline;
}


#myAccountConfirmPassword .continue {
	float:right;
	width:83px;
}

#myAccountConfirmPassword input {
	width: 250px;
}


#myAccountForgetPassword .continue {
	float:right;
	width:83px;
}

#myAccountForgetPassword input {
	width: 250px;
}


#myAccountGiftcard .balancetext {
	padding-left: 10px;
}

#myAccountGiftcard .giftcardHeader {
	padding: 10px;
}

#myAccountGiftcard .giftcardImage {
	background-image: url(myaccount/giftcard.gif);
	float: left;
	height: 118px;
	margin: 0 10px 10px 10px;
	width: 118px;
}

#myAccountGiftcard .giftcardInfo {
	float: left;
	margin-bottom: 10px;
	width: 376px
}

#myAccountGiftcard .giftcardText {
	padding: 10px 0 0 0;
}

#myAccountGiftcard .terms {
	float: right;
	margin: 10px 0 0 10px;
	width: 157px;
}

#myAccountGiftcard .faq {
	float: right;
	margin: 10px 0 0 10px;
	width: 96px;
}

#myAccountGiftcard .checkText {
	margin: 10px;
}

#myAccountGiftcard .onecolumn {
	padding: 0 0 17px 10px;
}

#myAccountGiftcard input {
	float: left;
	width: 244px;
}

#myAccountGiftcard .check {
	float: right;
	margin: 10px 10px 10px 0px;
}


#myAccountMyStore .box1 {
	margin: 10px 0 0 0;
}

#myAccountMyStore .storeHeader {
	padding: 10px;
}

#myAccountMyStore .storeImage {
	background-color:#F3F3F3;
	border:1px solid #CCCCCC;
	float:left;
	height:175px;
	width:234px;
	margin: 0 10px 0 0;
}

#myAccountMyStore .storeContent {
	padding: 0 10px 10px;
}

#myAccountMyStore .storeInfo {
	float:left;
	width: 250px;
}

#myAccountMyStore .storeText {
	padding: 10px 0 0 0;
}

#myAccountMyStore .smallcolumn {
	width: 60px;
}

#myAccountMyStore select {
	width: 240px;
}

#myAccountMyStore .continue {
	margin-top:10px;
	width: 85px;
}

#myAccountMyStoreEvents {
	border: 1px solid #CCCCCC;	
	margin-top: 10px;
	min-height: 57px;
	-height: 80px;
	padding: 10px;
}

#myAccountMyStoreEvents .myMarketTitle {
	margin-bottom: 5px;
}

#myAccountMyStoreEvents .eventSummary {
	overflow: auto;
	margin-top: 8px; 	
}

#myAccountMyStoreEvents .eventSummaryDate {
	position: absolute;
	left: 10px;
	width: 120px;
}

#myAccountMyStoreEvents .eventSummaryDescription {
	position: relative;
	margin-left:130px;
}

#myAccountMyStoreEvents .eventSummaryMoreLink {
	color: #DF0000;
	cursor: pointer;
}

#myAccountMyStoreEvents .eventDetail {
	overflow: auto;
	margin-top: 8px;
	height: 175px;
}

#myAccountMyStoreEvents .eventDetailImage {
	position: absolute;
	left: 10px;
	width: 234px;
	height: 175px;
	background: no-repeat;	
}

#myAccountMyStoreEvents .eventDetailTextBox {
	position: relative;
	margin-left:254px;
}


#myAccountMyStoreEvents .eventDetailDateAndSummary {
	font-size: 1.2em;
	font-weight: bold;
}

#myAccountMyStoreEvents .eventDetailText {
	margin-top: 5px;
}

#myAccountNewsletter #errorBox table {
	width:482px;
}

#myAccountNewsletter .globalErrorBox {
	width:482px;
}


#myAccountNewsletter .globalErrorBox ul li {
	width: 460px;
}

#myAccountNewsletter select.formInput{
	width: 243px;
}

#myAccountNewsletter .innerbox1 {
	padding: 10px;
	-width:524px;
}

#myAccountNewsletter .box1 {
	background-image: url('background/fader_gray176.gif');
	background-position:bottom;
	background-repeat:repeat-x;
}

#myAccountNewsletter .textTitle {
	font-weight: bold;
}

#myAccountNewsletter .inputField {
	width:240px;
}

#myAccountNewsletter .button {
	float:right;
	width: 75px;
	margin-bottom: 10px;
}

#myAccountNewsletter .inputArea {
	margin-bottom: 10px;
}

#myAccountNewsletter .checkbox {
	display: block;
	float: left;
	clear: left;
	height: 14px;
	padding: 0;
	margin: 0;
	margin-right: 6px;
	top: 1px;
}

#myAccountNewsletter .radio {
	margin-left: 0px;
	position:relative;
	top: 2px;
	width:15px;
}

#myAccountNewsletter .date_day {
	width: 68px;
	margin-right: 2px;
	float: left;
}

#myAccountNewsletter .date_month {
	width: 66px;
	margin-right: 2px;
	float: left;
}

#myAccountNewsletter .date_year {
	width: 109px;
	float: left;
}

#myAccountNewsletter .newsletterField {
	padding-top: 10px;
}

#myAccountNewsletter .fieldLabel {
	margin-right: 10px;
}

#myAccountNewsletter .fieldBox {
	padding-top: 10px;
	padding-bottom: 10px;
}


#myAccountNewsletter .newsletterfirstcolumn {
	width: 265px;
}

#myAccountNewsletter .column {
	padding-top: 10px;
}

#myAccountNewsletter .buttonwhite {
	float:right;
	width: 65px;
	margin-bottom: 10px;
}

#myAccountNewsletter .buttonarea {
	float:right;
	width:180px;
}

#myAccountNewsletter .checkboxarea {
	width:305px;
}

#myAccountNewsletter .newsletterHeader1 {
	background-image: url(myaccount/newsletterHeader1.jpg);
	background-repeat: no-repeat;
	height: 35px;
	margin-bottom: 10px;
}

#myAccountNewsletter .newsletterHeader2 {
	background-image: url(myaccount/newsletterHeader2.jpg);
	background-repeat: no-repeat;
	height: 35px;
	margin-bottom: 10px;
}

#myAccountNewsletter .newsletterHeader3 {
	background-image: url(myaccount/newsletterHeader3.jpg);
	background-repeat: no-repeat;
	height: 35px;
	margin-bottom: 10px;
}

#myAccountNewsletter .newsletterHeader0 {
	background-image: url(myaccount/newsletterHeader0.jpg);
	background-repeat: no-repeat;
	height: 35px;
	margin-bottom: 10px;
}

#myAccountNewsletter u {
	cursor: pointer;
}


#myAccountNewsletter .formInput{
	width: 240px;
}

#myAccountNewsletter .buttonM {
	background-color:#F2F2F2;
	background-image:url(c4button.bmp);
	background-position:bottom bottom;
	background-repeat:repeat-x;
	border:1px solid #CCCCCC;
	color:#E2001A;
	padding:3px 7px;
	float: right;
	margin-left: 10px;

}

#myAccountNewsletter .buttonM a{
	color:#E2001A;
	text-decoration:none;
}

#myAccountNewsletter .left {
	float: left;
}

#myAccountNewsletter .boxHeader {
	font-weight:bold;
	margin-bottom: 5px;
}

#myAccountNewsletter .lastcolumn {
	padding: 0px;
}

#myAccountNewsletter #newsletterChangeData {
	padding-top: 10px;
	margin-bottom: 0px;
}

#myAccountNewsletter #newsletterchange_table {
	width:504px;
	float:left;
	margin:0px;padding:0px;
}

#myAccountNewsletter #newsletterchange_table .formInput {
	width: 240px;
}

#myAccountNewsletter #newsletterchange_table #newsletterOutlet {
	width: 248px;
}

#myAccountNewsletter #newsletterchange_table #newsletterchange_table_column_gender {
	padding-top: 0;
}

#myAccountNewsletter #newsletterinputtable #newsletterOutlet {
	width: 248px;
}



#myAccountPayment .change {
	float: right;
	width: 69px;
}

#myAccountPayment .singlecolumn {
	padding: 10px 0 0 0;
	position: relative;
}

#myAccountPayment .buttoncolumn {
	padding: 10px 0 17px 0;
}

#myAccountPayment input {
	width: 238px;
}

#myAccountPayment select {
	width: 242px;
}

#myAccountPayment .radio {
	left: -3px;
	position: relative;
	width: 0px;
}

#myAccountPayment .no_first {
	float: left;
	width: 55px;
}

#myAccountPayment .no_other {
	float: left;
	margin-left: 2px;
	width: 55px;
}

#myAccountPayment .date_month {
	float: left;
	width: 55px;
}

#myAccountPayment .date_year {
	float: left;
	margin-left: 2px;
	width: 65px;
}

#myAccountPayment .spacer {
	float: left;
	width: 119px;
}


#myAccountRegister u {
	cursor: pointer;
}

#myAccountRegister input {
	width: 250px;
}

#myAccountRegister .checkbox {
	left:-3px;
	top:-1px;
	width:22px;
	margin:0;
	padding:0;
}

#myAccountRegister .column1 {
	width: 25px;
}

#myAccountRegister .column2 {
	width: 235px;
}

#myAccountRegister .column3 {
	width: 270px;
}

#myAccountRegister .footnote {
	color: gray;
	font-size: 10px;
}

#myAccountRegister .firstcolumn {
	width: 260px;
}

#myAccountRegister .secondcolumn {
	position: relative;
}

#myAccountRegister .singlecolumn {
	padding: 0 0 10px 0;
}

#myAccountRegister .tinycolumn {
	padding: 5px 0 0 0;
}

#myAccountRegister .regremtinycolumn {
	padding:20px 0px;
}

#myAccountRegister .textcolumn {
	padding: 15px 0;
}

#myAccountRegister .radio {
	margin:0;
	padding:0;
	width: 15px;
}

#myAccountRegister .register {
	float: right;
	width: 89px;
}

#myAccountRegister .captchaContainer {
	width:250px;
}

#myAccountRegister .adjust {
	margin-top: 4px;
}

#myAccountRegister .smalladjust {
	margin-top: 2px;
}

#myAccountMasterData .inp-text {
	width: 245px;
}

#myAccountMasterData .phone_prefix {
	width: 62px;
	float: left;
	margin-right: 2px;
}

#myAccountMasterData .phone_number {
	width: 173px;
	float: left;
}

#myAccountMasterData .date_day {
	width: 68px;
	margin-right: 2px;
	float: left;
}

#myAccountMasterData .date_month {
	width: 66px;
	margin-right: 2px;
	float: left;
}

#myAccountMasterData .date_year {
	width: 109px;
	float: left;
}

#myAccountMasterData .singlecolumn {
	padding: 0 0 10px 0;
}

#myAccountMasterData .footnote {
	color: gray;
	font-size: 10px;
}

#myAccountMasterData .inputStreet {
	float:left;
	margin-right:2px;
	width:195px;
}

#myAccountMasterData .inputHousenumber {
	float:left;
	width:40px;
}

#myAccountMasterData table {
	border-collapse: collapse;
}					

#myAccountMasterData .firstcolumn , #myAccountMasterData .secondcolumn {
	width: 253px;
}

#myAccountWishlist .headerText{
	float:left;
}

#myAccountWishlist .header {
	padding: 10px;
}

#myAccountWishlist .settings {
	background-color: #F3F3F3;
	height: 30px;
}

#myAccountWishlist .selecter {
	height: 30px;
	margin: 10px 0;
}

#myAccountWishlist .floatedText {
	float: left;
	padding: 8px 0 0 10px;
}

#myAccountWishlist .run {
	float: left;
	margin: 3px 0 0 8px;
}

#myAccountWishlist select {
	float: left;
	margin: 3px 0 0 10px;
}

#myAccountWishlist .select-page-count {
	width: 50px;
}


#myAccountWishlist .selectCheckbox {
	float: left;
	left: 7px;
	position: relative;
	top: 7px;
}

#myAccountWishlist .catalogEntry input {
	left:10px;
	top:10px;
	-left: 6px;
	-top: 7px;
	position: absolute;
}

#myAccountWishlist .catalogEntry .image a, #myAccountWishlist .catalogEntry .manufacturer a {
	display: block;
	height: 100%;
}

#myAccountWishlist .catalogEntry .info a {
	color: #DF0000;
	cursor: pointer;
	text-decoration: none;
}

#myAccountWishlist .catalogEntry .buttonRemove {
	border: 1px solid #CCCCCC;
	bottom: 10px;
	padding: 5px;
	position: absolute;
	right: 10px;
	width: 120px;
}

#myAccountWishlist .catalogEntry .buttonRemove a {
	color: #DF0000;
	cursor: pointer;
	text-decoration: none;
}

#myAccountWishlist .catalogEntry .buttonRemove .remove {
	background: url(products/cross.bmp) no-repeat;
	padding-left: 18px;
}

#myAccountWishlist .paginator {
	height: 30px;
	position: relative;
}

#myAccountWishlist .paginator table {
	position: absolute;
	right: 9px;
	top: 8px;
	width: 0;
}

#myAccountWishlist .paginator td {
	padding: 0 5px;
}

#myAccountWishlist .paginator a {
	color: black;
	text-decoration: none;
}

#myAccountWishlist .paginator a:HOVER, #myAccountWishlist .paginator td.selected a {
	color: #DF0000;
}

#myAccountWishlist .paginator td.selected a {
	font-weight: bold;
}

#myAccountWishlist .paginator td.jumpLeft {
	padding-left: 0;
}

#myAccountWishlist .paginator td.jumpRight {
	padding-right: 0;
}

#myAccountWishlist .paginator td.jumpLeft a, #myAccountWishlist .paginator td.jumpRight a {
	color: #DF0000;
	position: relative;
	top: -2px;
}

#myAccountWishlist .paginator td.first, #myAccountWishlist .paginator td.previous {
	padding-left: 0;
}

#myAccountWishlist .paginator td.last, #myAccountWishlist .paginator td.next {
	padding-right: 0;
}

#myAccountWishlist .paginator td.first a, #myAccountWishlist .paginator td.next a, #myAccountWishlist .paginator td.last a, #myAccountWishlist .paginator td.previous a {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 15px;
}

#myAccountWishlist .paginator td.first a {
	background-image: url(products/paginatorfirst.bmp);
	width: 4px;
}

#myAccountWishlist .paginator td.previous a {
	background-image: url(products/paginatorprevious.bmp);
	width: 6px;
}

#myAccountWishlist .paginator td.next a {
	background-image: url(products/paginatornext.bmp);
	width: 6px;
}

#myAccountWishlist .paginator td.last a {
	background-image: url(products/paginatorlast.bmp);
	width: 4px;
}

#myAccountLogin .text {
	padding: 10px 0 10px 0;
}

#myAccountLogin .register_text {
	width: 400px;
}

#myAccountLogin .back {
	float: left;
	width: 79px;
}

#myAccountLogin .container_main {
	padding: 10px 0 10px 0;
	position: relative;
}

#myAccountLogin .container_left {
	padding: 10px 0 10px 0;
	position: relative;
}

#myAccountLogin .container_right {
	position: absolute;
	right: 0;
	top: 6px;
}

#myAccountLogin .login {
	float:right;
	width:89px;
}

#myAccountLogin .register {
	width: 89px;
}

#myAccountLogin input {
	width: 258px;
}

#myAccountPersonal .innerBox {
	margin: 10px;
}

#myAccountPersonal .header {
	padding: 0px;
	line-height:21px;
	padding-bottom: 2px;
}

#myAccountPersonal .image_box {
	height: 118px;
	padding: 10px 0px;
}

#myAccountPersonal .text {
	height: 65px;
	padding: 0px;
}

#myAccountPersonal .box2First, #myAccountPersonal .box2Last {
	background-image: url('background/fader_gray176.gif');
	background-position: center bottom;
	background-repeat: repeat-x;
}

#myAccountPersonal .button_link {
	float: right;
	margin: 10px 0px 10px 0px;
	padding: 1px 5px 2px 5px;
	border:1px solid #CCCCCC;
	color:#DF0000;
}

#myAccountPersonal .button_pass {
	width: 101px;
}

#myAccountPersonal .button_pay {
	width: 100px;
}

#myAccountPersonal .button_quit {
	width: 80px;
}


#myAccountRepairStatus input {
	width: 240px;
}

#myAccountRepairStatus select {
	width: 244px;
}

#myAccountRepairStatus .text_bold {
	font-weight: bold;
	padding: 10px 0;
}

#myAccountRepairStatus .form_submit {
	float: right;
	width: 65px;
}

#myAccountRepairStatus #form_repair_status .firstcolumn {
	padding:  0 0 17px 0;
}

#myAccountRepairStatus #form_repair_status .secondcolumn {
	padding: 0 0 17px 0;
	float: right;
}




/* jobs */
/* ---- */

#jobs form {
	padding:0;
	margin:0;
}

#jobs .jobs_margins {
	margin-left:10px;
	margin-right:10px;
	margin-top:6px;
	padding-bottom:6px;
}

#jobs .jobs_margins_left {
	margin-left:10px;
}

#jobs .left {
	float:left;
}

#jobs .link {
	text-decoration:underline;
	cursor:pointer;
}

#jobs_outlet_selection_headline {
	font-size:20px;
	font-weight:bold;
	margin-left:10px;
	margin-top:6px;
}

#jobs_outlet_selection_text {
	font-size:12px;
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;
	margin-top:9px;
}

#jobs .jobs_outlet_selection_select {
	float:left;
	margin-left:18px;
	margin-top:12px;
	width:186px;
	-width:188px;
	color: #000;
}

#jobs_unsolicited_outlet_selection_headline {
	font-size:20px;
	font-weight:bold;
	margin-left:10px;
	margin-top:6px;
}

#jobs_unsolicited_outlet_selection_text {
	font-size:12px;
	margin-left:10px;
	margin-right:10px;
	margin-top:9px;
}

#jobs .jobs_outlet_selection {
	float:left;
	margin-left:10px;
	margin-top:15px;
}

#jobs .jobs_submit {
	bottom:10px;
	position:absolute;
	right:10px;
}

#jobs .jobs_list_jobs_submit {
	float:left;
	margin-left:13px;
	margin-top:15px;
}

#jobs .jobs_list_jobs_searchbox_label {
	float:left;
	margin-left:9px;
	-margin-left:5px;
	margin-top:20px;
}

#jobs .jobs_list_jobs_searchbox {
	float:left;
	margin-left:10px;
	margin-top:17px;
	width:109px;
	-width:111px;
}

#jobs .jobs_list_jobs_outlet_selection {
	float:right;
	margin-top:-4px;
}

#jobs .jobs_list_jobs_outlet_selection_select {
	float:left;
	margin-right:10px;
	margin-top:10px;
	margin: 7px 10px 0 0;
	width: 160px;
}

#jobs .job_detail_buttons {
	margin: 14px 10px 3px 0;
}

#jobs .jobs_list_jobs {
	margin-left:10px;
	margin-right:10px;
	margin-top:14px;
}

#jobs .jobs_list_jobs_label {
	height:20px;
}

#jobs .jobs_list_jobs_link {
	color:#E3001A;
	text-decoration:none;
}

#jobs .jobs_list_jobs_jobs_category_margins {
	margin-bottom:4px;
	margin-top:9px;
}

#jobs_unsolicited_start li {
	padding-bottom:8px;
}

#jobs .jobs_unsolicited_spacer {
	padding-bottom:5px;
}

#jobs .jobs_unsolicited_start_submit {
	float:right;
	margin-right:10px;
	padding-top:13px;
}

#jobs .jobs_unsolicited_hidden {
	display:none;
}

#jobs .jobs_unsolicited_col_left {
	float:left;
	padding-left:10px;
}

#jobs .jobs_unsolicited_col_right {
	float:right;
	padding-right:10px;
}

#jobs .jobs_unsolicited_single_col {
	padding-left:10px;
	padding-right:10px;
}

#jobs .jobs_unsolicited_input_text {
	padding-bottom:2px;
	padding-top:17px;
	overflow:hidden;
	width:240px;
}


#jobs .jobs_unsolicited_input_long {
	width:240px;
	-width:242px;
}

#jobs .jobs_unsolicited_input_phone_left {
	float:left;
	width:67px;
	-width:69px;
}

#jobs .jobs_unsolicited_input_phone_right {
	float:right;
	margin-right:7px;
	-margin-right:9px;
	width:166px;
	-width:163px;
}

#jobs .jobs_unsolicited_input_date_day {
	float:left;
	width:70px;
	-width:72px;	
}

#jobs .jobs_unsolicited_input_date_month {
	float:left;
	margin-left:2px;
	width:68px;
	-width:70px;
}

#jobs .jobs_unsolicited_input_date_year {
	float:left;
	margin-left:2px;
	width:96px;
	-width:96px;
}

#jobs .jobs_unsolicited_radio_text {
	margin-right:10px;
}

#jobs .jobs_unsolicited_store_selection_select {	
	float:left;
	margin-left:12px;
	margin-top:5px;
	width:502px;
	-width:504px;		
}

#jobs .jobs_unsolicited_store_selection_select option {	
}

#jobs .jobs_unsolicited_store_selection_submit {
	float:right;
	margin:10px 10px 0 0;
}


#jobs .jobs_unsolicited_different_submit {
	float:right;
	margin-right:21px;
	padding-top:11px;
	width:93px;
	-width:95px;
}

#jobs .jobs_unsolicited_end_finish {
	float:right;
	margin: 11px 10px 0 0;
}

#jobs .jobs_unsolicited_headline_spacer {
	padding-bottom:4px;
	margin-left:10px;
	margin-right:10px;
	padding-top:4px;
}

#jobs .jobs_unsolicited_text_spacer {
	padding-bottom:14px;
	margin-left:10px;
	margin-right:10px;
	padding-top:15px;
}

#jobs .jobs_unsolicited_radio_salutation {
	padding-top:2px;
}

#jobs .jobs_unsolicited_raiser3 {
	position:relative;
	top:-3px;
}

#jobs .jobs_unsolicited_input_text_move {
	padding-top:16px;
}

#jobs .jobs_unsolicited_input_text_name {
	padding-bottom:2px;
	padding-top:11px;
	overflow:hidden;
	width:240px;
}

#jobs .jobs_unsolicited_red {
	color:#df0000;
}

#jobs .jobs_unsolicited_school {
	width:502px;
	-width:504px;
}

#jobs .jobs_unsolicited_vita_file {
}


#jobs .jobs_unsolicited_2_title2_spacer {
	padding-bottom:9px;
}


#jobs .jobs_unsolicited_2_vita_spacer {
	padding-bottom:17px;
}

#jobs .jobs_unsolicited_2_vita_text_spacer {
	padding-bottom:7px;
}

#jobs .jobs_unsolicited_2_references_spacer {
	padding-bottom:21px;
}

#jobs .jobs_unsolicited_2_references_files_spacer {
	padding-bottom:10px;
}

#jobs .jobs_unsolicited_2_references_text_spacer {
	padding-bottom:7px;
}

#jobs .jobs_unsolicited_2_attachment_headline_spacer {
	padding-bottom:15px;
}

#jobs .jobs_unsolicited_3_additional_text_spacer {
	padding-bottom:17px;
}

#jobs .jobs_unsolicited_4_subtitle_spacer {
	padding-bottom:4px;
	margin-left:10px;
	margin-right:10px;
	padding-top:4px;
}

#jobs .jobs_unsolicited_4_headline_spacer {
	padding-bottom:9px;
}

#jobs .jobs_unsolicited_4_text_spacer {
	padding-bottom:9px;
}

#jobs .jobs_unsolicited_4_privacy_spacer {
	padding-bottom:30px;
}

#jobs .jobs_unsolicited_4_button_spacer {
	padding-bottom:6px;
}


#jobs .jobs_unsolicited_4_text {
	height:auto;
	width:210px;
	padding-bottom: 0;
}

#jobs .jobs_unsolicited_4_checkbox {
	float:left;
	width:23px;	
}

#jobs .jobs_unsolicited_4_privacy_text {
	margin-left:2px;
	width:460px;
}

#jobs .jobs_unsolicited_end_text {
	margin-left:60px;
	position:relative;
	width:200px;
}

#jobs .jobs_unsolicited_end_content {
	float:left;
	margin-left:15px;
	width:434px;
}

#jobs .jobs_unsolicited_end_link {
	color:black;
	text-decoration:underline;	
}

#jobs .jobs_unsolicited_end_top_spacer {
	padding-bottom:20px;
}

#jobs .jobs_unsolicited_end_spacer {
	padding-bottom:16px;
}

#jobs .jobs_unsolicited_title_spacer {
	padding-bottom:7px;
}

#jobs .jobs_unsolicited_subtitle_spacer {
	padding-bottom:7px;
	margin-left:10px;
	margin-right:10px;
	padding-top:10px;
}

#jobs .jobs_top_margins {
	margin-left:10px;
	margin-right:10px;
	margin-top:6px;
	margin-bottom:2px;
}

#jobs .jobs_unsolicited_3_input_text {
	padding-top:9px;
	overflow:hidden;
	width:240px;
}

#jobs .jobs_unsolicited_outlet_selection_headline {	
	margin-left:10px;
	margin-right:10px;
	margin-top:14px;
	margin-bottom:2px;
}

#jobs .jobs_unsolicited_content_left {	
	float:left;
}

#jobs .jobs_unsolicited_content_left_end {	
	float:left;
	margin-left:20px;
}

#jobs .jobs_unsolicited_table {	

}

#jobs .jobs_unsolicited_table_col {	
	padding-left:10px;
	padding-top:15px;
	width:50%;
}

#jobs .jobs_unsolicited_table_label_spacer {	
	line-height:19px;
	display:inline;
}

#jobs .jobs_unsolicited_table_col_salutation {
	padding-left:10px;
	padding-top:8px;
}

#jobs .jobs_unsolicited_table_col_name {
	padding-left:10px;
	padding-top:9px;
}

#jobs .jobs_unsolicited_1_next_submit {
	float:left;
	width:66px;
	-width:78px;
}

#jobs .jobs_unsolicited_1_button_row, #jobs .jobs_unsolicited_2_button_row , #jobs .jobs_unsolicited_3_button_row  {
	height:25px;
	float: right;
	margin: 37px 10px 0 0;
}

#jobs .jobs_unsolicited_next_submit {
	float:left;
	margin-left:10px;
	position:relative;
	width:56px;
	-width:68px;
}

#jobs .jobs_unsolicited_back_submit {
	float:left;
	margin-left:10px;
	position:relative;
	width:67px;
	-width:69px;
}

#jobs .jobs_unsolicited_stop_submit {
	float:left;
	position:relative;
	width:88px;
	-width:90px;
}


#jobs .jobs_unsolicited_4_button_row  {
	height:25px;
	float: right;
	margin: 11px 10px 0 0;
}



/* search */
/* ------ */
#searchTermResultBox {
	width:526px;
	overflow: hidden;
}

#globalsearch_result_table a {
	text-decoration: none;
	color: black;
}

.globalsearch_result_box {
	border: solid 1px #cccccc;
	margin: 5px 0px 10px 0px;
}

.globalsearch_result_headline {	
	font-size:20px;
	font-weight:bold;
	padding: 5px 5px 10px;	
}

.globalsearch_result_entry {
	background-image: url('background/fader_white138.gif');
	background-position:bottom;
	background-repeat:repeat-x;
	width:100%;	
}

.globalsearch_result_find_price {
	float:left;
	width:62px;
}

.globalsearch_result_productname {
	font-weight:bold;
	height:34px;
	width:240px;
}

.globalsearch_result_productdescription {
	height:80px;
	overflow:hidden;
	width:240px;
}

.globalsearch_result_info_remember {
	height:26px;
	width:240px;
}

#globalsearch_result_table .globalsearch_result_info_remember a {
	color: #df0000;
	text-decoration: none;
}

.globalsearch_result_info {
	background-image: url('button/info.gif');
	background-repeat:no-repeat;
	padding-left:12px;
}

.globalsearch_result_remember {
	background-image: url('content_layer/staple.bmp');
	background-repeat:no-repeat;
	color:#df0000;
	cursor:pointer;
	margin-left:0px;
	padding-left:16px;
}

.globalsearch_result_button_price {
	color:#df0000;
	width:86px;
	-width:88px;
}

.globalsearch_result_mepe_headline {
	float:left;
	font-weight:bold;
	padding-bottom:5px;
}

.globalsearch_result_right {
	margin-top: 5px;
	float: right;
}

#globalsearch_result_table .globalsearch_result_right a {
	color: #df0000;
	text-decoration: none;
}

.globalsearch_result_select_label {
	padding-top:3px;
	padding-left:10px;
	font-weight:bold;
}

.globalsearch_result_select_label2 {
	padding-top:3px;
	padding-left:10px;
}

.globalsearch_result_show_all {
	margin-right:0px;
	width:90px;
	-width:98px;
}

.globalsearch_result_show_all_div {
	text-align:right;	
}

.globalsearch_result_select {
	border: solid 1px #cccccc;
	margin-left:10px;
	width:130px;
	-width:138px;	
}

.globalsearch_result_redstar {
	background-image: url('content_layer/redstar.jpg');
	background-repeat:no-repeat;
	float:left;
	height:13px;
	width:14px;
}

.globalsearch_result_greystar {
	background-image: url('content_layer/greystar.jpg');
	background-repeat:no-repeat;
	float:left;
	height:13px;
	width:13px;
}

.globalsearch_result_ratingcount {
	float:left;
	padding-left:5px;
}

.globalsearch_result_music_artist {
	font-weight:bold;
}

.searchResultBox { 
	background-color: #000000;
	color: #FFFFFF;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	font-weight: bold;
}
	
.searchNavi { 
	background-color: #FFFFFF;
	color: #000000;
	border: solid thin #999999;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
}
	
.searchNaviSeparator {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top:1px solid #999999;
}

.searchResultCategory { 
	font-weight: bold;
	margin-bottom: 10px;
}

.searchTopFacet a { 
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
	
.searchFacet { 
	margin-top: 5px;
	margin-left: 10px;
	padding-top: 5px;
	border-top:1px solid #999999;
}

.searchFacet a { 
	text-decoration: none;
	color: #000000;
}
	
.searchTopFacet a:HOVER, .searchTopFacet a.selected, .searchFacet a:HOVER, .searchFacet a.selected {
	color: #999999;
}

.googlelabel {
	font-size:20px;
	font-weight:bold;
}

.jobs_unsolicited_store_selection_option {
	font-weight: bold;	
}


.globalsearch_result_price_tax {
	font-size:9px;
	color:#797979;
}

.globalsearch_result_description {
	width: 100%;	
}

.globalsearch_result_mepe_description {
	width:100%;
}

.globalsearch_result_mepe_image {
	border: 1px solid #ccc;	
}

.globalsearch_result_download_speaker {
	background-image: url('content_layer/red_loudspeaker.gif');
	background-repeat: no-repeat;
	color:#df0000;
	cursor:pointer;
	height:14px;
	padding-left:20px;
	text-decoration:none;
	width:16px;
}

.globalsearch_result_download_addToCart_button {
	background-image: url('content_layer/addToCart.gif');
	background-repeat: no-repeat;
	cursor:pointer;
	height:25px;
	width:139px;
}

.globalsearch_result_red_button2 {
	background-image:url(button/fader_red23.gif);
	background-repeat:repeat-x;
	border:1px solid #B0031A;
	color:#FFFFFF;
	cursor:pointer;
	height:19px;
	overflow:hidden;
	padding:3px 9px;
	white-space:nowrap;
	width:100%;
}

.globalsearch_result_download_box_speaker {
	float:left;
}

.globalsearch_result_download_box_addToCart {
	float:right;
	margin-bottom:5px;
	margin-right:10px;
	margin-top:10px;
}

.globalsearch_result_download_box_remember {
	float:left;
	margin-left:10px;
}

.globalsearch_result_download_link_row {
	width:100%;
	height:25px;
}

.globalsearch_result_button_price {
	margin-bottom:10px;	
}

.globalsearch_result_select_box {
	background-color:#F1F1F1;
	padding-top:5px;
	min-height:21px;
}

.globalsearch_result_spacer {
	height:6px;
}

#globalsearch_result_table .globalsearch_result_table_image_col {	
	padding:10px 0px 10px 10px;
	vertical-align:middle;
	width:120px;
}

#globalsearch_result_table .globalsearch_result_table_image_col a {
	float:left;
	line-height:0px;
}

#globalsearch_result_table .globalsearch_result_table_description_col {	
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	padding-bottom:8px;
	width:240px;
}

#globalsearch_result_table .globalsearch_result_table_price_col {	
	padding-right:10px;
	padding-top:7px;
}

#globalsearch_result_table .globalsearch_result_table_mepe_only_description_col {	
	padding-bottom:8px;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	width:100%;
}

#globalsearch_result_table .globalsearch_result_table_mepe_description_col {	
  padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
}

#globalsearch_result_table .globalsearch_result_table_price_col {
	vertical-align:bottom;
}

#searchPaginatorPageLinks .paginator {
	height: 30px;
	position: relative;
	white-space:nowrap;
}

#searchPaginatorPageLinks .paginator table {
	position: absolute;
	right: 9px;
	top: 8px;
}

#searchPaginatorPageLinks .paginator td {
	padding: 0 4px;
}

#searchPaginatorPageLinks .paginator a {
	color: black;
	text-decoration: none;
}

#searchPaginatorPageLinks .paginator a:HOVER, #searchPaginatorPageLinks .paginator td.selected a {
	color: #DF0000;
}

#searchPaginatorPageLinks .paginator td.selected a {
	font-weight: bold;
}

#searchPaginatorPageLinks .paginator td.jumpLeft {
	padding-left: 0;
}

#searchPaginatorPageLinks .paginator td.jumpRight {
	padding-right: 0;
}

#searchPaginatorPageLinks .paginator td.jumpLeft a, #searchPaginatorPageLinks .paginator td.jumpRight a {
	color: #DF0000;
	position: relative;
	top: -2px;
}


#searchPaginatorPageLinks .paginator td.first a {
	background-image:url(products/paginatorfirst.bmp);
	width:4px;
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	height:15px;
}

#searchPaginatorPageLinks .paginator td.previous a {
	background-image:url(products/paginatorprevious.bmp);
	width:6px;
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	height:15px;
}

#searchPaginatorPageLinks .paginator td.next a {
	background-image:url(products/paginatornext.bmp);
	width:6px;
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	height:15px;
}


#searchPaginatorPageLinks .paginator td.last a {
	background-image:url(products/paginatorlast.bmp);
	width:4px;
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	height:15px;
}


/* flyer */
/* ----- */
.flyerTeaser {
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
	width: 195px;
}

#flyerTeaserLocal {
	background-image: url('content_left/flyer_l.jpg');
	height: 194px;
}

#flyerTeaserNational {
	background-image: url('content_left/flyer_n.jpg');
	height: 226px;
}




#newsletterTeaser {
	background-color:#F3F3F3;
	font-size:12px;
	overflow: hidden;
	position: relative;
	text-align:left;
	width: 195px;	
}

#newsletterTeaser .newsletterHead {
	background-image: url('content_left/newsletterHead.gif');
	background-repeat: no-repeat;	
	height:19px;
	margin-left:10px;
	margin-top:10px;
	width:111px;
}															

#newsletterTeaser .newsletterText {
	color:black;
	font-size:12px;
	margin-left:10px;
	margin-top:17px;	
	width:175px;
}															

#newsletterTeaser .newsletterInput {
	float:left;
	margin-left:10px;
	margin-top:15px;
	width:109px;
	-width:111px;
}															

#newsletterTeaser .newsletterSubmit {
	float:left;
	margin:14px 0 0 10px;
	width:auto;
}	

#newsletterTeaser .newsletterSpacer {
	height:0px;
	padding-top:20px;
	width:100%;
}	

#newsletterTeaser Form {
	padding:0px;
	margin:0px;	
}	



.flyerTitle {
	font-size:22px;
	font-weight:bold;
	height:30px;
	padding-left:10px;
	margin-top:5px;
}

.flyerHeadBox {
	background-color:#f1f1f1;
	font-size:13px;
	height:35px;
	padding-left:10px;
}

.flyerIssue {
	float:left;
	margin-top:10px;
}

.flyerSelect {
	float:right;
	margin-right:10px;
	margin-top:10px;
}


.flyerButtonRow {
	height:35px;
	margin-top:10px;
	width:100%;
}

.flyerButtonLeft {
	background-image: url('content_layer/red_arrow_left.gif');
	cursor:pointer;
	float:left;
	height:25px;
	margin-left:10px;
	width:25px
}

.flyerButtonRight {
	background-image: url('content_layer/red_arrow_right.gif');
	cursor:pointer;
	float:right;
	height:25px;
	margin-right:10px;
	width:25px
}

.flyerBigThumbImage {
	margin-left:10px;
	width:504px;
}

.flyerBox {
	border:1px solid #d2d2d2;
	margin-bottom:10px;
}


.repairstatusSmallImage {
	background-image: url('content_layer/repairstatusResult.jpg');
	background-repeat: no-repeat;
	float:left;
	height:118px;
	margin:15px 40px 10px 10px;
	width:118px;
}															

.repairstatusHeadlineText {
	font-size:20px;
	font-weight:bold;
	margin:10px;
}

.repairstatusMessageBox {	
	background-image: url('background/fader_gray227.gif');
	border: 1px solid #cccccc;
	margin-top:4px;
	width: 524px;
}

.repairstatusTextBox {
	float:left;
	margin:0 10px 10px;
	width:336px;
}

.repairstatusTextBoxName {
	font-weight:bold;
}

.repairstatusTextBoxStatus {
	font-weight:bold;
	margin-top:10px;
}

.repairstatusInnerTextBoxLeft {
	float:left;
	font-weight:bold;
	width:60px;
}

.repairstatusInnerTextBoxRight {
	float:left;
	overflow:hidden;
	white-space:nowrap;
	width:275px;
}

.repairstatusBack {
	cursor:pointer;
	margin-bottom:10px;
	margin-top:10px;
	width:60px;
	-width:70px;
}


.wishlistPrint {
	float:right;
	font-size:12px;
	font-weight:normal;
	margin-right:11px;
	width:75px;
}

#print {
	color:black;
	font-family:arial;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin: 0;
	padding: 0;
}

#print .noprint {
	display: none;
}

#print .dinA4Width {
	padding:0;
	position:relative;
	width:575px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}

#print #printHeader {
	display: none;
}

#print #printContent {
	padding: 10px;
}

#print .box1 {
	border:1px solid #CCCCCC;
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
}

#print  table{
	width: 600px;
	table-layout: fixed;
	font-size: 12px;
}

#print .newPage {
	page-break-before:always;
}

#print .printLogo {
	height:26px;
	left:0;
	position:absolute;
	top:15px;
	width:195px;
}

#print .dinA4 {
	height:842px;
	position:relative;
	width:595px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
}

#print .content {
	margin-left:auto;
	margin-right:auto;
}

#print .productTitleBox {
	height: 33px;
	overflow: hidden;
	width: 90px;
	font-size:11px;
}

#print .productImage {
	height: 90px;
	width: 90px;
	margin: auto;
}

#print .productImageContainer {
	height: 88px;
	border: 1px solid #CCC;
	width: 88px;
	display: block;
}

#print .productBox {
	width: 90px;
}

#print .firstBox{
	font-weight: normal;
}

#print .mt10 {
	margin-top: 10px;
}

/* print product details */
#print #catalogEntry #priceBox .addToBasket {
	display: none;
}

#print #catalogEntry #priceBox .separator {
	height:0;
	margin:0;
	top:96px;
}

#print #catalogEntry #priceBox .marketName {
	top:123px;
}

#print #catalogEntry.nocheckout #priceBox .marketName {
	top:17px;
}

#print #catalogEntry #priceBox .infoSign {
	display: none;
}

#print #catalogEntry .priceInfo {
	top:107px;
}

#print #catalogEntry .price {
	top:142px;
}

#print #catalogEntryActions {
	display: none;
}


#print #catalogEntryInfos #infoTabContent {
	width: auto;
	height:auto;
}

#print #infoTabContent .catalogEntryBox {
	height: auto;
	overflow-y: visible;
	width: auto;
}

#print .printButtonContainer {
	height: 25px;
	margin: 10px 0;
}

#print .productPlacement {
	display: none;
}






#print .comparisonHeader {
	background-color: #ffffff;
	height:72px;
	position:relative;
	width:600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#print .comparisonHeaderPage {
	height:16px;
	position:absolute;
	right:10px;
	text-align:right;
	top:10px;
	width:90px;
}

#print .comparisonHeaderBar {
	font-size:10px;
	height:15px;
	left:0px;
	position:absolute;
	top:48px;
	width:600px;
}

#print .comparisonHeaderBarLeft {
	color:#000;
	font-size:10px;
	height:15px;
	left:10px;
	position:absolute;
	top:0px;
	width:200px;
}

#print .comparisonHeaderBarRight {
	color:#000;
	font-size:10px;
	height:15px;
	position:absolute;
	right:10px;
	text-align:right;
	top:0px;
	width:150px;
}

#print .comparisonFooter {
	border-top: 2px solid #e7e7e7;
	width: 600px;
	text-align: center;
	padding-top: 5px;
	margin-top:10px;
}

#print .featureContainer{
	padding: 3px 10px;
}
#print .featureGrey td, #print .featureWhite td {
	vertical-align: top;
}

#print  tr.featureGrey {
	height: 49px;
}

#print tr.featureWhite {
	height: 49px;
	background-color:  white;
}

#print .wishlistEntryWhite {
	background-color: #ffffff;
	height:138px;
	position:relative;
	width:555px;
}

#print .wishlistEntryGray {
	background-color: #e7e7e7;
	height:138px;
	position:relative;
	width:555px;
	
}

#print .wishlistProductImage {
	background-repeat:no-repeat;
	height: 109px;
	left:20px;
	position:absolute;
	top:10px;
	width: 115px;
}

#print .wishlistManufacturerImage {
	bottom:9px;
	height: 20px;
	left:20px;
	position:absolute;
	width: 115px;
}

#print .wishlistName {
	font-weight:bold;
	left:160px;
	position:absolute;
	top:7px;
	width:225px;
}

#print .wishlistDescription {
	left:160px;
	position:absolute;
	top:50px;
	width:225px;
}

#print .wishlistHeader {
	background-color: #ffffff;
	height:72px;
	position:relative;
	width:555px;
}

#print .wishlistHeaderPage {
	height:16px;
	position:absolute;
	right:10px;
	text-align:right;
	top:10px;
	width:90px;
}

#print .bold {
	font-weight:bold;
}

#print .wishlistHeaderBar {
	background-color: #000000;
	color:white;
	font-size:10px;
	height:15px;
	left:0px;
	position:absolute;
	top:48px;
	width:555px;
}

#print .wishlistHeaderBarLeft {
	background-color: #000000;
	color:white;
	font-size:10px;
	height:15px;
	left:25px;
	position:absolute;
	top:0px;
	width:200px;
}

#print .wishlistHeaderBarRight {
	background-color: #000000;
	color:white;
	font-size:10px;
	height:15px;
	position:absolute;
	right:10px;
	text-align:right;
	top:0px;
	width:150px;
}

#print .wishlistFooter {
	border-top:2px solid #e7e7e7;
	bottom:0px;
	height:33px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	text-align:center;
	width:555px;
}

#print #layer {
	width:575px;
}

#print #layer #titlebar {
	width:auto;
}

#print #layer #comparison #productInfos .productImageContainer {
	border: 1px solid black;
}

#print #layer #comparison #productInfos .productTitleBoxContainer{
	font-weight: normal;
	text-align: left;
	padding: 5px;
}

#print #comparison #productInfos .productImageContainer {
	border: 1px solid black;
}

#print #comparisonPrice .productBox .productTitleBoxContainer{
	font-weight: normal;
	text-align: left;
	padding-top: 6px;
}

#layer-product-table .firstcolumn {
	width: 100px;
}

.layer-product-info {
	float:left;
	text-align: center;
}

.layer-product-textarea {
	float:left;
	width: 670px;
	margin-left: 5px;
}

#productquantityadjusted, #productoutofstock, #productmaxquantityexceeded {
	margin: 10px;
	text-align: left;
	height: 100%;	
}

/* products */
#contentMiddle .categoryBrand {
	background: url(products/brand.bmp) repeat-x center bottom;
	font-weight:bold;
	height:68px;
}

#contentMiddle .categoryBrand h2 {
	font-size: 18px;
	left: 9px;
	margin: 0;
	position: absolute;
	top: 5px;
}

#contentMiddle .categoryBrand form {
	left: 9px;
	position: absolute;
	top: 37px;
}

#contentMiddle .categoryBrand select {
	font-family: arial;
	font-size: 12px;
	margin-left: 6px;
}

#contentMiddle .categoryManifoldTable {
	width: 526px;
	margin-bottom: 10px;
	position: relative;
}

#contentMiddle .categoryManifold {
	min-height: 145px;
	-height:145px;
	position: relative;
}

#contentMiddle .categoryManifoldBox {
	border:1px solid #CCCCCC;
	background-position:center bottom;	
	background-repeat:repeat-x;
	background-image: url('background/fader_gray176.gif');	
}

#contentMiddle td.categoryManifoldSeparator {
	width:10px;
}

#contentMiddle .categoryManifold .categoryContainerHead {
	padding: 0px 9px;
	margin-top: 5px;
}

#contentMiddle .categoryManifold .name {
	color: #3C3C3C;
	font-weight: bold;
	text-transform: uppercase;
	width: 160px;
	overflow: hidden;
	float: left;
	line-height:16px;
}

#contentMiddle .categoryManifold .count {
	color: #3C3C3C;
	font-weight: normal;
	top: 0;
}

#contentMiddle .categoryManifold .categoryAll {
	float:right;
	line-height:16px;
	margin:0px;
}

#contentMiddle .categoryManifold .categoryContainerContent {
	margin-top: 6px;
	padding: 0px 9px 0px;
	position: relative;
}

#contentMiddle .categoryManifold .categoryTextContainer {
	left: 0;
	margin-bottom: 6px;
	min-height: 145px;
	height: auto !important;
	height: 145px;	
	position: relative;
	top: 0;
	z-index: 1000;
}

#contentMiddle .categoryManifold .categoryImage {
	background-position: top right;
	background-repeat: no-repeat;
	height: 145px;
	overflow: hidden;
	position: absolute;
	right: 0;
	width: 128px;
	top: 0;
	z-index: 999;
}

#contentMiddle .categoryManifold table {
	margin: 0;
	padding: 0;
}

#contentMiddle .categoryManifold table.categorySub {
	line-height: 18px;
	margin: 0;
	padding: 0;
}

#contentMiddle .categoryManifold table.categorySub .raise2 {
	color: #E2001A;
	padding-right: 3px;
}

#contentMiddle .categoryManifold a {
	color: #E2001A;
	text-decoration: none;
}

#contentMiddle .categoryManifold .name a {
	color: #000;
	text-decoration: none;
}

#contentMiddle .categoryManifold div.raquo {
	color:#E3001A;
	float:left;
	line-height:13px;
	margin:0px 3px 0px 0px;
}

#contentMiddle .categoryHeader {
	background-repeat: no-repeat;
	height: 127px;
}

#catalogEntryList .category {
	height: 44px;
	position: relative;
}

#catalogEntryList .category h2 {
	font-size: 20px;
	left: 9px;
	margin: 0;
	position: absolute;
	top: 5px;
	width: 506px;
}

#catalogEntryList .listChange {
	background-color: #F5F5F5;
	height: 35px;
	position: relative;
	width: 100%;
}

#catalogEntryList .listChange div {
	left: 9px;
	position: absolute;
	top: 6px;
}

#catalogEntryList .listChange select {
	margin: 0 16px 0 6px;
}

#catalogEntryList .paginator {
	height: 30px;
	position: relative;
}

#catalogEntryList .paginator table {
	position: absolute;
	right: 10px;
	top: 8px;
	z-index: 1000;
}

#catalogEntryList .paginator td {
	padding: 0 5px;
}

#catalogEntryList .paginator a {
	color: black;
	text-decoration: none;
}

#catalogEntryList .paginator a:HOVER, #catalogEntryList .paginator td.selected a {
	color: #DF0000;
}

#catalogEntryList .paginator td.selected a {
	font-weight: bold;
}

#catalogEntryList .paginator td.first, #catalogEntryList .paginator td.previous {
	padding-left: 0;
}

#catalogEntryList .paginator td.last, #catalogEntryList .paginator td.next {
	padding-right: 0;
}

#catalogEntryList .paginator td.first a, #catalogEntryList .paginator td.next a, #catalogEntryList .paginator td.last a, #catalogEntryList .paginator td.previous a {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 15px;
}

#catalogEntryList .paginator td.first a {
	background-image: url(products/paginatorfirst.bmp);
	width: 4px;
}

#catalogEntryList .paginator td.previous a {
	background-image: url(products/paginatorprevious.bmp);
	width: 6px;
}

#catalogEntryList .paginator td.next a {
	background-image: url(products/paginatornext.bmp);
	width: 6px;
}

#catalogEntryList .paginator td.last a {
	background-image: url(products/paginatorlast.bmp);
	width: 4px;
}

#catalogEntryList .catentrySelect, #printContent .catentrySelect {
	display: none;
}

#catalogEntryList .comparable, #myAccountWishlist .comparable, #printContent .comparable {
	display: none;
}

#catalogEntryList.subcategory .comparable {
	display: block;
}

#printContent .imageBackground {
	display: none;
}

#catalogEntryList .imageForeground, #myAccountWishlist .imageForeground {
	display: none;
}

#myAccountWishlist .remember {
	display: none;
}

#catalogEntryList.advertising .onlinePriceInfo, #catalogEntryList.specialitems .onlinePriceInfo {
	display: none;
}

#catalogEntryList .wishlistprice, #myAccountWishlist .wishlistprice, #printContent .wishlistprice {
	display: none;
}

#myAccountWishlist .price {
	display: none;
}

#myAccountWishlist .determinePrice {
	display: block !important;
}

#myAccountWishlist .priceNotAvailable {
	display: none;
}

#myAccountWishlist .wishlistprice {
	display: block;
}

#catalogEntryList .compare {
	border-top: 1px solid #CCCCCC;
	height: 29px;
	position: relative;
	width: 100%;
}

#catalogEntryList .compare .image {
	background: url(products/productcompare.bmp) no-repeat;
	height: 9px;
	left: 10px;
	position: absolute;
	top: 11px;
	width: 9px;
}

#catalogEntryList .compare .text {
	cursor: pointer;
	left: 24px;
	position: absolute;
	text-decoration: underline;
	top: 7px;
}

#catalogEntryList .catalogEntry, #myAccountWishlist .catalogEntry {
	background:transparent url(background/fader_grey161.gif) repeat-x center bottom;
	height:188px;
	position:relative;
}

#catalogEntryList.nocheckout .catalogEntry, #myAccountWishlist.nocheckout .catalogEntry {
	height: 161px;
}

#catalogEntryList.nocheckout .priceBox .marketName, #myAccountWishlist.nocheckout .priceBox .marketName, #printContent.nocheckout .priceBox .marketName {
	font-weight:bold;
	height:43px;
	position:absolute;
	top:17px;
	overflow: hidden;
	width: 140px;
	left: 0;
}

#printContent .catalogEntry {
	height:188px;
	position:relative;
}

#catalogEntryList .catalogEntry a, #myAccountWishlist .catalogEntry a, #printContent .catalogEntry a {
	color: black;
	text-decoration: none;
}

#catalogEntryList .catalogEntry input {
	left: 6px;
	position: absolute;
	top: 7px;
}

#catalogEntryList .catalogEntry h4, #myAccountWishlist .catalogEntry h4, #printContent .catalogEntry h4 {
	font-size:12px;
	left:160px;
	margin:0;
	position:absolute;
	top:7px;
	width:194px;
}

#catalogEntryList .catalogEntry .image, #myAccountWishlist .catalogEntry .image, #printContent .catalogEntry .image {
	display:block;
	font-size:0;
	height:147px;
	left:32px;
	line-height:0;
	position:absolute;
	top:10px;
	width:118px;
}

#catalogEntryList .catalogEntry .catEntry, #myAccountWishlist .catalogEntry .catEntry, #printContent .catalogEntry .catEntry {
	background-repeat:no-repeat;
	height:116px;
	left:0px;
	position:absolute;
	top:0px;
	width:116px;
	border: 1px solid #CCC;
}

#catalogEntryList .catalogEntry .image a, #catalogEntryList .catalogEntry .manufacturer a {
	display: block;
	height: 100%;
}

#catalogEntryList .catalogEntry .manufacturer, #myAccountWishlist .catalogEntry .manufacturer, #printContent .catalogEntry .manufacturer {
	background-repeat:no-repeat;
	bottom:0;
	height:20px;
	left:0;
	position:absolute;
	width:116px;
}

#catalogEntryList .catalogEntry .description, #myAccountWishlist .catalogEntry .description, #printContent .catalogEntry .description {
	font-weight:normal;
}

#catalogEntryList .catalogEntry .categoryName, #myAccountWishlist .catalogEntry .categoryName, #printContent .catalogEntry .categoryName {
	display:none;
}

#globalsearch_result_table #catalogEntryList .catalogEntry .categoryName, #globalsearch_result_table  #myAccountWishlist .catalogEntry .categoryName, #globalsearch_result_table #printContent .catalogEntry .categoryName {
	display:block;
	font-weight:normal;
}

#catalogEntryList .catalogEntry .links, #myAccountWishlist .catalogEntry .links, #printContent .catalogEntry .links {
	left:160px;
	position:absolute;
	top:166px;
	width:198px;
}

#catalogEntryList.nocheckout .catalogEntry .links, #myAccountWishlist.nocheckout .catalogEntry .links, #printContent.nocheckout .catalogEntry .links {
	top:139px;
}

#catalogEntryList .catalogEntry .info {
	float: left;
	margin-right: 13px;
	padding-left: 13px;
	background: url(button/info.gif) no-repeat;	
}

#myAccountWishlist .catalogEntry .info {
	display: block;
	position: relative;
	float: left;
	margin-right: 13px;
	padding-left: 13px;
	background: transparent url(button/info.gif) no-repeat;	
}

#catalogEntryList .catalogEntry .remember {
	margin-right:0px;
	float:left;
	padding-left: 16px;
}


#catalogEntryList .priceBox .priceText, #myAccountWishlist .priceBox .priceText{
	float: left;
	margin-right: 5px;
}

#catalogEntryList .priceBox .onlinePrice, #myAccountWishlist .priceBox .onlinePrice, #printContent .priceBox .onlinePrice {
	background-position:right center;
	background-repeat:no-repeat;
	height:40px;
	left:0;
	position:absolute;
	top:19px;
	width:124px;
}

#catalogEntryList.nocheckout .priceBox .pickupInfo, #printContent.nocheckout .priceBox .pickupInfo {
	color:#767676;
	font-size:10px;
	font-weight:normal;
	left:0;
	position:absolute;
	top:99px;
	width:149px;
}

#myAccountWishlist .priceBox .pickupInfo {
	display: none;
}

#catalogEntryList .priceBox .priceInfo, #myAccountWishlist .priceBox .priceInfo, #printContent .priceBox .priceInfo {
	font-weight:bold;
	left:0;
	position:absolute;
	top:119px;
	width:140px;
}

#catalogEntryList.nocheckout .priceBox .priceInfo, #myAccountWishlist.nocheckout .priceBox .priceInfo, #printContent.nocheckout .priceBox .priceInfo {
	top: 0px;
}

#catalogEntryList .onlinePriceInfo, #myAccountWishlist .onlinePriceInfo, #printContent .onlinePriceInfo {
	font-weight: bold;
	left:0px;
	position:absolute;
	top: 0px;
	width: 140px;
}

#printContent .onlinePriceInfo {
	white-space:nowrap;
}

#catalogEntryList .priceBox .shippingInfo, #myAccountWishlist .priceBox .shippingInfo, #printContent .priceBox .shippingInfo {
	color:#767676;
	font-size:9px;
	font-weight:normal;
	left:0;
	position:absolute;
	top:53px;
	width:149px;
}

#catalogEntryList .priceBox .availabilityInfo, #myAccountWishlist .priceBox .availabilityInfo, #printContent .priceBox .availabilityInfo {
	color:#767676;
	font-size:9px;
	font-weight:normal;
	left:0;
	position:absolute;
	top:65px;
	width:149px;
}

#catalogEntryList .priceBox .determinePrice, #myAccountWishlist .priceBox .determinePrice, #printContent .priceBox .determinePrice {
	background-position:right center;
	background-repeat:no-repeat;
	height:25px;
	position:absolute;
	left:0px;
	top:148px;
	width:149px;
}

#catalogEntryList.nocheckout .priceBox .determinePrice, #myAccountWishlist.nocheckout .priceBox .determinePrice, #printContent.nocheckout .priceBox .determinePrice {
	top:63px;
}

#catalogEntryList .priceBox .separator, #myAccountWishlist .priceBox .separator {
	border-top:1px solid #CCCCCC;
	font-size:0;
	line-height:0;
	position:absolute;
	top:109px;
	width:136px;
}

#catalogEntryList .priceBox .onlinePriceNotAvailable, #myAccountWishlist .priceBox .onlinePriceNotAvailable, #printContent .priceBox .onlinePriceNotAvailable {
	height:40px;
	left:0px;
	position:absolute;
	top:50px;
	width:149px;
	color: #767676;
	font-size: 10px;
}

#catalogEntryList .priceBox .priceNotAvailable, #myAccountWishlist .priceBox .priceNotAvailable, #printContent .priceBox .priceNotAvailable {
	color: #767676;
	font-size: 10px;
	font-weight: normal;
	left: 0;
	position: absolute;
	top: 137px;
	width:149px;
}

#catalogEntryList.nocheckout .priceBox .priceNotAvailable, #myAccountWishlist.nocheckout .priceBox .priceNotAvailable, #printContent.nocheckout .priceBox .priceNotAvailable {
	top: 66px;
}

#catalogEntryList .catalogEntry .info a, #catalogEntryList .catalogEntry .remember a {
	color: #DF0000;
}

#catalogEntryList .catalogEntry .info a {
	text-decoration: none;
}

#catalogEntryList .catalogEntry .info a, #catalogEntryList .catalogEntry .remember span {
	cursor: pointer;
}

#catalogEntryList .catalogEntry .remember {
	background: url(products/staple.bmp) no-repeat;
}

#catalogEntryList .catalogEntry .border, #myAccountWishlist .catalogEntry .border, #printContent .catalogEntry .border {
	border-left:1px solid #CCCCCC;
	height:169px;
	left:364px;
	position:absolute;
	top:10px;
}

#catalogEntryList.nocheckout .catalogEntry .border, #myAccountWishlist.nocheckout .catalogEntry .border, #printContent.nocheckout .catalogEntry .border {
	height:141px;
}

#catalogEntryList .priceBox .price, #myAccountWishlist .priceBox .price, #printContent .priceBox .price {
	background-position:right center;
	background-repeat:no-repeat;
	height:40px;
	left:0;
	position:absolute;
	top:138px;
	width:110px;
}

#catalogEntryList.nocheckout .priceBox .price, #myAccountWishlist.nocheckout .priceBox .price, #printContent.nocheckout .priceBox .price {
	top: 63px;
}

#catalogEntryList .priceBox .priceVat, #myAccountWishlist .priceBox .priceVat, #printContent .priceBox .priceVat {
	color: #797979;
	font-size: 10px;
	position: absolute;
	right: 9px;
	top: 68px;
}

#catalogEntryList .priceBox .addToBasket, #myAccountWishlist .priceBox .addToBasket {
	font-size:9px;
	height:25px;
	left:0;
	position:absolute;
	top:79px;
	width:149px;
}

#catalogEntryList .productHighlightAdvert {
	background:transparent url(products/highlight_advert.png) no-repeat scroll left center;
	height:44px;
	left:33px;
	position:absolute;
	top:13px;
	width:66px;
}


#catalogEntryList .productHighlightNew {
	background:transparent url(products/highlight_new.png) no-repeat scroll left center;
	height:44px;
	left:33px;
	position:absolute;
	top:13px;
	width:66px;
}

#catalogEntryList .productHighlightSpecial {
	background:transparent url(products/highlight_special.png) no-repeat scroll left center;
	height:44px;
	left:33px;
	position:absolute;
	top:13px;
	width:66px;
}

#catalogEntry.box1 {
	background: #FFF url(background/fader_grey430.gif) repeat-x center bottom;
}

#catalogEntry .banner {
	height:87px;
	left:10px;
	position:absolute;
	top:232px;
	width:234px;
}

#catalogEntry.checkout .banner {
	display: none;
}

#catalogEntry .onlinePriceNotAvailable {
	color:#767676;
	font-size:10px;
	font-weight:normal;
	left:0;
	position:absolute;
	top:55px;
	width:136px;
}

#catalogEntry .onlinePrice {
	background-position:right center;
	background-repeat:no-repeat;
	height:40px;
	left:0px;
	position:absolute;
	top:19px;
	width:124px;
}
#catalogEntry .onlinePriceInfo {
	font-weight: bold;
	left:0px;
	position:absolute;
	top: 0px;
	width: 140px;
}

#catalogEntry #priceBox {
	height:226px;
	left:327px;
	position:absolute;
	top:194px;
	width:188px;
}

#catalogEntry.nocheckout #priceBox {
	height:127px;
}

#catalogEntry #priceBox .marketName {
	font-weight:bold;
	position:absolute;
	top: 153px;
	overflow: hidden;
	width: 188px;
	left: 0;
}

#catalogEntry #priceBox .priceText {
	float:left;
	margin-right:5px;
	width:auto;
}

#catalogEntry #priceBox .addToBasket {
	left:0;
	position:absolute;
	top:96px;
	width:188px;
}

#catalogEntryList .priceBox, #myAccountWishlist .priceBox, #printContent .priceBox {
	height: 144px;
	position: absolute;
	top: 7px;
	width: 149px;
	left: 375px;
}

#catalogEntry.nocheckout #priceBox .marketName {
	font-weight:bold;
	position:absolute;
	top:17px;
	overflow: hidden;
	width: 188px;
	left: 0;
}

#catalogEntry.nocheckout #priceBox .pickupInfo {
	color:#767676;
	font-size:10px;
	font-weight:normal;
	left:0;
	position:absolute;
	top:85px;
	width:188px;
}

#priceBox .shippingInfo {
	color:#767676;
	font-size:10px;
	font-weight:normal;
	left:0;
	line-height:9px;
	position:absolute;
	top:67px;
	width:188px;
}

#catalogEntry .productHighlightAdvert {
	background:transparent url(products/highlight_advert.png) no-repeat scroll left center;
	height:44px;
	left:11px;
	position:absolute;
	top:13px;
	width:66px;
}

#catalogEntry .productHighlightNew {
	background:transparent url(products/highlight_new.png) no-repeat scroll left center;
	height:44px;
	left:11px;
	position:absolute;
	top:13px;
	width:66px;
}

#priceBox .availabilityInfo {
	color:#767676;
	font-size:10px;
	font-weight:normal;
	left:0;
	position:absolute;
	top:77px;
	width:188px;
}

#catalogEntry #priceBox .separator {
	border-top:1px solid #CCCCCC;
	font-size:0;
	line-height:0;
	position:absolute;
	top:126px;
	width:136px;
}

#catalogEntry .border {
	border-left:1px solid #CCCCCC;
	height:222px;
	left:267px;
	position:absolute;
	top:197px;
}

#catalogEntry.nocheckout .border {
	height:125px;
}

#catalogEntry .featureInfos {
	height:90px;
	left:7px;
	position:absolute;
	top:329px;
	width:249px;
}

#catalogEntry.nocheckout .featureInfos {
	top:232px;
}


#catalogEntry .featureLogoContainer{
	height: 29px;
}

#catalogEntryInfos #infoTabNav {
	height: 100%;
	position: relative;
}

#catalogEntryInfos #infoTabNav ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#catalogEntryInfos #infoTabNav li.selected {
	background-color:#FFFFFF;
	background-image:none;
}

#catalogEntryInfos #infoTabNav li {
	background:#FFFFFF url(background/fader_grey34.gif) repeat-x scroll center bottom;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	cursor:pointer;
	float:left;
	margin:0 2px 0 0;
	padding:0;
}

#catalogEntryInfos #infoTabNav li.selected a {
	background:white none repeat scroll 0 0;
	color:#E3001A;
	font-weight:bold;
	position:relative;
	top:1px;
	font-size: 11px;
}

#catalogEntryInfos .container {
	padding: 0 10px;	
}

#catalogEntryInfos #infoTabNav a {
	color:#535353;
	display:block;
	font-size: 11px;
	font-weight: bold;
	padding: 10px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	line-height:12px;
}

#catalogEntryInfos #infoTabContent {
	border:1px solid #CCCCCC;
	height:298px;
	width:524px;
	clear: both;
}


#tab_catalogEntryDetails .featureBG {
	background: #FFF url('background/fader_grey23.gif') repeat-x center bottom;
}

#infoTabContent .catalogEntryTab {
	padding-top:10px;
}

#infoTabContent .catalogEntryBox {
	height:276px;
	left:0px;
	margin:0;
	overflow-y:auto;
	padding:0;
	position:relative;
	width:524px;
	border: none;
	overflow-x: hidden;
}

#catalogEntryActions .actionContainer {
	margin:5px 0 5px 10px;
}

#catalogEntryActions .buttonContainer {
	padding:5px 0px;
}

#teaser_carrousel {
	font-size: 0px;
	line-height:0;
}

#content .buttonC4 {
	cursor: pointer;
	text-decoration: none;
}

#content .buttonC4 .content {
	color: #DF0000;
	float: left;
	position: relative;
}

#content .buttonC4 .icon {
	position: absolute;
}

#content .buttonC4 .text {
	background: url(products/c4button.bmp) repeat-x;
	border: 1px solid #D4D4D4;
	float: left;
	padding: 7px 9px 7px 10px;
	text-align: center;
}

#content .buttonC4 .raquo .icon {
	left: 9px;
	top: 5px;
}

#content .buttonC4 .raquo .text {
	padding-left: 20px;
}

#content .outletPrice {
	bottom: 10px;
	position: absolute;
	right: 10px;
	width: 88px;
}

#content .buttonC5 {
	cursor: pointer;
	text-decoration: none;
}

#content .buttonC5 .content {
	float: left;
	position: relative;
}

#content .buttonC5 .icon {
	background-repeat: no-repeat;
	left: 10px;
	position: absolute;
}

#content .buttonC5 .text {
	background: url(products/c5button.bmp) repeat-x;
	border: 1px solid #D4D4D4;
	color: #DF0000;
	float: left;
	padding: 4px 9px 4px 10px;
}

#content .buttonC5 .printer .icon {
	background-image: url(products/c5printer.bmp);
	height: 15px;
	top: 5px;
	width: 14px;
}

#content .buttonC5 .printer .text {
	padding-left: 29px;
}

#content .buttonC5 .mail .icon {
	background-image: url(products/c5mail.bmp);
	height: 10px;
	top: 7px;
	width: 12px;
}

#content .buttonC5 .mail .text {
	padding-left: 27px;
}

#content .buttonC5 .scale .icon {
	background-image: url(products/c5scale.bmp);
	height: 13px;
	top: 6px;
	width: 16px;
}

#content .buttonC5 .scale .text {
	padding-left: 31px;
}

#content .buttonC5 .staple .icon {
	background-image: url(products/c5staple.bmp);
	height: 15px;
	top: 5px;
	width: 12px;
}

#content .buttonC5 .staple .text {
	padding-left: 27px;
}

#content .buttonC5 .arrow {
	background-repeat: no-repeat;
	height: 25px;
	float: left;
	width: 13px;
}

#content .buttonC5 .previous .arrow {
	background-image: url(products/c5arrowleft.bmp);
}

#content .buttonC5 .previous .text {
	border-left: 0;
}

#content .buttonC5 .next .arrow {
	background-image: url(products/c5arrowright.bmp);
}

#content .buttonC5 .next .text {
	border-right: 0;
}

#catalogEntryNavigation .productPrevious {
	left: 0px;
	position: absolute;
}

#catalogEntryNavigation #buttonOverview {
	left: 199px;
	position: absolute;
}

#catalogEntryNavigation .productNext {
	position: absolute;
	right: 0px;
}

#content .buttonC6 {
	cursor: pointer;
	text-decoration: none;
}

#content .buttonC6 .content {
	float: left;
	position: relative;
}

#content .buttonC6 .icon {
	background-repeat: no-repeat;
	position: absolute;
}

#content .buttonC6 .text {
	background: url(products/c6button.bmp) repeat-x;
	border: 1px solid #B00317;
	color: white;
	float: left;
	padding: 4px 8px 4px 10px;
	text-align: center;
}

#content .buttonC6 .printer .icon {
	background-image: url(products/c6printer.bmp);
	height: 13px;
	left: 11px;
	top: 6px;
	width: 13px;
}

#content .buttonC6 .printer .text {
	padding-left: 32px;
}

#tab_catalogEntryDetails #print {
	position: absolute;
	right: 10px;
	top: 10px;
}


#catalogEntryZoom {
	display: none;
	position: absolute;
	z-index: 999;
}

#catalogEntryZoom .box1 {
	background-color: white;
	height: 352px;
	position: absolute;
	overflow: visible;
}

#catalogEntryZoom h2 {
	background-color: #DF0000;
	color: white;
	font-size: 20px;
	height: 40px;
	margin: 0;
	padding: 5px 0 0 9px;
	position: relative;
}

#catalogEntryZoom .close {
	color: white;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 7px;
}

#catalogEntryZoom .close span {
	font-weight: bold;
	padding-left: 6px;
}

#catalogEntryZoom .image {
	border: 1px solid #CCCCCC;
	font-size: 0;
	height: 285px;
	left: 10px;
	line-height: 0;
	position: absolute;
	top: 55px;
	width: 502px;
}

#catalogEntryZoom .image .catalogEntry {
	background-repeat: no-repeat;
	height: 230px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 482px;
}

#catalogEntryZoom .image .manufacturer {
	background-repeat: no-repeat;
	height: 25px;
	left: 10px;
	position: absolute;
	bottom: 10px;
	width: 200px;
}

#catalogEntryZoom .shadow {
	background-color: black;
	filter: alpha(opacity = 60);
	font-size: 0;
	height: 354px;
	left: 3px;
	line-height: 0;
	opacity: 0.6;
	position: absolute;
	top: 3px;
	width: 526px;
	z-index: -999;
}

#catalogEntryNavigation {
	height: 25px;
	text-align: center;
}

#catalogEntryNavigation .buttonPrevious, #catalogEntryNavigation .buttonNext, #catalogEntryNavigation .buttonOverview {
	position: absolute;
	top: 0;
}

#catalogEntryNavigation .buttonPrevious {
	left: 0;
}

#catalogEntryNavigation .buttonNext {
	right: 0;
}

#catalogEntryNavigation .buttonOverview {
	left: 200px;
}

#catalogEntry .details {
	height:430px;
	position:relative;
}

#catalogEntry.nocheckout .details {
	height: 331px;
	position:	relative;
}

#catalogEntry .category {
	font-size: 11px;
	left: 9px;
	position: absolute;
	text-transform: uppercase;
	top: 6px;
	width: 234px;
}

#catalogEntry .image {
	border:1px solid #CCCCCC;
	height:175px;
	left:10px;
	position:absolute;
	top:10px;
	width:234px;
}

#catalogEntry .image .catalogEntry {
	background-repeat: no-repeat;
	display: block;
	height: 139px;
	left: 8px;
	position: absolute;
	top: 8px;
	width: 218px;
}

#catalogEntry .image .manufacturer {
	background-repeat: no-repeat;
	bottom: 10px;
	display: block;
	height: 20px;
	left: 10px;
	position: absolute;
	width: 115px;
}

#catalogEntry .image .zoom {
	background: url(products/zoom.bmp) no-repeat;
	bottom: 3px;
	font-size: 0;
	height: 13px;
	position: absolute;
	right: 2px;
	width: 13px;
}

#catalogEntry .articleInfoBox {
	font-size:12px;
	margin:0;
	position:absolute;
	top:10px;
	left:265px;
	width:249px;
}

#catalogEntry .articleInfoBox .articleName {
	font-size:12px;
	width:249px;
	font-weight: bold;
}

#catalogEntry .articleInfoBox .articleDescription {
	margin-top: 10px;
	width:249px;
}

#catalogEntry .zoomButton {
	position: absolute;
	top: 197px;
	left: 10px;
	width: 236px;
}

#catalogEntry .zoomButton .bg-right {
	width:214px;
	-width:224px;
}

#catalogEntry .price {
	background-position:right center;
	background-repeat:no-repeat;
	height:40px;
	left:0;
	position:absolute;
	top:172px;
	width:188px;
}

#catalogEntry.nocheckout .price {
	top:38px;
}

#catalogEntry .priceNotAvailable {
	border:0 none;
	color:#767676;
	font-size:10px;
	font-weight:normal;
	left:0;
	padding:0;
	position:absolute;
	top:176px;
	width:136px;
}

#catalogEntry.nocheckout .priceNotAvailable {
	top: 54px;
}

#catalogEntry .priceInfo {
	font-weight:bold;
	left:0;
	position:absolute;
	top:137px;
	width:188px;
}

#catalogEntry.nocheckout .priceInfo {
	top:0;
}

#catalogEntry .priceInfo .vat {
	font-size: 11px;
	font-weight: normal;
}

#catalogEntry .featureLogos {
	margin:0;
	width: 249px;
}

#catalogEntry .featureLogos td {
	padding: 0 3px 3px;
}

#catalogEntry .logo {
	height: 26px;
	width: 79px;
}

#catalogEntryActions {
	background-color: #F2F2F2;
}

#catalogEntryActions .bg-right {
	width:133px;
	-width:143px;
}

#catalogEntryActions table {
	margin: 5px 0px 5px 10px;
}

#catalogEntryActions td {
	padding:5px 0;
}

#tab_catalogEntryDetails h2 {
	font-size: 20px;
	height: 40px;
	margin: 0;
	padding: 5px 0 0 9px;
	position: relative;
}

#tab_catalogEntryDetails ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
}

#tab_catalogEntryDetails li {
	height:23px;
	line-height:23px;
	padding-left:10px;
	-height: 23px;
	-padding-top: 4px;

}

#tab_catalogEntryDetails .actions {
	height: 10px;
	position: relative;
}

#tab_catalogEntryTracks .tracksTable, #tab_catalogEntryDetails .featuresTable {
	width: 524px;
}

#tab_catalogEntryTracks .tracksTable td, #tab_catalogEntryDetails .featuresTable td{
	padding: 4px 0;
	vertical-align:top;
}

#tab_catalogEntryDetails .featuresTable .featureValue {
	width: 335px;
}

#tab_catalogEntryTracks .tracksTable .trackSpacerColumn, #tab_catalogEntryDetails .featuresTable .featureSpacerColumn {
	width:4px;
}

#tab_catalogEntryTracks .tracksTable .trackSpacerColumn2, #tab_catalogEntryDetails .featuresTable .featureSpacerColumn2 {
	width:18px;
}

#tab_catalogEntryTracks .trackImageColumn,  #tab_catalogEntryDetails .featureImageColumn{
	width: 31px;
}

#tab_catalogEntryTracks .trackImage, #tab_catalogEntryDetails .featureImage {
	padding: 1px 8px 0 10px;
	width: 13px;
}


#tab_catalogEntryTracks .trackImage img, #tab_catalogEntryDetails .featureImage img{
	margin-bottom: -1px;
}


#tab_catalogEntryTracks .trackNumberColumn {
	width: 60px;
}

#tab_catalogEntryTracks .trackNumber,  #tab_catalogEntryDetails .featureName {
	font-weight:bold;
}

#tab_catalogEntryTracks .trackTitleColumn {
	width: 315px;
}

#tab_catalogEntryTracks .trackTimeColumn {
	width: 100px;
}

#tab_catalogEntryTracks .trackTimeContainer{
	padding-right:23px;
}

#tab_catalogEntryTracks .trackTime {
	float: right;
}

#tab_catalogEntryTracks .tracksHeadline, #tab_catalogEntryTracks .tracksHeadlineSet {
	text-transform: uppercase;
	font-weight:bold;
	font-size:12px;
	padding: 0 0 5px 10px;
}

#tab_catalogEntryTracks .tracksHeadlineSet {
	margin-top: 5px;
}

#tab_catalogEntryTracks table tr, #tab_catalogEntryDetails table tr {
	background:#FFFFFF url(background/fader_grey34.gif) repeat-x scroll center bottom;
}

#tab_catalogEntryDetails .featureNameColumn {
	width: 116px;
}

#tab_catalogEntryDetails .featureValueColumn {
	width: 335px;
}

#print #tab_catalogEntryDetails .featuresTable {
	width:auto;
}

#print #tab_catalogEntryDetails .featureValueColumn {
	width: 367px;
}

#print #tab_catalogEntryDetails .featureNameColumn {
	width:131px;
}

#print #infoTabContent .catalogEntryBox {
	overflow-x: visible;
}

#print #tab_catalogEntryTracks {
	display: none;
}


#contentMiddle.print .categoryHeader, #contentMiddle.print #catalogEntryNavigation, #contentMiddle.print #catalogEntryActions, #contentMiddle.print .productPlacement {
	display: none;
}

#contentMiddle.print #tab_catalogEntryDetails ul {
	height: auto;
	overflow-y: auto;
}

#contentMiddle.print #tab_catalogEntryDetails .actions {
	height: 45px;
}


/* Layer */
/* ------ */
#overlay {
	background-color:#000000;
	display:none;
	height:100%;
	left:0;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	position:fixed;
	top:0;
	width:100%;
	z-index:9999;
}

#layer-container {
	position: absolute;
	top: 181px;
	left: 0px;
	width: 100%;
	z-index: 10000;
	text-align: center;
	z-index: 9999;
	display: block;
}

#layer {
	position: relative;
	top: 0px;
	width: 757px;
	background-color: #666666; /*shadow color*/
	margin-left: auto;
	margin-right: auto;
}

#layer-container-iframe {
	position: absolute;
	top: 181px;
	left: 0px;
	width: 100%;
	z-index: 10000;
	text-align: center;
	z-index: 9998;
	display: block;
}

#layer-iframe {
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	display: block;
}

#layer form {
	margin-top: 0px;
	padding: 0px;
}

#layer table {
	margin: 0px;
	padding: 0px;
}

#layer #view {
	position: relative;
	bottom: 3px;
	right: 3px;
	background-color: #FFFFFF;
	color: #000000; 
	border: 1px solid #CCCCCC;
}

#layer #titlebar { 
	position: relative; 
	width: auto; 
	height: 45px;
	background-color: #DF0000; 
	color: #FFFFFF; 
}

#layer #title { 
	position: absolute; 
	left: 0px;
	height: 45px;
	font-size: 1.7em; 
	font-weight: bold; 
	padding-left: 10px;
	padding-top: 10px;
}

#layer #closeText { 
	position: relative; 
	float: right; 
	padding-top: 8px;
	cursor: pointer;
}

#layer #closeX { 
	position: relative; 
	float: right; 
	font-weight: bold; 
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 10px;
	cursor: pointer;
}

#layer .red {
	color:#DF0000;
}	

#layer .bottom-row {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#layer .col-left {
	float: left;
}

#layer .col-right {
	float: right;
}

#layer .submit {
	background-image:url(button/fader_red23.gif);
	background-repeat:repeat-x;
	border:1px solid #B0031A;
	height:19px;
	color:#FFFFFF;
	cursor: pointer;
	padding-left:9px;
	padding-right:9px;
	padding-top:4px;
}	

#layer .footer {
	padding:0 20px 10px 20px;
	text-align:left;
	margin-top: 10px;
}	

#layer .separator {
	border-top:1px solid #CCCCCC;
	height:0;
	margin-bottom: 10px;
	-margin: 0;
	padding:0;
}

#layer .mt10 {
	margin-top: 10px;
}

#layer .middle {
	margin-left: auto;
	margin-right: auto;
}

#layer .buttonRemoveAll {
	background:transparent url(background/fader_grey34.gif) repeat-x scroll center bottom;
	border:1px solid #CCCCCC;
	padding:4px;
	position:absolute;
	top:34px;
	line-height:15px;
	width:135px;
	-width: 145px;
}

#layer .buttonRemove {
	border:1px solid #CCC;
	padding:3px;
	width:121px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(products/c4button.bmp) repeat-x scroll 0 0;
}

#layer .remove {
	background:transparent url(button/icon/icon_close_red.gif) no-repeat scroll 6px center;
	padding-left:24px;
}

#layer .buttonPrint {
	background:transparent url(background/fader_grey34.gif) repeat-x scroll center bottom;
	border:1px solid #CCCCCC;
	line-height:15px;
	padding:4px;
	position:absolute;
	width:135px;
	-width: 145px;
}

#layer .print {
	background:transparent url(button/icon/icon_print_red.gif) no-repeat scroll 4px center;
	padding-left:24px;
}

#layer .buttonLayer a{
	color:#DF0000;
	cursor:pointer;
	text-decoration:none;
}

#layer .featureContainer{
	padding: 3px 10px;
}

#layer #flyerwrapper {
	height: 545px;
}

#layer #comparison { 
	text-align: left;
	padding: 10px;
}

#layer #comparison .bg-right {
	width:98px;
	-padding-right:0px;
	-width:109px;
}

#layer #comparison .bu-icon-close-red {
	-padding:5px 0 0 7px !important;
}

#layer #comparison #productInfos {
	margin: 0px;
	width: 737px;
	position:relative;
}

#layer #comparison #productInfos .infoBox {
	width: 156px;
	float: left;
	position: relative;
}

#layer #comparison #productInfos .productBox {
	width:128px;
	margin-left:8px;
	float: left;
}

#layer #comparison #productInfos .productBox .productContainer {
	position: relative;
	width:120px;
}

#layer #comparison #productInfos .productImage {
	height:118px;
	width:118px;
}

#layer #comparison #productInfos .productImageContainer {
	height: 116px;
	border: 1px solid #CCC;
	width: 116px;
	margin: auto;
	display: block;
}

#layer #comparison #productInfos .productTitleBox {
	height: 54px;
	overflow: hidden;
	font-size:12px;
}

#layer #comparison #productInfos .productTitleBoxContainer{
	font-weight: bold;
	text-align: left;
	padding: 10px 0px;
}

#layer #comparison #productFeatures {
	table-layout: fixed;
	height: 100%;
	margin: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	vertical-align: top;
	height: 343px;
	width: 737px;
}

#layer #comparison #productInfosErrorMessage {
	border:1px solid red;
	color:red;
	padding:3px;
	position:absolute;
	top:83px;
	width:135px;
}

#layer #comparison #productInfosErrorMessage .errorMessageSign{
	float:left;
	padding:3px;
}

#layer #comparison #productInfosErrorMessage .errorMessageText{
	float:left;
	width:120px;
}

#layer #comparison #productFeatures table {
	font-size:12px;
	margin: 10px 10px 0 0;
	table-layout:fixed;
	width:708px;
}

#layer #comparison #productFeatures .featureBox {
}

#layer #comparison #productFeatures tr.feature {
	height: 49px;
	background: url(button/fader_white49.gif) repeat-x center bottom;
}

#layer #comparison #productFeatures .feature td{
	vertical-align: top;
	width: 150px;
}

#layer #comparison #productFeatures .firstBox{
	font-weight: bold;
	width: 156px;
}

#layer #comparison #productFeatures .firstBox .featureContainer{
	padding: 3px 10px;
}

#layer #comparison #productFeatures .otherBox{
	width: 138px;
}

#layer #comparison #productFeatures .otherBox .featureContainer{
	padding: 3px 0px 3px 9px;
}

#comparisonPrice .priceBox {
	position: relative;
	width: 120px;
	text-align: left;
}


#print #comparisonPrice .priceBox{
	width: 118px;
	text-align: left;
}

#print #comparisonPrice.nocheckout .priceBox{
	height:80px;
}

#print .firstBox .featureContainer {
padding:3px 10px;
}

#print .otherBox .featureContainer {
padding:3px 10px 3px 0;
}

#print .featureGrey .firstBox .featureContainer, #print .featureGrey .otherBox .featureContainer {
	margin-right:5px;
	margin-top:-49px;
	overflow:hidden;
}

#print .featureGrey td {
	overflow: hidden;
}

#comparisonPrice .priceBox .onlinePriceInfo {
	font-weight: bold;
}

#print #comparisonPrice .priceBox .onlinePriceInfo, #print #comparisonPrice .priceBox .onlinePrice , 
#print #comparisonPrice .priceBox  .shippingInfo, #print #comparisonPrice .priceBox .priceInfo,
#print #comparisonPrice .priceBox .availabilityInfo, #print #comparisonPrice .priceBox  .onlinePriceNotAvailable,
#print #comparisonPrice .productTitleBox, #print #comparisonPrice .priceNotAvailable, 
#print #comparisonPrice .price  {
	left:0px;
	font-weight: normal;
	width: 118px;
}

#print #catalogEntry.nocheckout .priceInfo {
	top:0px;
}

#print #catalogEntry.nocheckout .price {
	top:38px;
}

#comparisonPrice .priceBox .onlinePrice {
	background-position:right center;
	background-repeat:no-repeat;
	height:32px;
	margin-top: 6px;
}

#comparisonPrice .priceBox  .onlinePriceNotAvailable {
	font-weight: normal;
	font-size: 9px;
	color: #767676;
	margin-top:5px;
	width: 138px;
	height:57px;
}

#comparisonPrice .priceBox  .shippingInfo {
	color:#767676;
	font-size:9px;
	font-weight:normal;
}

#comparisonPrice .priceBox .availabilityInfo {
	color:#767676;
	font-size:9px;
	font-weight:normal;
}

#layer #comparison #comparisonPrice .bu-left {
	margin: 0;
}

#comparisonPrice .buttonProductRemove, #comparisonPrice .addToBasket  {
	margin-bottom: 10px;	
	text-align: center;
	width: 120px;
	overflow: hidden;
}


#comparisonPrice .priceBox .border {
	border-left:1px solid #CCCCCC;
	width:100px;
	position:absolute;
	top:197px;
	left:10px;
}

#comparisonPrice .priceBox .separator {
	border-top:1px solid #CCCCCC;
	font-size:0;
	line-height:0;
	margin: 5px 0 10px 0;
}

#comparisonPrice .priceBox .priceInfo {
	font-weight: bold;
}

#comparisonPrice.nocheckout .priceBox .priceInfo {
	top:5px;
}


#comparisonPrice .priceBox .marketName {
	font-weight: bold;
	margin-bottom:6px;
}

#print #comparisonPrice .priceBox .marketName {
	height:30px;
	font-weight:normal;
}

#comparisonPrice .priceBox .price {
	background-position:right center;
	background-repeat:no-repeat;
	height:40px;
}

#comparisonPrice.nocheckout .priceBox .price {
	top:25px;	
}

#print #comparisonPrice .priceBox .price {
	background-position:right center;
	background-repeat:no-repeat;
	height:40px;
}

#print #comparisonPrice.nocheckout .priceBox .price {
	top:25px;
}

#comparisonPrice .priceBox .priceNotAvailable {
	color: #767676;
	font-size: 10px;
	font-weight: normal;
	width:118px;
	overflow: hidden;
	height: 36px;
}

#comparisonPrice .priceBox .determinePrice {
	color: #767676;
	font-size: 10px;
	font-weight: normal;
	margin-bottom:10px;
	margin-top:7px;
}


#layer #comparison .product_feature_separator {
	border-top:1px solid #CCCCCC;
	font-size:0;
	line-height:0;
	width:708px;
}


#layer #comparison.nocheckout .product_feature_separator {
	top:355px;
}

#print #comparisonPrice .priceBox .separator {
	border-top:1px solid #CCCCCC;
	font-size:0;
	left:0px;
	line-height:0;
	width:88px;
}

#print #comparison .productTitleBox {
	font-size:11px;
	height:30px;
	overflow:hidden;
	text-align: left;
	width:90px;
}


#layer #contact { 
	text-align: left;
	padding: 20px 20px 0px 20px;
}

#layer #contact .image {
	background: url(layer/contact.gif) no-repeat;
	position: absolute;
	height: 55px;
	width: 55px;
}	

#layer #contact .title {
	position: relative;
	padding-left: 70px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.7em; 
	font-weight: bold; 
}	

#layer #contact .intro {
	position: relative; 
	margin-top: 20px;
}	

#layer #contact .input-table {
	margin-top: 10px;
	padding: 0px;
}

#layer #contact .input-col {
	padding-top: 10px;
	padding-right: 20px;
}

#layer #contact .type-list {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#layer #contact .type-list-entry {
	padding-top: 5px;
}

#layer #contact #type-list .type-list-entry-radio{
	margin-left: 0px;
	padding-left: 0px;
}

#layer #contact .store-selection {
	margin-top: 20px;
}

#layer #contact .store-selector {
	margin-left: 10px;
}

#layer #contact .contact-message-table {
	margin-top: 10px;
	margin-bottom: 8px;
}

#layer #contact .success {
	margin-top: 20px;
	margin-bottom: 20px;
}

#layer #contact .success-image {
	background: url(layer/success.gif) no-repeat;
	position: absolute;
	left: 30px;
	height: 37px;
	width: 37px;
}	

#layer #contact .success-message {
	position: relative;
	padding-left: 60px;
}

#layer #static { 
	text-align: left;
	padding: 20px 20px 0px 20px;
}

#layer #terms .button-print {
	float: right;
	margin-left: 20px;
	margin-right: 20px;
}

#layer #terms .button-save {
	float: right;
}


#layer #faq, #layer #privacy, #layer #legalnotice, #layer #terms{ 
	text-align: left;
	padding:20px 0 0 20px;
}

#layer #faq .image {
	background: url(layer/faq.gif) no-repeat;
	position: absolute;
	height: 55px;
	width: 55px;
}	

#layer #faq .title, #layer #privacy .title, #layer #legalnotice .title, #layer #terms .title {
	position: relative;
	padding-left: 70px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.7em; 
	font-weight: bold;
	height: 25px; 
}	

#layer #faq .content, #layer #privacy .content, #layer #legalnotice .content, #layer #terms .content { 
	margin-top: 20px;
	height: 414px;
	overflow-y: scroll;
}

#layer #faq h1, #layer #privacy h1, #layer #legalnotice h1, #layer #terms h1 {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-weight: bold; 
	font-size: 1.0em; 
}

#layer #faq .separator, #layer #privacy .separator, #layer #legalnotice .separator, #layer #terms .separator {
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	width: 475px;
	height: 0px;
}

#layer #privacy .image {
	background: url(layer/privacy.gif) no-repeat;
	position: absolute;
	height: 55px;
	width: 55px;
}

#layer #legalnotice .image, #layer #terms .image {
	background: url(layer/paragraph.gif) no-repeat;
	position: absolute;
	height: 55px;
	width: 55px;
}

#layer .service {
	padding: 0 0 65px 98px;
	margin: 0px;
	overflow: auto;
}

#layer .service-box{
	background:transparent url(layer/service_background.jpg) repeat-x scroll center bottom;
	border:1px solid #CCCCCC;
	color: #000000;
	cursor:pointer;
	float:left;
	height:240px;
	left:0;
	margin-right:20px;
	margin-top: 20px;
	padding:0;
	position:relative;
	text-decoration: none;
	width:170px;
}

#layer .service-image {
	height:120px;
	left:25px;
	position:absolute;
	top:100px;
	width:120px;
}

#layer .service .faq-image {
	background:transparent url(layer/service_faq.gif) no-repeat scroll 0 0;
}

#layer .service .contact-image {
	background:transparent url(layer/service_contact.gif) no-repeat scroll 0 0;
}

#layer .service .service-all-image {
	background:transparent url(layer/service_all.gif) no-repeat scroll 0 0;
}

#layer .service .guidedtour-image {
	background:transparent url(layer/service_guidedtour.gif) no-repeat scroll 0 0;
}

#layer .service .terms-image {
	background:transparent url(layer/service_terms.gif) no-repeat scroll 0 0;
}

#layer .service .privacy-image {
	background:transparent url(layer/service_privacy.gif) no-repeat scroll 0 0;
}

#layer .service-text {
	font-size:1.6em;
	font-weight:bold;
	line-height:110%;
	padding:7px 10px 0;
	text-align:left;
}

#layer #services { 
	text-align: left;
	padding: 20px 20px 0px 20px;
}

#layer #services .image {
	background: url(layer/services.gif) no-repeat;
	position: absolute;
	height: 55px;
	width: 55px;
}	

#layer #services .title {
	position: relative;
	padding-left: 70px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.7em; 
	font-weight: bold; 
}	

#layer #services .content { 
	margin-top: 20px;
	height: 320px;
	overflow-y: scroll;
}

#layer #services h1 {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-weight: bold; 
	font-size: 1.0em; 
}

#layer #services .separator {
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	width: 475px;
	height: 0px;
}


#layer #productadded {
	text-align: left;
	font-weight: normal;
	padding: 10px;
}

#layer #productadded .name{
	font-weight: bold;
}

#layer #productadded .footerButtons {
	position: relative;
	height: 25px;
	margin-top: 10px;
}

#layer #searchnoquery {
	text-align: left;
	font-weight: normal;
	padding: 10px;
}

/* catalog Filter */
#catalogFilter  {
	background:transparent url(background/fader_grey161.gif) repeat-x scroll center bottom;
	position:relative;
}

#catalogFilter .filter{
	height: 64px;
}

#catalogFilter .colLeft{
	padding: 9px 0 0 9px;
	float: left;
}

#catalogFilter .colRight{
	padding: 9px 9px 0 0;
	float: right;
}

#catalogFilter .filterContainer{
	position: relative;
	height: 18px;
	line-height:18px;
}

#catalogFilter .marketFilterText, #catalogFilter input  {
	float: left;
	margin-right: 5px;
}

#catalogFilter .filterBox {
	width: 200px;
}

/* Error Box*/
.globalErrorBox {
	border:1px solid red;
	padding:10px;
	margin-top:10px;
}

.globalErrorBox ul {
	margin:0;
	padding:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;	
}

/* width needs to be set explicitely to ensure IE7 compatibility */
.globalErrorBox ul li {
	width: 480px;
}

#contentRight .globalErrorBox ul li {
	width: 170px;
}


#content .globalErrorBox td {
	vertical-align: middle;
}

.globalErrorBoxFirstColumn {
	width: 6px;
}

.globalErrorBoxExclamationMark {
	background-image: url(error/redExclamationMark.gif);
	background-repeat: no-repeat;
	height: 39px;
	width: 6px;
}

.globalErrorBoxTextContainer {
	padding: 0 0 0 15px;
	color: red;
	font-weight: bold;
}

.globalErrorBoxHideout {
	display: none;
}

#categoryErrorBox .globalErrorBox {
	margin: 0 0 10px;
}

#errorBox table {
	width: 504px;
}

/* Error Pages */
#errorpage {
	width: 526px;
	height: 365px;
	background-image: url('error/error404.jpg');
	background-repeat: no-repeat;
	position: relative;
}

#errorpage.error404{
	background-image: url('error/error404.jpg');
	background-repeat: no-repeat;
}

#errorpage .errorpageHeader {
	position: absolute;
	left: 11px;
	top: 11px;
	text-transform: uppercase;
	color: white;
}

#errorpage .errorpageBox {
	position: absolute;
	left: 230px;
	top: 40px;
	width: 294px;
	height: 226px;
	opacity: 0.7;
	background-color: #FFF;
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

#errorpage .errorpageContainer{
	padding: 10px;
}

#errorpage .errorpageTitle{
	width: 274px;
	height: 54px;
	overflow: hidden;
	font-weight: bold;
	font-size: 22px;
	color: #000;
}

#errorpage .errorpageText{
	width: 274px;
	height: 112px;
	overflow: hidden;
	margin-top: 10px;
	font-weight: bold;
	font-size: 14px;
}

#errorpage .errorpageButton {
	margin-top: 10px;
	width: 80px;
}

.printview {
	visibility: hidden;
}

#searchPaginatorPageLinks {
	background-color:#FFFFFF;
	border-bottom:1px solid #cccccc;
}

#myAccountGiftcard .faq {
	-width:106px;
	-margin-right:5px;
}

.bold {
	font-weight: bold;
}

.globalsearch_result_music_cover {
	cursor:pointer;
	width:118px;
	border: 1px solid #ccc;
}

#globalsearch_result_table .gl_search_result_head {
	background-color: #F1F1F1;
	-width:100%;
	padding:10px 5px 10px 10px;
}

#downloadmusicentry .border {
	border-left:1px solid #CCCCCC;
	height:118px;
	left:364px;
	position:absolute;
	top:10px;
}

#downloadgamesentry .border {
	border-left:1px solid #CCCCCC;
	height:118px;
	left:364px;
	position:absolute;
	top:10px;
}

#downloadbrowserentry .border {
	border-left:1px solid #CCCCCC;
	height:118px;
	left:364px;
	position:absolute;
	top:10px;
}

#globalsearch_result_table .music_category_label {
	font-weight:bold;
	padding-bottom:4px;
	padding-top:0px;
}

#globalsearch_result_table .music_searchfield_label {
	float:left;
	padding-top:5px;
}

#globalsearch_result_table .music_searchfield_select {
	float:left;
	padding-top:2px;
}

#globalsearch_result_table .music_sortfield_label {
	float:left;
	padding-top:5px;
	white-space:nowrap;
}

#globalsearch_result_table .music_sortfield_select {
	float:left;
	padding-top:2px;
}

#globalsearch_result_table .music_sortfield_select_select {
	border:1px solid #CCCCCC;
}


#globalsearch_result_table .music_maxhits_label {
	float:left;
	padding-top:5px;
}

#globalsearch_result_table .music_maxhits_select {
	float:left;
	padding-top:2px;
	width:40px;
}

#globalsearch_result_table .music_all_button {
	float:right;
	text-align:right;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(button/fader_red23.gif) repeat-x scroll 0 0;
	border:1px solid #B00317;
	color:#FFFFFF;
	cursor:pointer;	
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;	
}

#globalsearch_result_table .raise_raquo {
	position:relative;
	top:-2px;
	-position:static;
}

#globalsearch_result_table .products_searchfield_label {
	float:left;
	margin-right:6px;
	padding-top:5px;
}

#globalsearch_result_table .searchfield_label {
	float:left;
	margin-right:6px;
	padding-top:5px;
}

#globalsearch_result_table .products_searchfield_select {
	float:left;
	padding-top:2px;
	margin-right:16px;
}

#globalsearch_result_table .searchfield_select {
	float:left;
	padding-top:2px;
	margin-right:16px;
}

#globalsearch_result_table .products_searchfield_select_select {
	border:1px solid #CCCCCC;
	width:110px;
}

#globalsearch_result_table .products_maxhits_label {
	float:left;
	padding-top:5px;
	margin-right:6px;
}

#globalsearch_result_table .maxhits_label {
	float:left;
	padding-top:5px;
	margin-right:6px;
}

#globalsearch_result_table .products_maxhits_select {
	float:left;
	padding-top:2px;
	margin-right:16px;
}

#globalsearch_result_table .maxhits_select {
	float:left;
	padding-top:2px;
	margin-right:16px;
}

#globalsearch_result_table .products_maxhits_select_select {
	border:1px solid #CCCCCC;
}

#globalsearch_result_table .products_all_button {
	float:right;
	text-align:right;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(button/fader_red23.gif) repeat-x scroll 0 0;
	border:1px solid #B00317;
	color:#FFFFFF;
	cursor:pointer;	
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;	
}

#globalsearch_result_table .mepe_maxhits_label {
	float:left;
	padding-top:5px;
	width:105px;
}

#globalsearch_result_table .mepe_maxhits_select {
	float:left;
	padding-top:2px;
	width:40px;
}

#globalsearch_result_table .mepe_maxhits_select_select {
	border:1px solid #CCCCCC;
}

#globalsearch_result_table .mepe_all_button {
	float:right;
	text-align:right;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(button/fader_red23.gif) repeat-x scroll 0 0;
	border:1px solid #B00317;
	color:#FFFFFF;
	cursor:pointer;	
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;	
}

/* Mini Basket */
#shoppingBasket .container {
	padding: 10px;
}

#shoppingBasket .firstcol {
	float: left;
}

#shoppingBasket .secondcol {
	float: right;
}

#shoppingBasket .shoppingBasketHeaderText {
	text-transform:uppercase;
	font-weight: bold;
}

#shoppingBasket .shoppingBasketText {
	font-weight: normal;
	font-size: 12px;
	color: #000;
}

#shoppingBasket .shoppingBasketSmallText {
	font-weight: normal;
	font-size: 10px;
	color: #000;
}

#shoppingBasket .plusShipping {
	font-weight: normal;
	margin-top: 8px;
}


#shoppingBasket .underline {
	text-decoration: underline;
}

#shoppingBasket .colcontainer {
	margin-top: 8px;
	padding-top: 0px;
}

#shoppingBasket .more {
	font-weight: normal;
	text-align:center;
	cursor: pointer;
	text-decoration: underline;
}

#shoppingBasket #shoppingBasketContent {
	margin-top: 15px;
	font-weight: bold;
	line-height: 1.2em;
}


#shoppingBasketContent .shoppingBasketItemContainer .itemPrice{
	margin-top: 3px;
}

#shoppingBasket .shoppingBasketItemQuantity {
	width: 56px;
	border: 1px solid #CCC;
}

#shoppingBasket .buttonContainer {
	margin-top: 20px;
}

#shoppingBasket  .trashcontainer {
	width: 26px;
	position: relative;
	cursor: pointer;
}

#shoppingBasket .trashcan {
	width: 12px;
	height: 15px;
	position: absolute;
	left: 10px;
	top:3px;
	background-image: url(checkout/trashcan.gif);
}

#shoppingBasket .quantityContainer {
	width: 100px;
}

#shoppingBasket .separator {
	margin-top: 8px;
	margin-bottom: 7px;
	border-top:1px solid #CCC;
	font-size:0;
	line-height:0;
}

#shoppingBasket .lastseparator {
	margin-top: 8px;
	color: #000;
	border-top:1px solid #000;
	font-size:0;
	line-height:0;
}

/* general input element styling - see also multichannel_noie.css for further styling in browsers except IE6/7 */

input.error, select.error, textarea.error {
	color: #df0000;
	border: 1px solid #df0000;
}

/* 
.inp-text, .inp-select, .inp-password {
	display: block;
}
*/

/* Big start layer */

#big_start_layer {
	margin-left:auto; 
	margin-right:auto;
	position:relative;
}


#big_start_layer .sliderContent {
	display: block; 
	overflow:hidden;
	position: relative; 
	top: 0px;
	z-index:100; 	
}

/* Big flash layer */

#big_flash_layer .closeText {
	color:#df0000;
	cursor:pointer;
	float:right;
	font-weight:bold;
	height:17px;
	margin-right:10px;
	margin-top:3px;
}

#big_flash_layer .inner {
	clear:both;
	margin:0px 20px;
}

/* ajax spinner */
.ajaxSpinnerBoxLeft {
	float: left;
	padding-top: 5px;
	margin-left: 5px;
}

.ajaxSpinnerBoxRight{
	float: right;
	padding-top: 5px;
	margin-right: 5px;
}

.ajaxSpinner {
	background:transparent url(button/ajaxSpinnerTrans.gif) no-repeat scroll center center;
	height:16px;
	width:16px;
}

/* button */
.bu-icon-basket-white {
	background-image:url(button/icon/icon_basket_white.gif);
	background-position:0 6px;
	background-repeat: no-repeat;
	padding:5px 0 0 21px !important;
}

.bu-icon-go-red {
	background-image:url(button/icon/icon_go_red.gif);
	background-position:0 11px;
	background-repeat: no-repeat;
	padding:5px 0 0 10px !important;
}

.bu-icon-go-white {
	background-image:url(button/icon/icon_go_white.gif);
	background-position:0 11px;
	background-repeat: no-repeat;
	padding:5px 0 0 10px !important;
}

.bu-icon-back-red {
	background-image:url(button/icon/icon_back_red.gif);
	background-position:0 11px;
	background-repeat: no-repeat;
	padding:5px 0 0 10px !important;
}

.bu-icon-back-white  {
	background-image:url(button/icon/icon_back_white.gif);
	background-position:0 11px;
	background-repeat: no-repeat;
	padding:5px 0 0 10px !important;
}

.bu-icon-printer-red  {
	background-image:url(button/icon/icon_printer_red.gif);
	background-position:0 5px;
	background-repeat: no-repeat;
	padding:5px 0 0 21px !important;
}

.bu-icon-printer-white {
	background-image:url(button/icon/icon_printer_white.gif);
	background-position:0 6px;
	background-repeat:no-repeat;
	padding:5px 0 0 19px !important;
}

.bu-icon-questionmark-red  {
	background-image:url(button/icon/icon_questionmark_red.gif);
	background-position:0 2px;
	background-repeat: no-repeat;
	padding:5px 0 0 19px !important;
}

.bu-icon-scale-red  {
	background-image:url(button/icon/icon_scale_red.gif);
	background-position:0 5px;
	background-repeat: no-repeat;
	padding:5px 0 0 23px !important;
}

.bu-icon-star-red  {
	background-image:url(button/icon/icon_star_red.gif);
	background-position:0 2px;
	background-repeat: no-repeat;
	padding:5px 0 0 21px !important;
}

.bu-icon-staple-red  {
	background-image:url(button/icon/icon_staple_red.gif);
	background-position:0 5px;
	background-repeat: no-repeat;
	padding:5px 0 0 20px !important;
}

.bu-icon-magnifier-red  {
	background-image:url(button/icon/icon_magnifier_red.gif);
	background-position:0 2px;
	background-repeat: no-repeat;
	padding:5px 0 0 20px !important;
}

.bu-icon-close-red {
	background-image:url(button/icon/icon_close_red.gif);
	background-position:0 10px;
	background-repeat:no-repeat;
	padding:5px 0 0 13px !important;
}

.bu-icon-del-red {
	background-image:url(button/icon/icon_del_red.gif);
	background-position:0 7px;
	background-repeat:no-repeat;
	padding:5px 0 0 16px !important;
}

.bu-font-bold {
	font-weight: bold;
}

.bu-font-8 {
	font-size: 8px;
}

.bu-font-9{
	font-size: 9px;
}

.bu-font-10{
	font-size: 10px;
}

.bu-font-11{
	font-size: 11px;
}

.bu-font-12{
	font-size: 12px;
}

.bu-left {
	display:block;
	float:left;
	overflow:hidden;
	margin-right: 10px;
}

.bu-right {
	display:block;
	float:right;
	overflow:hidden;
	margin-left: 10px;
}

.bu-left_m0 {
	display:block;
	float:left;
	overflow:hidden;
	margin-right: 0px;
}

.bu-right_m0 {
	display:block;
	float:right;
	overflow:hidden;
	margin-left: 0px;
}

.buttonContainerRight {
	margin-left: 10px;
	float: right;
	width: 1%;
}

.buttonContainerLeft{
	margin-right: 10px;
	float: left;
	width: 1%;
}


.bu-red-25, .bu-red-27, .bu-grey-25, .bu-grey-27 {
	background-position:0 0;
	background-repeat:no-repeat;
	border:0 none;
	cursor:pointer;
	/*margin:0;*/
	padding:0 0 0 11px;
	text-decoration: none;
}

.bu-darkgrey-25 {
	background-position:0 0;
	background-repeat:no-repeat;
	border:0 none;
	cursor:auto;
	/*margin:0;*/
	padding:0 0 0 11px;
	text-decoration: none;
}

.bu-red-25 .bg-right, .bu-red-27 .bg-right, .bu-grey-25 .bg-right, .bu-grey-27 .bg-right, .bu-darkgrey-25 .bg-right {
	background-position:100% 0;
	background-repeat:no-repeat;
	display:block;
	float:left;
	padding-right:11px;
}

.bu-red-25 .bg-right span {
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	line-height:15px;
	padding: 5px 0 0;	
	vertical-align:top;
	white-space:nowrap;
}

.bu-red-27 .bg-right span {
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	line-height:15px;
	padding: 7px 0 0;	
	vertical-align:top;
	white-space:nowrap;
}

.bu-grey-25 .bg-right span {
	background-repeat:no-repeat;
	color:#E3001A;
	display:block;
	line-height:15px;
	padding: 5px 0 0;	
	vertical-align:top;
	white-space:nowrap;
}

.bu-grey-27 .bg-right span {
	background-repeat:no-repeat;
	color:#E3001A;
	display:block;
	line-height:15px;
	padding: 7px 0 0;	
	vertical-align:top;
	white-space:nowrap;
}

.bu-darkgrey-25 .bg-right span {
	background-repeat:no-repeat;
	color:#E3001A;
	display:block;
	line-height:15px;
	padding: 5px 0 0;	
	vertical-align:top;
	white-space:nowrap;
	cursor: auto;
	color:#fff;
}

.bu-red-27 {
	background-image:url(button/bu_red_27_left.gif);
}

.bu-red-27 .bg-right {
	background-image:url(button/bu_red_27_right.gif);
	height:27px;
}

.bu-grey-27 {
	background-image:url(button/bu_grey_27_left.gif);
}

.bu-grey-27 .bg-right {
	background-image:url(button/bu_grey_27_right.gif);
	height:27px;
}

.bu-red-25 {
	background-image:url(button/bu_red_25_left.gif);
}

.bu-red-25 .bg-right {
	background-image:url(button/bu_red_25_right.gif);
	height:25px;
}

.bu-grey-25 {
	background-image:url(button/bu_grey_25_left.gif);
}

.bu-grey-25 .bg-right {
	background-image:url(button/bu_grey_25_right.gif);
	height:25px;
}

.bu-darkgrey-25 {
	background-image:url(button/bu_darkgrey_25_left.gif);
}

.bu-darkgrey-25 .bg-right {
	background-image:url(button/bu_darkgrey_25_right.gif);
	height:25px;
}

#layer .layerlink {
	color:#DF0000;
	cursor: pointer;
	text-decoration:none;
}

#layer-product-table .firstcolumn {
	width: 100px;
}

.layer-product-textarea {
	float:left;
	width: 670px;
	margin-left: 5px;
}

#productquantityadjusted, #productoutofstock, #productmaxquantityexceeded {
	margin: 10px;
	text-align: left;
}

#myAccount #shoppingBasket {
	display:none;
}

#emptyWishlist {
	float:left;
	-height: 160px;
	min-height: 160px;
	width:100%;
}

#emptyWishlist .header {
	padding:4px 10px 10px 10px;
}

#emptyWishlist .text{
	padding: 10px;	
}

#myAccount .middle {
	width: 526px;
}

.mb10 {
	margin-bottom: 10px;	
}

#productzoom {
	text-align: left;
	padding: 0px 10px;
	min-height: 411px;
	-height: 411px;
}

/* placement products */

#ppmtcontent {
	background-image: url('background/fader_gray176.gif');
	background-position:bottom;
	background-repeat:repeat-x;
	color:black;
	font-size:12px;
	height:227px;
	line-height:normal;
	position:relative;
}

#ppmtcontent.content_left{
	background-image: url('background/fader_gray241.gif');
	height:241px;
}

#ppmtcontent.content_right{
	height:178px;
}

#ppmtcontent .manufacturer_image {
	background-repeat:no-repeat;
	height:13px;
	left:10px;
	position:absolute;
	top:10px;
	width:116px;
}

#ppmtcontent .manufacturer_image_1 {
	background-repeat:no-repeat;
	height:16px;
	left:10px;
	position:absolute;
	top:10px;
	width:116px;
}

#ppmtcontent .category_name {
	height:14px;	
	left:10px;
	overflow:hidden;
	position:absolute;
	top:33px;
	font: 11px arial;
	text-transform: uppercase;
}

#ppmtcontent .category_name_1 {
	height:14px;	
	left:10px;
	overflow:hidden;
	position:absolute;
	top:28px;
	font: 11px arial;
	text-transform: uppercase;
}

#ppmtcontent .category_name_2 {
	height:14px;	
	left:10px;
	overflow:hidden;
	position:absolute;
	top:25px;
	font: 11px arial;
	text-transform: uppercase;
}

#ppmtcontent .category_name_3 {
	height:11px;	
	left:10px;
	overflow:hidden;
	position:absolute;
	top:25px;
	font: 11px arial;
	text-transform: uppercase;
}

#ppmtcontent .category_name_left {
	height:14px;	
	left:10px;
	overflow:hidden;
	position:absolute;
	top:25px;
	font: 11px arial;
	text-transform: uppercase;
}

#ppmtcontent .article_name {
	height:14px;	
	left:10px;
	overflow:hidden;
	position:absolute;
	top:52px;
	font: bold 12px arial;
}

#ppmtcontent .article_name_1{
	height:14px;	
	overflow:hidden;
	font-color: #1B1B1B;
	font-weight: bold; 
}

#ppmtcontent .article_name_2 {
	height:14px;	
	left:10px;
	overflow:hidden;
	position:absolute;
	top:39px;
	font: bold 12px arial;
}


#ppmtcontent .article_name_3 {
	height:14px;	
	left:10px;
	overflow:hidden;
	position:absolute;
	top:39px;
	font: bold 12px arial;
}

#ppmtcontent .article_name_right {
	height:14px;	
	left:10px;
	overflow:hidden;
	position:absolute;
	top:25px;
	font: bold 12px arial;
}

#ppmtcontent .article_name_left {
	height:14px;	
	left:10px;
	overflow:hidden;
	position:absolute;
	top:39px;
	font: bold 12px arial;
}

#ppmtcontent .article_image_1 {
	background-repeat:no-repeat;
	height:169px;	
	left:10px;
	position:absolute;
	bottom:10px;
	width:169px;
}

#ppmtcontent .article_img_1 {
	height:169px;	
	width:169px;
}

#ppmtcontent .article_image_2 {
	background-repeat:no-repeat;
	height:117px;	
	left:10px;
	position:absolute;
	top:71px;
	width:236px;
}

#ppmtcontent .article_image_3 {
	background-repeat:no-repeat;
	height:106px;	
	left:10px;
	position:absolute;
	top:61px;
	width:147px;
}

#ppmtcontent .article_image_left {
	background-repeat:no-repeat;
	height:106px;	
	left:25px;
	position:absolute;
	top:71px;
	width:146px;
}

#ppmtcontent .article_image_right {
	background-repeat:no-repeat;
	height:106px;	
	left:10px;
	position:absolute;
	top:42px;
	width:146px;
}

#ppmtcontent .online_price {
	height:39px;	
	right:6px;
	position:absolute;
	bottom:39px;
}

#ppmtcontent .online_price_right {
	height:39px;	
	right:20px;
	position:absolute;
	bottom:39px;
}

#ppmtcontent .online_price_left {
	height:39px;	
	right:6px;
	position:absolute;
	bottom:49px;
}

#ppmtcontent .shipping_info {
	color:#797979;
	font-size:10px;
	height:10px;	
	right:27px;
	position:absolute;
	bottom:31px;
}

#ppmtcontent .shipping_info_1 {
	color:#797979;
	font-size:10px;
	height:10px;	
	left:402px;
	position:absolute;
	bottom:29px;
}

#ppmtcontent .shipping_info_2 {
	color:#797979;
	font-size:10px;
	height:10px;	
	left:134px;
	position:absolute;
	bottom:29px;
}

#ppmtcontent .shipping_info_3 {
	color:#797979;
	font-size:10px;
	height:10px;	
	left:43px;
	position:absolute;
	bottom:29px;
}

#ppmtcontent .shipping_info_left {
	color:#797979;
	font-size:10px;
	height:10px;	
	left:73px;
	position:absolute;
	bottom:39px;
}

#ppmtcontent .shipping_info_right {
	color:#797979;
	font-size:10px;
	height:10px;	
	left:92px;
	position:absolute;
	bottom:29px;
}


#ppmtcontent .product_link {
	bottom:10px;
	height:14px;
	overflow:hidden;
	position:absolute;
	right:10px;
}

#ppmtcontent .product_link_1 {
	bottom:8px;
	left :0px;
	height:14px;
	overflow:hidden;
	width : 514px;
	position:absolute;
}

#ppmtcontent .product_link_2 {
	bottom:8px;
	height:14px;
	overflow:hidden;
	position:absolute;
	width : 246px;
	left :0px;
}

#ppmtcontent .product_link_3 {
	bottom:8px;
	height:14px;
	overflow:hidden;
	position:absolute;
	width : 156px;	
	left :0px;
}

#ppmtcontent .product_link_right {
	bottom:8px;
	height:14px;
	overflow:hidden;
	position:absolute;
	left :0px;
	width : 218px;
}

#ppmtcontent .product_link_left {
	bottom:18px;
	height:14px;
	overflow:hidden;
	position:absolute;
	width : 185px;
	left :0px;
}

#ppmtcontent .product_link_a {
	color:#df0000;
	font-size:12px;
	text-decoration:none;
}

#ppmtcontent .article_text {
	height:105px;	
	left:198px;
	overflow:hidden;
	position:absolute;
	top:65px;
	width:200px;
	font : 12px arial #000000;
}

div.red {
	color:#DF0000;
}

span.red {
	color:#DF0000;
}

#printContent .priceBox .separator {
	border-top:1px solid #CCCCCC;
	font-size:0;
	line-height:0;
	position:absolute;
	top:109px;
	width:136px;
	margin: 0px;
}

/* infoSign */
div.infoSign {
	background: transparent url(button/info.gif) no-repeat center right;
	cursor: pointer;
	height: 15px;
	width: 9px;
	float: left;
}

div.infoSignText {
	float: left;
	margin-right: 5px;
}



/* search shop entries*/


#downloadmusicentry {	
	background-image:url(background/fader_white138.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	height: 138px;
	position: relative;
}

#downloadmusicentry .title {
	font-weight: bold;
}

#downloadmusicentry .image_col {	
	left: 10px;
	position: absolute;
	top:10px;
	vertical-align: middle;
	width: 118px;
}

#downloadmusicentry .music_cover {	
border:1px solid #CCCCCC;
cursor:pointer;
width:116px;
}

#downloadmusicentry .description_col {	
	height:117px;
	left: 138px;
	overflow: hidden;
	position: absolute;
	top:10px;
	width: 227px;
}

#downloadmusicentry .text_row {	
	height:84px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top:0px;
}

#downloadmusicentry .link_row {	
	left: 0px;
	overflow: hidden;
	position: absolute;
	top:84px;
}

#downloadmusicentry  .globalsearch_result_download_box_speaker, #downloadmusicentry  .globalsearch_result_download_box_remember {
	margin-top: 5px;
}

#downloadmusicentry .price_col {
	height:100%;
	left: 360px;
	position: absolute;
	top:0px;
	width: 160px;
}

#downloadmusicentry .price_header {
	font-weight: bold;
	left: 15px;
	position: absolute;
	top: 10px;
}

#downloadmusicentry .price {
	left: 11px;
	position: absolute;
	top: 30px;
}

#downloadmusicentry .basket {
	bottom: 10px;
	right: 1px;
	position: absolute;
}

#globalsearch_download_result .filter_label {
	float:left;
	margin-right:6px;
	padding-top:5px;
}

#globalsearch_download_result .downloadtype_label {
	float:left;
	margin-right:6px;
	padding-top:5px;
	font-weight:bold;
}

#globalsearch_result_table .box_info {
	float:left;
}

#globalsearch_result_table .box_info .info {
	background-image:url(button/info.gif);
	background-repeat:no-repeat;
	color:#DF0000;
	cursor:pointer;
	height:15px;
	padding-left:20px;
	text-decoration:none;
	width:9px;
}

#downloadgamesentry {	
	background-image:url(background/fader_white138.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	height: 138px;
	position: relative;
}

#downloadgamesentry .image_col {	
	left: 10px;
	position: absolute;
	top:10px;
	vertical-align: middle;
	width: 118px;
}

#downloadgamesentry .description_col {	
	height:118px;
	left: 138px;
	overflow: hidden;
	position: absolute;
	top:10px;
	width: 235px;
}

#downloadgamesentry .text_row {	
	height:105px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top:0px;
	width:225px;
}

#downloadgamesentry .link_row {	
	left: 0px;
	overflow: hidden;
	position: absolute;
	top:103px;
}

#downloadgamesentry .price_col {
	height:100%;
	left: 360px;
	position: absolute;
	top:0px;
	width: 160px;
}

#downloadgamesentry .price_header {
	font-weight: bold;
	left:15px;
	position: absolute;
	top: 10px;
}

#downloadgamesentry .price {
	left: 11px;
	position: absolute;
	top: 30px;
}

#downloadgamesentry .basket {
	bottom: 10px;
	position: absolute;
	right: 1px;
}

#downloadgamesentry .game_cover {
	cursor:pointer;
	padding-left:20px;
	padding-right:23px;
	width: 75px;
}

#downloadgamesentry .game_genre {
}

#downloadgamesentry .game_title {
	font-weight: bold;
}

#downloadgamesentry .game_description {
}

#downloadgamesentry .game_os_header {
	font-weight: bold;
}

#downloadgamesentry .game_usk_header {
	font-weight: bold;
}

#downloadbrowserentry {	
	background-image:url(background/fader_white138.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	height: 138px;
	position: relative;
}

#downloadbrowserentry .image_col {	
	left: 10px;
	position: absolute;
	top:10px;
	vertical-align: middle;
	width: 118px;
}

#downloadbrowserentry .description_col {	
	height:118px;
	left: 138px;
	overflow: hidden;
	position: absolute;
	top:10px;
	width: 386px;
}

#downloadbrowserentry .text_row {	
	height:105px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top:0px;
}

#downloadbrowserentry .link_row {	
	left: 0px;
	overflow: hidden;
	position: absolute;
	top:105px;
	width: 280px;
}

#downloadbrowserentry .togame {
	bottom: 0px;
	position: absolute;
	right: 0px;
}

#downloadbrowserentry .game_cover {
	padding-left:20px;
	padding-right:23px;
	width: 75px;
}

#downloadbrowserentry .game_genre {
}

#downloadbrowserentry .game_title {
	font-weight: bold;
}

#downloadbrowserentry .game_description {
}

.vsnentry {	
	background-image:url(background/fader_grey161.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	height: 161px;
	position: relative;
}

.vsnentry .image_col {	
	left: 10px;
	position: absolute;
	top:10px;
	vertical-align: middle;
	width: 118px;
	overflow: hidden;
}

.vsnimage {
	border: 1px solid #ccc;
	height: 118px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.vsnimage img {
	cursor: pointer;
	width: 116px;
}

.vsnentry .description_col {
	height:161px;
	left: 138px;
	overflow: hidden;
	position: absolute;
	top:10px;
	width: 227px;
}

.vsnentry .description_col .link_row {
	left: 0;
	bottom: 22px;
	position: absolute;
	overflow: hidden;
}

.vsnentry .price_col {
	height:154px;
	left: 375px;
	position: absolute;
	top:7px;
	width: 149px;
}

.vsnentry .price {
	position: absolute;
	left: 0px;
	top: 29px;
}

.vsntitle, .vsnentry .priceinfo {
	font-weight: bold;	
}

.vsnentry .border {
	border-left:1px solid #CCCCCC;
	height:142px;
	left:364px;
	position:absolute;
	top:10px;
}

.vsnentry .basket {
	bottom: 10px;
	position: absolute;
	right: 5px;
}

.vsnentry .availabilityinfo, .vsnentry .shippinginfo {
	color: #767676;
	font-size: 9px;
	font-weight: normal;
	position: absolute;
	left: 0;
	width: 149px;
}

.vsnentry .shippinginfo {
	top: 73px;	
}

.vsnentry .availabilityinfo {
	top: 85px;
}

#globalsearch_vsn_result .filter_label, #globalsearch_vsn_result .maxhits_label {
	float: left;
	margin-right: 6px;
	padding-top: 5px;
}

#globalsearch_vsn_result .maxhits_select, #globalsearch_vsn_result .searchfield_select {
	float: left;
	margin-right: 16px;
	padding-top: 2px;
}


ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #7c7c7c;
	border-left-color:		#c3c3c3;
	border-right-color:		#c3c3c3;
	border-bottom-color:	#ddd;
	background-color:		#fff;
	text-align:				left;
    color: 					#000;
    font: 					12px Arial, sans-serif;
    line-height: 			1.2em;
	z-index:				50;
	background-color:		#fff;
}

ul.autocompleter-choices li
{
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				0.2em 1.5em 0.2em 1em;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
    font: 					12px Arial, sans-serif;
	line-height: 			1.2em;
}

ul.autocompleter-choices li.autocompleter-selected
{
	border:					1px dotted #000;
	background-color:		#fff;
	color:					#000;
}

ul.autocompleter-choices span.autocompleter-queried
{
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#000;
	font-weight:			bold;
}

#big_flash_layer_container {
	text-align: center;
	width: 100%;
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 505;
	left: 0;
}

#big_flash_layer_iframe {
	position: absolute;
	top: 0;
	width: 100%;
	filter: alpha(opacity = 0);
	display: block;
	z-index: -1;
}

#big_flash_layer {
	margin: 0 auto;
	padding: 0;
}

.myAccountWishlistPrint .priceBox .priceInfo,
.myAccountWishlistPrint .priceBox .separator {
	display: none;
}

#info_total_shipping {
	float:right;
}

.cancel_account_misc_area {
	border : 1px solid #CCCCCC; 
	width:480px;
	height:100px;
	margin:8px 0px 0px 17px;
	overflow-y: auto;
}

#shopFooter {
	color: white;
	font: 11px arial;
	left: 0;
	padding: 0;
	margin : 0 auto auto;
	position: relative;
	text-align: left;
	width: 995px;
	height: 30px;
}

#shopFooter .text {
	left: 210px;
	position: relative;
	text-align: center;
	width: 540px;
}

#personal_infotext #fskErrorBox.globalErrorBox {
	border:1px solid red;
	margin-top:-10px;
	padding:10px;
	width : 501px;
}

#fskErrorBox.globalErrorBox {
	margin-bottom: 10px;
	width: 700 px;
}

#fskErrorBox .globalErrorBoxSecondColumn{
	width :400px;
}
#fskErrorBox table {
	width : 700px;
}

#personal_infotext #fskErrorBox table{
	width :490px;
}

#fskErrorBox ul {
	list-style : square;
	margin: 5px 0px 0px 10px;
}

.checkout #errorBox.globalErrorBox{
	width : 501px;
}

.checkout #checkout-left-holder #personal_infotext #errorBox table{
	width :490px;
}