*{
    margin: 0;
	padding: 0;
}
img, a, html{
    border: 0;
	outline: none;
}
a{
    text-decoration: none;
	color: #fff;
}
li{
    list-style-position: inside;
}

html{
    overflow-y: scroll;
}


body{
    background: #2D3966 url(img/bg2.png) repeat-x;
	font: 12px Verdana, Arian, Tahoma, serif;
}
body, html{
    -height: 100%;
}

#wrapper{
    width: 970px;
	margin: 0 auto;
}

#sidebar{
	width: 170px;
	float: left;
	position:relative;
	margin-top:34px;
	/*background: #2C3767;
	border: solid 1px #227AFF;    */
}

#nav{
    list-style: none;
	position: relative;
	width: 190px;
    -width: 160px;
	height: 164px;
	float: left;
	padding: 10px;
	padding-top: 15px;
	background: url(img/nav2.png) no-repeat;
	-background: none;
}

#homeurl{
  padding-left: 10px;
  display: none;
}
#homeurl a{
  font: bold 14px Arial;
  text-decoration: underline;
}


#nav_ie6_bg{
  -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://katalog.jo-78.com/new/img/nav.png', sizingMethod='crop');
  	width: 210px;
	height: 179px;
	position: absolute;
	top: 0;
	left: 0;
}

#nav li.parent{
    list-style: none;
	float: left;
	clear: both;
	width: 160px;
	padding: 2px 0;
	margin-left: 10px;
    -margin-left: 5px;
}
#nav li{
    position: relative;
	z-index: 1;
}

#nav ul{
}
#nav ul li{
	color: #fff;
	float: left;
	clear: both;
	width: 170px;
	margin: 3px 0;
	padding-left: 14px;
}
#nav a.parent{
    font: bold 16px Arial;
}
#nav ul li a{
	font: 14px Arial;
}
#nav a:hover, #nav a.active{
	color: #747D97;
}

#logo{
    display: block;
	float: left;
	margin-right: 15px;
	margin-top: 25px;
	/*margin-left: 340px;
    -margin-left: 170px;*/
	width: 95px;
	height: 95px;
	background: url(img/logo.png) no-repeat;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/logo.png', sizingMethod='crop');
	text-indent: -9999px;
}
#title{
    font: 25px Arial;
	text-decoration: none;
	color: #E4EDF1;
	display: inline;
	float: left;
	width: 500px;
	margin: 55px 0 20px 20px;
}

.c:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clear{
    clear: both;
}

.c {
	display: inline-block;
}

html[xmlns] .c {
	display: block;
}

* html .c {
	zoom:1;
}

#content{
	float: right;
    width: 745px;
	position: relative;
}

#content_list{
    list-style: none;
}
#content_list li{
    display: inline;
	margin: 0 5px;
}
#content_list li img{
	width: 200px;
	padding-bottom: 10px;
}



#loading{
    width: 220px;
	height: 20px;
	padding-top: 2px;
	text-align: center;
	background: url(img/loadingbg.png) no-repeat;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/loadingbg.png', sizingMethod='crop');
	position: fixed;
	-position: absolute;
    right: 20px;
    bottom: 20px;
	-top: expression( ( -20 - loading.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	visibility: hidden;
	z-index: 20;
	zoom:1;
}

.paging a{
    display: inline-block;
	padding: 4px 2px 0px 0px;
	font: 14px Arial;
	width: 25px;
	height: 22px;
	text-align: center;
	cursor: pointer;
}
.paging a:hover, .paging a.active{
	background: url(img/paging.png) no-repeat;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/paging.png', sizingMethod='crop');
}
.paging{
    text-align: center;
	clear: both;
	zoom:1;
	background-color: transparent !important;
}

.items{

	margin: 10px 0;
    background: url(img/content_bg_2.gif) repeat-y 0px 0px;
}
#item_wrap{
    padding: 10px;
	width: 735px;
	background: /*#2C4F98*/ url(img/content_bg.jpg) no-repeat;
	position: relative;
	min-height: 820px;
       -height: 820px;
	padding-bottom: 80px;
}

.items img{

}

.items a{
    float: left;
	position: relative;
    margin-bottom: 10px;
	cursor:url(img/Magnify.cur), pointer;
}

.items a.even{
    float: right;
}
.items{
    width: 750px;

}
.items{
    clear: both;
}

.items span{
    display: block;
	zoom:1;
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 10px;
	width: 49px;
	height: 49px;
	background: url(img/r.png) no-repeat;
	-background: none;
/*-filter:expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + imgurl + "r.png', sizingMethod='crop')"); */
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/r.png');
}

.items samp{
    position: absolute;
	top: 5px;
	right: 3px;
	font: bold 15px Arial;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #993366;
	width:45px;
	height: 24px;
	padding-top: 5px;
	text-align: center;
	background: url(img/number.png) no-repeat;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/number.png", sizingMethod="crop");
    text-shadow: #1E1A2D -1px -1px 1px;

}
#big .items samp{
	top: 5px;
	right: 50%;
	margin-right: -22px;

}
#big .items span{
	top: 5px;
	left: 5px;
    	background: url(img/r2png.png) no-repeat;
	-background: none;
/*-filter:expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + imgurl + "r.png', sizingMethod='crop')"); */
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/r2png.png');
}
#overlay{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1C2F5B;
  opacity:0.4;
  filter:alpha(opacity=40);
  z-index: 12;
  display: none;
  -position: absolute;
  -height: expression(document.body.offsetHeight + 'px');
}

#modal{
  position: absolute;
  top:0px;
  left: 50%;
  z-index:14;
  background: #222628;
  zoom:1;
  width: 0px;
  height: 0px;
  visibility: hidden;
  text-align: center;
}
#modal img{

}
#modal .closeModal{
  display: block;
  position: absolute;
  top: 4px;
  right: 5px;
  width: 63px;
  -width: 80px;
  height: 19px;
  cursor: pointer;
  color: #1C1B27;
  font: bold 15px Arial;
}

#footer{
    clear: both;
}
td{
    /*text-align: center;
	vertical-align: middle; */
}

table a{
    visibility: hidden;
}
table{
    position: relative;
	z-index: 1;
}


table a img{
-moz-box-shadow: 1px 1px 2px #1F284B;
-webkit-box-shadow: 1px 1px 2px #1F284B;
 box-shadow: 1px 1px 2px #1F284B;
 filter:progid:DXImageTransform.Microsoft.Shadow(color=#1F284B,direction=90,strength=3)progid:DXImageTransform.Microsoft.Shadow(color=#1F284B,direction=180,strength=3);



}

#bot_bg{
    position: absolute;
	z-index: 0;
	width: ;
	left: 8px;
	bottom: 0px;
	background: url(img/bot_bg.png) repeat-x;
	width: 735px;
	height: 219px;
}

.ajaxContent{
    padding-bottom: 50px;
}

















































































































