
/* root element for tabs  */
ul.tabs { 
	list-style: none; 
	margin: 0; 
	padding: 0;	
	height: 214px; 
	background: url(/i/tabs/tab_fon.gif) left bottom no-repeat;
}

/* single tab */
ul.tabs li { 
	float: left;	 
	text-indent: 0;
	padding: 0;
	margin: 0;
	list-style-image: none; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	display: block;
	height: 44px;  
	width: 111px;	
	text-decoration: none;
	padding: 170px 0 0 65px;
	margin: 0px;
  background-position: 0 0;
  background-repeat: no-repeat;	
  color: #989797;	
  font-family: arial;
  font-weight: bold;
  font-size: 21px;
  /*border: 1px solid red;*/
}

ul.tabs a span{
  border-bottom: 1px dashed #989797;	
}

ul.tabs a:active {
	outline:none;	
  background-position: -176px 0;	
  color: #690003;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -176px 0;
	color: #690003;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {		
	cursor:default !important; 
	background-position: -176px 0;
	color: #690003;
}

/* -- */

ul.tabs li.design a{
  background-image: url(/i/tabs/tab_01.gif); 
  width: 160px;
  padding-left: 68px;
} 

ul.tabs li.design a:active,
ul.tabs li.design a.current, 
ul.tabs li.design a.current:hover, 
ul.tabs li.design.current a{
  background-position: -231px 0;
}

ul.tabs li.design a:hover{
  background-position: -462px 0;
}

ul.tabs li.proizv a{
  background-image: url(/i/tabs/tab_02.gif); 
  width: 168px;
  padding-left: 60px;
} 

ul.tabs li.proizv a:active,
ul.tabs li.proizv a.current, 
ul.tabs li.proizv a.current:hover, 
ul.tabs li.proizv.current a{
  background-position: -228px 0;
}

ul.tabs li.proizv a:hover{
  background-position: -456px 0;
}

ul.tabs li.instal a{
  background-image: url(/i/tabs/tab_03.gif); 
  width: 168px;
  padding-left: 65px;
} 

ul.tabs li.instal a:active,
ul.tabs li.instal a.current, 
ul.tabs li.instal a.current:hover, 
ul.tabs li.instal.current a{
  background-position: -233px 0;
}

ul.tabs li.instal a:hover{
  background-position: -466px 0;
}

ul.tabs a.current span,
ul.tabs a:hover span,
ul.tabs a:active span{
  border-bottom: 1px dashed #690003;
}

/* -- */

div.panes_cont{
  margin: 0 0 15px 0;
  background: url(/i/tabs/tab_c.gif) 0 0 repeat-y;
  width: 696px; 
  /*border: 1px solid red;*/
}

div.panes{
  margin: 0;
  background: url(/i/tabs/tab_b.gif) 0 100% no-repeat;
  width: 696px; 
}

/* initially all panes are hidden */ 
div.panes div.pane {
	display: none;		
}

/* tab pane styling */
div.panes div {
	display: none;		
	padding: 25px 30px 10px 30px;
}


