﻿.side-product-items { width:100%; clear:both; display:block; margin:0px; padding:0px; margin-bottom:20px;}
.side-product-items .items_content {width:100%; }
.side-product-items .items_content ul{margin:0px; padding:0px;}
.side_product_item { position:relative; display:block; width:100%; overflow:hidden; margin:0 0 12px;  }
.side_product_item figure { position:relative; display:block;  border:1px solid #eee; overflow:hidden; padding:8px; background:#FFF;}
.side_product_item .item-img { position:relative; display:inline-block; vertical-align:top;  *display:inline;*zoom:1;width:45%; float:left; }
.side_product_item .item-img img { position:relative; width:100%; }
.side_product_item figcaption { position:relative; display:inline-block; vertical-align:top;  *display:inline;*zoom:1;width:53%; padding:10px 0 10px 15px;}
.side_product_item figcaption .item_title { line-height:1.3; margin:0 0 10px; text-transform:uppercase; font-size:14px;font-weight:normal; }
.side_product_item figcaption .item_text { color:#949494; line-height:1.3;font-size: 12px; }
.side_product_item figcaption .item_text a{ color:#949494; line-height:1.3;font-size: 12px; }
.side_product_item .add-friend { position:absolute; right:0; bottom:0; width:37px; height:39px; }
.side_product_item .add-friend:before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: dashed dashed solid;
	border-color: transparent transparent #FA4318;
	border-width: 0 0 39px 39px;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.side_product_item .add-friend:hover:before{
	border-bottom-color: #FA4318;
}
.side_product_item .add-friend:after { content:""; position:absolute; width:11px; height:11px; bottom:6px; right:6px; background:url(../images/add01.png) no-repeat center center; z-index:1;}
.side-product-items .btn-prev, .side-product-items .btn-next { position:absolute; left:0; width:100%; height:15px; display:block; cursor:pointer; opacity:.25; }

