/*Kickers Presentation CSS*/

/* TEXT */
p {
 margin:0;
 font-size:0.9em;
 line-height:1.3em;
 color:#808080;
 /*color:#414141;*/

}
h1, h2, h3, h4, h5, h6 {
 position:relative;
 display:inline;
 vertical-align:baseline;
 clear:none;
 margin:0;
 padding:0;
 letter-spacing:0;
 font-weight:bold;
}
h1, h2, h3{

}
h4, h5, h6 {

}
h1 {
 font-size:1.5em;
}
h2 {
 font-size:1.2em;
}
h3 {
 font-size:1.0em;
}
h4 {
 font-size:1.5em;
}
h5 {
 font-size:1.2em;
}
h6 {
 font-size:1.0em;
}
.heading7 {
 position:relative;
 display:inline;
 vertical-align:baseline;
 clear:none;
 margin:0;
 padding:0;
 letter-spacing:-1px;
 font-weight:bold;
 font-size:1.4em;
 color:#fff;
}
.go-buy-something {
 margin:0 0 4px 0;
 width:196px;
 height:20px;
}
.just-arrived {
 width:102px;
 height:12px;
}
ul {
 padding:0;
 margin:0;
 color:#808080;
}
li {
 padding:0;
 margin:0;
}
.text ul {
 margin:0 0 0 30px;
 list-style:disc outside;
 color:#808080;
}
.text li {
 margin:0 0 0 30px;
 list-style:disc outside;
 color:#808080;
}
ol {
 margin:0 0 0 22px;
 list-style:lower-alpha;
 list-style-position:outside;
 color:#808080;
}

img {
 border:0;
 padding:0;
 margin:0;
}

/* LINKS */
a, a:link 		{color:#000; background:transparent; text-decoration:none;}	
a:visited 		{color:#000; background:transparent; text-decoration:none;}
a:active 		{color:#e51b24; background:transparent; text-decoration:none;}
a:hover 		{color:#e51b24; background:transparent; text-decoration:none;}
/*
a, a:link 		{color:#a91f23; background:transparent; text-decoration:none;}	
a:visited 		{color:#a91f23; background:transparent; text-decoration:none;}
a:active 		{color:#e51b24; background:transparent; text-decoration:none;}
a:hover 		{color:#e51b24; background:transparent; text-decoration:none;}
*/

/* heading links */
h1 a, h2 a, h3 a, h1 a:link, h2 a:link, h3 a:link, h1 a:visited, h2 a:visited, h3 a:visited {
 color:#000; background:transparent; text-decoration:none;
 }
h4 a, h5 a, h6 a, h4 a:link, h5 a:link, h6 a:link, h4 a:visited, h5 a:visited, h6 a:visited {
 color:#e51b24; background:transparent; text-decoration:none;
} 
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
 color:#e51b24; background:transparent; text-decoration:none;
 }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
 color:#a91f23; background:transparent; text-decoration:none;
 }
/* text links */
.text-link-1 a, .text-link-1 a:link {color:#000; background:transparent; text-decoration:none;}
.text-link-1 a:visited {color:#000; background:transparent; text-decoration:none;}
.text-link-1 a:active {color:#e51b24; background:transparent; text-decoration:none;}
.text-link-1 a:hover {color:#e51b24; background:transparent; text-decoration:none;}

.white a, .white a:link {color:#fff; background:transparent; text-decoration:none;}
.white a:visited {color:#fff; background:transparent; text-decoration:none;}
.white a:active {color:#e51b24; background:transparent; text-decoration:none;}
.white a:hover {color:#fff; background:transparent; text-decoration:none;}

/* COLOURS */
.red {color:#e51b24; background:transparent;}
.white {color:#fff; background:transparent;}
.grey {color:#666; background:transparent;}
.black {color:#000; background:transparent;}

/* ICONS */
.zoom {
	background:url(http://brands.scene7.com/is/image/brands/kk-icon_prodZoomView) left center no-repeat;
	padding-left:15px;

}

/* TOOLTIPS */
#tooltip.kickers {
 font-family:arial, sans-serif;
 font-size:0.8em;
 font-weight:normal;
 border:none;
 padding:5px;
 color:#fff;
 background:#e51b24;
 border:1px solid #a91f23;
}
#tooltip.kickers h3 {
 color:#fff;
 margin-bottom:0.75em;
 font-weight:normal;
 text-align:left;
}
#tooltip.kickers p.body {color:#fff; text-align:left;}


/* MENUS */
.m2-divider {
 position:relative;
 vertical-align:top;
 top:3px;
 display:inline;
 clear:none;
 width:3px;
 background:#000;
 border:0px solid #f00;
 margin:0 3px;
 padding:0;
 font-size:1.0em;
}
.m3-divider {
 position:relative;
 vertical-align:top;
 top:4px;
 display:inline;
 clear:none;
 width:2px;
 background:#000;
 margin:0 3px;
 padding:0;
 font-size:0.7em;

}
/* menu 1 */
#menu-1 {
 position:relative;
 float:left;
 clear:none;
 font-family: verdana, arial, sans-serif;
 font-size:1.7em;
 font-weight:bold;
 letter-spacing:-0.05em;
 width:698px;
 margin:0;
 padding:0;
 overflow:visible;
 border:0px solid #f00;
}
#menu-1 ul {
 list-style:none;
 overflow:auto;
}
#menu-1 li {
 display:inline;
}
#menu-1 a {
 color:#000;
 float:left;
 background:#fff;
 padding:0 0 0 3px;
 text-decoration:none;
}
#menu-1 a:hover {
 color:#a91f23;
 background:#fff;
 padding:0 0 0 3px;
 text-decoration:none;
 }
#menu-1 li.active a {
 float:left;
 text-decoration:none;
 color:#e51b24;
 background:#fff;
 padding:0 0 0 3px;
}
#menu-1 li.active a:hover {
 text-decoration:none;
 color:#a91f23;
 background:#fff;
 padding:0 0 0 3px;
}
/* menu 2 */
#menu-2 {
 position:relative;
 float:left;
 clear:none;
 font-family: verdana, arial, sans-serif;
 font-size:1.4em;
 font-weight:bold;
 letter-spacing:-0.05em;
 width:698px;
 margin:0;
 padding:0;
 overflow:visible;
 border:0px solid #f00;
}
#menu-2 ul {
 list-style:none;
 overflow:auto;
}
#menu-2 li {
 display:inline;
}
#menu-2 a {
 color:#000;
 float:left;
 background:#fff;
 padding:0 0 0 3px;
 text-decoration:none;
}
#menu-2 a:hover {
 color:#a91f23;
 background:#fff;
 padding:0 0 0 3px;
 text-decoration:none;
 }
#menu-2 li.active a {
 float:left;
 text-decoration:none;
 color:#e51b24;
 background:#fff;
 padding:0 0 0 3px;
}
#menu-2 li.active a:hover {
 text-decoration:none;
 color:#a91f23;
 background:#fff;
 padding:0 0 0 3px;
}
/* menu-3 */
#menu-3 {
 position:relative;
 float:left;
 clear:none;
 font-family: verdana, arial, sans-serif;
 font-size:1.4em;
 font-weight:bold;
 letter-spacing:-0.05em;
 width:auto;
 margin:0;
 padding:0;
 overflow:visible;
 border:0px solid #f00;
}
#menu-3 ul {
 list-style:none;
 overflow:auto;
}
#menu-3 li {
 display:inline;
}
#menu-3 a {
 color:#000;
 float:left;
 background:#fff;
 padding:0 0 0 3px;
 text-decoration:none;
}
#menu-3 a:hover {
 color:#a91f23;
 background:#fff;
 padding:0 0 0 3px;
 text-decoration:none;
 }
#menu-3 li.active a {
 float:left;
 text-decoration:none;
 color:#e51b24;
 background:#fff;
 padding:0 0 0 3px;
}
#menu-3 li.active a:hover {
 text-decoration:none;
 color:#a91f23;
 background:#fff;
 padding:0 0 0 3px;
}

/* BUTTONS */

.btn-bag li {
 float:left;
 clear:none;
 width:103px;
 height:14px;
 margin:15px 4px 0 0;
 color:#fff;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-shopping-bag?fmt=gif') 0px 0px no-repeat;
 list-style:none;
 overflow:hidden;
}
.btn-bag li a.active {
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-shopping-bag?fmt=gif') 0px -14px no-repeat;
}
.btn-bag a {
 display:block;
 width:103px;
 height:0;
 padding-top:14px;
}
.btn-bag a:hover {
 display:block;
 color:#fff;
 width:103px;
 height:0px;
 padding-top:14px;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-shopping-bag?fmt=gif') 0px -14px no-repeat;
 }
.btn-bag li.active a {
 float:left;
 color:#fff;
 width:103px;
 height:0px;
 padding-top:14px;
 overflow:hidden;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-shopping-bag?fmt=gif') 0px -14px no-repeat;
}
.btn-bag li.active a:hover {
 color:#fff;
 width:103px;
 height:0px;
 padding-top:14px;
 overflow:hidden;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-shopping-bag?fmt=gif') 0px -14px no-repeat;
}
.bag-items {
 height:36px;
 padding:13px 0 0 0;
 
}
.icon-bag {
 width:36px;
 height:36px;
 border:0;
}

/*product display buttons */
.btn-red-1 a, .btn-red-1 a:link, .btn-red-1 a:visited {
 position:relative;
 text-align:center;
 font-family:Arial, Helvetica, sans-serif;
 font-size:1.2em;
 font-weight:bold;
 display:block;
 width:133px;
 height:20px;
 line-height:20px;
 margin:0 0 23px 0; 
 padding:0;
 color:#fff;
 background:#e51b24;
 overflow:hidden;
}
.btn-red-1 a:hover {
 color:#fff;
 background:#a91f23;
 text-decoration:none;
}
.btn-red-1a a, .btn-red-1a a:link, .btn-red-1a a:visited {
 position:relative;
 text-align:center;
 font-family:Arial, Helvetica, sans-serif;
 font-size:1.2em;
 font-weight:bold;
 display:block;
 width:146px;
 height:20px;
 line-height:20px;
 margin:0 0 13px 0; 
 padding:0;
 color:#fff;
 background:#e51b24;
 overflow:hidden;
}
.btn-red-1a a:hover {
 color:#fff;
 background:#a91f23;
 text-decoration:none;
}
.btn-red-2 a, .btn-red-2 a:link, .btn-red-2 a:visited {
 position:relative;
 text-align:center;
 font-family:Arial, Helvetica, sans-serif;
 font-size:1.0em;
 font-weight:bold;
 display:block;
 width:85px;
 height:16px;
 margin:16px 0 0 0; 
 padding:0;
 color:#fff;
 background:#e51b24;
 overflow:hidden;
}
.btn-red-2 a:hover {
 color:#fff;
 background:#a91f23;
 text-decoration:none;
}

/* FORMS */
/*product display forms*/
.select-size {
 position:relative;
}
.select-quantity {
 position:relative;
}

/*checkout*/
.checkout-form-container-1 {
 float:left;
 clear:none;
 margin:10px 15px 0 0;
 border:0px solid #f00;
}
.checkout-form-label {
 width:130px;
 float:left;
 text-align:right;
 margin:0 5px 0 10px;
 display:block;
 border:0px solid red;
}
.checkout-form-label-note {
 width:135px;
 text-align:right;
 margin:0 5px 0 165px;
_margin:0 5px 0 185px;
 display:block;
 border:0px solid red;
 clear:both!important;

}
.submit input {
 margin-left:125px;
} 
.submit-02 input {
 margin-left:10px;
} 
input {
/*
 color: #781351;
 background: #fee3ad;
 border: 1px solid #ccc;
*/
}
.submit input {
/*
 color: #000;
 background: #fff;
 border: 2px solid #ccc;
*/
} 
.checkout-form-fieldset {
 float:left;
 width:400px;
 border-color:#ccc;
 border-style:solid;
 border-width:1px;

}
.checkout-form-fieldset-2 {
 float:left;
 width:817px;
 border-color:#ccc;
 border-style:solid;
 border-width:1px;

}
.checkout-form-legend {
 color:#e51b24;
 font-weight:bold;
 background:transparent;
 border-color:#ccc;
 border-style:solid;
 border-width:0;
 padding: 2px 6px;
 margin:0 0 0 10px;
} 

/*basket */
.basket-items {
 float:left;
 width:100px;
 height:23px;
 border:0px solid #0f0;
}
.subtotal {
 float:none;
 text-align:right;
 width:96%;
 clear:both;
 padding:0px;
 margin:0 8px 0 0;
}

/* jQuery innerfade */
ul#news {
 border: 1px solid #ccc;
 padding: 2em;
 background:  #fffeb8;
}
ul#image-fade li img{
 z-index:1;
 border: 0px solid #ccc;
 padding: 0px;
}
.fade{
 margin-bottom: 0;
}
.fade p{
 margin-bottom: 0em;
 text-align: center;
 width: 100%;
}

/**** jQuery innerfade noscript-Hinweis ****/
div#att {
 background-color: #fffeb8;
 border-bottom: 1px solid;
 height: 2.5em;
 line-height: 2.5em;
 position: absolute;
 top:0;
 width: 100%;
}
div#att p{
 background: transparent url('http://brands.scene7.com/is/image/brands/kk-att.png') no-repeat 0 46%;
 margin: 0;
 display: inline;
 padding: 6px 0 6px 26px;
}
.listPrice {
text-decoration: line-through
}
.redPrice {
color: rgb(255,0,0);
font-weight:bold;
}
.discountString {
font-size:10px;
}
.price-display {
 width:40px;
 float:left;
 text-align:right;
}
.event-text{
	color: rgb(0,0,0);
	font-family:verdana;
	font-weight:normal;
	font-size:1.1em;
	letter-spacing:-1px;
	line-height:1.7em;
}
.event-text a, .event-text a:link, .event-text a:visited, .event-text a:active, .event-text a:hover {
	color:#e51b24;
	text-decoration:underline;
}
/* button images are span background images */
#mens-button span, #mens-button:visited span {
	background-image:url('http://brands.scene7.com/is/image/brands/kk-m1-mens?fmt=gif');
	}
#womens-button span, #womens-button:visited span {
	background-image:url('http://brands.scene7.com/is/image/brands/kk-m1-womens?fmt=gif');
	}
#kids-button span, #kids-button:visited span {  
	background-image:url('http://brands.scene7.com/is/image/brands/kk-m1-kids?fmt=gif');
	}
#limited-editions-button span, #limited-editions-button:visited span {
	background-image:url('http://brands.scene7.com/is/image/brands/kk-m1-limited-editions?fmt=gif');
	}
#special-offers-button span, #special-offers-button:visited span {
	background-image:url('http://brands.scene7.com/is/image/brands/kk-m1-special-offers?fmt=gif');
	}
#sales-button span, #sales-button:visited span {
	background-image:url('http://brands.scene7.com/is/image/brands/kk-m1-sale?fmt=gif');
	}
#accessories-button span, #accessories-button:visited span {
	background-image:url('http://brands.scene7.com/is/image/brands/kk-m1-accessories?fmt=gif');
	}
#back-2-school-button span, #back-2-school-button:visited span {
	background-image:url('http://brands.scene7.com/is/image/brands/kk-m1-back2school?fmt=gif');
	}	
#xmas-gift-finder-button span, #xmas-gift-finder-button:visited span {
	background-image:url('http://brands.scene7.com/is/image/brands/kk-m1-xmas-gift-finder?fmt=gif');Xmas Gift Finder
	}
#new-arrivals-button span, #new-arrivals-button:visited span {
	background-image:url('http://brands.scene7.com/is/image/brands/kk-m1-new-arrivals?fmt=gif');
	}
/* MENU 3 */
/* news */
.news li{
 float:left;
 clear:none;
 width:48px;
 height:13px;
 color:#fff;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-news?fmt=gif') 0px 0px no-repeat;
 list-style:none;
}
.news li a.active {
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-news?fmt=gif') 0px -13px no-repeat;
}
.news a:hover {
 display:block;
 color:#fff;
 width:48px;
 height:0px;
 padding-top:13px;
 overflow:hidden;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-news?fmt=gif') 0px -13px no-repeat;
 }
.news li.active a {
 float:left;
 color:#fff;
 width:48px;
 height:0px;
 padding-top:13px;
 overflow:hidden;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-news?fmt=gif') 0px -13px no-repeat;
}
.news li.active a:hover {
 color:#fff;
 width:48px;
 height:0px;
 padding-top:13px;
 overflow:hidden;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-news?fmt=gif') 0px -26px no-repeat;
}
/* about-kickers */
.about-kickers li{
 float:left;
 clear:none;
 width:119px;
 height:13px;
 color:#fff;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-about-kickers?fmt=gif') 0px 0px no-repeat;
 list-style:none;
}
.about-kickers li a.active {
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-about-kickers?fmt=gif') 0px -13px no-repeat;
}
.about-kickers a:hover {
 display:block;
 color:#fff;
 width:119px;
 height:0px;
 padding-top:13px;
 overflow:hidden;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-about-kickers?fmt=gif') 0px -13px no-repeat;
 }
.about-kickers li.active a {
 float:left;
 color:#fff;
 width:119px;
 height:0px;
 padding-top:13px;
 overflow:hidden;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-about-kickers?fmt=gif') 0px -13px no-repeat;
}
.about-kickers li.active a:hover {
 color:#fff;
 width:119px;
 height:0px;
 padding-top:13px;
 overflow:hidden;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-about-kickers?fmt=gif') 0px -26px no-repeat;
}
/* contact-us */
.contact-us li{
 float:left;
 clear:none;
 width:92px;
 height:13px;
 color:#fff;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-contact-us?fmt=gif') 0px 0px no-repeat;
 list-style:none;
}
.contact-us li a.active {
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-contact-us?fmt=gif') 0px -13px no-repeat;
}
.contact-us a:hover {
 display:block;
 color:#fff;
 width:92px;
 height:0px;
 padding-top:13px;
 overflow:hidden;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-contact-us?fmt=gif') 0px -13px no-repeat;
 }
.contact-us li.active a {
 float:left;
 color:#fff;
 width:92px;
 height:0px;
 padding-top:13px;
 overflow:hidden;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-contact-us?fmt=gif') 0px -13px no-repeat;
}
.contact-us li.active a:hover {
 color:#fff;
 width:92px;
 height:0px;
 padding-top:13px;
 overflow:hidden;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-contact-us?fmt=gif') 0px -26px no-repeat;
}
/* help */
.help li{
 float:left;
 clear:none;
 width:50px;
 height:13px;
 color:#fff;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-help?fmt=gif') 0px 0px no-repeat;
 list-style:none;
}
.help li a.active {
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-help?fmt=gif') 0px -13px no-repeat;
}
.help a:hover {
 display:block;
 color:#fff;
 width:50px;
 height:0px;
 padding-top:13px;
 overflow:hidden;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-help?fmt=gif') 0px -13px no-repeat;
 }
.help li.active a {
 float:left;
 color:#fff;
 width:50px;
 height:0px;
 padding-top:13px;
 overflow:hidden;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-help?fmt=gif') 0px -13px no-repeat;
}
.help li.active a:hover {
 color:#fff;
 width:50px;
 height:0px;
 padding-top:13px;
 overflow:hidden;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-help?fmt=gif') 0px -26px no-repeat;
}
/* Affiliate Program */
.affiliates li{
 float:left;
 clear:none;
 width:136px;
 height:13px;
 color:#fff;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-affiliate-program?fmt=gif') 0px 0px no-repeat;
 list-style:none;
}
.affiliates li a.active {
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-affiliate-program?fmt=gif') 0px -13px no-repeat;
}
.affiliates a:hover {
 display:block;
 color:#fff;
 width:136px;
 height:0px;
 padding-top:13px;
 overflow:hidden;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-affiliate-program?fmt=gif') 0px -13px no-repeat;
 }
.affiliates li.active a {
 float:left;
 color:#fff;
 width:136px;
 height:0px;
 padding-top:13px;
 overflow:hidden;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-affiliate-program?fmt=gif') 0px -13px no-repeat;
}
.affiliates li.active a:hover {
 color:#fff;
 width:136px;
 height:0px;
 padding-top:13px;
 overflow:hidden;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-affiliate-program?fmt=gif') 0px -26px no-repeat;
}
/* legal */
.legal li{
 float:left;
 clear:none;
 width:54px;
 height:13px;
 color:#fff;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-legal?fmt=gif') 0px 0px no-repeat;
 list-style:none;
}
.legal li a.active {
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-legal?fmt=gif') 0px -13px no-repeat;
}
.legal a:hover {
 display:block;
 color:#fff;
 width:54px;
 height:0px;
 padding-top:13px;
 overflow:hidden;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-legal?fmt=gif') 0px -13px no-repeat;
 }
.legal li.active a {
 float:left;
 color:#fff;
 width:54px;
 height:0px;
 padding-top:13px;
 overflow:hidden;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-legal?fmt=gif') 0px -13px no-repeat;
}
.legal li.active a:hover {
 color:#fff;
 width:54px;
 height:0px;
 padding-top:13px;
 overflow:hidden;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-legal?fmt=gif') 0px -26px no-repeat;
}
/* privacy */
.privacy li{
 float:left;
 clear:none;
 width:70px;
 height:13px;
 color:#fff;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-privacy?fmt=gif') 0px 0px no-repeat;
 list-style:none;
}
.privacy li a.active {
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-privacy?fmt=gif') 0px -13px no-repeat;
}
.privacy a:hover {
 display:block;
 color:#fff;
 width:70px;
 height:0px;
 padding-top:13px;
 overflow:hidden;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-privacy?fmt=gif') 0px -13px no-repeat;
 }
.privacy li.active a {
 float:left;
 color:#fff;
 width:70px;
 height:0px;
 padding-top:13px;
 overflow:hidden;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-privacy?fmt=gif') 0px -13px no-repeat;
}
.privacy li.active a:hover {
 color:#fff;
 width:70px;
 height:0px;
 padding-top:13px;
 overflow:hidden;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-privacy?fmt=gif') 0px -26px no-repeat;
}
/* ethical-promise */
.ethical-promise li{
 float:left;
 clear:none;
 width:121px;
 height:13px;
 color:#fff;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-ethical-promise?fmt=gif') 0px 0px no-repeat;
 list-style:none;
}
.ethical-promise li a.active {
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-ethical-promise?fmt=gif') 0px -13px no-repeat;
}
.ethical-promise a:hover {
 display:block;
 color:#fff;
 width:121px;
 height:0px;
 padding-top:13px;
 overflow:hidden;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-ethical-promise?fmt=gif') 0px -13px no-repeat;
 }
.ethical-promise li.active a {
 float:left;
 color:#fff;
 width:121px;
 height:0px;
 padding-top:13px;
 overflow:hidden;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-ethical-promise?fmt=gif') 0px -13px no-repeat;
}
.ethical-promise li.active a:hover {
 color:#fff;
 width:121px;
 height:0px;
 padding-top:13px;
 overflow:hidden;
 background:#fff url('http://brands.scene7.com/is/image/brands/kk-m3-ethical-promise?fmt=gif') 0px -26px no-repeat;
}

	