/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/

BODY {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #4A4A4A;
	margin: auto;
	background-color: #D5CDBD;
	background-image: url(img/tpl_bg_main.gif);
	background-position: top center;
	background-repeat: repeat-x;
}

A {
  color: #4A4A4A;
  text-decoration: none;
}

A:hover {
  color: #4A4A4A;
  text-decoration: underline;
}

h1,
h1 a,
h1 a:hover {
font-size: 11px; 
font-weight: normal;
color:#00B9F3;
margin: 0px;
padding: 0px 0px 0px 10px;
color:#E2DED5;
text-decoration:none;
}

h2 {
font-size: 1.9em;
font-weight: bold;
margin: 0px;
padding: 10px 0px 0px 0px;
color:#443E33;
}

h3 {
font-size: 20px;
display: inline;
font-weight: bold;
font-style:italic;
color:#858585;
}

h4 {
font-size: 12px;
display: inline;
font-weight: bold;
font-style:normal;
color:#00B9F3;
}

#CatNavi { margin: 0px 0px 0px 0px; padding: 0 }
#CatNavi ul { margin: 0px; padding: 0 }
#CatNavi li { display: inline; list-style-type: none; margin: 0; padding: 0;  }
#CatNavi a { display: block; margin: 0; padding: 0px }
#CatNavi a:hover {text-decoration:none;}

#CatNavi .CatLevel1 a { display: block; margin: 0px 0px 0px 0px;  padding: 3px 0px 3px 0px; color:#6E685E; font-size:1.8em; font-weight: bold; }
#CatNavi .CatLevel1 a:hover { text-decoration:none; }

#CatNavi .CatLevel2 a { margin: 0px 0px; padding: 1px 0px 1px 15px; color:#8C8C8C; font-size:11px; font-weight:normal; font-style:normal; }
#CatNavi .CatLevel2 a:hover { text-decoration:underline; color:#36393A; }

#CatNavi .CatLevel3 a { padding: 1px 0px 1px 30px;  margin: 0px 0px; }
#CatNavi .CatLevel4 a { padding: 1px 0px 1px 45px;  margin: 0px 0px; }
#CatNavi .CatLevel5 a { padding: 1px 0px 1px 60px;  margin: 0px 0px; }



#CatNavi  .CatLevel1 li a,
#CatNavi  .CatLevel1 .Current li a,
#CatNavi  .CatLevel1 .CurrentParent li a,
#CatNavi  .CatLevel1 .CurrentParent .Current li a { font-weight: normal }
#CatNavi  .CatLevel1 .Current a, 
#CatNavi  .CatLevel1 .Current a:hover,
#CatNavi  .CatLevel1 .CurrentParent .Current a,
#CatNavi  .CatLevel1 .CurrentParent .Current a:hover{ font-weight: bold; color:#36393A; }

#CatNavi  .CatLevel2 li a,
#CatNavi  .CatLevel2 .Current li a,
#CatNavi  .CatLevel2 .CurrentParent li a,
#CatNavi  .CatLevel2 .CurrentParent .Current li a { font-weight: normal }
#CatNavi  .CatLevel2 .Current a, 
#CatNavi  .CatLevel2 .Current a:hover,
#CatNavi  .CatLevel2 .CurrentParent .Current a,
#CatNavi  .CatLevel2 .CurrentParent .Current a:hover{ font-weight: bold; color:#36393A; }

#CatNavi  .CatLevel3 li a,
#CatNavi  .CatLevel3 .Current li a,
#CatNavi  .CatLevel3 .CurrentParent li a,
#CatNavi  .CatLevel3 .CurrentParent .Current li a { font-weight: bold }
#CatNavi  .CatLevel3 .Current a, 
#CatNavi  .CatLevel3 .Current a:hover,
#CatNavi  .CatLevel3 .CurrentParent .Current a,
#CatNavi  .CatLevel3 .CurrentParent .Current a:hover{ font-weight: bold; color:#36393A; }

#CatNavi a.Boys { color: #1D6DAB; }
#CatNavi a.Girls {  color: #AD1D94; }
#CatNavi a.Sale { color: #FF0000; }
#clearer {
	clear:both;
	}
	
	
a.cart_font  {
font-size: 1.8em;
font-weight: bold;
color:#C0003F;
text-decoration:none;
}

 a.cart_font:hover {
font-size: 1.8em;
font-weight: bold;
color:#C0003F;
text-decoration:none;
}


TD.prod_name,
TD.prod_name a {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#4A4A4A;
  text-decoration:none;
}

TD.prod_name a:hover {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#4A4A4A;
  text-decoration:underline;
}

TD.prod_price,
TD.prod_price a {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color:#C0003F;
  text-decoration:none;
  font-weight:bold;
}

TD.prod_price a:hover {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color:#C0003F;
  text-decoration:underline;
  font-weight:bold;
}

TD.top_menu,
TD.top_menu a{
	font-size: 11px; 
	font-weight: normal;
	color:#00B9F3;
	margin: 0px;
	padding: 0px;
	color:#E2DED5;
	text-decoration:none;
}

TD.top_menu a:hover{
	font-size: 11px; 
	font-weight: normal;
	color:#00B9F3;
	margin: 0px;
	padding: 0px;
	color:#E2DED5;
	text-decoration:underline;
}

TD.box_head{
	font-size: 18px; 
	font-weight: bold;
	color:#00B9F3;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	color:#484848;
}

TD.navtrail {
	padding: 8px 0px 0px 0px;
}

TD.content_bg {
	background-image:url(img/tpl_bg_content.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

TD.bg_boxen {
	background-image:url(img/tpl_bg_boxen.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#shadow {
	background-image:url(img/tpl_bg_main_3.gif);
	background-position: top center;
	background-repeat: repeat-y;
	margin:auto;
}

#seiten {
	background-image:url(img/tpl_bg_main_2.gif);
	background-position: top center;
	background-repeat: no-repeat;
	margin:auto;
}

#footer {
	background-image:url(img/tpl_bg_footer.gif);
	background-position: top center;
	background-repeat: repeat-x;
	background-color:#4A4A4A;
	margin:auto;
	
	}

#footer_fl {
	background-image:url(img/tpl_bg_footer_2.gif);
	background-position: top center;
	background-repeat: no-repeat;
	margin:auto;
	height:275px;
	}
	
TD.footer_text,
TD.footer_text a {
	color: #FFFFFF;
	text-decoration:none;
	}
	
TD.footer_text a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	}
	
	

.boxText { 
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 11px;
}

.boxTextBG {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #f1f1f1;
}
.boxTextBGII {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #FFCC99;
}
.boxTextPrice {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FF0000;
}

.errorBox {
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	font-size : 11px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox {
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	font-size : 11px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	font-size : 11px;
	color: #70d250;
	text-decoration: underline;
}


img{
	border:0;
}



FORM {
	display: inline;		   
}


TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

A.headerNavigation { 
  color: #000000; 
}

A.headerNavigation:hover {
  color: #000000;
}

TD.conditions {
  background-color: #FFCCCC;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
	background-color: #00CC33;
}

.moduleHeading {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-bottom: 11px;
}

TD.headerError {
  font-family: Tahoma, Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
    background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
}

TD.infoBoxHeading {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #666666;
  height:17px;
  color: #ffffff;
}

TD.infoBoxHeading_right {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #C4C4C4;
  height:17px;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
  border-right: 4px solid;
  background: #E6E6E6; 
  border-color: #C4C4C4;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #E6E6E6; 

}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
}

A.pageResults {
	color: #C0003F;
	text-decoration: underline;
}

A.pageResults:hover {
  color: #4A4A4A;
  text-decoration: none;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
}

TD.accountCategory {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
}

TEXTAREA {
  width: 100%;
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  background: #f1f1f1;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.copyright {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.parseTime {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}


SPAN.markProductOutOfStock {
  font-family: Tahoma, Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  color: #ff0000;
}
SPAN.productOldPrice {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.moduleRow {
 font-family: Trebuchet MS, Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 background-color: #E6E6E6;
 border: 1px solid;
 border-color: #E6E6E6;

}
.moduleRowOver { 
	background-color: #D7E9F7; 
	border: 1px solid;
	border-color: #ffffff;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5; 
	
	}
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 11px; color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; 
	background-color: #666666; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 11px; color: #ff0000; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
	border-right: 1px solid;
	border-color: #b6b7cb;
	background-image: url(img/bg_left_column.jpg);
	width: 185px;
}
.navRight {
	border-color: #666666;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #E6E6E6;
	width: 185px;
}

.contentsTopics {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}
.highslide {
	cursor: url(https://sslsites.de/chic4kids-kindermode.de/includes/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
}
.highslide:hover img {
}

.highslide-image {
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}

.highslide-body p {
	font-size:11px;
	}

/* Controlbar example */
.controlbar {	
	display: none;
	background: url(https://sslsites.de/chic4kids-kindermode.de/includes/highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
	margin-top: 0px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(https://sslsites.de/chic4kids-kindermode.de/includes/highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}

/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}

}
.highslide-html {
    background-color: #ffffff;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}


.highslide-move {
    cursor: move;
}

.highslide-wrapper div {
	font-family: Trebuchet MS, Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-html {
	background-color: white;
}
.highslide-maincontent {
	display: none;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 8pt;
	font-family: Trebuchet MS, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: white;

	padding-left: 22px;
	background-image: url(https://sslsites.de/chic4kids-kindermode.de/includes/highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper, .rounded-white {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-wrapper .highslide-header {
	padding-bottom: 5px;
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(https://sslsites.de/chic4kids-kindermode.de/includes/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
	cursor: move;
}
.highslide-resize {
	cursor: nw-resize;
}

