/***********************************
 *
 * - small_pink_button (width: , height: 25px )
 * - small_white_button (width: , height: 25px );
 *
 **********************************/
 
 /**** Global: Small Button ******/
 .fe_sb {
	position: relative;
	display: inline;		
	float: right;
	padding: 5px 3px;
	height: 15px;
	margin: 0 5px;	
	font-weight: 800;
	cursor: pointer;
	line-height:14px;
 }
 
 .fe_sb.inactive {
 	color: #888;	
 }
 
 .fe_sb.row {
    margin: 0 10px;
 }
 
 .fe_sb .left {
    position: absolute;	
	 top: 0;
	 left: -5px;	
	 width: 5px;	
	 height: 25px;
  }
  
 .fe_sb .right {
    position: absolute;	
	 top: 0;
	 right: -5px;	
	 width:  5px;
	 height: 25px;
  }
  
  .fe_sb a {
  		text-decoration: none;
		color: #fff;
  }

/************ small pink button *****************************/

.fe_sb_pink {
	background: url(../bilder/buttons/s_pink_bg.png) repeat-x 0 0;	
	color: #fff;
	height: 15px;
	/*padding: 2px 3px 8px 3px;*/
	line-height: normal;
	/*text-transform: uppercase;*/
}

.fe_sb_pink .left {		
	 background: url(../bilder/buttons/s_pink_left.png) no-repeat 0 0;
}

.fe_sb_pink .right {		
	 background: url(../bilder/buttons/s_pink_right.png) no-repeat 0 0; 
}

/************* small white buttton ************************/

 .fe_sb_white {
	background: url(../bilder/buttons/s_white_bg.png) repeat-x 0 0;	
	color: #7f0c5a;
	text-transform: uppercase;
	height: 10px;
	padding: 4px 3px 6px 3px;
}

 .fe_sb_white  .left {
 	 background: url(../bilder/buttons/s_white_left.png) no-repeat 0 0;
 }
 
 .fe_sb_white  .right {
 	 background: url(../bilder/buttons/s_white_right.png) no-repeat 0 0;
 }
 

