.navbar
{
}  

.mainDiv
{
  width:450px;
}

.topItem
{
  font: 11px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("http://www.azdesign.ws/panel/menu/2.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  width: 250px;
  height: 30px;
  line-height:22.9px;
  color: #e90f19;
  cursor:pointer;
  text-indent:15px;

}

.topItemOver
{
  text-indent:15px;
  font: 11px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("http://www.azdesign.ws/panel/menu/1.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 30px;
  width: 250px;
  line-height:22.9px;
  color: #a8a8a8;
  cursor:pointer;

}

.topItemClose
{
  text-indent:15px;
  font: 11px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("http://www.azdesign.ws/panel/menu/1.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 30px;
  width: 250px;
  line-height:22.9px;
  color: #000000;
  cursor:pointer;
}

.topItemCloseOver
{
  text-indent:15px;
  font: 11px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("http://www.azdesign.ws/panel/menu/2.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 30px;
  line-height:22.9px;
  width: 250px;
  color: #a8a8a8;
  cursor:pointer;
}



.dropMenu
{
  font: 11px tahoma,verdana,sans-serif;	
  background-color:#FFFFFF;
  color: #000;
  width:250px;
  border: 0px solid #fff;
  border-width: 0 0px 3px 0px;
  filter:alpha(opacity=100);
  padding-top:0px;
  padding-bottom:0px;
}


.subMenu
{
   display:block;
}

.subItem
{
   margin-top:2px;
   margin-left:20px;
  width: 500px;
  height: 30px;
   font: 12px tahoma,verdana,sans-serif;	
   text-decoration:none;
   color: #000000;
    border: 0px solid #ff0000;
}

.subItem a
{
   margin-top:2px;
   margin-left:20px;
  width: 500px;
  height: 30px;
   font: 12px tahoma,verdana,sans-serif;	 	
   text-decoration:none;
   color: #000000;
}

.subItemOver
{
   margin-left:20px;
   margin-top:2px;
  width: 500px;
  height: 30px;
  font: 12px tahoma,verdana,sans-serif;	  
   color: #404040;
}

.subItemOver  a {
   margin-top:2px;
   margin-left:20px;
   font: 12px tahoma,verdana,sans-serif;
   cursor:pointer;	
  width: 500px;
  height: 30px;
   color: #404040;
   text-decoration:underline;
   cursor:pointer;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;

}




/* 2 kataloq */


.kataloq_body {
	float: left;
	min-height:68px;
	height: auto;
	width:580px;
	background:none;
	border: 0px solid #dddddd ;
}
.kataloq_bir {
	float: left;
	min-height:68px;
	height: auto;
	width:250px;
	background:none;
	border: 0px solid #dddddd ;
}

.kataloq_iki {
	float: left;
	height: auto;
	width:250px;
	background:none;
	border: 0px solid #dddddd ;
}


.space {
	float: left;
	height:50px;
	width:100%;
	background: none;
	text-align: left;
	border:0px solid #f00;
}



/* FORM */


form {
  margin: 0 0 18px;
  height: auto;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
 


input,
textarea,
select,
selected,
.devet-status  {
  display: inline-block;
  width: auto;
  min-height: 20px;
  height: auto;
  padding: 4px;
  margin-bottom: 0px;
  margin-left: 5px;
  font-size: 13px;
  line-height:19.9px;
  color: #555555;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}



input,
textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
  

input:focus,
textareaa:focus {
  border-color: rgba(110, 8, 136, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(110, 8, 136, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(110, 8, 136, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(110, 8, 136, 0.6);
  outline: 0;
  /* IE6-9 */
} 

