/* Stock */
span.stockContainer {
    width: 36px;
    height: 8px;
    line-height: 8px;
    background-image: url('/layout/default/gfx/stock.png');
    background-repeat: no-repeat;
    position: absolute;
}
div#stockExplain {
  position: absolute;
  z-index: 180;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  width: 200px;
  height: 100px;
  display: none;
}
div#stockExplain div.title {
  text-align: right;
  background-color: #efefef;
}
div#stockExplain div.title a {
  color:#585858;
  cursor:pointer;
  line-height:21px;
  padding-right:25px;
  font-size:11px;
  text-decoration: none;
}
div#stockExplain div.content {
  margin: 5px;
}
/* Categorie weergave */
div.top5 {
  float: left;
  margin: 3px;
  margin-bottom: 6px;
  display: inline;
}
div.top5 table {
  width: 100%;
}
div.top5 table td {
  padding: 1px 2px;
  line-height: 19px;
  border-bottom: 1px solid #d0d4e2;
}
div.top5 table td  strong {
  cursor: pointer;
}
div.top5 table td.num {
  width: 10px;
  color: #e5322d;
}
div.top5 table td.avgRating span {
  color: #e5352d;
}
div.top5 table td.price {
  text-align: right;
}
div.categeryView div.categoryOneCat {
  float: left;
  width: 186px;
  height: 186px;
  margin: 1px;
  border: 1px solid #d0d4e2;
  cursor: pointer;
  background: url('/layout/default/gfx/grey_gradient.png') repeat-x bottom;
}
div.categeryView div.categoryOneCat:hover {
  border-color: #e5352d;
}
div.categoryOneCat div.label {
  font-weight: bold;
  color: #d0d4e2;
  margin: 2px 10px;
  border-bottom: 1px solid #d0d4e2;
  padding-left: 1px;
  overflow: hidden;
  height: 16px;
}
div.categoryOneCat div.label a {
  display: block;
  font-size: 1.1em
}
div.categoryOneCat div.image {
  height: 146px;
  text-align: center;
  vertical-align: middle;
}
div.categoryOneCat div.button {
  border: 1px solid #d0d4e2;
  color: #d0d4e2;
  font-weight: bold;
  margin-left: 45px;
  margin-right: 45px;
  text-align: center;
  /*background: url('/layout/default/gfx/grey_gradient.png') repeat-x bottom;*/
  display: none;
}


/* Default productoverview */
div.productOverview {
	/*background: url('/layout/default/gfx/product_overview_bg.png') no-repeat center bottom;*/
	height: 160px;
	margin-bottom: 2px;
}
div.productOverview div.topBg {
	height: 2px;
	/*background: url('/layout/default/gfx/product_overview_bg.png') no-repeat center top;*/
}
div.productOverview div.topNav {
	border-bottom: 1px solid #a3adb4;
	border-top: 1px solid #a3adb4;
	margin: 0 5px 8px 5px;
  padding: 2px 0;
  height: 20px;
  line-height: 20px;
}
div.productOverview div.topNav h3 {
	width: 230px;
	float: left;
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
}

/* Home */
div#webshopHome div.productOverview div.topNav h3 {
	width: 309px;
}

div.productOverview div.topNav div.rating {
	float: left;
  margin-top: 2px;
}
div.productOverview div.topNav div.stock {
	width: 90px;
	float: left;
	margin-left: 10px;
}
div.productOverview div.topNav .stockContainer {
	margin-top: 6px;
  margin-left: 3px;
}
div.productOverview div.topNav div.compare {
	width: 80px;
	float: right;
	text-align: right;
}

div.productOverview div.thumb {
	width: 191px;
	height: 120px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	position: relative;
}
div.productOverview ul.specs {
	width: 255px;
	float: left;
	list-style-type: disc;
	margin-left: 20px;
}
div.productOverview div.buttons {
	width: 88px;
	float: right;
	margin-left: 3px;
}
div.productOverview div.priceSmall {
	display: block;
	width: 86px;
        margin-top: 10px;
	padding-top: 5px;
	height: 45px;
	background: url('/layout/default/gfx/labels.png') no-repeat 0 0;
	text-align: center;
	color: #fff;
}
div.productOverview div.priceSmall span.from {
	display: block;
	text-align: right;
	padding-right: 8px;
	text-decoration:line-through;
}
div.productOverview div.priceSmall span.current {
	font-size: 16px;
	font-weight: bold;
	margin-top: 2px;
	display: block;
	text-align: right;
	padding-right: 8px;
}
div.productOverview a.moreInfo {
	display: block;
	width: 86px;
	height: 18px;
	background: url('/layout/default/gfx/buttons.png') no-repeat 0 -30px;
	text-align: center;
	color: #002c5a;
	font-size: 10px;
	margin: 2px 0;
}
div.productOverview a.orderSmall {
	display: block;
	width: 86px;
	height: 27px;
	background: url('/layout/default/gfx/buttons.png') no-repeat 0 top;
}
/* Overzicht einde */


/**
 * Detail pagina
 */
div.tabBlock {
	margin-left:1px;
	margin-top: 5px;
}

div.tabBlock ul.tabBlockTabs {
	width:      100%;
	margin:     0;
	padding:    0;
	list-style: none;
	position:   relative;
	top: 1px;
	z-index: 100;
	height: 18px;
  clear: both;
}

div.tabBlock ul.tabBlockTabs li {
	float: left;
	width: auto;
	line-height: 18px;
	height: 18px;
	border: 1px solid #a3adb4;
	border-bottom: 0;
	font-weight: bold;
	padding: 0px 14px 0px 5px;
	text-transform: uppercase;
}

div.tabBlock ul.tabBlockTabs li.tab {
	color:          #fff;
	background-color: #002b59;
	cursor:     pointer;
}

div.tabBlock ul.tabBlockTabs li.tabActive {
	color: #002b59;
	background-color: #fff;
	border-bottom:  1px solid #fff;
	cursor:     auto;
}

div.tabBlock div.tabBlockContent {
	clear:      left;
	border:     1px solid #a3adb4;
	position:   relative;
	background: url('/layout/default/gfx/grey_gradient.png') repeat-x bottom;
}
div#stockExplain span {
  margin-top: 4px;
}

/* Summary block */
#tabBlock1 {
    padding: 4px;
}
#tabBlock1 div.summayTop {
  border-bottom: 1px solid #dadfe3;
  line-height: 20px;
  height: 20px;
}
#tabBlock1 div.summayTop ul li {
  float: left;
}
#tabBlock1 div.summayTop ul li.ratingText {
  padding-left: 20px;
}
#tabBlock1 div.summayTop ul div.rating {
  margin-top: 2px;
}

#tabBlock1 div.summayTop span.stockContainer {
  margin-top: 7px;
  margin-left: 2px;
}
#tabBlock1 div.summayTop h3 {
	display: inline;
}
#tabBlock1 div.summaryLeft {
  float: left;
  width: 425px;
}
#tabBlock1 div.summaryLeft #shortSpecs h3 {
  margin-left: 5px;
  margin-bottom: 5px;
}

#tabBlock1 div.summaryLeft #shortSpecs a.moreSpecs {
  display: block;
  color: #e5362e;
  text-decoration: underline;
  padding-bottom: 5px;
}
#tabBlock1 div.summaryRight {
  float: right;
	width: 120px;
}
#tabBlock1 .image {
  background-repeat: no-repeat;
  background-position: center center;
  height: 220px;
  cursor:pointer
}
#tabBlock1 .printImg {
  display: none;
}
#tabBlock1 .manufacturerImage {
  height: 30px;
  text-align: center;
  margin-top: 10px;
}
#articleFiles .thumbnail {
  border:1px solid #DADFE3;
  float:left;
  margin:0 5px 5px 0;
  cursor: pointer;
}
#articleFiles .thumbnail div {
  background-position: center center;
  background-repeat:no-repeat;
  width:65px;height:65px
}
#articleFiles .media div {
  background-image: url('/modules/webshop/gfx/film.png')
}
#articleFiles .active {
  border: 1px solid #A3ADB4;
}
#tabBlock1 .energyLabelA {
  height: 27px;
  background: url('/layout/default/gfx/labels.png') no-repeat 0 -189px;
  margin-bottom: 15px;
}
#tabBlock1 .energyLabelB {
  height: 27px;
  background: url('/layout/default/gfx/labels.png') no-repeat 0 -219px;
  margin-bottom: 15px;
}
#tabBlock1 .energyLabelC {
  height: 27px;
  background: url('/layout/default/gfx/labels.png') no-repeat 0 -249px;
  margin-bottom: 15px;
}
#tabBlock1 div.summaryRight div.price {
  width: 99px;
  height: 63px;
  background: url('/layout/default/gfx/labels.png') no-repeat 0 -68px;
  color: #fff;
  padding: 7px;
  text-align: right;
  position: relative;
}
#tabBlock1 div.summaryRight div.price div.articleDetailPriceCurrent {
    font-size: 20px;
    font-weight: bold;
    margin: 3px 0;
}
#tabBlock1 div.summaryRight div.price div.articleDetailPriceFrom {
    text-decoration: line-through;
}
#tabBlock1 div.summaryRight div.links {
    margin-top: 5px;
    margin-bottom: 20px;
}
#tabBlock1 div.summaryRight div.links a {
    display: block;
    text-decoration: underline;
}
#tabBlock1 div.summaryRight a.alternativeLink {
  width: 113px;
  height: 23px;
  line-height: 23px;
  background: url('/layout/default/gfx/buttons.png') no-repeat 0 -243px;
  display: block;
  color: #001648;
  text-align: center;
  margin-top: 2px;
}
#tabBlock1 div.summaryRight a.actionOrder {
	display: block;
	width: 113px;
	height: 36px;
  line-height: 36px;
	text-indent: -2000px;
  background: url('/layout/default/gfx/buttons.png') no-repeat 0 -197px;
}
#tabBlock1 div.summaryBottom {
  border-top: 1px solid #dadfe3;
	line-height: 20px;
	height: 20px;
	padding-left: 5px;
	clear: both;
}

/**
 * Article detail as landingpage header:
 */
div.tabBlockContent div.externalLandingHeader {
    height:         118px;
    width:          568px;
    padding-left:   1px;
    padding-top:    4px;
    padding-bottom: 2px;
}
div.tabBlockContent div.externalLandingHeader div.externalLandingHeaderBlock {
    height: 116px;
    width: 187px;
    float: left;
    margin-left: 1px;
    margin-right: 1px;
}

div.tabBlockContent div.externalLandingHeader div.leftBlock {
}
div.tabBlockContent div.externalLandingHeader div.middleBlock {
    background:     url(/layout/default/gfx/externalLandingBlock2.gif) no-repeat left top;
    padding: 30px 0 0 35px;
    width: 152px;
    height: 86px;
}
div.tabBlockContent div.externalLandingHeader div.rightBlock {
    background:     url(/layout/default/gfx/externalLandingBlock3.gif) no-repeat left top;
}

div.tabBlockContent div.externalLandingHeader div.leftBlock h2 {
    color:  #002b59;
    margin: 0;
    margin-top: 2px;
    margin-left: 5px;
    font-size: 12px;
}

div.tabBlockContent div.externalLandingHeader div.leftBlock ul {
    list-style: none;
    margin-left: 5px;
    margin-top: 6px;
}

div.tabBlockContent div.externalLandingHeader div.leftBlock ul li {
    margin-top:     3px;
    margin-bottom:  3px;
}

/**
 * Markup for the "other mailing articles" part of articledetails (only shown as landingspage for the mailinglist
 */
div.tabBlockContent div.mailingArticles {
    overflow:       auto;
    overflow:       none; /* These two overflow settings actually manage to convince ie7 that this div hasLayout */
    width:          569px;
    padding-left:   1px;
    padding-top:    4px;
    padding-bottom: 4px;
}

div.tabBlockContent div.mailingArticles div.mailingArticle {
    float:      left;
    width:      187px;
    height:     147px;
    background: url(/layout/default/gfx/mailingListArticleBg.gif);
    margin:     1px;
}

div.tabBlockContent div.mailingArticles div.mailingArticle div.image {
    height:                 112px;
    width:                  171px;
    background:             no-repeat;
    background-position:    center;
    margin-left:            6px;
    margin-top:             6px;
}

div.tabBlockContent div.mailingArticles div.mailingArticle div.image img.printImg {
    display:    none;
}

div.tabBlockContent div.mailingArticles div.mailingArticle a.mailingArticleButton {
    display:            block;
    height:             16px;
    width:              74px;
    margin-left:        55px;
    line-height:        16px;
    font-size:          11px;
    vertical-align:     middle;
    text-align:         center;
    color:              #002b59;
    background:         url(/layout/default/gfx/buttons.png) no-repeat -40px -169px;
}


a.link {
	float: left;
}
a.print {
	background: url('/layout/default/gfx/icons.png') no-repeat 0 top;
	float: left;
	padding-left: 20px;
	margin: 0 10px;
  line-height:20px;
}
a.mail {
	background: url('/layout/default/gfx/icons.png') no-repeat 0 -20px;
	float: left;
	padding-left: 20px;
  line-height:20px;
}


/**
 * kliks
 */
div.kliksValue {
  color: #000;
  overflow: auto;
}
div.kliksValue span.left {
  width: 39%;
  float: left;
  text-align: left;
}
div.kliksValue span.right {
  width: 59%;
  float: right;
  text-align: right;
}
div.price div.kliksValue {
  position: absolute;
  bottom: 3px;
  left: 5px;
  width: 89%;
}
div.priceSmall div.kliksValue {
  margin: 8px 8px 0 8px;
}

/**
 * Reviews
 */
div#reviewsTabContent a.addReview {
  text-indent: -9999px;
  display: block;
  width: 161px;
  height: 25px;
  background: url('/layout/default/gfx/buttons.png') no-repeat scroll -175px -241px;
  clear: both;
  margin: 12px 0;
}
div.reviewContainer {
  border: 1px solid #a3adb4;
  margin-bottom: 2px;
  padding: 4px;
  clear: both;
}
div.reviewContainer div.reviewTop {
  border-bottom: 1px solid #dadfe3;
  line-height: 22px;
  margin-bottom: 10px;
}
div.reviewContainer div.reviewBottom {
  margin-top: 10px;
}
div.reviewContainer h3 {
  display: inline;
}
div.reviewContainer .rating {
  float: right;
  margin-top: 4px;
  margin-left: 4px;
}

/**
 * review form
 */
#reviewAddForm {
  padding-bottom: 10px;
}
#reviewAddForm div.formRow {
    clear:          left;
}
#reviewAddForm div.formRow label {
    float:          left;
    width:          150px;
    line-height:    22px;

}
#reviewAddForm div.formRow label.largeLabel {
    width:  300px;
}
#reviewAddForm div.formRow input.select {
    float:  left;
}
#reviewAddForm div.formRow textarea {
    width: 220px;
    padding: 2px;
    height: 90px;
}
#reviewAddForm div.formRow input.ratingBox {
    width: 10px;
}
#reviewAddForm div.formRow ul.rating {
    float:      left;
    clear:      none;
    margin-top: 2px;
    display:    none;
}
#reviewAddForm div.formRow .error {
    border-color: #e5352d;
}

#reviewAddForm div.formRow div.scoreDescription {
    margin-left: 10px;
}
#reviewAddForm button.submit {
    background: url('/layout/default/gfx/buttons.png') no-repeat -175px -241px;
    width: 160px;
    height: 25px;
    text-indent: -9999px;
    border: 0;
    margin-top: 10px;
    margin-left: 5px;
    cursor: pointer;
}
#reviewAddForm div.reviewTitle {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}
#reviewAddForm .thumb {
    width: 120px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin-left: 5px;
}

/**
 * ArticleCompare block's delete button
 */
div#articleCompare {
    overflow: auto;
}
/** Action compare link on category pages **/
a.actionCompare {
    display: block;
    float: right;
    height: 14px;
    line-height: 14px;
    width: 60px;
    margin-top: 2px;
    padding-right: 20px;
    vertical-align: middle;
    background: url('/layout/default/gfx/checkbox.png') no-repeat right 0px;
}
a.actionCompareActive {
    background: url('/layout/default/gfx/checkbox.png') no-repeat right -19px;
}
div#articleCompare a.compareDel {
    width: 14px;
    height: 14px;
    display: block;
    background: url('/layout/default/gfx/icons.png') no-repeat 1px -43px;
}
/* Start compare button */
div.sortid div.compareButtonContainer a.startCompare {
  background: url('/layout/default/gfx/buttons.png') no-repeat scroll 0 -30px;
  color: #002C5A;
  display: block;
  font-size: 10px;
  height: 18px;
  line-height: 18px;
  margin: 2px 0;
  text-align: center;
  width: 86px;
  border: 0;
  padding: 0;
  font-weight: normal;
}

/**
 * Tab pagination
 */
div.tabContent div.tabHeader {
    height:         20px;
    line-height:    20px;
    width:          100%;
    vertical-align: middle;
    color:          #4b575f;
}

div.tabContent div.tabHeader div.paginationOptions {
    float:          right;
    margin-right:   5px;
}

div.tabContent div.tabHeader div.paginationOptions span.totalItems {
    color:  #e95853;
    font-weight: bold;
}

div.tabContent div.tabHeader div.paginationOptions span.collectionName {
    margin-right:   5px;
}

div.tabContent div.tabHeader div.paginationOptions span.previousNext {
    margin-right:   2px;
}

div.tabContent div.tabHeader div.paginationOptions span.previousNext a {
    color:  #4b575f;
}
div.tabContent div.tabHeader div.paginationOptions span.previousNext a:hover {
    text-decoration:    underline;
}

div.tabContent div.tabHeader div.paginationOptions span.pages a.pageNumber {
    color:  #4b575f;
    margin-left: 3px;
}
div.tabContent div.tabHeader div.paginationOptions span.pages a.activePage {
    font-weight: bold;
    color:       #e95853;
}
div.tabContent div.tabHeader div.paginationOptions span.pages a.pageNumber:hover {
    text-decoration:    underline;
}

/* Accessoires/ alternatief */
#accessoryTabContent {
	padding: 1px;
	background: url('/layout/default/gfx/grey_gradient.png') repeat-x bottom;
	/*height: 300px;*/
}
div.smallArticleContainer {
	border-bottom: 1px solid #DADFE3;
	margin-bottom: 2px;
	height: 110px;
}
div.smallArticleContainer .thumb {
    background-repeat: no-repeat;
    background-position: center center;
    width: 145px;
    height: 110px;
    float: left;
}
div.smallArticleContainer .desc {
    width: 315px;
    float: left;
    margin-top: 4px;
}
div.smallArticleContainer .descTop {
	height: 22px;
}
div.smallArticleContainer .descTop h3 {
	float: left;
	width: 200px;
}
div.smallArticleContainer .descTop .stock {
	float: right;
	width: 88px;
}
div.smallArticleContainer .descTop .stockContainer {
	margin-top: 2px;
}
div.smallArticleContainer .priceOrder {
	float: right;
	width: 90px;
    position: relative;
}
div.smallArticleContainer .price {
	background:transparent url(/layout/default/gfx/labels.png) no-repeat scroll 0 -156px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	height:25px;
	line-height:25px;
	margin-top: 19px;
	padding-right:6px;
	text-align:right;
	width:78px;
}
div.smallArticleContainer input.checkBox {
    position: absolute;
    top: 51px;
    left: 0px;
    display: block;
    z-index: 15;
}
div.smallArticleContainer label.orderButton {
    position: absolute;
    top: 45px;
    display: block;
    z-index: 10;
    cursor: pointer;
}
div.smallArticleContainer .orderAdd {
  background: url('/layout/default/gfx/buttons.png') no-repeat -176px -181px;
	width: 85px;
	height: 18px;
	display: block;
	margin-top: 6px;
}
div.smallArticleContainer .orderAdded {
  background: url('/layout/default/gfx/buttons.png') no-repeat -176px -201px;
	width: 85px;
	height: 18px;
	display: block;
	margin-top: 6px;
}
div.smallArticleContainer .orderAddNoJs {
  background: url('/layout/default/gfx/buttons.png') no-repeat -176px -221px;
	width: 85px;
	height: 18px;
	display: block;
	margin-top: 6px;
}
div.smallArticleContainer a.cartAcc {
  background: url('/layout/default/gfx/buttons.png') no-repeat -176px -150px;
	width: 86px;
	height: 25px;
	display: block;
	margin-top: 6px;
  text-indent: -9999px;
}

div.smallArticleContainer div.buttons {
	width: 88px;
	float: right;
	margin: 5px;
}
div.smallArticleContainer div.priceSmall {
	display: block;
	width: 86px;
	padding-top: 5px;
        margin-top: 10px;
	height: 45px;
	background: url('/layout/default/gfx/labels.png') no-repeat 0 0;
	text-align: center;
	color: #fff;
}
div.smallArticleContainer div.priceSmall span.current {
	font-size: 16px;
	font-weight: bold;
}
div.smallArticleContainer a.moreInfo {
	display: block;
	width: 86px;
	height: 18px;
	background: url('/layout/default/gfx/buttons.png') no-repeat 0 -30px;
	text-align: center;
	color: #002c5a;
	font-size: 10px;
	margin: 2px 0;
}
div.smallArticleContainer a.orderSmall {
	display: block;
	width: 86px;
	height: 27px;
	background: url('/layout/default/gfx/buttons.png') no-repeat 0 top;
}
 a.moreArticles {
	float: right;
	width: 111px;
	height: 24px;
  line-height: 24px;
	text-align: center;
  background: url('/layout/default/gfx/buttons.png') no-repeat 0 -243px;
  margin-top: 3px;
  margin-right: 8px;
}
div#comparableProductsTabContent {
    background: url(/layout/default/gfx/grey_gradient.png) repeat-x center bottom;
    padding: 1px;
}
/**
 * Alternative Article
 */
div#tabBlock1 div.alternativeArticle div.summayTop {
  margin-bottom: 10px;
}
div#tabBlock1 div.alternativeArticle div.image {
  float: left;
  width: 140px;
  height: 120px;
}
div#tabBlock1 div.alternativeArticle div#shortSpecs {
  float: left;
  width: 280px;
}
div#tabBlock1 div.alternativeArticle a.articelDetails {
  background: url('/layout/default/gfx/buttons.png') no-repeat  0 -243px;
  display: block;
  margin: 2px 0;
  height:24px;
  line-height:24px;
  margin-right:8px;
  margin-top:3px;
  text-align:center;
  width:111px;
}
div#tabBlock1 div.alternativeArticle div.summaryRight {
  width: 110px;
}

/**
 * Specs
 */
table.specs {
	width: 100%;
}
table.specsLarge {
	width: 99%;
	margin-top: 10px;
}
table.specs td {
	border-top: 1px solid #e2e6e8;
	line-height: 16px;
	padding-left: 5px;
}


/**
 * Samenvatting
 */
div#payTypeLeft {
	float: left;
	width: 284px;
	margin: 5px;
}
div#payTypeLeft table {
	width: 100%;
}
div#payTypeLeft table td {
	border-bottom: 1px solid #e2e6e8;
	line-height: 16px;
	padding-left: 5px;
}
div#payTypeLeft table td.price {
	text-align: right;
}
div#payTypeLeft table td.icon {
	width: 15px;
}
div#payTypeLeft table td.label {
	font-weight: normal;
}
div#payTypeRight {
	float: right;
	width: 262px;
	margin-top: 5px;
}
input.orderSubmit {
	background: none;
	border: none;
	background: url('/layout/default/gfx/buttons.png') no-repeat left -272px;
	width: 84px;
	height: 25px;
	float: right;
	margin-top: 12px;
	cursor: pointer;
}
/* Detail einde */
/* ###########  */


/* Artikel vergelijken */
div#articleCompare {
	border: 1px solid #a3adb4;
}
div#articleCompare td {
	border-bottom: 1px solid #ECEFF1;
        vertical-align: middle;
}
div#articleCompare tr:last-child td {
	border-bottom: none;
}
div#articleCompare .startCompare {
    font-weight: bold;
    display: block;
    margin-top: 5px;
    text-decoration: underline;
}
table.articleCompare tr.title th,
table.articleCompare tr.title td {
	font-weight: bold;
	border-top: none;
}
table.articleCompare td.image {
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
}
table.articleCompare img.printImg {
	display: none;
}
table.articleCompare td,
table.articleCompare th
{
	border-top: 1px solid #b8bfc4;
	font-weight: normal;
}
table.articleCompare td.spacer {
	border-left: 1px solid #b8bfc4;
	width: 5px;
}

table.articleCompare a.actionOrder {
	display: block;
	width: 85px;
	height: 18px;
	line-height: 18px;
	background: url('/layout/default/gfx/buttons.png') no-repeat left -30px;
	text-align: center;
	font-weight: bold;
	margin-top: 3px;
}
table.articleCompare a.actionChange,
table.articleCompare a.actionBack
{
	display: block;
	width: 86px;
	height: 18px;
	line-height: 18px;
	background: url('/layout/default/gfx/buttons.png') no-repeat left -30px;
	text-align: center;
	margin-top: 3px;
	color: #373c3f;
}
table.articleCompare tr.ekPrice th,
table.articleCompare tr.ekPrice td
{
	font-weight: bold;
	background: url('/layout/default/gfx/grey_gradient.png') repeat-x bottom;
	border-top: 1px solid #E5352D;
	line-height: 21px;
}
table.articleCompare tr.ekPrice td {
	color: #E5352D;
}
table.articleCompare tr.ekPrice th {
	font-size: 12px;
	width: 25%;
}
table.articleCompare tr.brand td,
table.articleCompare tr.brand th
{
	background: url('/layout/default/gfx/grey_gradient.png') repeat-x bottom;
	padding-top: 20px;
	font-weight: bold;
}

/**
 * Delivery options table
 */
table.deliveryTable {
    width:     554px;
    margin:    7px;
}

table.deliveryTable tr td {
    padding-top:    5px;
    padding-bottom: 5px;
}

table.deliveryTable div.deliveryTypeSelectDiv {
    padding-left:   20px;
    background:     url(/layout/default/gfx/deliveryOptionsSubIndicator.gif) no-repeat 6px 1px;
    margin-top:     5px;

}

table.deliveryTable div.deliveryTypeSelectDiv img {
    margin-left: 5px;
}

table.deliveryTable td.deliveryOptionsDelimiter {
    height: 1px;
    background-color: #e3e7e9;
    padding: 0;
}

table.deliveryTable td.deliveryCheckbox {
    width: 30px;
}

table.deliveryTable td.deliveryCosts {
    width: 60px;
}

/**
 * Cart
 */
ul#tabCart {
	width: 100%;
	height: 21px;
	background-image: url('/layout/default/gfx/cart_tabs_bg.png');
	background-repeat: no-repeat;
  border-left: 1px solid #dadfe3;
}

ul.tabCartStep1 {
	background-position: left top;
}
ul.tabCartStep2 {
	background-position: left -21px;
}
ul.tabCartStep3 {
	background-position: left -42px;
}
ul.tabCartStep4 {
	background-position: left -63px;
}
ul.tabCartStep5 {
	background-position: left -84px;
}

ul#tabCart li {
	float: left;
	text-indent: -9999px;
}

ul#tabCart li.tabCartTab1 {
		width: 150px;
}
ul#tabCart li.tabCartTab2 {
		width: 110px;
}
ul#tabCart li.tabCartTab3 {
		width: 124px;
}
ul#tabCart li.tabCartTab4 {
		width: 92px;
}
ul#tabCart li.tabCartTab5 {
	width: 93px;
}

ul#tabCart li a {
	width: 100%;
	height: 21px;
	display: block;
}

ul#tabCart li a:hover {
	text-decoration: underline;
}

div.cart {
	background-color: #fff;
	padding: 5px;
  border: 1px solid #a3acb3;
  border-top: 0;
}
div.cart .radio {
	margin: 0;
}
div.cart table.form td {
	padding: 1px 2px;
}
table.form td.thumb {
	width: 110px;
	background-repeat: no-repeat;
	background-position: center center;
}
table.form td.num {
	width: 40px;
	text-align: center;
}
table.form td.num a.del {
	width: 20px;
  height: 15px;
	float: left;
  background: url('/layout/default/gfx/icons.png') no-repeat 2px -42px;
  text-indent: -9999px;
  text-align: left;
}
table.form td.euro {
	text-align: right;
}
table.form td.price {
	text-align: right;
	width: 45px;
}
table.form td.total {
	background-color: #eceef0;
	text-align: right;
	padding-right: 5px;
	width: 60px;
}
table.form td.totalEuro {
	background-color: #eceef0;
	text-align: right;
	padding-left: 3px;
	padding-right: 3px;
	width: 15px;
}
table.form tr.last td {
	border-bottom: 1px solid #ccc;
	padding: 0;
	line-height: 0;
}
table.form tr.totaal td {
	color: #e5322c;
}
table.form tr.cartTotal td {
	background-color: #e3e7ea;
}
table.form tr.cartTotal td.total,
table.form tr.cartTotal td.totalEuro
{
	background-color: #d4d9dd;
}
table.form tr.cartTotalRow td {
	background-color: #f3f5f6;
  line-height: 23px;
  font-size: 14px;
  color: #e5322d;
  font-weight: bold;
}
table.payType td {
   border-bottom: 1px solid #dadfe3;
}
table.payType td .specsInfo {
   margin-top: 10px;
}
div.cartStep {
	text-align: right;
	font-weight: bold;
	border-top: 1px solid #bac1c6;
	line-height: 40px;
}
div.emptyCardContainer {
	text-align: right;
	font-weight: bold;
	border-top: 1px solid #bac1c6;
	line-height: 30px;
}
input.btnNext {
	background: url('/layout/default/gfx/buttons.png') no-repeat -175px -60px;
	width: 86px;
	height: 25px;
  line-height: 25px;
	border: none;
	cursor: pointer;
	float: right;
	margin-top: 10px;
	text-indent: -9999px;
}
input.buttonOrder {
	background: url('/layout/default/gfx/buttons.png') no-repeat -175px -120px;
	width: 165px;
	height: 25px;
	border: none;
	cursor: pointer;
	float: right;
	margin-top: 10px;
	text-indent: -9999px;
  line-height: 25px;
}
ul.cartBtns {
  margin: 10px 0;
  height: 35px;
  display: block;
}
ul.cartBtns li {
  float: left;
  display: inline;
}
ul.cartBtns li.btn {
  width: 92px;
}
ul.cartBtns li.moreShopping {
  width: 159px;
  line-height: 14px;
  padding-top: 9px;
}
ul.cartBtns li.finishOrder {
  width: 217px;
  padding-top: 14px;
  line-height: 14px;
}
input.btnPrev,
button.btnPrev
{
	background: url('/layout/default/gfx/buttons.png') no-repeat -175px -91px;
	width: 86px;
	height: 25px;
	border: none;
	cursor: pointer;
	float: left;
	margin-top: 10px;
	text-indent: -9999px;
  line-height: 25px;
}
a.resumeShop {
	background: url('/layout/default/gfx/buttons.png') no-repeat -175px -30px;
	width: 86px;
	height: 25px;
  overflow: hidden;
	float: right;
	margin-top: 10px;
	margin-left: 2px;
	text-indent: -9999px;
	text-align: left;
}
a.emptyCart {
	float: left;
	font-weight: normal;
	background: url('/layout/default/gfx/icons.png') no-repeat 2px -41px;
	padding-left: 20px;
	line-height: 20px;
	margin-top: 10px;
  margin-bottom: 8px;
}
div#accessoiresCart {
	background-color: #fff;
	padding: 1px;
	padding-top: 5px;
  border: 1px solid #a3acb3;
}
div#accessoiresCart div.priceOrder {
	float: right;
	width: 86px;
}
div#accessoiresCart div.price {
	color: #fff;
	background: url('/layout/default/gfx/labels.png') no-repeat 0 -156px;
	width: 78px;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	font-weight: bold;
	padding-right: 6px;
	text-align: right;
	margin-top: 20px;
}
div#accessoiresCart .addOrder {
	background: url('/layout/default/gfx/buttons.png') no-repeat -175px -150px;
	width: 84px;
	height: 25px;
	margin-top: 2px;
	text-indent: -9999px;
	display: block;
}

/* Order invoice */
div.orderListContainer {
    height: 110px;
    width: 100%;
    overflow: auto;
}

div.orderDetailsContainer {
    margin-top: 5px;
    display: none;
    overflow: auto;
}
table.form tr.titleBar th,
table.form tr.titleBar td,
table.orderList tr.titleBar th,
table.orderList tr.titleBar td
{
	background: url('/layout/default/gfx/grey_gradient.png') repeat-x bottom;
	border-top: 2px solid #e9ecee;
}

button.updateVoucherButton {
    border:     0;
    font:       11px arial;
    margin:     0;
    padding:    0;
    display:    inline-block;
    background: transparent url(/layout/default/gfx/buttons.png) no-repeat scroll left -169px;
    font-weight:bold;
    height:     16px;
    line-height:16px;
    margin-left:3px;
    margin-top: 4px;
    text-align: center;
    width:      26px;
}


/**
 * Default form elements
 */
input.text {
	border: 1px solid #a3adb4;
	font-size: 11px;
	padding-left: 3px;
  width: 230px;
}
select {
	border: 1px solid #a3adb4;
	font-size: 11px;
}

textarea {
  font-family: arial, helvetica, verdana, sans-serif;
  border: 1px solid #a3adb4;
  font-size: 11px;
  width: 200px;
  padding: 3px;
  overflow: auto;
}

td.required {
	width: 25px;
}
table.form {
	width: 100%;
}
table.form td,
table.form th
{
	padding: 3px 2px;
}
input.fault {
  border: 1px solid #E5352D;
}
select.fault {
  background-color: #E5352D;
}
input.readOnly {
  background-color: #e9ebed;
}
div.tab {
	font-weight:bold;
	height:18px;
	line-height:18px;
	padding-left:4px;
	text-transform:uppercase;
	width:150px;
	z-index: 100;
	text-transform:uppercase;
	border: 1px solid #A3ADB4;
	border-bottom: 0;
	background-color: #fff;
	margin-top: 10px;
	color: #002B59;
  position: relative;
  margin-bottom: -1px;
}

/**
 * Article details header (pagination, filter, sorting)
 */
div.categoryHeader div#filter {
    float:left;
    padding:0 0;
}
div.categoryHeader div#filter a#clearFilter {
    background:url('/layout/default/gfx/icons.png') no-repeat 0 -81px;
    border:0 none;
    line-height:14px;
    margin-left:15px;
    padding-left:15px;
}
div.filterPopup {
    background-color:#fff;
    border:1px solid #cbcbcb;
    display:none;
    left:0;
    position:absolute;
    top:0;
    width:570px;
    margin-top: 1px;
    margin-left: -4px;
}
div.filterPopup .button {
    display: block;
    width: 84px;
    height: 25px;
    line-height: 25px;
    background:url('/layout/default/gfx/buttons.png') no-repeat -88px -302px;
    border: 0;
    font-weight: bold;
    color: #002c5a;
    text-indent: -9999px;
}
div.filterPopup a.close {
    background:url('/layout/default/gfx/icons.png') no-repeat 0 -81px;
    color:#192C56;
    float:right;
    margin-right:10px;
    margin-top:10px;
    padding-left:15px;
}
div.filterPopup h2 {
    color:#192C56;
    font-size:14px;
    margin:13px 0 15px 17px;
    padding:0;
}
div.filterPopup input.button {
    float:right;
}

div.filterPopup input#filterMinPrice {
    width: 20px;
}
div.filterPopup input#filterMaxPrice {
    width: 20px;
}
div.filterPopup span.label {
    color:#192C56;
    margin-left:17px;
}
div.filterPopup table {
    color:#192C56;
    margin-left:17px;
}
div.filterPopup td {
    color:#192C56;
    vertical-align:middle;
}
div.filterPopup span {
    margin-left:5px;
    margin-right:15px;
    margin-top:5px;
    white-space:nowrap;
}
div.filterPopup input.text {
    background-color:#f5f5f5;
    border:1px solid #bfbfbf;
    margin:3px;
}
div.filterPopup .button {
    margin:10px;
}
div.categoryHeader div#sort {
    height:26px;
    padding:2px 0;
		float: left;
		width: 200px;
		margin-left: 50px;
}
div.categoryHeader div.sortid {
    clear:both;
		border-bottom: 1px solid #dadfe3;
		height: 24px;
		line-height: 24px;
		margin: 0 5px;
}
div.categoryHeader div.sortid a {
    font-weight:normal;
    margin-left:1px;
    padding:1px 3px;
}
div.pageNav {
    clear:both;
    height: 22px;
    line-height: 22px;
    position:relative;
}
div.pageNav div.articles {
    left:5px;
    position:absolute;
    top:0;
    width:180px;
}
div.pageNav div.numArticles {
    left:198px;
    position:absolute;
    top:0;
    width:200px;
}
div.pageNav div.numArticles a {
		background:transparent url(/layout/default/gfx/buttons.png) no-repeat scroll left -169px;
		float:left;
		font-weight:bold;
		height:16px;
		line-height:16px;
		margin-left:3px;
		margin-top:2px;
		text-align:center;
		width:26px;
}
div.pageNav div.numArticles a.selected {
    background-color:#FFFFFF;
}
div.pageNav div.pages {
    position:absolute;
    right:5px;
    top:0;
}
div.pageNav div.pages a {
    color:#363131;
}
div.pageNav div.pages a.selected {
    font-weight:bold;
}

/**
 * Account
 */
div.tabBlock ul.accountTabs li {
  padding-left: 10px;
}
div.tabBlock ul.accountTabs li a {
  color: #fff;
}
div.tabBlock ul.accountTabs li.tabActive a {
  color: #002B59;
}
div.account {
  padding: 5px;
}
div.account input.button {
  width: 113px;
  height: 23px;
  display: block;
  background-color: #001648;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 2px;
  border: 0;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}

/**
 * Account Kliks/Voucher tab
 */
div.kliksBlock {
    background:     url(/layout/default/gfx/labels.png) 0px -279px;
    height:         46px;
    width:          83px;
    color:          #fff;
    font-size:      18px;
    font-weight:    bold;
    text-align:     center;
    line-height:    50px;
    padding-left:   5px;
}

div.voucherCreateContainer {
    position:   relative;
    width:      567px;
    height:     214px;
    background: url(/layout/default/gfx/voucherCreateContainer.gif) no-repeat;
    margin-top: 20px;
    width:      560px;
}

div.voucherCreateContainer div.voucherCreateFormContainer {
    position:   absolute;
    width:      275px;
    height:     120px;
    left:       260px;
    top:        65px;
}

div.voucherCreateContainer div.voucherCreateFormContainer h3 {
    font-size:      12px;
    font-weight:    bold;
}

div.voucherCreateContainer div.voucherCreateFormContainer p {
    margin:         0;
    margin-top:     2px;
    font-size:      12px;
}

div.voucherCreateContainer div.voucherCreateFormContainer form {
    margin-top:     5px;
}

div.voucherCreateContainer div.voucherCreateFormContainer form label {
    font-size:      12px;
    font-weight:    bold;
}

div.voucherCreateContainer div.voucherCreateFormContainer form button {
    height:     25px;
    width:      160px;
    border:     0;
    margin-top: 5px;
    background: url(/layout/default/gfx/buttons.png) -175px -350px;
}


/**
 * Price selector slider
 */
.priceSlider {
    position:       relative;
    height:         20px;
    width:          270px;
    padding-top:    23px;

    zoom: 1.0;
}



.priceSlider div.priceSliderBarContainer {
    position:   relative;
    display:    block;
    float:      left;
    width:      100%;
    width:      210px;
    margin:     0px 5px;
}

.priceSlider div.priceSliderLabel {
    position:       relative;
    width:          23px;
    float:          left;
    padding-top:    2px;
    font:           10px arial;
    margin-top:     1px;
}

.priceSlider div.priceSliderBarLeft {
    position:       relative;
    float:          left;
    left:           100%;
    width:          10px;
    margin-left:    -100%;
    height:         20px;
    background:     url(gfx/slider/slider_l.gif) no-repeat;
}

.priceSlider div#priceSliderBar {
    position:       relative;
    float:          left;
    left:           100%;
    width:          190px;
    margin-left:    -200px;
    height:         20px;
    background:     url(gfx/slider/slider_rptr.gif) repeat-x;
}

.priceSlider div.priceSliderBarRight {
    position:       relative;
    float:          left;
    left:           100%;
    width:          10px;
    margin-left:    -15px;
    height:         20px;
    background:     url(gfx/slider/slider_r.gif) no-repeat;
    border:         1px;
}

.priceSlider div#priceSliderButtonLeft {
    position:       absolute;
    height:         20px;
    width:          20px;
    background:     url(gfx/slider/slider_knob.gif) no-repeat;
    cursor:         pointer;
    z-index:        100;

}

.priceSlider div#priceSliderButtonRight {
    position:       absolute;
    height:         20px;
    width:          20px;
    background:     url(gfx/slider/slider_knob_right.gif) no-repeat;
    cursor:         pointer;
    z-index:        100;
    left:           170px;
}

.priceSlider img#priceSliderBackgroundImage {
    position:       absolute;
    display:        block;
    height:         8px;
    margin:         6px 0px 0px 0px;
    width:          190px;
    background:     url(gfx/slider/bkg_slider.gif) repeat-x;
}

.priceSlider div.priceSliderPriceTag {
    position:       relative;
    display:        block;
    top:            -23px;
    width:          40px;
    height:         22px;
    padding:        1px;
    font:           10px arial;
    text-align:     center;
    padding-right:  5px;
}

.priceSlider div.priceSliderPriceTagLeft {
    left:           -23px;
    background:     url(gfx/slider/pricetagleft.gif) no-repeat;
}

.priceSlider div.priceSliderPriceTagRight {
    left:           -1px;
    background:     url(gfx/slider/pricetagright.gif) no-repeat;
}



/**
 * (Advanced) Search
 */
div.ajaxProgressIndicator {
    display:        none;
}

div#ajaxProgressIndicator1 {
    position:       absolute;
    right:          10px;

    margin-left:    10px;
    height:         32px;
    width:          32px;
    background:     url(/layout/default/gfx/ajaxLoading.gif);
}

div#ajaxProgressIndicator2 {
    float:          left;
    margin-top:     5px;
    height:         16px;
    width:          16px;
    background:     url(/layout/default/gfx/ajaxLoadingSmall.gif);
}

div#searchPage .tabActive {
    width: 120px;
}

div#searchPage div.tabBlockContent {
    position: relative;
}


form.searchForm {
    margin-left:    4px;
    margin-top:     10px;
    overflow:       auto;
}

form.searchForm table {
    width:          99%;
    _margin-bottom:  25px;
    margin-top:     5px;
}

form.searchForm label {
    width:          120px;
    line-height:    20px;
    vertical-align: middle;
    font-weight:    normal;
}

form.searchForm input.searchTextBox {
    width:      200px;
    height:     16px;
    border:     1px solid #bac1c6;
    padding:    0px;
    margin:     0px;
}

form.searchForm select.searchSelectBox {
    width:      200px;
    height:     18px;
    border:     1px solid #bac1c6;
    padding:    0;
    margin-top: 1px;
    margin:     0px;
}

form.searchForm select.searchSpecsSelect {
    width:      195px;
    height:     18px;
    border:     1px solid #bac1c6;
    padding:    0;
    margin:     0px;
    float:      left;
    margin-right: 10px;
}

form.searchForm select.searchSpecsValue {
    width:      195px;
    height:     18px;
    border:     1px solid #bac1c6;
    padding:    0;
    margin:     0px;
    float:      left;
    margin-right: 10px;
}

form.searchForm div.delimiter {
    height:         1px;
    width:          100%;
    margin-top:     4px;
    margin-top:     4px;
    margin-bottom:  4px;
    border-top:     1px solid #bac1c6;
}

form.searchForm  .foundInCategoryRows {
    display: none;
}

form.searchForm ul#foundInCategoryList {
    list-style: none;
}

form.searchForm ul#foundInCategoryList a:hover {
    text-decoration:    underline;
}

form.searchForm ul#foundInCategoryList span.foundArticles {
    color:          #e84b47;
    font-style:     italic;
}

form.searchForm span#searchResultTotal {
    color:          #e84b47;
    font-weight:    bold;
    font-size:      14px;
    float:          left;

}

form.searchForm span.searchSubmitButton {
    float:          right;
    margin-right:   5px;
    margin-bottom:  5px;
}
form.searchForm .newSearchBtn {
  width: 160px;
  height: 25px;
  text-indent: -9999px;
  background: url('/layout/default/gfx/buttons.png') no-repeat -175px -295px;
  border: 0;
  cursor: pointer;
}
form.searchForm .searchBtn {
  width: 84px;
  height: 25px;
  text-indent: -9999px;
  background: url('/layout/default/gfx/buttons.png') no-repeat -175px -322px;
  border: 0;
  cursor: pointer;
}

/* Manufacturer search */

form.searchForm div.searchManufacturerSelectPopup {
    display:            none;
    position:           absolute;
    overflow:           auto;
    margin-top:         15px;
    left:               120px;
    border:             1px solid #bac1c6;
    background-color:   white;
    padding:            5px;
    width:              auto;
    z-index:            9999;

}

form.searchForm div.searchManufacturerSelectPopup ul {
    display:    table-cell;
    margin:     0;
    padding:    0;
    list-style: none;
    width:      145px;
    float:      left;
}

form.searchForm div.searchManufacturerSelectPopup li {
    margin:     0;
    padding:    0;
    vertical-align: middle;
}

form.searchForm div.searchManufacturerSelectPopup li input {
}

form.searchForm div.searchManufacturerSelectPopup li label {
    margin-bottom:  2px;
    vertical-align: top;
}

form.searchForm img#searchManufacturerSelect {
    float:          left;
}

form.searchForm div.searchSelectedManufacturers {
    float:          left;
    margin-left:    10px;
    width:          275px;
}

form.searchForm div.searchSelectedManufacturers span {
    margin-left:    5px;
    float:          left;
}

/**
 * Specs
 */
form.searchForm a.searchSpecsAdd {
    display:            block;
    height:             16px;
    width:              26px;
    float:              left;
    background:         url(/layout/default/gfx/searchSpecsAdd.gif);
    margin-left:        1px;
    margin-top:         1px;
}

form.searchForm a.searchSpecsDel {
    display:            block;
    height:             16px;
    width:              26px;
    float:              left;
    background:         url(/layout/default/gfx/searchSpecsDel.gif);
    margin-left:        1px;
    margin-top:         1px;
}

/**
 * Star rating front
 */
.rating {
	width:80px;
	height:16px;
  line-height:16px;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
  float: left;
	background: url(/layout/default/gfx/rating_stars.png) no-repeat 0 0;
  margin-left: 2px;
}

/**
 * Star rating add
 */
.ratingAdd {
	width:162px;
	height:16px;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
  float: left;
	background: url(/layout/default/gfx/rating_stars_add.png) no-repeat 0 0;
  margin-left: 2px;
}
/**
 * Star add/view
 */
/* add these classes to the ul to effect the change to the correct number of stars */
.nostar,
.star0 {
  background-position:0 0;
}
.onestar,
.star1 {
  background-position:0 -16px;
}
.twostar,
.star2 {
  background-position:0 -32px;
}
.threestar,
.star3 {
  background-position:0 -48px;
}
.fourstar,
.star4 {
  background-position:0 -64px;
}
.fivestar,
.star5 {
  background-position:0 -80px;
}
.sixstar,
.star6 {
  background-position:0 -96px;
}
.sevenstar,
.star7 {
  background-position:0 -112px;
}
.eightstar,
.star8 {
  background-position:0 -128px;
}
.ninestar,
.star9 {
  background-position:0 -144px;
}
.tenstar,
.star10 {
  background-position:0 -160px;
}
/* the default rating is placed as a background image in the ul */
/* use the background position according to the table above to display the required images*/
.ratingAdd{
	width:160px;
	height:16px;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	background: url(/layout/default/gfx/rating_stars_add.png) no-repeat 0 0;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}
.sixstar {background-position:0 -96px}
.sevenstar {background-position:0 -112px}
.eightstar {background-position:0 -128px}
.ninestar {background-position:0 -144px}
.tenstar {background-position:0 -160px}

ul.ratingAdd li {
	cursor: pointer;
	text-indent:-999em;
}
ul.ratingAdd li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.ratingAdd li.one a {left:0}
ul.ratingAdd li.two a {left:16px;}
ul.ratingAdd li.three a {left:32px;}
ul.ratingAdd li.four a {left:48px;}
ul.ratingAdd li.five a {left:64px;}
ul.ratingAdd li.six a {left:80px;}
ul.ratingAdd li.seven a {left:96px;}
ul.ratingAdd li.eight a {left:112px;}
ul.ratingAdd li.nine a {left:128px;}
ul.ratingAdd li.ten a {left:144px;}

ul.ratingAdd li a:hover {
	z-index:2;
	width:160px;
	height:16px;
	overflow:hidden;
	left:0;
	background: url(/layout/default/gfx/rating_stars_add.png) no-repeat 0 0
}
ul.ratingAdd li.one a:hover {background-position:0 -176px;}
ul.ratingAdd li.two a:hover {background-position:0 -192px;}
ul.ratingAdd li.three a:hover {background-position:0 -208px}
ul.ratingAdd li.four a:hover {background-position:0 -224px}
ul.ratingAdd li.five a:hover {background-position:0 -240px}
ul.ratingAdd li.six a:hover {background-position:0 -256px}
ul.ratingAdd li.seven a:hover {background-position:0 -272px}
ul.ratingAdd li.eight a:hover {background-position:0 -288px}
ul.ratingAdd li.nine a:hover {background-position:0 -304px}
ul.ratingAdd li.ten a:hover {background-position:0 -320px}

/* end rating code */
h3{margin:0 0 2px 0;font-size:110%}

/**
 * Sort options for category list
 */
div#sortOrder {
    float: left;
    margin-left: 33px;
}

div#sortOrder span {
    float: left;
}

ul.sortOrderContainerUl  {
    position:       relative;
    float:          left;
    height:         15px;
    margin:         0;
    margin-left:    1px;
    margin-top:     4px;
    padding:        0;
    list-style:     none;
    font:           10px arial;
    color:          #333;
    z-index:        100;
}


ul li.sortItem {
    position:       relative;
    float:          left;
    display:        block;
    height:         16px;
    padding-left:   5px;
}

ul li.sortItem a {
    position:           relative;
    top:                0;
    left:               0;
    height:             16px;
    line-height:        15px;
    vertical-align:     middle;
    text-decoration:    none;
    z-index:            150;
    color:              #333;
    margin-right:       20px;
    border:         0;
}

ul li.sortItem a:hover {
    text-decoration:    underline;
}

ul li.sortItem div.button {
    position:           absolute;
    top:                0;
    left:               0;
    height:             100%;
    width:              100%;
    background:         url(/layout/default/gfx/smartBreadcrumbsButtonBg.gif) no-repeat top left;
    z-index:            5;
}

 ul li.sortItem div.buttonEnd {
    position:           absolute;
    top:                0;
    right:              0;
    height:             16px;
    width:              17px;
    z-index:            10;
    background:         url(/layout/default/gfx/smartBreadcrumbsButtonEndBg.gif) no-repeat top left;
}

ul li.sortItem div.buttonEndLast {
    position:           absolute;
    top:                0;
    right:              0;
    height:             16px;
    width:              11px;
    z-index:            10;
    background:         url(/layout/default/gfx/smartBreadcrumbsButtonEndLastBg.gif) no-repeat top left;
}

ul li.sortItem div.delimiter {
    position:           absolute;
    top:                0;
    right:              0;
    height:             16px;
    width:              17px;
    z-index:            10;
    background:         url(/layout/default/gfx/smartBreadcrumbsDelimiter.gif) no-repeat top left;
}

ul li.sortItem div.dropdown {
    position:           absolute;
    top:                0px;
    left:               0px;
    z-index:            100;
    padding-top:        16px;
    padding-bottom:     3px;
}

ul li.sortItem div#sortOrderDropdown {
    display:            none;
}

ul li.sortItem div.dropdown ul {
    list-style:     none;
    margin:         0;
    padding:        0;
    background:     white;
    border:         1px solid #d1d6d9;
}

ul li.sortItem div.dropdown ul li {
    padding: 1px 8px 1px 18px;
}

ul li.sortItem div.dropdown ul li.selected {
    font-weight:    bold;
    padding-left:   18px;
    padding-right:  5px;
    background:     url(/layout/default/gfx/smartBreadcrumbsDropdownTick.gif) no-repeat 4px 4px;
}

ul li.sortItem div.dropdown ul li a {
    white-space: nowrap;
}

div.image .bestImage {
  margin-top: 5px;
}
.bestImage {
  float: left;
  clear: left;
  margin-left: 10px;
}


/**
 * Account messages
 */
img#orderAcceptImage {
  left:410px;
  position:relative;
  top:71px;
}
div.tabBlock div.tabTxtXtive a.btnReady {
  float: right;
  width: 84px;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  background: url('/layout/default/gfx/buttons.png') no-repeat left -302px;
  text-decoration: none;
}


/**
 * Technische service
 */
div.ArticleContainerService {
  float: left;
  width: 267px;
  margin-left: 1px;
  margin-bottom: 2px;
  height: 100px;
  border:1px solid #a3adb3;
  padding: 5px;
  text-align: center;
  cursor: pointer;
}
div.ArticleContainerService .thumb {
  height: 90px;
  background-repeat: no-repeat;
  background-position: center center;
}
div.technical .searchBtn {
  background: url(/layout/default/gfx/buttons.png) no-repeat scroll -175px -322px;
  border:0 none;
  cursor:pointer;
  height:25px;
  text-indent:-9999px;
  width:84px;
}
div.technical .form td {
  vertical-align: middle;
  background-color: #eceff1;
  height: 40px;
}

/**
 * Technische service
 */
 table.sendFriend .button {
  background: url(/layout/default/gfx/buttons.png) no-repeat 0px -302px;
  width: 84px;
  height: 25px;
  text-align: center;
  font-weight: bold;
  color: #001648;
  border: 0;
  font-family: arial, helvetica;
  font-size: 12px;
  cursor: pointer;
}

/**
 * Stock Alert
 */
.stockAlert {
  padding: 5px;
  background: url(/layout/default/gfx/stock_alert_bg.jpg) no-repeat 400px 10px;
  height: 140px;
  position: relative;
}
.stockAlert p {
  margin-right: 260px;
  margin-top: 20px;
}
.stockAlert label {
  font-weight: bold;
  color: #4e5a62;
}

.stockAlert .submitAlert {
  background: url(/layout/default/gfx/buttons.png) no-repeat -175px -378px;
  width: 160px;
  height: 25px;
  border: 0;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.stockAlert .btnPrev {
  position: absolute;
  bottom: 10px;
}
#loginForm .text {
    font-size: 12px;
    margin-bottom: 5px;
}
