/* -----------------------------------------------------------------------------------------
   $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-image: url(img/body-bg.jpeg);
      background-repeat: repeat-x;
      background-color: #FFFFFF;
}

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: #a26561;
}


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: 8px;
  line-height: 1.5;
  text-align:center;
  margin-top: -50px;
}

.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: #101010;
  font-size: 12px;
}
SPAN.productOldPrice {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #555555;
}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
  font-size: 10px;
}

.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: #575757;}
fieldset {border: 1px solid #aec0cc; padding: 5px 5px 5px 10px;}


#topbg {
	height: 164px;

}

#topcontentbox {
  width: 600px;
  height: 25px;
  float: right;
  padding-top: 8px;
  text-align: right;
  color: #595959; 
}

#topcontentbox a {
  color: #595959;    
}

#topcontentbox a:hover {
  color: #FFFFFF;
  text-decoration: underline;  
}

#topimg {
  float: left;
  width: 191px;
}

#toplinkcopy {
  width: 757px;
  height: 90px;
  float: left;
}

#topmenubox {
  clear: both;
  width: 980px;
  height: 20px;
  margin: 0 auto 0 auto;
  color: #ffffff;
  font-size: 11px;
  background: #aec0cc;
}

#topmenu {
  width: 215px;
  height: 25px;
  float: left;
  padding-left: 35px;
  padding-top: 8px;
  color: #595959; 
}

#topmenu a {
  color: #595959;    
}

#topmenu a:hover {
  color: #FFFFFF;
  text-decoration: underline;  
}


.menutop {
  margin: 0;
  padding: 0;
  float: right;
}

.menutop li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menutop li a {
  display: block;
  float: left;
  width: 80px;
  text-align: center;
  font-size: 12px;
  color: #f7f7f7;
  font-weight: bold;    
}

.menutop li a:hover {
  color: #ffffff;
  text-decoration: none;  
}

#searchbox {
  width: 260px;
  height: 40px;
  float: right;
  padding-top: 4px;
  color: #606060;
}

#quickfinder {
  width: 700px;
  height: 40px;
  float: left;
  padding-top: 4px;
  color: #606060;
}

#page {
  width: 980px;
  background-image: url(img/main-bg.jpeg);
  background-repeat:no-repeat;
  margin: 0 auto 0 auto;
}

#header {
  width: 980px;
  height: 200px;
}

#main {
  width: 980px;
}

#navigation {
  width: 980px;
}

#maincontent {
  width: 750px;
  float: right; 
  margin: 0 10px 0 0;
}

#leftmenu {
  float: left;
  width: 200px;
  margin-left: 10px;
}

#navtrail {
  font-size: 11px;
}

#navtrail a {color: #000000;}

#bookmarks {
  width: 170px;
  float: right;
}

#languages {
  width: 70px;
  float: right;
  padding: 8px 0 0 5px;
}

#content {
  width: 720px;
}


#rightmenu {
  width: 192px;
  margin: 0px;
  float: left;
  padding: 0; 
}

#footerbox {
  width: 980px;
  padding: 10px;
  margin: auto;
}

#footer {
  width: 100%;
  height: 200px;
  background-image: url(img/footerbg.jpg);
  background-repeat: repeat-x;
  background-color: #F2F2F2;
  margin: auto;
}

#footer a {color: #000000;}

#infobox {
  width: 980px;
}

#partner {
  width: 200px;
  float: left;
  text-align: right;
}

#commercial {
  width: 720px;
  height: 200px;
  margin: 0 auto 0 auto;
  text-align: center;
}

#manufacturers {
  width: 700px;
}

#spacer {
  width: 980px;
  height: 20px;
}


/*		########## Menu-Boxen Start ##########		*/

.menutopleft {
  width: 172px;
  height: 25px;
  padding: 5px 0 0 0;
  margin: 0;
  color: #000000;
  font-weight: bold;
  font-size: 12px
}

.menutopright {
  width: 172px;
  height: 25px;
  padding: 5px 0 0 0;
  margin: 0;
  color: #000000;
  font-weight: bold;
  font-size: 12px;
}

.menutopleft a {color: #667a86;}
.menutopright a {color: #667a86;}


.menucontentcat {
  padding: 5px 5px 5px 0;
  border-top: 0px solid #aec0cc;
  margin: 0 0 10px 0;
  font-size: 12px;
}

.menucontent {
  width: 182px;
  padding: 4px;
  margin: 0 0 10px 0;
  font-size: 12px;
}

.menucontentright {
  width: 182px;
  padding: 4px;
  margin: 0 0 10px 0;
  font-size: 12px;
}

.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 {
  background-image: url(img/cartbox.jpeg);
  background-repeat:no-repeat;
  width: 170px;
  height: 126px;
  color: #606060;
  text-align: right;
  font-size: 10px;
  padding: 10px 10px;
  margin: 10px 20px;
  float: right;
}

#loginbox {
  width: 200px;
  height: 100px;
  text-align: left;
  padding-left: 10px;
  padding-top: 10px;
  float: left;
}

#newsletterbox {
  with: 200px;
  text-align: left;
  float: right;
}

.box_Quick {
  width: 172px;
  height: 25px;
  padding: 0;
  margin: 0;
  color: #000000;
  font-weight: bold;
  font-size: 12px;
}
  

.boxQuickBody {
  width: 182px;
  padding: 0 4px 4px 10px;
  margin: -25px 0 15px 0;
  font-size: 12px;
}


/*		########## 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 {
  margin: 5px 0 15px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px dashed #000000;
}



/*		######## Start Produktinfo-Seite ########			*/


.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 #9f625e;
  background: #eec9c6;
}

.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 {
  clear: both;
  width: 720px;
  border: 1px solid #cccccc;
  padding: 5px;
  margin: 0;
}

.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: 10px; overflow: hidden; float: left;}

.subcat {
  width: 180px;
  height: 100px;
  overflow: hidden;
  text-align: center;
  float: left;
}

.subcat a {
  width: 180px;
  height: 20px;
  background: #ffffff; 
  font-weight: bold;
}

.subcat a:hover {background: #f9fafa; color: #585757; text-decoration: underline; font-weight: bold;}


/*		######## Ende Categorie-Listing ########			*/


/*		######## Start Bewertungen ########			*/


.reviewsbox {
  padding: 5px;
  background: #eec9c6;
  border: 1px solid #9f625e;
  margin: 0 0 10px 0;
}

.reviewsboxinfo {
  padding: 5px;
  background: #F5F5F5;
  border: 1px solid #C0C0C0;
  margin: 0 0 10px 0;
  font-size: 10px;
}


/*		######## Ende Bewertungen ########			*/


/*		########## Ueberschriften ##########		*/

.h1topic {
  color: #101010;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 0 5px 0;
  margin: 0 0 10px 0;
  border-bottom: 0px solid #ae6d68;
}

.h2topic {
  font-size: 12px;
  margin: 0 0 10px 0;
  padding: 0;
}

.h2topiclist {
  font-size: 11px;
  margin: 0;
  padding: 2px 5px 5px 0;
  overflow: hidden;
}

.h2topiclist a {color: #5c5c5c;}


/*		########## Diverses ##########		*/

.boxproductlisting {
  width: 720px;
}

.boxproductlisting_default {
  width: 150px;
  margin: 15px 7px;
  border: 1px solid #E1E1E1;
}

.boxlistingpic {
  width: 130px;
}

.boxproductdescription {
  width: auto;
}


.boxprice {
  width: auto;
  font-size: 15px;
  color: #101010;
  text-align: right;
}

.pricebox {
  width: 150px;
  height: 100%;
  float: right;
  font-size: 15px;
  color: #101010;
  text-align: right;
}

.pprice {
  font-size: 15px;
  color: #101010;
  font-weight: bold;
}

.vpeinfo {
  font-size: 10px;
}

.taxinfosmall {
  font-size: 9px;
  text-align: right;
  padding: 4px 5px 0 0;
}

.listabstand {
  float: left;
  width: 12px;
  overflow: hidden;
}

.listabstandfirst {
  float: left;
  width: 4px;
  overflow: hidden;
}

.headmessage {
  border: 2px solid #FF0000;
  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 #4881c0;
  font-weight: bold;
  background: #9f625e;
  color: #ffffff;
  padding: 2px 0 2px 0;
}

.histsub {
  font-size: 11px;
}

.historyinvoice {
  width: 270px;
  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 #9f625e;
  padding: 3px;
  text-align: center;
}

.littleaddress {
  font-size: 11px;
  border: 1px solid #9f625e;
  padding: 3px;
  margin: 2px 0 5px 23px;
}


.checkoutbox {
  width: 133px;
  padding: 4px 2px 4px 2px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin: 0 0 0 5px;
  background: #cccccc;
  font-size: 10px;
}

.checkoutboxa {
  width: 133px;
  padding: 4px 2px 4px 2px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin: 0 0 0 5px;
  background: #9f625e;
  font-size: 10px;
  color: #ffffff;
}


.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: #6584a2;
}

.confirmationbox {
  border: 1px solid #cccccc;
  padding: 4px;
  font-size: 11px;
}

.navigator {font-size: 11px;}

.productpricebox {
  width: 500px;
  float: right;
  text-align: right;
}

.productinfo {
  width: 250px;
  float: left;
  text-align: left;
}

.productprice {
  width: 250px;
  float: right;
  text-align: right;
}

.ppics {
  width: 210px;
  float: left;
  text-align: center;
  padding: 0 0 0 0;
}

.pinfooptions {
  padding: 2px;
  background: #9f625e;
  text-align: right;
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
}

.headinggreen {
  padding: 4px;
  background: #9f625e;
  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 #834b47;
  background: #ae6d68;
  color: #ffffff;
}

.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;
}

/*		########## Menu ##########		*/
ul.navilist { list-style-type:none; margin:0 0 0 4px;padding:0px;}
li.maincat {padding:0px; margin: 0;}

 /*		##########Hauptkategorie ##########		*/
.maincat { list-style-type:none; margin: 0; padding: 0; border-bottom: ;}
.maincat a {font-size: 12px; color:#101010; display: block; background: ; width: 165px; height: 20px; padding: 6px 0 0 15px; background-image: url(img/mnormal.jpg); }
.maincat a:hover{font-weight: bold; text-decoration: none; background-image: url(img/mhover.jpg); color: #101010;}
.maincat a.gewaehlt{font-weight: bold; background-image: url(img/); color: #101010;}
.maincat a.gewaehlt:hover{background-image: url(img/); color:#101010;}


 /*		##########Unterkategorie 1 Ebene  ##########		*/

.subcatlevel1 {margin: 0; padding: 0; border-bottom: ;}
.subcatlevel1 a {font-size: 12px; color:#101010; display: block; background: ; width: 180px; height: 20px; padding-top: 3px; background-image: url(img/); margin: 0 0 0 30px;}
.subcatlevel1 a:hover{font-weight: bold; text-decoration: none; background-image: url(img/); color: #101010;}
.subcatlevel1 a.gewaehlt{font-weight: bold; background-image: url(img/); color: #101010;}
.subcatlevel1 a.gewaehlt:hover{background-image: url(img/); color:#101010;}


/*		##########Unterkategorie 2 Ebene  ##########		*/
.subcatlevel2 {margin: 0; padding: 0; border-bottom: ;}
.subcatlevel2 a {font-size: 12px; color:#101010; display: block; background: ; width: 180px; height: 20px; padding-top: 3px; background-image: url(img/); margin: 0 0 0 45px;}
.subcatlevel2 a:hover{font-weight: bold; text-decoration: none; background-image: url(img/); color: #101010;}
.subcatlevel2 a.gewaehlt{font-weight: bold; background-image: url(img/); color: #101010;}
.subcatlevel2 a.gewaehlt:hover{background-image: url(img/); color:#101010;}


/*		##########Unterkategorie 3 Ebene  ##########		*/
.subcatlevel3 {margin: 0; padding: 0; border-bottom: ;}
.subcatlevel3 a {font-size: 12px; color:#101010; display: block; background: ; width: 180px; height: 20px; padding-top: 3px; background-image: url(img/); margin: 0 0 0 60px;}
.subcatlevel3 a:hover{font-weight: bold; text-decoration: none; background-image: url(img/); color: #101010;}
.subcatlevel3 a.gewaehlt{font-weight: bold; background-image: url(img/); color: #101010;}
.subcatlevel3 a.gewaehlt:hover{background-image: url(img/); color:#101010;}

/* ################Popup-Warenkorb############### */

#popCart {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 560px;
	margin: -150px 0 0 -280px;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	z-index: 100000;
	display: none;
	padding: 10px 10px 25px 10px;;
}

.popup_header {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.0em;
	text-align: center;
	vertical-align:bottom;
	padding: 3px 10px;
	border: 1px solid #ccc;
	margin: 0px auto;
	width: 380px;
}

.popup_image {
      background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: #000;
	margin: 10px auto;
	padding: 5px;
}

#mycart {
	margin: 0px auto;
	height: 42px;
	width: 320px;
}

.cart_symbol {
	height: 42px;
	width: 48px;
	float: left;
	background-position: left;
	background-repeat: no-repeat;
}
.cart_contents {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	text-align: left;
	color: #000;
	height: 42px;
	float: right;
}

#pop_buttons_box {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.0em;
	text-align: center;
	width: 560px;
	height: 28px;
	vertical-align:bottom;
	margin: 10px auto 0 auto;
}

#pop_buttons_box a {
	color: #000;
	text-decoration: none;
}
#pop_buttons_box a:hover {
	color: #484848;
	text-decoration: none;
}

.close_button {
	float: left;
	width: 160px;
	border: 1px solid #000;
}
.cart_button {
	float: right;
	width: 160px;
	border: 1px solid #000;
}


/* #################### Wunschliste #####################*/

.wl_border	{border-top:1px solid #dddddd; margin-top:5px;}
.wl_checkbox {padding-bottom:5px;}
.wl_name	 {padding-left:0px; font-weight:bold;}
.wl_desc	 {padding-right:3px;padding-top:3px;}
.wl_price	 {font-weight:bold;}
.wl_box		{margin-bottom:5px;}
.wl_searchbox	{background-color:#f2f2f2;}
.wl_resultheader	{background-color:#dddddd; padding:2px;}
.wl_resultcontent	{background-color:#f9f9f9;}
.wl_resultcontent2	{background-color:#ffffff;}

/* LEXIKON */
.lexikon_keyword {font-family: Verdana, Arial, sans-serif;font-size: 12px;color: #000000;}

/* ADDTHIS */
#addthis {
  float: right;
}

/* KOMFORTABLER WARENKORB */
.plus {
display: block;
background-image: url(img/plus.gif);
background-repeat: no-repeat;
width: 11px;
height: 13px;
border: 0px;
font-size: 0px;
cursor: pointer;
}

.minus {
display: block;
background-image: url(img/minus.gif);
background-repeat: no-repeat;
width: 11px;
height: 13px;
border: 0px;
font-size: 0px;
cursor: pointer;
}

.alter {
display: block;
background-image: url(img/alter.gif);
background-repeat: no-repeat;
width: 11px;
height: 13px;
border: 0px;
font-size: 0px;
cursor: pointer;
}

.delete {
display: block;
background-image: url(img/delete.gif);
background-repeat: no-repeat;
width: 19px;
height: 22px;
border: 0px;
font-size: 0px;
cursor: pointer;
}







