/* -----------------------------------------------------------------------------------------
   $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 {
	color: #000000;
	margin: 0 0 15px 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #b9b9b9;
}

img{
	border:0;
}

A {
  color: #000000;
  text-decoration: none;
}

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

FORM {
	display: inline;		   
}


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

A.pageResults:hover {
  color: #ffffff;
  background: #e3892d;
}


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

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

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

SPAN.greetUser {
  font-family: 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;
}

.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.parseTime {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}

A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #000000;
  text-decoration: underline;
}


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

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

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

.smallHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
	border-bottom: 1px solid #000000;
}


/* message box */

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

/* input requirement */

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








.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}

.onepxwidth {
	width: 1px;
}



/*		Eigene Formatierung		*/


.clr {clear: both; margin: 0; padding: 0;}
.clrsmall {clear: both; margin: 0; padding: 0; height: 1px; overflow: hidden;}
.clrnone {clear: both; margin: 0; padding: 0; height: 0px; overflow: hidden;}
.clrmiddle {clear: both; margin: 0; padding: 0; height: 4px; overflow: hidden;}

label {width: 180px; display: block; float: left;}
legend {color: #808080;}
fieldset {border: 1px solid #cccccc; padding: 5px 5px 5px 10px;}


#overcontent {
  width: 990px;
  padding: 0;
  margin: 2px auto 0 auto;
  background: #ffffff;
}

#topcontent {
  width: 989px;
  height: 108px;
  overflow: hidden;
  margin: 0 auto 0 auto;

}

#topimg {
  float: left;
  width: 283px;
  margin: 0; 
  padding: 0;
}

#logo {
	width: 990px;
	margin: 10px auto 10px auto;
	height: 40px; overflow:  hidden;
}

#topmenu {
	width: 990px;
	height: 67px;
	margin: 0 auto 1px auto;
	background-image: url(img/topmenu.jpg);
}

#topmenubox {
  clear: both;
  width: 989px;
  height: 38px;
  overflow: hidden;
  margin: 0 auto 0 auto;
  color: #ffffff;
  font-size: 11px;
  background-image: url(img/topmenu.jpg);
  background-repeat: no-repeat;
}

#topcenterbox {
	width: 990px;
	/*height: 160px;*/
	margin: 0 auto 0 auto;
	overflow: hidden;
}

.menutop {
  margin: 0;
  padding: 0;
}
.menutop li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}


.menutop li a {
  display: block;
  float: left;
  width: 100px;
  text-align: center;
  font-size: 12px;
  color: #f7f7f7;
  font-weight: bold;
  border-left: 1px solid #aec0cc;
  border-right: 1px solid #aec0cc;      
}

.menutop li a:hover {
  color: #ffffff;
  text-decoration: none;
  border-left: 1px solid #f1f3f5;
  border-right: 1px solid #f1f3f5;  
}

#searchbox {
  width: 200px;
  height: 60px;
  overflow: hidden;
  padding: 11px 0 0 35px;
  color: #606060;
  float: left;
}




#navtrail {
  font-size: 10px;
  margin: 0 auto 0 auto;
  padding: 5px 3px 3px 3px;
  border-bottom: 1px solid #cccccc;
}


#content {
  width: 970px;
  overflow: hidden;
  padding: 0 0 0 10px;
}


#rightmenu {
  width: 192px;
  margin: 0px;
  float: left;
  padding: 0; 
}


.centerscontent {
	width: 720px;
	margin: 0 auto 0 auto;
}

#footersub {
  width: 962px;
  height: 26px;
  padding: 35px 4px 0 24px;
  margin: 0 auto 0 auto;
  font-size: 11px;
  background-image: url(img/footer.jpg);
}

#footersub a {color: #000000;}

#partner {
  width: 200px;
  float: left;
  text-align: right;
}

#commercial {
  width: 982px;
  height: 100px;
  margin: 0 auto 0 auto;
  text-align: center;
}


/*		########## Menu-Boxen Start ##########		*/

.boxcartsub {
  width: 470px;
  float: left;
  padding: 13px 0 0 0;
  text-align: right;
}

.menutopleft {
  width: 188px;
  height: 17px;
  padding: 6px 0 0 14px;
  background-image: url(img/mtop.jpg);
  background-position: right;
  background-repeat: no-repeat;
  margin: 0;
  color: #000000;
  font-weight: bold;
  font-size: 11px
}


.menutopleft a {color: #667a86;}



.menucontentcat {
  padding: 15px 0 0 0;
  margin: 0;
  font-size: 11px;
}

.mfooter {
  width: 202px;
  height: 26px;
  overflow: hidden;
  background-image: url(img/mfooter.jpg);
  background-position: right;
  background-repeat: no-repeat;
  margin: 0 0 15px 0;
}

.bestpicbox {
  width: 180px;
  height: 120px;
  overflow: hidden;
  border: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
  margin: 6px 0 6px 0;
}


.menucontent {
  padding: 4px;
  margin: 0 0 2px 4px;
  font-size: 11px;
  border-top: 0;
  background: #f2f1f1;
  border-top: 0;
}

.menucontentright {
  padding: 4px;
  margin: 0 0 15px 0;
  font-size: 11px;
  border-top: 0;
  background: #ffffff;
  border: 1px solid #aec0cc;
  border-top: 0;
}

.bestsellerbox {
  border-bottom: 1px dashed #cccccc;
  margin: 0 0 5px 0;
  padding: 4px;
}

.bestsellertopic {
  font-size: 10px;
  text-align: right;
  margin: 0;
  padding: 0;
}

#cartbox {
  width: 706px;
  height: 100px;
  float: left;
  padding: 8px 0 0 0;
  background-image: url(img/topimgbg.jpg);
  background-position: right;
  background-repeat: no-repeat;  
}

#cartlinks {
  width: 460px;
  text-align: center;
}


/*		########## Menu-Boxen Ende ##########		*/




#loginboxtop {
  width: 540px;
  overflow: hidden;
  background: #aec0cc;
  font-size: 11px;
  color: #ffffff;
}

#loginboxtop a {color: #ffffff;}


.loginfloattext {
  float: left;
  margin: 8px 5px 0 5px;
}

.loginfloatbut{
  float: left;
  margin: 4px 5px 0 5px;
}


.loginboxnew {
  width: 330px;
  height: 143px;
  padding: 8px;
  overflow: hidden;
  background-image: url(img/logbox.jpg);
  float: left;
}

.loginboxnewgast {
  width: 683px;
  height: 144px;
  padding: 40px 5px 0 20px;
  overflow: hidden;
  background-image: url(img/gastlogin.jpg);
}

.logintitle {
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 0 0 4px 0;
  border-bottom: 1px solid #cec8bc;
  font-size: 11px;
}



/*		######## Start Produktinfo-Seite ########			*/

.poprice {
  font-size: 16px;
  font-weight: bold;
  color: #f3983a;
}

.pinfofacts {
  float: left;
  width: 170px;
  height: 17px;
  padding: 2px 5px 2px 5px;
  margin: 0 5px 0 0;
  font-size: 11px;
  border: 1px solid #ba3026;
  background: #ffdcd7;
}

.productbut {
  float: left;
  width: 170px;
  height: 20px;
  padding: 2px 5px 2px 5px;
  margin: 0 5px 0 0;
  font-size: 11px;
  border: 1px solid #e88d2f;
  background: #f4c28c;
}

.reviewsboxinfo {
  padding: 5px;
  background: #d0e0f6;
  border: 1px solid #4d7fb4;
  margin: 0 0 10px 0;
  font-size: 10px;
}

.leftsideproduct {
  clear: both;
  width: 210px;
  height: 225px;
  overflow: hidden;
  float: left;
  padding: 5px 0 0 0;
  margin: 0 116px 0 0;
  border: 1px solid #b2bc73;
  text-align: center;
}

.rightsideproduct {
  width: 207px;
  float: left;
  margin: 0;
}

.productdesc {
  width: 640px;
  overflow: hidden;
  float: left;
  border: 1px solid #cccccc;
  padding: 5px;
  margin: 0 0 15px 0;
  background: #f6f6f6;
  
  
}


.productdeschead {
  font-weight: bold;
  color: #000000;
  background: #dee5bd;
  border: 1px solid #b2bc73;
  border-bottom: 0;
  width: 200px;
  margin:0;
  padding: 5px;  
}

/*		######## Ende Produktinfo-Seite ########			*/



/*		######## Start Categorie-Listing ########			*/

.abstandcat {width: 12px; overflow: hidden; float: left;}

.subcat {
  width: 182px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  float: left;
}

.subcat a {
  display: block;
  width: 160px;
  height: 28px;
  padding: 5px;
  background: #ffffff;
  border: 1px solid #aec0cc;  
  font-weight: bold;
}

.subcat a:hover {background: #f9fafa; color: #585757; text-decoration: none; font-weight: bold;}


/*		######## Ende Categorie-Listing ########			*/


/*		######## Start Bewertungen ########			*/


.reviewsbox {
  padding: 5px;
  background: #f8d8b5;
  border: 1px solid #f39436;
  margin: 0 0 10px 0;
}

.reviewsboxinfo {
  padding: 5px;
  background: #f8d8b5;
  border: 1px solid #f39436;
  margin: 0 0 10px 0;
  font-size: 10px;
}


/*		######## Ende Bewertungen ########			*/


/*		########## Ueberschriften ##########		*/

.h1topic {
  color: #f3983a;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 0 5px 0;
  margin: 0 0 10px 0;
}

.h2topic {
  font-size: 12px;
  margin: 0 0 5px 0;
  padding: 0;
}

.h2topiclist {
  font-size: 11px;
  margin: 0;
  font-weight: normal;
  padding: 4px 5px 5px 6px;
  height: 26px;
  overflow: hidden;
}

.h2topiclist a {color: #e57e21;}

.versandkosten a {color: #e57e21;}

/*		########## Diverses ##########		*/

.newsbox {
  width: 448px;
  height: 78px;
  padding: 8px;
  margin: 0 0 10px 0;
  background-image: url(img/newsbox.jpg);
  overflow: hidden;
  font-size: 11px;
  text-align: justify;
}

.boxlistingpic {
  margin: 5px auto 5px auto;
  text-align: center;
  width: 180px;
  height: 120px;
  overflow: hidden;
}

.pprice {
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #ff9a33;
  margin: 0;
}

.pricebox {
  text-align: right;
  height: 35px;
  overflow: hidden;
}

.boxlisting {
  width: 219px;
  height: 193px;
  overflow: hidden;
  float: left;
  background-image: url(img/listbg.jpg);
}

.vpeinfo {
  font-size: 10px;
}

.taxinfosmall {
  font-size: 10px;
  text-align: right;
  padding: 21px 10px 0 0;
}

.listabstand {
  float: left;
  width: 28px;
  overflow: hidden;
}

.listabstandfirst {
  float: left;
  width: 0px;
  overflow: hidden;
}

.headmessage {
  border: 1px dashed #000000;
  padding: 5px;
  margin: 5px 0 5px 0;
  text-align: center;
}

.accountleftbox {
  width: 265px;
  padding: 5px;
  float: left;
  margin: 0 0 0 7px;
  font-size: 11px;
}

.accountprice {
  text-align: right;
  padding: 0;
  margin: 0;
}

.trenner {
  height: 1px;
  overflow: hidden;
  background: #000000;
  margin: 4px 0 4px 0;
}


.listhori {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.listhori li {float: left;}

.historytabtop {
  border-bottom: 1px solid #c8741e;
  font-weight: bold;
  background: #e88d2f;
  color: #ffffff;
  padding: 2px 0 2px 0;
}

.histsub {
  font-size: 11px;
}

.historyinvoice {
  width: 348px;
  height: 100px;
  padding: 5px;
  float: left;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;  
  font-size: 11px;
}

.historyblock {
  border: 1px solid #cccccc;
  padding: 4px;
  font-size: 11px;
  margin: 3px 0 6px 0;
}

.historyvalue {
  float: right;
  width: 400px;
  font-size: 11px;
  text-align: right;
}

.addresscolor {
  background: #f8f5f5;
  padding: 4px;
}

.addressleft {
  width: 270px;
  padding: 3px;
  margin: 0 50px 0 0;
  float: left;
  font-size: 11px;
  background: #f8f5f5;
}

.addressbutleft {
  width: 200px;
  float: left;
}

.giftcartbox {
  background: #ffffff;
  border: 1px solid #e88d2f;
  padding: 3px;
  text-align: center;
}

.littleaddress {
  font-size: 11px;
  border: 1px solid #e88d2f;
  padding: 3px;
  margin: 2px 0 5px 23px;
}


.checkoutbox {
  width: 168px;
  padding: 4px 2px 4px 2px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin: 0 0 0 5px;
  background: #cccccc;
  font-size: 10px;
  font-weight: bold;
}

.checkoutboxa {
  width: 168px;
  padding: 4px 2px 4px 2px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin: 0 0 0 5px;
  background: #e88d2f;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;  
}


.payartbox {
  border: 1px dashed #cccccc;
  padding: 4px;
  margin: 3px 0 6px 0;
  background: #f8f5f5;
}

.payselection {
  float: left;
  width: 40px;
}

.freeshipping {
  background: #f8f5f5;
  padding: 4px;
  margin: 4px 0 4px 0;
}

.partytitle {
  width: 410px;
  float: left;
  margin: 0 10px 0 0;
}

.agbcheckbox {
  background: #929494;
  padding: 2px;
  margin: 3px 3px 15px 0;
  color: #ffffff;
}

.bearbeiten {
  color: #e88d2f;
}

.confirmationbox {
  border: 1px solid #cccccc;
  padding: 4px;
  font-size: 11px;
}

.navigator {font-size: 11px;}




.mainbox {
  background: #f9f7f8;
  padding: 5px;
  border: 2px solid #e1e1e1;
  border-right: 0;
  border-left: 0;
}



.mainrightbox {
  width: 240px;
  float: left;
  overflow: hidden;
  padding: 42px 0 0 12px;
}

#pinfopics {
	width: 285px;
	overflow: hidden;
	float: left;
	padding: 0 25px 0 0;
}


.pinfooptions {
  padding: 2px;
  background: #e88d2f;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
}

.headinggreen {
  padding: 4px;
  background: #e88d2f;
  margin: 0;
  font-weight: bold;
  color: #ffffff;
  font-size: 11px;
}

.downloadbox {
  border: 1px solid #cccccc;
  padding: 4px;
  margin: 10px 0 10px 0;
}

.errosearchbox {
  width: 350px;
  padding: 5px;
  margin: 0 auto 0 auto;
  border: 1px solid #dc7308;
  background: #f2f0f1;
  color: #000000;
}

.upcoming {
  width: 400px;
  float: left;
}

.upcomingdate {
  width: 140px;
  float: left;
  text-align: right;
}

.upcomingover {
  border-bottom: 1px solid #cccccc;  
  padding: 4px 0 4px 0;
  margin: 0 0 10px 0;
}

.artcont {
  width: 410px;
  float: left;
}

.artcontsize {
  width: 130px;
  float: left;
  text-align: right;
}

.artcontbox {
  border-bottom: 1px solid #cccccc;  
  padding: 4px 0 4px 0;
  margin: 0 0 10px 0;
}

gratuatebox {
  width: 200px;
}

.gratuatedleft {
  width: 100px;
  float: right;
  padding: 2px 0 2px 0;
}

.gratuatedright {
  width: 100px;
  float: right;
  padding: 2px 4px 2px 0;  
}

.smallText {
  font-size: 11px;
}

.totalblock {
  text-align: right;
  float: right;
}

.logout {
  padding: 8px 0 0 0;
  font-weight: bold;
  text-align: right;
}

.leftli {
  float: left;
  width: 110px;
  clear: both;
  font-weight: bold;
  padding: 3px 0 3px 0;  
}

.rightli {
  list-style-type: none;
  padding: 3px 0 3px 0;
  width: 500px;
}

.uldesc {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 5px 0;
  margin: 0 0 10px 15px;
  width: 640px;
}

.priceboxinfo {
	text-align: right;
	border-top: 1px solid #cccccc;
	margin: 8px 0 0 0;
	padding: 6px 0 0 0;
	height: 125px;
}


#topmenutop {
	height: 45px;
	overflow: hidden;
}

#topmenubottom {
	height: 40px;
	overflow:  hidden;
}


#startlink {
	width: 105px;
	padding: 10px 0 0 45px;
	float: left;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
}

#startlink a{color: #ffffff;}

#topmenulinks {
	width: 340px;
	padding: 15px 0 0 50px;
	float: left;
}

.cartbox {
  width: 190px;
  float: left;
  text-align: right;
  padding: 15px 5px 0 0;
}

#pinfoleftimages {
	width: 285px;
	float: left;
}

#pinfoleftimages2 {
	width: 285px;
	float: left;
}


/*		########## Menu ##########		*/
ul.navilist { list-style-type:none; margin:0;padding:0px;}
li.maincat {padding: 0 0 0 8px; margin: 0; display: block; float: left;}

 /*		##########Hauptkategorie ##########		*/
.maincat { list-style-type:none; margin: 0; padding: 0;}
.maincat a {font-size: 13px; color:#ffffff; font-weight: bold; display: block; padding: 1px 4px 1px 4px;}
.maincat a:hover{text-decoration: underline; color: #ffffff;  padding: 1px 4px 1px 4px;}
.maincat a.gewaehlt{text-decoration: underline; color: #000000; background: #ffffff; padding: 1px 4px 1px 4px;}
.maincat a.gewaehlt:hover{}




.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	cursor: url(/highslide/graphics/zoomin.cur), pointer;

}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(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;
}
.highslide-move, .highslide-move * {
	cursor: move;
}
.highslide-overlay {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}


.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}





/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(highslide/graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(highslide/graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}





