* View Type: Grid */
.products-grid { position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item_foto { float:left; width:200px; padding:20px 0 19px 20px; }
.products-grid li.item_foto img { cursor: url(../images/lupa.cur), default; }
.products-grid .product-image { display:block; width:20px; margin:0 0 10px; }
.products-grid .product-image img { border-width: 1px; border-color:silver; padding: 5px; }
.products-grid .product-name { margin:0 0 15px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid{}
.col1-layout .products-grid{}



/**slider****/
.slider{ width:100%; overflow:hidden; padding:0; margin-left:10px;}
.box-top {
		overflow:hidden;
		width:890px;
		background:0;
		float:left;
		position:relative;
		left:0;
}



#left, #right{ cursor:pointer}

.box-top ul { list-style:none; padding:0; }
.box-top ul li { width:200px; height:201px; padding-bottom:21px!important; display:inline-block; float:left; position:relative; }
.box-top ul li .product-name{margin-bottom:5px;}

.box-left { width:22px; height:67px; padding:0 0 0 0; margin:49px 0 0 0; text-align:center; font-size:0; float:left; line-height:0; background:url(../images/slider_prev.gif) left top no-repeat; cursor:pointer;}
.box-left:hover{background:url(../images/slider_prev_active.gif) left top no-repeat;}
.box-right { width:22px; height:67px; padding:0 0 0 0; margin:49px 0 0 20px; text-align:center; font-size:0; float:left; line-height:0; background:url(../images/slider_next.gif) left top no-repeat; cursor:pointer;}
.box-right:hover{background:url(../images/slider_next_active.gif) left top no-repeat;}
/**slider****/

