html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100.01%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.2;
}

/*---------------------------------------------------------------------------reset*/


html, body {
  color: #000;
  height: 100%;
  font: normal 12px / 16px Tahoma,Geneva,sans-serif;
}

html {
}

body {
  background: #FFF;
}

body > .wrapper {
  height:auto !important;
  min-height:100%;
}
a {
color:green;
}
a:hover {
text-decoration:none;
}
#logo {
    left: 10px;
    position: absolute;
    top: 40px;
}
#logo a {
width:280px;
height:62px;
background: url(/images/logo1.png) no-repeat;
text-indent:-9999px; 
display:block;
}
#phone {
right:10px;/*150*/
position:absolute;
top:35px;
color:#FFFFFF;
text-shadow: 1px 1px 2px #333, 0 0 1em #999;
font-weight: normal;
}

.callback {
	width:150px;
	height:20px;
	position: absolute;
	right: 200px; /*350*/
	/*border-radius:10px;*/
	top: 45px;
	font-size: 12px;
	padding-top:5px;
	padding-bottom: 3px;
	border-radius:10px 10px 0 10px;
	-webkit-border-radius:10px 10px 0 10px;
	-moz-border-radius:10px 10px 0 10px;
	background: url("/images/cloud.gif") no-repeat scroll center 0px transparent;
	font-weight: normal!important;	
}
	.callback a {
		color:#fff;
		text-decoration:none;
		font-size: 16px;
		line-height: 14px;
		text-decoration: underline;
		display: block;
		width: 100%;
		height: 100%;
	}
		.callback a:hover {
			text-decoration: none;
		}
h1 {
color:#777777;
font-size:160%;
margin-bottom:20px;
}
h2 {
color:#777777;
font-size:140%;
margin-bottom:20px;
}
h3, div._h3 {
color:#777777;
font-size:120%;
margin-bottom:20px;
}
h4 {
color:#777777;
font-size:110%;
margin-bottom:20px;
}

.wrapper{
  position: relative;
  max-width: 6000px;
  width: 100%;
  min-width: 600px;
  min-width: 1024px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}


.base {
margin:0 auto;
max-width:1024px;
min-width:1024px;
padding:100px 0 166px;
width:1024px;
z-index:300;
}


.content_row ul {
  
  list-style-image: url("/templates/horteh/images/marker.png") !important;
  list-style-position: inside;
  padding-top : 4px;
  padding-bottom: 4px;
  
}

.content-row ul li {
  
  padding-bottom : 2px;
  
}

/*---------------------------------------------------------------------------global*/

.ie{
  display: none;
}
/*---------------------------------------------------------------------------global*/

.header {
  z-index: 5;
  position: absolute;
  min-width: 600px;
  max-width:1024px;
  width: 100%;
  height: 666px;
  top: 0;
  text-align: center;
  color: #000;
  background: url(/images/cbg.jpg) 0 -30px;
  margin: 0 auto;
  margin-top:-30px;
}

.header:before, .header:after{
  z-index: 5;
  position: absolute;
  width:449px;
height:666px;
  top: 0;
  text-align: center;
  font-size: 20px;
  color: #000;

}

.header:before{
  left: -448px;
  background:#ddd;
  content: "";
  background: url(/images/lbg.jpg) right -30px no-repeat;
  color:#FFF;
text-align:left;
font-size:14px;
  
}
.header:after{
  right: -448px;
background: url(/images/rbg.jpg) left -30px no-repeat;
content: " ;-)";
color:#FFF;
text-align:right;
font-size:14px;

}

.main_row {
background:none repeat scroll 0 0 #FFFFFF;
border-color:-moz-use-text-color #999999 #CCCCCC;
border-style:none solid solid;
border-width:0 1px 1px;
color:#666666;
overflow:hidden;
padding:10px;
position:relative;
width:1004px;
z-index:300;
}
.base .menu{

background:url("/images/bgt.jpg") repeat-x scroll 0 0 transparent;
height:50px;
position:relative;
z-index:301;
width:1026px;
border: 0;
border-radius:5px 0 0 0;
-webkit-border-radius:5px 0 0 0;
-moz-border-radius:5px 0 0 0;
}
.menu ul li:first-child {margin-left: 1px;}
.menu ul li:first-child a{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;	
}

.menu ul li:first-child:hover a  {
	padding-bottom: 18px;
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;	
	
}
.menu ul li:first-child:hover:not(.active), .menu ul li:first-child.active {
	margin-left: 0px;
	margin-top: 1px;
	background: #fff;
	border-left: 1px solid #999;
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;	
}
.menu ul li:first-child.active a{
	margin-top: 0;
	padding-bottom: 19px;
}
.menu li {
display:inline-block;
list-style:none;
float:left;
margin-left:1px;
position: relative;


}
.menu li:hover .drop_menu {
	display: block;
}
.menu li:hover:not(.active) .drop_menu {

}
.menu li a {
display:block;
padding:14px 10px 19px;
margin-top: 1px;
color:#FFF;
font-size:110%;
font-weight: bold;
text-decoration: none;
}
.menu li.active a,.menu li a:hover,.menu li:hover a{
background:#FFF;
color:#666;
text-decoration:none;
}

	li.specpred a {
		color: #fff;
		padding:19px 8px 19px;
		margin-bottom: -6px;
		background:#e36825;
		position: relative;
		top: -6px;
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
		border-top: 1px solid #fff;
	}
		
		li.specpred.active {
			background:#fff!important;
		}	

.menu li .drop_menu {
	position: absolute;
	left:-1px;
	top: 49px;
	display: none;
	background: #fff;
	border-radius: 0 0 5px 0;
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	background:none repeat scroll 0 0 #FFFFFF;
	border-color:-moz-use-text-color #999999 #CCCCCC;
	border-style:none solid solid;
	border-width: 0 1px 1px 1px;
	font-size: 14px;
	color: #000;
	padding: 20px;
}
.menu li .drop_menu td {
	vertical-align: top;
	padding-right: 20px;
}
.menu li .drop_menu a:hover {
	color: #ff8600;
}
.menu li .drop_menu a {
	display: block;
	margin:0;
	font-size: 13px;
	padding: 3px!important;
	margin:0;
	color: #000;
	white-space: nowrap;
}
.content_row {
float:right;
overflow:hidden;
position:relative;
width:770px;
min-height:2000px;;
}
#left {
width:220px;
float:left;
}


.footer {
/*background:url("/images/footer.jpg") no-repeat scroll center bottom transparent;*/
border-bottom: 0;
bottom:0;
height:150px;
margin:0 auto;
overflow:hidden;
position:absolute;
width:100%;
z-index:10;
}
	.footer .f_wrap {
		width: 1025px;
		height: 100%;
		margin: auto;
		position: relative;
	}
		.footer .f_logo {
			display: block;
			position: absolute;
			width: 334px;
			height: 75px;
			left: 0;
			top: 30px;
			background:url("/images/f_logo.png") no-repeat;
		}	

		.footer .block {
			position: absolute;
			color: #a5aeb3;
			font-size: 12px;
			top: 30px;
		}
			.footer .block a {
				color: #a5aeb3;
				text-decoration: none;
				line-height: 16px;
				display: block;
			}
				.footer .block a.vk {background:url("/images/vk.png") 0 center no-repeat;padding: 1px 0 1px 21px;}
				.footer .block a.fb {background:url("/images/fb.png") 0 center no-repeat;padding: 1px 0 1px 21px;}
				.footer .block a.tw {background:url("/images/tw.png") 0 center no-repeat;padding: 1px 0 1px 21px;}
				.footer .block a.gp {background:url("/images/gp.png") 0 center no-repeat;padding: 1px 0 1px 21px;}
				
				.footer .block a:hover {
					color: #666;
				}
			.footer .block .text {
				white-space: nowrap;
			}
			.footer .block .title {
				margin-bottom: 5px;
				font-weight: bold;
			}
			.footer .block.info {
				width: 150px;
				left: 380px;			
			}		
			.footer .block.dop {
				width: 150px;
				left: 540px;			
			}		
			.footer .block.sn {
				width: 150px;
				left: 690px;			
			}		
			.footer .block.cont {
				width: 180px;
				left: 850px;			
			}	
		.footer .li_logo {
			margin-top: 5px;
		}
				
#bottomm{
height:30px;
background:url("/images/bottomm.jpg") repeat-y scroll center bottom transparent;
}
.box {
background:url("/images/boxt.png") no-repeat scroll 0 0 #d4d4d4;
margin-bottom:20px;
}
.box .fast_search_box{
    background: none repeat scroll 0 0 #00A000;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    padding: 10px;
    position: absolute;
    top: 120px;
    width: auto;
    z-index: 2147483647;
    margin-left : 5px;
    display: none;
}
.box .fast_search_box a{
color : #FFF;
}
.boxf {
background:url("/images/boxf.png") no-repeat scroll center 0 transparent;
height:11px;
}
#box-cart {
background:url("/images/box-cart-f.jpg") no-repeat scroll 0 0 #fec231;

}
#box-cart h3{
background:url("/images/carth3.jpg") no-repeat;
padding:10px 10px 10px 10px;
border-radius:10px;
font-size:130%;
-webkit-border-radius:10px;
-moz-border-radius:10px;
color:#bc5a0b;
margin-bottom:5px;
}
.boxf-cart {
background:url("/images/box-cart.jpg") no-repeat scroll center 0 transparent;
height:11px;
margin-bottom:20px;
}
.bod {padding:10px;}

.bod  li {
list-style:none outside none;

}
.bod  input {

}
.bod p {
margin-bottom:7px;
}
	.filtr_proizv {
		margin-bottom: 0;
	}
#manufacturer {
	width: 135px;
	float: left;
	position: relative;
	top: 13px;
	margin-bottom: -7px;
}
#podbor:hover {
	opacity: 1;
}
#podbor {
/*background:url("/images/podbor.png") repeat scroll center 0 transparent;*/

background: url("/images/bgt.jpg") repeat-x scroll 0px -5px transparent;
		
box-shadow: 0px 1px 2px #ccc;
border:0 none;
border-radius: 3px;
cursor:pointer;
height:25px;
width:56px;
opacity: 0.9;
float: right;
margin-bottom: -7px;
position: relative;
top: 3px;
color: #fff;
}
.title_manuf_filtr {
	display: block;
}
	.title_manuf_filtr a {
		display: block;
		padding: 7px 0;
		border-radius: 5px;
		background: url("/images/bgt.jpg") repeat-x scroll 0px -5px transparent;
		box-shadow: 0px 1px 2px #ccc;
		text-decoration: none;
		color: #fff;
		font-size: 16px;
		font-weight: normal;
	}
.bod  li {
	padding: 0 10px 0 5px;
}
.bod  li a {
display:block;
padding: 5px 10px;
width:170px;
white-space: nowrpa;
overflow: hidden;
text-overflow: ellipsis;
color:#666;
border-radius: 5px;
		
}
	.bod  li a:hover,.bod  li.active a {
		background: url("/images/bgt.jpg") repeat-x scroll 0px -5px transparent;
		color: #fff;
	}
	.bod  li:hover a, .bod  li.active a {
	color:#fff;
	text-decoration:none;
	}
.navigation {
margin-bottom:5px;
}
.navigation a {
color:#666;
}
.products li {
float:left;
list-style:none outside none;
/*margin-left:60px;*/
margin-left:5px;
margin-top:20px;
width:209px;
text-align:center;

padding:5px 5px 0;

}
.products {position:relative;}
.products li {position:relative;}
.products li img {
margin:0 auto;
text-align:center;
}
.products h3,.products div._h3  {font-size:130%;
line-height:120%;}
.products h3 a:link,.products h3 a:visited, .products div._h3 a:link,.products div._h3 a:visited {
color:#666;
}
.products h3 a:hover, .products div._h3 a:hover {
color:#57a608;
text-decoration:none;
}
.products .description {
text-align:left;
}
.count {
color:#57A608;
font-size:140%;
font-weight:bold;
margin-bottom:10px;
margin-top:10px;
text-align:left;
}

.line {
border-bottom:1px dashed #EEEEEE;
margin-bottom:20px;
overflow:hidden;
padding-bottom:20px;
}
.nofoto {
border:1px solid #EEE;
}
.buy {position:relative;
margin-top:5px;
margin-bottom:5px;
}
.buy a:link,.buy a:visited {
   background: none repeat scroll 0 0 #eee;
    border-radius: 5px 5px 5px 5px;
    color: #666666;
    display: block;
    font-family: Tahoma;
    font-size: 16px;
    line-height: 130%;
    padding: 4px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
  margin-top:5px;
}
.buy a:hover {
    background: none repeat scroll 0 0 #57A608;
     margin-top:5px;
    border-radius: 5px 5px 5px 5px;
    color: #FFF;
    display: block;
    font-family: Tahoma;
    font-size: 16px;
    line-height: 130%;
    padding: 4px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.buy-p {position:relative;
 
}
.buy-p a:link,.buy-p a:visited {
   background: none repeat scroll 0 0 #eee;
    border-radius: 5px 5px 5px 5px;
    color: #666666;
    display: block;
    font-family: Tahoma;
    font-size: 16px;
    line-height: 130%;
    padding: 4px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
  margin-top:5px;
}
.buy-p a:hover {
    background: none repeat scroll 0 0 #57A608;
     margin-top:5px;
    border-radius: 5px 5px 5px 5px;
    color: #FFF;
    display: block;
    font-family: Tahoma;
    font-size: 16px;
    line-height: 130%;
    padding: 4px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.cartel{
margin-top:10px;
color:#555555;
}
#cart-t{
background:url("/images/cart-t.png") no-repeat scroll center 0 transparent;
bottom:0;
color:#d05024;
float:right;
height:50px;
padding-top:5px;
position:absolute;
right:0;
text-align:center;
width:247px;

border-right: 1px solid #999;
border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
}
#cart-t a {
color:#d05024;
text-decoration:none;

}
.oldprice{
color:#d05024;
font-size:90%;
font-weight:normal;
}
#spec {
position:absolute;
top:1px;
right:5px;
z-index:2;
}
#new {
position:absolute;
right:1px;
top:45px;
z-index:2;
}
.special h2{
background:url("/images/special-main.png") no-repeat scroll center 0 transparent;
}
.desc-p {
position:relative;
}
.desc-p ul {
margin-top:10px;
}
.desc-p li {
list-style:circle inside none;
margin-left:15px;
}
#leftcart {
visibility:hidden;
}
.cartok{
text-align:center;
}

#left .box h3{
background:url("/images/blockh3.jpg") no-repeat;
padding:10px 10px 10px 10px;
border-radius:10px;
font-size:130%;
-webkit-border-radius:10px;
-moz-border-radius:10px;
color:#999;
margin-bottom:5px;
text-align:left;
}
#left span{
    background-color: #d4d4d4 !important ;
}
#tover {
margin-top:10px;
font-size:110%;
}
#logins {
background:url("/images/login.png") no-repeat scroll center 0 transparent;
border:0 none;
cursor:pointer;
height:35px;
margin-left:120px;
margin-top:20px;
text-indent:-9999px;
width:76px;
}
#exit {
background:url("/images/exit.png") no-repeat scroll center 0 transparent;
border:0 none;
cursor:pointer;
height:35px;
margin-left:120px;
margin-top:20px;
text-indent:-9999px;
width:76px;
}

#addcomm{
background:url("/images/add-otz.png") no-repeat scroll center 0 transparent;
border:0 none;
cursor:pointer;
height:35px;
text-indent:-9999px;ы
width:76px;
}
.content_row h3 {
color:green;
font-family:Georgia;
font-size:180%;
font-weight:normal;

text-align:center;
}
.content_row h4 {
color:green;
font-family:Georgia;
font-size:140%;
font-weight:normal;
padding-top:33px;
text-align:center;
}

.subcat {
margin-top:30px;
}
.subcat a {
color:green;
font-size:130%;
font-family:Georgia;
}
.subcat a:link,.subcat a :visited{
color:green;
font-size:130%;
}
.subcat a:hover {
color:#666;
text-decoration:none;
}

.subcat li {
list-style:none;
display:inline;
margin-left:15px;
}

.pager {

font-size:130%;
padding-bottom:3px;
padding-top:3px;
}
.pager a {
border-bottom:1px dashed;
color:green;
text-decoration:none;
}
#sort {text-align:right;}
#sort a {
text-decoration:none;
font-size:180%;
color:green;
font-weight:bold;
}
.carr {
color:green;
font-size:12px;
margin-left:70px;
padding-top:8px;
overflow: hidden;
}
.carr a {
color:#333;
}
#ok1,#ok2,#ok3,#ok4,#ok5,#ok6,#ok7,#ok8,#ok9,#ok10,#ok11,#ok12,#ok13,#ok14,#ok15,#ok16,#ok17,#ok18,#ok19,#ok20,#ok21,#ok22,#ok23,#ok24,#ok25,#ok26,#ok27,#ok28,#ok29,#ok30 {
background:none repeat scroll 0 0 #70C61A;
bottom:0;
color:#FFFFFF;
display:none;
font-size:12px;
left:-15px;
padding:10px;
position:absolute;
width:300px;
z-index:2000;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;

}
#ok1 a,#ok2 a,#ok3 a,#ok4 a,#ok5 a,#ok6 a,#ok7 a,#ok8 a,#ok9 a,#ok10 a,#ok11 a,#ok12 a,#ok13 a,#ok14 a,#ok15 a,#ok16 a,#ok16 a,#ok18 a,#ok19 a,#ok20 a,#ok21 a,#ok22 a,#ok23 a,#ok24 a,#ok25 a,#ok26 a,#ok27 a,#ok28 a,#ok29 a,#ok30 a {
color:#fff;
font-size:12px;
}
.orederff input {
float:right;
}
#oki {
background:none repeat scroll 0 0 #70C61A;
bottom:0;
color:#FFFFFF;
display:none;
font-size:12px;
padding:10px;
position:absolute;
width:300px;
z-index:2000;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
}
#oki a:link,#oki a:visited {
color:#fff;
font-size:12px;
}
#oki a:hover {
color:#eee;
}


.filter {

}

.te {border: 1px solid #EEEEEE;
color: #777777;
    font-size: 14px;
    width: 165px;
   border-radius: 5px 5px 5px 5px;
}
.te:hover, .te:focus {
border: 1px solid #67d100;
color: #777777;
    font-size: 14px;
    width: 165px;
   border-radius: 5px 5px 5px 5px;
}
.se {   border: 1px solid #EEEEEE;
    color: #777777;
    font-size: 14px;
    width: 165px;}
   border-radius: 5px 5px 5px 5px;
.se:hover, .se:focus {
border: 1px solid #67d100;
color: #777777;
    font-size: 14px;
    width: 165px;
   border-radius: 5px 5px 5px 5px;
}  
.int {       border: 1px solid #EEEEEE;
    color: #777777;
    font-size: 14px;
    padding: 2px;
   border-radius: 5px 5px 5px 5px;
    width: 50px;}
  .int:hover, .int:focus {
   border: 1px solid #67d100;
           color: #777777;
    font-size: 14px;
    padding: 2px;
   border-radius: 5px 5px 5px 5px;
    width: 50px;
  }

.check{}
.search {         
    width: 210px;
  padding:5px;
  background:#d4d4d4;
   border-radius: 5px 5px 5px 5px;
  }
  
.search a {
color:#888;
}
.search a:hover {
color:#333;
text-decoration:none;
}  
.searchi {             
     border: 1px solid #eee;
    border-radius: 5px 5px 5px 5px;
    color: #777777;
    font-size: 15px;
  padding:3px;
    width: 135px;}
.searchi:hover,.searchi:focus  {
    border: 1px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    color: #777777;
    font-size: 15px;
  padding:3px;
    width: 135;
}  
.searchb {          
  background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    color: green;
    cursor: pointer;
    font-size: 15px;
    padding: 2px;
  }
  
.searchb:hover, .searchb:focus {
     background:orange;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    color: #FFF;
    cursor: pointer;
    font-size: 15px;
    padding: 2px;
}  

#moren p {
margin-top:4px;
}
.hr {
 background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #777777;
    margin-top: 5px;
    text-decoration: underline;

}
.hr:hover {
border:0px;
color:#333;
background: transparent;
 text-decoration: none;
   margin-top: 5px;

}

.charak  tr {
 font-size: 12px;
 cursor:default;
}
.charak  tr  td {
 
}
.charak  tr:hover {
background:#eee;
}

.charakc  tr {
 font-size: 10px;
 cursor:default;
}
.charakc  tr  td {
 
}
.charakc tr:hover {
background:#eee;
}

.desc-p h4 {
    color: #36678F;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 40px;
}
.clear {
width: 100%;
clear:both;
}

#compare {
   background: none repeat scroll 0 0 #eee !important;
    border-radius: 10px 10px 10px 10px;
    height: 70px;
    padding: 5px;
  margin-bottom: 20px;
}
#compare iframe{
    background: none repeat scroll 0 0 #d4d4d4 !important;
}
.sravnenie{
     border: 1px solid #EEEEEE;
    border-collapse: collapse;
}
.sravnenie td {  border: 1px solid #EEEEEE;}
.sravnenie tr {    border: 1px solid #EEEEEE;
    border-collapse: collapse;}
.iname {
text-align:center;

}
.iname a {
color:#333;
font-size:14px;
}
 .tbl:link, .tbl:visited {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #333333;
    display: block;
    font-size: 14px;
    margin-top: 5px;
    padding: 3px;
    text-decoration: none;
}
.tbl:hover {
color:#777;
    background: none repeat scroll 0 0 #57A608;
    color: #FFF;
    display: block;
    font-size: 14px;
    margin-top: 5px;
    padding: 3px;
    text-decoration: none;
}
.news {
padding:4px;
border:1px solid transparent;
overflow: hidden;
}
.news h3 a {
text-decoration:none;
}
.news h3 {
margin-bottom:5px;
}
.news img {
padding:2px;
border:1px solid #EEE;
margin-right:4px;
}
.news:hover {
border:1px solid #CCC;
}
.content_row ul ul{
text-indent: 10px;
}
.content_row ul ul ul{
text-indent: 20px;
}
.content_row ul ul ul ul{
text-indent: 30px;
}
.furrghtd {
	display: none;
}
#compare iframe html body{
    background-color: #d4d4d4 !important;
}

.item_img, .cat_img  {
	display: table-cell;
	height: 150px;
	width: 170px;	
	line-height: 150px;
	text-align: center;
	vertical-align: middle;
}
	.cat_img  {
		display: table-cell;
		height: 190px;
		/*width: 270px;	*/
		width:209px;
		line-height: 150px;
		text-align: center;
		vertical-align: middle;
	}
	.item_img img,.cat_img img {
		max-height: 140px;
		max-width: 170px;
		width: auto;
		height: auto;
		display: inline-block;
	}
		.cat_img img {
			max-height: 190px;
			/*max-width: 270px;*/
			max-width: 209px;
		}
	.sm_item {
		float:left;
		width: 170px;
		margin-left: 33px;
		text-align: center; 
		list-style:none;
		border: 1px solid #999;
		padding: 20px;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		height: 200px;
	}
		.sm_item:hover,.sc_li:hover {
			border: 1px solid #333;
		}
	.sm_link {
		color:green;
		font-family:Georgia;
		font-size:140%;
		font-style:italic;
		display: table-cell;
		width: 170px;
		height: 50px;
		vertical-align: middle;
	}
	/*.sc_link {
		display: table-cell;
		width:270px;
		height: 80px;
		text-align: center;
		vertical-align: middle;
	}*/
	.sc_li {
		border: 1px solid #999;
		padding: 20px!important;
		/*margin-left: 48px!important;*/
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;		
	}
	
