*{
  margin: 0;
  padding: 0;
}
.clear{
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 1px;
}
body{
  font-family: Tahoma, Verdana;
  font-size: 11px;
  color: #999999;
  background-color: #F5F5F5;
}

a{
	color: #86A432;
    font-size: 11px;
    text-decoration:underline;
}
.m1 a{color:#A33600}
.m2 a{color:#FF9D03}

a:hover{
	text-decoration: none;
	color: #757575;
}
#main a:visited{
    color: #576F11;
}
.m1 #main a:visited{color:#CB6E28}
.m2 #main a:visited{color:#873B00}

h1,h2,h3,h4,h5{
	font-family: Tahoma, Verdana;
	margin-bottom: 3px;
}
h1,
h1 a{
	font-size: 18px;
    color: #000;
	font-weight: normal;
}
.m1 h1,.m1 h1 a{color: #A13600;}
.m2 h1,.m2 h1 a{color: #FD9E04;}

h1.super,
h1.super a{
    font-size: 20px;
    color: #53758F;
}

h2,
h2 a{
	font-size: 14px;
    color: #485606;
}
.m1 h2,.m1 h2 a{color: #000;}
.m2 h2,.m2 h2 a{color: #000;}

h3,
h3 a{
	font-size: 13px;
    color: #888;
}
h4{
    font-size: 14px;
    color: #96AF30;
	text-align: center;
	border-bottom: 1px solid #96AF30;
	padding-top: 3px;
}
.m1 h4{color:#D76E01;border-color:#D76E01}
.m2 h4{color:#F09006;border-color:#F09006}


h5,
h5 a{
	font-size: 12px;
    color: #485606;
	margin-top: 5px;
}
.m1 h5,.m1 h5 a{color: #000;}
.m2 h5,.m2 h5 a{color: #000;}
p{
	padding: 5px 0px;
}

a.more{
  color: #5E87C5;
  font-weight: bold;
  font-size: 11px;
  float: right;
}
ul{
    list-style: none outside;
	margin:5px 0;
    cursor: default;
}
ul li{
	margin-left:0;
	padding-left: 12px;
	background: url(../../images/pub/lidot.gif) left 5px no-repeat;
}
ol{
  padding-left: 20px;
}

ol li{
  padding: 0;
}
a img{
	border:0;
}
blockquote{
  background-color: #FCF4C3;
  color: #000;
  padding: 10px 10px 10px 60px;
  border-left: 10px solid #B5CF4A;
  font-size: 13px;
}
.m1 blockquote{background-color:#FFF0CF;border-color:#FD9404}
.m2 blockquote{background-color:#FFF0CF;border-color:#FFC001}

div.pages {
	background:#FCF4C3 url(../../images/pub/rightpages.gif) no-repeat right top;
	padding-right:5px;
}
ul.pages{
  list-style: none outside;
  margin: 5px auto;
	background:#FCF4C3 url(../../images/pub/leftpages.gif) no-repeat left top;
	height:14px;
	padding:4px 0;
	text-align:center;
}
.m1 div.pages,.m1 ul.pages{background-color:#FFF0CF}
.m2 div.pages,.m2 ul.pages{background-color:#EFEFEF}


ul.pages li{
  display: inline;
  margin: 0 2px;
  padding: 0;
  background-image: none;
}
ul.pages li a{
  font-weight: normal;
  padding: 0 4px;
  color: #000;
}
ul.pages li.next a,
ul.pages li.prev a{
  font-size: 1px;
  text-decoration: none;
  padding: 9px 7px 3px 6px;
  background: url(../../images/pub/next.gif) top left no-repeat;
}
ul.pages li.prev a{ 
  background: url(../../images/pub/prev.gif) top left no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
  ul.pages li.next a {padding: 2px 7px 1px 6px;}
  ul.pages li.prev a {padding: 2px 7px 1px 6px;}
}
.m1 ul.pages li.next a,.m1 ul.pages li.prev a{background-position: left -14px}
.m2 ul.pages li.next a,.m2 ul.pages li.prev a{background-position: left -28px}

ul.pages li a.act{
  text-decoration: none;
  background: url(../../images/pub/actpage.gif)
}


ul.pages2{
  list-style: none outside;
  text-align: center;
  padding: 2px 0;
  border-bottom: 1px solid #FAE98F;
  margin-bottom: 0;
}
ul.bot{
  margin-top: 0;
  border-bottom: none;
  border-top: 1px solid #FAE98F;
  padding-top: 0;
}

#main ul.pages2 li{
  display: inline;
  padding-left: 0;
  background: none;
}
ul.pages2 li a{
  font-weight: normal;
  padding: 2px;
  font-size: 10px;
}
ul.bot li a{
  padding: 2px 0;
}

ul.pages2 li a.act{
  color: #7E928F;
  text-decoration: none;
  font-weight: bold;
 /* background: url(../../images/archl.gif) #FAE98F left top no-repeat;*/
  background-color: #FAE98F;
}


table{
	font-family:Tahoma;
	border-collapse: collapse;
   /* margin: 10px auto; */
}
table th{
  padding: 6px;
  background-color: #FCF4C3;
  color: #000;
  font-weight: bold;
  border: 1px solid #FFEA8F;
}

table td{
	vertical-align:top;
    padding: 5px;
    color: #888;
    border: 1px solid #FFEA8F;
    background-color: #fff;
}
.m1 table th{background-color:#FFF0CF;border-color:#FFF0CF}
.m2 table th{background-color:#FFF0CF;border-color:#FFF0CF}


table.picture{
  background-color: transparent;
  margin-right: 10px;
}
table.picture td{
  padding: 0;
  border: 0 none;
  background-color: transparent;
}
table.picture td img.zoom{
  margin-top: -12px;
  /*margin-right: 0;*/
  z-index: 10;
  position: relative;
}
table.picture td img.zoom { margin-top /*\**/: -10px\9 }          /*IE8 + IE7*/
table.picture td img.zoom {*margin-top: -12px; }                   /*IE7 only*/

div.round{
  background-color: brown;
  min-height: 100px;
  position: relative;
  _display:inline-block;
  padding: 5px;
}
div.br,
div.bl,
div.tr,
div.tl{
  position: absolute;
  width: 5px;
  height: 6px;
  font-size: 1px;
}
div.br{
  background-image: url(../../images/pub/br.gif);
  bottom: 0;
  right: 0;
}
div.bl{
  background-image: url(../../images/pub/bl.gif);
  bottom: 0;
  left: 0;
}
div.tr{
  background-image: url(../../images/pub/tr.gif);
  top: 0;
  right: 0;
}
div.tl{
  background-image: url(../../images/pub/tl.gif);
  top: 0;
  left: 0;
}
/* 88888888888888888888888888888888888 */
#over,
#over2{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
  width: 100%;
  height: 892px;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  z-index: 2000;
}
#conteinerimg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
}
#conteinerimg div p{
  color:#fff;
  text-align:center;
}
#inside{
  padding: 10px;
}
#inside img{
  cursor: pointer;
  border: 1px solid #CCF;
}
/* 88888888888888888888888888888888888 */

#conteiner{
  width: 980px;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px;
}
/* 8888888888888888888888888888888888 */
#head{
  width: 978px;
  height: 178px;
  position: relative;
  background: url(../../images/pub/headbk.jpg) left top no-repeat;
}
.m1 #head{background-image:url(../../images/pub/headbk2.jpg)}
.m2 #head{background-image:url(../../images/pub/headbk3.jpg)}

#logo{
  position: absolute;
  top: 10px;
  left: 20px;
}

/* 8888888888888888888888888888 */
#left{
  float: left;
  width: 240px;
  padding-top: 10px;
}

/* 999999999999999999999999999 */
#main{
 /* margin: 0 245px 0 240px; */
  padding: 10px;
  width: 460px;
  float: left
}
/* 88888888888888888888888888 */
#right{
  float: right;
  width: 238px;
  padding-top: 10px;
}
/* 88888888888888888888888888 */
.foot{
  padding-bottom: 30px;
  clear: both;
  position: relative;
  border-top: 2px solid #B7CE48;
}
.m1 .foot{border-top: 1px dotted #000;}
.m2 .foot{border-color: #FF9E05;}

.foot #back{
  position: absolute;
  right: 0;
  top: 10px;
}
.foot .fblock{
  float: left;
  margin: 20px 0 10px 30px;
  width: 200px;
}
.foot ul{
  width: auto;
}

.foot li{
  display: inline;
  margin: 0 4px;
}
.foot li,
.foot li a{
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
}
.foot form{
  width: 520px;
  height: 50px;
  margin: 0 auto;
  padding-top: 10px;
}
.foot form td{
  padding: 2px;
}
input{
  font-size: 12px;
  border: 1px solid #888;
}
#search{
  margin: 10px auto;
}
.foot #contacts{
  width: 180px;
  position: absolute;
  top: 20px;
  left: 30px;
  padding-bottom: 10px;
}
.foot form table.seek{
  margin: 0 0 -10px 20px;
  display: inline;
}
table.seek td{
  border: 0 none;
}

.foot form img{
  margin: 0 3px -5px 20px;
}
.foot form td img{
  margin-top: 0;
}
.foot #copy{
  width: 150px;
  position: absolute;
  top: 20px;
  right: 30px
}
/*******/
input.but{
  width: auto;
  border: none;
 /* padding: 3px 5px 3px 5px; */
  float: left;
}
table.but{
  height: 17px;
 /* width: 1px;*/
  text-align: center;
}
table.but a{
  margin-top: -2px;
  display: block;
}

table.but td{
  padding: 0;
  border: 0 none;
  font-size: 12px;
  background-color: #F7E603;
}
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
table.but td{padding:1px 0;}
}

table.but input{
  margin: 0;
  width: auto;
  border: 0 none;
  font-size: 12px;
  color: #000;
  overflow: visible;
  cursor: pointer;
  background-color: #F7E603;
} 
table.but td.red{
  color: #fff;
  vertical-align: middle;
}
table.but td.red a{
  color: #fff;
} 
table.but td.ll{
  width: 5px;
  background-image: url(../../images/pub/lbut.png);
}
table.but td.rr{
  width: 5px;
  background-image: url(../../images/pub/rbut.png);
} 
.m1 table.but input,
.m1 table.but td{
  background-color: #D76E02;
  color: #fff; 
}
.m2 table.but input,
.m2 table.but td{
  background-color: #FF9E05;
  color: #666; 
}
/* ************************ */ 
.topbans{
  padding: 20px 0 0 200px;
}
.m1 .topbans{padding-left:250px}
.m2 .topbans{padding-left:250px}

.mag{
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  background-color: #bbb;
  color: #fff;
}
div.adv{
  background-color:#FFF1D0;
  padding-top: 2px;
}

/**main**/
.item {
margin:5px 0;
height:100%;
overflow: hidden;
}
.item img{
  margin-right: 3px;
}

.item p{
  padding: 0;
}
.item h5{
  margin: 0;
}
.pre table{
  clear: both; 
  _margin-top: -5px;
}
*+html .pre table{
  margin-top: -5px;
}
*+html .pre table.seek,*+html .pre table.but{
  margin-top: 0;
}
.pre table.seek,.pre table.but{
  _margin-top: 0;
}

.pre table.adv td{
  width: 122px;
  border: 0 none;
  background-color: #FFF1D0;
  text-align: center;
}
.pre table.seek td{
  width: auto;
  border: 0 none;
  text-align: center;
}
.pre td p{
  color:#DE2C06;
font-size:10px;
font-weight:bold;
padding:0;
}
.pre td p span {
color:#ADA3A1;
font-weight:normal;
}
.pre td strong{
  color:#567393;
}
.pre td a{
  text-decoration: none;   
}

#links{  
  margin-top: 5px;
  overflow: auto;
} 
#links a{
  font-size: 11px;
  color: #000;
} 
#links p{
	position: relative;
	z-index: 1;
  float: left;
  padding: 3px 20px 3px 12px;
  margin: 11px 0 0 -8px;
  background: url(../../images/pub/links_p.gif) right top no-repeat;
}
#links p.adv{  
	margin: 0;
  background: url(../../images/pub/adv.gif) right top no-repeat;
  padding: 5px 30px 5px 20px;
  height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  z-index: 2;
}

span.alink{
  float: right;
  background: url(../../images/linkbackl.gif) left top no-repeat;
  padding: 2px 0 3px 6px;
}

span.alink a{
  background: url(../../images/linkbackr.gif) #F9E891 right top no-repeat;
  padding: 2px 5px 3px 2px;
  text-decoration: none;
}

.adv_mag .dsc{;
  overflow: auto;
  height: 100%;
  padding-left: 5px;
}
.down table.but,.down p{
  float: left;
  margin-right: 10px;
  padding: 0;
  color: #000;
}
.down table.but td{
  background-color: #B6CF4A;
}
.m1 .down table.but td{background-color: #FE9403}
.m2 .down table.but td{background-color: #FFC000}
.down table.but a span{
  color:#000;
}
div.head{
  border-bottom: 2px solid #FCF4C3;
  margin: 5px 0;
  width: 210px;
}
div.full{
  width: auto;
  clear: both;
}

div.head a{
  color: #D76E02;
} 
div.full a{
  color: #010000;
} 
table.head td{
  padding: 0 4px;
  background-color: #FCF4C3;
  border: 0 none;
  height: 20px;
  vertical-align: middle;
}
table.head td.red{
}
table.head td.tr{
  background-color: transparent;
}
table.head td.lh,
table.head td.rh{
  width: 5px;
  padding: 0;
}
table.head td.lh{
  background: #FCF4C3 url(../../images/pub/tabheadlft.gif) top left no-repeat;
}
table.head td.rh{
  background: #FCF4C3 url(../../images/pub/tabheadrgt.gif) top right no-repeat;
}
.m1 div.head{border-color:#FFF0CF} 
.m2 div.head{border-color:#FFC000} 

.m1 table.head td{background-color:#FFF0CF}
.m2 table.head td{background-color:#FFC000}

.m1 div.full a{color:#740001}
.m2 div.full a{color:#000}

table#arch td{
  border: 0 none;
}

form.category input {
background:url(../../images/pub/go.gif) no-repeat left top;
border: 0 none;
height:18px;
width:29px;
}
.m1 form.category input{background-position: left -18px;}
.m2 form.category input{background-position: left -36px;}

.twoitems .item {
float:left;
margin:5px 20px 5px 0;
width:45%;
}


#years{
  width: 98%;
  margin-bottom: 20px;
}
#years td{
  padding:0;
  background-color: #FFF6BE;
  border: none 0;
}
#years tr.bot td{
  background-color: #fff;
}
#years tr.bot td.say{  
  background-color: #FFF6BE;
}
.m1 #years td{background-color:#FFF1D0}
.m1 #years tr.bot td.say{background-color:#FFF1D0}

.m2 #years td{background-color:#F0EFEF}
.m2 #years tr.bot td.say{background-color:#F0EFEF}

#years ul.pages{
	margin: 0; 
	background: none;
	margin-top: 8px;
	padding-right: 100px; 
}
p.zz{
  background: url(../../images/pub/lidot.gif) left 5px no-repeat;
  padding: 0 0 0 10px;
  float: left;
  margin: 12px 30px 0 20px;
  color: #000;
}


#show{
  width: 200px;
  height: 86px;
  background: url(../../images/pub/show.png) no-repeat;
  position: absolute;
  display: none;
}
#show h3{
	float: left;
	margin: 10px 10px 0 10px;
	_margin-left: 5px;
	color: #fff;
}
#show p{
  font-weight: bold;
  width: 118px;
  height: 32px;
  padding: 0;
  margin: 10px 0 0 60px;
  color: #000;
}
#show div{
  margin: 5px 0 0 10px;
}
#show div a{
  color: #000;
}

.m1 #show{background: url(../../images/pub/show2.png)}
.m2 #show{background: url(../../images/pub/show3.png)}




/* ===================== menu_top =================*/
#head ul { 
    position: absolute;
	border:0 none;
	height:30px;
	margin:0 auto;
	padding:0;
	z-index:800;
	width: 100%;
	text-align: center;
}
#head ul li {
  	background-image:none;
	border:1px none transparent;
	bottom:-8px;
   _bottom:-1px; 
	display:inline;
	margin-left:2px;
	padding:5px 10px 5px 10px;
	_padding:0;
	position:relative;
	z-index:300;
	zoom: 1;
}
*+html #head ul li{
   bottom:-1px;
}

#head ul li.act{
  background: url(http://www.autosuper.ru/images/pub/topact.gif) #936844 bottom center no-repeat;
}
#head ul li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)   */
   direction: ltr; 
}

#head ul ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 180px;
  list-style: none;
  display: none;
  position: absolute;
  top: 62px;
  left: 0px;
  z-index: 300;
  background-color: #E9EFA9;
  text-align: left;
}
#head ul ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
#head ul ul.sub li {
  margin: 0;
  float: left;
  display: block !important;
  display: inline;
  width: 168px;
  padding:0;
  bottom: auto; 
  background:url(http://www.autosuper.ru/images/pub/sublibk.gif) #E9EFA9 left bottom no-repeat ;
}
#head ul ul.sub2 li {
  margin: 0;
  float: left;
  display: block !important;
  display: inline;
  width: 158px;
  padding:0;
  bottom: auto; 
  background: none transparent;
}
#head ul a{
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  text-decoration: underline;
  cursor: pointer;
  color: #fff;
  background: url(http://www.autosuper.ru/images/pub/navdot.gif) left  center no-repeat;
  height: auto !important;
  height: 1%; /*For IE*/  
  _padding:5px 10px 5px 10px; 
}
#head ul a:hover{
  text-decoration: none;
  background:#936844 url(http://www.autosuper.ru/images/pub/topact.gif) no-repeat scroll center bottom;
}

#head ul li:hover li,
#head ul li.iehover li {
  margin-left:0px;
  border-bottom: none;
  padding: 0;
}

/* 2nd Menu */
#head ul ul.sub a{
  color: #57660B;  
}

#head ul li:hover ul.sub li a,
#head ul li.iehover ul.sub li a {
  float: none;
}
#head ul li:hover li a:hover,
#head ul li:hover li:hover a,
#head ul li.iehover li a:hover,
#head ul li.iehover li.iehover a {
  background-image: none;
}
#head ul ul.sub li a:hover{
    font-weight: bold;
}

#head ul li:hover ul ul,
#head ul li:hover ul ul ul,
#head ul li.iehover ul ul,
#head ul li.iehover ul ul ul {
  display: none; 
}
#head ul li:hover ul,
#head ul ul li:hover ul,
#head ul ul ul li:hover ul,
#head ul li.iehover ul,
#head ul ul li.iehover ul,
#head ul ul ul li.iehover ul {
  display: block;
}


ul.b1{
	background-color: #96AF30;
	bottom: 31px;
	left: 0;
}
.m1 ul.b1{background-color:#D76E02}
.m2 ul.b1{background-color:#FF9E05}


#head ul.b1 li{
  background: url(../../images/pub/topli.gif) left 6px no-repeat;
  _background-position: left 13px;
}
*+html #head ul.b1 li{
  background-position: left 13px;
}

ul.b2{
	background-color: #C1C43E;
	bottom: 0;
	left: 0;
}
.m1 ul.b2{background-color:#FC9403}
.m2 ul.b2{background-color:#FFC000}

#head ul.b1{
  height: 40px;
}

#head ul.b1 a{
  font-size: 18px;
}  

/* ==================end menu_top =================*/

/* ==================menu_left =================*/
#navi{
margin-top:0;
}
#navi p{
  padding: 4px 10px;
}

#navi .n1,
tr.head td.n1, p.n1{
  background-color: #EFBF2D;
}
#navi .n2,
tr.head td.n2, p.n2{
  background-color: #E37D1D;
}
#navi .n3,
tr.head td.n3, p.n3{
  background-color: #DC2E08;
}
#navi .n4,
tr.head td.n4, p.n4{
  background-color: #EFBF2D;
}
#navi .n5 a{
  color: #6c6c6c;
}
#navi .n6,
tr.head td.n6, p.n6{
  background-color: #6C6C6C;
}


#navi .nact{
  background-color: #F8E600;  
} 
#navi .ndef{
  background-color: #B5CF4A;  
}
#navi .nsuper{
  background-color: #FFC000;  
}
.m1 #navi .nact{background-color: #D76E00}
.m1 #navi .ndef{background-color: #FE9403}

.m2 #navi .nact{background-color: #D76E00}
.m2 #navi .ndef{background-color: #FF9E03}


p.n1, p.n2, p.n3, p.n4, p.n6{
	color: #fff;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
}
p.n5{
  padding-left: 10px;
}
#navi li{
  padding-left: 0;
  background-image: none;
  margin: 1px 0;
}

#navi li a{
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.m1 #navi li a,.m2 #navi li a{
  color: #fff;
}


#navi ul{
  margin: 0 0 0 20px;
}

#navi ul li{
	background: url(../../images/pub/navi2bk.gif) left top repeat-y;
	border-bottom: 1px solid #FDBA4D;
	padding: 3px 1px;
}                                             
.m1 #navi ul li{
	background:#FFF1D0 none;
	border-bottom:1px dotted #000;
	}
.m2 #navi ul li{
	background: #EDEDED none;
	border-color:#FDBA4D;
	}

#navi ul li a{
  padding: 0;
  font-size: 12px;
  color: #000;
  font-weight: normal;
}
.m1 #navi ul li a,.m2 #navi ul li a{
  color: #000;
}
#navi .sub li{
  padding-left: 10px;
}
#navi .sub li a{
  margin: 0;
}

#navi .sub2{
  margin-left: 0px;
}
#navi .sub2 li{
  display: inline;
  border-right: 1px solid #E37D1D;
  padding: 0 4px 0 2px;
}
#navi .sub2 li.last{
  border: none;
}
#navi ul.sub2 a{
  font-size: 10px;
  font-weight: normal;
  margin: 0;
}

/* ==================end menu_left =================*/

.pub_main_banner img{
	float: right;
}
#categ img{
  margin-left: 5px;
}

a.grey{
	margin-left: 3px;
}

.yel {
	background-color:#F9E891;
	margin-right:0;
	padding:12px 0 12px 12px;
	position:relative;
	width:96%;
}
img.comm {
	float:left;
	margin:0 5px -8px 0;
}
.item .right_images{
	float: right;
	width: 170px;
	margin-left: 5px;
}
.item .right_images table{
	margin-bottom: 5px;
}
/*88888888888888888888888888888888888*/
table.big td{
	padding:0;
	border: 0 none;
}
table.big table.picture{
	margin: 0 2px;
}
#gallery{
  height: 73px;
  background-color: #FFCC00;
  position: relative;
  padding: 5px 0 15px 0;
  width: 99%;
  margin: 0 auto;
}
#toleft,
#toright{
  padding: 48px 12px;
  position: absolute;
  top: 0;
  cursor: pointer;
}

#toleft{
  background: url(../../images/toleft.gif) left top no-repeat;
  left: -3px;
}
#toleft:hover{
  background-position: -25px top;
}
#toright{
  background: url(../../images/toright.gif) right top no-repeat;
  right: -3px;
}
#toright:hover{
  background-position: -1px top;
}
#gallery #over {
  height: 70px;
  width: 90%;
  margin: 0 0 0 21px;
  overflow: hidden;
	background-color:transparent;
	opacity: 1;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);

}
#gallery { height /*\**/: 86px\9 }          /*IE8 + IE7*/
#gallery{*height: 73px; }                   /*IE7 only*/

#photos{
  height: 100%;
  padding: 3px 0;
}
#photos img{
  margin: 0 3px;
  border: 1px solid #fff;
}
.item *{
_zoom: 1;
}


td.own,
div.own {
	background: url('../../images/news_own.gif') #FCF4C6 right top no-repeat;
	border-top: #F19800 solid 1px;
	padding: 2px;
}
#left div.own ,
#mainnavi div.own,
#main_news div.own  {
	padding-top: 8px;
}
