/*
 * Tabs
 */ 
  
  .tabs								{ background: url("../images/bg-tabs.gif") repeat-x bottom; height: 24px; margin-bottom:20px}
  .tabs li 							{ position: relative; float:left; border:1px solid #ccc; border-bottom: none; margin-right: 2px; background: #eee }
  .tabs a 							{ display: block; padding: 5px 10px }
  .tabs .on							{ padding-bottom:1px; background: #fff }
  .tabs em							{ color: #CC0000 }
  .attention						{ color: #CC0000; font-weight:700; position: absolute; right: 1px; top:0; font-size: 14px}
  .tabs .right						{ float: right }
  
  
/**
 * Rating
 */
 
  .rating							{list-style:none; margin: 0px; padding:0px; width: 80px; height: 15px; position: relative; background: url("../images/house_rating.gif") top left repeat-x}
  .rating li						{padding:0px; margin:0px; /*\*/float: left/* */}
  .rating li span					{display:block; width:16px; height: 15px; text-indent: -9000px; z-index: 20; position: absolute; padding: 0px}
  .rating span.one-star				{left: 0px}
  .rating span.two-stars			{left: 16px}
  .rating span.three-stars			{left: 32px}
  .rating span.four-stars			{left: 48px}	
  .rating span.five-stars			{left: 64px}
  .rating li.current-rating			{background: url(../images/house_rating.gif) left bottom; position: absolute; height: 15px; display: block; text-indent: -9000px; z-index: 0}
  

/**
 * Stage
 */
 
  .stage							{ list-style:none; margin: 0; padding:0px; width: 80px; height: 20px; overflow: hidden; position: relative; background: url(../images/stages.gif) left top repeat-x }
  form .stage						{ margin:10px 0 0 }
  .stage li							{ padding:0px; margin:0px; width:16px; height:20px;/*\*/display: inline/* */ }
  .stage li a,.stage li span		{ display:block; width:16px; height: 20px; line-height:20px; text-decoration: none; text-indent: -9000px; z-index: 20; position: absolute; padding: 0px; overflow:hidden	}
  .stage li a:hover					{ background: url(../images/stages.gif) left bottom; z-index: 2; left: 0px; border:none }
  .stage .one						{ left: 0px }
  .stage a.one:hover				{ width:16px }
  .stage .two						{ left:16px }
  .stage a.two:hover				{ width: 32px }
  .stage .three						{ left: 32px }
  .stage a.three:hover				{ width: 48px }
  .stage .four						{ left: 48px }
  .stage a.four:hover				{ width: 64px }
  .stage .five						{ left: 64px }
  .stage a.five:hover				{ width: 80px }
  .stage li.current-stage			{ background: url(../images/stages.gif) left 40px; position: absolute; height: 20px; display: block; text-indent: -9000px; z-index: 1 }
  .off li.current-stage				{ background: url(../images/stages.gif) left bottom; position: absolute; height: 20px; display: block; text-indent: -9000px; z-index: 1 }
  .stage a:active					{ outline: none }	
	
	  		
 
  .buttons							{ text-align: center; padding: 15px 0 0 }
  .buttons input					{ margin:0 5px }
