.rubric_tabs{
    height: 30px;
}
.rubric_tab_active{
    float: left;
    background: url(../images/rubric_tab.png) repeat-x;
    width: 113px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.rubric_tab_deactive{
    float: left;
    width: 113px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.rubric_tab_deactive a{
    color: black;
    text-decoration: none;
}
.rubric_tab_deactive a:visited{
    color: black;
}
.rubric_datestamp{
    font-size: 11px;
    color: #1C61A8;
    margin-top: 25px;
}
.rubric_title{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}
.rubric_text{
    font-size: 14px;
    color: #666666;
    overflow-x: hidden;
}
.rubric_contact{
    font-size: 14px;
    color: #666666;
}
.rubric_bottom{
    /*border-bottom: 1px solid #adadad;
     height: 30px; */
}
.rubric_price{
    font-size: 14px;
    font-weight: bold;
    color: #336666;
    float: right;
    margin-top: 12px;
}
.adv-line{
	background:#adadad;
	height:1px;
	float:left;
	width:100%;
	margin:5px 0;
}
#contacts a {
    color: white;
}

#paginator{
	text-align:center;
	height: 30px;
	float:left;
	margin-top:10px;
}
#paginator div{
	display: inline;
}
#paginator div a{
	display:inline-block;
	width: 21px;
	height: 21px;
	color: #666666;
	line-height: 21px;
	text-decoration: none;
}
#paginator div a:visited{
	color: #666666;
}
#paginator div a.active, #paginator div a:hover{
	background: url(../images/paginator_ground.png) no-repeat;
	color: white;
}

/* add */
.w290{
	width:342px;
}
textarea.w290{
	height:100px;
}
.right-adv{
    margin-left: 100px;   
    margin-bottom: 23px; 
}
select{
    width: 300px;
    margin-bottom: 9px;
    background-position: center right;
    background-repeat: no-repeat;
}
.left-adv{
    width:90px;
    float: left;
	padding-right:10px;
    font-size: 12px;
}
#add_div{
    padding: 10px 12px;
}
.auto .right-adv input{
	width:342px;
}
#other-model,
#other-mark{
	display:none;
}
.form-row{
	float:left;
	width:100%;
}
#other-model{
	float:none;
	margin-left:232px;
}
.form-row input[type="text"]{
	width:218px;
}
/*.form-param select{
	height:22px;
}*/
.form-param input[type="text"]{
	width:210px;
	height:16px;
}


button,
#add_div input,
#add_div select,
#add_div textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
#add_div input {
  *overflow: visible;
  line-height: normal;
}
*:focus,
*:active {
    outline: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
#add_div input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

label,
#add_div input,
#add_div button,
#add_div select,
#add_div textarea {
  font-size: 14px;
  font-weight: normal;
}

#add_div input,
button,
#add_div select,
#add_div textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}



#add_div select,
#add_div textarea,
#add_div input[type="text"],
#add_div input[type="password"],
#add_div input[type="email"],
.uneditable-input {
  display: inline-block;
  /*height: 20px;*/
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}



#add_div textarea {
  height: auto;
}

#add_div textarea,
#add_div input[type="text"],
#add_div input[type="email"],
#add_div input[type="password"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -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;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

#add_div textarea:focus,
#add_div input[type="text"]:focus,
#add_div input[type="email"]:focus,
#add_div input[type="password"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

#add_div input[type="radio"],
#add_div input[type="checkbox"] {
  margin: 0 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

#add_div input[type="submit"],
#add_div input[type="radio"],
#add_div input[type="checkbox"] {
  width: auto;
}

#add_div select{
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}

#add_div select {
  width: 224px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

#add_div select[multiple],
#add_div select[size] {
  height: auto;
}

#add_div select:focus,
#add_div input[type="radio"]:focus,
#add_div input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.auto input[type="text"]{
	height:20px;
	margin-bottom:0;
}
.form-param,
.form-params{
	overflow:visible;
}
.form-params{
	padding-bottom:0;
}
#other-mark input,
#other-model input,
#add_div select[name="model"],
#add_div select[name="mark"]{
	margin-bottom:0 !important;
}